@charset "utf-8";
#sub5-section01{
  width: 100%;
  background: #f8f8f8;
}
#sub5-section01 .inner{
  padding: 120px 0;
}
#sub5-section01 .inner form{
  width: 1100px;
  margin: 0 auto;
  height: 460px;
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  box-shadow: 2px 2px 15px #ddd;
}
#sub5-section01 .inner form .input-wrap{
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 67px 0px 40px 0px;
}
#sub5-section01 .inner form .input-wrap .left-input{
  width: 40%;
}
#sub5-section01 .inner form .input-wrap .left-input .border-bot{
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: 1px solid #ddd;
  margin-top: 30px;
}
#sub5-section01 .inner form .input-wrap .left-input label{
  font-size: 17px;
  width: 40%;
  color: #000;
  letter-spacing: 0.01em;
}
#sub5-section01 .inner form .input-wrap .left-input label span{
  color: #00398f;
}
#sub5-section01 .inner form .input-wrap .left-input .border-bot input{
  border: none;
  font-size: 16px;
  line-height: 1px;
}
#sub5-section01 .inner form .input-wrap .right-input{
  width: 43%;
}
#sub5-section01 .inner form .input-wrap .right-input p{
  margin-bottom: 18px;
  font-size: 17px;
  color: #000;
  letter-spacing: 0.01em;
}
#sub5-section01 .inner form .input-wrap .right-input textarea{
  height: 155px;
}
#sub5-section01 .inner form .check-box-wrap{
  display: block;
  text-align: center;
}
#sub5-section01 .inner form .check-box-wrap input[type="checkbox"]{
  display: none;
}
#sub5-section01 .inner form .check-box-wrap input[type="checkbox"] + label{
  width: 18px;
  height: 18px;
  background: #ddd;
  margin-top: 5px;
  margin-left: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#sub5-section01 .inner form .check-box-wrap input[type="checkbox"]:checked + label{
  background: url("../../img/sub5/checked.png") no-repeat left center;
}
#sub5-section01 .inner form .check-box-wrap span {
  font-size: 16px;
}
#sub5-section01 .inner form .check-box-wrap a{
  font-size: 16px;
  margin-left: 5px;
  color: #00398f;
}
#sub5-section01 .inner .check-box-wrap .btn-submit{
  width: 205px;
  height: 45px;
  display: block;
  border: none;
  background: #0b194d;
  color: #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  margin-top: 50px;
  outline: none;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
}



/* send.php */
#sub5-section01 .inner .form{
  width: 1100px;
  margin: 0 auto;
  height: 460px;
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  box-shadow: 2px 2px 15px #ddd;
}
#sub5-section01.send .inner .form{ background: url(/images/sub0502_bg.png) no-repeat right bottom;}
.send .check-wrap{text-align: center;}
.send .check-wrap .check_img{padding-top: 7rem;}
.send .check-wrap .check_img img{box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.21); border-radius: 50%;}
.send .check-wrap p{font-size: 1.7rem; color:#1a1a1a; padding-top: 1rem;}
#sub5-section01 .inner .check-box-wrap a{}


/* //send.php */














@media all and (min-width:1025px) and (max-width:1280px) {}
@media all and (min-width:768px) and (max-width:1024px) {
  #sub5-section01 .inner{
    padding: 60px 0;
  }
  #sub5-section01 .inner form{
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
  #sub5-section01 .inner form .input-wrap{
    display: block;
    padding: 20px 0px 20px 0px;
  }
  #sub5-section01 .inner form .input-wrap .left-input{
    width: 90%;
    margin: 0 auto;
  }
  #sub5-section01 .inner form .input-wrap .left-input .border-bot{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ddd;
    margin-top: 30px;
  }
  #sub5-section01 .inner form .input-wrap .left-input label{
    width: 40%;
  }
  #sub5-section01 .inner form .input-wrap .left-input label span{
    color: #00398f;
  }
  #sub5-section01 .inner form .input-wrap .left-input .border-bot input{
    border: none;
  }
  #sub5-section01 .inner form .input-wrap .right-input{
    width: 90%;
    margin: 50px auto;
  }
  #sub5-section01 .inner form .input-wrap .right-input p{
    margin-bottom: 18px;
  }
  #sub5-section01 .inner form .input-wrap .right-input textarea{
    height: 130px;
  }
  #sub5-section01 .inner form .check-box-wrap{
    width: 100%;
    display: block;
    text-align: center;
    padding-bottom: 60px;
  }
  #sub5-section01 .inner form .check-box-wrap .btn-submit{
    width: 205px;
    height: 45px;
  }
  #sub5-section01 .inner form .check-box-wrap input[type="checkbox"] + label{
    display: inline-block;
  }
  #sub5-section01 .inner form .check-box-wrap input[type="checkbox"]:checked + label{
    background: url("../../img/sub5/checked.png") no-repeat left center;
  }
  #sub5-section01 .inner form .check-box-wrap span{
    display: inline-block;
    width: 80%;
  }
  #sub5-section01 .inner form .check-box-wrap span a{
    color: #00398f;
  }
}
@media all and (min-width:481px) and (max-width:767px) {
  #sub5-section01 .inner{
    padding: 60px 0;
  }
  #sub5-section01 .inner form{
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
  #sub5-section01 .inner form .input-wrap{
    display: block;
    padding: 20px 0px 20px 0px;
  }
  #sub5-section01 .inner form .input-wrap .left-input{
    width: 90%;
    margin: 0 auto;
  }
  #sub5-section01 .inner form .input-wrap .left-input .border-bot{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ddd;
    margin-top: 30px;
  }
  #sub5-section01 .inner form .input-wrap .left-input label{
    width: 40%;
  }
  #sub5-section01 .inner form .input-wrap .left-input label span{
    color: #00398f;
  }
  #sub5-section01 .inner form .input-wrap .left-input .border-bot input{
    border: none;
  }
  #sub5-section01 .inner form .input-wrap .right-input{
    width: 90%;
    margin: 50px auto;
  }
  #sub5-section01 .inner form .input-wrap .right-input p{
    margin-bottom: 18px;
  }
  #sub5-section01 .inner form .input-wrap .right-input textarea{
    height: 130px;
  }
  #sub5-section01 .inner form .check-box-wrap{
    width: 100%;
    display: block;
    text-align: center;
    padding-bottom: 60px;
  }
  #sub5-section01 .inner form .check-box-wrap .btn-submit{
    width: 205px;
    height: 45px;
  }
  #sub5-section01 .inner form .check-box-wrap input[type="checkbox"] + label{
    display: inline-block;
  }
  #sub5-section01 .inner form .check-box-wrap input[type="checkbox"]:checked + label{
    background: url("../../img/sub5/checked.png") no-repeat left center;
  }
  #sub5-section01 .inner form .check-box-wrap span{
    display: inline-block;
    width: 80%;
  }
  #sub5-section01 .inner form .check-box-wrap span a{
    color: #00398f;
  }
}
@media all and (max-width:480px) {
  #sub5-section01 .inner{
    padding: 60px 0;
  }
  #sub5-section01 .inner form{
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
  #sub5-section01 .inner form .input-wrap{
    display: block;
    padding: 20px 0px 20px 0px;
  }
  #sub5-section01 .inner form .input-wrap .left-input{
    width: 90%;
    margin: 0 auto;
  }
  #sub5-section01 .inner form .input-wrap .left-input .border-bot{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ddd;
    margin-top: 30px;
  }
  #sub5-section01 .inner form .input-wrap .left-input label{
    font-size: 16px;
    width: 40%;
  }
  #sub5-section01 .inner form .input-wrap .left-input label span{
    color: #00398f;
  }
  #sub5-section01 .inner form .input-wrap .left-input .border-bot input{
    border: none;
    width: 180px;
    padding-left: 10px;
    font-size: 15px;
  }
  #sub5-section01 .inner form .input-wrap .right-input{
    width: 90%;
    margin: 50px auto;
  }
  #sub5-section01 .inner form .input-wrap .right-input p{
    margin-bottom: 18px;
  }
  #sub5-section01 .inner form .input-wrap .right-input textarea{
    height: 130px;
  }
  #sub5-section01 .inner form .check-box-wrap{
    width: 100%;
    display: block;
    text-align: center;
    padding-bottom: 60px;
  }
  #sub5-section01 .inner form .check-box-wrap .btn-submit{
    width: 205px;
    height: 45px;
  }
  #sub5-section01 .inner form .check-box-wrap input[type="checkbox"] + label{
    display: inline-block;
  }
  #sub5-section01 .inner form .check-box-wrap input[type="checkbox"]:checked + label{
    background: url("../../img/sub5/checked.png") no-repeat left center;
  }
  #sub5-section01 .inner form .check-box-wrap span{
    display: inline-block;
    width: 80%;
  }
  #sub5-section01 .inner form .check-box-wrap span a{
    color: #00398f;
  }
}
