/************************************************

過敏性腸症候群(IBS)の症状と対策

*************************************************/

.about__secttl{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #0aa546;
  margin-bottom: 25px;
}

.about__txt{
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.about__txt.center{
  text-align: center;
}

.about__sec{
  padding: 50px 0;
}

.about__com{
  display: block;
  text-align: right;
  font-size: 14px;
}

.about__ttlsec .img img{
  width: auto;
}

.about__ttlsec .img{
  text-align: center;
}

.about__sec01{
  background-color: #f3f3f3;
}

.about__sec02 .img{
  text-align: center;
  margin-bottom: 30px;
}

.about__sec02__point{
  border:1px dashed #0aa546;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 20px 24px;
}

.about__sec02__point h3{
  color: #0aa546;
  font-size: 20px;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 8px;
}

.about__sec02__point dt{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
}

.about__sec02__point dd{
  font-size: 16px;
  line-height: 1.7;
}

.about__sec02__point .img{
  width: 316px;
  flex:none;
  margin-left: 40px;
}

.about__sec03{
  background-color: #f3f3f3;
}

.about__sec03 h3{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}

.about__sec03 .img{
  text-align: center;
  margin: 0 auto 40px;
}

.about__sec03 img{
  background-color: #fff;
  padding: 10px;
}

.about__sec04 .img{
  text-align: center;
  margin: 0 auto 40px;
}

.about__sec04 .about__btn a{
  width: auto;
  max-width: 500px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {


.about__txt.center{
  text-align: left;
}
.about__sec{
  padding: 40px 0;
}

.about__ttlsec .img img{
  width: auto;
  max-width: 100%;
}

.about__secttl{
  font-size: 24px;
  margin-bottom: 20px;
}

.about__sec01{
  padding-bottom: 20px;
}

.about__sec01__point{
  display: block;
  padding: 20px ;
}

.about__sec01__point .img{
  width: auto;
  flex:none;
  margin-left: 0px;
  margin-top: 20px;
}

.about__sec03 h3{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}

.about__sec03 .img{
  width: 100%;
  margin: 0 auto 30px;
}

.about__sec03 img{
  width: calc(100% - 20px);
}

.about__sec03 .img:last-child{
  margin-bottom: 0;
}


}

/************************************************

セレキノンSの服用方法

*************************************************/


.about__table{
  width: 100%;
  font-size: 16px;
  border:1px solid #ccc;
  margin-bottom: 30px;
}

.about__table tr{
  border-bottom:1px solid #ccc;
}

.about__table th{
  background-color: #0aa546;
  color: #fff;
  text-align: center;
  border-right:1px solid #ccc;
  padding: 10px 0;
}

.about__table td{
  text-align: center;
  border-right:1px solid #ccc;
  padding: 10px 0;
}

.about__method .about__sec01__point .img{
  width: 170px;
}

@media screen and (max-width: 768px) {

.about__table{
  font-size: 14px;
}

  .about__method .about__sec01__point .img{
  width: 100%;
  text-align: center;
}
}


/************************************************

腸トラブルの原因は？

*************************************************/

.about_cause h3{
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}

.about_cause__cont{
  margin-bottom: 60px;
}

.about_cause__cont__faq{
  margin-bottom: 20px;
}

.about_cause__cont__faq h4{
  background-color: #0aa546;
  color: #fff;
  font-size: 20px;
  padding: 15px ;
  position: relative;
  cursor: pointer;
  line-height: 1.7;
  text-align: center;
}

.about_cause__cont__faq h4::after{
  content:"";
  background: url(/site_cerekinon/assets/img/common/arrow-right-white.svg) no-repeat 50% 50% / contain;
  width: 15px;
  height: 20px;
  display: inline-block;
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  margin:auto;
  transform: rotate(90deg);
  transition: .5s;
}

.about_cause__cont__faq h4.open::after{
  transform: rotate(-90deg);
}


.about_cause__cont__faq > div{
  border:1px solid #0aa546;
  padding: 10px 15px 15px;
  display: none;
  font-size: 16px;
  line-height: 1.7;
}

.about_cause__cont__faq > div > span{
  display: block;
  color:#0aa546;
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
}

.about_cause__cont__faq > div > span:first-child{
  margin-top: 0;
}

.about_cause__cont__faq > div table{
  border: 1px solid #ccc;
  margin: 20px 0;
}

.about_cause__cont__faq > div tr{
  border-bottom: 1px solid #ccc;
}

.about_cause__cont__faq > div th{
  background-color: #0aa546;
  color: #fff;
  padding: 15px;
  width: 105px;
}

.about_cause__cont__faq > div td{
  padding: 15px;
}

.about_cause__cont__faq > div .com{
  font-size: 0.8em;
}

.about_cause__cont__txt{
  background-color: #f3f3f3;
  padding: 50px 0 20px;
}


@media screen and (max-width: 768px) {

.about_cause h3{
  font-size: 20px;
  margin-bottom: 10px;
}

.about_cause__cont{
  margin-bottom: 40px;
}

  .about_cause__cont__faq h4{
    font-size: 18px;
    padding: 10px;
  }

  .about_cause__cont__faq > div{
    font-size: 14px;
  }

  .about_cause__cont__txt{
  background-color: #f3f3f3;
  padding: 40px 0 10px;
}

.about_cause{
  padding-bottom: 0;
}

  
}


/************************************************

あなたはどのタイプ？IBSの分類

*************************************************/

.about__type__mv{
  width: 300px;
  margin: 0 auto;
}

.about__type__detail{
  background-color: #05943c;
}

.about__type__detail .wrap{
  display: flex;
}

.about__type__detail .img{
  margin-right: 40px;
  flex: none;
  width: 209px;
}

.about__type__detail h2{
  color: #fff600;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}

.about__type__detail ul{
  color: #fff;
  list-style: disc;
  font-size: 16px;
  line-height:1.7;
  margin-left: 1.2em;
}

.about__type__com h3{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}

.about__type__com img{
  width: 80%;
  max-width: 500px;
  display: block;
  margin: 24px auto 0;
}


@media screen and (max-width: 768px) {

    .about__type__mv{
      width: 300px;
      max-width: 100%;
    }

    .about__type__detail .wrap{
      display: block;
    }

    .about__type__detail .img{
      margin-right: 0px;
      margin-bottom: 24px;
      text-align: center;
      width: 100%;
    }

    .about__type__detail h2{
      margin-bottom: 10px;
      text-align: center;
    }

    .about__type__detail ul{
      margin-left: 20px;
    }

    .about__type__com h3{
      margin-bottom: 10px;
    }

    .about__type__com img{
      width: 100%;
    }

}



/* 体験談 */
.cp_box *, .cp_box *:before, .cp_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_box {
  position: relative;
  margin-top: 10px;
}
.cp_box label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 140px;
  cursor: pointer;
  text-align: center;
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
  background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  padding-top: 8px;
  left: 50%;
  width: 16rem;
  height: 40px;
  content: '続きをよむ';
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 20px;
  background-color: #05943c;
}
.cp_box input {
  display: none;
}
.cp_box .cp_container {
  overflow: hidden;
  height: 200px; 
  transition: all 0.5s;
  background-color: #fff;
  padding: 20px 24px;
  max-width: 651px;
}

.cp_container__inner{
  display: flex;
  border: 2px solid #ccc;
  padding: 20px;
}

.cp_box .cp_container .ttl{
  color: #05943c;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 24px;
}

.cp_box .cp_container .ttl small{
  font-size: 0.8em;
}

.cp_box .cp_container .txt{
  font-size: 16px;
  line-height: 1.7;
}

.cp_box .cp_container .img{
  text-align: center;
  margin-right: 0;
  margin: 24px 20px 24px 0;
  width:auto ;
  flex: none;
}

.cp_box input:checked + label {
  /* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
  content: '閉じる';
}
.cp_box input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}

.cp-com{
  background-color: #fff;
  border-radius: 12px;
  padding: 5px 10px;
  color: #05943c;
  font-weight: 700;
  position: relative;
  width: 260px;
  text-align: center;
  margin: 24px 0;
}

.cp-com::after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {

      .cp_container__inner{
        display: block;
        padding: 13px;
      }

      .cp_box .cp_container {
        height: 200px; 
        padding: 16px 20px;
      }

      .cp_box .cp_container .ttl{
        font-size: 18px;
      }

      .cp_box .cp_container .txt{
        font-size: 14px;
      }

      .cp-com{
        width: 240px;
        font-size: 14px;
        margin: 24px auto;
      }

      .cp-com::after{
        border-width: 10px 10px 0 10px;
        bottom: -10px;
      }

}