@charset "utf-8";
/* 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: #154c9e;
}
@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: #154c9e;
  }
} /**/
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;
}
/*
 */
/* mail_form3 */
.mail_form3 * {
  box-sizing: border-box;
  color: #01296E;
}
/*
 */
/*  PC/SP　Subtitle
-----------------------------------------------*/
div.n-subtitle__form {
	display: flex;
	justify-content:center;
	align-items: center;
	margin: 0;
	padding: 5em 0 1em;
}
div.n-subtitle__form:first-child {
	margin: 0;
	padding: .5em 0 0em;
}
@media (max-width:767px) {
div.n-subtitle__form {
    padding: 3em 0 0.5em;
}
	div.n-subtitle__form:first-child {
	padding: .5em 0 1em;
    margin: 0 0 -1em;
	}
}
div.n-subtitle__form > div {
	position: relative;
	display: grid;
    place-items:center;
	font-weight: 500;
	margin: 0 1em 1em 0;
	padding: 10px 0 5px 3px;
	line-height: 1.1;
	text-align: center;
    color: white;
  font-size: clamp(13px, 4.5vw, 18px);
    background:#004EA3;
    font-family: 'Roboto','sans-serif';
    letter-spacing: .3em;
    width:auto;
    border-radius:4px;
}
@media (max-width:767px) {
   div.n-subtitle__form > div {
	position: relative;
	display: grid;
    place-items:center;
	font-weight: 500;
	margin: 0 .6em 1em 0;
	padding: 10px 0 5px .3em;
	line-height: 1.1;
	text-align: center;
    color: white;
  font-size: clamp(11px, 3.6vw, 14px);
    background:#154C9E;
    font-family: 'Roboto','sans-serif';
    letter-spacing: .3em;
    width:auto;
    border-radius:3px;
} 
}
div.n-subtitle__form > div span {
     font-size: clamp(16px, 7.5vw, 30px);
    color:white;
    line-height: 1.1;
}
@media (max-width:767px) {
  div.n-subtitle__form > div span {
       font-size: clamp(16px, 5vw, 20px);
  }
}
div.n-subtitle__form > h2 {
	position: relative;
	display: block;
	font-weight: bold;
	margin: 0 0 .2em;
	padding: 0;
	letter-spacing: .05em;
	line-height: 1.1;
	text-align: left;
    color: #111;
    font-size: clamp(15px, 4.9vw, 31px);
}
  @media (max-width:767px) {
	div.n-subtitle__form > h2 {
		margin: 0 0 .5em;
      font-size: clamp(16px, 4.5vw, 18px);
	}
}
div.n-subtitle__form > h2 span {
	color: #111;
	display: block;
	margin: 0 0 .2em;
	padding: 0;
	text-align: left;
	letter-spacing: .05em;
}
div.n-subtitle__form > h2 span.first-span {
	display: inline;
}
  @media (max-width:767px) {
    div.n-subtitle__form > h2 span {
        color: #111;
        display: block;
        margin: 0 0 .2em;
        padding: 0;
        text-align: left;
        letter-spacing: .05em;
    }
}
div.n-subtitle__form > h2 i {
  font-size: 60%;
  color: #111;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
  font-style: normal;
  position: relative;
  top: -4px;
  letter-spacing: normal;
}
div.n-subtitle__form > h2 > strong {
  font-size: 132%;
  color: #114491;
  display: inline-block;
  margin: 0;
  padding: 0 2px 0 0;
  text-align: center;
  font-style: normal;
  position: relative;
  top: 0px;
  letter-spacing: normal;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  line-height: .5;
}
div.n-subtitle__form > :after {
  content: "";
  margin: 0 auto;
  display: block;
  width: clamp(70px, 12vw, 120px);
  height: clamp(2px, .4vh, 5px);
  position: relative;
  bottom: -.3em;
  /*background-color: #004EA3;*/
}
.mail_form3_mds {
  text-align: center;
  margin: 0 auto 4em;
}
  @media (max-width:767px) {
    div.n-subtitle__form > :after {
      bottom: -.4em;
    }
    .mail_form3_mds {
      text-align: center;
      margin: -3em auto 2em;
    }
    .mail_form3_mds h2 {
      margin: 0em auto 1em;
    }
}
/* container__wrap
---------------------------------------------------------*/
.container__wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 20px;
  background: #FEE580;
}
@media (max-width:767px) {
  .container__wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 10px;
    background: #FEE580;
  }
}
/*
 */
/* mail_form3
-----------------------------------------------*/
.mail_form3 {
  max-width: 900px;
  width: 100%;
  padding: 0;
  margin: 0 auto 20px;
}
.mail_form3 dl {
  border-bottom: 1px solid #D7D7D7;
  display: flex;
  width: 100%;
}
.mail_form3 dt {
  width: 33%;
  padding: 1.5em 0 1.5em 1.5em;
  line-height: 22px;
  background-color: #efefef;
  border-right: 1px solid #D7D7D7;
  display: flex;
  align-items: center;
  font-weight: normal;
}
.mail_form3 dd {
  width: 67%;
  padding-left: 8px;
  vertical-align: middle;
  padding: 10px 1.5em 10px 1.3em;
  text-align: left;
}
@media (max-width:767px) {
  .mail_form3 {
    width: 95%;
    margin: 0 auto 2em;
  }
  .mail_form3 dl {
    padding: 0;
    width: 100%;
    margin: 0;
    display: flex;
  }
  .mail_form3 dt {
    width: 44%;
    box-sizing: border-box;
    padding: 1.5em .1em 1em .7em;
  }
  .mail_form3 dd {
    width: 56%;
    padding: 1em;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: left;
  }
}
/* 確認ページ
---------------------------------------------------------*/
.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_form3_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_form3 dd input[type="text"]:focus {
  background-color: #FFE9E9;
  outline: 0;
  border-color: pink;
}
.mail_form3 dd input[type="text"]:blur {
  background-color: #FFE9E9;
  outline: 0;
  border-color: pink;
}
.mail_form3 dd span {
  line-height: 1.6;
  display: inline-block;
  padding-top: 5px;
}
.mail_form3 dd input[type="text"].inp_zip {
  width: 47%;
}
.mail_form3 dd input[type="radio"], .mail_form3 dd input[type="checkbox"] {
  box-shadow: none;
  border: 1px solid #ddd;
  margin-left: .8em;
  margin-right: .6em;
}
@media (max-width:767px) {
  .mail_form3 dd input[type="radio"], .mail_form3 dd input[type="checkbox"] {
    box-shadow: none;
    border: 1px solid #ddd;
    margin-left: .1em;
    margin-right: .6em;
  }
}
.mail_form3 dd .nest {
  padding-left: 45px;
  margin: 10px 0;
}
/* kakunin */
.mail_form3 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;
}


/* 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 0 14px;
  font-size: clamp(13px, 4.6vw, 18px);
  border-radius: 4px;
  border: none;
  background: #01296E;
  color: #fff;
  cursor: pointer;
  margin: 1em auto 20px;
  display: block;
  width: 44%;
  text-align: center;
  user-select: none;
}
.confirmation_btn:hover {
  transition: all .2s ease-in;
  opacity: 1.0;
  filter: brightness(125%);
  transform: translateY(1px);
}
.confirmation_btn:active {
  transition: all .2s ease-in;
  opacity: 1.0;
  filter: brightness(125%);
  transform: translateY(1px);
}
.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: 86%;
  }
}
/* btn戻る */
.history_back_btn {
  font-family: inherit;
  padding: 15px 0px;
  font-size: clamp(13px, 4.6vw, 18px);
  background-color: #ddd !important;
  border-radius: 4px;
  /*border: 1px solid #22A9FF;*/
  border: none;
  color: #191919;
  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;
    /* border: 1px solid #22A9FF; */
    color: #191919;
    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: clamp(13px, 4.6vw, 18px);
  border-radius: 4px;
  /*border: 1px solid #FF0000;*/
  background: #FF0000;
  color: #fff;
  cursor: pointer;
  margin: 1em .2em 0 auto;
  display: block;
  opacity: .7;
  width: 95%;
  border: none;
}
.send_btn:hover {
  /*background: #F50000;*/
  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: clamp(13px, 4.6vw, 18px);
  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_form3 p {
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
  /*margin-top: .4em;*/
}
/* 必須 */
/*span.form_required {
  width: auto;
  background-color: #01296E;
  font-size: 10px;
  color: #FFF;
   border-radius: 2px; 
  text-align: center;
  margin: 0;
  padding: 0 5px;
  letter-spacing: 4%;
  vertical-align: middle;
  height: 17px;
  display: inline-block;
  line-height: 18px;
}*/
/* 必須 */
span.form_required {
  width: auto;
  background-color: #01296E;
  font-size: 10px;
  color: #FFF;
  border-radius: 2px;
  text-align: center;
  margin: -4px 3px 0 -1px;
  padding: 0 4px;
  height: 16px;
  line-height: 17px;
  display: grid;
  place-items: center;
}
.mail_form3 dl dt span.form_any {
  width: auto;
  background-color: #ffffff;
  font-size: 10px;
  color: #01296E;
  border-radius: 2px;
  text-align: center;
  margin: -4px 3px 0 -1px;
  padding: 0 4px;
  height: 16px;
  line-height: 17px;
  border: 1px solid #01296E;
  display: grid;
  place-items: center;
}
/* error page
---------------------------------------------------------*/
.mail_form3_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: 316px;
  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: 12px;*/
  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: 0;
  padding: 5em 0 10em 0;
  background-color: #EFEFEF;
  font-size: 1.0rem;
}
@media (max-width:767px) {
  /*footer#footer_push {
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 2em 0 3em 0;
		background-color: #EFEFEF;
		font-size: 1.0rem;
		overflow-y:hidden;
		height:max(120px,20vh);
		position:absolute;
	}*/
}
/* submain
----------------------------------------*/
.bg_submain {
  clear: both !important;
  width: 100% !important;
  background-color: #f4f4f4;
  margin: 0px auto !important;
  padding: 0px 0px !important;
  height: 480px;
}
.submain_img {
  margin: 0 auto;
  text-align: center;
}
.submain_img img {
  width: 950px;
}
@media (max-width:767px) {
  .bg_submain {
    height: auto !important;
  }
  .submain_img img {
    width: 100%;
    vertical-align: bottom;
  }
}
.bg_submain {
  width: 100% !important;
  background-color: #f4f4f4 !important;
  margin: 0px auto !important;
  padding: 0px 0px !important;
  height: auto !important;
}
.submain_img {
  margin: 0 auto;
  text-align: center;
  max-width: 100% !important;
  max-width: 950px;
}
