@charset "UTF-8";
/* CSS Document */

/* title */
#topHead #form_ttl{
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom:3rem;
  padding-top: 3rem;
  letter-spacing:0.5rem;
}
@media print, screen and (max-width:1024px) {
  #topHead #form_ttl{
    margin-bottom: 0;
  }
}
#topHead #form_ttl p{
  padding-top: 5rem;
  letter-spacing:1rem;
  text-align: center;
}
#topHead #form_ttl p span{
  font-size: 1rem;
  font-family: tenby-five,sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media print, screen and (max-width:1024px) {
  #topHead #form_ttl p{
    
    padding-top: 2.2rem;
  }
}





/* ie */
@media all and (-ms-high-contrast: none) {
  .col-md-6,.col-md,.col{
    padding: 0 1rem;
  }
  #form_area select.form-select{
    padding: 0.9rem 1rem 0rem 1rem;
  }
  #form_area .requiredMark{
    line-height: 2.5rem;
    padding-right: 0;
  }
  #topHead #p_bar li::before{
    line-height: 4.8rem;
  }
}
/* mv_area */
#mv_area{
  background: #fff;
  margin-bottom: 8rem;
}
@media print, screen and (max-width:1024px) {
  #mv_area{
    margin-bottom: 4rem;
  }
}
#mv_area article{
  width: 60%;
  margin: 0 auto;
  text-align: left;
  padding: 4rem 0 8rem 0;
}
@media print, screen and (max-width:1024px) {
  #mv_area article{
    width: 88%;
    padding: 4rem 0;
  }
}
#mv_area h2{
  border-left: 2px solid #ee7800;
  padding-left: 0.8rem;
  margin-bottom: 1.6rem;
}
@media print, screen and (max-width:1024px) {
  #mv_area h2{
    margin-bottom: 0.8rem;
  }
}
#mv_area p{
  padding-left: 1rem;
}
#mv_area p.cap{
  font-size: 1.2rem;
  text-align: center;
  padding-left: 0;
}

/* main */
#cont{
  display: block;
  padding-bottom:70px;
}


/* msgdiv */
#msgdiv{
  width: 100%;
  height: 100%;
  line-height: 2rem;
  padding: 0.5rem 0;
  font-size: 1.4rem;
  background: #333;
  margin: 0 auto;
  opacity: 0.9;
  color: #fff;
  margin-bottom: 2rem;
  border-radius: 5px;
  text-align: center;
}
@media print, screen and (max-width:1024px) {
  #msgdiv{
    margin-top: 1.5rem;
  }
}


/* form_area */
#form_area{
  border: 2px solid #ee7800;
  background-color: #fff;
  border-top-left-radius: 21px;
  border-top-right-radius: 21px;
  border-bottom-right-radius: 21px;
  border-bottom-left-radius: 21px;
  text-align: left;
}

#form_area section{
  margin: 0 auto;
  padding:6rem 0 0 0;
  max-width: 65%;
}
@media print, screen and (max-width:1024px) {
  #form_area section{
    padding:2rem 0 0 0;
    max-width: 90%;
  }
  #form_area section.no_login{
    padding:4rem 0 0 0 !important;
  }
}

#form_area .cap{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5rem;
  padding-top: 0.5rem;
  text-align: center;
}
@media print, screen and (max-width:1024px) {
  #form_area .cap{
    margin-bottom: 2.6rem;
  }
}
#form_area .form-label{
  margin-bottom: .2rem;
  font-weight: bold;
}
#form_area .form-control{
  text-align: left;
  line-height: 1.6rem;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-color: #aaa;
  border-radius: 5px;
  font-size: 1.6rem;
}
#form_area .form-control::placeholder{
  color:#aaa;
}
.invalid-feedback{
  margin-top:-1rem;
  text-align: left;
}
/* zip_box */
#form_area .zip_box{
  text-align: left;
}
#form_area .zip_box input{
  width: 10rem;
  display: inline-block;
  font-weight: bold;
}
#form_area .zip_box input:first-child{
  width: 7rem;
}
#form_area .zip_box span{
  line-height: 2rem;
  padding: 0 0.5rem 0 0.9rem;
  font-weight: bold;
}
@media print, screen and (max-width:1024px) {
  #form_area .zip_box input{
    width: 11rem;
  }
  #form_area .zip_box input:first-child{
    width: 8rem;
  }
}

/* Birthbox */
#form_area .Birth_box{
  text-align: left;
}
#form_area .Birth_box .slct_box{
  width: 8rem;
  display: inline-block;
  text-align: center;
}

#form_area .Birth_box .slct_box:nth-child(1){
  width: 11rem;
}
/* Num_box */
#form_area .Num_box input{
  width: 8rem;
  display: inline-block;
}
#form_area .Num_box input:last-of-type{
  width: 4em;
}
#form_area .Num_box span{
  padding: 0 0.5rem;
}


/*select*/
#form_area .form-select {
  display: block;
  width: 100%;
  padding: 1.3rem 1rem 1.3rem 1rem;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.6rem;
  margin-bottom: 1.5rem;
  color: #212529;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; 
  cursor: pointer;
  background-image: none;
}
#form_area .form-select::-ms-expand {
  display: none;
}
.slct_box.form-select.is-invalid, .was-validated .form-select:invalid{
  background-position: right .75rem center,center right 3.75rem;
    background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-select.is-valid, .was-validated .form-select:valid {
  background-position: right .75rem center,center right 3.75rem;
  background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);
}
#form_area .slct_box{
  position: relative;  
}
#form_area .slct_box::before {
  position: absolute;
  display: block;
  content: '';
  width: 10px; height: 10px;
  top: 2.2rem; right: 1.2rem;
  margin-top: -3px;
  border-bottom: 2px solid #4b4b4b;
  border-right: 2px solid #4b4b4b;
  transform: rotate(45deg) translateY(-50%);
  transition: all .4s ease-in-out;
  transform-origin: 50% 0;
}

/*radio*/
#form_area .form_radio div{
  text-align: left;
  line-height: 1.6rem;
  font-size: 1.6rem;
  position: relative;
}
#form_area .form_radio .form-check-input:checked{
  background-color: #333;
  border-color: #333;
  top: 1.4rem;
}
@media print, screen and (max-width:1024px) {
  #form_area .form_radio .form-check-input:checked{
    top:1.7rem;
  }
}
.form-check-input.is-valid, .was-validated .form-check-input:valid{
  border-color: #aaa;
}
#form_area .form_radio .form-check-input{
  margin-top: 0;
  position: absolute;
  top: 1.3rem;
  bottom: 0;
  left: 0.8rem;
  margin: 0 auto 0 1rem;
  cursor: pointer;
}
@media print, screen and (max-width:1024px) {
  #form_area .form_radio .form-check-input{
    top: 1.6rem;
  }
}
#form_area .form_radio .form-check-label{
  display: inline-block;
  padding: 1.2rem 1rem 1.2rem 3rem;
  width: 100%;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #aaa;
}
@media print, screen and (max-width:1024px) {
  #form_area .form_radio .form-check-label{
    line-height: 2.2rem;
  }
}
#form_area .form_radio .form-check-input:checked+label{
  border: 2px solid #333;
}
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label{
  color: #000;
}

#form_area .Name_box{
  text-align: left;
}
#form_area .Name_box>div{
  position: relative;  
}
#form_area .Name_box div .zip{
  top:0;
  bottom: auto;
  right: 1rem;
}
.dmy{
  height: 3.2rem;
}
.dmy_mini{
  height: 1.2rem;
}

#form_area .add_box{
  text-align: left;  
}
#form_area .add_box .p_rm{
  position: relative;
}
#form_area .add_box .p_rm .add{
  right: 0;
}
#form_area .add_box .zip{
  display: inline-block;
}
#form_area .info{
  text-align: left;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  margin-top: -1rem;
}
@media print, screen and (max-width:1024px) {
  #form_area .info{
    font-size: 1.2rem;
  }
}
#form_area .sh_box.hide{
  display: none;
}

#form_area .invalid-feedback{
  margin-bottom: 1rem;
}


.btn_box{
  padding-top: 3rem;
  margin: 0 auto;
  width: 60%;
  text-align: center;
}
@media print, screen and (max-width:1024px) {
  .btn_box{
    padding-top: 0;
    width: 100%;
  }  
  .btn_box div{
    margin-bottom: 1rem;
  }
  .btn_box div:nth-child(2){
    width: 40%;
    margin: 0 auto;
  } 
  .btn_box div:nth-child(2) .btn-back {
    padding: 1.5rem 2.5rem 1.5rem 2.5rem;
} 
}
.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.6rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 1.4rem 2.5rem 1.4rem 2.5rem;
  font-size: 1.6rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.btn-primary {
  color: #fff;
  background-color: #ee7800;
  border-color: #ee7800;
}
.btn-primary:hover {
  background-color: #f19333;
  border-color: #f19333;
}
.btn-primary:focus {
  background-color: #f19333;
  border-color: #f19333;
  box-shadow: 0 6px 0 0 #dddddd;
}
.btn.btn-primary:disabled {
  background-color: #B8B5B2;
  border-color: #B8B5B2;
  color: #e2e2e2;
}

.btn-secondary {
  color: #fff;
  background-color: #999;
  border-color: #999;
  box-shadow: 0 .4rem 0 0 #dddddd;  
  padding: 1.2rem 0;
}
.btn-secondary:hover {
  background-color: #aaa;
  border-color: #aaa;
  box-shadow: 0 .4rem 0 0 #dddddd;  
}
.btn-secondary:focus {
  background-color: #aaa;
  border-color: #aaa;
  box-shadow: 0 .4rem 0 0 #dddddd;
}
.btn.btn-secondary:disabled {
  background-color: #B8B5B2;
  border-color: #B8B5B2;
  color: #e2e2e2;
  box-shadow: 0 .4rem 0 0 #dddddd;  
}

.btn-back {
  color: #aaa;
  background-color: #fff;
  border-color: #aaa;
  border-width: 2px;
  box-shadow: 0 .4rem 0 0 #ccc;  
  padding: 1rem 0;
  margin-top: 1.2rem;
  border-radius: 100px;
}
.btn-back:hover {
  color: #ccc;
  background-color: #fff;
  border-color: #ccc;
  border-width: 2px;
  box-shadow: 0 .4rem 0 0 #eee;  
}
.btn-back:focus {
  background-color: #fff;
  border-color: #ccc;
  border-width: 2px;
  box-shadow: 0 .4rem 0 0 #eee;
}
.btn.btn-back:disabled {
  background-color: #B8B5B2;
  border-color: #B8B5B2;
  color: #e2e2e2;
  border-width: 2px;
  box-shadow: 0 .4rem 0 0 #ccc;  
}

.btn-entry {
  border-radius: 100px;
  box-shadow: 0 6px 0 0 #dddddd;
  padding: 2rem 2.5rem 2rem 2.5rem;  
}


/*  */
#form_area .mail_info{
  margin-bottom: 3rem;  
  text-align: left;
  font-size: 1.2rem;
}
#form_area .mail_info dt{
  font-weight: bold;
  font-size: 1.6rem;
}




  
  