@charset "utf-8";
/* 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: 2em 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;*/
    margin: 0 auto 0;
}
@media (max-width:767px) {
	div.n-subtitle__form > :after {
		bottom: -.4em;
	}
  .mail_form3_mds {
      text-align: center;
      /*margin: -3em auto 2em;*/
      margin: -3em auto 0;
  }
  .mail_form3_mds h2 {
      margin: 0em auto 1em;
  }
}

/* container__wrap
---------------------------------------------------------*/
.container__wrap {
    width: 100%;
    /*margin: 0 auto;*/
    margin: 0 auto 0;
    padding:1px 0 50px;
    background: #FEE580;
}
@media (max-width:767px) {
  .container__wrap {
    width: 100%;
    /*margin: 0 auto;*/
    margin:0 auto 0;
    padding:10px 0 20px;
    background: #FEE580;
  }
}

/*---------------------------------------------*/
/* mail_form3
-----------------------------------------------*/
.mail_form3 {
  max-width: 900px;
  width: 100%;
	padding:0;
  margin:-20px auto;
}
.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.0em;
  text-align:left;
}

@media (max-width:767px) {
  .mail_form3 {
    width: 95%;
    margin: 2em auto;
  }
  .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:.6em;
  margin-right:.2em;
}
  @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:.1em;
  }
}
.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;
}


/************************************************************/
/* 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確認 */
.mail_form3 .confirmation_btn {
  font-family: inherit;
    padding: 15px 0 14px;
    font-size: clamp(14px,5vw,20px);
    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;
}
.mail_form3 .confirmation_btn:hover {
	transition: all .2s ease-in;
	opacity: 1.0;
    filter: brightness(125%);
    transform: translateY(1px);
}
.mail_form3 .confirmation_btn:active {
	transition: all .2s ease-in;
	opacity: 1.0;
    filter: brightness(125%);
    transform: translateY(1px);
}
.mail_form3 .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;
}
.mail_form3 .confirmation_btn2 a {
  display: block;
  padding: 10px 0px;
  text-decoration: none;
}
.mail_form3 .confirmation_btn2:hover {
  background: #009BFF;
	transition: all .2s ease-in;
}
@media (max-width:767px){
.mail_form3 .confirmation_btn {
    width: 86%;
}

}
/* btn戻る */
.mail_form3 .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;
}
.mail_form3 .history_back_btn:hover {
  background: #27CCFF;
	transition: all .2s ease-in;
}
@media (max-width:767px){
.mail_form3 .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 */
.mail_form3 .history_back_btn_add {
  width: 60%;
  margin: 3em auto;
  background-color: #49D4FF;
}


/* btn_send
------------------------------------------------*/
.mail_form3 .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;
}
.mail_form3 .send_btn:hover {
  /*background: #F50000;*/
opacity: 1;
	transition: all .2s ease-in;
	/*filter: brightness(1.1);*/
}


.mail_form3 .history_back_btn:hover {
  opacity: 1.0;
	
}
.mail_form3 .soushin_btn_area {
  margin: 30px auto;
}

/* 注釈　*/
.mail_form3 p {
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
  /*margin-top: .4em;*/
}


/* 必須 */
.mail_form3 span.form_required {
  width: auto;
  background-color: #01296E;
  font-size: 10px;
  color: #FFF;
  border-radius: 2px;
  text-align: center;
  margin: -3px 6px 0 -1px;
  padding: 0 4px;
  /*vertical-align: middle;*/
  height: 16px;
  /*display: inline-block;*/
  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;
  /*vertical-align: middle;*/
  height: 16px;
  /*display: inline-block;*/
  line-height: 17px;
  border:1px solid #01296E;
  /*font-weight: bold;*/
  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;
	/*letter-spacing: 0.9px;*/
	margin-top: 15px;
}

/* footer Nrmal--or--Push
---------------------------------------------------------*/
/*footer {
  width: 100%;
  text-align: center;
  margin: 2.5em 0 0;
  padding: 2em 0 6em 0;
  background-color: #EFEFEF;
  font-size: 1.0rem;
	
}*/
	@media (max-width:767px){
/*footer {
		width: 100%;
		text-align: center;
		margin: 2em 0 0;
		padding: 2em 0 3em 0;
		background-color: #EFEFEF;
		font-size: 1.0rem;
		height:max(100px,16vh);
		position:absolute;
	}*/
        
        
}
.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 {
    /*clear: both!important;*/
    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;
}
	

@media (min-width:768px){
.wrap-sticky {
    width: 1100px;
    margin: 0 auto;
	padding:0;
}
.box-sticky {
    position: relative;
}
.sticky-sticky {
  position: -webkit-sticky; /* Safari */
  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; /* Safari */
  position: sticky;
  top: 500px;
	z-index:100000;
	margin-right:-150px;
}
}
@media (max-width:767px){
	.wrap-sticky_call {
		width:100%;
  /*  width: 1100px;
    margin: 0 auto 200px;
	padding:0;*/
}
.box-sticky_call {
    position: relative;
}
.sticky-sticky_call {
	display: none;
}
}


