
@charset "UTF-8";

/* コンタクトフォーム */
.contact_info{
  background: #acd598;
  text-align: center;
  padding: 28px 30px 25px;
  margin-bottom: 100px;
}
.contact_info .box1{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.contact_info .box2{
  margin-top: 20px;
  background: #FFFFFF;
  padding: 22px 5px;
  line-height: 1;
}
.contact_info .box2 .icon{
  display: inline-block;
  font-size: 25px;
  font-weight: bolder;
  background: #acd598;
  color: #FFFFFF;
  padding: 5px 15px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 5px;
  letter-spacing: 0.08em;
}
.contact_info .box2 .tel{
  display: inline-block;
  font-size: 44px;
  font-weight: bold;
  vertical-align: middle;
  font-weight: bold;
}
.contact_info .box2 .tel a{
  display: block;
  font-family: "impact";
  letter-spacing: 0.04em;
}
.contact_info .box2 .txt{
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.apply_form{
  width: 100%;
  border: 1px solid #CCC;
  background: #FFF;
  margin-bottom: 30px;
}
.apply_form tr{
  border-bottom: 1px solid #b2b2b2;
}
.apply_form th,
.apply_form td{
  padding: 10px 15px;
  font-weight: normal;
  text-align: left;
}
.apply_form th{
  background: #f0f0f0;
  width: 310px;
}
.apply_form th .require{
  display: inline-block;
  padding: 2px 12px;
  color: #FFF;
  background: #b80000;
  font-size: 14px;
  font-weight: normal;
  float: right;
}
.apply_form th .require2{
  color: #b80000;
}
.apply_form dl{
  width: 100%;
  display: flex;
  align-items: center;
}
.apply_form dl + dl{
  margin-top: 10px;
}
.apply_form dl dt,
.apply_form dl dd{
  
}
.apply_form dl + p{
  margin-top: 5px;
  margin-bottom: 5px;
}

.apply_form dl.addr dt{
  width: 90px;
}
.apply_form dl.addr dd{
  width: calc(100% - 90px);
}
.apply_form dl.date {
  align-items: flex-start;
}
.apply_form dl.date dt{
  width: 90px;
}
.apply_form dl.date dt + dt{
  margin-left: 5px;
}
.apply_form dl.date dt select{
  width: 100%;
}
.apply_form dl.date dt.wide{
  width: 200px;
}
.apply_form dl.addr dd{
  
}

.apply_form_addr{
  display: flex;
  align-items: center;
  margin: 0;
}
.apply_form_addr + .apply_form_addr{
  margin-top: 8px;
}
.apply_form_addr dt,
.apply_form_addr dd{
  margin: 0;
}
.apply_form_addr dt{
  width: 90px;
}
.apply_form_addr dd{
  width: calc(100% - 90px);
}

.apply_form_addr dd [name$="zipcode"]{
  width: 210px;
}
.apply_form_addr dd [name$="addr1"]{
  width: 210px;
}

.addr_auto_box{
  display: flex;
  align-items: center;
}
.addr_auto_box .zipcode{
  display: flex;
  flex-wrap: wrap;
}
.addr_auto_box .zipcode i{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  background: #cccccc;
  padding: 0 5px;
}
.addr_auto_box .zipcode input{
  
}

.addr_auto_box button{
  margin-left: 20px;
}



.apply_form td .wpcf7-form-control-wrap{
  display: block;
}
.apply_form td .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 5px;
}
.apply_form td input:not([type="checkbox"]):not([type="radio"]) ,
.apply_form td textarea ,
.apply_form td select ,
.apply_form td .wpcf7-form-control ,
.apply_form td .wpcf7c-conf-hidden {
  width: 100%;
  background: #f9f9f9;
  border: 1px solid #CCC;
  border-radius: 3px;
  padding: 10px;
}
.apply_form td .wpcf7-checkbox,
.apply_form td .wpcf7-radio{
  border: 0;
}
.apply_form td .wpcf7-text {
  width: 500px;
  max-width: 100%;
}
.apply_form td .wpcf7-textarea {
  width: 100%;
}
.apply_form td .wpcf7-file {
  width: 100%;
  border: 0;
}
.apply_form td .wpcf7-file + .wpcf7c-conf{
  width: 100%;
  border: 1px solid #398f14;
}
.apply_form td [name$="_zipcode"],
.apply_form td [name="zipcode"],
.apply_form td [name="addr1"]{
  width: 160px;
}
.apply_form td [name="addr1"]{
  width: 220px;
}
.apply_form td [name="addr2"]{
}
.apply_form td .wpcf7-form-control-wrap.zipcode,
.apply_form td .wpcf7-form-control-wrap[class$="_zipcode"]{
  display: flex;
  align-items: stretch;
}
.apply_form td .wpcf7-form-control-wrap.zipcode:before,
.apply_form td .wpcf7-form-control-wrap[class$="_zipcode"]:before{
  vertical-align: top;
  content: "〒";
  background: #CCC;
  width: 30px;
  padding: 0;
  margin: 0;
  border: 1px solid #CCC;
  border-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.apply_form td .addr_auto{
  background: #f0f0f0;
  border: 1px solid #d6d8d8;
  margin-left: 10px;
  padding: 5px 5px;
}

.apply_form td .wpcf7-checkbox, 
.apply_form td .wpcf7-radio{
  display: block;
}
.apply_form span.wpcf7-list-item{
  margin: 0 1em 0 0;
}

.apply_form td label{
  margin-right: 10px;
}
.apply_form td input[type="checkbox"],
.apply_form td input[type="radio"]{
  margin-right: 5px;
}

.apply_form_msg{
  margin-top: 10px;
  margin-bottom: 10px;
}

/* 確認画面用 */
.wpcf7c-conf:not([type="radio"]):not([type="checkbox"]){
  background: #eeffe4;
  -webkit-box-shadow: 0 0 0px 1000px #eeffe4 inset;
  border: 1px solid #398f14;
  opacity: 0.9;
}
.wpcf7c-conf:checked + .wpcf7c-conf-hidden + .wpcf7-list-item-label{
  color: #398f14;
}
/*input:-webkit-autofill,
textarea:-webkit-autofill, 
select:-webkit-autofill {
  background-color: #eeffe4 !important;
  background-image: none !important;
  color: #666 !important;
}*/ 


.apply_form_acceptance{
  text-align: center;
  margin-top: 20px;
}
.apply_form_acceptance a{
  color: #1a3e9b;
}
.apply_form_acceptance span.wpcf7-list-item{
  margin: 0;
}

/* コンタクトフォーム - ボタン */
.apply_form_btns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 30px 0;
}
.apply_form_btns input[type="submit"],
.apply_form_btns input[type="button"],
.apply_form_btns button{
  background: #b80000;
  color: #FFF;
  border: 0;
  border-radius: 3px;
  padding: 10px;
  width: 300px;
  margin: 0 10px;
  cursor: pointer;
}
.apply_form td input[readonly]{
  background: #CCC;
}
.apply_form_btns input[type="submit"][disabled],
.apply_form_btns input[type="button"][disabled]{
  background: #CCC;
}
.apply_form_btns button[type="reset"]{
  background: #CCC;
}
.apply_form_btns input[type="submit"][name="btn_back"]{
  background: #999;
}
.apply_form_btns input.wpcf7-confirm{
  
}
.apply_form_btns input.wpcf7-back{
  background: #CCC;
}
.apply_form_btns input.wpcf7-submit{
  background: #398f14;
}
.apply_form_btns .ajax-loader{
  order: 10;
  width: 100% !important;
  margin-top: 10px !important;
  background-repeat: no-repeat;
  background-position: center;
}


.form_error_msg{
  color: red;
  margin-bottom: 15px;
}
.form_conf_msg{
  color: red;
  margin-bottom: 15px;
}

.desc_txt{
    
}
.desc_txt p{
 margin-bottom: 1em;
}
.apply_form td label{
  display: block;
}
.apply_form td label+label{
  margin-top: 10px;
}

.txt_c{
  text-align: center;
}

.mw_wp_form{
  scroll-margin-top: 250px;
}
.mw_wp_form_complete {
  scroll-margin-top: 250px; /* ヘッダー高さ分 */
}

@media only screen and (max-width:1023px){
 
  .apply_form th {
    width: 250px;
  }
  .apply_form td .wpcf7-text{
    width: 100%;
  }
  .apply_form td [name="zipcode"]{
    width: 150px;
  }
  
}

@media only screen and (max-width:767px){
  
  .apply_form th,
  .apply_form td{
    display: block;
    width: 100%;
    padding: 10px 10px;
  }
  .apply_form th{
    /*padding-bottom: 5px;*/
  }
  .apply_form td{
    /*padding-top: 0;*/
  }
  .apply_form td [name="zipcode"]{
    width: 100px;
  }
  .apply_form dl.date dt{
    width: 100%;
  }
  .apply_form dl.date dt.wide{
    width: 100%;
  }
  
  .apply_form td .wpcf7-text,
  .apply_form td .wpcf7-textarea,
  .apply_form td .wpcf7-select{
    width: 100%;
  }
  
  .apply_form_btns input[type="submit"], 
  .apply_form_btns input[type="button"],
  .apply_form_btns button  {
    width: 48%;
    margin: 0 1%;
    font-size: 12px;
  }
  .apply_form_btns input[type="submit"]{
    /* テキストが長いとき */
    /*width: 66%;*/
  }
  .apply_form_btns button {
    width: 30%;
  }
  
}
