@charset "UTF-8";
/*------------------------
    contact
-------------------*/
.inner.short p + p{
 margin-top: 1.75em;
}
.flow{
 display: flex;
 justify-content: center;
 align-items: flex-start;
 margin: 60px auto 35px;
}
.flow li{
 position: relative;
 width: 60px;
 color: #C3C3C3;
 font-weight: 700;
 text-align: center;
 line-height: 1.2;
}
.flow li span{
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 50%;
 border: 1px #C3C3C3 solid;
 background: #fff;
 width: 58px;
 height: 58px;
 margin-bottom: 7px;
 text-align: center;
}
.flow li.current{
 color: #141414;
}
.flow li.current span{
 border-color:var(--basegr);
 background: var(--basegr);
 color: #fff;
}
.flow li + li{
 margin-left: 60px;
}
.flow li + li::before{
 content: "";
 display: block;
 width: 60px;
 height: 1px;
 background: #C3C3C3;
 position: absolute;
 top: 30px;
 right: 100%;
}

.contactform{
 max-width: 880px;
 margin: 0 auto;
}
.contactform dt{
 margin-bottom: 8px;
}
.contactform .need{
 display: inline-block;
	background: var(--basegr);
 color: #fff;
	font-size: 12px;
 font-weight: bold;
	padding:0 0.67em;
 margin-left: 1em;
 line-height: 20px;
 vertical-align: middle;
 letter-spacing: 0;
}
.contactform dd{
 padding: 0 0 35px;
}
.contactform dd input,
.contactform dd textarea,
.contactform dd select{
 border-radius: 6px;
	border: 1px solid #efefef;
 box-shadow: 0 0 10px rgba(0,0,0,0.1);
	font-size: 16px;
	padding: 15px 10px;
}
.contactform dd input,
.contactform dd textarea{
	width: 100%;
}
.contactform dd br +input{
 margin-top: 15px;
}
.contactform dd .ex{
 margin: 5px 0 0;
 color: #CCCCCC;
 font-size: 14px;
}
.consent {
 max-width: 880px;
 margin: 0 auto;
}
.consent input{
 border-radius: 2px;
	border:1px #CCCCCC solid;
 width: 23px;
 height: 23px;
 margin: 0 15px 0 0;
 box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.formBtn{
 padding: 70px 0 50px;
}
.formBtn input{
 border: none;
 margin: 0 17px;
}
.btnSend{
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 6px;
 border: none;
 background:url(../images/arrow.png) no-repeat right 20px center / 16px auto, var(--bggrdr);
 width: 100%;
 max-width: 300px;
 height: 63px;
 color: #fff;
 font-size: 16px;
 text-align: center;
 cursor: pointer;
}
.btnBack{
 display: flex;
 justify-content: center;
 align-items: center;
 border-radius: 6px;
 background:#C3C3C3;
 width: 100%;
 height: 51px;
 max-width: 162px;
 color: #fff;
 font-size: 16px;
 font-weight: 400;
 cursor: pointer;
}

.telBnr{
 display: flex;
 align-items: center;
 justify-content: space-between;
 background: #FFFFFF;
 box-shadow: 0 3px 13px rgba(0,0,0,0.09);
 max-width: 677px;
 padding: 38px 30px 38px 39px;
 margin:60px auto 140px;
}
.telBnr dt{
 margin-bottom: 4px;
 font-size: 18px;
 font-weight: 700;
 line-height: 1.4;
}
.telBnr dd{
 font-size: 14px;
 line-height: 1.4;
}
.telBnr p{
 max-width: 335px;
}

@media screen and (min-width: 769px) {
 .formBtn{
  display: flex;
  justify-content: center;
  align-items: center;
 }
}/*-PC only-*/
@media screen and (max-width: 768px) {
	.telBnr{
		flex-direction: column;
		gap:15px;
	}
	.telBnr dl{
		text-align: center;
	}
.contactform dt,
.contactform dd{
}
.contactform dt{
}
.contactform dd{
}
 .formBtn .btnBack{
  margin: 0 auto 10px;
 }
 .formBtn .btnSend{
  margin: 0 auto;
 }
}/*-SP only-*/

/*error*/
.error + br{
 display: none;
}
/*----confirm-----*/
.inner.short h2{
 margin-top: 75px;
 margin-bottom: 30px;
 color: #008238;
 font-size: 32px;
 font-weight: 700;
 text-align: center;
}
.mw_wp_form_confirm .contactform{
 max-width: 727px;
 margin-top: 70px;
}
@media screen and (min-width: 769px) {
.mw_wp_form_confirm .contactform{
 display: flex;
 flex-flow: row wrap;
}
.mw_wp_form_confirm .contactform dt{
 border-bottom: 1px #DDDDDD solid;
 width: 210px;
 padding: 0 0 20px;
 margin-bottom: 22px;
}
.mw_wp_form_confirm .contactform dd{
 width: calc(100% - 210px);
 border-bottom: 1px #DDDDDD solid;
 padding: 0 0 20px;
 margin-bottom: 22px;
}
}/*-PC only-*/
.mw_wp_form_confirm dt .need,
.mw_wp_form_confirm dd .ex{
 display: none;
}
.mw_wp_form_confirm .consent{display: none;}
.mw_wp_form_confirm .btnSend{
 background:url(../images/arrow.png) no-repeat right 20px center / 16px auto, var(--basegr);
}
@media screen and (max-width: 768px) {/*SP confirm*/
 
.mw_wp_form_confirm .contactform dd{
 border-bottom: 1px #DDDDDD solid;
 padding: 10px 0 20px;
 margin-bottom: 20px;
}
}/*-SP only-*/


.thanks{
 text-align: center;
}
.thanks + .thanks{
 margin-top: 2em;
}
.thanks +.btn{
 margin-top: 60px;
}
.thanks +.btn a{
 margin: 0 auto;
}
@media screen and (min-width: 769px) {}/*-PC only-*/

@media screen and (max-width: 768px) {
}/*-SP only-*/