html{
  scroll-behavior: smooth;
}
body{
  margin: 0;
  padding: 0;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
a{
  text-decoration: none;
}
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
header{
  top:0;
  position: fixed;
  width: 100%;
  background: white;
  z-index: 50;
}
.bold{
  font-weight: bold;
  font-size: 20px;
}
.header{
  justify-content: space-between;
  display: flex;
}
.header_left,.header_right{
  display: flex;
}
.header-btn{
  margin: auto;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  background: white;
  border: 2px solid #E87400;
  color: #E87400;
  margin-top: 10px;
}
.header-btn:hover{
  opacity: 0.7;
}
.pc_header_tel{
  margin-top: 10px;
}
/*ハンバーガーここから*/
.menu-btn {
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #E87400;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
.openmenu{
  display: none;
  position: absolute;
  right: 60px;
  top:65px;
  width: 300px;
  background: #E87400;
  border-radius: 30px 0 30px 30px;
}
.openmenu a{
  color: white;
  padding: 10px;
  font-weight: bold;
}
.openmenu li{
  margin-left: 20px;
}
.openmenu li:hover{
  opacity: 0.7;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
#menu-btn-check:checked ~ .openmenu {
    display: block;
}
/*ハンバーガーここまで*/


section{
  margin-top: 70px;
  position: relative;

}
.a_link{
  margin-top: -100px;
  position: absolute;
}
h1{
  font-size: 16px;
}
h2{
  font-family: inherit;
  border-top: 2px #159d6f solid;
  border-bottom:  2px #159d6f solid;
}
.mainimg {
margin:70px auto 0;
text-align:center;

}
.mainimg img {
  width: 900px;
  margin: auto;

}
.catch_icon{

  background: #B9A3E8;

}
.catch_icon_inner{
  padding: 10px;
  font-weight: bold;
  text-align: center;
  width: 650px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.catch_icon_inner img{
  border-radius: 10px;
}
.catch_icon_inner p{
  margin: 0;
  font-size: 18px;
}
.catch_icon_inner span{
  font-size: 22px;
}

.row{
  display: none;
}
main{
  max-width: 900px;
  margin: auto;
}
.line{
  width: 100%;
  height: 20px;
  background: #B9A3E8;
  margin-top: -45px;
}
.sample_download{
  font-weight: bold;
  text-align: center;
  padding: 10px;
  width: 400px;
  background: #F43131;
  color: white;
  margin: 50px auto;
  font-size: 20px;
}
.sample_download:hover{
  opacity: 0.7;
}
.contact{
  color: #F43131;
  background: white;
  border: 2px solid #F43131;
}
.contentslink{
  color: #E87400;
  font-weight: bold;
  text-decoration: underline;
}
.list_volume{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  font-weight: bold;
  margin: auto;
  text-align: center;
  overflow: hidden;
  margin-top: 20px;
}

.list_volume_inner{
  height: 140px;
  width: 140px;
  border-radius: 300px;
  background-image: linear-gradient(180deg, rgba(39, 188, 156, 1), rgba(8, 100, 67, 1));
  color: white;
#117c57
}
.list_name{
  margin-top: 34px;
}
.list_volume span{
  font-size: 25px;

}
/*cont0*/
.s_cont0{
  margin-top: 0;
}
.cont0{

}
.cont0 .title{
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  color: #159d6f ;
  margin-top: 30px;
  border-bottom: 2px #159d6f solid;
}
.cont0_img1{
  width: 500px;
  margin: auto;
  display: block;
  margin-top: 25px;
}
.cont0_flex{

  text-align: center;
  display: flex;
  width: 95%;
  margin: auto;
  font-weight: bold;
    margin-top: 20px;
  justify-content: space-between;
}
.cont0_kaiketsu{
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  color: #fff ;
    background-color: #159d6f;
    padding: 20px 0px;
}
.cont0_kaiketsu span{
    font-size:38px;
    background-color: #0e692d;

}
/*ふきだし*/
.fukidashi-01-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  padding: 12px 12px;
  color: #159d6f;
}
.fukidashi-01-12::before {
  content: "";
  width: 30px;
  height: 2px;
  transform: rotate(60deg);
  box-sizing: border-box;
  background-color: #333333;
}
.fukidashi-01-12::after {
  content: "";
  width: 30px;
  height: 2px;
  transform: rotate(-60deg);
  box-sizing: border-box;
  background-color: #333333;
}
/*cont1*/
.point{
  margin-top: 30px;
}
.point h3{
  margin: 0;
  padding: 10px;
  background:  #159d6f;
  display: inline;
  font-size: 16px;
  color: white;
}
.point p{
  margin: 0;
  margin-left: 10px;
  border: 2px solid #D0EADE;
  padding: 10px;
  max-width: 500px;
}
.cont1 .cont_img{
  position: absolute;
  width: 300px;
  right: 0;
  top: 60px;
}
.cont1 p span{
  font-weight: bold;
  font-size: 18px;
}
.cont1 h4{
  text-align: center;
  margin-top: 0;
}
.feature_wrapper{
  background: #D0EADE;
  padding: 20px;
  margin-top: 50px;
}
.feature{
  display: flex;
  justify-content: space-between;
}
.feature > div{
  text-align: center;
  background: #159d6f;
  padding: 5px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  flex-wrap:wrap;
}
.feature_title{
  color: white;
  margin: 5px;
  font-weight: bold;
}
.feature > div > div{
  width: 100%
}
.feature_text{
  overflow: hidden;
  background: white;
    border-radius: 10px;
}
.feature01,.feature02{
  width: 29%;
}
.feature02 .feature_text{

}
.feature03{
  width: 35%;
}
.feature03 .feature_text{
  padding: 10px;
}
.feature03 .feature_text p{
  font-size: 14px;
  text-align: left;
}

/*cont3*/
.cont3 .recommend{
  background: #D0EADE;
  padding: 10px;
}
.cont3 .inner{
  background: white;
  border-radius: 20px;
  overflow: hidden;
}
.cont3 .inner li{
  display:flex;
  align-items:center;
  margin: 20px 0 20px 15px;
  font-size: 18px;
}
.cont3 .inner li p{
  margin: 0;
}
.cont3 .inner img{
  width: 30px;
  margin-top: 0px;
  margin-right: 10px;
}
.cont3 .inner span{
  background:  #FFF6CF;
}
.cont3 .bus_img{
  margin: auto;
  display: block;
  width: 70%;
}
/*cont2*/
.cont2 .item{
  background:  #FFF6CF;
  padding:10px 20px;
  margin-top: 50px;
}
.cont2 .cont_img{
  position: absolute;
  width: 250px;
  right: -50px;
  top:120px;
}
.bus_img_type{
 display: inline-block;
 background: #159d6f ;
color: white;
padding: 0 10px;
font-weight: bold;
}
.cont2 .item p{
  margin: 0;
}
.cont2 .item .bus_type{
  display: inline-block;
  padding: 5px;
  background: #159d6f ;
 color: white;
 font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
/*cont4*/
.cont4 img{
  width: 100%;

}
/*cont7*/
.cont7 .cont_img{
    width: 70%;
    display: block;
    margin: auto;
}
summary{
  background:#159d6f ;
  color: white;
  font-weight: bold;
  padding: 5px;
  width:70%;
  margin: auto;
  display: block;
  font-size: 20px;
  border: none;
  cursor:pointer;
  border-radius: 100px;
  margin-bottom: 20px;
  text-align: center;

}
summary:hover{
  opacity: 0.7;
}
.target{
  margin-bottom: 20px;
  padding: 20px;
  background: #D0EADE;
}

/*cont5*/
.media_wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.media_contents{
  width: 30%;
}
.media_contents img{
  border: 1px solid gray;
  width: 100%;
}
/*cont6*/
.faq{
  margin-top: 50px;
}
.qanda_q,.qanda_a{
  font-weight: bold;
  font-size: 24px;
}
.qanda_q{
  color: #B9A3E8;
}
.qanda_a{
  color: #D0EADE;
}
.qanda{
  margin-top: 20px;
}
.qanda p{
  margin: 0;
}

/*footer*/

footer{
  margin-top: 100px;
  text-align: center;
  background: #E87400;
  color: white;
  padding: 30px;
}
footer a{
  color: white;
}
footer span{
  display: block;
}
#lp_pankuzu{
  font-size: 14px;
  margin: 0 0 20px 0;
}
#lp_info_data{
  margin: 0 0 20px 0;
}
#pagetop{
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: white;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 2px solid #E87400;
  color: #E87400;
  font-weight: bold;
}
.sp{
    display: none;
}
.tablet{
  display: none;
}
@media ( max-width : 768px ){
  main{
    width: 95%;
    margin: auto;
  }
  .mainimg {
    margin: 100px auto 0;
}
  .header_left{
    display: block;
    margin-left: 10px;
  }
  .pc_header_tel,.mitumori{
    display: none;
  }
  .tablet{
    display: block;
  }
  .pc{
    display: none;
  }
  /*cont2*/
  .cont2 .cont_img {
  display: none;
  }
}

@media ( max-width : 935px ) {

  .openmenu{
    right: 10px;
  }
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .tablet{
    display: none;
  }
  #header_title{
    width: 100%;
  }

  .logo{
    width: 120px;
    object-fit: cover;
  }
  h1{
    font-size: 14px;
    margin-top: -10px;
  }

.sample_download{
  width: 90%;
}

main{
  width: 90%;
}
.mainimg {
      margin: 100px auto 0;
}
.mainimg img {
    max-width: 100%;
}
.catch_icon_inner{
  width: 100%;
  padding: 0;

}
.catch_icon1,.catch_icon2,.catch_icon3{
padding: 2px;
}
.catch_icon_inner img{
  width: 100%;
}
.catch_icon_inner p{
  font-size: 10px;
}
.catch_icon_inner span {
    font-size: 10px;
}
section {
    margin-top: 10%;
}
.list_volume{
  width: 100%;
}
.list_name{
      margin-top: 20px;
}
.list_volume span {
    font-size: 18px;
}
.list_volume_inner{
  width: 33%;
  height: 100px;
}
/*cont0*/
.cont0_img1{
  width: 100%;
}
.cont0 .title{
  font-size: 18px;
}
.cont0_flex{

  display: block;
}
.cont0_kaiketsu{
  font-size: 18px;
}
.cont0_kaiketsu span{
  font-size:24px;
}
/*cont1*/
.feature_wrapper{
  padding: 0;
  background: none;
}
.cont1 .cont_img {
    position: relative;
    width: 100%;
    right: 0;
    margin-top: -15%;
}
.feature{
  display: block;
}
.feature01, .feature02 ,.feature03{
  width: 100%;
  margin-top: 10px;
}
.feature > div{
  display: block;
  padding: 0;
  overflow: hidden;
}
.feature_title{
  margin: 0;

}
.feature > div > div{
  width: 95%;
  margin-bottom: 5px;
}
.feature_text{
  margin: auto;
}
.feature03 .feature_text{
  padding: 0;
}
/*cont5*/
.media_wrapper{

}
.media_contents{
  width: 45%;
}

footer {
    padding: 10px;
    padding-bottom: 80px;
}
}
