form dl:last-of-type dd {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 10px
}

.wpcf7-radio label {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important
}

.wpcf7-radio label input {
	margin-right: 8px
}

.wpcf7-checkbox {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	-webkit-column-gap: 80px;
	-moz-column-gap: 80px;
	column-gap: 80px
}

.wpcf7-checkbox label {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important
}

.wpcf7-checkbox label input {
	margin-right: 8px
}

.wpcf7-acceptance label {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important
}

.wpcf7-acceptance label input {
	margin-right: 8px
}

.wpcf7-form-control-wrap {
	width: 100%
}

textarea {
	width: 100%
}

.wpcf7-list-item {
	margin: 0 !important
}

body.page .main-wrapper-article-form-01-header-box-navi ul {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 15px;
	margin-bottom: 0 !important
}

@media screen and (max-width: 650px) {
	body.page .main-wrapper-article-form-01-header-box-navi ul {
		grid-template-columns: 1fr;
		gap: 10px
	}
}

body.page .main-wrapper-article-form-01-header-box-navi ul li {
	width: auto;
	margin: 0 !important
}

body.page .main-wrapper-article-form-01-header-box-navi ul li a {
	font-size: 2.0rem;
	height: 90px;
	line-height: 1.4;
	text-align: center;
	border-radius: 50px
}

body.page .main-wrapper-article-form-01-header-box-step ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.main-wrapper-article-form-01-body-box-action-send span {
	display: block !important
}

.main-wrapper-article-form-01-body-box-action-send .wpcf7-spinner {
	display: none !important
}
.main-wrapper-article-form-01-body-box-action-tel {
	display: block !important;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 200%;
	margin-top: 32px
}

@media screen and (max-width: 650px) {
	.main-wrapper-article-form-01-body-box-action-tel {
	font-size: 1.2rem;
	}
}

body.page .main-wrapper-article-09 {
	margin-bottom: 140px;
}

@media screen and (max-width: 650px) {
	body.page .main-wrapper-article-09 {
		margin-bottom: 60px;
	}
}

body.page .main-wrapper-article-09+p,
body.page .main-wrapper-article-form-01-body-box>p {
	color: #363636;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 200%;
	text-decoration: underline;
	margin-bottom: 84px;
}

@media screen and (max-width: 650px) {
	body.page .main-wrapper-article-09+p,
body.page .main-wrapper-article-form-01-body-box>p {
	font-size: 1.2rem;
	}
}


.notice-box {
	background: #f5f7fa;
	border: 1px solid #d0d7e2;
	padding: 32px 20px;
	margin-bottom: 32px !important;
	font-size: 14px;
	line-height: 1.7;
	color: #333;
}

.notice-box p {
	font-weight: 700 !important;
	margin: 0
}

.notice-box--contact h2 {
	font-size: 26px !important;
	font-weight: 700;
	margin-bottom: 2rem !important;
	margin-left: 0 !important
}

.notice-box--contact p {
	font-weight: 700;
	margin: 0 0 10px
}

.notice-box--contact ul {
	margin: 0;
	padding-left: 1.2em;
	list-style: disc;
	font-size: 14px;
	line-height: 1.7
}

.notice-box--contact li {
	font-size: 14px;
	font-weight: 700 !important;
	line-height: 1.7;
	margin: 0 0 8px
}

.notice-box--contact li:last-child {
	margin-bottom: 0
}

/* 【お問合せの前にご確認ください】セクション */
.contact-precaution {
	background: #f5f7fa;
	border: 1px solid #d0d7e2;
	border-radius: 8px;
	padding: 32px 40px;
	margin-bottom: 40px !important;
	font-size: 14px;
	line-height: 1.8;
	color: #333
}

@media screen and (max-width: 650px) {
	.contact-precaution {
		padding: 24px 20px
	}
}

.contact-precaution__title {
	font-size: 18px !important;
	font-weight: 700 !important;
	margin: 0 0 16px !important;
	padding-bottom: 12px;
	border-bottom: 2px solid #d0d7e2
}

.contact-precaution__list {
	margin: 0!important;
	padding-left: 1.4em !important;
	list-style: disc !important
}

.contact-precaution__list li {
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.8;
	margin: 0 0 6px !important
}

.contact-precaution__list li:last-child {
	margin-bottom: 0 !important
}

.contact-precaution__subtitle {
	font-size: 15px !important;
	font-weight: 700 !important;
	margin: 24px 0 8px !important;
	color: #333
}

.contact-precaution__note {
	font-size: 13px !important;
	font-weight: 400 !important;
	color: #666;
	margin: 16px 0 0 !important;
	line-height: 1.7
}

/* Custom file upload (drop zone) */

.wpcf7-file {
	opacity: 0;
	position: absolute;
	pointer-events: none
}

.c-file-dropzone {
	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;
	min-height: 48px;
	border-radius: 8px;
	background: #f5f5f5;
	cursor: pointer;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s
}

.c-file-dropzone--dragover {
	background: #fef7f2;
	outline: 2px solid #ed6c24
}

.c-file-dropzone__text {
	font-size: 14px;
	color: #363636;
	font-weight: 500
}

.c-file-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	margin-top: 16px
}

.c-file-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	font-size: 14px;
	color: #363636;
	font-weight: 500
}

.c-file-list__item::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #363636;
	-ms-flex-negative: 0;
	flex-shrink: 0
}