@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  height: 100%; 
}

body {
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "verdana", sans-serif;
  color: #333333;
  height: 100%; 
}

a {
  color: #333333;
  cursor: pointer;
  text-decoration: none; 
}

p{line-height: 1.5;}

.fcolor-gray{
  color: #555;
}

.text-xxl{font-size: 36px;}
.text-xl{font-size: 28px;}
.text-l{font-size: 24px;}
.text-m{font-size: 18px;}
.text-mm{font-size: 16px;}
.text-s{font-size: 14px;}
.text-xs{font-size: 12px;}

.link_text {
  color: #6cb605;
  text-decoration: underline;
  padding-right: 3px;
}
.link_text:hover{
  color: #fd6600;
}

.lp_wrap{
  max-width: 880px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

header{
  background-color: #fff;
  padding:12px 8px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  box-sizing: border-box;
  max-width: 880px;
  box-shadow: 0 3px 1px 0 rgba(100,100,0,0.1);
  z-index: 3;
}
.header_logo{
  max-width: 144px;
  width: 34%;
  padding: 8px 12px;
  border-radius: 8px;
  background-color: #fff;
  border: 2px solid #ff6200dd;
}

.header_entry_position{
  position: absolute;
  top:50%;
  right: 0;
  transform: translateY(-50%);
  width: 50%;
  max-width: 260px;
}
.header_entry_position img{
  width: 100%;
}

footer{
  background-color: black;
  text-align: center;
  color: white;
  line-height: 1.3;
  padding: 20px 0;
  margin-top: 40px;
}


/* sec01 */
.sec01_bg{
  background-color:#ffeed5;
  padding-bottom: 50px;
}

.sec01_box{
  max-width: 700px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  border: solid #fdd108 2px;
  padding-top: 40px;
  padding-bottom: 60px;
  /* margin-top: -15%; */
}
.sec01_box._whiteSpace {
  /* margin-top: -5%; */
}

.sec01_text{
  color: black;
  font-size: 18px;
  text-align: left;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  /*padding-left: 20px; */
  /* margin-top: 20px; */
  /* margin-bottom: 40px; */
  /* text-indent: -20px; */
}
.sec01_img{
  margin-top: 20px;
  margin-bottom: 50px;
}
.btn{
  color: white;
  font-size: 26px;
  padding: 20px 10px;
  background-color: #ff7c00;
  width: 80%;
  max-width: 400px;
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  position: relative;
}
.btn._green{
  background-color: #7fbe26;
}
.btn._long{
  padding: 16px 10px;
  max-width: 440px;
  line-height: 1.3;
}
.btn._mt0{
  margin-top: 5px;
}
.btn::after{
  content: "";
  background-image: url(../img/arrow.png);
  width: 10%;
  height: 30%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top:50%;
  right: 0%;
  transform: translateY(-50%);
}
.btn._back::after{
  background-image: url(../img/arrow_left.png);
  top:50%;
  right:inherit;
  left: 5%;
}
.btn._long::after{
  width: 8%;
}


/* sec02 */
.text_box{
  max-width: 700px;
  width: 90%;
  background-color: #f9f9f9;
  padding: 40px 36px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.title{
  font-weight: bold;
  color: #7fbe26;
  font-size: 26px;
  letter-spacing: 10px;
  padding-left: 10px;
}
.title._red{
  color: #bb1414;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0;
  padding: 0 0 5px;
}
.title._red span{
  font-size: 16px;
}
.border{
  border-bottom: 2px solid #7fbe26;
  width: 22%;
  margin:15px auto 25px;
}
.text{
  text-align: left;
  font-size: 18px;
  line-height: 1.7;
}
.text.ac{
  text-align: center;
}
.text_indent{
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
  padding-left: 18px;
  text-indent: -18px;
}
.text_indent02{
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 16px;
  text-indent: -16px;
}
.bg-t-green{
  background-color: rgba(133, 207, 28, 0.2);
  padding: 10px 16px;
  line-height: 1.6;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin: 0 auto;
  width: 90%;
}
._item{
  margin-top: 80px;
}
.keihin img{
  max-width: 460px;
}
.attention{
  width: 100%;
  margin:16px auto;
  padding: 16px 20px;
  background-color: #e5e5e5;
  font-size: 18px;
  color: #ff0000;
  text-align: left;
  line-height: 1.6;
}
.info_text{
  font-size: 15px;
}
.info_text span._red{
  color: #ff0000;
  font-size: 0.9em;
}
.tel_text{
  font-size: 32px;
  font-weight: bold;
}

.step{
  margin-top: 15px;
}

.btn_text{
  color: #7fbe26;
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 20px;
}

@media screen and (min-width:600px){
  .pc{display: block;}
  .p-ib{display: inline-block;}
  .p-inline{display: inline;}
  .sp{display: none;}
  .none{display: none;}
  .block{display: block;}
}
@media screen and (max-width:599px) {
  .pc{display: none;}
  .sp{display: block;}
  .s-ib{display: inline-block;}
  .s-inline{display: inline;}
  .s-none{display: none;}
  .s-block{display: block;}

  .text-xxl{font-size: 6.4vw;}
  .text-xl{font-size: 5.6vw;}
  .text-l{font-size: 4.8vw;}
  .text-m{font-size: 4.0vw}
  .text-mm{font-size: 3.14vw}
  .text-s{font-size: 2.8vw}
  .text-xs{font-size: 2.67vw}

  header{
    padding: 2%;
  }

  .header_logo{
    padding: 2% 3%;
    width: 30%;
  }

  footer{
    background-color: black;
    text-align: center;
    color: white;
    line-height: 1.3;
    padding: 10px 0;
    font-size: 2.67vw;
  }

  /* sec01 */
  .sec01_bg{
    padding-bottom: 8%;
  }
  .sec01_text{
    font-size: 3.74vw;
    width: 92%;
    /* margin-top: 4%; */
    /* margin-bottom: 10%; */
  }
  .sec01_img{
    margin-top: 8%;
    margin-bottom: 10%;
  }
  .btn{
    color: white;
    font-size: 5.34vw;
    padding: 15px 10px;
    border-radius: 4px;
    margin-top: 5%;
  }
  .btn._long{
    font-size: 4.95vw;
    line-height: 1.3;
    width: 88%;
  }
  .sec01_box{
    padding-top: 10%;
    padding-bottom: 10%;
    /* margin-top: -5%; */
  }
  .text_box{
    padding:8% 4.2%;
    margin-top: 8%;
  }
  .border{
    margin:3.6% auto 5%;
  }
  .title{
    font-size: 5.6vw;
    letter-spacing: 1.4vw;
    padding-left: 1vw;
  }
  .title._red{
    color: #bb1414;
    font-size: 4.0vw;
    padding: 0 0 1%;
  }
  .title._red span{
    font-size: 3.8vw;
  }
  .text{
    font-size: 3.84vw;
  }
  .text_indent{
    font-size: 3.84vw;
    padding-left: 3.84vw;
    text-indent: -3.84vw;
  }
  .text_indent02{
    font-size: 3.4vw;
    padding-left: 3.4vw;
    text-indent: -3.4vw;
  }
  .bg-t-green{
    padding: 2.4vw;
    margin-top: 4px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
  }
  .info_text{
    font-size: 3.4vw;
    display: inline-block;
  }

  .tel_text{
    font-size: 6.4vw;
  }

  .s-fs34w{
    font-size: 3.4vw;
  }

  ._item{
    margin-top: 40px;
  }
  .attention{
    margin:10px auto;
    padding: 2%;
    font-size: 3.84vw;
  }
  .step{
    margin-top: 4%;
  }
  .btn_text{
    font-size: 4.0vw;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  
  
}

.red{color: #ec0800;}