@charset "UTF-8";

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	position: relative;
}

/* main {
	font-size: 16px;
	max-width: 1100px;
	margin: 0 auto;
} */

main header {
	position: static;
	background: none;
	height: auto;
}

address {
	text-align: center;
	font-size: 12px;
}

.ib {
	display: inline-block;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
	border: 1px solid #D7D7D7;
	/* background: #EEEEEE; */
	box-shadow: none;
}

input[type=checkbox] {
	-webkit-appearance: auto;
	appearance: auto;
	box-shadow: none;
	border: none;
}

@media (Max-width: 580px) {
	._pc {
		display: none;
	}

	._sp {
		display: block;
	}
}

@media (min-width: 581px) {
	._pc {
		display: block;
	}

	._sp {
		display: none;
	}
}

select {
	border-style: solid;
	padding: 0.2em;
	border: none;
}

@media (max-width:580px) {
	.main {
		padding: 25px 0;
	}
}

@media (min-width:581px) {
	.main {
		padding: 50px 0;
	}
}

.main_head {
	background: #fff;
	text-align: center;
	font-size: 28px;
	color: #9D835E;
	font-weight: 100;
	line-height: 1.5em;
	margin-bottom: 40px;
}

@media (Max-width: 580px) {
	.main_head {
		font-size: 20px;
	}
}

/* .form_text {
	font-size: 1.2em;
	text-align: center;
} */


.privacy {
	max-width: 800px;
	margin: 40px auto;
	padding: 10px 0;
	text-align: center;
}

.privacy_head {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

.privacy_label {
	cursor: pointer;
}

.privacy .form_row {
	/* padding: 10px; */
	/* background-color: #EEE; */
	display: block;
}

.privacy_label .parsley-errors-list li {
	margin-left: auto;
	margin-right: auto;
}

.in-text {
	padding: 0.5em 1em;
	font-size: min(2.8svw, 14px);
	display: inline-block;
}

.in-text.short {
	width: 100%;
	/* max-width: 22svw; */
}
@media screen and (min-width: 768px), print {
	.in-text.short {
		max-width: 170px;
	}
}

.in-text.half {
	width: 49%;
	max-width: 200px;
}

.in-text.middle {
	width: 62%;
}

.in-text.long {
	width: 75%;
}

.in-text.full {
	width: 100%;
}


.scroll-box {
	height: 250px;
	overflow-y: scroll;
	padding: 15px;
	background-color: #fff;
	border: #707070 solid 1px;
	max-width: 800px;
	margin: 0 auto 60px;
}

.scroll-box .privacypolicyh2 {
	border-bottom: #121212 solid 2px;
	padding-bottom: 10px;
	font-size: min(4.2svw, 24px);
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.scroll-box {
		max-width: 100%;
	}
}

.privacypolicycol {
	margin-bottom: 40px;
}

.privacypolicycol.privacypolicycol02 {
	border-bottom: solid 1px #121212;
	padding-bottom: 30px;
	position: relative;
}

.privacypolicycol.privacypolicycol02::after {
	content: "";
	position: absolute;
	border-bottom: solid 1px #121212;
	width: 100%;
	height: 5px;
	display: block;
	bottom: -10px;
}

.mb {
	margin-bottom: 40px;
}

.textCenter {
	text-align: center;
}

.titleh2 {
	font-size: min(4.2svw, 24px);
	color: #121212;
	font-weight: bold;
}

.titleh3 {
	font-size: min(4.2svw, 24px);
	font-weight: bold;
	color: #111111;
	border-bottom: #121212 solid 1px;
	padding-bottom: 20px;
	margin-bottom: 1em;
}



.sbtnc {
	/* margin-bottom: 20px;
	text-align: center; */
	/* padding-top: 50px;

	margin: 0 auto;
	max-width: 400px;
	width: 80%; */

	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1em;
	margin: 1.5em auto 0;
}
@media screen and (min-width: 768px), print {
	.sbtnc {
		margin: 3em auto 0;
	}
}

input[type="submit"].sbmt6b,
input[type="button"].sbmt5b,
input[type="submit"].sbmt5b {
	width: 80%;
	max-width: 300px;
	height: 50px;
	color: white;
	background-color: #8B8172;
	letter-spacing: 0.2em;
	transition: all 0.3s linear;

	/* font-size: min(3.2svw, 16px); */
	font-size: min(3.6svw, 18px);
	font-weight: 400;
	font-style: normal;
	font-feature-settings: "palt";
	letter-spacing: 0.2em;
	line-height: 1;

	display: inline-block;
	position: relative;

	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;

	border: none;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;

}

input[type="submit"].sbmt6b {
	width: 40%;
	border: none;
	cursor: pointer;

}

input[type="submit"].sbmt6b:hover {
	opacity: 0.7;
}

input[type="submit"].sbmt6c,
.submitw2 {
	position: relative;
	/* margin: 0 10px; */
	cursor: pointer;
	vertical-align: top;
	width: 100%;
	height: 50px;
	display: inline-block;
	color: #000;
	/* border: 1px solid #9D835E; */
	position: relative;
	background-color: #ffffff;

	box-sizing: border-box;

	font-size: min(3.2svw, 16px);
	font-weight: 400;
	font-style: normal;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	line-height: 1.75em;
	max-width: 400px;
}
@media screen and (min-width: 768px), print {
	.submitw2 {
		height: 65px;
	}
}

.submitw2::after {
	content: "";
	width: 20px;
	height: 16px;
	position: absolute;
	top: calc(50% - 8px);
	left: 20px;
	border-right: 10px solid #9D835E;
	border-left: 10px solid transparent;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	transition: transform 0.3s linear;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.submitw {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	/* cursor: pointer; */
	pointer-events: none;
	max-width: 400px;
	width: 100%;
}
.submitw.confirm {
	pointer-events: all;
}

.thanks_msg a,
.thanks_msg p {
	color: #000;
}

.submitw::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	border-left: 10px solid #FFF;
	border-right: 10px solid transparent;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	width: 20px;
	height: 16px;
	transition: transform 0.3s linear;


	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.submitw input[type="submit"].sbmt5b {
	background-color: #ccc;
	max-width: 400px;
	width: 100%;
	height: 50px;
	transition: background-color 0.4s ease-out, opacity 0.4s ease-out;
}
@media screen and (min-width: 768px), print {
	.submitw input[type="submit"].sbmt5b {
		height: 65px;
	}
}
.submitw input[type="submit"].sbmt5b:hover {
	opacity: 0.6;
}
.submitw.confirm input[type="submit"].sbmt5b {
	background-color: #66252A;
}

.privacy:has(.input:checked) + .sbtnc .submitw input[type="submit"].sbmt5b {
	background-color: #66252A;
	pointer-events: all;
}

.submitw:hover::after {
	right: 6px;
}

.submitw2:hover::after {
	left: 6px;
}


#btn_back,
#submit {
	border: none;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.btn_back {
	color: #000000;
	line-height: 30px;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}



#formWrap {
	/* max-width: 1100px; */
	margin: 2em auto 0;
	/* color: #555; */
}

table.formTable {
	margin: 0 auto;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
	width: 100%;
}

table.formTable td,
table.formTable th {
	position: relative;
	padding: 1em 1em 1em 0.5em;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: min(3.2svw, 16px);
}
@media screen and (min-width: 768px), print {
	table.formTable td,
	table.formTable th {
		padding: 1em 1.5em;
	}
}

table.formTable th {
	position: relative;
	padding: 6px 12px;
	width: 270px;
	background-color: #F5F5F5;
	font-size: min(3.6svw, 18px);
	font-weight: 300;
	text-align: left;
}
@media screen and (min-width: 768px), print {
	table.formTable th {
		padding: 17px 20px;
		font-size: min(2.8svw, 14px);
	}
}
/* @media screen and (max-width: 767px) {
	table.formTable th {
		padding-bottom: 0;
	}
} */

table.formTable th.req span {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0 1em;
}

table.formTable th.req span::after {
	content: "必須";
	/* position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%); */
	flex-shrink: 0;
	padding: 5px;
	color: #FFF;
	font-size: min(2.8svw, 14px);
	line-height: 1em;
	background-color: #66252A;
	/* border-radius: 13px; */
}
@media screen and (min-width: 768px), print {
	table.formTable th.req span::after {
		font-size: min(2.0svw, 10px);
	}
}

table.formTable td,
table.formTable2 td {
	font-size: min(3.2svw, 16px);
	letter-spacing: 0.1em;
	vertical-align: middle;
}
@media screen and (min-width: 768px), print {
	table.formTable td,
	table.formTable2 td {
		font-size: min(2.4svw, 12px);
	}

	table.formTable td.confirm,
	table.formTable2 td.confirm {
		font-size: min(3.2svw, 16px);
	}
}

table.formTable td.flex_name {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 0 1em;
}

table.formTable td.flex_name > div {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 0 0.5em;
}

table.formTable td.flex_name > div span {
	flex-shrink: 0;
}

table.formTable td ul {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #ccc;
	margin: 0 0 0.5em;
	padding: 0 0 0.5em;
}

table.formTable td ul li {
	list-style: none;
	margin: 0 1em 0 0;
}

table.formTable td .in {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: start;
	gap: 0.25em 0;
	margin: 1em 0 0;
}

table.formTable td .in.yubin {
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	gap: 0 0.5em;
}
table.formTable td .in.yubin input[type="text"].short {
	max-width: 22svw;
}
@media screen and (min-width: 768px), print {
	table.formTable td .in.yubin input[type="text"].short {
		max-width: 170px;
	}
}
table.formTable td .in.yubin small {
	margin: 0 0 0 1em;
}

table.formTable td p.sub_ttl {
	margin: unset;
	font-size: min(2.8svw, 14px);
	letter-spacing: 0.1em;
	line-height: 1.2;
}
@media screen and (min-width: 768px), print {
	table.formTable td p.sub_ttl {
		font-size: min(2.0svw, 10px);
	}
}

table.formTable td p.caution {
	margin: 0.5em 0 0 1em;
	text-indent: -1em;
	font-size: min(2.4svw, 12px);
	letter-spacing: 0.1em;
	line-height: 1.6;
}
@media screen and (min-width: 768px), print {
	table.formTable td p.caution {
		font-size: min(2.0svw, 10px);
	}
}

table.formTable td .inputWrap,
table.formTable2 td .inputWrap {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	gap: 11px 9px;
}
@media screen and (min-width: 768px), print {
	table.formTable td .inputWrap,
	table.formTable2 td .inputWrap {
		gap: 10px 14px;
	}
}

.formText {
	margin: 6em auto 0;
	font-size: min(2.6svw, 13px);
	line-height: 2.4;
	letter-spacing: 0.02em;
}

/* 任意 */
.formTable2 {
	table-layout: fixed;
	margin: 2em auto 0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #fff;
	width: 100%;
	font-family: sans-serif;
}
@media screen and (max-width: 767px) {
	.formTable2 {
		display: block;
		margin: 1em auto 0;
	}
	.formTable2 tbody,
	.formTable2 tr,
	.formTable2 th,
	.formTable2 td {
		display: block;
	}
}
/* @media screen and (min-width: 768px), print {
	* + .formTable2 {
		margin: 2em auto 0;
	}
}
@media screen and (max-width: 767px) {
	* + .formTable2 {
		margin-top: 0.25em;
	}
} */
@media screen and (min-width: 768px), print {
	.formTable2 + * {
		margin-top: 3em;
	}
}
@media screen and (max-width: 767px) {
	.formTable2 + * {
		margin-top: 3em;
	}
}
.formTable2 tr.-verTop th,
.formTable2 tr.-verTop td {
	vertical-align: top !important;
}
.formTable2 tr.-any th span, .formTable2 tr.-required th span {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.formTable2 tr.-any th span::after,
.formTable2 tr.-required th span::after {
	font-size: min(2.8svw, 14px);
	line-height: 1.5;
	letter-spacing: 0;
	padding: 2.5px 5px;
	border-radius: 2px;
	white-space: nowrap;
}
.formTable2 tr.-any:has(.-required) th span::after,
.formTable2 tr.-any:has(.-any) th span::after,
.formTable2 tr.-required:has(.-required) th span::after,
.formTable2 tr.-required:has(.-any) th span::after {
	content: none;
}
.formTable2 tr.-required th span::after {
	content: '必須';
	background-color: #66252A;
	color: #fff;
}
.formTable2 tr.-any th span::after {
	content: '任意';
	color: #66252A;
	border: 1px solid #66252A;
}
@media screen and (min-width: 768px), print {
	.formTable2 tr.-any th span::after {
		font-size: min(2.0svw, 10px);
	}
}
.formTable2 th,
.formTable2 td {
	line-height: 1.6;
	letter-spacing: 0.1em;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.formTable2 th {
	background-color: #F5F5F5;
	font-size: min(2.8svw, 14px);
	font-weight: 300;
	vertical-align: middle;
}
.formTable2 td textarea {
	padding: 0.75em;
	width: 100%;
	min-height: 145px;
	font-size: min(2.4svw, 12px);
}
@media screen and (min-width: 768px), print {
	.formTable2 td textarea {
		min-height: 60px;
	}

	.formTable2 th {
		width: 270px;
		padding: 17px 20px;
	}
}
@media screen and (max-width: 767px) {
	.formTable2 th {
		border-bottom: none;
		padding: 6px 12px;
		font-size: min(3.6svw, 18px);
	}
}
@media screen and (min-width: 768px), print {
	.formTable2 td {
		font-size: min(2.4svw, 12px);
		padding: 10px 20px;
	}
}
@media screen and (max-width: 767px) {
	.formTable2 td {
		font-size: min(3.2svw, 16px);
		padding: 7.25px 7.25px 10px 14.5px;
		padding: 0.5em 1em;
	}
}
.formTable2 td span.error {
	display: block;
	color: #ad0003;
	margin-top: 10px;
	letter-spacing: 0.2em;
}
@media screen and (min-width: 768px), print {
	.formTable2 td span.error {
		font-size: min(2.4svw, 12px);
	}
}
@media screen and (max-width: 767px) {
	.formTable2 td span.error {
		font-size: min(2.0svw, 10px);
	}
}
.formTable2 td span.error + span.error {
	margin-top: 4px;
}




/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width: 767px) {
	/* #formWrap {
		width: 95%;
		margin: 0 auto;
	} */

	table.formTable th,
	table.formTable td {
		width: auto;
		display: block;
	}

	table.formTable th {
		/* margin-top: 5px; */
		border-bottom: 0;
	}

	form input[type="text"],
	form textarea {
		width: 80%;
		padding: 5px;
		font-size: 110%;
		display: block;
	}

	form input[type="submit"],
	form input[type="reset"],
	form input[type="button"] {
		display: block;
		width: 100%;
		height: 40px;
	}
}

label {
	vertical-align: middle;
}

input {
	vertical-align: middle;
}


/* 都道府県 */
.selectWrap {
  display: inline-flex;
  position: relative;
}
@media screen and (min-width: 768px), print {
	.selectWrap {
		width: 170px;
	}
}
@media screen and (min-width: 768px), print {
	* + .selectWrap {
		margin-top: 14px;
	}
}
@media screen and (max-width: 767px) {
	* + .selectWrap {
		margin-top: 7px;
	}
}
.selectWrap::before, .selectWrap::after {
	content: '';
	height: 1px;
	background-color: #88733E;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	transform-origin: center center;
	pointer-events: none;
}
@media screen and (min-width: 768px), print {
	.selectWrap::before, .selectWrap::after {
		width: 10px;
		right: 14px;
	}
}
@media screen and (max-width: 767px) {
	.selectWrap::before, .selectWrap::after {
		width: 9px;
		right: 11px;
	}
}
.selectWrap::before {
	transform: translateX(-75%) rotate(43deg);
	z-index: 1;
}
.selectWrap::after {
	transform: rotate(-43deg);
}
.select {
  font-family: sans-serif;
  background-color: #fff;
  color: #111;
  border: 1px solid #D7D7D7;
  border-radius: 4px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  width: 100%;
}
@media screen and (min-width: 768px), print {
	.select {
		height: 36px;
		font-size: min(2.4svw, 12px);
		padding: 0 34px 0 14px;
		cursor: pointer;
	}
}
@media screen and (max-width: 767px) {
	.select {
		font-size: 0.16rem;
		font-size: min(3.2svw, 16px);
		height: 36px;
		padding: 0 34px 0 14px;
	}
}


/* checkbox */
.input.-checkbox {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.input.-checkbox + label {
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: min(3.2svw, 16px);
}
@media screen and (min-width: 768px), print {
	.input.-checkbox + label {
		font-size: min(2.6svw, 13px);
	}
}
.input.-checkbox + label:before {
	content: "";
	width: 1.5em;
	height: 1.5em;
	background-color: #fff;
	border: 1px solid #D7D7D7;
	border-radius: 0.25em;
	margin-right: 0.25rem;
	box-sizing: border-box;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15) inset;
	cursor: pointer;
}

.input.-checkbox + label::after {
	content: "";
	width: 12px;
	height: 8px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-radius: 0 0 0 2px;
	box-sizing: border-box;
	position: absolute;
	top: 0.25em;
	left: 0.25em;
	transform: rotate(-45deg);
	opacity: 0;
}

.input.-checkbox:checked + label::before {
	background-color: #88733E;
}

.input.-checkbox:checked + label::after {
	opacity: 1;
}

/* radio */
.input.-radio {
  display: inline-block;
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.input.-radio + label {
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
	font-size: min(3.2svw, 16px);
}
@media screen and (min-width: 768px), print {
	.input.-radio + label {
		font-size: min(2.6svw, 13px);
		white-space: nowrap;
	}
}
.input.-radio + label:last-of-type {
	margin-right: 0;
}
.input.-radio + label:before {
	content: '';
	width: 22px;
	height: 22px;
	background-color: #fff;
	background-image: radial-gradient(circle, #f5f5f5 6px, rgba(245, 245, 245, 0) 6px);
	border: 1px solid #D7D7D7;
	border-radius: 50%;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15) inset;
	margin-right: 4px;
	cursor: pointer;
	box-sizing: border-box;
}
.input.-radio + label + .input[type="text"] {
	margin-left: 4px;
}
.input.-radio:checked + label::before {
	background-image: radial-gradient(circle, #88733E 6px, rgba(136, 115, 62, 0) 6px);
}



#btn_back {
	margin: 0 auto;
	/* border: 1px solid #9D835E; */
	background: #C7B783;
	max-width: 400px;
	width: 100%;
	height: 50px;
	color: #fff;
}
@media screen and (min-width: 768px), print {
	#btn_back {
		height: 65px;
	}
}

#btn_back:hover {
	opacity: 0.6;
}



.form_outer {
	background-color: #FFF;
}

.thanks_msg {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 0 10px;
	max-width: 800px;
	width: 100%;
	min-height: 40vh;
	color: #FFF;
	line-height: 3em;
	text-align: center;
}

.thanks_msg_a {
	color: #FFF;
}

@media (max-width: 580px) {
	.thanks_msg {
		text-align: left;
	}
}

/* #header {
	position: static;
	background: rgba(130, 118, 216, .8156862745);
	display: block;
	z-index: 1;
} */

#header #logo {
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1 !important;
	z-index: 2;
}

#header .sub {
	display: none;
}

#header .link {
	display: none;
}

#header #menu {
	display: none;
}

.footnav {
	display: none;
}

/* h2.title {
	text-align: center;
	padding: 1em;
	font-size: min(4.8svw,30px);
} */



ul.formFlow {
	display: flex;
	height: 40px;
	align-items: center;
	justify-content: center;
	margin: 3em 0 2em;
	padding: 0;
}
ul.formFlow li {
	display: inline-flex;
	justify-content: center;
	flex: 1 0 33.333%;
	background: #EFF0F5;
	color: #121212;
	list-style: none;
	padding: 0;
	margin: 0 !important;
	height: 100%;
	font-size: min(3.2svw,16px);
	font-weight: bold;
	align-items: center;
	position: relative;
}
ul.formFlow li:before {
	display: none;
}
ul.formFlow li.visited {
	background: #999;
	color: #fff;
}
ul.formFlow li.active {
	background: #8B8172;
	color: #fff;
	position: relative;
}
ul.formFlow li.active:after {
	position: absolute;
	content: "";
	right: -40px;
	top: 0;
	z-index: 1;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-left: 20px solid #8B8172;
}
ul.formFlow li.second.active:before {
	display: block;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	z-index: 3;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-left: 20px solid #8B8172;
}
ul.formFlow li.third.active {
	background: #8B8172 !important;
}
ul.formFlow li.third.active:after {
	display: none;
}
ul.formFlow li.third.active:before {
	background: none;
	display: inline;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	z-index: 2;
	width: 0;
	height: 0;
	border-radius: 0;
	border: 20px solid transparent;
	border-left: 20px solid #8B8172;
}


.formStep {
  list-style-type: none;
  display: flex;
  counter-reset: item;
}
@media screen and (min-width: 768px), print {
	* + .formStep {
		margin-top: 3em;
	}
}
@media screen and (max-width: 767px) {
	* + .formStep {
		margin-top: 2.25em;
	}
}
/* .formStep + * {
	margin-top: 0.4rem;
} */
.formStep > li {
	width: 100%;
	text-align: center;
	background-color: #EEE6DB;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
@media screen and (min-width: 768px), print {
	.formStep > li {
		padding: 0.5em;
		clip-path: polygon(0 0, calc(100% - 1em) 0, 100% 50%, calc(100% - 1em) 100%, 0 100%);
	}
}
@media screen and (max-width: 767px) {
	.formStep > li {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: min(2.2svw, 11px);
		padding: 0.5em;
		clip-path: polygon(0 0, calc(100% - 1em) 0, 100% 50%, calc(100% - 1em) 100%, 0 100%);
	}
}
.formStep > li:last-child {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.formStep > li.-active {
	background-color: #867052;
	color: #fff;
}
.formStep > li > span {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: min(2.8svw, 14px);
}
@media screen and (min-width: 768px), print {
	.formStep > li > span {
		font-size: min(2.6svw, 13px);
	}
}
.formStep > li > span::before {
	counter-increment: item;
	content: counter(item);
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	letter-spacing: 0;
	color: #111;
	background-color: #fff;
	border-radius: 50%;
	margin-right: 0.5em;
	flex-shrink: 0;
	width: 1.5em;
	height: 1.5em;
	font-size: min(3.6svw, 18px);
}
@media screen and (min-width: 768px), print {
	.formStep > li > span::before {
		width: 1.25em;
		height: 1.25em;
	}
}


.floating_bnr{
	display: none;
}