@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 W3", "Hiragino Kaku Gothic Pro", "Meiryo", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "verdana", sans-serif;
  color: #333333;
  height: 100%; 
}

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

.link_text{
  color:  #7fbe26;;
}


.pc{display: block;}
.sp{display: none;}

.step_icon{
  width: 70%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.form_wrap{
  max-width: 880px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
header{
  background-color: white;
  padding:10px;
}
.header_logo{
  max-width: 168px;
  width: 38%;
  padding: 8px 12px;
  border-radius: 8px;
  background-color: #fff;
  border: 2px solid #ff6200dd;
}
.form_box{
  border: solid 2px #7fbe26;
  border-radius: 20px;
  width: 90%;
  padding: 40px 40px 60px;
  margin-left: auto;
  margin-right: auto;
}

.form_box_wrap{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 40px;
}
h1{
  color: #7fbe26;
  font-weight: bold;
  font-size: 48px;
  line-height: 1.3;
}
.form_box_title{
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    margin-top: 0px;
    width: 60%;
    line-height: 1.5;
}
.form_box_attention{
    font-size: 16px;
    color: white;
    font-weight: bold;
    background-color: #e60012;
    border-radius: 10px;
    padding:3px 10px;
    word-break: keep-all;
    margin-left: 4px;
}
input{
  padding: 10px;
  width: 100%;
  border-radius: 8px;
  border: solid 2px #cccccc;
  margin-top: 0px;
  font-size: 18px;
}
input::placeholder{
  color: #cfcfcf;
  /* font-size: 16px; */
}
select{
  padding: 20px;
  width: 100%;
  border-radius: 8px;
  border: solid 2px #cccccc;
}
select::placeholder{
  color: #cfcfcf;
  font-size: 32px;
}
.input_wrap{
  margin-top: 0px;
}
.input_box_border{
  color: #cccccc;
  font-weight: bold;
}
.input_box_text{
  color: black;
  font-size: 20px;
  padding-left: 5px;
  padding-right: 5px;
}
.input_box_mt0{
  margin-top: 0;
}
.border{
  border-bottom: #f1f1f1 solid 2px;
  margin-top: 40px;
}
.teaserBtn{
  color: white;
  font-size: 32px;
  padding: 20px 10px;
  background-color: #ff7c00;
  width: 80%;
  max-width: 300px;
  text-align: center;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  margin-top: 85px;
  position: relative;
}
.teaserBtn._long{
  max-width: 500px;
}
.btn._disable{
  background-color: #bfc0c0;
  pointer-events: none;
}
.btn._submit{
  width: 50%;
  max-width: 300px;
}
.btn._back{
  background-color: #bfc0c0;
  width: 40%;
  max-width: 240px;
}
.btn._back.js-modal-close{
  background-color: #bfc0c0;
  width: 60%;
  max-width: 300px;
  margin-top: 40px;
}
.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._back.js-modal-close::after{
  background-image: none;
  top:50%;
  right:inherit;
  left: 5%;
}

footer{
  background-color: black;
  text-align: center;
  color: white;
  line-height: 1.3;
  padding: 20px 0;
  margin-top: 100px;
}
.check_box{
  margin-top: 40px;
}
.check_box_title{
  font-size: 20px;
  color: #9fa0a0;
  text-align: left;
}
.check_box_text{
  font-size: 24px;
  text-align: left;
  margin-top: 10px;
}
.check_box_border{
  border-bottom: solid 2px #bfc0c0;
  padding-bottom: 10px;
}

.complete_image {
  width: 100px;
}
.complete_title{
  font-size: 54px;
  font-weight: bold;
  color: #7fbe26;
}
.complete_title._error{
  color: #e60012;
  line-height: 1.5;
}
.complete_text{
  font-size: 28px;
  line-height: 1.5;
  margin-top: 50px;
  font-weight: bold;
}
.complete_text._green{
  color: #7fbe26;
}
.complete_note{
  font-size: 20px;
  line-height: 1.5;
  margin-top: 40px;
  color: #9fa0a0;
}
.complete_attention{
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #9fa0a0;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.complete_attention_wrap{
  margin-top: 40px;
}
.err_text{
  color: #e60012;
  margin-top: 10px;
}
.year{
  width: 32%;
}
.month, .day{
  width: 21%;
}
.p32{
  width: 32%;
}
.form_note{
  font-weight: normal;
  font-size: 12px;
  line-height: 1.3;
}

.form_text{
  font-size: 14px;
  color: #ff7c00;
  border: 2px solid #ff7c00;
  text-align: left;
  padding: 15px;
  border-radius: 10px;
  margin-top: 15px;
  line-height: 1.5;
}
.mask{
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mask_text{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 40px;
}


/* モーダル */
.modal{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	  z-index: 10;
  }
  .modal__bg{
	background: rgba(0,0,0,0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
  }
  .modal__content{
	background-color: white;
	border-radius: 16px;
	border: solid 2px #ddd;  
	left: 50%;
	padding:20px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 600px;
  max-height: 90vh;
  overflow-y: scroll;
	width:90%;
	height: auto;
  text-align: center;
  }

  .sample_img{
    width: 90%;
    max-width: 400px;
  }

  .modal_title{
    font-weight: bold;
    font-size: 20px;
    margin: 10px auto 5px;
  }
  .form_note._attention{
    margin-bottom: 10px;
  }

@media screen and (max-width:599px) {
  .pc{display: none;}
  .sp{display: block;}

  .header_logo {
    padding: 1.6% 3%;
    width: 37%;
}
  .form_note._attention{
    margin-bottom: 5px;
  }

  .modal_title{
    font-size: 3.67vw;
    margin: 10px auto 0px;
  }

  .mask_text{
    font-size: 6.0vw;
  }

  h1{
    font-size: 6.4vw;
  }
  .form_box{
    padding: 10px 10px 40px;
  }
  .form_box_title{
    font-size: 4.27vw;
    margin-top: 30px;
    width: auto;
  }
  .form_box_attention{
      font-size: 3.2vw;
      color: white;
      font-weight: bold;
      background-color: #e60012;
      border-radius: 4px;
      padding:3px 5px;
      margin-left: 5px;
  }
  .form_box_wrap{
    display:block;
    margin-top: 0;
  }
  input{
    padding: 8px 5px;
    border-radius: 4px;
    margin-top: 20px;
    font-size: 4.27vw;
  }
  input::placeholder{
    font-size: 4.27vw;
  }
  select{
    padding: 10px;
    border-radius: 4px;
  }
  select::placeholder{
    font-size: 4.27vw;
  }
  .input_wrap{
    margin-top: 20px;
  }
  .input_box_text{
    font-size: 4.27vw;
  }
  .btn{
    color: white;
    font-size: 5.34vw;
    padding: 15px 10px;
    border-radius: 4px;
    margin-top: 40px;
  }

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

  .check_box{
    margin-top: 20px;
  }
  .check_box_title{
    font-size: 4.27vw;
  }
  .check_box_border{
    border-bottom: solid 1px #bfc0c0;
    padding-bottom: 10px;
  }
  .check_box_text{
    font-size: 5.87vw;
    text-align: left;
    margin-top: 10px;
  }
  .complete_image {
    width: 20%;
  }
  .complete_title{
    font-size: 8vw;
  }
  .complete_text{
    font-size: 5.34vw;
    margin-top: 25px;
  }
  .complete_note{
    font-size: 4.27vw;
    margin-top: 30px;
  }
  .complete_attention{
    font-size: 3.47vw;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .complete_attention_wrap{
    margin-top: 20px;
  }
  .err_text{
    font-size: 2.67vw;
  }
  .input_box_border{
    font-size:4.8vw;
  }
  .form_note{
    font-weight: normal;
    font-size: 2.67vw;
    line-height: 1.3;
    padding-top: 8px;
  }

  .form_text{
    padding: 3%;
    font-size: 3.4vw;
    border: 1.5px solid #ff7c00;
    border-radius: 8px;
  }
  .btn._back.js-modal-close{
    margin-top: 10%;
  }
  

  
}