@charset "UTF-8";

/* -------------------------------------
comon
------------------------------------- */
article {
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}
a {
  display: block;
}
a,
article * {
  box-sizing: border-box;
}
.page_w {
  width: calc(100% - 40px);
  max-width: 1360px;
  margin: 0 auto;
}
.page_s {
  width: calc(100% - 40px);
  max-width: 895px;
  margin: 0 auto;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.img {
  width: 100%;
  height: auto;
}

.lowcont {
  padding: 60px 0;
}

.mcopy {
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.4;
  text-align: center;
  margin-bottom: 50px;
}
.mcopy span {
  display: inline-block;
}


/*ボランティアトップ*/
/* -------------------------------------
volunteers_index
------------------------------------- */
.volunteers_index #mainimg .page h1.pagettl {
  font-size: 2em;
}

.volunteers_index #mainimg .slick-dotted.slick-slider {
  margin-bottom: 54px;
}
.volunteers_index #mainimg .slick-dots {
  padding: 20px 0;
  top: 100%;
  bottom: auto;
}
.volunteers_index #mainimg .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 7px;
}
.volunteers_index #mainimg .slick-dots li button:before {
  font-size: 0;
  line-height: 1;
  width: 12px;
  height: 12px;
  background-color: #c4d3e7;
  border-radius: 50%;
  opacity: 1;
}
.volunteers_index #mainimg .slick-dots li.slick-active button:before {
  background-color: #205aa5;
}
.volunteers_index .content_blk {
  padding-bottom: 30px;
}
.volunteers_index .content_blk #con_lft {
  width: calc(100% - 300px);
  padding-right: 30px;
  padding-bottom: 40px;
  border-right: 1px solid #e6e6e6;
}

.volunteers_index .inblk {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e6e6e6;
}
.volunteers_index .inblk > * {
  width: 50%;
}
.volunteers_index .inblk > .lft {
  padding-right: 30px;
  border-right: 1px solid #e6e6e6;
}
.volunteers_index .inblk > .rgt {
  padding-left: 30px;
}

.volunteers_index .mttl {
  color: #1e5aa4;
  font-size: clamp(18px, 1.5vw, 21px);
  margin-bottom: 15px;
}
.volunteers_index .more_btn {
  font-size: 1.4em;
  color: #fff;
  text-align: center;
  width: 216px;
  padding: 8px 15px;
  margin: 0 auto;
  display: block;
  background: #425377 url(../imgs/common/icon1.png) no-repeat 95% center;
  background-size: 17px auto;
  border-radius: 6px;
}

/* -------------------------------------
news_notice
------------------------------------- */
.volunteers_index #news_notice {
  padding: 25px 0;
  margin-bottom: 40px;
  background-color: #ebeae9;
}
.volunteers_index #news_notice .flex {
  align-items: center;
}
.volunteers_index #news_notice .mttl {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 0;
  padding: 5px 2em;
  background: url(../imgs/volunteers_new/icon_notice.svg) 0 center no-repeat;
  background-size: 18px 18px;
}
.volunteers_index #news_notice .mttl + p {
  width: calc(100% - 170px);
}
.volunteers_index #news_notice a {
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  padding-left: 2em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
}
.volunteers_index #news_notice a:hover {
  text-decoration: underline;
}
/* -------------------------------------
smsp-about
------------------------------------- */
.volunteers_index #smsp-about p {
  margin-bottom: 30px;
}
/* -------------------------------------
smsp-news,volunteers_event
------------------------------------- */
.volunteers_index ul.newslist {
  margin-bottom: 30px;
  border-top: 1px solid #e6e6e6;
}
.volunteers_index ul.newslist li {
  border-bottom: 1px solid #e6e6e6;
}
.volunteers_index ul.newslist li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0;
}
.volunteers_index ul.newslist span.date {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  width: 100px;
}
.volunteers_index ul.newslist span.cat {
  color: #185aa5;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: inline-block;
  min-width: 95px;
  padding: 5px 10px;
  margin-right: 20px;
  background-color: #efecdc;
}
.volunteers_index ul.newslist p {
  color: #185aa5;
  font-size: 14px;
}
.volunteers_index ul.newslist p span {
  padding-left: 1em;
}

/* -------------------------------------
smsp-news
------------------------------------- */
.volunteers_index #smsp-news ul.newslist p {
  width: calc(100% - 220px);
}

/* -------------------------------------
smsp-news
------------------------------------- */
.volunteers_index #volunteers_event ul.newslist p {
  width: calc(100% - 240px);
}
/* -------------------------------------
volunteers_event
------------------------------------- */
.volunteers_index #volunteers_event {
  margin-bottom: 50px;
}
/* -------------------------------------
calendar
------------------------------------- */
.volunteers_index #calendar {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e6e6e6;
}
.volunteers_index #calendar .frame {
  width: 100%;
  height: auto;
  /*background-color:#ccc;*/
}
.volunteers_index #calendar .frame iframe {
  width: 100% !important;
  border: none !important;
}

/* -------------------------------------
smsp-youtube
------------------------------------- */
.volunteers_index #smsp-youtube {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e6e6e6;
}
.volunteers_index #smsp-youtube .youtube-in {
  position: relative;
  width: 100%;
  max-width: 485px;
  padding-top: 260px;
  margin: 0 auto 20px;
}
.volunteers_index #smsp-youtube .youtube-in iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 0;
}
/* -------------------------------------
link_bnr
------------------------------------- */
.morebnr a {
  color: #185aa5;
  font-size: 29px;
  text-align: center;
  border: 3px solid #185aa5;
}
.withsmile_link {
  padding-bottom: 37px;
  margin-bottom: 37px;
  border-bottom: 1px solid #e6e6e6;
}
.withsmile_link a {
  padding: 10px 20px;
  align-items: center;
  justify-content: space-between;
}
.withsmile_link a .bknimg1,
.withsmile_link a .bknimg2 {
  width: 27%;
  max-width: 264px;
}
.withsmile_link a .bkntxt {
  width: 40%;
  max-width: 393px;
}

.withsmile_link a span.sml {
  font-size: 15px;
  display: block;
}
.fqq_link a {
  display: block;
  padding: 22px 20px 12px;
}
.fqq_link a .img {
  width: 50%;
  max-width: 304px;
}

/* -------------------------------------
con_rgt
------------------------------------- */
.volunteers_index .content_blk #con_rgt {
  width: 300px;
  padding-left: 30px;
}
.volunteers_index #con_rgt .link_bk {
  margin-bottom: 20px;
}
.volunteers_index #con_rgt .link_bk.bk1{
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.volunteers_index #con_rgt .link_bk p.mdtx {
  color: #185aa5;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 7px;
}
.volunteers_index #con_rgt .link_bk .side_btn {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 15px 15px;
  display: block;
  background: url(../imgs/common/icon1.png) no-repeat 95% center;
  background-size: 24px auto;
  border-radius: 6px;
}
.volunteers_index #con_rgt .link_bk .side_btn.bgrd {
  background-color: #c60f3b;
}
.volunteers_index #con_rgt .link_bk .side_btn.bggr {
  background-color: #00b566;
}
.volunteers_index #con_rgt .link_bk .side_btn.bgblue {
   background-color: #096bc2;
   padding: 8px 15px;
}

.nolink {
  cursor: default;
  pointer-events: none;
  position: relative;
  z-index: 0;
}
.nolink:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.volunteers_index #con_rgt .link_bk .side_bnr {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 15px 12px;
  background-color: #096bc2;
  color: #fff;
  border-radius: 6px;
}
.volunteers_index #con_rgt .link_bk .side_bnr.c-yellow{
  background-color: #fbc33b;
  color: #646464;
}
.volunteers_index #con_rgt .link_bk .side_bnr span {
  display: inline-block;
}
.volunteers_index #con_rgt .link_bk.bk3 {
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.volunteers_index #con_rgt .link_bk.bk4 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.volunteers_index #con_rgt .link_bk.bk4 p.mdtx {
  font-size: 15px;
}
.volunteers_index #con_rgt .link_bk .dl_btn {
  color: #185aa5;
  font-size: 13px;
  line-height: 1.2;
  padding: 15px 12px;
  margin-bottom: 10px;
  border: 3px solid #e6e6e6;
  background: url(../imgs/volunteers_new/arrow_bl_r.svg) no-repeat right 10px
    center;
  background-size: 8px auto;
}
.volunteers_index #con_rgt .link_bk .sml {
  font-size: 12px;
}
.volunteers_index #con_rgt .link_bk .sml.bltx {
  color: #185aa5;
  line-height: 1;
  padding-left: 1.2em;
  margin-bottom: 15px;
  line-height: 1.4;
}

.volunteers_index .riyoukiyaku_pdf {
  font-size: 13px;
  margin-top: 8px;
  color: #185aa5;
  text-decoration: underline;
}
.volunteers_index .sumasapo_txt {
  font-size: 13px;
  margin-top: 8px;
  line-height: 1.4;
}
.volunteers_index .sumasapo_txt2 {
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 1.4;
}
.volunteers_index .sumasapo_pdf {
  display: inline;
  font-size: 13px;
  margin-top: 8px;
  color: #185aa5;
  text-decoration: underline;
}

.link_bk.bk6 {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e6e6e6;
}
.bk6__wrap {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 8px;
}
.bk6__img {
  width: 30%;
}
.bk__txyWrap {
  width: calc(70% - 8px);
}
.bk6__ttl {
  font-size: 20px;
  font-weight: 600;
  color: #c60f3b;
  line-height: 1;
  margin-bottom: 5px;
}
.bk6__txt {
  font-size: 12px;
  line-height: 1.8;
}
.bk6__link {
  display: block;
  width: 100%;
  padding: 15px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #6dab46;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.link_bk.bk7 {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e6e6e6;
}
.link_bk.bk7 .bk7__text {
  margin-bottom: 10px;
  font-size: 14px;
}
.bk7__link {
  background-color: #f35a6296;
  color: #913638;
  font-size: 14px;
  line-height: 1.5;
  padding: 7px 10px;
}

/* framework */



.lowcont.frameworkWrap {
  padding: 70px 0 40px;
}
.sblk.framework {
  padding-bottom: 0;
}
.framework__ttl {
  margin-bottom: 50px;
  text-align: center;
  color: #185aa5;
  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 1.75;
}
.framework__br,
.framework__br500 {
  display: none;
}

.framework__text {
  max-width: 640px;
  margin: 0 auto 20px;
}
.framework__hp {
  max-width: 640px;
  margin: 0 auto;
}
.framework__hpTtl {
  margin-bottom: 5px;
  font-weight: 700;
}
.framework__hpList li {
  margin-bottom: 5px;
}
.framework__hpLink {
  display: block;
  padding-left: 2em;
  text-decoration: underline;
  overflow-wrap: break-word;
}



@media screen and (max-width: 750px) {
  .framework__ttl {
    margin-bottom: 30px;
  }
  .framework__br {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .framework__br500 {
    display: block;
  }
  .framework__hpLink {
    padding-left: 0;
  }
}

/*スマイル・サポーターズとは*/
/* -------------------------------------
volunteers_about
------------------------------------- */
.volunteers_about .sblk {
  margin-bottom: 60px;
}

.volunteers_about .secttl {
  color: #fff;
  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 1;
  text-align: center;
  padding: 30px 10px;
  margin-bottom: 50px;
  background-color: #93d6e8;
  position: relative;
}
.volunteers_about .secttl:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-top: 23px solid #93d6e8;
  border-bottom: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}

.volunteers_about .vlist {
  margin-bottom: 45px;
}
.volunteers_about .vlist li {
  font-size: 14px;
  padding: 5px 0 5px 30px;
  margin-bottom: 12px;
  position: relative;
}
.volunteers_about .vlist li:before {
  content: "";
  width: 23px;
  height: 23px;
  display: block;
  background: url(../imgs/volunteers_new/icon_square.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.volunteers_about .vlist li.wline:before {
  top: 3px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* -------------------------------------
sec1
------------------------------------- */
.volunteers_about #sec1 {
}
.volunteers_about #sec1 .abttl {
  text-align: center;
  margin-bottom: 35px;
}
.volunteers_about #sec1 .abttl span.en {
  color: #185aa5;
  font-size: 36px;
}
.volunteers_about #sec1 .abttl span.jp {
  color: #808080;
  font-size: 12px;
  display: block;
}
.volunteers_about #sec1 p {
  margin-bottom: 15px;
}

/* -------------------------------------
sec4
------------------------------------- */
.volunteers_about #sec4 .vlist {
  margin-bottom: 20px;
}
.volunteers_about #sec4 .imgbk {
  justify-content: space-between;
}
.volunteers_about #sec4 .imgbk img {
  width: calc((99.9% - 14px) / 3);
}

/* -------------------------------------
sec5
------------------------------------- */
.volunteers_about #sec5 .blist {
  justify-content: space-between;
}
.volunteers_about #sec5 .blist li {
  width: calc((100% - 20px) / 2);
  min-height: 130px;
  padding: 0 0 23px 0;
  margin-bottom: 20px;
}
.volunteers_about #sec5 .blist li div {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 35px 20px 10px;
  border-radius: 15px;
  background-color: #fcc593;
  box-shadow: 2px 2px 4px 3px rgba(204, 204, 204, 0.3);
  position: relative;
}
.volunteers_about #sec5 .blist li div:before,
.volunteers_about #sec5 .blist li div:after {
  content: "";
  width: 22px;
  height: 23px;
  background: url(../imgs/volunteers_new/balloon_icon_or.svg) 0 0 no-repeat;
  position: absolute;
  top: 100%;
  right: 10%;
}
.volunteers_about #sec5 .blist li div:before {
  filter: drop-shadow(2px 2px 4px #ccc);
  z-index: -1;
}
.volunteers_about #sec5 .blist li div:after {
  z-index: 2;
}
.volunteers_about #sec5 .blist li div .ename {
  font-size: 12px;
  display: inline-block;
  min-width: 180px;
  padding: 7px 25px;
  background-color: #93d6e8;
  border-top-left-radius: 15px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.volunteers_about #sec5 .blist li.gr div {
  background-color: #c3dc68;
}
.volunteers_about #sec5 .blist li.gr div:before,
.volunteers_about #sec5 .blist li.gr div:after {
  background: url(../imgs/volunteers_new/balloon_icon_gr.svg) 0 0 no-repeat;
}
.volunteers_about #sec5 .blist li.bl div {
  background-color: #b5cfe3;
}
.volunteers_about #sec5 .blist li.bl div:before,
.volunteers_about #sec5 .blist li.bl div:after {
  background: url(../imgs/volunteers_new/balloon_icon_bl.svg) 0 0 no-repeat;
  left: 10%;
  right: auto;
}
.volunteers_about #sec5 .blist li.ye div {
  background-color: #fad856;
}
.volunteers_about #sec5 .blist li.ye div:before,
.volunteers_about #sec5 .blist li.ye div:after {
  background: url(../imgs/volunteers_new/balloon_icon_ye.svg) 0 0 no-repeat;
  left: 10%;
  right: auto;
}
.volunteers_about #sec5 .blist li p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

/* -------------------------------------
sec6
------------------------------------- */
.volunteers_about #sec6 .flist {
}
.volunteers_about #sec6 .flist li {
  font-size: 16px;
  font-size: clamp(13px, 1.1vw, 16px);
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  padding: 18px 15px;
  margin-bottom: 42px;
  background-color: #f9e43f;
  position: relative;
}
.volunteers_about #sec6 .flist li:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 21px solid #ccc;
  border-bottom: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
.volunteers_about #sec6 .flist li:nth-child(2):after {
  border-top-color: #999;
}
.volunteers_about #sec6 .flist li:nth-child(3):after {
  border-top-color: #808080;
}

.volunteers_about #sec6 .flist li:nth-child(4):after {
  border-top-color: #666;
}

.volunteers_about #sec6 .flist li:nth-child(5):after {
  border-top-color: #4d4d4d;
}
.volunteers_about #sec6 .flist li:nth-child(6):after {
  display: none;
}
.volunteers_about #sec6 .flist li span {
  display: inline-block;
}

/* *ボランティア募集中のイベント*/
/* -------------------------------------
volunteers_event
------------------------------------- */
.volunteers_event {
}
.volunteers_event .mcopy a {
  color: #c1272d;
  display: inline-block;
  text-decoration: underline;
}
.volunteers_event sblk {
  max-width: 963px;
  margin: 0 auto;
}
.volunteers_event .scl {
  overflow-x: auto;
}
.volunteers_event table {
  font-size: 14px;
  line-height: 1.4;
  width: 100%;
  min-width: 640px;
  margin-bottom: 50px;
  border-top: 1px dotted #ccc;
}
.volunteers_event table tr {
  border-bottom: 1px dotted #ccc;
}
.volunteers_event table th {
  width: 28%;
  background-color: #f2f2f2;
}
.volunteers_event table th,
.volunteers_event table td {
  padding: 25px 27px;
}
.volunteers_event table td a {
  text-decoration: underline;
}



/*ボランティア派遣*/
/* -------------------------------------
volunteers_flow
------------------------------------- */
.volunteers_flow {
}
.volunteers_flow .dllist {
  justify-content: space-between;
  width: 100%;
  /* max-width: 550px; */
  margin: 0 auto 68px;
  gap: 15px;
}
.volunteers_flow .dllist li {
  width: calc((100% - 55px) / 4);
}
.volunteers_flow .dllist li a {
  color: #185aa5;
  font-size: 13px;
  line-height: 1.2;
  padding: 15px 12px;
  margin-bottom: 10px;
  border: 3px solid #e6e6e6;
  background: url(../imgs/volunteers_new/arrow_bl_r.svg) no-repeat right 10px
    center;
  background-size: 8px auto;
}

.volunteers_flow .dllist li a{
  padding: 5px 12px;
  height: 54px;
  display: flex;
  justify-content: start;
  align-items: center;
} 


.volunteers_flow .flowlist {
  justify-content: space-between;
}
.volunteers_flow .flowlist li {
  width: calc((100% - 60px) / 4);
  padding: 40px 30px;
  border: 4px solid #185aa5;
}
.volunteers_flow .flowlist li .step {
  text-align: center;
  margin-bottom: 25px;
}
.volunteers_flow .flowlist li .step span.num {
  color: #185aa5;
  font-size: clamp(18px, 1.5vw, 21px);
}
.volunteers_flow .flowlist li .step span.ja {
  font-size: clamp(16px, 1.3vw, 19px);
  display: block;
}
.volunteers_flow .flowlist li p {
  font-size: clamp(14px, 1.3vw, 16px);
  line-height: 1.6;
}
.volunteers_flow .flowlist li p span.sml {
  font-size: 12px;
  display: block;
}


/* volunteers_flow--new */
/* 20251117 追加 */
.lowcont__wrap{
  max-width: 890px;
    margin: 0 auto;
}
.lowcont__ttl{
  margin-bottom: 24px;
  width: 100%;
  font-size: 16px;
  padding: 11px 5px;
  background-color: #004098;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}
.lowcont__ttl span{
  display:inline-block;
}

.flow__list{
  max-width: 890px;
  margin: 0 auto;
}
.flow__item{
  display: flex;
  justify-content: start;
  align-items: start;
}
.flow__img{
  width: 145px;
  height: 145px;
}
.flow__img img{
  width: 101%;
}
.flow__box{
  width: calc(100% - 145px);
  height: 145px;
  border-radius: 30px;
  padding:  0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.flow__box::before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  left: 0;
  width: 23px;
  height: 23px;
  background-color:#fff;
  border-radius: 50%;
}
.flow__box3::before,
.flow__box4::before,
.flow__box5::before,
.flow__box6::before,
.flow__box7::before{
 background-color:#668cc1;
}

.flow__ttl{
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.flow__box1{
  background-color: #eef5fb
}
.flow__box1 .flow__ttl,
.flow__box2 .flow__ttl{
  color: #1e5aa3;
}
.flow__box2{
  background-color: #dbe4f1;
}
.flow__box3{
  background-color: #94afd4;
}
.flow__box4{
  background-color: #7094c5;
}
.flow__box5{
  background-color: #678cc1;
}
.flow__box6{
  background-color: #4775b5;
}
.flow__box7{
  background-color: #245aa7;
}
.flow__wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flow__boxText{
  width: 339px;
  max-width: 80%;
  margin-right: 12px;
  background-color: #fff;
  padding: 0 20px;
  height: 86px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 5px;
}
.flow__boxText a{
  display: inline;
}
.flow__boxText--link{
    text-decoration: underline;
}
.flow__boxText p{
  font-size:13px;
  font-weight: 600;
  color: #646464;
  line-height: 1.48;
}
.flow__boxItem{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:9px;
}
.flow__boxItem p{
  width: 86px;
  height: 86px;
  border-radius:15px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.34;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.flow__boxItem p.flow__boxItem--shusai{
  background-color: #1c958e;
}
.flow__boxItem p.flow__boxItem--zimu{
  background-color: #096bc2;
}
.flow__boxItem p.flow__boxItem--sumasapo{
  background-color: #fbc33b;
  color: #646464;
}
.c-red{
  color: #ec1c24;
}
.c-grn{
  color: #1c958e;
}
.br-sp{
  display: none;
}


.framework__headTtl{
  margin-bottom: 32px;
  font-size: 19px;
  font-weight: 700;
  color: #1e5aa3;
  line-height: 1.55;
  text-align: center;
}
.framework__headTtl span{
  display: inline-block;
}
.framework__headText{
  margin-bottom: 20px;
}


@media screen and (max-width: 980px) {
  .flow__ttl{
    font-size: 18px;
  }
  .flow__box{
    display: block;
    padding: 10px 30px 5px;
  }
  .flow__wrap{
    justify-content: end;
  }
  .framework__headTtl{
    font-size: 16px;
  }

}
@media screen and (max-width: 750px) {
  .flow__item{
    position: relative;
  }
  .flow__img{
    width: 95px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.flow__box{
  width: 100%;
  height: auto;
  padding: 30px 20px 20px 100px;
  border-radius: 15px;
}
.flow__box::before{
  display: none;
}
.flow__wrap{
  display: block;
}
.flow__ttl{
  margin-bottom: 10px;
  font-size: 16px;
}
.flow__boxText{
  margin-right: 0;
  margin-bottom: 10px;
  width: auto;
  max-width: 100%;
  height: auto;
  padding: 10px 20px;
}
.flow__boxItem{
  justify-content: start;
}
.flow__boxItem p{
  width: 60px;
  height: 60px;
  font-size: 11px;
}
 .br-sp{
    display: block;
  }

}
@media screen and (max-width: 375px) {
 /* .volunteers_flow--new .lowcont:not{
  padding: 20px 0;
 } */
.flow__img{
  width: 60px;
}
.flow__box{
  padding: 16px 15px 20px 15px;
  border-radius: 10px;
}
.flow__ttl{
  margin-bottom: 20px;
  padding-left: 50px;
}
.flow__boxText{
  padding: 10px 8px;
  font-weight: 500;
}
.flow__boxText p{
  font-weight: 500;
}
}

/*よくある質問*/
/* -------------------------------------
volunteers_faq
------------------------------------- */
.volunteers_faq {
}
.volunteers_faq .faqlist {
  width: 100%;
  max-width: 1196px;
  margin: 0 auto;
  border-top: 1px solid #e6e6e6;
}
.volunteers_faq .faqlist li {
  padding: 0 20px;
  border-bottom: 1px solid #e6e6e6;
}
.volunteers_faq .faqlist li .qsn {
  color: #004098;
  font-size: 15px;
  padding: 40px 80px 40px 56px;
  background: url(../imgs/volunteers_new/icon_q.svg) left center no-repeat;
  background-size: 25px auto;
  position: relative;
  cursor: pointer;
}
.volunteers_faq .faqlist li .qsn:after {
  content: "";
  display: block;
  width: 57px;
  height: 57px;
  background: url(../imgs/volunteers_new/icon_open.svg) 0 0 no-repeat;
  background-size: 100% auto;
  transition: 0.5s;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.volunteers_faq .faqlist li .qsn.open:after {
  background-image: url(../imgs/volunteers_new/icon_close.svg);
}
.volunteers_faq .faqlist li .asr {
  display: none;
  padding: 0 80px 40px 56px;
  background: url(../imgs/volunteers_new/icon_a.svg) left top no-repeat;
  background-size: 25px auto;
}
.volunteers_faq .faqlist li .asr a {
  color: #000;
  text-decoration: underline;
  display: inline;
}

@media screen and (max-width: 1260px) {
  /*ボランティア派遣*/
  /* -------------------------------------
	volunteers_flow
	------------------------------------- */
  .volunteers_flow .flowlist li {
    padding: 25px 20px;
  }
}

@media screen and (max-width: 1080px) {
  /* -------------------------------------
	volunteers_index
	------------------------------------- */
  .volunteers_index .content_blk #con_lft {
    width: calc(100% - 290px);
    padding-right: 20px;
  }
  .volunteers_index .content_blk #con_rgt {
    width: 290px;
    padding-left: 20px;
  }

  .volunteers_index .inblk > .lft {
    padding-right: 20px;
  }
  .volunteers_index .inblk > .rgt {
    padding-left: 20px;
  }

  /* -------------------------------------
	smsp-news
	------------------------------------- */
  .volunteers_index #smsp-news ul.newslist p {
    width: 100%;
    padding-top: 5px;
  }

  /*ボランティア派遣*/
  /* -------------------------------------
	volunteers_flow
	------------------------------------- */
  .volunteers_flow .dllist {
    max-width: 670px;
  }
  .volunteers_flow .dllist li {
    width: calc((100% - 15px) / 2);
  }
  .volunteers_flow .dllist li a {
    margin-bottom: 0;
  }

  .volunteers_flow .flowlist {
    max-width: 670px;
    margin: 0 auto;
  }
  .volunteers_flow .flowlist li {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 900px) {
  /* -------------------------------------
	volunteers_index
	------------------------------------- */
  .volunteers_index .inblk.flex {
    display: block;
  }
  .volunteers_index .inblk > * {
    width: 100%;
  }
  .volunteers_index .inblk > .lft {
    padding-right: 0;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
  }
  .volunteers_index .inblk > .rgt {
    padding-left: 0;
  }

  /* -------------------------------------
	volunteers_event
	------------------------------------- */
  .volunteers_index #volunteers_event ul.newslist p {
    width: 100%;
    padding-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  /* -------------------------------------
	volunteers_index
	------------------------------------- */
  .volunteers_index .content_blk.flex {
    display: block;
  }
  .volunteers_index .content_blk #con_lft {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
  .volunteers_index .content_blk #con_rgt {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    width: 100%;
    padding-left: 0;
  }
  .volunteers_index #con_rgt .sec {
    width: calc((100% - 20px) / 2);
    /* max-width: 270px; */
    margin-right: 20px;
  }
  .volunteers_index #con_rgt .sec:nth-child(2n) {
    margin-right: 0;
  }
  .volunteers_index #con_rgt .link_bk {
    border-bottom: none !important;
  }

  .link_bk.bk6 {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }
  .link_bk.bk7 {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }
  .bk7__text br {
    display: none;
  }

  /*スマイル・サポーターズとは*/
  /* -------------------------------------
	volunteers_about
	------------------------------------- */
  /* -------------------------------------
	sec5
	------------------------------------- */
  .volunteers_about #sec5 .blist li div .ename {
    font-size: 11px;
    padding: 7px 15px;
  }
  .volunteers_about #sec5 .blist li p {
    font-size: 13px;
  }

  /*ボランティア募集中のイベント*/
  /* -------------------------------------
	volunteers_event
	------------------------------------- */
  .volunteers_event table th {
    min-width: 150px;
    background-color: #f2f2f2;
  }
  .volunteers_event table th,
  .volunteers_event table td {
    padding: 20px 15px;
  }
  .volunteers_event table td {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width: 640px) {
  /* -------------------------------------
	link_bnr
	------------------------------------- */
  .withsmile_link a {
    display: block;
  }
  .withsmile_link a .bknimg1 {
    display: none;
  }
  .withsmile_link a .bknimg2 {
    width: 80%;
    max-width: 264px;
    margin: 0 auto;
  }
  .withsmile_link a .bkntxt {
    width: 100%;
    margin: 0 auto 15px;
  }
  .fqq_link a {
    padding: 15px 20px 12px;
  }

  /*スマイル・サポーターズとは*/
  /* -------------------------------------
	volunteers_about
	------------------------------------- */
  /* -------------------------------------
	sec5
	------------------------------------- */
  .volunteers_about #sec5 .blist {
    max-width: 438px;
    margin: 0 auto;
  }
  .volunteers_about #sec5 .blist li {
    width: 100%;
    padding: 0 0 23px 0;
  }

  /*ボランティア派遣*/
  /* -------------------------------------
	volunteers_flow
	------------------------------------- */
  .volunteers_flow .dllist {
    display: block;
    max-width: 325px;
  }
  .volunteers_flow .dllist li {
    width: 100%;
    margin-bottom: 10px;
  }
  .volunteers_flow .flowlist {
    display: block;
    max-width: 325px;
  }
  .volunteers_flow .flowlist li {
    width: 100%;
  }

  /*よくある質問*/
  /* -------------------------------------
volunteers_faq
------------------------------------- */
  .volunteers_faq .faqlist li {
    padding: 0;
  }
  .volunteers_faq .faqlist li .qsn {
    font-size: 14px;
    padding: 30px 60px 30px 30px;
    background-size: 20px auto;
  }
  .volunteers_faq .faqlist li .qsn:after {
    width: 50px;
    height: 50px;
  }
  .volunteers_faq .faqlist li .asr {
    padding: 0 60px 30px 30px;
    background-size: 20px auto;
  }
}

@media screen and (max-width: 600px) {
  /*スマイル・サポーターズとは*/
  /* -------------------------------------
	volunteers_about
	------------------------------------- */
  /* -------------------------------------
	sec6
	------------------------------------- */
  .volunteers_about .vlist li:before {
    top: 8px !important;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (max-width: 500px) {
  /* -------------------------------------
	volunteers_index
	------------------------------------- */
  .volunteers_index .content_blk #con_rgt {
    display: block;
    max-width: 270px;
    margin: 0 auto;
  }
  .volunteers_index #con_rgt .sec {
    width: 100%;
  }
  .volunteers_index #con_rgt .link_bk.bk3,
  .volunteers_index #con_rgt .link_bk.bk4 {
    border-bottom: 1px solid #e6e6e6 !important;
  }

  /* -------------------------------------
	news_notice
	------------------------------------- */
  .volunteers_index #news_notice .flex {
    display: block;
  }
  .volunteers_index #news_notice a {
    -webkit-line-clamp: 2;
  }
  .volunteers_index #news_notice .mttl + p {
    width: 100%;
  }

  /*よくある質問*/
  /* -------------------------------------
	volunteers_faq
	------------------------------------- */
  .volunteers_faq .faqlist li .qsn {
    padding: 20px 50px 20px 30px;
  }
  .volunteers_faq .faqlist li .qsn:after {
    width: 35px;
    height: 35px;
  }
  .volunteers_faq .faqlist li .asr {
    padding: 0 50px 20px 30px;
  }
}
@media screen and (max-width: 480px) {
  /*ボランティア派遣*/
  /* -------------------------------------
	volunteers_flow
	------------------------------------- */
  /* .volunteers_flow .dllist {
    display: block;
    max-width: 267px;
  }
  .volunteers_flow .dllist li {
    width: 100%;
  } */
}

@media screen and (max-width: 320px) {
  /*スマイル・サポーターズとは*/
  /* -------------------------------------
	volunteers_about
	------------------------------------- */
  /* -------------------------------------
	sec5
	------------------------------------- */
  .volunteers_about #sec5 .blist li div .ename {
    font-size: 10px;
    padding: 7px 10px;
  }
}
