/************************************************

製品情報

*************************************************/

.info__secttl{
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  color: #0aa546;
  margin-bottom: 15px;
}

.info__txt{
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.info__txt em{
  font-weight: bold;
  display: block;
  font-size: 20px;
}

.info__txt dl{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.info__txt dt{
  flex:none;
}

.info__sec{
  padding: 50px 0;
}

.info__sec__box{
  margin-bottom: 60px;
}

.info__ttlsec .img img{
  width: 376px;
}

.info__ttlsec .img{
  text-align: center;
}

.info__contact{
  text-align: center;
}

.info__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;
  margin-bottom: 30px;
}

.info__point h3{
  color: #0aa546;
  font-size: 20px;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 8px;
}

.info__point dt{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
}

.info__point dd{
  font-size: 16px;
  line-height: 1.7;
}

.info__point .img{
  width: 316px;
  flex:none;
  margin-left: 40px;
}

.info__btn a{
  margin: 0 auto 30px;
}

.info__table{
  width: 100%;
  font-size: 16px;
  border:1px solid #ccc;
  margin-bottom: 30px;
}

.info__table tr{
  border-bottom:1px solid #ccc;
}

.info__table th{
  background-color: #0aa546;
  color: #fff;
  text-align: center;
  border-right:1px solid #ccc;
  padding: 10px 0;
}

.info__table td{
  text-align: center;
  border-right:1px solid #ccc;
  padding: 10px 0;
}

.info__point .img{
  width: 170px;
}



@media screen and (max-width: 768px) {


  .info__sec{
    padding: 40px 0;
  }

  .info__com{
    font-size: 11px;
  }

  .info__ttlsec .img img{
    width: 100%;
  }

  .info__sec-subttl{
    font-size: 18px;
  }

  .info__secttl{
    font-size: 24px;
    margin-bottom: 20px;
  }

  .info__point{
    display: block;
    padding: 20px ;
  }

  .info__point .img{
    width: auto;
    flex:none;
    margin-left: 0px;
    margin-top: 20px;
  }

  .info__table{
    font-size: 14px;
  }
  .info__point .img{
    width: 100%;
    text-align: center;
  }


}



/************************************************

FAQ

*************************************************/


.faq__cont{
 padding-bottom: 50px;
}

.faq__cont__faq{
  margin-bottom: 20px;
}

.faq__cont__faq h2{
  background-color: #0aa546;
  color: #fff;
  font-size: 18px;
  padding: 15px ;
  padding-left: 100px;
  padding-right: 40px;
  position: relative;
  cursor: pointer;
  line-height: 1.7;
}

.faq__cont__faq h2::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;
}

.faq__cont__faq h2.open::after{
  transform: rotate(-90deg);
}


.faq__cont__faq h2 span{
  background-color: #fff;
  color: #0aa546;
  padding: 3px 10px;
  margin-right: 10px;
  border-radius: 4px;
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 13px;
}

.faq__cont__faq > div{
  border:1px solid #0aa546;
  padding: 10px 15px 15px;
  display: none;
  font-size: 16px;
  line-height: 1.7;
}

.faq__cont__faq > div > span{
  display: block;
  color:#0aa546;
  font-weight: bold;
  font-size: 18px;
}


@media screen and (max-width: 768px) {
  .faq__cont__faq h2{
    font-size: 14px;
    padding: 10px;
    padding-left: 75px;
    padding-right: 50px;
  }

  .faq__cont__faq > div{
    font-size: 14px;
  }

  .faq__cont__faq h2 span{
  left: 10px;
  top: 7px;
}
}

