@media only screen and (max-width: 737px) {
  #main a[href*="tel:"] {
    color: #1C6B85;
  }
}

/* ----------------------------------------

- aboutSec

---------------------------------------- */

#about {
  display: flex;
  align-items: center;
}

#about .about_pic {
  width: 46%;
  margin-right: 5%;
}

#about .about_txt {
  /* font-size: 20px; */
  font-weight: bold;
}

#about .about_list {
  margin-top: -1em;
  margin-bottom: 20px;
}

#about .about_list>li {
  list-style: none;
  line-height: 1.5;
  padding-left: 1.75em;
  margin-top: 1em;
  position: relative;
}

#about .about_list>li:before {
  content: "";
  display: inline-block;
  width: 1.7em;
  height: 1em;
  background: url(../img/service/icon_check.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0.25em;
}

@media only screen and (max-width: 737px) {
  #about {
    display: block;
    text-align: center;
  }

  #about .about_pic {
    /* width: auto; */
    /* margin-right: 0; */
    /* margin-bottom: 20px; */
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }

  #about .about_txt {
    /* font-size: 16px; */
  }

  #about .about_pic iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #about .about_list {
    display: inline-block;
    text-align: left;
  }
}

/* レスポンシブYouTube埋め込み用のスタイル */
.responsive-iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 アスペクト比 */
  height: 0;
  overflow: hidden;
}

.responsive-iframe-container iframe,
.responsive-iframe-container object,
.responsive-iframe-container embed {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

/* 2カラムレイアウト用のスタイル */
.two-column-container {
  display: flex;
  flex-wrap: wrap;
}

.column {
  flex: 1;
  min-width: 50%;
}

/* スマートフォンでの表示 */
@media (max-width: 768px) {
  .column {
    min-width: 100%;
  }
}

/* ----------------------------------------

- causeBox

---------------------------------------- */
.causeBox {
  border: 1px solid #1C6B85;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 40px;
}

.causeBox_head {
  color: #fff;
  background: #1C6B85;
  padding: 20px 10px;
  position: relative;
}

.causeBox_head::after {
  display: inline-block;
  content: "";
  width: 77px;
  height: 20px;
  background:
    linear-gradient(to left bottom, #1C6B85 50%, transparent 50%) left center / 50.5% 100% no-repeat,
    linear-gradient(to right bottom, #1C6B85 50%, transparent 50%) right center / 50.5% 100% no-repeat;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}

.causeBox_head_tit {
  font-size: 32px;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
}

@media only screen and (max-width: 737px) {
  .causeBox_head_tit {
    font-size: 25px;
  }

  .causeBox_head_num {
    font-size: 28px;
  }
}

/*  causeBox_body
----------------------------------- */
.causeBox_body {
  /* font-size: 23px; */
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  padding: 50px 8%;
}

.causeBox_body>* {
  margin-top: 30px;
}

.causeBox_body>*:first-child {
  margin-top: 0;
}

.causeBox_body_txt {
  /* font-size: 20px; */
  font-weight: bold;
}

/***  checkList ***/
.causeBox_body .checkList {
  color: #1C6B85;
}

.causeBox_body .checkList>li:before {
  background: url(../img/feature/causeBox3_checkmak.svg) center / contain no-repeat;
  border: none;
}

/***  base_lightblue ***/
.base_lightblue {
  background: #E1ECF0;
  border-radius: 12px;
  padding: 30px;
}

/***  col ***/
.colWrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-top: -20px;
  overflow: hidden;
}

.colWrap .col2 {
  width: calc(50% - 20px);
  margin-left: 20px;
  margin-top: 20px;
}

@media only screen and (max-width: 737px) {
  .causeBox_body {
    /* font-size: 16px; */
    padding: 30px 15px 20px;
  }

  .causeBox_body>* {
    margin-top: 20px;
  }

  .causeBox_body>*:first-child {
    margin-top: 0;
  }

  .causeBox_body_txt {
    /* font-size: 16px; */
  }

  /***  checkmak ***/
  .causeBox .checkmak {
    /* font-size: 16px; */
  }

  /***  base_lightblue ***/
  .base_lightblue {
    padding: 20px;
  }

  /***  spCol1 ***/
  .colWrap .col2 {
    width: calc(100% - 20px);
    margin-left: 20px;
    margin-top: 20px;
  }
}

/* pointList
----------------------------------- */
#cause .pointList {
  /* font-size: 20px; */
}

#cause .pointList>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  margin-left: -40px;
}

#cause .pointList>ul>li {
  width: calc(33.33% - 40px);
  margin-left: 40px;
  background: #fff;
  box-shadow: 3px 3px 13px 0px rgb(0 0 0 / 16%);
  border-radius: 12px;
  padding: 20px;
  font-weight: bold;
  position: relative;
}

#cause .pointList_num {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #1C6B85;
  min-width: 100px;
  min-height: 100px;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 0;
  transform: translate(0%, -50%);
}

#cause .pointList_num>span {
  display: inline-block;
  font-size: 180%;
  line-height: 1.2;
  border-bottom: 1px solid #fff;
}

#cause .pointList_thumbnail {
  margin-bottom: 20px;
}

@media only screen and (max-width: 737px) {
  #cause .pointList {
    font-size: 16px;
  }

  #cause .pointList>ul {
    display: block;
    margin-top: 20px;
  }

  #cause .pointList>ul>li {
    width: auto;
    margin-top: 40px;
    padding: 15px;
  }

  #cause .pointList_num {
    font-size: 18px;
    min-width: 80px;
    min-height: 80px;
    left: -10px;
    top: -20px;
    transform: translate(0%, 0%);
  }

  #cause .pointList_num>span {
    display: inline-block;
    font-size: 160%;
    line-height: 1.2;
    border-bottom: 1px solid #fff;
  }

}


/* ----------------------------------------

- causeBox2

---------------------------------------- */
#accessWrap {
  /* font-size: 20px; */
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  background-color: #F2F2F2;
  padding: 40px;
}

#accessWrap .access {
  width: 32%;
  margin-right: 20px;
}

#accessWrap .traffic {
  width: calc(68% - 20px);
}

#accessWrap .access_btn {
  margin-top: 20px;
}

#accessWrap .access_btn a {
  min-width: auto;
}

@media only screen and (max-width: 737px) {
  #accessWrap {
    /* font-size: 16px; */
    display: block;
    padding: 20px;
  }

  #accessWrap .access {
    width: auto;
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    margin-bottom: 20px;
  }

  #accessWrap .traffic {
    width: auto;
  }

  #accessWrap .access_btn {
    text-align: center;
  }
}

/* ----------------------------------------

- qaList

---------------------------------------- */
.qaList {
  text-align: center;
}

.qaList>ul {
  display: inline-block;
  text-align: left;
}

.qaList>ul>li {
  padding: 20px;
  border-bottom: 1px solid #E5E5E5;
}

.qaList>ul>li:last-child {
  border-bottom: none;
}

.qaList>ul>li>.q,
.qaList>ul>li>.a {
  width: 100%;
  display: flex;
}

.qaList>ul>li>.q:before,
.qaList>ul>li>.a:before {
  font-size: 166%;
  line-height: 1;
  font-weight: 700;
  color: #2D9819;
  padding-right: 20px;
}

.qaList>ul>li>.q {
  font-weight: bold;
  margin-bottom: 10px;
}

.qaList>ul>li>.q:before {
  content: "Q";
}

.qaList>ul>li>.a:before {
  content: "A";
}

@media only screen and (max-width: 737px) {}

.youtube {
  position: relative;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.container img {
  max-width: 100%;
}

@media screen and (min-width: 600px) {
  .container {
    display: flex;
    margin-bottom: 1.5rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  .item {
    /* flex-basis: 49.5%; */
    flex-basis: 30.5%;
  }
  .text-adjust {
    font-size: 14.5px;
  }
}

.chosha {
  font-size: 1.5em;
  font-weight: 600;
}

.q {
  font-weight:600;
  font-color:#E5E5E5;
}

.container .item:first-child {
  margin-right: 2em;
  flex-basis: 80%;
}

.container .item:nth-child(2) {
  /* flex-basis: 19%; */
  flex-basis: 60%;
  margin-right: 3em;
  margin-bottom: 1em;
}
.container .item:nth-child(3) {
 text-align: center;
}

.item img {
  height: 250px;
  margin-bottom: 2em;
}

.million_tit {
  font-size: 52px;
  line-height: 1.2;
}

@media screen and (max-width: 737px) {
  .million_tit {
    font-size: 30px;
  }
}
#million {
  font-weight: bold;
  text-align: center;
}

