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;
}
.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;
}
.mainimg {
margin:70px auto 0;
text-align:center;

}
.mainimg img {
  width: 100%;
      max-width: 1600px;
      height: 200px;
      object-fit: cover;
}
.catch_icon{

  background: #E6A8CA;

}
.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: #DFA4C4;
  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;
  margin: 0 auto;
}
.contentslink{
  color: #E87400;
  font-weight: bold;
  text-decoration: underline;
}
/*cont1*/
.point h3{
  margin: 0;
  padding: 10px;
  background:  #95BA3D;
  display: inline;
  font-size: 16px;
}
.point p{
  margin: 0;
  margin-left: 10px;
  border: 2px solid #95BA3D;
  padding: 10px;
  max-width: 500px;
}
.cont1 .cont_img{
  position: absolute;
  width: 250px;
  right: 0;
  top:30px;
}
.cont1 p span{
  font-weight: bold;
  font-size: 18px;
}
/*cont2*/
.cont2 .item{
  background:  #FFF6CF;
  padding:10px 20px;
  margin-top: 50px;
}
.cont2 .cont_img{
  position: absolute;
  width: 250px;
  right: -50px;
  top:120px;
}
/*cont3*/
.cont3 .recommend{
  background: #95BA3D;
  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 img{
  width: 30px;
  margin-top: 0px;
  margin-right: 10px;
}
.cont3 .inner span{
  background:  #FFF6CF;
}

/*cont4*/
.cont4 img{
  width: 100%;
}
/*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: #DFA4C4;

}
.qanda_a{
  color: #95BA3D;
}
.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 : 920px ){
  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 .cont_img {
  display: none;
  }

}

@media ( max-width : 768px ) {
  .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%;
}

.mainimg {
      margin: 100px auto 0;
}
.mainimg img {
    max-width: 100%;
    height: 100px;
    object-fit: cover;
}

.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%;
}
/*cont1*/
.cont1_line{
  height: 60px;
  margin-top: -80px;
}
.cont1 .cont_img {
    position: relative;
    width: 100%;
    right: 0;
    margin-top: -20%;
}
/*cont5*/
.media_wrapper{

}
.media_contents{
  width: 45%;
}


footer {
    padding: 10px;
    padding-bottom: 80px;
}
}
