@charset "UTF-8";


/* お問い合わせフォーム */
.mw_wp_form_input{
}

.contact_info_wrap{
  background: #313131;
  color: #FFF;
  padding: 19px 25px 20px;
  margin-bottom: 82px;
}

.contact_info_text {
  text-align: center;
  margin-top: 113px;
  font-size: 18px;
  line-height: 1.888;
  margin-bottom: 45px;
}

.contact_info_tt{
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-align: center;
  color: #FFF;
  margin-bottom: 11px;
  font-family: NotoSerif;
  
  line-height: 2.45;
  font-family: 'Noto Serif JP',serif;
}
.contact_info_box{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #FFF;
  color: #181818;
  padding: 12px 10px 15px 30px;
  font-family: 'Noto Serif JP',serif;
}

.contact_info_tel_link a {
  font-size: 44px;
  line-height: 1.46;
}

.contact_info_tel_link span {
  font-size: 16px;
  line-height: 3.375;
  font-weight: bold;
  letter-spacing: 0.16em;

}

.contact_info_tel{
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_info_tel + .contact_info_tel{
  margin-left: 60px;
}
.contact_info_tel_icon{
  background: #8c8c8c;;
  color: #FFF;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 16px;
  margin-right: 20px;
}
.contact_info_tel_link{
  font-size: 44px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
  display: flex;
  align-items: center;
}
.contact_info_tel_link img{
  display: block;
}
.contact_info_txt{
  font-weight: 700;
  margin-left: 30px;
  letter-spacing: 0.16em;
}

.contact_form th  {
 background-color: red;
}
  



@media (max-width:1023px){
  .contact_info_tt {
    font-size: 18px;
  }
  .contact_info_tel_link{
    font-size: 30px;
  }
}
@media (max-width:767px){
  
  .contact_info_wrap{
    margin-bottom: 50px;
  }
  .contact_info_box{
    padding: 10px 10px;
  }
  .contact_info_tt {
    font-size: 16px;
  }
  .contact_info_tel_icon{
    font-size: 14px;
    margin-right: 10px;
  }
  .contact_info_tel_link{
    font-size: 18px;
  }
  .contact_info_txt{
    margin-left:0;
    margin-top: 5px;
  }
  
  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
}

/*
.contact_info{
  background: #000;
  text-align: center;
  padding: 28px 30px 25px;
  margin-bottom: 100px;
}
.contact_info .box1{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.14em;
  color: #FFF;
}
.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;
}
*/

.contact_form{
  width: 100%;
  border: 1px solid #b2b2b2;
  margin-bottom: 36px;
  margin-top:80px;
}
.mw_wp_form_input .border{
  
  width: 100%;
  border-top: 1px solid #cfa972;
  margin-bottom: 50px;
}
.mw_wp_form_confirm .contact_form{
  margin-top: 98px;
}
.contact_form tr{
  border-bottom: 1px solid #b2b2b2;
}
.contact_form th,
.contact_form td{
  padding: 10px 15px;
  font-weight: normal;
  text-align: left;
  font-size: 18px;
}
.mw_wp_form_confirm .contact_form th,
.mw_wp_form_confirm .contact_form_acceptance:before{
  padding:19px 15px 19px 33px;
}
.mw_wp_form_confirm .contact_form td{
  padding:19px 15px 19px 45px;
}
.contact_form th{
  background: #313131;
  width: 280px;
  padding-left: 25px;
  width: 305px;
  font-size: 18px;
}
.contact_form th.vtop{
  vertical-align: top;
}
.contact_form th .require{
  display: inline-block;
  padding: 2px 12px;
  color: #FFF;
  background: #b80000;
  font-size: 14px;
  font-weight: normal;
  float: right;
}
.contact_form td{
  padding-left: 47px;
  padding-right: 40px;
}
.mw_wp_form .error{
  display: block;
}

.contact_form td
.first_name input{
  margin-left: 10px;
  margin-right: 15px;
  width: 200px;
  height: auto;
}

.contact_form td
.last_name {
  /*margin-left: 19px;*/ 
}

.contact_form td
.last_name input{
  margin-left: 12px;
  width: 200px;
  height: auto;
}
.contact_form .flex{
  display: flex;
  flex-wrap: wrap;
}

.contact_form dl{
  width: 100%;
  display: flex;
  align-items: center;
}
.contact_form dl + dl{
  margin-top: 10px;
}
.contact_form dl dt,
.contact_form dl dd{
  
}
.contact_form dl + p{
  margin-top: 5px;
  margin-bottom: 5px;
}

.contact_form dl.addr dt{
  width: 90px;
}
.contact_form dl.addr dd{
  width: calc(100% - 90px);
}
.contact_form dl.date {
  align-items: flex-start;
}
.contact_form dl.date dt{
  width: 90px;
}
.contact_form dl.date dt + dt{
  margin-left: 5px;
}
.contact_form dl.date dt select{
  width: 100%;
}
.contact_form dl.date dt.wide{
  width: 200px;
}
.contact_form dl.addr dd{
  
}
.mw_wp_form_confirm .name_box{
  align-items: center;
  display: flex;
  justify-content: center;
}
.contact_form_addr{
  display: flex;
  align-items: center;
  margin: 0;
}
.contact_form_addr + .contact_form_addr{
  margin-top: 8px;
}
.contact_form_addr dt,
.contact_form_addr dd{
  margin: 0;
}
.contact_form_addr dt{
  width: 90px;
}
.contact_form_addr dd{
  width: calc(100% - 90px);
}

.contact_form_addr dd [name$="zipcode"]{
  width: 210px;
}
.contact_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;
}



.contact_form td .wpcf7-form-control-wrap{
  display: block;
}
.contact_form td .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 5px;
}
.contact_form td input ,
.contact_form td textarea ,
.contact_form td select ,
.contact_form td .wpcf7-form-control ,
.contact_form td .wpcf7c-conf-hidden {
  padding: 9px 10px;
  max-width: 100%;
  border: 1px solid #CCC;
  border-radius: 0;
  color: black;
  

}

.contact_form td input[name="your-tel"]{
  width: 322px;
  /*height: 46px;*/
}

.contact_form td input[name="your-email"]{
  width: 483px;
  /*height: 46px;*/
}

.contact_form td input[name="your-addr"]{
  width: 738px;
  /*height: 46px;*/
}

.mwform-checkbox-field input, .mwform-radio-field input {
    margin-right: 15px;
}

.contact_form td [name$="_zipcode"],
.contact_form td [name="zipcode"],
.contact_form td [name="addr1"]{
  width: 160px;
}
.contact_form td [name="addr1"]{
  width: 220px;
}
.contact_form td [name="addr2"]{
}
.contact_form td .wpcf7-form-control-wrap.zipcode,
.contact_form td .wpcf7-form-control-wrap[class$="_zipcode"]{
  display: flex;
  align-items: stretch;
}
.contact_form td .wpcf7-form-control-wrap.zipcode:before,
.contact_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;
}

.contact_form td textarea{
  width: 100%;
  height: 325px;
}

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

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

.mw_wp_form .horizontal-item{
  display: inline-block;
  padding: 10px 0;
}
.mw_wp_form .horizontal-item + .horizontal-item{
  margin-left: 70px;
}
.contact_form td input[type="file"]{
  border: 0;
}

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

.privacy-text {
  
  width: 920px;
  margin: 0 auto;
  max-width: 100%;
  font-size: 18px;
  line-height: 1.55;
}

.privacy-text a {
  color: #457bea;
  border-bottom: 1px solid;
  text-decoration: none;
}

/* 確認画面用 */
.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;
}*/ 




.contact_form_acceptance{
  text-align: center;
  margin-top: 32px;
  font-size: 17px;
  letter-spacing: 0.056em;
}
.contact_form_acceptance a{
  color: #1a3e9b;
}
.contact_form_acceptance span.wpcf7-list-item{
  margin: 0;
}

/* コンタクトフォーム - ボタン */
.contact_form_btns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding-top : 55px ;
}
.mw_wp_form_confirm .contact_form_btns{
  padding-top :96px;
}
.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"],
.contact_form_btns button{
  background: #1c87ff;
  color: #FFF;
  border: 0;
  padding: 12px 10px;
  width: 320px;
  margin: 0 19px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  
}

.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"],
.contact_form_btns button[name="reset"],
.mw_wp_form_confirm .contact_form_btns button[name="submitBack"],
.contact_form_btns button input[name="submitBack"]{
  background: #383939;
  width: 250px;
  height: 60px;
}
.mw_wp_form_confirm .contact_form_btns button[name="send"]{
 width: 250px;
  height: 60px; 
  background: #ffffff;
  color: #383939;
}

.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"],
.contact_form_btns button[name="submitConfirm"] {
  background: #ffffff;
  color: black;
  width: 250px;
  height: 60px;
}


.contact_form_btns input[type="submit"][disabled],
.contact_form_btns input[type="button"][disabled]{
  background: #CCC;
}
.contact_form_btns button[type="reset"]{
  background: #CCC;
}
.contact_form_btns input.wpcf7-confirm{
  
}
.contact_form_btns input.wpcf7-back{
  background: #CCC;
}
.contact_form_btns input.wpcf7-submit{
  background: #398f14;
}
.contact_form_btns .ajax-loader{
  order: 10;
  width: 100% !important;
  margin-top: 10px !important;
  background-repeat: no-repeat;
  background-position: center;
}


/* プライバシーポリシー */


.pg_privacy {
  
}
.pg_privacy .section#sec1{
 margin-top: 170px; 
}
.pg_privacy .section#sec2{
  
}
.pg_privacy .section#sec3{
  
}
.privacy_tt{
  text-align: center;
  margin-bottom: 17px;
}
.privacy_tt h3{
  font-size: 28px;
  font-weight: 500;
}
.privacy_tt br{
  display: none;
}
.privacy_tt .dots{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.privacy_tt .dots i{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c1c1c1;
  margin: 0 8px;
}

.privacy_items{
  
}
.privacy_items .item{
  line-height: 1.6;
}
.privacy_items .item + .item{
  margin-top: 50px;
}
.privacy_items .item.second{
  margin-top: 70px;
}
.privacy_items .item h4{
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: 0.01em;
  line-height: 2.33;
  background-color:  #1b1b1b;
  font-family: 'Noto Serif JP';
  padding: 7px 10px;
}
.privacy_items .item .txt{
  font-size: 18px;
  line-height: 2;
  padding-left: 5px;
}
.privacy_items .item ul{
  list-style: disc;
  margin-left: 2em;
  margin-top: 10px;
}
.privacy_items .item ul.latin{
  list-style: lower-latin;
}

.privacy_items .item ol li{
  padding-left:1em;
  text-indent:-1em;
}
.privacy_items .item.second ol li{
}
.privacy_items .item ol{
  
  margin-top: 38px;
  list-style-position:inside;
    padding-left:0;
}
.privacy_items .item ol li:nth-child(n+10):marker{
  margin-left: 10px;
}
.privacy_items .item.second li:nth-child(n+2){
  margin-top: 35px;
}
.pg_privacy .sign{
  display: block;
  font-size: 18px;
  font-weight: normal;
  margin-top: 115px;
  padding-left: 10px;
}
.pg_privacy .item.second .last_add{
    padding-left: 6px;
  }