
@charset "UTF-8";

:root {
	--mainColor: #D93E82;
}

input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	border: solid 1px #c7c7c7;
	border-radius: 5px;
	font-size: .875rem;
	max-width: 100%;
	padding: 13px 20px 12px;
	font-size: 16px;
}
@media only screen and (max-width:768px) {
	input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
		font-size: 1rem;
		padding: 11px 14px 10px
	}
}
input[type=email].-error, input[type=email].wpcf7-not-valid, input[type=number].-error, input[type=number].wpcf7-not-valid, input[type=password].-error, input[type=password].wpcf7-not-valid, input[type=search].-error, input[type=search].wpcf7-not-valid, input[type=tel].-error, input[type=tel].wpcf7-not-valid, input[type=text].-error, input[type=text].wpcf7-not-valid, input[type=url].-error, input[type=url].wpcf7-not-valid, select.-error, select.wpcf7-not-valid, textarea.-error, textarea.wpcf7-not-valid {
	background-color: rgba(203, 32, 32, .1);
	border-color: #cb2020
}
input[type=email]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #c9c9c9
}
input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=url]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
	color: #c9c9c9
}
input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #c9c9c9
}
input[type=email]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=text]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
	color: #c9c9c9
}
input[type=email]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder, input[type=text]::placeholder, input[type=url]::placeholder, select::placeholder, textarea::placeholder {
	color: #c9c9c9
}

.modFormInput, .wpcf7-number, .wpcf7-text {
	width: 100%
}
.modFormInput.-small, .wpcf7-number.-small, .wpcf7-text.-small {
	max-width: 180px
}
.modFormInput.-middle, .wpcf7-number.-middle, .wpcf7-text.-middle {
	max-width: 600px
}
.modFormSelect, .wpcf7-select {
	background: url(../img/form/icon_form_select.svg) no-repeat right 10px center;
	padding-right: 45px
}
.modFormTextarea, .wpcf7-textarea {
	width: 100%;
	height: 228px;
	max-height: 277px
}
@media only screen and (max-width:768px) {
	.modFormTextarea, .wpcf7-textarea {
		max-height: 130px
	}
}
.modFormRadio>br, .wpcf7-list-item:has(input[type=radio]) label>br {
	display: none
}
.modFormRadio :not(input):not(br), .wpcf7-list-item:has(input[type=radio]) label :not(input):not(br) {
	cursor: pointer;
	display: inline-block;
	padding-left: 40px;
	min-height: 30px;
	position: relative;
	width: 100%
}
.modFormRadio :not(input):not(br)::after, .modFormRadio :not(input):not(br)::before, .wpcf7-list-item:has(input[type=radio]) label :not(input):not(br)::after, .wpcf7-list-item:has(input[type=radio]) label :not(input):not(br)::before {
	border-radius: 100%;
	content: "";
	position: absolute;
	top: 0;
	-webkit-transition: all .2s;
	transition: all .2s
}
.modFormRadio :not(input):not(br)::before, .wpcf7-list-item:has(input[type=radio]) label :not(input):not(br)::before {
	background: #fff;
	border: 1px solid #c7c7c7;
	height: 30px;
	left: 0;
	margin-top: 0;
	width: 30px
}
.modFormRadio :not(input):not(br)::after, .wpcf7-list-item:has(input[type=radio]) label :not(input):not(br)::after {
	background: var(--mainColor);
	height: 16px;
	left: 7px;
	margin-top: 7px;
	opacity: 0;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	width: 16px
}
.modFormRadio input, .wpcf7-list-item:has(input[type=radio]) label input {
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: fixed;
	white-space: nowrap;
	width: 1px
}
.modFormRadio input:checked+:not(input):not(br)::after, .wpcf7-list-item:has(input[type=radio]) label input:checked+:not(input):not(br)::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}
.modFormListCheck.-small .modFormRadio :not(input):not(br), .modFormListCheck.-small .wpcf7-list-item:has(input[type=radio]) label :not(input):not(br), .modFormRadio.-small :not(input):not(br), .wpcf7-list-item:has(input[type=radio]) label.-small :not(input):not(br), .wpcf7-radio.-small .modFormRadio :not(input):not(br), .wpcf7-radio.-small .wpcf7-list-item:has(input[type=radio]) label :not(input):not(br) {
	font-size: .875rem;
	padding-left: 30px;
	min-height: 20px
}
.modFormListCheck.-small .modFormRadio :not(input):not(br)::before, .modFormListCheck.-small .wpcf7-list-item:has(input[type=radio]) label :not(input):not(br)::before, .modFormRadio.-small :not(input):not(br)::before, .wpcf7-list-item:has(input[type=radio]) label.-small :not(input):not(br)::before, .wpcf7-radio.-small .modFormRadio :not(input):not(br)::before, .wpcf7-radio.-small .wpcf7-list-item:has(input[type=radio]) label :not(input):not(br)::before {
	width: 20px;
	height: 20px;
	margin-top: 3px
}
.modFormListCheck.-small .modFormRadio :not(input):not(br)::after, .modFormListCheck.-small .wpcf7-list-item:has(input[type=radio]) label :not(input):not(br)::after, .modFormRadio.-small :not(input):not(br)::after, .wpcf7-list-item:has(input[type=radio]) label.-small :not(input):not(br)::after, .wpcf7-radio.-small .modFormRadio :not(input):not(br)::after, .wpcf7-radio.-small .wpcf7-list-item:has(input[type=radio]) label :not(input):not(br)::after {
	left: 5px;
	width: 10px;
	height: 10px;
	margin-top: 8px
}
.modFormCheckbox>br, .wpcf7-list-item:has(input[type=checkbox]) label>br {
	display: none
}
.modFormCheckbox :not(input):not(br), .wpcf7-list-item:has(input[type=checkbox]) label :not(input):not(br) {
	cursor: pointer;
	display: inline-block;
	padding-left: 40px;
	min-height: 30px;
	position: relative;
	-webkit-transition: all .2s;
	transition: all .2s
}
.modFormCheckbox :not(input):not(br)::after, .modFormCheckbox :not(input):not(br)::before, .wpcf7-list-item:has(input[type=checkbox]) label :not(input):not(br)::after, .wpcf7-list-item:has(input[type=checkbox]) label :not(input):not(br)::before {
	content: "";
	position: absolute;
	top: 0
}
.modFormCheckbox :not(input):not(br)::before, .wpcf7-list-item:has(input[type=checkbox]) label :not(input):not(br)::before {
	background: #fff;
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	height: 30px;
	left: 0;
	margin-top: 0;
	width: 30px
}
.modFormCheckbox :not(input):not(br)::after, .wpcf7-list-item:has(input[type=checkbox]) label :not(input):not(br)::after {
	border-bottom: 4px solid var(--mainColor);
	border-left: 4px solid var(--mainColor);
	height: 10px;
	left: 8px;
	margin-top: 8px;
	opacity: 0;
	-webkit-transform: rotate(-45deg) scale(.5);
	transform: rotate(-45deg) scale(.5);
	width: 13px
}
.modFormCheckbox input, .wpcf7-list-item:has(input[type=checkbox]) label input {
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: fixed;
	white-space: nowrap;
	width: 1px
}
.modFormCheckbox input:checked+:not(input):not(br)::after, .wpcf7-list-item:has(input[type=checkbox]) label input:checked+:not(input):not(br)::after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1)
}
.modFormCheckbox.-large :not(input):not(br), .modFormListCheck.-large .modFormCheckbox :not(input):not(br), .modFormListCheck.-large .wpcf7-list-item:has(input[type=checkbox]) label :not(input):not(br), .wpcf7-checkbox.-large .modFormCheckbox :not(input):not(br), .wpcf7-checkbox.-large .wpcf7-list-item:has(input[type=checkbox]) label :not(input):not(br), .wpcf7-list-item:has(input[type=checkbox]) label.-large :not(input):not(br) {
	font-size: 1.125rem;
	letter-spacing: .05em;
	line-height: 1.5555555556;
	min-height: 45px;
	padding-top: 6px;
	padding-left: 60px
}
.modFormCheckbox.-large :not(input):not(br)::before, .modFormListCheck.-large .modFormCheckbox :not(input):not(br)::before, .modFormListCheck.-large .wpcf7-list-item:has(input[type=checkbox]) label :not(input):not(br)::before, .wpcf7-checkbox.-large .modFormCheckbox :not(input):not(br)::before, .wpcf7-checkbox.-large .wpcf7-list-item:has(input[type=checkbox]) label :not(input):not(br)::before, .wpcf7-list-item:has(input[type=checkbox]) label.-large :not(input):not(br)::before {
	width: 45px;
	height: 45px;
	margin-top: 0
}
.modFormCheckbox.-large :not(input):not(br)::after, .modFormListCheck.-large .modFormCheckbox :not(input):not(br)::after, .modFormListCheck.-large .wpcf7-list-item:has(input[type=checkbox]) label :not(input):not(br)::after, .wpcf7-checkbox.-large .modFormCheckbox :not(input):not(br)::after, .wpcf7-checkbox.-large .wpcf7-list-item:has(input[type=checkbox]) label :not(input):not(br)::after, .wpcf7-list-item:has(input[type=checkbox]) label.-large :not(input):not(br)::after {
	border-bottom-width: 6px;
	border-left-width: 6px;
	height: 14px;
	left: 12px;
	margin-top: 12px;
	width: 21px
}
.modFormCheckbox.-small :not(input):not(br), .modFormListCheck.-small .modFormCheckbox :not(input):not(br), .modFormListCheck.-small .wpcf7-list-item:has(input[type=checkbox]) label :not(input):not(br), .wpcf7-checkbox.-small .modFormCheckbox :not(input):not(br), .wpcf7-checkbox.-small .wpcf7-list-item:has(input[type=checkbox]) label :not(input):not(br), .wpcf7-list-item:has(input[type=checkbox]) label.-small :not(input):not(br) {
	font-size: .875rem;
	padding-left: 30px;
	min-height: 20px
}
.modFormCheckbox.-small :not(input):not(br)::before, .modFormListCheck.-small .modFormCheckbox :not(input):not(br)::before, .modFormListCheck.-small .wpcf7-list-item:has(input[type=checkbox]) label :not(input):not(br)::before, .wpcf7-checkbox.-small .modFormCheckbox :not(input):not(br)::before, .wpcf7-checkbox.-small .wpcf7-list-item:has(input[type=checkbox]) label :not(input):not(br)::before, .wpcf7-list-item:has(input[type=checkbox]) label.-small :not(input):not(br)::before {
	width: 20px;
	height: 20px;
	margin-top: 3px
}
.modFormCheckbox.-small :not(input):not(br)::after, .modFormListCheck.-small .modFormCheckbox :not(input):not(br)::after, .modFormListCheck.-small .wpcf7-list-item:has(input[type=checkbox]) label :not(input):not(br)::after, .wpcf7-checkbox.-small .modFormCheckbox :not(input):not(br)::after, .wpcf7-checkbox.-small .wpcf7-list-item:has(input[type=checkbox]) label :not(input):not(br)::after, .wpcf7-list-item:has(input[type=checkbox]) label.-small :not(input):not(br)::after {
	border-bottom-width: 3px;
	border-left-width: 3px;
	left: 5px;
	width: 10px;
	height: 7px;
	margin-top: 8px
}
.modFormStep01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 626px;
	margin: 0 auto 90px;
	padding-top: 31px
}
@media only screen and (max-width:768px) {
	.modFormStep01 {
		width: calc(100% - 80px);
		margin-bottom: 40px;
		padding-top: 26px
	}
}
.modFormStep01__item {
	color: var(--mainColor);
	position: relative;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}
.modFormStep01__item::after, .modFormStep01__item::before {
	content: "";
	background-color: var(--mainColor)
}
.modFormStep01__item::before {
	border-radius: 50%;
	display: block;
	position: relative;
	width: 25px;
	height: 25px;
	z-index: 2
}
@media only screen and (max-width:768px) {
	.modFormStep01__item::before {
		width: 20px;
		height: 20px
	}
}
.modFormStep01__item::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	margin: auto
}
.modFormStep01__item:last-child {
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
.modFormStep01__item:last-child::after {
	content: none
}
.modFormStep01__item-txt {
	position: absolute;
	bottom: calc(100% + 12px);
	left: calc(-5em + 10px);
	font-size: .875rem;
	font-weight: 700;
	letter-spacing: .05em;
	text-align: center;
	width: 10em
}
@media only screen and (max-width:768px) {
	.modFormStep01__item-txt {
		bottom: calc(100% + 7px)
	}
}
.modFormStep01__item[aria-current]::after {
	background-color: #c7c7c7
}
.modFormStep01__item[aria-current]~.modFormStep01__item {
	color: #c7c7c7
}
.modFormStep01__item[aria-current]~.modFormStep01__item::after, .modFormStep01__item[aria-current]~.modFormStep01__item::before {
	background-color: #c7c7c7
}
.modFormStep02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 90px
}
@media only screen and (max-width:768px) {
	.modFormStep02 {
		margin-bottom: 40px
	}
}
.modFormStep02+.modFormStep02 {
	margin-top: -75px
}
@media only screen and (max-width:768px) {
	.modFormStep02+.modFormStep02 {
		margin-top: -25px
	}
}
.modFormStep02__item {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	position: relative;
	color: #c7c7c7;
	font-size: .875rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.5;
	min-height: 60px;
	margin-left: -55px;
	overflow: hidden
}
@media only screen and (max-width:768px) {
	.modFormStep02__item {
		margin-left: -35px
	}
}
.modFormStep02__item:nth-child(1) {
	z-index: 10
}
.modFormStep02__item:nth-child(2) {
	z-index: 9
}
.modFormStep02__item:nth-child(3) {
	z-index: 8
}
.modFormStep02__item:nth-child(4) {
	z-index: 7
}
.modFormStep02__item:nth-child(5) {
	z-index: 6
}
.modFormStep02__item:nth-child(6) {
	z-index: 5
}
.modFormStep02__item:nth-child(7) {
	z-index: 4
}
.modFormStep02__item:nth-child(8) {
	z-index: 3
}
.modFormStep02__item:nth-child(9) {
	z-index: 2
}
.modFormStep02__item:nth-child(10) {
	z-index: 1
}
@media only screen and (max-width:768px) {
	.modFormStep02__item {
		min-height: 53px
	}
}
.modFormStep02__item:not(:last-child) {
	padding-left: 50px;
	padding-right: 55px
}
@media only screen and (max-width:768px) {
	.modFormStep02__item:not(:last-child) {
		padding-left: 30px
	}
}
.modFormStep02__item:not(:last-child)::after, .modFormStep02__item:not(:last-child)::before {
	content: "";
	border: 100px solid #fff;
	position: absolute;
	top: 50%;
	height: 100%;
	-webkit-transform-origin: right 0;
	transform-origin: right 0;
	-webkit-transform: rotate(45deg) skew(-4deg, -4deg);
	transform: rotate(45deg) skew(-4deg, -4deg)
}
.modFormStep02__item:not(:last-child)::before {
	right: 0;
	z-index: 1
}
.modFormStep02__item:not(:last-child)::after {
	content: "";
	border-color: #f8f8f8;
	right: 10px;
	z-index: 2
}
.modFormStep02__item:first-child {
	margin-left: 0;
	padding-left: 0
}
@media only screen and (max-width:768px) {
	.modFormStep02__item:last-child {
		-ms-flex-preferred-size: 180%;
		flex-basis: 180%
	}
}
@media only screen and (max-width:768px) and (-ms-high-contrast:none) {
	.modFormStep02__item:last-child {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}
.modFormStep02__item-box {
	background-color: #f8f8f8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	height: 100%;
	margin-left: inherit;
	padding: 6px 15px 7px;
	z-index: 3
}
.modFormStep02__item:not(:first-child) .modFormStep02__item-box {
	padding-left: 70px
}
.modFormStep02__item:last-child .modFormStep02__item-box {
	padding-left: 108px
}
@media only screen and (max-width:768px) {
	.modFormStep02__item:last-child .modFormStep02__item-box {
		padding-left: 78px
	}
}
.modFormStep02__item-box p {
	display: contents
}
.modFormStep02__item-step {
	font-size: .875rem;
	letter-spacing: .05em;
	position: relative
}
@media only screen and (min-width:769px) {
	.modFormStep02__item-step {
		padding-right: 40px
	}
	.modFormStep02__item-step::after {
		content: "";
		background-color: #c7c7c7;
		position: absolute;
		top: 0;
		right: 20px;
		width: 1px;
		height: 100%
	}
}
.modFormStep02__item-stepNum, .modFormStep02__item-stepTxt {
	display: block;
	line-height: 1
}
.modFormStep02__item-stepTxt {
	font-size: .625rem;
	letter-spacing: .05em;
	margin-bottom: 2px
}
@media only screen and (max-width:768px) {
	.modFormStep02__item-stepTxt {
		text-indent: -.2em;
		-webkit-transform-origin: center 0;
		transform-origin: center 0;
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
}
.modFormStep02__item-stepNum {
	font-size: 1.25rem;
	letter-spacing: .05em
}
@media only screen and (max-width:768px) {
	.modFormStep02__item-stepNum {
		font-size: 1.125rem;
		letter-spacing: .05em
	}
}
@media only screen and (max-width:768px) {
	.modFormStep02__item:first-child .modFormStep02__item-step {
		margin-right: -22px
	}
}
.modFormStep02__item-txt {
	margin-right: -10px
}
@media only screen and (max-width:992px) {
	.modFormStep02__item-txt {
		font-size: .75rem;
		line-height: 1.3
	}
}
@media only screen and (max-width:768px) {
	.modFormStep02__item-txt {
		display: none
	}
}
.modFormStep02__item[aria-current=step] {
	color: #fff
}
.modFormStep02__item[aria-current=step]::after {
	border-color: var(--mainColor)
}
.modFormStep02__item[aria-current=step] .modFormStep02__item-box {
	background-color: var(--mainColor)
}
@media only screen and (min-width:769px) {
	.modFormStep02__item[aria-current=step] .modFormStep02__item-step:not(:last-child)::after {
		background-color: #fff
	}
}
.modFormStep02__item.-pause {
	-ms-flex-preferred-size: 43%;
	flex-basis: 43%
}
.modFormStep02__item.-pause .modFormStep02__item-box {
	background: 0 0;
	font-size: 1rem;
	text-indent: 1.5em
}
@media all and (-ms-high-contrast:none) {
	.modFormStep02__item.-pause .modFormStep02__item-box {
		text-indent: .5em
	}
}
@media only screen and (max-width:768px) {
	.modFormStep02__item.-pause .modFormStep02__item-box {
		font-size: .625rem;
		text-indent: -1em;
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
}
@media only screen and (max-width:768px) and (-ms-high-contrast:none) {
	.modFormStep02__item.-pause .modFormStep02__item-box {
		text-indent: -2.5em
	}
}
.modFormTitlePage {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 30px
}
@media only screen and (max-width:768px) {
	.modFormTitlePage {
		font-size: 1.375rem;
		margin-bottom: 14px
	}
}
.modFormTxtLead {
	margin-bottom: 73px;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	color:#333333;
}
@media only screen and (max-width:768px) {
	.modFormTxtLead {
		margin-bottom: 30px
	}
}
.modFormTxtCaution {
	margin-bottom: 10px
}
.modFormTxtCaution:not(:first-child) {
	margin-top: -5px
}
.modFormTxtError, .wpcf7-not-valid-tip {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: #cb2020;
	margin-top: 15px;
}

@media (max-width: 767px) {

.modFormTxtError, .wpcf7-not-valid-tip {
	margin-top: 8px;
}
}

.modFormTxtError::before, .wpcf7-not-valid-tip::before {
	content: "";
	background: url(../img/form/icon_form_error.svg) no-repeat center;
	background-size: contain;
	display: inline-block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin: 5px 8px 0 0
}
.modFormTxtError:empty, .wpcf7-not-valid-tip:empty {
	display: none
}
.modFormBlockItem+.modFormTxtError, .modFormBlockItem+.wpcf7-not-valid-tip, .modFormTxtCaution+.modFormTxtError, .modFormTxtCaution+.wpcf7-not-valid-tip {
	margin-top: -15px
}

@media (max-width: 767px) {

.modFormBlockItem+.modFormTxtError, .modFormBlockItem+.wpcf7-not-valid-tip, .modFormTxtCaution+.modFormTxtError, .modFormTxtCaution+.wpcf7-not-valid-tip {
	margin-top: -8px
}
}


.modFormListError, .screen-reader-response [role=status], .screen-reader-response ul {
	border: 2px solid #cb2020;
	color: #cb2020;
	margin: 30px 0 40px;
	padding: 30px
}
.modFormListError:empty, .screen-reader-response [role=status]:empty, .screen-reader-response ul:empty {
	display: none
}
.modFormListError li:not(:last-child), .modFormListError>:not(:last-child), .screen-reader-response [role=status] li:not(:last-child), .screen-reader-response [role=status]>:not(:last-child), .screen-reader-response ul li:not(:last-child), .screen-reader-response ul>:not(:last-child) {
	margin-bottom: 7px
}
.modFormListError li, .screen-reader-response [role=status] li, .screen-reader-response ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.modFormListError li::before, .screen-reader-response [role=status] li::before, .screen-reader-response ul li::before {
	content: "・";
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.modFormBlockSection {
}

* + .modFormBlockSection{
  margin-top: 40px;
}

.modFormTitle01 {
	background-color: #C59D96;
	color: #fff;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.5;
	margin-bottom: 45px;
	padding: 15px 30px 14px
}
@media only screen and (max-width:768px) {
	.modFormTitle01 {
		font-size: 1.125rem;
		padding: 10px 15px 9px;
		margin-bottom: 30px
	}
}
.modFormTitle02 {
	border-bottom: 2px solid var(--mainColor);
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.5555555556;
	margin-bottom: 30px;
	padding-bottom: 14px
}
@media only screen and (max-width:768px) {
	.modFormTitle02 {
		margin-bottom: 15px
	}
}
.modFormBlockArea__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-bottom: 14px
}

.modFormBlockArea__contents + .modFormBlockArea__head{
  border-top: solid 1px #ccc;
  padding-top: 25px;
  margin-top: 25px;
}


@media (max-width: 767px) {
.modFormBlockArea__contents + .modFormBlockArea__head{
	padding-top: 16px;
	margin-top: 16px;
}
}

.modFormBlockArea__head>p:not([class]) {
	display: contents
}
.modFormBlockArea__head>p:not([class])>br {
	display: none
}
.modFormBlockArea__head-title {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.5555555556;
	text-align: left
}
.modFormBlockArea__head-required {
	background-color: #cb2020;
	border-radius: 2px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #fff;
	font-size: .75rem;
	letter-spacing: .05em;
	line-height: 1.5;
	margin-left: 10px;
	padding: 0 12px 1px;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px)
}
.modFormBlockArea__contents {
}
@media only screen and (max-width:768px) {
	.modFormBlockArea__contents {
	}
}
.modFormBlockArea__contents>p:not([class]) {
	display: contents
}
.modFormBlockArea__contents.-confirm {
	border-bottom: 1px solid #c7c7c7;
	margin-bottom: 30px;
	padding-bottom: 30px
}
.modFormBlockItem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 15px
}

@media (max-width: 767px) {
.modFormBlockItem {
	margin-bottom: 8px;
}
}

.modFormBlockItem:not(:only-child) {
	margin-top: 15px
}

@media (max-width: 767px) {
.modFormBlockItem:not(:only-child) {
	margin-top: 8px
}

}

.modFormBlockItem>p:not([class]) {
	display: contents
}
.modFormBlockName {
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}


@media (max-width: 767px) {

.modFormBlockName {
	margin-bottom: 8px;
}
}


.modFormBlockName__item {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 180px
}
.modFormBlockName__item:not(:last-child) {
	margin-right: 15px
}
.modFormBlockName__title {
	margin-bottom: 10px
}
.modFormBlockTel, .modFormBlockZip {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 15px
}

@media (max-width: 767px) {

.modFormBlockTel, .modFormBlockZip {
	margin-bottom: 8px;
}

}

.modFormBlockTel>p:not([class]), .modFormBlockZip>p:not([class]) {
	display: contents
}
.modFormBlockTel__item:not(:last-child), .modFormBlockZip__item:not(:last-child) {
	margin-right: 15px
}
.modFormBlockTel__item.-input, .modFormBlockZip__item.-input {
	max-width: 180px
}
@media only screen and (max-width:768px) {
	.modFormBlockTel__item.-input:only-child, .modFormBlockZip__item.-input:only-child {
		min-width: 175px
	}
}
.modFormBlockTel__item.-pause, .modFormBlockZip__item.-pause {
	-webkit-transform: translateY(.65em);
	transform: translateY(.65em)
}
@media only screen and (max-width:600px) {
	.modFormBlockTel__item.-pause, .modFormBlockZip__item.-pause {
		margin-left: -10px;
		margin-right: 5px
	}
}
.modFormBlockTel__item.-btn, .modFormBlockZip__item.-btn {
	background-color: var(--mainColor);
	border: 2px solid var(--mainColor);
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-weight: 700;
	padding: 10px 30px 10px
}
@media only screen and (max-width:768px) {
	.modFormBlockTel__item.-btn, .modFormBlockZip__item.-btn {
		padding-left: 20px;
		padding-right: 20px
	}
	.modFormBlockTel__item.-btn .modFormBlockZip, .modFormBlockTel__item.-input:first-child+.modFormBlockTel__item.-btn, .modFormBlockTel__item.-input:first-child+.modFormBlockZip__item.-btn, .modFormBlockZip__item.-btn .modFormBlockZip {
		display: none
	}
}
.modFormListCheck, .wpcf7-checkbox, .wpcf7-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px 30px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
@media only screen and (min-width:769px) {
	.modFormListCheck.-horizontal, .wpcf7-checkbox.-horizontal, .wpcf7-radio.-horizontal {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		width: 100%;
		overflow: hidden
	}
}
.modFormListCheck .wpcf7-list-item, .modFormListCheck__item, .wpcf7-checkbox .wpcf7-list-item, .wpcf7-checkbox__item, .wpcf7-radio .wpcf7-list-item, .wpcf7-radio__item {
	display: block
}
.modFormListCheck .wpcf7-list-item>p:not([class]), .modFormListCheck__item>p:not([class]), .wpcf7-checkbox .wpcf7-list-item>p:not([class]), .wpcf7-checkbox__item>p:not([class]), .wpcf7-radio .wpcf7-list-item>p:not([class]), .wpcf7-radio__item>p:not([class]) {
	display: contents
}
.modFormListCheck .modFormBlockItem:last-child, .wpcf7-checkbox .modFormBlockItem:last-child, .wpcf7-radio .modFormBlockItem:last-child {
	margin-bottom: 0
}
.modFormBlockGrid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.modFormBlockGrid__item {
	position: relative
}
.modFormBlockGrid__item:not(:last-child) {
	margin-right: 15px
}
.modFormBlockGrid:has(.modFormTxtError) .modFormBlockGrid__item, .modFormBlockGrid:has(.wpcf7-not-valid-tip) .modFormBlockGrid__item {
	padding-bottom: calc(15px + 1.8em)
}
.modFormBlockGrid__item>p:not([class]) {
	display: contents
}
.modFormBlockGrid .modFormTxtError, .modFormBlockGrid .wpcf7-not-valid-tip {
	position: absolute;
	bottom: -15px;
	left: 0
}
.modFormBlockPrivacy {
	background-color: #f8f8f8;
	margin-bottom: 60px;
	padding: 60px 60px 45px
}
@media only screen and (max-width:768px) {
	.modFormBlockPrivacy {
		margin-bottom: 30px;
		padding: 30px 30px 30px
	}
}
.modFormBlockPrivacy__lead {
	margin-bottom: 30px
}
@media only screen and (max-width:768px) {
	.modFormBlockPrivacy__lead {
		margin-bottom: 15px
	}
}
.modFormBlockPrivacy__body {
	background-color: #fff;
	max-height: 341px;
	margin-bottom: 30px;
	padding: 30px 30px 30px;
	overflow: auto
}
@media only screen and (max-width:768px) {
	.modFormBlockPrivacy__body {
		max-height: 325px;
		margin-bottom: 15px;
		padding: 15px 15px 15px
	}
}
.modFormBlockPrivacy__body>:not(:last-child) {
	margin-bottom: 14px
}
.modFormBlockPrivacy__body-title {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.5555555556
}
.modFormBlockPrivacy__body-title:not(:first-child) {
	margin-top: 30px
}
.modFormBtn, .wpcf7-submit {
	background-color: var(--mainColor);
	border: 2px solid var(--mainColor);
	border-radius: 5px;
	display: block;
	position: relative;
	color: #fff;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 350px;
	width: 100%;
	padding: 22px 40px 22px;
	font-size: 16px;
}
@media only screen and (max-width:768px) {
	.modFormBtn, .wpcf7-submit {
		max-width: 250px;
		padding: 17px 35px 17px
	}
}
.modFormBtn::after, .wpcf7-submit::after {
	content: "";
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	height: 10px;
	margin: auto;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.modFormBtn:not(.-arrowL)::after, .wpcf7-submit:not(.-arrowL)::after {
	right: 20px
}
.modFormBtn:not(:not(.-arrowL))::after, .wpcf7-submit:not(:not(.-arrowL))::after {
	left: 20px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}
.modFormBtn[disabled], .wpcf7-submit[disabled] {
	background-color: #f8f8f8;
	border-color: #f8f8f8;
	color: #c7c7c7;
	cursor: default
}
.modFormBtn[disabled]::after, .wpcf7-submit[disabled]::after {
	border-top-color: #c7c7c7;
	border-right-color: #c7c7c7
}
.modFormBtn[disabled]:hover, .wpcf7-submit[disabled]:hover {
	opacity: 1
}
.modFormBtn.-color02, .wpcf7-submit.-color02 {
	background-color: #fff;
	color: var(--mainColor)
}
.modFormBtn.-color02::after, .wpcf7-submit.-color02::after {
	border-top-color: var(--mainColor);
	border-right-color: var(--mainColor)
}
.modFormBtnBox {
	margin-top: 60px
}
@media only screen and (max-width:768px) {
	.modFormBtnBox {
		margin-top: 30px
	}
}
.modFormBtnBox:not(:last-child) {
	margin-bottom: 30px
}
.modFormBtnBox, .modFormBtnBox>p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.modFormBtnBox>p {
	width: 100%
}
.modFormBtnBox>p>br {
	display: none
}
.modFormBtnList {
	margin-top: 60px
}
@media only screen and (max-width:768px) {
	.modFormBtnList {
		margin-top: 30px
	}
}
.modFormBtnList:not(:last-child) {
	margin-bottom: 30px
}
.modFormBtnList, .modFormBtnList>p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 30px
}


@media (max-width: 767px) {
.modFormBtnList, .modFormBtnList>p {
	gap: 16px;
}
}

.modFormBtnList>p {
	width: 100%
}
.modFormBtnList>p>br {
	display: none
}
.modFormBlockComp__title {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 30px
}
@media only screen and (max-width:768px) {
	.modFormBlockComp__title {
		font-size: 1.375rem;
		margin-bottom: 14px
	}
}
.modFormBlockComp__txt {
	text-align: center
}