@charset "utf-8";
/* mail_form */
/* Header
---------------------------------------------------------*/
header #header .header_form-ttl {
  font-size: 26px;
  font-weight: bold;
  line-height: 49px;
  margin: 0px;
  padding: 15px 0 15px 1em;
  text-align: center;
  color: #FFF;
  background-color: #ff6900;
}
@media (max-width:767px) {
  header #header .header_form-ttl {
    font-size: 18px;
    font-weight: bold;
    line-height: 49px;
    margin: 0;
    padding: 5px 5px 5px 33px;
    text-align: center;
    color: #FFF;
    background-color: #ff6900;
  }
} /**/
header #header .header_form-ttl span {
  position: relative;
}
header #header .header_form-ttl span:before {
  display: block;
  content: " ";
  position: absolute;
  width: 38px;
  height: 38px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -46px;
  background: url("../img/icon_default.svg") no-repeat center -2px;
}
/*add Icons*/
header #header .header_form-ttl span.icon_moushikomi:before {
  background: url("../img/icon_moushikomi.svg") no-repeat center -2px;
}
header #header .header_form-ttl span.icon_toiawase:before {
  background: url("../img/icon_toiawase.svg") no-repeat center -2px;
}
header #header .header_form-ttl span.icon_areacheck:before {
  background: url("../img/icon_areacheck.svg") no-repeat center -2px;
}
header #header .header_form-ttl span.icon_areacheck_2:before {
  background: url("../img/icon_areacheck_2.svg") no-repeat center -2px;
}
header #header .header_form-ttl span.icon_mitsumori:before {
  background: url("../img/icon_mitsumori.svg") no-repeat center -2px;
}
header #header .header_form-ttl span.icon_denwa:before {
  background: url("../img/icon_denwa.svg") no-repeat center -2px;
}
/*-- HeaderEND --*/
/* container_lead
---------------------------------------------------------*/
div.container_lead {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  padding: 0;
}
@media (max-width:767px) {
  div.container_lead {
    width: 96%;
    margin: 20px auto 0;
    padding: 0;
  }
} /**/
div.container_lead h2 {
  font-size: 1.5rem;
  line-height: 1.9;
  border-bottom: solid 1px #ccc;
  position: relative;
  margin-bottom: .7em;
  color: #000;
  letter-spacing: 1%;
  text-indent: .4em;
  margin-top: 10px;
  font-weight: 700;
  letter-spacing: .1em;
}
@media (max-width:767px) {
  div.container_lead h2 {
    font-size: 1.4rem;
    line-height: 1.9;
    border-bottom: solid 1px #ccc;
    position: relative;
    margin-bottom: .7em;
    color: #000;
    letter-spacing: 1%;
    text-indent: .5em;
    margin-top: 10px;
  }
} /***/
div.container_lead p {
  padding: 0;
  margin: 0 .4em;
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
}
div.container_lead h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ff0000;
  bottom: -1px;
  width: 30%;
}
/* container_wrap
---------------------------------------------------------*/
.container_wrap {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  border: 1px solid #ccc;
  border-radius: 3px;
}
@media (max-width:767px) {
  .container_wrap {
    width: 100%;
    max-width: 100%;
    margin: 20px auto;
    border: none;
    border-radius: 3px;
  }
} /***/
/*---------------------------------------------*/
/* mail_form
-----------------------------------------------*/
.mail_form {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0; /*************/
}
.mail_form dl {
  border-bottom: 1px solid #ECECEC;
  display: flex;
  width: 100%;
}
.mail_form dt {
  width: 32%;
  padding: 17px 20px 13px 30px;
  line-height: 22px;
  background-color: #FAFAFA;
  border-right: 1px solid #ECECEC;
}
.mail_form dd {
  width: 68%;
  padding-left: 8px;
  vertical-align: middle;
  padding: 10px 1.5em 10px 1.0em;
}
@media (max-width:767px) {
  .mail_form {
    width: 100%;
    margin: .3em auto;
  }
  .mail_form dl {
    padding: 6px 1em 7px;
    width: 100%;
    margin: 0;
    border: none;
    display: flex;
    flex-direction: column;
  }
  .mail_form dt {
    background: none;
    border-right: none;
    width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 0 .4em;
  }
  .mail_form dd {
    width: 100%;
    padding: 0;
    vertical-align: middle;
    box-sizing: border-box;
  }
} /**/
/* 確認ページ
---------------------------------------------------------*/
.kakunin_box .container {
  width: 96%;
  max-width: 800px;
  padding: 1em 1em 3em;
  margin: 3em auto;
  border-radius: 4px;
  border: 1px solid #ccc;
}
@media (max-width:767px) {
  .kakunin_box .container {
    width: 96%;
    max-width: 800px;
    padding: 0 1em;
    margin: 0 auto 2em;
    border-radius: 0;
    border: none;
  }
}
.kakunin_box .container_bdnone {
  margin: 1em 0 0;
  padding: 0;
}
.kakunin_box dt {
  border: solid 1px #ECECEC;
  box-sizing: border-box;
}
.kakunin_box dd {
  line-height: 44px;
}
/* 以下の項目が未入力です。
-----------------------------------------*/
.mail_form_in p.error_koumoku-mi {
  text-align: center;
  display: block;
  margin: 0 auto 1em;
}
@media (max-width:767px) {
  .kakunin_box dt {
    border: none;
  }
}
.kakunin_box dl {
  border: none;
  box-sizing: border-box;
}
.mail_form dd input[type="text"]:focus {
  background-color: #FFE9E9;
  outline: 0;
  border-color: pink;
}
.mail_form dd input[type="text"]:blur {
  background-color: #FFE9E9;
  outline: 0;
  border-color: pink;
}
.mail_form dd span {
  line-height: 1.6;
  display: inline-block;
  padding-top: 5px;
}
.mail_form dd input[type="text"].inp_zip {
  width: 47%;
}
.mail_form dd input[type="radio"], .mail_form dd input[type="checkbox"] {
  box-shadow: none;
  border: 1px solid #ddd;
}
.mail_form dd .nest {
  padding-left: 45px;
  margin: 10px 0;
}
/* kakunin */
.mail_form dl dd.kakunin_dd {
  background-color: #FFEDED;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  padding: 4px 15px;
  font-size: 14px;
  border: 1px solid #FFDDDE;
  min-height: 2.2em;
}
/************************************************************/
/* thanks
-------------------------------------------*/
.kakunin_box .container_thanks {
  width: 96%;
  max-width: 800px;
  padding: 0 1em 6em;
  margin: 3em auto 15px;
  border-radius: 2px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
}
.container_thanks div.thanks_text {
  margin: 30px auto 15px;
}
@media (max-width:767px) {
  .kakunin_box .container_thanks {
    width: 96%;
    max-width: 800px;
    padding: 1em 1em 4em;
    margin: 0em auto 1em;
    border-radius: 2px;
    border: none;
    border-radius: 0;
    text-align: center;
  }
  .container_thanks div.thanks_text {
    margin: 0 auto 15px;
    text-align: left;
  }
}
.kakunin_box .container_thanks .thanks_btn_wrap {
  margin: 4em 0 0;
}
p.thanks_notes {
  color: red;
  margin-top: 1em;
  font-size: 12px;
}
div.kakunin_box .container {
  padding-top: 1em;
}
/* btn
---------------------------------------------------------*/
div.btn_area {
  width: 90%;
  margin: 0 auto 1em;
  display: flex;
  justify-content: space-between;
}
div.btn_area label {
  width: 65%;
}
div.btn_area label:first-child {
  width: 35%;
}
@media (max-width:767px) {
  div.btn_area {
    width: 98%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap-reverse;
  }
  div.btn_area label:first-child {
    width: 60%;
    margin: 0 auto 2em;
  }
  div.btn_area label {
    width: 100%;
    margin: 1em 0;
  }
}
/* btn確認 */
.confirmation_btn {
  font-family: inherit;
  padding: 15px 0px;
  font-size: 20px;
  border-radius: 4px;
  border: none;
  background: #FF0000;
  color: #fff;
  cursor: pointer;
  margin: 1em auto 20px;
  display: block;
  width: 44%;
  opacity: .9;
}
.confirmation_btn:hover {
  transition: all .2s ease-in;
  opacity: 1.0;
  filter: brightness(110%);
}
.confirmation_btn2 {
  font-family: inherit;
  font-size: 14px;
  border-radius: 4px;
  border: none;
  background: #22A9FF;
  color: #fff;
  margin: 1em auto 15px;
  width: 40%;
  text-align: center;
}
.confirmation_btn2 a {
  display: block;
  padding: 10px 0px;
  text-decoration: none;
}
.confirmation_btn2:hover {
  background: #009BFF;
  transition: all .2s ease-in;
}
@media (max-width:767px) {
  .confirmation_btn {
    width: 67%;
  }
}
/* btn戻る */
.history_back_btn {
  font-family: inherit;
  padding: 15px 0px;
  font-size: 20px;
  background-color: #ddd !important;
  border-radius: 4px;
  border: none;
  color: #000;
  cursor: pointer;
  margin: 1em auto 0 .2em;
  display: block;
  width: 95%;
  opacity: .8;
}
.history_back_btn:hover {
  background: #27CCFF;
  transition: all .2s ease-in;
}
@media (max-width:767px) {
  .history_back_btn {
    font-family: inherit;
    padding: 12px 0px;
    font-size: 16px;
    background: #ddd;
    border-radius: 4px;
    color: #000;
    cursor: pointer;
    margin: 1em auto 0 .2em;
    display: block;
    width: 95%;
    opacity: .8;
  }
}
/* error page btn Only */
.history_back_btn_add {
  width: 60%;
  margin: 3em auto;
  background-color: #49D4FF;
}
/* btn_send
------------------------------------------------*/
.send_btn {
  font-family: inherit;
  padding: 15px 0px;
  font-size: 20px;
  border-radius: 4px;
  background: #FF0000;
  color: #fff;
  cursor: pointer;
  margin: 1em .2em 0 auto;
  display: block;
  opacity: .8;
  width: 95%;
  border: none;
}
.send_btn:hover {
  opacity: 1;
  transition: all .2s ease-in;
  filter: brightness(1.1);
}
/* btn_gotoHome
------------------------------------------------*/
div.thanks_btn_wrap input[type="button"].gotohome_btn {
  font-family: inherit;
  padding: 15px 0px;
  font-size: 20px;
  background-color: #E9E9E9;
  border-radius: 4px;
  /*border: 1px solid #DCF6FF;*/
  color: #000;
  cursor: pointer;
  margin: 1em auto 0;
  display: block;
  width: 40%;
  opacity: 1;
}
div.thanks_btn_wrap input[type="button"].gotohome_btn:hover {
  background-color: #9CE7FF;
  transition: all .2s ease-in;
  color: #FFF;
  border: 1px solid #9CE7FF;
}
@media (max-width:767px) {
  div.thanks_btn_wrap input[type="button"].gotohome_btn {
    width: 60%;
  }
}
.history_back_btn:hover {
  opacity: 1.0;
}
.soushin_btn_area {
  margin: 30px auto;
}
/* 注釈　*/
.mail_form p {
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
  /*margin-top: .4em;*/
}
/* 必須 */
.form_required {
  width: auto;
  background-color: #ff0000;
  font-size: 10px;
  color: #FFF;
  border-radius: 2px;
  text-align: center;
  margin: 0px 3px 0 0;
  padding: 1px 5px;
  letter-spacing: 4%;
  vertical-align: 1px;
}
/* 任意 */
.mail_form dl dt span.form_any {
  width: 34px;
  background-color: #3F60FF;
  font-size: 10px;
  /*  line-height:12px;*/
  color: #FFF;
  border-radius: 2px;
  text-align: center;
  margin-right: 0.3em;
  padding: 1px 5px;
  letter-spacing: 4%;
}
/* error page
---------------------------------------------------------*/
.mail_form_in {
  width: 98%;
  text-align: center;
  margin: 0 auto;
}
/* submit_wrap
---------------------------------------------------------*/
div.submit_wrap {
  width: 96%;
  max-width: 760px;
  margin: 2em auto 2em;
}
div.submit_wrap p {
  text-align: center;
  font-size: max(.22vw, 12px);
}
div.submit_wrap .ssl_wrap {
  width: 100%;
  max-width: 312px;
  margin: 0 auto;
}
div.submit_wrap .ssl_wrap ul {
  display: flex;
  width: 100%;
}
div.submit_wrap .ssl_wrap ul li:first-child {
  flex: 0 0 48px;
}
div.submit_wrap .ssl_wrap ul li:first-child img {
  width: 48px;
}
div.submit_wrap .ssl_wrap ul li:last-child {
  flex: 1 1 auto;
  margin: 0 0 0 1em;
}
div.submit_wrap .ssl_wrap ul li h3 {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .1em;
}
div.submit_wrap .ssl_wrap ul li p {
  font-size: 11px;
  line-height: 1.5;
  text-align: left;
}
/* 注釈　注意
-----------------------------------------*/
p.dd_p-notes {
  font-size: 12px;
  color: red;
}
p.thanks_notes-red {
  font-size: clamp(9px, 3.1vw, 13px);
  text-align: center;
  color: #FF0000;
  margin-top: 15px;
}
/* footer Nrmal--or--Push
---------------------------------------------------------*/
footer {
  width: 100%;
  text-align: center;
  margin: 2em 0 0;
  padding: 4em 0 8em 0;
  background-color: #EFEFEF;
  font-size: 1.0rem;
}
@media (max-width:767px) {
  footer#footer_push {
    width: 100%;
    text-align: center;
    margin: 2em 0 0;
    padding: 4em 0 8em 0;
    background-color: #EFEFEF;
    font-size: 1.0rem;
    overflow-y: hidden;
    height: max(120px, 20vh);
    position: absolute;
  }
    p.footer_c {
    text-align: center;
    white-space: pre;
    word-break: keep-all;
    }
    
}
.bg_submain {
  clear: both !important;
  width: 100% !important;
  /*background-color: #f4f4f4;*/
  background: url(/ts/wp-content/themes/base/img/submain/main_pc_bg.png) no-repeat center center / auto auto;
  margin: 0px auto !important;
  padding: 0px 0px !important;
  height: 480px;
}
.submain_img {
  margin: 0 auto;
  text-align: center;
}
.submain_img img {
  width: 950px;
  vertical-align: bottom;
}
@media (max-width:767px) {
  .bg_submain {
    height: auto !important;
  }
  .submain_img img {
    width: 100%;
    vertical-align: bottom;
  }
}

/************************************************/
/* remaining footer
-------------------------------*/
@media (min-width:768px) {
  .remaining {
    bottom: 120px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 140px;
    height: 100px;
    background: #12a710;
    border-radius: 2px;
    text-align: center;
  }
  .remaining p {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
    color: #FFF;
    line-height: 1.4em;
  }
  .number {
    font-size: 25px;
    line-height: 1.4em;
  }
  .number2 {
    font-size: 25px;
    line-height: 1.7em;
  }
  .number3 {
    font-size: 105%;
    line-height: 1.4em;
  }
  .items {
    font-size: 14px;
  }
}
@media (max-width:767px) {
  .remaining {
    bottom: 0px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 50px;
    background: red;
    text-align: center;
  }
  .remaining p {
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0;
    color: #FFF;
    line-height: 1.4em;
  }
  .number {
    font-size: 26px;
    line-height: 1.4em;
  }
  .number2 {
    font-size: 26px;
    line-height: 1.7em;
  }
  .number3 {
    font-size: 105%;
    line-height: 1.4em;
  }
  .items {
    font-size: 14px;
  }
}

/* remaining Header
-------------------------------*/
@media (min-width:768px) {
  /* 2 使用　通常A */
  /* items count 
-------------------------------*/
  .remaining2 {
    top: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*position: fixed;*/
    position: absolute;
    width: 140px;
    height: 100px;
    background: red;
    border-radius: 2px;
  }
  .remaining2 p {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
    color: #FFF;
    line-height: 1.4em;
  }
  .remaining2 .number {
    font-size: 25px;
    line-height: 1.4em;
  }
  .remaining2 .number2 {
    font-size: 25px;
    line-height: 1.7em;
  }
  .remaining2 .number3 {
    font-size: 105%;
    line-height: 1.4em;
  }
  .remaining2 .items {
    font-size: 14px;
  }
}
@media (max-width:767px) {
  .d-sp_fix_header {
    width: 100%;
    padding: 0;
    background-color: #ffffff;
    position: fixed;
    top: -50px;
    left: 0;
    z-index: 99;
    /*filter: drop-shadow(0px 2px 2px rgba(0,0,0,.1));*/
  }
  .remaining2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background: red;
    text-align: center;
  }
  .remaining2 p {
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0;
    color: #FFF;
    line-height: 1.4em;
  }
  .remaining2 .number {
    font-size: 26px;
    line-height: 1.4em;
  }
  .remaining2 .number2 {
    font-size: 26px;
    line-height: 1.7em;
  }
  .remaining2 .number3 {
    font-size: 105%;
    line-height: 1.4em;
  }
  .remaining2 .items {
    font-size: 14px;
  }
}

/* remaining Header
-------------------------------*/
@media (min-width:768px) {
  /* 3 _call B */
  /* items count 
-------------------------------*/
  .remaining3 {
    top: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*position: fixed;*/
    position: absolute;
    width: 140px;
    height: 100px;
    background: red;
    border-radius: 2px;
  }
  .remaining3 p {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
    color: #FFF;
    line-height: 1.4em;
  }
  .remaining3 .number {
    font-size: 25px;
    line-height: 1.4em;
  }
  .remaining3 .number2 {
    font-size: 25px;
    line-height: 1.7em;
  }
  .remaining3 .number3 {
    font-size: 105%;
    line-height: 1.4em;
  }
  .remaining3 .items {
    font-size: 14px;
  }
}
@media (max-width:767px) {
  .d-sp_fix_header {
    width: 100%;
    padding: 0;
    background-color: #ffffff;
    position: fixed;
    top: -50px;
    left: 0;
    z-index: 99;
    /*filter: drop-shadow(0px 2px 2px rgba(0,0,0,.1));*/
  }
  .remaining3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background: red;
    text-align: center;
  }
  .remaining3 p {
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0;
    color: #FFF;
    line-height: 1.4em;
  }
  .remaining3 .number {
    font-size: 26px;
    line-height: 1.4em;
  }
  .remaining3 .number2 {
    font-size: 26px;
    line-height: 1.7em;
  }
  .remaining3 .number3 {
    font-size: 105%;
    line-height: 1.4em;
  }
  .remaining3 .items {
    font-size: 14px;
  }
}
/* 追加
----------------------------------------*/
.bg_submain {
  /*clear: both!important;*/
/*  width: 100% !important;
  background:#fc7828 !important;
  margin: 0px auto !important;
  padding: 0px 0px !important;
  height: auto!important;*/
background: #fc7828 url(/form/img/submain_bg.png) no-repeat center center / auto auto;
        height: 550px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-size: cover;	
}
.submain_img {
  margin: 0 auto;
  text-align: center;
  max-width: 100% !important;
  max-width: 950px;
}
@media (min-width:768px) {
  .wrap-sticky {
    width: 1100px;
    margin: 0 auto;
    padding: 0;
  }
  .box-sticky {
    position: relative;
  }
  .sticky-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 500px;
    z-index: 100000;
  }
}
@media (max-width:767px) {
  .wrap-sticky {
    width: 100%;
    /*  width: 1100px;
    margin: 0 auto 200px;
	padding:0;*/
  }
  .box-sticky {
    position: relative;
  }
  .sticky-sticky {
    display: none;
  }
}
/* _call
------------------------------------*/
@media (min-width:768px) {
  .wrap-sticky_call {
    width: 1100px;
    margin: 0 auto;
    padding: 0;
  }
  .box-sticky_call {
    position: relative;
  }
  .sticky-sticky_call {
    position: -webkit-sticky;
    position: sticky;
    top: 500px;
    z-index: 100000;
    margin-right: -150px;
  }
}
@media (max-width:767px) {
  .wrap-sticky_call {
    width: 100%;
  }
  .box-sticky_call {
    position: relative;
  }
  .sticky-sticky_call {
    display: none;
  }
}
