@charset 'utf-8';


.box_contact_form_wrap{
}
.box_contact_form_wrap.page_thanks{
}
/****************/
.box_contact_form_navi_tb{
  display: table;
  width: 100%;
  margin-bottom: 40px;
  border: 1px #ccc solid;
}
.box_contact_form_navi_tbc{
  position: relative;
  display: table-cell;
  width: 33.33333333%;
  height: 62px;
  padding-left: 0.8em;
  /*background-color: #f0f0f0;*/
  background-color: #eee;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0.8rem;
  font-size: 1.25rem;
}
.box_contact_form_navi_tbc:not(:last-child):before {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: -82px;
  width: 0;
  height: 0;
  border: 41px solid transparent;
  border-left: 41px solid #fff;
}
.box_contact_form_navi_tbc:not(:last-child):after {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: -62px;
  width: 0;
  height: 0;
  border: 31px solid transparent;
  border-left: 31px solid #eee;
}
.box_contact_form_navi_tbc.current{
  /*background-color: #c21919;*/
  background-color: #690804;
  color: #fff;
}
.box_contact_form_navi_tbc.current:not(:last-child):after {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: -62px;
  width: 0;
  height: 0;
  border: 31px solid transparent;
  border-left: 31px solid #690804;
}
.box_contact_form_navi_tbc:not(:last-child) .box_cont:before {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: -64px;
  width: 0;
  height: 0;
  border: 32px solid transparent;
  border-left: 32px solid #ccc;
}
.box_contact_form_navi_tbc:not(:last-child) .box_cont:after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: -73px;
  width: 0;
  height: 0;
  border: 31px solid transparent;
  border-left: 31px solid #ccc;
}
/****************/
.box_contact_top_navi {
  width: 1087px;
/*  height: 131px;*/
  margin-bottom: 43px;
  padding: 20px 0 24px 0;
  background-image: url('./../../images/contact/contact-top-bg0101.png'),url('./../../images/contact/contact-top-bg0103.png');
  background-repeat: no-repeat,no-repeat;
  background-position: center top,center bottom;
  background-size: 1087px auto,1087px auto;
}
.box_contact_top_navi_in {
  padding: 10px 130px 6px 50px;
  background-image: url('./../../images/contact/contact-top-bg0102.png');
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 1087px auto;
}
/*
.form_contact.mode_confirm .box_contact_top_navi {
  height: 111px;
  background-image: url('./../../images/contact/contact-top-bg02.png');
}*/
.ul_contact_top_navi li {
  padding-left: 19px;
  background-image: url('./../../images/contact/contact-icn-circle01.png');
  background-repeat: no-repeat;
  background-position: left 0.5em;
  background-size: 7px auto;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

/****************/
.box_contact_top_com{
  margin-bottom: 50px;
  padding: 23px 20px 17px 25px;
  border: 1px #376c57 solid;
}
.box_contact_top_com li{
  margin-bottom: 3px;
  font-size: 0.98rem;
}

.form_contact .dl_form {
  display: table;
  width: 100%;
  padding: 17px 0;
  border-bottom: 1px #999 solid;
  font-size: 1.25rem;
}
.form_contact .dl_form.first {
  padding: 25px 0;
  border-top: 1px #999 solid;
}
.form_contact.mode_confirm .dl_form{
  padding: 30px 0;
}
.form_contact.mode_confirm .dl_form.last{
  margin-bottom: 60px;
}
.form_contact .dl_form > dt{
  overflow: hidden;
  position: relative;
  display: table-cell;
  width: 25%;
  padding: 0.5em 0 0.5em 5%;
  vertical-align: middle;
  letter-spacing: normal;
  font-weight: 700;
}
.form_contact.mode_confirm .dl_form > dt{
  width: 25%;
}
.form_contact dt .mark_required,
.form_contact dt .mark_not_required{
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: inline-block;
  width: 42px;
  padding: 3px 0 5px 0;
  text-align: center;
  line-height: 1.0;
  letter-spacing: 0.2em;
  font-size: 0.88rem;
  font-weight: normal;
}
.form_contact dt .mark_required{
  background-color: #160100;
  color: #fff;
}
.form_contact dt .mark_not_required{
  border: 1px #160100 solid;
  color: #160100;
}
.form_contact.mode_confirm dt .mark_required,
.form_contact.mode_confirm dt .mark_not_required{
  display: none;
}
.form_contact dt .mark_required .mark_in,
.form_contact dt .mark_not_required .mark_in {
  position: relative;
  right: -0.1em;
}

.form_contact .dl_form > dd{
  display: table-cell;
  width: 75%;
  vertical-align: middle;
  font-size: 1.13rem;
}
.form_contact.mode_confirm .dl_form > dd{
  width: 75%;
}
.form_contact.mode_confirm .dl_form.dl_address > dd{
  line-height: 1.4;
}
.form_contact .dl_form > dd .radio_wrap:first-child {
  margin-right: 55px;
}
.form_contact .dl_form > dd .radio_wrap label {
  margin-left: 10px;
}
.form_contact .dl_form > dd .txt_caution{
  display: inline-block;
  margin-left: 7px;
  letter-spacing: normal;
  font-size: 1.1rem;
}
.form_contact .dl_form > dd #btn_zip {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  background-image: url('./../../images/contact/contact-autozip-bg01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  padding: 15px 36px 17px 36px;
  font-size: 1.2rem;
  color: #fff;
  cursor: pointer;
  text-shadow: 0 0 1px #000, 0 0 3px #000, 0 0 5px #000, 0 0 7px #000;
}
.form_contact .error {
  margin-bottom: 10px;
  padding-top: 5px;
  color: #ff0000;
}
.form_contact dd input,
.form_contact dd select,
.form_contact dd textarea{
  box-sizing: border-box;
  padding: 10px;
  border: 1px #cdc5bf solid;
  border-radius: 0;
  font-size: 1.13rem;
  color: #373737;
}
.form_contact dd select{
  padding: 13px 5px 17px 5px;
}
:placeholder-shown{
  /*font-family: "_a1明朝", "游明朝", yu_mincho, "ヒラギノ明朝 pro_n w3", "_hiragino mincho pro_n", "_h_g明朝_e", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-family: "游ゴシック","_yu gothic",_yu_gothic,"ヒラギノ角ゴ pro_n w3","ヒラギノ角ゴ pro w3","_hiragino kaku gothic pro_n","_hiragino kaku gothic pro","メイリオ",_meiryo,"_meiryo u_i","_m_s p_gothic","ＭＳ Ｐゴシック", sans-serif;
  color: #bbb;
  font-weight: 400;
}
::-webkit-input-placeholder{
  /*font-family: "_a1明朝", "游明朝", yu_mincho, "ヒラギノ明朝 pro_n w3", "_hiragino mincho pro_n", "_h_g明朝_e", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-family: "游ゴシック","_yu gothic",_yu_gothic,"ヒラギノ角ゴ pro_n w3","ヒラギノ角ゴ pro w3","_hiragino kaku gothic pro_n","_hiragino kaku gothic pro","メイリオ",_meiryo,"_meiryo u_i","_m_s p_gothic","ＭＳ Ｐゴシック", sans-serif;
  color: #bbb;
  font-weight: 400;
}
:-moz-placeholder{
  /*font-family: "_a1明朝", "游明朝", yu_mincho, "ヒラギノ明朝 pro_n w3", "_hiragino mincho pro_n", "_h_g明朝_e", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-family: "游ゴシック","_yu gothic",_yu_gothic,"ヒラギノ角ゴ pro_n w3","ヒラギノ角ゴ pro w3","_hiragino kaku gothic pro_n","_hiragino kaku gothic pro","メイリオ",_meiryo,"_meiryo u_i","_m_s p_gothic","ＭＳ Ｐゴシック", sans-serif;
  color: #bbb;
  font-weight: 400;
}
::-moz-placeholder{
  /*font-family: "_a1明朝", "游明朝", yu_mincho, "ヒラギノ明朝 pro_n w3", "_hiragino mincho pro_n", "_h_g明朝_e", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-family: "游ゴシック","_yu gothic",_yu_gothic,"ヒラギノ角ゴ pro_n w3","ヒラギノ角ゴ pro w3","_hiragino kaku gothic pro_n","_hiragino kaku gothic pro","メイリオ",_meiryo,"_meiryo u_i","_m_s p_gothic","ＭＳ Ｐゴシック", sans-serif;
  color: #bbb;
  font-weight: 400;
}
:-ms-input-placeholder{
  /*font-family: "_a1明朝", "游明朝", yu_mincho, "ヒラギノ明朝 pro_n w3", "_hiragino mincho pro_n", "_h_g明朝_e", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-family: "游ゴシック","_yu gothic",_yu_gothic,"ヒラギノ角ゴ pro_n w3","ヒラギノ角ゴ pro w3","_hiragino kaku gothic pro_n","_hiragino kaku gothic pro","メイリオ",_meiryo,"_meiryo u_i","_m_s p_gothic","ＭＳ Ｐゴシック", sans-serif;
  color: #bbb;
  font-weight: 400;
}

.form_contact dd input:focus,
.form_contact dd select:focus,
.form_contact dd textarea:focus{
  background-color: #ffffcc;
}

.form_contact dd input[type="file"]{
  padding: 0;
  border: 0;
}
.form_contact dd input[name="del_attach0"]{
  border: 0;
  background: 0;
  cursor: pointer;
  font-size: 1.3rem;
}
.form_contact dd label[for="del_attach0"]{
  cursor: pointer;
}

.form_contact .input_my_name,
.form_contact .input_my_name_kana {
  width: 355px;
}
.form_contact .input_email,
.form_contact .input_email2 {
  width: 355px;
}
.form_contact .input_email2 {
  margin-top: 12px;
}
.form_contact .input_telno,
.form_contact .input_faxno {
  width: 355px;
}
.form_contact .input_company_name {
  width: 550px;
}
.form_contact .input_zipcode,
.form_contact .select_pref {
  width: 170px;
  margin-bottom: 12px;
}
.form_contact .input_address {
  width: 715px;
}
.form_contact .textarea_address {
  width: 695px;
  height: 50px;
}
.form_contact .textarea_cont {
  margin-top: 0.8em;
  width: 695px;
  height: 180px;
  line-height: 1.5;
}
.form_contact .select_cont_select {
  width: 225px;
}
.form_contact .txt_input_cont_select{
  margin-bottom: 20px;
}

/***** privacy_p *****/
.box_contact_privacy_p_wrap{
  padding-top: 15px;
  padding-right: 90px;
}
.box_contact_privacy_p_wrap > .ttl{
  display: block;
  padding: 0 0 15px 0;
  border-bottom: 1px #ddd solid;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  font-weight: 700;
}

.box_popup_privacy_p{
  display: none;
  padding: 30px 30px 0 30px;
  border: 1px #ccc solid;
  text-align: left;
}
.box_popup_privacy_p .ttl{
  padding: 20px;
  text-align: center;
  font-size: 1.2rem;
}
.box_popup_privacy_p .ttl2{
  padding: 30px 0 10px 0;
  font-size: 1.0rem;
  font-weight: bold;
}
.box_popup_privacy_p ul.last{
  padding-bottom: 50px;
}
.box_contact_privacy_p_cont{
  overflow-y: scroll;
  width: 90%;
  height: 190px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 30px;
  background-color: #fafafa;
  font-size: 1.0rem;
}
.box_contact_privacy_p_cont::-webkit-scrollbar{
  width: 12px;
  background-color: #ececec;
}
.box_contact_privacy_p_cont::-webkit-scrollbar-thumb{
  width: 10px;
  border-radius: 10px;
  /*background-color: #acdfcb;*/
  background-color: #ccc;
}
.box_contact_privacy_p_cont p{
  margin-bottom: 14px;
}
.box_contact_privacy_p{
  width: 84%;
  padding: 12px 0 10px 0;
  margin: 0 auto;
  /*margin-bottom: 65px;*/
  background-color: #f3f3f3;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 1.05rem;
  font-weight: 700;
}
.box_contact_privacy_p input{
  margin-right: 13px;
}
.box_contact_privacy_p a{
  display: inline-block;
  border-bottom: 1px #0d0d0d solid;
  line-height: 1.2;
}
.box_contact_privacy_p .txt_external_link:after{
  content: '\f08e';
  font-family: font_awesome;
  color: #0d0d0d;
}
.box_contact_privacy_p span{
  font-weight: bold;
}
  /*** type popup ****/
.box_contact_check_privacy_p02{
  width: 100%;
  padding: 15px 0;
  margin: 0 auto;
  background-color: rgba(100,100,100,0.1);
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 1.05rem;
  font-weight: 700;
}
.box_contact_check_privacy_p02 a{
  display: inline-block;
  border-bottom: 1px #0d0d0d solid;
  line-height: 1.2;
}
.box_contact_check_privacy_p02 .txt_external_link:after{
  content: '\f08e';
  font-family: font_awesome;
  color: #269cc8;
}
/*** type embed ***/
.box_contact_check_privacy_p.type_embed {
}
.box_contact_check_privacy_p.type_embed > .ttl {
  display: inline-block;
  width: 100%;
  padding: 10px 0 28px 0;
  margin-bottom: 25px;
  border-bottom: 1px #999 solid;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.35rem;
  font-weight: 700;
}
.box_contact_check_privacy_p.type_embed .box_contact_check_privacy_p_in {
  padding: 0 23px 25px 23px;
}
.box_contact_check_privacy_p.type_embed .box_contact_check_privacy_p01 {
  width: 100%;
  height: 260px;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 20px;
  overflow-y: scroll;
  line-height: 1.8;
  font-size: 1.0rem;
}
.box_contact_check_privacy_p.type_embed .box_contact_check_privacy_p01 dt {
  margin-top: 20px;
  font-weight: 700;
}
/***** btn *****/
.box_contact_submit_btn{
  position: relative;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-right: 90px;
  text-align: center;
}
.form_contact.mode_confirm .box_contact_submit_btn{
  padding-top: 65px;
}
.box_contact_submit_btn form {
  display: inline-block;
}
.box_contact_submit_btn .btn_submit {
  padding: 20px 0 16px 0;
  border-radius: 0;
  border: 0;
  background-color: #490206;
  background-image: url('./../../images/contact/contact-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: 75% center;
  background-size: 12px auto;
  letter-spacing: 0.15em;
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}
.box_contact_submit_btn .btn_contact01 {
  width: 80%;
  margin: 0 auto;
}
.box_contact_submit_btn .btn_contact02 {
  width: 370px;
  margin-left: 10px;
  background-position: 90% center;
}
.box_contact_submit_btn .btn_contact_back {
  width: 370px;
  margin-right: 10px;
  background-color: #bcbbb8;
  background-image: url('./../../images/contact/contact-icn-arrow02.png');
  background-position: 10% center;
}
/***** bottom *****/
.box_form_bottom p {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 0.98rem;
}
/***** error *****/
.box_form_error_parts {
  margin-bottom: -20px;
  padding: 5px 0 0 0;
}
.box_contact_privacy_p_wrap .box_form_error_parts {
  margin-bottom: 0;
}
.box_form_error_parts .txt_errmsg {
  font-size: 0.9rem;
  color: #ff0000;
}
.icn_contact_check_ok{
  position: relative;
}
.icn_contact_check_ok:after {
  content: '\f00c o_k';
  font-family: font_awesome;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2%;
  color: #0000ff;
}
/***** thanks *****/
.box_contact_thanks {
  width: 862px;
  margin: 0 auto;
  padding: 66px 0 64px 0;
  background-image: url('./../../images/contact/contact-thanks-bg0101.png'),url('./../../images/contact/contact-thanks-bg0103.png');
  background-repeat: no-repeat,no-repeat;
  background-position: center top,center bottom;
  background-size: 862px auto,862px auto;
}
.box_contact_thanks .ttl{
  margin-bottom: 39px;
  text-align: center;
  line-height: 1.0;
  letter-spacing: -0.02em;
  font-size: 1.7rem;
  font-weight: 700;
}
.box_contact_thanks_in{
  padding: 15px 45px 10px 45px;
  background-image: url('./../../images/contact/contact-thanks-bg0102.png');
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 862px auto;
}
.box_contact_thanks_in .box_cont {
  margin-bottom: 18px;
}
.box_contact_thanks_in p{
  margin-bottom: 23px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.06em;
  font-size: 1.13rem;
  font-weight: 400;
}
.box_contact_thanks_in p:last-child {
  margin-bottom: 0;
}
.box_contact_thanks_in .box_contact_telno01 {
  width: 379px;
  height: 116px;
  margin: 0 auto;
  padding-top: 20px;
  background-image: url('./../../images/contact/contact-telno-bg01.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 379px auto;
  text-align: center;
}
.box_contact_thanks_in .box_contact_telno01 .box_telno {
  margin-bottom: 25px;
}
.box_contact_thanks_in .box_contact_telno01 .dl_reception_time {
  letter-spacing: 0.03em;
  font-size: 1.1rem;
  font-weight: 700;
}
.box_contact_thanks_in .box_contact_telno01 .dl_reception_time > dt {
  display: inline-block;
  margin-right: 7px;
}
.box_contact_thanks_in .box_contact_telno01 .dl_reception_time > dd {
  display: inline-block;
}
/* o_ption style */
.form_contact .dl02{
  display: table;
  width: 100%;
  margin-bottom: 7px;
}
.form_contact .dl02.no3{
  margin-bottom: 18px;
}
.form_contact .dl02 > dt{
  display: table-cell;
  width: 6.6%;
  vertical-align: top;
}
.form_contact .dl02 > dt span{
  display: inline-block;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  -webkit-writing-mode: vertical-lr;
  height: 56px;
  padding: 0 9px;
  background-color: #77c0a3;
  text-align: center;
  line-height: 1.0;
  letter-spacing: 0.05em;
  font-size: 1.1rem;
  color: #fff;
}
.form_contact .dl02 > dd{
  display: table-cell;
  width: 93.4%;
  padding: 3px 0 0 0;
  vertical-align: top;
}
