@charset "utf-8";


/*
お問い合わせ
contact/index.html
========================================================= */
.index .lead1{
  margin-bottom: 10px;
  font-weight: bold;
}
.index .lead1 + ul{
  /*margin-bottom: 50px;*/
}
.index .lead1 + ul li{
  text-indent: -1em;
  padding-left: 1em;
}
.index form{
  padding-top: 50px;
}
@media print, screen and (min-width: 769px) {
  .index .lead1 + ul{
    /*margin-bottom: 100px;*/
  }
  .index .lead1 + ul li a:hover{
    opacity: 1;
    color: #808080;
  }
  .index form{
    padding-top: 100px;
  }
}



/* form */
.index input[type="text"],
.index input[type="number"],
.index input[type="email"],
.index input[type="tel"]{
  height: 40px;
  border: 0;
  border-radius: 0;
  font-size: 1.5rem;
  background-color: #eee;
  }
.index input[type="text"]{
  }
.index input[type="number"]{
  width: 100px;
  -moz-appearance:textfield; 
  }
.index input[type="number"]::-webkit-outer-spin-button, 
.index input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 
.index input[type="email"]{
  margin-right: 0;
  }
.index input[type="tel"]{
  }
.index select{
  width: 90%;
  height: 40px;
  border: 0;
  border-radius: 0;
  /*color: #8f8f95;*/
  background-color: #eee;
  }
.index select option{
  height: 30px !important;
  padding: 10px;
  color: #000;
  background: url("../common/img/icon_ar_nav.png") left top repeat;
  }
/*.index select option:checked{
  color: #fff;
  background-color: #d7000f;
  }*/

.index textarea{
  height: 150px;
  border: 0;
  border-radius: 0;
  background-color: #eee;
  }
@media print, screen and (min-width: 769px) {
  .index input[type="text"],
  .index input[type="email"],
  .index input[type="tel"]{
    height: 45px !important;
    border-radius: 0;
    font-size: 1.4rem;
    }
  .index select{
    width: 290px;
    height: 45px;
    }
  .index textarea{
    height: 170px;
    }
}





.index table,
.index th,
.index td{
  border: 0;
}
.index table{
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}
.index th,
.index td{
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
}
.index th{
  padding-bottom: 0;
}
.index th .icon{
  display: inline-block;
  width: 40px;
  height: 20px;
  line-height: 20px;
  margin: auto;
  margin-left: 5px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  background-color: #f00;
  }
#en .index th .icon{
  width: 60px;
  font-size: 1rem;
  font-weight: normal;
  }
.index td{
  padding-top: 5px;
  padding-bottom: 20px;
}
.index .zip td .txt{
  margin: 0 10px;
}
.index .email li.txt{
  margin: 20px 0 5px;
  font-size: 1.5rem;
  color: #d7000f;
}
.index .email li{
  padding: 0;
  text-indent: 0;
}

.index .btnBox{
  text-align: center;
}
.index .btnBox input[type="submit"]{
  border: solid 1px #d7000f;
  font-weight: 500;
  font-size: 1.5rem;
  color: #d7000f;
  background-color: transparent;
}
.index .btnBox input[type="button"]{
  margin-right: 20px;
  border: solid 1px #000;
  font-weight: 500;
  font-size: 1.5rem;
  color: #000;
  background-color: transparent;
}
.index .btnBox input[type="reset"]{
  font-weight: 500;
  font-size: 1.5rem;
  color: #000;
  background-color: transparent;
}


@media print, screen and (min-width: 769px) {
  .index th,
  .index td{
    display: table-cell;
    vertical-align: top;
    padding: 15px;
  }
  .index th{
    position: relative;
    width: 280px;
    height: auto;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .index th .icon{
    position: absolute;
    top: 25px;right: 25px;
    width: 40px;
    height: 20px;
    margin: 0;
    line-height: 20px;
    font-size: 1.3rem;
    }
  #en .index th .icon{
    right: 10px;
    width: 70px;
    font-size: 1rem;
    }
  .index td{
    width: auto;
  }

  .index .email li.txt{
    font-size: 1.4rem;
  }
}


/* thanks */
#contact.thanks #con1{
  text-align: center;
  }
#contact.thanks #con1 .txt1{
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  }
#contact.thanks #con1 .txt2{
  margin-bottom: 60px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.1;
  }
@media print, screen and (min-width: 769px) {
  #contact.thanks #con1 .txt1{
    margin-bottom: 60px;
    font-size: 2.6rem;
    }
  #contact.thanks #con1 .txt2{
    margin-bottom: 120px;
    font-size: 1.6rem;
    }
  }




/*
Contact form 7
========================================================= */
.wpcf7 .ajax-loader{
  /*position: absolute !important;*/
  opacity: 0 !important;
  display: none !important;
  }
.wpcf7-response-output{
  border: 0 !important;
  margin-bottom: 60px !important;
  padding: 15px !important;
  text-align: center;
  color: #fff;
  background-color: #f00;
}


/* エラーテキスト表示設定　*/
span.name1,
span.name_kana,
span.tel,
span.email{
  position: relative;
  padding-bottom: 40px;
}
span.name1 input.wpcf7-not-valid,
span.name_kana input.wpcf7-not-valid,
span.tel input.wpcf7-not-valid,
span.email input.wpcf7-not-valid{
  margin-bottom: 30px;
}
span.name1 .wpcf7-not-valid-tip,
span.name_kana .wpcf7-not-valid-tip,
span.tel .wpcf7-not-valid-tip,
span.email .wpcf7-not-valid-tip{
  position: absolute;
  bottom: 0;
  left: 0;
}

span.name_en,
span.tel_en,
span.mail_en{
  position: relative;
  padding-bottom: 40px;
}
span.name_en input.wpcf7-not-valid,
span.tel_en input.wpcf7-not-valid,
span.mail_en input.wpcf7-not-valid{
  margin-bottom: 30px;
}
span.name_en .wpcf7-not-valid-tip,
span.tel_en .wpcf7-not-valid-tip,
span.mail_en .wpcf7-not-valid-tip{
  position: absolute;
  bottom: 0;
  left: 0;
}

/*.course .wpcf7-not-valid-tip,
.question .wpcf7-not-valid-tip{
  text-align: center;
}*/
@media print, screen and (min-width: 769px) {
  /*.course .wpcf7-not-valid-tip,
  .question .wpcf7-not-valid-tip{
    text-align: left;
  }*/
}


/*
chrome オートコンプリート対策
========================================================= 
.name .wpcf7-form-control-wrap,
.email .wpcf7-form-control-wrap,
.tel .wpcf7-form-control-wrap,
.preview .wpcf7-form-control-wrap{
  display: block;
  position: relative;
  }

.name .wpcf7-form-control-wrap:before,
.email .wpcf7-form-control-wrap:before,
.tel .wpcf7-form-control-wrap:before,
.preview .wpcf7-form-control-wrap:before{
  position: absolute;
  z-index: 1;
  top: 0;left: 0;
  display: block;
  content:'';
  width: 100%;
  height: 48px;
  position:relative;
  border-radius: 5px;
  background-color:#fff;
}

.name input,
.email input,
.tel input,
.preview input{
  position: absolute;
  z-index: 2;
  top: 0;left: 0;
}*/

/* オートコンプリート時の背景色を変更 */
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill{
	/*box-shadow: 0 0 0px 1000px #eee inset;
  -webkit-box-shadow: 0 0 0 1000px #eee inset;*/
  box-shadow: 0 0 0px 1000px #eee inset;
  -webkit-box-shadow: 0 0 0 1000px #eee inset;
}

.custom-wpcf7c-confirmed.kakunin input:-webkit-autofill,
.custom-wpcf7c-confirmed.kakunin select:-webkit-autofill,
.custom-wpcf7c-confirmed.kakunin textarea:-webkit-autofill,
.submitting.kakunin input:-webkit-autofill,
.submitting.kakunin select:-webkit-autofill,
.submitting.kakunin textarea:-webkit-autofill{
	/*box-shadow: 0 0 0px 1000px #eee inset;
  -webkit-box-shadow: 0 0 0 1000px #eee inset;*/
  box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}


input.wpcf7c-conf:-webkit-autofill,
select.wpcf7c-conf:-webkit-autofill,
textarea.wpcf7c-conf:-webkit-autofill{
  -webkit-text-fill-color: #000 !important;
  }


/* 確認画面用設定 */
.custom-wpcf7c-confirmed .genre .wpcf7-form-control-wrap:before,
.custom-wpcf7c-confirmed .company .wpcf7-form-control-wrap:before,
.custom-wpcf7c-confirmed .zip1 .wpcf7-form-control-wrap:before,
.custom-wpcf7c-confirmed .zip2 .wpcf7-form-control-wrap:before,
.custom-wpcf7c-confirmed .address1 .wpcf7-form-control-wrap:before,
.custom-wpcf7c-confirmed .address2 .wpcf7-form-control-wrap:before,
.custom-wpcf7c-confirmed .address3 .wpcf7-form-control-wrap:before,
.custom-wpcf7c-confirmed .address4 .wpcf7-form-control-wrap:before,
.custom-wpcf7c-confirmed .tel .wpcf7-form-control-wrap:before,
.custom-wpcf7c-confirmed .name .wpcf7-form-control-wrap:before,
.custom-wpcf7c-confirmed .name1 .wpcf7-form-control-wrap:before,
.custom-wpcf7c-confirmed .name_kana .wpcf7-form-control-wrap:before,
.custom-wpcf7c-confirmed .email .wpcf7-form-control-wrap:before,
.custom-wpcf7c-confirmed .email_confirm .wpcf7-form-control-wrap:before,
.custom-wpcf7c-confirmed .inquiry .wpcf7-form-control-wrap:before{
  /*background-color: #eee !important;*/
  background-color: #fff !important;
  }
.custom-wpcf7c-confirmed .genre .wpcf7c-conf,
.custom-wpcf7c-confirmed .company .wpcf7c-conf,
.custom-wpcf7c-confirmed .zip1 .wpcf7c-conf,
.custom-wpcf7c-confirmed .zip2 .wpcf7c-conf,
.custom-wpcf7c-confirmed .address1 .wpcf7c-conf,
.custom-wpcf7c-confirmed .address2 .wpcf7c-conf,
.custom-wpcf7c-confirmed .address3 .wpcf7c-conf,
.custom-wpcf7c-confirmed .address4 .wpcf7c-conf,
.custom-wpcf7c-confirmed .tel .wpcf7c-conf,
.custom-wpcf7c-confirmed .name .wpcf7c-conf,
.custom-wpcf7c-confirmed .name1 .wpcf7c-conf,
.custom-wpcf7c-confirmed .name_kana .wpcf7c-conf,
.custom-wpcf7c-confirmed .email .wpcf7c-conf,
.custom-wpcf7c-confirmed .email_confirm .wpcf7c-conf,
.custom-wpcf7c-confirmed .inquiry .wpcf7c-conf{
  /*background-color: #eee !important;*/
  background-color: #fff !important;
  }

.custom-wpcf7c-confirmed .genre_en .wpcf7-form-control-wrap:before,
.custom-wpcf7c-confirmed .company_en .wpcf7-form-control-wrap:before,
.custom-wpcf7c-confirmed .address1_en .wpcf7-form-control-wrap:before,
.custom-wpcf7c-confirmed .address2_en .wpcf7-form-control-wrap:before,
.custom-wpcf7c-confirmed .address3_en .wpcf7-form-control-wrap:before,
.custom-wpcf7c-confirmed .address4_en .wpcf7-form-control-wrap:before,
.custom-wpcf7c-confirmed .tel_en .wpcf7-form-control-wrap:before,
.custom-wpcf7c-confirmed .name_en .wpcf7-form-control-wrap:before,
.custom-wpcf7c-confirmed .mail_en .wpcf7-form-control-wrap:before,
.custom-wpcf7c-confirmed .mail_en_confirm2 .wpcf7-form-control-wrap:before,
.custom-wpcf7c-confirmed .inquiry_en .wpcf7-form-control-wrap:before{
  /*background-color: #eee !important;*/
  background-color: #fff !important;
  }
.custom-wpcf7c-confirmed .genre_en .wpcf7c-conf,
.custom-wpcf7c-confirmed .company_en .wpcf7c-conf,
.custom-wpcf7c-confirmed .address1_en .wpcf7c-conf,
.custom-wpcf7c-confirmed .address2_en .wpcf7c-conf,
.custom-wpcf7c-confirmed .address3_en .wpcf7c-conf,
.custom-wpcf7c-confirmed .address4_en .wpcf7c-conf,
.custom-wpcf7c-confirmed .tel_en .wpcf7c-conf,
.custom-wpcf7c-confirmed .name_en .wpcf7c-conf,
.custom-wpcf7c-confirmed .mail_en .wpcf7c-conf,
.custom-wpcf7c-confirmed .mail_en_confirm2 .wpcf7c-conf,
.custom-wpcf7c-confirmed .inquiry_en .wpcf7c-conf{
  /*background-color: #eee !important;*/
  background-color: #fff !important;
  }


.custom-wpcf7c-confirmed input::-webkit-input-placeholder,
.custom-wpcf7c-confirmed textarea::-webkit-input-placeholder {
  color: transparent !important;
  }
.custom-wpcf7c-confirmed input:-moz-placeholder,
.custom-wpcf7c-confirmed textarea:-moz-placeholder {
  color: transparent !important;
  }
.custom-wpcf7c-confirmed input::-moz-placeholder,
.custom-wpcf7c-confirmed textarea::-moz-placeholder {
  color: transparent !important;
  }
.custom-wpcf7c-confirmed input:-ms-input-placeholder,
.custom-wpcf7c-confirmed textarea:-ms-input-placeholder {
  color: transparent !important;
  }


/*お問い合わせジャンル*/
.custom-wpcf7c-confirmed .genre .wpcf7c-conf,
.custom-wpcf7c-confirmed .genre_en .wpcf7c-conf{
  background-image: none !important;
  }
.custom-wpcf7c-confirmed select:disabled {
  opacity: 1 !important;
  }

/*確認メール*/
.custom-wpcf7c-confirmed .email .txt,
.custom-wpcf7c-confirmed .mail_en .txt{
  color: transparent !important;
  }
.custom-wpcf7c-confirmed .email_confirm .wpcf7c-conf,
.custom-wpcf7c-confirmed .mail_en_confirm2 .wpcf7c-conf{
  display: none !important;
  }

/*リセットボタン*/
.custom-wpcf7c-confirmed .txt_reset.dn{
  display: none !important;
}




/* 送信中画面用設定 */
.submitting .genre .wpcf7-form-control-wrap:before,
.submitting .company .wpcf7-form-control-wrap:before,
.submitting .zip1 .wpcf7-form-control-wrap:before,
.submitting .zip2 .wpcf7-form-control-wrap:before,
.submitting .address1 .wpcf7-form-control-wrap:before,
.submitting .address2 .wpcf7-form-control-wrap:before,
.submitting .address3 .wpcf7-form-control-wrap:before,
.submitting .address4 .wpcf7-form-control-wrap:before,
.submitting .tel .wpcf7-form-control-wrap:before,
.submitting .name .wpcf7-form-control-wrap:before,
.submitting .name1 .wpcf7-form-control-wrap:before,
.submitting .name_kana .wpcf7-form-control-wrap:before,
.submitting .email .wpcf7-form-control-wrap:before,
.submitting .email_confirm .wpcf7-form-control-wrap:before,
.submitting .inquiry .wpcf7-form-control-wrap:before{
  /*background-color: #eee !important;*/
  background-color: #fff !important;
  }
.submitting .genre .wpcf7c-conf,
.submitting .company .wpcf7c-conf,
.submitting .zip1 .wpcf7c-conf,
.submitting .zip2 .wpcf7c-conf,
.submitting .address1 .wpcf7c-conf,
.submitting .address2 .wpcf7c-conf,
.submitting .address3 .wpcf7c-conf,
.submitting .address4 .wpcf7c-conf,
.submitting .tel .wpcf7c-conf,
.submitting .name .wpcf7c-conf,
.submitting .name1 .wpcf7c-conf,
.submitting .name_kana .wpcf7c-conf,
.submitting .email .wpcf7c-conf,
.submitting .email_confirm .wpcf7c-conf,
.submitting .inquiry .wpcf7c-conf{
  /*background-color: #eee !important;*/
  background-color: #fff !important;
  }

.submitting .genre_en .wpcf7-form-control-wrap:before,
.submitting .company_en .wpcf7-form-control-wrap:before,
.submitting .address1_en .wpcf7-form-control-wrap:before,
.submitting .address2_en .wpcf7-form-control-wrap:before,
.submitting .address3_en .wpcf7-form-control-wrap:before,
.submitting .address4_en .wpcf7-form-control-wrap:before,
.submitting .tel_en .wpcf7-form-control-wrap:before,
.submitting .name_en .wpcf7-form-control-wrap:before,
.submitting .mail_en .wpcf7-form-control-wrap:before,
.submitting .mail_en_confirm2 .wpcf7-form-control-wrap:before,
.submitting .inquiry_en .wpcf7-form-control-wrap:before{
  /*background-color: #eee !important;*/
  background-color: #fff !important;
  }
.submitting .genre_en .wpcf7c-conf,
.submitting .company_en .wpcf7c-conf,
.submitting .address1_en .wpcf7c-conf,
.submitting .address2_en .wpcf7c-conf,
.submitting .address3_en .wpcf7c-conf,
.submitting .address4_en .wpcf7c-conf,
.submitting .tel_en .wpcf7c-conf,
.submitting .name_en .wpcf7c-conf,
.submitting .mail_en .wpcf7c-conf,
.submitting .mail_en_confirm2 .wpcf7c-conf,
.submitting .inquiry_en .wpcf7c-conf{
  /*background-color: #eee !important;*/
  background-color: #fff !important;
  }



.submitting input::-webkit-input-placeholder,
.submitting textarea::-webkit-input-placeholder {
  color: transparent !important;
  }
.submitting input:-moz-placeholder,
.submitting textarea:-moz-placeholder {
  color: transparent !important;
  }
.submitting input::-moz-placeholder,
.submitting textarea::-moz-placeholder {
  color: transparent !important;
  }
.submitting input:-ms-input-placeholder,
.submitting textarea:-ms-input-placeholder {
  color: transparent !important;
  }


/*お問い合わせジャンル*/
.submitting select {
  background: none !important;
  }
.submitting select:disabled {
  opacity: 1 !important;
  }

/*確認メール*/
.submitting .email .txt{
  color: transparent !important;
  }
.submitting .email_confirm .wpcf7c-conf{
  display: none !important;
  }
.submitting .mail_en .txt{
  color: transparent !important;
  }
.submitting .mail_en_confirm2 .wpcf7c-conf{
  display: none !important;
  }


/*リセットボタン*/
.submitting .txt_reset.dn{
  display: none !important;
}







/*
========================================================= */
@media print, screen and (min-width: 769px) {}