/* CSS Document */
/* --------------------
  base
-------------------- */
#base{
  width: 1220px;
}
div#cont{
  width: auto;
  margin: 0;
}
div#cont div#c3_lrr{
  width: 950px;
}

ul, ol{
  list-style: none;
}
#mainCont{
  line-height: 2;
  text-align: left;
  color: #666;
  font-family: "Noto Sans JP","yu gothic",YuGothic,"ヒラギノ角ゴ pron w3","hiragino kaku gothic pron",Arial,メイリオ,Meiryo,sans-serif;
  font-weight: 400;
  font-size: 15px;
}

/* --------------------
  layout
-------------------- */
/* 節 */
.l_section{}
.l_section__item{}
.l_section--primary > .l_section__item + .l_section__item{
  margin-top: 60px;
}
.l_section--secondary > .l_section__item + .l_section__item{
  margin-top: 64px;
}
.l_section--caseLead > .l_section__item + .l_section__item{
  margin-top: 20px;
}
.l_section__inr {
  margin-left: 30px;
  margin-right: 30px;
}

/* ナビ */
.l_nav{
  display: flex;
  align-items: stretch;
}
.l_nav__item{
  display: flex;
  width: 100%;
}
.l_nav__target{
  display: block;
  width: 100%;
  color: inherit;
}

.l_nav--local .l_nav__item + .l_nav__item{
  margin-left: 20px;
}


/* グリッド */
.l_grid{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.l_grid__item{
  display: flex;
}
.l_grid__inner{
  display: block;
  width: 100%;
}
.l_grid--service{
  overflow: hidden;
}
.l_grid--service > .l_grid__item{
  position: relative;
  left: 1px;
}
.l_grid--service > .l_grid__item::before{
  content: "";
  position: absolute;
  top : 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 1px;
  height: calc(100% - 40px);
  margin: auto 0;
  background: #999;
}
.l_grid--service > .l_grid__item::after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  width: calc(100% - 40px);
  height: 1px;
  margin: 0 auto;
  background: #999;
}
.l_grid--works{
  margin: -20px;
}
.l_grid--works > .l_grid__item{
  padding: 20px;
  justify-content: center;
}

.l_grid--case{
  margin: -20px;
}
.l_grid--case .l_grid__item{
  padding: 20px;
}
.l_grid--campaign{
  justify-content: center;
  margin: -11px;
}
.l_grid--campaign:after{
  content: "";
  width: 486px;
}

.l_grid--campaign .l_grid__item{
  padding: 11px;
  text-align: center;
}
@media screen and (max-width: 768px){
  .l_section__inr {
    margin-left: 20px;
    margin-right: 20px;
  }
  .l_section--primary > .l_section__item + .l_section__item{
    margin-top: 50px;
  }
  .l_nav{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .l_nav__item{
    width: 48%;
    margin-top: 10px;
  }
  .l_nav__item:nth-child(1),
  .l_nav__item:nth-child(2) {
    margin-top: 0;
  }
  .l_nav--local .l_nav__item + .l_nav__item{
    margin-left: 0;
  }
}
/* サイドナビ */
.l_sideNav{}
.l_sideNav__item + .l_sideNav__item{
  margin-top: 20px;
}
@media screen and (max-width: 599px){
  .l_section__inr {
    margin-left: 5.3vw;
    margin-right: 5.3vw;
  }
}
/* --------------------
  module
-------------------- */
/* 見出し */
.m_heading{}
.m_heading--primary{
  line-height: 1.5;
  margin-bottom: 25px;
}
.m_heading--primary .m_heading__sub{
  font-size: 26px;
  color: #816F6B;
}
@media screen and (min-width: 769px){
  .m_heading__sub br {
    display: none;
  }
}
.m_heading__itm{
  margin-bottom: 15px;
  font-size: 22px;
  color: #816F6B;
}
.m_heading__sec {
  padding: 10px 30px;
  background-color: #FFEFD5;
  border-radius: 100px;
}

.m_caption {
  margin-top: 10px;
  font-size: 12px;
  text-align: right;
}

@media screen and (max-width: 768px){
  .m_heading--primary .m_heading__sub{
    font-size: 22px;
  }
  .m_heading__itm{
    font-size: 20px;
  }
  .m_caption {
    text-align: left;
  }
}

/* アイコン */
.m_hasIco{
  position: relative;
  display: block;
}
.m_hasIco::before{
  position: absolute;
  left: 0;
  display: block;
}
.m_hasIco--dot{
  padding-left: 1em;
}
.m_hasIco--dot::before{
  content: "・";
}

/* ヒーローズエリア */
.m_herosArea{
  margin-bottom: 40px;
}
.m_herosArea__keyvisual{
  line-height: 0;
}
.m_herosArea__keyvisual img{
  max-width: 100%;
  height: auto;
}
.m_herosArea__keyvisual + .m_herosArea__nav{
  margin-top: 50px;
}
@media screen and (max-width: 768px){
  .m_herosArea__keyvisual + .m_herosArea__nav{
    margin-top: 35px;
  }
}

/* ローカルナビ */
.m_localNav{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  background-color: #CB7D83;
  border-radius: 10px;
  transition: .3s opacity;
}
.m_localNav.js_crnt ,
.m_localNav:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px){
  .m_localNav{
    padding: 7px 0;
    font-size: 15px;
  }
}


/* リード文 */
.m_lead{
  display: flex;
  align-items: center;
}
.m_lead .m_heading__sub {
  font-size: 30px;
}
.m_lead .m_heading__sub br {
  display: block;
}
.m_lead__msgWrap{
  flex: 1 1 auto;
}
.m_lead__msg {
  font-weight: bold;
}
.m_lead__img{
  max-width: 340px;
  margin-left: 30px;
  text-align: center;
  line-height: 0;
}
.m_lead__img img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px){
  .m_lead{
    display: block;
  }
  .m_lead .m_heading__sub {
    font-size: 24px;
  }
  .m_lead .m_heading__sub br {
    display: none;
  }
  .m_lead__img {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 350px){
  .m_lead__msg br {
    display: none;
  }
}


/* 生理の貧困とはラッパー */
.m_aboutWrap{
  padding: 50px 30px;
  background-color: #FFEFD5;
  border-radius: 20px;
}
.m_aboutWrap__body{}

/* 生理の貧困とは */
.m_about__lst {
  width: 850px;
  margin: auto;
}
.m_about__lstItm {
  margin-top: 35px;
}
.m_about__probLst {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.m_about__probLstItm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 410px;
  margin-top: 20px;
}
.m_about__probLstItm:nth-child(1),
.m_about__probLstItm:nth-child(2) {
  margin-top: 0;
}
.m_about__probLstItm__img {
  line-height: 0;
}
.m_about__probLstItm__img img {
  width: 90px;
}
.m_about__probLstItm__comment {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 295px;
  height: 90px;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  z-index: 5;
}
.m_about__probLstItm__comment::before {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 39px;
  height: 39px;
  left: -3px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 6px;
  -webkit-transform: rotate(-55deg) skewY(15deg) scaleX(0.95);
  transform: rotate(-55deg) skewY(15deg) scaleX(0.95);
  z-index: -1;
}

.m_about__dataLst {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
}
.m_about__dataLstItm {
  width: 30%;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}
.m_about__dataLstItm__ico {
  text-align: center;
  line-height: 0;
}
.m_about__dataLstItm__ico img {
  width: 50px;
}
.m_about__dataLstItm__txt {
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
}
.m_about__municipalityLst .m_about__dataLstItm__txt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 60px);
}

@media screen and (max-width: 768px){
  /* 生理の貧困とはラッパー */
  .m_aboutWrap{
    padding: 40px 20px;
  }

  /* 生理の貧困とは */
  .m_about__lst {
    width: 100%;
  }
  .m_about__lstItm {
    margin-top: 35px;
  }
  .m_about__probLst {
    display: block;
  }
  .m_about__probLstItm{
    width: 100%;
  }
  .m_about__probLstItm,
  .m_about__probLstItm:nth-child(2) {
    margin-top: 10px;
  }
  .m_about__probLstItm__img {
    line-height: 0;
  }
  .m_about__probLstItm__img img {
    width: 90px;
  }
  .m_about__probLstItm__comment {
    width: calc(100% - 115px);
    height: auto;
    min-height: 90px;
    padding: 20px;
    text-align: left;
  }

  .m_about__dataLst {
    display: block;
  }
  .m_about__dataLstItm {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .m_about__dataLstItm {
    margin-top: 10px;
  }
  .m_about__dataLstItm__ico {
    text-align: center;
    line-height: 0;
  }
  .m_about__dataLstItm__txt {
    width: calc(100% - 70px);
    margin-top: 0;
    margin-left: 20px;
    text-align: left;
  }
  .m_about__dataLstItm__txt br {
    display: none;
  }
  .m_about__municipalityLst .m_about__dataLstItm__txt {
    display: block;
    height: auto;
  }
}
@media screen and (max-width: 350px){
  .m_about__probLstItm__img img {
    width: 24vw;
  }
  .m_about__probLstItm__comment {
    width: calc(100% - 30.6vw);
    min-height: 24vw;
    padding: 5.3vw;
  }
  .m_about__dataLstItm {
    padding: 5.3vw;
  }
  .m_about__dataLstItm__ico img {
    width: 13.3vw;
  }
  .m_about__dataLstItm__txt {
    width: calc(100% - 18.6vw);
  }
}


/* 本プロジェクトの概要 */
.m_summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m_summary__msgWrap{
  flex: 1 1 auto;
}
.m_summary__msg {
  font-weight: bold;
}
.m_summary__img{
  max-width: 320px;
  margin-left: 30px;
  text-align: center;
  line-height: 0;
}
.m_summary__img img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px){
  .m_summary {
    display: block;
  }
  .m_summary__msg br:not(.sp) {
    display: none;
  }
  .m_summary__img{
    margin: 20px auto;
  }
}


/* スポンサー企業の募集要項 */
.m_guideline__itm + .m_guideline__itm {
  margin-top: 40px;
}
.m_guideline__companyLst {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.m_guideline__companyLstItm {
  display: flex;
  align-items: center;
  width: 410px;
  margin-top: 20px;
}
.m_guideline__companyLstItm:nth-child(1),
.m_guideline__companyLstItm:nth-child(2) {
  margin-top: 0;
}
.m_guideline__companyLstItm__img {
  line-height: 0;
}
.m_guideline__companyLstItm__img img {
  width: 100px;
}
.m_guideline__companyLstItm__txt {
  margin-left: 20px;
  font-weight: bold;
  line-height: 1.6;
}

.m_guideline__table {
  width: 100%;
  border: 1px solid #D8D8D8;
}
.m_guideline__table tr + tr {
  border-top: 1px solid #D8D8D8;
}
.m_guideline__table th {
  color: #816F6B;
}
.m_guideline__table th,
.m_guideline__table td {
  padding: 5px 10px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.m_guideline__tableCol th:not(:first-child) + th,
.m_guideline__table td + td {
  border-left: 1px solid #D8D8D8;
}
.m_guideline__tableCol th:not(:first-child) > span,
.m_guideline__table td > span,
.m_guideline__tableRow {
  font-size: 18px;
}
.m_guideline__tableCol th:not(:first-child) {
  background-color: #F6EFE7;
}
.m_guideline__tableRow {
  position: relative;
  background-color: #FCEFF0;
  line-height: 1.6;
}
.m_guideline__tableRow > span {
  font-size: 10px;
  vertical-align: top;
}
.m_guideline__tableRow::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #D8D8D8;
}
@media screen and (min-width: 769px){
  .m_guideline__itm .m_caption br {
    display: none;
  }
}
@media screen and (max-width: 768px){
  .m_guideline__companyLst {
    display: block;
  }
  .m_guideline__companyLstItm {
    width: 100%;
  }
  .m_guideline__companyLstItm:nth-child(2) {
    margin-top: 20px;
  }
  .m_guideline__companyLstItm__img img {
    width: 90px;
  }
  .m_guideline__companyLstItm__txt {
    width: calc(100% - 110px);
    font-size: 18px;
  }
  .m_guideline__companyLstItm__txt br {
    display: none;
  }

  .m_guideline__tableWrap {
    overflow-x: scroll;
    overflow-y: hidden;

    background:
      linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2)) right / 20px 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .m_guideline__table {
    width: 890px;

    background:
      linear-gradient(to right, hsla(0,0%,100%,0),#fff 15px) right / 50px 100%;
    background-repeat: no-repeat;
    background-attachment: local;
  }
  .m_guideline__tableCol th:not(:first-child),
  .m_guideline__table td {
    font-size: 14px;
  }
  .m_guideline__tableCol th:not(:first-child) > span,
  .m_guideline__table td > span,
  .m_guideline__tableRow {
    font-size: 16px;
  }
  .m_guideline__tableCol th:not(:first-child) {
    background-color: rgba(165, 95, 15, 0.1);
  }

  .m_guideline__tableRow {
    position: sticky;
    left: 0;
  }
}
@media screen and (max-width: 350px){
  .m_guideline__companyLstItm__img img {
    width: 24vw;
  }
  .m_guideline__companyLstItm__txt {
    width: calc(100% - 29.2vw);
  }
}


/* 生理用品寄付の流れ */
.m_flow__img {
  line-height: 0;
}
.m_flow__img img {
  max-width: 100%;
}
@media screen and (min-width: 577px){
  .m_flow__img img.sp {
    display: none;
  }
}
@media screen and (max-width: 576px){
  .m_flow__img img.pc {
    display: none;
  }
}

.m_flowChart {
  background-color: #FFEFD5;
  border-radius: 20px;
  margin-top: 45px;
  padding: 15px 20px 20px;
}

.m_flowChart .m_heading__itm { margin-bottom: 20px; }

.m_flowChart__body {}

.m_flowChartList {}
.m_flowChartList > *:last-child { margin-bottom: 0; }
.m_flowChartList__item {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  height: 58px;
  margin-bottom: 15px;
}

.m_flowChartList__body {}

.m_flowChartList__num {
  background-color: #f3d6a6;
  border-radius: 10px;
  flex: 0 0 auto;
  line-height: 0;
  margin-right: 10px;
}

.m_flowChartList__contents {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}
.m_flowChartList__contents.__note {
  font-size: 10px;
  line-height: 1.2;
  padding-left: 1em;
  text-indent: -1em;
}

.m_flowChartList__contents:not(:last-child):not(.__note) {
  margin-bottom: 5px;
}

#flow .m_link--btn { font-size: 15px; }
#flow .m_link--btn::after { content: none; }

@media screen and (max-width: 599px) {
  .m_flowChartList__item {
    align-items: stretch;
    height: auto;
  }
  .m_flowChartList__body { padding: 10px 0; }
  .m_flowChartList__contents { line-height: 1.4; }
  .m_flowChartList__contents.__note { margin-top: 10px; }
}

/* 各企業のメリット */
.m_meritListWrap {}

.m_meritList {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.m_meritList__item {
  display: flex;
  flex: 1;
  padding: 10px;
  width: 100%;
}

.m_meritList__item:nth-of-type(1),
.m_meritList__item:nth-of-type(2) {
  flex: 2 0 50%;
  max-width: 50%;
}

.m_meritList__body {
  background-color: #feeee2;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
}

.m_meritList__item:nth-of-type(1) .m_meritList__body,
.m_meritList__item:nth-of-type(2) .m_meritList__body { padding: 20px; }

.m_meritList__title {
  align-items: center;
  display: flex;
  font-feature-settings: "palt" 1;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px; 
}

.m_meritList__title > img { margin-right: 10px; }

.m_meritList__item:nth-of-type(1) .m_meritList__title::after {
  background-image: url("/resource/img/period-poverty/merit_01_img.svg");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  margin-left: 20px;
  width: 62px;
  height: 50px;
}
.m_meritList__item:nth-of-type(2) .m_meritList__title::after {
  background-image: url("/resource/img/period-poverty/merit_02_img.svg");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  margin-left: 20px;
  width: 77px;
  height: 50px;
}

.m_meritList__item:nth-of-type(1) .m_meritList__title,
.m_meritList__item:nth-of-type(2) .m_meritList__title {
  font-size: 20px;
  margin-bottom: 15px;
}

.m_meritList__item:nth-of-type(1) .m_meritList__title > img,
.m_meritList__item:nth-of-type(2) .m_meritList__title > img { margin-right: 15px; }

@media screen and (max-width: 599px) {
  .m_meritList { display: block; }
  .m_meritList__item:nth-of-type(1),
  .m_meritList__item:nth-of-type(2) {
    max-width: none;
  }
  .m_meritList__item:nth-of-type(1) .m_meritList__title::after,
  .m_meritList__item:nth-of-type(2) .m_meritList__title::after { content: none; }
}

/* 寄与できるSDGs目標 */
.m_merit__itm {
  margin-top: 40px;
}
.m_merit__sdgsLst {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.m_merit__sdgsLstItm {
  display: flex;
  align-items: center;
  width: 430px;
  margin-top: 30px;
}
.m_merit__sdgsLstItm:nth-child(1),
.m_merit__sdgsLstItm:nth-child(2) {
  margin-top: 0;
}
.m_merit__sdgsLstItm__img {
  line-height: 0;
}
.m_merit__sdgsLstItm__img img {
  width: 90px;
}
.m_merit__sdgsLstItm__dl {
  margin-left: 20px;
}
.m_merit__sdgsLstItm__dl dt {
  margin-bottom: 5px;
  font-weight: bold;
}

.m_merit__welcome {
  margin-top: 50px;
}
.m_welcome__txt {
  color: #CB7D83;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.m_welcome__txt + .m_welcome__txt {
  margin-top: 30px;
}

@media screen and (max-width: 768px){
  .m_merit__sdgsLst {
    display: block;
  }
  .m_merit__sdgsLstItm {
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
  }
  .m_merit__sdgsLstItm:nth-child(2) {
    margin-top: 20px;
  }
  .m_merit__sdgsLstItm__dl {
    width: calc(100% - 110px);
    margin-left: 20px;
  }
  .m_merit__sdgsLstItm__dl dd {
    font-size: 14px;
    line-height: 1.6;
  }

  .m_merit__welcome {
    margin-top: 40px;
  }
  .m_welcome__txt {
    font-size: 20px;
    text-align: left;
  }
  .m_welcome__txt br:not(.sp) {
    display: none;
  }
  .m_welcome__txt + .m_welcome__txt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 350px){
  .m_merit__sdgsLstItm__img img {
    width: 24vw;
  }
  .m_merit__sdgsLstItm__dl {
    width: calc(100% - 29.2vw);
    margin-left: 20px;
  }
}

/* 寄付額テーブル */
.m_donationTable {}
.m_donationTable > *:last-child { margin-bottom: 0; }

.m_donationTable__body {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 220px;
  margin: 20px 0;
}

.m_donationTable__item {}

.m_donationTable__item > img { display: block; }

@media screen and (max-width: 599px) {
  .m_donationTable__body {
    display: block;
    height: auto;
  }
  .m_donationTable__item + .m_donationTable__item { margin-top: 20px; }
}

/* 賛同企業 */
.m_supportingCompany {
  background-color: #FFEFD5;
  border-radius: 20px;
  /*margin: 40px -20px 0;*/
  padding: 20px;
  /*width: calc(100% + 40px);*/
}

.m_supportingCase {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.m_supportingCase__item {
  display: flex;
  padding: 10px;
}

.m_supportingCase__inner {
width: 100%;
}

.m_supportingCase {}

.m_supportingcaseDetail {
  background-color: #fff;
  box-shadow: 7px 7px 5px rgba(64, 64, 64, 0.3);
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  width: 100%;
}
.m_supportingcaseDetail > *:last-child { margin-bottom: 0; }

.m_supportingCase__image {
  line-height: 0;
  margin-bottom: 20px;
  text-align: center;
}

.m_supportingCase__image > img {
  height: auto;
  width: 100%;
}

@supports(display: grid){/* IE以外にmax-width: 100%;を適応 */
  .m_supportingCase__image > img {
    width: auto;
    max-width: 100%;
  }
}

.m_supportingCase__catchCopy {
  color: #816f6b;
  font-feature-settings: "palt" 1;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* 賛同企業_詳細 */
.m_supportingCaseInfomation {
  border: 1px solid #d8d8d8;
  display: flex;
  flex: 2 1 auto;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}

.m_supportingCaseInfomation__item {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
}

.m_supportingCaseInfomation__item + .m_supportingCaseInfomation__item { border-top: 1px solid #d8d8d8; }

.m_supportingCaseInfomation__title {
  align-items: center;
  background-color: #f6efe7;
  border-right: 1px solid #d8d8d8;
  border-right: none;
  color: #816f6b;
  display: flex;
  flex-shrink: 0;
  font-weight: bold;
  padding: 5px;
  vertical-align: middle;
  width: 6em;
}

.m_supportingCaseInfomation__contents {
  align-items: center;
  display: flex;
  flex: 1 1 50%;
  line-height: 1.5;
  padding: 5px;
  letter-spacing: 0;
}


/* よくあるご質問 */
.m_faqList {}
.m_faqList > :last-child { margin-bottom: 0; }

.m_faqList__item:not(:last-of-type) { margin-bottom: 30px; }

.m_faqList__body {}

.m_faqList__title {
  color: #816f6b;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
}

.m_faqList__title::before {
  align-items: center;
  border: 2px solid #816f6b;
  border-radius: 999px;
  color: #816f6b;
  content: "Q";
  display: flex;
  font-size: 16px;
  font-weight: bold;justify-content: center;
  line-height: 1;
  height: 24px;
  position: absolute;
  top: 6px;
  left: 0;
  width: 24px;
}

.m_faqList__contents {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
}

.m_faqList__contents::before {
  align-items: center;
  border: 2px solid currentColor;
  border-radius: 999px;
  content: "A";
  display: flex;
  font-size: 16px;
  font-weight: bold;justify-content: center;
  line-height: 1;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
}

.m_faqBanner { margin: 30px; }
.m_faqBanner > *:last-child { margin-bottom: 0; }

.m_faqBanner__item { margin: 10px; }

.m_faqBanner__link { transition: .3s opacity; }

.m_faqBanner__link:hover { opacity: .7; }

.m_faqBanner__link > img { display: block; }

#faq .m_faqBanner{
  text-align: right;
}
#faq .m_faqBanner_inner{
  display: inline-block;
}
#faq .m_faqBanner_inner .m_faqBanner__item{
  margin: 10px 0;
  text-align: center;
  color: #333;
}
#faq .m_faqBanner__link img{}
#faq .m_link--btn { font-size: 15px; }
#faq .m_link--btn::after { content: none; }
#faq .m_link--btn-municipality { background-color:#526299 }

/* 読み物コンテンツ */
.m_column { margin: 30px 0; }

.m_columnList {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.m_columnList__item {
  padding: 15px;
}

.m_columnList__link {
  border: 1px solid #816f6b;
  border-radius: 20px;
  color: #816F6B;
  display: block;
  font-size: 15px;
  font-weight: bold;
  height: 100%;
  overflow: hidden;
  transition: .3s opacity;
  width: 100%;
}
.m_columnList__link:hover {
  opacity: .7;
  text-decoration: none;
}


.m_columnList__image { line-height: 0; }

.m_columnList__image > img {
  height: auto;
  width: 100%;
}

.m_columnList__body { padding: 15px; }

.m_columnList__contents {}


/* リンク */
.m_linkWrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}

.m_linkWrapper--align_left { justify-content: flex-start; }
.m_linkWrapper--align_center { justify-content: center; }
.m_linkWrapper--align_right { justify-content: flex-end; }

.m_linkBox {}
.m_linkBox--left {
  display: flex;
  justify-content: left;
}
.m_linkBox--center {
  display: flex;
  justify-content: center;
}
.m_link--btn {
  align-items: center;
  background-color: #cb7d83;
  border-radius: 9999px;
  color: #fff;
  display: flex;
  font-size: 21px;
  justify-content: center;
  line-height: 1;
  padding: 10px 1.2em;
  transition: .3s opacity;
}

.m_link--btn:hover {
  opacity: 0.7;
  text-decoration: none;
}


.m_link--btn::after {
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  box-sizing: border-box;
  content: "";
  display: block;
  flex: 0 0 .5em;
  height: 0.5em;
  margin-left: 5px;
  transform: rotate(45deg);
  width: 0.5em;
}

.m_link--btnMin{
  font-size: 15px;
}

.m_link--btnCase{}

@media screen and (max-width: 768px){
  .m_link--btnCase{
    line-height: 1.6;
    font-size: 15px;
  }
}

/* 寄付企業 */
.m_donation-company__lst {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
}
.m_donation-company__lstItm {
  width: calc(100% / 3);
  margin-top: 40px;
  padding: 0 25px;
}
.m_donation-company__lstItm + .m_donation-company__lstItm {
  border-left: 1px solid #D8D8D8;
}
.m_donation-company__lstItm:nth-child(1),
.m_donation-company__lstItm:nth-child(2),
.m_donation-company__lstItm:nth-child(3) {
  margin-top: 0;
}
.m_donation-company__lstItm:nth-child(3n + 1) {
  border-left: none;
}
.m_donation-company__lstItm__logoWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 0;
}
.m_donation-company__lstItm__logo img.logo {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.m_donation-company__lstItm__logo figcaption {
  margin-top: 15px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px){
  .m_donation-company__lst {
    display: block;
  }
  .m_donation-company__lstItm {
    width: 100%;
    margin-top: 0;
    padding: 20px 0 15px;
  }
  .m_donation-company__lstItm + .m_donation-company__lstItm {
    border-top: 1px solid #D8D8D8;
    border-left: none;
  }
  .m_donation-company__lstItm__logoWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
  }
  .m_donation-company__lstItm__logo img.multiply {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 350px){
  .m_donation-company__lstItm__logo img.logo {
    width: 26.6vw;
    height: 26.6vw;
  }
}
/* 寄付の例のメインコンテンツ */
#mainCont.m_caseMainContent{
  line-height: 1.6;
}

/* 寄付の例のラッパー */
.m_caseWrap{
  padding: 24px 31px;
  border-radius: 12px;
  background: #FFEFD5;
}
.m_caseWrap__body{}
.m_caseWrap__nav + .m_caseWrap__list{
  margin-top: 32px;
}
.m_caseWrap__nav{
  display: flex;
  align-items: flex-start;
}
.m_caseWrap__navTtl{
  flex: 0 0 84px;
  line-height: 32px;
  font-size: 16px;
}
.m_caseWrap__navBody{
  flex: 1 1 auto;
  padding-left: 12px;
}
.m_caseWrap__list{}
.m_caseWrap__item + .m_caseWrap__item{
  margin-top: 20px;
}
@media screen and (max-width: 768px){
  .m_caseWrap{
    padding: 24px 16px;
  }
  .m_caseWrap__nav{
    display: block;
  }
  .m_caseWrap__navBody{
    padding: 8px 0 0;
  }
}

/* 寄付の例 */
.m_case{
  padding: 0 30px 30px;
  box-shadow: 3px 3px 12px rgba(97, 45, 14, .3);
  background: #fff;
}
.m_case__heading{
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.m_case__tag{
  flex: 0 0 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  border-radius: 0 0 4px 4px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  background: #816F6B;
}
.m_case__ttl{
  flex: 1 1 auto;
  padding: 0 24px;
  font-weight:bold;
  font-size: 22px;
}
.m_case__lead{
  font-size: 15px;
}
.m_case__lead + .m_case__body{
  margin-top: 20px;
}
.m_case__table{
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.m_case__tableTtl{
  width: 148px;
  padding: 12px;
  border: 1px solid #D8D8D8;
  vertical-align: middle;
  font-weight: bold;
  font-size: 16px;
  background: #F6EFE7;
}
.m_case__tableBody{
  padding: 20px;
  border: 1px solid #D8D8D8;
  vertical-align: middle;
}
.m_case__tableMsg + .m_case__tableMsg{
  margin-top: 8px;
}
@media screen and (max-width: 768px){
  .m_case{
    padding: 0 12px 30px;
  }
  .m_case__ttl{
    padding: 0 12px;
    font-size: 18px;
  }
  .m_case__table{
    display: block;
  }
  .m_case__tableRow{
    display: block;
  }
  .m_case__tableRow + .m_case__tableRow{
    margin-top: 12px;
  }
  .m_case__tableTtl{
    display: block;
    width: auto;
    padding: 6px 12px;
  }
  .m_case__tableBody{
    display: block;
    border-top: none;
    padding: 6px 12px;
  } 
}

/* ケースナビのラッパー */
.m_caseNavWrap{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -4px;
}
.m_caseNavWrap__item{
  display: flex;
  padding: 4px;
}
.m_caseNavWrap__target{
  display: block;
  width: 100%;
}

/* ケースナビ */
.m_caseNav{
  display: flex;
  padding: 8px 16px;
  border: 1px solid #816F6B;
  border-radius: 4px;
  color: #816F6B;
  line-height: 1;
  font-size: 14px;
  background: #fff;
}
.m_caseNav:hover,
.m_caseNav.is_current{
  color: #fff;
  background: #816F6B;
}

/* ボタン */
.m_contact {
  margin-top: 60px;
}
.m_contact__btn {
  display: flex;
  align-items: stretch;
  font-size: 20px;
}
.m_contact__btnTarget {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 3.5em;
  margin: 60px auto;
  color: #fff;
  background: #D32D36;
  border: 2px solid #D32D36;
  border-radius: 5px;
  text-decoration: none;
  transition: .3s opacity;
}
.m_contact__btnInner {
  position: relative;
  padding-left: 40px;
}
.m_contact__btnInner::before {
  content: url(https://www.insource.co.jp/resource/img/inquiry/icon_inquiry.png);
  position: absolute;
  top: 9px;
  bottom: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  margin: auto 0;
  line-height: 0;
}
@media screen and (max-width: 768px){
  .m_contact {
    margin-top: 40px;
  }
}


/* サイドナビ実績 */
.m_sidePerformance__ttl{
  padding: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  background: #816F6B;
}
.m_sidePerformance__donationLstItm {
  padding: 20px 0 15px;
}
.m_sidePerformance__donationLstItm + .m_sidePerformance__donationLstItm {
  border-top: 1px solid #D8D8D8;
}
.m_sidePerformance__donationLstItm__logoWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 0;
}
.m_sidePerformance__donationLstItm__logo img.logo {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.m_sidePerformance__donationLstItm__logo figcaption {
  margin-top: 15px;
  font-size: 15px;
  font-weight: bold;
}


/* 脚注 */
.m_footnote{
  position: relative;
  padding-left: 1em;
  font-size: 12px;
}
.m_footnote::before{
  content: "※";
  position: absolute;
  left: 0;
  display: block;
}

/* ----------
utility
---------- */
/* カラム */
.u_col1{width:8.333%;}
.u_col2{width:16.667%;}
.u_col3{width:25%;}
.u_col4{width:33.333%;}
.u_col5{width:41.666%;}
.u_col6{width:50%;}
.u_col7{width:58.333%;}
.u_col8{width:66.666%;}
.u_col9{width:75%;}
.u_col10{width:83.33%;}
.u_col11{width:91.666%;}
.u_col12{width:100%;}
@media screen and (max-width:768px){
  .u_resMdCol1{width:8.333%;}
  .u_resMdCol2{width:16.667%;}
  .u_resMdCol3{width:25%;}
  .u_resMdCol4{width:33.333%;}
  .u_resMdCol5{width:41.666%;}
  .u_resMdCol6{width:50%;}
  .u_resMdCol7{width:58.333%;}
  .u_resMdCol8{width:66.666%;}
  .u_resMdCol9{width:75%;}
  .u_resMdCol10{width:83.33%;}
  .u_resMdCol11{width:91.666%;}
  .u_resMdCol12{width:100%;}
}
@media screen and (max-width:599px){
  .u_resSmCol1{width:8.333%;}
  .u_resSmCol2{width:16.667%;}
  .u_resSmCol3{width:25%;}
  .u_resSmCol4{width:33.333%;}
  .u_resSmCol5{width:41.666%;}
  .u_resSmCol6{width:50%;}
  .u_resSmCol7{width:58.333%;}
  .u_resSmCol8{width:66.666%;}
  .u_resSmCol9{width:75%;}
  .u_resSmCol10{width:83.33%;}
  .u_resSmCol11{width:91.666%;}
  .u_resSmCol12{width:100%;}
}
/* 間隙 */
.u_mt40{
  margin-top: 40px;
}
/* 文字間 */
.u_lsN1{
  letter-spacing: -1px;
}
@media screen and (max-width: 768px){
  .u_resMdLsN1{
    letter-spacing: -1px;
  }
}
/* 上付き */
.u_super{
  font-size: 11px;
  vertical-align: super;
}
/* 要素を出す/隠す */
.u_hide{
  display: none;
}
@media screen and (max-width:768px){
  .u_resMdBlock{
    display: block;
  }
  .u_resMdInline{
    display: inline;
  }
}
@media screen and (max-width:599px){
  .u_resSmInline{
    display: inline;
  }
}
