@charset "UTF-8";

[data-screen=back] .smf-progress-tracker__item--input .smf-progress-tracker__item__text::before,
[data-screen=complete] .smf-progress-tracker__item--complete .smf-progress-tracker__item__text::before,
[data-screen=confirm] .smf-progress-tracker__item--confirm .smf-progress-tracker__item__text::before,
[data-screen=input] .smf-progress-tracker__item--input .smf-progress-tracker__item__text::before,
[data-screen=invalid] .smf-progress-tracker__item--input .smf-progress-tracker__item__text::before {
	content: "";
	display: block;
	width: clamp(5rem, 1.795rem + 6.84vw, 10rem);
	height: clamp(5rem, 1.795rem + 6.84vw, 10rem);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-bottom: 1rem;
}

[data-screen=input] .smf-progress-tracker__item--input .smf-progress-tracker__item__text::before {
	background-image: url(../image/contact_icon_step01.png);
}

[data-screen=confirm] .smf-progress-tracker__item--confirm .smf-progress-tracker__item__text::before {
	background-image: url(../image/contact_icon_step02.png);
}

[data-screen=complete] .smf-progress-tracker__item--complete .smf-progress-tracker__item__text::before {
	background-image: url(../image/contact_icon_step03.png);
}

main.contact .wrapper {
	max-width: 155rem;
}

/* button */
.smf-action .smf-button-control__control {
	--_border-radius: initial;
	--_transition-delay: initial;
	--_transition-duration: initial;
	--_transition-function-timing: initial;
	background-color: initial;
	background-image: initial;
	border: initial;
	border-radius: initial;
	border-radius: initial;
	color: initial;
	cursor: pointer;
	display: inline-block;
	outline: initial;
	padding: initial;
	text-decoration: initial;
	transition: initial;
}

main.site-main.contact .smf-button-control {
	padding-left: .5rem;
	padding-right: .5rem;
	text-align: center;
	/* width: 100%; */
	min-width: 40rem;
}

main.site-main.contact .smf-button-control button {
	align-items: center;
	background-color: #fff;
	border: 1px solid var(--contents_default_color);
	border-radius: 12rem;
	color: var(--contents_default_color);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	font-size: 2.2rem;
	/*font-weight: bold;
	600*/
	height: clamp(5.2rem, 4.52rem + 2.9vw, 8rem);
	justify-content: center;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 42rem;
	padding: .5rem 5.5rem .5rem 2.5rem;
	position: relative;
	text-decoration: none;
	width: 100%;
}

main.site-main.contact .smf-button-control button::after {
	background-color: var(--contents_default_color);
	/* background-image: url(../image/icon_arrow_w.png); */
	background-image: url(../image/icon_button-arrow_w.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60%;
	border-radius: 50%;
	content: "";
	height: 4rem;
	margin-right: 1rem;
	position: absolute;
	right: 0;
	transition: all .2s;
	width: 4rem;
}

main.site-main.contact .smf-button-control button:hover::after {
	/* background-color: #fff;
	background-image: url(../image/icon_arrow.png); */
	margin-right: .5rem;
	transition: all .3s;
}

@media screen and (max-width: 767px) {
	main.contact .wrapper {
		padding-top: 1rem;
	}
	main.site-main.contact .smf-button-control button {
		max-width: 32rem;
		padding: .3rem 1.5rem .3rem 1.5rem;
		font-size: 1.6rem;
	}

	main.site-main.contact .smf-button-control button::after {
		background-image: url(../image/icon_button-arrow_w_sp.svg);
		background-size: 65%;
	}
}

/*  */
.contact .smf-form .smf-item input[type="text"],
.contact .smf-form .smf-item input[type="email"],
.contact .smf-form .smf-item input[type="tel"] {
	background-color: #f3f3f3;
	border: none;
	border-radius: .5rem;
	border-radius: 10rem;
	font-size: 1.6rem;
	margin: .5rem 0;
	padding: .8rem 1.6rem;
	width: 100%;
	height: 5rem;
	letter-spacing: 2px;
	color: #B2B2B2;
}

.contact .smf-form .smf-item input::placeholder {
	font-weight: 100;
	color: #B2B2B2;
	font-size: 1.8rem;
}

/* .contact .smf-form .smf-item input:focus {
	border: none;
	outline: 2px solid #9ec1ff;
} */

.page-template-contact main.underpage {
	background-color: var(--contents_default_color);
}

.page-template-contact .site-footer svg {
	background-color: var(--contents_default_color);
}

.page-template-contact main.underpage>header h1 {
	background-color: #fff;
	border: 1.8rem solid var(--contents_default_color);
	color: var(--contents_default_color);
}

.page-template-contact main.underpage>header h1:before {
	/* border-top: 30px solid #fff; */
	border-top-color:#fff ;
}

.smf-progress-tracker {
	margin-left: auto;
	margin-right: auto;
	max-width: 50rem;
}

.smf-progress-tracker__item {
	flex-direction: column-reverse;
}

.smf-progress-tracker__item:after,
.smf-progress-tracker__item:before {
	bottom: 0;
	margin-bottom: .45rem;
	top: auto;
	background-color: #fff;
	content: "";
	height: 2px;
	position: absolute;
}

.smf-progress-tracker__item__number {
	background-color: #0073c8;
	height: 12px;
	width: 12px;
	border: 3px solid #fff;
	text-indent: -9999px;
	margin-top: 1.5rem;
}

[data-screen=back] .smf-progress-tracker__item--input .smf-progress-tracker__item__number,
[data-screen=complete] .smf-progress-tracker__item--complete .smf-progress-tracker__item__number,
[data-screen=confirm] .smf-progress-tracker__item--confirm .smf-progress-tracker__item__number,
[data-screen=input] .smf-progress-tracker__item--input .smf-progress-tracker__item__number,
[data-screen=invalid] .smf-progress-tracker__item--input .smf-progress-tracker__item__number {
	background-color: #fff !important;
}

.smf-progress-tracker__item__text {
	color: #fff !important;
	font-size: clamp(1.4rem, 0.887rem + 1.09vw, 2.2rem);
}

.smf-form.smf-form--simple-table {
	padding: 0;
	text-align: left;
}

.smf-form--simple-table .smf-item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
	max-width: 96rem;
	margin: 0 auto 4rem;
}

.smf-form--simple-table .smf-item:nth-last-of-type(1) {
	border-bottom: none;
	margin-bottom: 0;
}

.smf-item__label {
	margin: .5rem 0;
}

.smf-form.smf-form--simple-table .contact_column01,
.smf-form.smf-form--simple-table .contact_column02 {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3rem;
	margin-top: 6rem;
	padding: 6rem 12rem;
	/* font-size: clamp(1.6rem, 1.215rem + 0.82vw, 2.2rem); */
	font-size: 2.4rem;
	line-height: 1.4;
	/*font-weight: bold;500*/
}

.smf-form.smf-form--simple-table .contact_column01 {
	font-family: ZenKakuGothicNew-Medium;
	font-weight: normal;
}

.smf-form.smf-form--simple-table .contact_column02 {
	text-align: center;
}

.wp-block-snow-monkey-forms-item.smf-item .smf-item__col.smf-item__col--label .smf-item__label::before,
.icon_required::before {
	background-color: var(--contents_default_color_sub2);
	border-radius: 10rem;
	color: #fff;
	content: "任意";
	display: inline-block;
	line-height: 1.1;
	margin-right: .6rem;
	padding: .5rem 2rem;
}

.wp-block-snow-monkey-forms-item.smf-item.required .smf-item__col.smf-item__col--label .smf-item__label::before,
.icon_required::before {
	background-color: var(--contents_default_color);
	content: "必須";
	font-weight: 400;
}

.smf-form .smf-item .smf-checkbox-control {
	display: initial;
}

.bloc00 {
	line-height: 2.1;
	max-width: 96rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: clamp(2rem, 0.718rem + 2.74vw, 4rem);
	margin-bottom: clamp(4rem, 2.718rem + 2.74vw, 6rem);
	font-weight: bold;
	color: #7d7d7d;
}

p.has-text-align-center.cap01 {
	margin-bottom: 2rem;
	line-height: 1.6;
	letter-spacing: 1px;
}

p.has-text-align-center.cap01 a {
	color: #0051b0;
	text-decoration: none;
}

p.has-text-align-center.cap01 a::after {
	content: "";
	width: 1.8rem;
	height: 2rem;
	display: inline-block;
	background-image: url(../image/contact_icon01.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 .4rem;
	line-height: 1;
}

body .is-layout-flex {
	align-items: flex-start;
}

.wp-container-core-group-is-layout-7.wp-container-core-group-is-layout-7,
.smf-placeholder {
	margin-bottom: 2rem;
}

span.smf-item__label__text {
	margin-left: 2rem;
	display: inline-block;
	margin-top: 1rem;
	letter-spacing: 1px;
}

.smf-control-description {
	font-size: initial;
}

.smf-error-messages {
	font-size: 90%;
}

@media screen and (max-width: 767px) {
	.smf-form--simple-table .smf-item__col--label {
		flex: initial;
	}

	.smf-form--simple-table .smf-item__col--controls {
		flex: initial;
		max-width: initial;
	}

	.smf-form.smf-form--simple-table .contact_column01,
	.smf-form.smf-form--simple-table .contact_column02 {
		padding: 3rem;
		font-size: 2rem;
	}

	:where(.is-layout-flex) {
		gap: initial;
	}

	body .is-layout-flex {
		flex-direction: column;
		align-items: flex-start;
	}

	body .is-layout-flex>* {
		margin: 0;
		width: 100%;
	}

	.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex {
		margin-bottom: 0;
	}

	.wp-container-core-columns-is-layout-1.wp-container-core-columns-is-layout-1 {
		margin-bottom: 0;
	}

	.smf-item__label {
		margin: 0;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	span.smf-item__label__text {
		margin-left: 0;
		margin-bottom: 1.5rem;
	}

	.contact .smf-form .smf-item input[type="text"],
	.contact .smf-form .smf-item input[type="email"],
	.contact .smf-form .smf-item input[type="tel"] {
		max-width: initial;
		min-width: initial;
		width: 100%;
	}

	.wp-block-snow-monkey-forms-item.smf-item.required.required .smf-item__col.smf-item__col--label .smf-item__label::before,
	.icon_required::before {
		margin-bottom: .5rem;
	}

	.smf-form--simple-table .smf-item {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0;
	}

	.wp-block-snow-monkey-forms-item.smf-item {
		border-bottom: 1px solid #ccc;
		margin-top: 3rem;
		padding-bottom: 1rem;
	}

	.wp-block-snow-monkey-forms-item.smf-item.bloc05 {
		border-bottom: none;
		padding-bottom: 0;
	}

	.wp-block-snow-monkey-forms-item.smf-item.bloc06 {
		border-bottom: none;
		margin-top: 0;
		padding-bottom: 0;
	}

	.wp-block-snow-monkey-forms-item.smf-item.bloc07 {
		border-bottom: none;
		margin-top: 0;
		padding-bottom: 0;
	}

	.wp-container-core-group-is-layout-7.wp-container-core-group-is-layout-7,
	.smf-placeholder {
		margin-bottom: 0;
	}
}

@media (min-width: 640px) {

	.smf-form--simple-table .smf-item__col,
	.smf-form--simple-table .smf-item__col--controls {}
}

@media screen and (min-width: 1000px) {
	.smf-form--simple-table .smf-item__col--controls {
		max-width: clamp(20rem, 5.256rem + 31.45vw, 43rem);
	}
}

input.smf-checkbox-control__control {
	transform: scale(1.5);
}

/* エラー・完了 ページ */
.smf-system-error-content,
.smf-complete-content {
	min-height: 10vw;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	margin: 10vw;
}

main.site-main.contact .smf-button-control button[data-action="back"] {
	padding: .5rem 2.5rem .5rem 5.5rem;
}

main.site-main.contact .smf-button-control button[data-action="back"]::after {
	left: 1rem;
	transform: rotate(180deg);
}

/*  */

.smf-complete-content {
	background-color: #fff;
	color: #000;
	border-radius: 12px;
	padding: 8rem 4rem;
	display: flex;
	flex-direction: column;
}

.end_box_p {
	margin-top: 4rem;
	padding-bottom: 3rem;
	margin-bottom: 0;
}

.boxbox {
	width: 100%;
	justify-content: center;
	text-align: center;
	gap: 0;
	border-top: 1px solid #ccc;
	padding-top: 3rem;
}

.boxbox p {
	display: inline-block;
}

/*  */
.wp-block-snow-monkey-forms-item.smf-item.required.bloc01 {
	border-bottom: none;
	margin-bottom: 0;
}

.smf-form .smf-item textarea.smf-textarea-control__control {
	border-radius: 10px;
	padding: 1rem;
}

@media screen and (max-width: 767px) {
	:where(.wp-block-columns) {
		margin-bottom: initial;
	}
}

/*  */
.smf-placeholder[data-name="checkboxes"]::before {
	background-color: aliceblue;
}

form[data-screen="confirm"] .contact_column01 {
	margin-bottom: 6rem;
}

form[data-screen="confirm"] .contact_column02 {
	display: none;
}

.smf-form--simple-table+.smf-action {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 6rem;
}

/*  */
input[type="submit"],
input[type="button"],
input[type="checkbox"] {
	-webkit-appearance: none;
}

.contact .smf-form .smf-item input:focus {
	border: none;
	outline: 1px solid var(--contents_default_color_sub3);
	background-color: #f6f5f5;
}

.smf-form .smf-item .smf-checkbox-control__control:checked {
	background-color: #f6f5f5;
	border-color: var(--contents_default_color_sub3);
	outline-color: var(--contents_default_color_sub3);
}

.smf-form .smf-item .smf-checkbox-control {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
}

.smf-form .smf-item input.smf-checkbox-control__control {
	position: relative;
	width: 16px;
	height: 16px;
	border: 1px solid var(--contents_default_color_sub3);
	vertical-align: -5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.smf-form .smf-item input.smf-checkbox-control__control:checked:before {
	position: absolute;
    top: -1px;
    left: 3px;
    transform: rotate(45deg);
    width: 60%;
    height: 75%;
    border-right: 3px solid #E83828;
    border-bottom: 3px solid #E83828;
    content: '';
}