@charset "utf-8";
/* CSS Document */

.body{
  position: relative;
}
.main{
  background-color: #f4f3ed;
}
header{
  position: absolute;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  z-index: 999;
}
.logo{
  width: 15%;
  margin: 24px 0  0 50px;
}
@media(max-width:768px){
  header{
  	height: 80px;
	  background: rgba(255,255,255,0.5)
  }
  .logo{
	width: auto;
	height: 35px; 
	vertical-align: middle;
	margin-left: 30px;
  }
}
.navigation{
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 100vh;
  max-height: 700px;
  background-color: rgba(255,255,255,0.5);
  text-align: center;
}
.navigation ul{
  padding: 70px 50px 50px;
  text-align: left;
}
.navigation ul li{
  display: flex;
  padding-bottom: 5px;
  border-bottom: solid 1px #f7591f;
  margin-bottom: 30px;
}
.navigation ul li img{
  height: 60px;
  margin-right: 20px;
}
.icon_faq{
  margin-left:10px;
}
.navigation ul li a{
  text-decoration: none;
  font-size: 2.0rem;
  height: 6.0rem;
  line-height: 6.0rem;
  color: #594f49;
}
.navigation_button{
  display: block;
  margin: 0 50px;
  padding: 15px 30px;
  background-color: #f7591f;
  border-radius: 0 25px;
  text-decoration: none;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3.5rem;
}
.limited-nav:before{
  position: absolute;
  top: 460px;
  left: -70px;
  content: "";
  width: 170px;
  height: 80px;
  background: url("../img/limited_nav.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media(max-width:768px){
  .navigation{
	  display: none;
  }
  /*hamburger icon*/
  #nav-drawer {
    padding: 10px 24px 0 0;
    text-align: right;
    position: absolute;
    top: 20px;
    right: 10px;
  }
  #nav-open {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
  }
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 2px;
    width: 40px;
    background-color: #594f49;
    display: block;
    content: "";
  }
  #nav-open span:before {
    bottom: -12px;
  }
  #nav-open span:after {
    bottom: -24px;
  }
  #nav-close {
    z-index: 999;
    position: absolute;
    top: 30px;
    right: 40px;
    width: 40px;
    height: 40px;
  }
  #nav-close span:before, #nav-close span:after {
    position: absolute;
    height: 2px;
    width: 40px;
    background-color: #594f49;
    display: block;
    content: "";
  }
  #nav-close span:before {
    bottom: 20px;
    transform: rotate(45deg);
  }
  #nav-close span:after {
    bottom: 20px;
    transform: rotate(-45deg);
  }
  .navigation {
    box-sizing: border-box;
    display: block;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    background-color: #f4f3ed;
    text-align: left;
    padding: 80px 70px;
    transform: translateX(-105%);
    transition: 0.5s ease-in-out;
  }
  .navigation ul{
    padding: 0;
    width: 100%;
  }
  .navigation ul li {
    margin-bottom: 25px;
  }
  .navigation ul li a {
    text-decoration: none;
    font-size: 1.8rem;
    line-height: 8rem;
    font-weight: 500;
    color: #594f49;
  }
  .navigation_button{
    box-sizing: border-box;
    width: 210px;
    margin: 85px auto;
    padding: 10px 20px;
    font-size: 1.8rem;
    text-align: center;
  }
  .limited-nav:before{
    position: absolute;
    top: 455px;
    left: 30px;
    width: 120px;
    height: 60px;
  }
  .limited-nav:after{
    position: absolute;
    top: 500px;
    right: 45px;
    content: "";
    width: 75px;
    height: 95px;
    background: url("../img/leaf_nav.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
  }
  #nav-input:checked ~ #nav-content {
    transform: translateX(0%);
  }
  #nav-input:unchecked ~ #nav-content {
    display: none;
  }
}
.section-top{
  height: 100vh;
  max-height: 700px;
  max-width: 1700px;
  margin: 0 auto;
  background-image: url("../img/top_image.jpg");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: relative;
}
.section-top h1{
  color: #fff;
  font-size: 4.5rem;
  line-height: 68px;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 300;
  position: absolute;
  top: 240px;
  margin-left: 50px;
}
.section-top  h1 span{
  font-size: 3.5rem;  
}

@media(max-width:768px){
  .section-top{
	height: 100vh;
  	max-height: 500px;
	background-image: url("../img/top_image.jpg");
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	position: relative;
  }
  .section-top h1{
	font-size: 2.4rem;
	line-height: 3.6rem;
	top: 325px;
	left: 30px;
    margin: 0;
  }
  .section-top h1 span{
	font-size: 2.4rem;
  }
}
.section-about{
  padding: 80px 0 120px;
  font-size: 2.4rem;
  line-height: 4.5rem;
  text-align: center;
  background: url("../img/bg_top.png");
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
}
.section-about h2{
  font-size: 3.4rem;
  font-weight: 500;
}
.section-about img{
  display: block;
  margin:15px auto 50px; 
  width: 50vw;
  max-width: 710px;
}
.section-about p{
  margin: 0 auto;
  width: 600px;
  position: relative;
}
.section-about p:before{
  position: absolute;
  bottom: -45px;
  left: -65px;
  content: "";
  width: 120px;
  height: 140px;
  background: url("../img/leaf_L.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.section-about p:after{
  position: absolute;
  top: -30px;
  right: -65px;
  content: "";
  width: 80px;
  height: 100px;
  background: url("../img/leaf_R.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.section-about span{
  color: #ec8a11;
}
@media(max-width:768px){
  .section-about{
	padding: 40px 0 30px;
  }
  .section-about h2{
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
  .section-about img{
	  margin: 5px auto 15px; 
    width: 70vw;
  }
  .section-about p{
    font-size: 1.3rem;
    line-height: 2.1rem;
	  width: auto;
  }
  .section-about p:before{
    bottom: -25px;
    left: 3px;
    width: 50px;
    height: 60px;
  }
  .section-about p:after{
    top: -30px;
    right: 2px;
    width: 45px;
    height: 50px;
  }
  .div-button{
    margin: 35px 24px 60px 0;
    text-align: right;
  }
  .div-button a{
    padding: 15px 20px;
    background-color: #f7591f;
    border-radius: 0 25px;
    text-decoration: none;
    color: #fff;
    font-size: 1.8rem;
    line-height: 5.0rem;
    font-weight: 600;
    position: relative;
  }
  .limited-about:before{
    position: absolute;
    top: -45px;
    left: -100px;
    content: "";
    width: 120px;
    height: 60px;
    background: url("../img/limited_nav.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.section-reason{
  margin:0 auto 50px;
  max-width: 1140px;
}
.section-reason h2{
  font-size: 4.8rem;
  line-height: 4.8rem;
  font-weight: 500;
  margin-bottom: 100px;
  padding-left: 10px;
  position: relative;
}
.section-reason h2 span{
  background: url("../img/stripe_line_reason.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 0 45px 20px;
}
.section-reason h3{
  font-size: 2.4rem;
  line-height: 3.2rem;
  text-align: center;
  margin: 0 auto 30px;
  position: relative;
}
.section-reason_1:before{
  position: absolute;
  top: -25px;
  left: -5px;
  content: "";
  width: 40px;
  height: 60px;
  background: url("../img/reason_1.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.section-reason_2:before{
  position: absolute;
  top: -25px;
  left: -5px;
  content: "";
  width: 40px;
  height: 60px;
  background: url("../img/reason_2.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.section-reason_3:before{
  position: absolute;
  top: -25px;
  left: -5px;
  content: "";
  width: 40px;
  height: 60px;
  background: url("../img/reason_3.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.section-reason img{
  width: 220px;
  margin: 0 auto 10px;
}

.section-reason ul{
  list-style: none;
  max-width: 1048px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.section-reason ul li{
  max-width: 300px;
  margin: 0 auto 40px;
  text-align: center;
}
.section-reason p{
  font-size: 1.6rem;
  line-height: 3.6rem;
  text-align: left;
}
@media(max-width:768px){
  .section-reason{
    margin: 0 auto;	
  }
  .section-reason h2{
    font-size: 2.0rem;
    line-height: 2.0rem;
    font-weight: 600;
    margin-bottom: 0px;
    padding-left: 0px;
  }
  .section-reason h2 span{
    background: url("../img/stripe_line_reason.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 0 24px 5px;
  }
  .section-reason h3{
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin: 0 auto 20px;
  }
  .section-reason_1:before{
    top: -20px;
    left: 30px;
    width: 30px;
    height: 45px;
  }
  .section-reason_2:before{
    top: -20px;
    left: 30px;
    width: 30px;
    height: 45px;
  }
  .section-reason_3:before{
    top: -20px;
    left: 30px;
    width: 30px;
    height: 45px;
  }
  .section-reason ul li{
    margin-bottom: 0px;
    margin-top: 60px;
  }
  .section-reason p{
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.section-trial{
  height: auto;
  background-image: url("../img/bg_photo.png");
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 90px;
  padding: 20px 80px 50px;
}
.section-trial__bg{
  text-align: center;
  height: auto;
  max-width: 1240px;
  margin: 0 auto;
  padding: 70px 85px 90px;
  background-image: url("../img/bg_white.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-trial h2{
  font-size: 4.8rem;
  line-height: 4.8rem;
  font-weight: 500;
  width: 480px;
  margin: 0 auto 70px;
  text-align: center;
  position: relative;
}
.section-trial h2 span{
  background: url("../img/stripe_line_trial.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 0 45px 20px;
}
.limited-g:after{
  position: absolute;
  top: -80px;
  left: -140px;
  content: "";
  width: 220px;
  height: 100px;
  background: url("../img/limited_trial.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.section-trial ul{
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-trial ul li{
  margin: 0 auto 30px;
  width: 500px;
}
.section-trial__product{
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 0 50px;
  margin-bottom: 30px;
}
.section-trial__product-name{
  font-size: 2.3rem;
  text-align: left;
}
.section-trial__content{
  display: flex;
}
.section-trial__content img{
  width: 95px;
  height: 95px;
  margin-top: 20px;
}
.section-trial__content p{
  font-size: 1.8rem;
  line-height: 3.6rem;
  margin: 30px 0 0 50px;
  text-align: left;
}
.section-trial__content span{
  color: #f7591f;
  font-size: 3.6rem;
  font-weight: 600;
}
.section-trial__content small{
  font-size: 1.6rem;
}
.section-trial__button{
  display: block;
  margin: -80px auto 0;
  padding: 40px 50px;
  background-color: #f7591f;
  border-radius: 0 35px;
  width: 30%;
  min-width: 425px;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
}
@media(max-width:1330px){
  .section-trial__bg{
    background-image: url("../img/bg_white_SP.png");
  }
}
@media(max-width:768px){
  .section-trial{
    margin-bottom: 80px;
    padding: 60px 0 40px;
  }
  .section-trial__bg{
    box-sizing: border-box;
    width: 90%;
    padding: 40px 30px;
  }
  .section-trial h2{
    font-size: 2.4rem;
    line-height: 2.4rem;
    font-weight: 600;
    width: auto;
    max-width: 280px;
    margin: 0 auto 35px;
  }
  .section-trial h2 span{
    background: url("../img/stripe_line_trial.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 0 24px 5px;
  }
  .limited-g:after{
    top: -65px;
    left: -45px;
    width: 130px;
    height: 60px;
  }
  .section-trial ul{
    max-width: 280px;
    margin: 0 auto;
  }
  .section-trial__product{
    width: 100%;
    max-width: 280px;
    height: 200px;
    border-radius: 0 30px;
    margin-bottom: 0px;
  }
  .section-trial__product-name{
    font-size: 1.4rem;
  }
  .section-trial__content img{
    width: 55px;
    height: 55px;
    margin-top: 10px;
  }
  .section-trial__content p{
    font-size: 1.2rem;
    line-height: 2.3rem;
    margin: 15px 0 0 10px;
  }
  .section-trial__content span{
    font-size: 2.8rem;
    font-weight: 600;
  }
  .section-trial__content small{
    font-size: 1.0rem;
  }
  .section-trial__button{
    margin: -45px auto 0;
    padding: 15px 20px;
    border-radius: 0 20px;
    width: 210px;
    min-width: inherit;
    font-size: 1.8rem;
  }
}
.section-hinshitu{
  margin: 0 auto 100px;
  max-width: 1140px;
  background: url("../img/hinshitu_bg.png");
  background-size: 50%;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.section-hinshitu h2{
  font-size: 4.8rem;
  line-height: 4.8rem;
  font-weight: 500;
  margin-bottom: 80px;
  padding-left: 10px;
  position: relative;
}
.section-hinshitu h2 span{
  background: url("../img/stripe_line_hinshitu.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 0 45px 20px;
}
.section-hinshitu__content h3{
  font-size: 2.4rem;
  font-weight: 500;
  padding-left: 10px;
}
.section-hinshitu__content h3 img{
  display: block;
  margin:15px 80px 30px; 
  width: 40vw;
  max-width: 470px;
}
.section-hinshitu__content p{
  font-size: 1.8rem;
  line-height: 3.6rem;
  letter-spacing: -0.13rem;
  padding: 0 0 40px 10px;
  text-shadow: 0rem 0rem 0.7rem #fff;
}
.section-hinshitu__content span{
  color: #ec8a11;
}
@media(max-width:768px){
  .section-hinshitu{
    margin: 0 auto 80px;
    background: url();
  }
  .section-hinshitu h2{
    font-size: 2.0rem;
    line-height: 2.0rem;
    font-weight: 600;
    margin-bottom: 40px;
    padding: 0;
  }
  .section-hinshitu h2 span{
    background: url("../img/stripe_line_hinshitu.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 0 24px 5px;
  }
  .section-hinshitu__content h3{
    font-size: 1.8rem;
    line-height: 2.4rem;
    padding-left: 10px;
  }
  .section-hinshitu__content h3 img{
    margin: 10px 10px 15px;
    width: 60vw;
    max-width: 230px;
  }
  .section-hinshitu__content p{
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: -0.13rem;
    text-shadow: 0rem 0rem 0.3rem #fff;
    padding: 0 0 20px 10px;
    background: url("../img/hinshitu_bg.png");
    background-size: 120%;
    background-position: center;
    background-position-x: 60px;
    background-repeat: no-repeat;
  } 
}
.section-farmer{
  margin: 0 auto 100px;
  max-width: 1140px;
}
.section-farmer h2{
  font-size: 4.8rem;
  line-height: 4.8rem;
  font-weight: 500;
  margin-bottom: 80px;
  padding-left: 10px;
  position: relative;
}
.section-farmer h2 span{
  background: url("../img/stripe_line_farmer.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 0 45px 20px;
}
.section-farmer ul{
  list-style: none;
  padding: 0 45px;
}
.section-farmer ul li{
  display: flex;
  margin-bottom: 50px;
}
.section-farmer img{
  width: 55%;
  max-width: 550px;
  height: auto;
  max-height: 330px;
  border-radius: 0 50px;
  object-fit: cover;
}
.section-farmer__text{
  background-color: rgba(255,255,255,0.7);
  padding: 25px 30px;
  margin: 50px 0 20px -80px;
}
.section-farmer__text h3{
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.section-farmer__text h4{
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 3.0rem;
}
.section-farmer__text p{
  font-size: 1.8rem;
  line-height: 3.2rem;
}
@media(max-width:768px){
  .section-farmer{
    margin: 0 auto 80px;
  }
  .section-farmer h2{
    font-size: 2.0rem;
    line-height: 3.6rem;
    font-weight: 600;
    margin-bottom: 40px;
    padding: 0;
  }
  .section-farmer h2 span{
    padding: 0 24px 10px;
  }
  .PC_hide{
    display: block;
  }
  .section-farmer ul{
    padding: 0 40px;
  }
  .section-farmer ul li{
    margin-bottom: 30px;
  }
  .section-farmer img{
    width: 100%;
    max-width: 300px;
    max-height: 220px;
    border-radius: 0 30px;
  }
  .section-farmer__text{
    padding: 20px 25px;
    margin: 150px 0 0px -250px;
  }
  .section-farmer__text h3{
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .section-farmer__text h4{
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 10px;;
  }
  .section-farmer__text p{
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
@media(max-width:520px){
  .section-farmer ul{
    padding: 0 20px;
  }
}
.section-voice{
  margin: 0 auto 40px;
  max-width: 1140px;
}
.section-voice h2{
  font-size: 4.8rem;
  line-height: 4.8rem;
  font-weight: 500;
  margin-bottom: 90px;
  padding-left: 10px;
  position: relative;
}
.section-voice h2 span{
  background: url("../img/stripe_line_voice.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 0 45px 20px;
}
.section-voice ul{
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0 47px;
  flex-wrap: wrap;
}
.section-voice ul li{
  position: relative;
  max-width: 300px;
  text-align: center;
  margin: 0 10px 30px;
}
.section-voice ul h3{
  font-size: 2.4rem;
  line-height: 3.0rem;
  font-weight: 500;
  text-align: left;
  text-shadow: 0rem 0rem 0.7rem #fff;
  position: absolute;
  top: 30px;
  left: 50px;
}
.break_PC:after{
  content: "\A";
  white-space: pre;
}
.circle{
  width: 150px;
  margin-bottom: 90px;
}
.section-voice__stuff{
  width: 150px;
  margin: 90px 0 0 -60px;
}
.section-voice__name{
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.section-voice__line{
  width: 70%;
}
.section-voice__text{
  text-align: left;
  margin-top: 15px;
  max-width: 290px;
}
@media(max-width:768px){
  .section-voice{
    margin-bottom: 20px;
  }
  .section-voice h2{
    font-size: 2.0rem;
    line-height: 3.0rem;
    font-weight: 600;
    margin-bottom: 40px;
    padding: 0;
  }
  .section-voice h2 span{
    padding: 0 24px 5px;
  }
  .section-voice ul{
    padding: 0 47px;
  }
  .section-voice ul li{
    max-width: 300px;
    margin: 0 10px 40px;
    text-align: left;
  }
  .section-voice ul h3{
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 600;
    text-shadow: 0rem 0rem 0.7rem #fff;
    position: absolute;
    top: 15px;
    left: 30px;
  }
  .break_PC:after{
    content: "";
  }
  .circle{
    width: 125px;
    margin-bottom: 95px;
  }
  .section-voice__stuff{
    width: 180px;
    margin: 40px 0 0 -50px;
  }
  .section-voice__name{
    font-size: 1.4rem;
    margin-bottom: 5px;
    text-align: center;
  }
  .section-voice__line{
    width: 55%;
    display: block;
    margin: 0 auto;
  }
  .section-voice__text{
    font-size: 1.4rem;
    line-height: 2.1rem;
    margin-top: 10px;
    max-width: 290px;
  }
}
.section-faq{
  max-width: 1140px;
  margin: 0 auto 100px;
  padding: 50px 45px;
  box-sizing: border-box;
  background-image: url("../img/bg_faq.png");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.section-faq__container{
  max-width: 1040px;
  background: #fff;
  border-radius: 20px;
  padding: 40px 40px 20px;
}
.section-faq h2{
  font-size: 4.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 7.2rem;
  border-bottom: dotted 1px #f7591f;
  margin: 0 auto;
  width: 420px;
}
.section-faq__dt1{
  padding: 40px 10px 40px 80px;
  border-bottom: dotted 1px #f7591f;  
}
.section-faq__dt2{
  padding: 40px 10px 40px 80px;
}
.section-faq dt{
  font-size: 2.4rem;
  margin-bottom: 35px;
  position: relative;
}
.section-faq dt:before{
  position: absolute;
  left: -65px;
  top: -10px;
  content: "";
  width: 35px;
  height: 45px;
  background: url("../img/Q.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.section-faq h3{
  font-size: 2.4rem;
  font-weight: 600;
  color: #ec8a11;
  margin-bottom: 10px;
  position: relative;
}
.section-faq h3:before{
  position: absolute;
  left: -70px;
  top: -5px;
  content: "";
  width: 35px;
  height: 45px;
  background: url("../img/A.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.section-faq p{
  font-size: 1.6rem;
}
.section-faq p span{
  color: #ec8a11;
}
@media(max-width:768px){
  .section-faq{
    margin-bottom: 0px;
    padding: 30px 24px;
    background-size: auto 100%;
    border-radius: 25px;
  }
  .section-faq__container{
    max-width: 1040px;
    background: #fff;
    border-radius: 20px;
    padding: 10px 24px 30px;
  }
  .section-faq h2{
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 3.6rem;
    width: 70%;
  }
  .section-faq__dt1{
    padding: 30px 0 40px 35px;
  }
  .section-faq__dt2{
    padding: 40px 0 40px 35px;
  }
  .section-faq dt{
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 30px;
  }
  .section-faq dt:before{
    left: -35px;
    top: 0px;
    width: 25px;
  }
  .section-faq h3{
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 10px;
  }
  .section-faq h3:before{
    left: -40px;
    width: 25px;
  }
  .section-faq p{
    font-size: 1.2rem;
    line-height: 2.0rem;
  }
}
.footer{
  height: 120px;
  background-color: #71594b;
  text-align: center;
  color: #9b9b9b;
  margin-top: -90px;
  padding-top: 70px;
}
.footer small{
  font-size: 1.2rem;
}
@media(max-width:768px){
  .footer{
    height: 35px;
    margin-top: -80px;
    padding-top: 45px;
  }
  .footer small{
    font-size: 1.0rem;
  }  
}
@media(max-width:768px){
  .break:after{
  	content: "\A";
    white-space: pre;
  }  
}

