@charset "utf-8";
/* CSS Document */
/* 10px = 77% 11px = 85% 12px = 93% 13px = 100%
14px = 108% 15px = 116% 16px = 123.1% 17px = 131%
18px = 138.5% 19px = 146.5% 20px = 153.9% 21px = 161.6%
22px = 167% 23px = 174% 24px = 182% 25px = 189% 26px = 197% */


.introduction {
	padding: 20px 15px 5px;
}
.introduction p:first-child {margin-top: 0;}
.introduction .note strong {font-size: 108%;color: #f00;}


.inquiryBox {
	background-color: #e0dcd1;
	padding: 20px 15px;
}
.inquiryBox dl {
	margin: 0;
}
.inquiryBox dt {
	background-color: #f18700;
	color: #FFF;
	text-align: center;
	font-weight: 500;
	font-size: 153.9%;
	line-height: 1.5;
	padding: 10px;
}
.inquiryBox dd {
	background-color: #FFF;
	padding: 20px 15px 25px;
	margin: 0 0 20px 0;
}
.inquiryBox dl:last-child dd {margin-bottom: 0;}

.inquiryBox section {
	border-bottom: 1px solid #b2b2b2;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.inquiryBox section:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.inquiryBox-header {
	color: #f18700;
	font-weight: 500;
	font-size: 153.9%;
	line-height: 1.5;
	margin: 0 0 15px;
}
.inquiryBox-header svg {
	vertical-align: middle;
	margin-right: 8px;
}
.inquiryBox-header path {fill: #f18700;}

.inquiryBox section p {margin: 0;}
.inquiryBox section p strong {
	font-size: 108%;
	display: inline-block;
	margin-bottom: 5px;
}

.dairisho {margin-bottom: 20px !important;}
.dairisho li {margin-bottom: 10px;}
.dairisho li:last-child {margin-bottom: 0;}
.dairisho a {
	background-color: #facb92;
	color: #1a1a1a;
}
.dairisho a:after {
	border-right-color: #f18700;
	border-top-color: #f18700;
}







@media print, screen and (min-width: 669px) { /*670px*/

.introduction {
	margin: 0 auto;
	padding: 50px 30px 60px;
}

.inquiryBox {
	background-color: #e0dcd1;
	padding: 70px 30px 60px;
}
.inquiryBox dl {
	margin: 0 auto 20px;
	display: table;
	width: 100%;
}
.inquiryBox dl:last-child {margin-bottom: 0;}
.inquiryBox dt,
.inquiryBox dd {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.inquiryBox dt {
	width: 170px;
	font-size: 161.6%;
	padding: 0 20px;
}
.inquiryBox dd {
	padding: 25px 35px 35px;
	margin: 0;
}
.inquiryBox dl:last-child dd {margin-bottom: 0;}

.inquiryBox section {
	border-bottom: 1px solid #b2b2b2;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.inquiryBox section:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.inquiryBox-header {
	font-size: 161.6%;
	margin: 0 0 20px;
}

.inquiryBox dd ul:last-child {width: 280px;}

.dairisho {
	margin-bottom: 15px !important;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}
.dairisho li {
	margin-bottom: 0;
	width: calc((100% - 10px) / 2);
}
.dairisho li:last-child {margin-bottom: 0;}
.dairisho a {
	padding: 10px 26px 10px 14px;
}
.dairisho a:after {right: 15px;}
}


@media print, screen and (min-width: 959px) { /*960px*/
.introduction {
	margin: 0 40px;
	padding: 70px 0 60px;
}

.inquiryBox dl {
	width: 100%;
	margin: 0 auto 20px;
	display: table;
}
.inquiryBox dt {
	width: 250px;
	font-size: 161.6%;
	padding: 0;
}
.dairisho {
	gap: 0;
}
.dairisho li {
	margin-bottom: 10px;
}
}


@media print, screen and (min-width: 1240px) {

.introduction {
	width: 1000px;
	margin: 0 auto;
}	
	
.inquiryBox dl {
	width: 1000px;
}
.dairisho {
	width: 620px;
}
.dairisho li {
	margin-bottom: 10px;
	width: 200px;
}

}

/*個人情報*/
.poricy-box {padding: 0 15px 40px;}
.poricy-box h3 {
	text-align: center;
	font-weight: 500;
	font-size: 138.5%;
	margin: 0 0 20px;
}
.contact-privacy-box {
	/*border: 1px solid #b2b2b2;*/
	/*padding: 30px 15px;*/
	/*margin: 30px 0 20px;*/
	height: 200px;
	overflow: auto;
}
.contact-privacy-box>section {margin-top: 30px;}
.contact-privacy-box>section:first-child {margin-top: 0;}

.contact-privacy-box .color-box {margin-top: 20px;}
.contact-privacy-box .color-box h5 {
	margin: 0 0 10px;
	font-size: 108%;
}
.contact-privacy-box .color-box p {margin: 0;}

.btn-box.color-box {
	background-color: #e0dcd1;
	padding: 20px;
}
.btn-box.color-box li {
	margin: 0 0 10px;
}
.btn-box.color-box li:last-child {margin-bottom: 0;}
.btn-box.color-box a {
	display: block;
	border: 1px solid #b2b2b2;
	background-color: #fff;
	text-align: center;
	padding: 14px;
	color: #1a1a1a;
}



/*個人情報保護方針*/
.privacyIntroduction {/*margin: 20px 15px 30px;*/margin-top: 0;}
.privacyBox {margin: 0 0 30px;}
.privacyBox:last-child {margin-bottom: 0;}
.privacyBox .commonSub03 span {font-size: 77%;}
.privacyBox p {margin: 0;}
.privacyBox p.note {font-size: 93%;margin-top: 10px;}
.privacyBox ol {
	margin: 20px 0;
	list-style: none;
	padding: 0;
}
.privacyBox li {
	margin-bottom: 10px;
}
.privacyBox li:last-child {margin-bottom: 0;}

.privacyBox .inquiryBox {
	margin-top: 20px;
	padding: 15px;
	background-color: #e6e2d9;
}
.privacyBox .inquiryBox p {margin: 0;}
.privacyBox .inquiryBox strong {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 116%;
}

.count-list {
	list-style-type: none;
	margin-left: 2.5em !important;
}
.count-list li {
  counter-increment: cnt;
}
.count-list li:before {
  content: "(" counter(cnt) ") ";
  display:inline-block;
  margin-left:-2.5em;
  width: 2.5em;
}


@media print, screen and (min-width: 669px) { /*670px*/


/*個人情報*/
	
/*.contact-introduction {margin-bottom:55px;}*/
.poricy-box {
	padding: 0;
	width: 1000px;
	margin: 0 auto 70px;
}
.poricy-box h3 {
	font-size: 167%;
	margin: 0 0 30px;
}

.contact-privacy-box {
	margin-left: auto;
	margin-right: auto;
	height: 500px;
}
	
.contact-privacy-box>section {margin-top: 60px;}
	
.contact-privacy-box .color-box {margin-top: 40px;margin-bottom: 50px;}
	
.btn-box.color-box {padding: 40px !important;}
.btn-box.color-box ul {
	width: 300px;
	margin: 0 auto;
}

.btn-box.color-box li:last-child {margin-bottom: 0;}
.btn-box.color-box a {
	display: block;
	border: 1px solid #b2b2b2;
	background-color: #fff;
	text-align: center;
	padding: 14px;
	color: #1a1a1a;
		-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
	
	.btn-box.color-box a:hover {text-decoration: none;background-color: #efefef;}
	
	
/*個人情報保護方針*/
.introduction.privacy,
.introduction.privacy p {margin-bottom: 0 !important;}
.privacyIntroduction {
	/*width: 1000px;
	margin: 70px auto 50px;*/
}
.privacyBox {
	/*margin: 0 auto 50px;
	width: 1000px;*/
}
.privacyBox .commonSub03 {margin-bottom: 20px;}
.privacyBox:last-child {margin-bottom: 0;}

.privacyBox .inquiryBox {
	margin-top: 30px;
	padding: 30px;
	margin-bottom: 50px;
}
.privacyBox .inquiryBox p {margin: 0;}
.privacyBox .inquiryBox strong {
	font-size: 108%;
}
	
	
.privacyBox .commonSub03 {font-size: 146.5%;}
	
}


/*フォーム*/
.form-box {
	margin: 20px 15px 40px;
}

.form-introduction {margin-bottom: 30px;margin-top: 0;}


.form-box .commonSub02 {margin-top: 40px;}

.stepBar {
	position: relative;
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	text-align: center;
	width: 100%;
	overflow: hidden;
	*zoom: 1;
}
.stepBar .step {
	font-weight: bold;
	position: relative;
	float: left;
	display: inline-block;
	line-height: 40px;
	padding: 0 10px 0 0px;
	background-color: #999;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	white-space: nowrap;
	width: 43%;
	margin-bottom: 0 !important;
}
.stepBar .step:first-child {width: 24%;}
.stepBar .step:last-child {width: 33%;}
.stepBar .step:before, .stepBar .step:after {
	position: absolute;
	left: -5px;
	display: block;
	content: '';
	background-color: #999;
	border-left: 2px solid #FFF;
	width: 10px;
	height: 20px;
}
.stepBar .step:after {
	top: 0;
	-moz-transform: skew(30deg);
	-ms-transform: skew(30deg);
	-webkit-transform: skew(30deg);
	transform: skew(30deg);
}
.stepBar .step:before {
	bottom: 0;
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
	transform: skew(-30deg);
}
.stepBar .step:first-child {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {content: none;}
.stepBar .step:last-child {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.stepBar .step.current {background-color: #f18700;}
.stepBar .step.current:before, .stepBar .step.current:after {background-color: #f18700;}

.form-caution {
	margin-bottom: 30px;
}
.form-caution ul {margin-top: 0;margin-bottom: 0;margin-left: 1.5em;padding-left: 0;}


.hissu,.ninni {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	font-weight: normal;
	background-color: #d70c18;
	padding: 3px 6px 4px;
	margin-left: 5px;
}
.ninni {background-color: #736357;}


.form-set,.privacy {margin-bottom: 30px;}

.form-set table {border: 0;}
.form-set tr,
.form-set th,
.form-set td {display: block;border: 0;}
.form-set td {padding: 15px 0 30px;}
.form-set tr:last-child td {padding-bottom: 0;}

.form-set td p {margin: 0 0 5px;}
.form-set td p:last-child {margin: 0;}

.form-set td h5 {margin: 10px 0 5px;font-size: 108%;font-weight: 500;}
.form-set td h5:first-child {margin-top: 0;}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select{
	border: 1px solid #b2b2b2;
	padding: 5px;
	font-size: 116%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 5px 0;
}
textarea {height: 180px;}
select {width: auto;max-width: 100%;}

input.input02 {width: 50px;}
input.input03 {width: 100px;}

.form-set td .note.caution {color: #d70c18;}

.form-set td .commentItem {font-size: 93%;color: #666;}

.form-set td ul {margin: 10px 0;}
.form-set td li {margin-bottom: 10px;}
.form-set + p {margin: 0;text-align: center;}

.privacy h4 {margin: 0 0 10px;font-size: 108%;}
.privacy p {margin: 0 0 10px;}

label.radio {
    cursor: pointer;
    margin-right: 10px;
  }
  label.radio input{
    display: none;
  }
  label.radio span{
    padding-left: 25px;
    position:relative;
    margin-right: 20px;
  }
  label.radio span::before{

    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #b2b2b2;
    border-radius: 50%;
  }
  label.radio input:checked + span::after{
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 4px;
    width: 10px;
    height: 10px;
    background: #333;
    border-radius: 50%;
  }


  label.checkbox {
    cursor: pointer;
    margin-right: 10px;
  }
  label.checkbox input{
    display: none;
  }
  label.checkbox span{
    padding-left: 25px;
    position:relative;
    margin-right: 20px;
  }
  label.checkbox span::before{
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #b2b2b2;
  }
  label.checkbox input:checked + span::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 5px;
    width: 6px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #333;
    border-right: 3px solid #333;
  }


.sendbtn {text-align: center;margin: 40px 0 0;}
.sendbtn input,.sendbtn button {
	border-radius: 5px;
	border: 0;
	width: 270px;
	height: 70px;
	font-weight: bold;
	color: #fff;
	font-size: 108%;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica", "Arial", "Verdana", sans-serif;
	box-shadow:0px 5px 0px 0px rgba(0,0,0,0.15);
}
.sendbtn button.check,
.sendbtn input.check,
.sendbtn input.send {background-color: #f18700;}
.sendbtn input.back {background-color: #333;margin-top: 10px;}
.sendbtn button.check,.sendbtn input.check {width: 100%;padding: 10px;height: auto;}

.sendbtn .disabled-btn,
.sendbtn .disabled-btn:hover {opacity: .2;}

.about-inquiry,.form-flow,.form-caution-box,.contact-privacy-box-outer {
	border: 1px solid #b2b2b2;
	padding: 20px;
	margin: 30px 0;
}
.form-flow {margin-bottom: 40px;}
.about-inquiry-header,.form-flow-header,.form-caution-box-header,.contact-privacy-box-header {margin: 0 0 10px;font-size: 123.1%;text-align: center;font-weight: 500;}
.contact-privacy-box-outer {margin-bottom: 20px;}

.form-flow ul {list-style-type: none;margin: 0;padding: 0;}
.form-flow li {position: relative;background-color: #facb92;text-align: center;font-weight: bold;padding: 10px;margin-bottom: 25px;}
.form-flow li::after {content: '';width: 11px;height: 6px;background: url("../images/inquiry/form/arrow_sp.gif") no-repeat left top;position: absolute;-webkit-background-size: 11px 6px;background-size: 11px 6px;bottom: -15px;left: 50%;margin-left: -5px;}
.form-flow li:last-child {margin-bottom: 0;}
.form-flow li:last-child::after {display: none;}
.form-flow li img {width: 25px;margin-bottom: 5px;}
.form-flow p.note {color: #f00;margin-bottom: 0;font-size: 108%;}
.form-caution-box b {color: #f00;}

div.alert {margin-bottom: 15px;}
dd ul li div.alert {position: absolute;}

div.alert span {
	font-size: 93%;
	font-weight: bold;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #808080;
	white-space: nowrap;
	padding: 10px 15px;
	position: relative;
}
.form-set ul li div.alert span,
.privacy div.alert span {
	position: relative;
	bottom: 72px;
}

.alert span:after, .alert span:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.alert span:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.alert span:before {
	border-color: rgba(207, 207, 207, 0);
	border-top-color: #808080;
	border-width: 11px;
	margin-left: -11px;
}

.kubun-kojin,.kubun-hojin {margin: 15px 0 0;}
.kubun-kojin,.kubun-hojin {display: none;}
/*.kubun-kojin.active,.kubun-hojin.active {display: block;}*/

.birth-box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.birth-box>div {position: relative;}
.birth-box>div div.alert {margin-bottom: 0;}
.birth-box>div div.alert span {position: absolute;top: -50px;}
.birth-box>div:first-child,.birth-box>div:nth-child(3) {width: calc(75px + 50px);}
.birth-box>div:nth-child(2n) {width: calc(100% - 75px - 50px);}
.birth-box select,.birth-box input[type="tel"] {width: 75px;margin-right: 5px;}


@media print, screen and (min-width: 669px) { /*670px*/
/*フォーム*/
.form-box {
	margin: 50px 15px 60px;
}
	
	
.contents.bottom {margin-bottom: 80px;}
	
.plain-box.form {padding-top: 90px;}
	
.form-introduction {margin-bottom:55px;}
	

.form-box .commonSub02 {margin-top: 60px;}
	
.stepBar {margin-left: auto;margin-right: auto;}
.stepBar .step {
	width: calc((100% - 52px) / 3);
	display: block;
	line-height: 1.7;
	padding: 7px 10px;
	font-size: 116%;
	margin-right: 26px;
}
.stepBar .step:first-child {width: calc((100% - 52px) / 3);}
.stepBar .step:last-child {width: calc((100% - 52px) / 3);margin-right: 0;}
.stepBar .step:before,
.stepBar .step.current:before {
	position: absolute;
	left: -15px;
	display: block;
	content: '';
	background-color: transparent;
	border-left: 0;
	width: 6px;
    height: 11px;
	top: 50%;
	margin-top: -5.5px;
    background: #FFF url(../images/inquiry/form/arrow.gif) no-repeat left top;
}
.stepBar .step:after {display: none;}
.stepBar .step:before {
	bottom: auto;
	-moz-transform: skew(0);
	-ms-transform: skew(0);
	-webkit-transform: skew(0);
	transform: skew(0);
}
.stepBar .step:first-child {
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}
.stepBar .step:last-child {
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}


.form-caution {
	margin-top: 50px;
	margin-bottom: 50px;
}

	
.form-set,.privacy{margin-bottom: 60px;}
.privacy h4 {font-size: 116%;}
	
	
.form-set table {border-top: 1px solid #b2b2b2;}
.form-set tr {display: table-row;}
.form-set th,
.form-set td {border-bottom: 1px solid #b2b2b2;display: table-cell;}
.form-set th {width: 25%;text-align: left;vertical-align: top;}
.form-set td {padding: 13px 15px;width: 80%;}
.form-set tr:last-child td {padding-bottom: 13px;}
	
input[type="text"],
input[type="tel"],
input[type="email"],
textarea,select{font-size: 100%;}
select {height: 29px;padding: 0 5px;}
	
.form-set td li {margin-bottom: 7px;}
	
input.input01 {width: auto;}
input.input04 {width: auto;}
input.input05 {width: auto;}
input.input06 {width: auto;}
input.input07 {width: auto;}
	
	
.sendbtn {margin: 60px 0 0;}
.sendbtn input,.sendbtn button {
	font-size: 108%;
	cursor: pointer;
		-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.sendbtn input:hover,.sendbtn button:hover {opacity: .6;}
.sendbtn input.back {margin-top: 0;margin-left: 10px;}
.sendbtn button.check,.sendbtn input.check {width: 720px;padding: 20px;}
	
.about-inquiry,.form-flow,.form-caution-box,.contact-privacy-box-outer {padding: 35px;}
.form-flow {margin-bottom: 50px;}
.contact-privacy-box-outer {margin-top: 50px;}
.about-inquiry-header,.form-flow-header,.form-caution-box-header,.contact-privacy-box-header {margin: 0 0 15px;font-size: 161.6%;}
.contact-privacy-box-header {margin-bottom: 25px;}
	
.form-flow ul {display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;flex-wrap: wrap;justify-content: center;-ms-align-items: center;align-items: center;gap: 20px;margin: 20px 0;}
.form-flow li {padding: 15px 10px;margin-bottom: 0;width: calc((100% - 40px) / 3);-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.form-flow li::after {width: 6px;height: 11px;background: url("../images/inquiry/form/arrow.gif") no-repeat left top;bottom: 50%;left: auto;right: -15px;margin-bottom: -5px;}
	
.name-box,.birth-box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
}
.birth-box>div {width: calc(75px + 35px) !important;}
.birth-box>div:first-child {width: 75px !important;margin-right: 10px;}
.name-box>div {margin-right: 20px;position: relative;}
.name-box>div:last-of-type {margin-right: 0;}
.name-box>div input {margin-left: 5px;}
.name-box>div {position: relative;}
.name-box>div div.alert {margin-bottom: 0;position: absolute;top: -10px;}
.name-box>div div.alert span {position: absolute;top: -50px;}
	
}

@media print, screen and (min-width: 959px) { /*960px*/

/*フォーム*/

.form-box {
	margin: 70px 40px 80px;
}
input.input01 {width: 300px;}
input.input04 {width: 630px;}
input.input05 {width: 180px;}
input.input06 {width: 500px;}
input.input07 {width: 595px;}

.stepBar {width: 652px;}
.stepBar .step:first-child {width: 200px !important;}
.stepBar .step:last-child {width: 200px !important;margin-right: 0;}

.stepBar .step {
	width: 200px !important;
	display: block;
	line-height: 1.7;
	padding: 7px 10px;
	font-size: 116%;
	margin-right: 26px;
}
.stepBar .step:first-child {width: 200px !important;}
.stepBar .step:last-child {width: 200px !important;margin-right: 0;}

.form-flow {margin-bottom: 60px;}
.form-flow ul {flex-wrap: nowrap;justify-content: space-between;gap: 0;align-items: stretch;}
.form-flow li {margin-bottom: 0;width: calc((100% - 100px) / 5);}
}


@media print, screen and (min-width: 1240px) {
	
.form-box {
	width: 1000px;
	margin: 70px auto 80px;
}
	
.form-flow li {width: 166px;}
}