@charset "utf-8";
/* CSS Document */

.page_ttl_inner {
	padding-bottom: 2%;
}

main {
	background: #FBF2F4;
}

.sec_ttl_wrap {
	margin: 3vw 0px;
}

.sec_ttl {
	color: #B7002C;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.sec_txt {
	font-size: clamp(14px,1.8vw,18px);
	margin-top: 1vw;
}

.accordion > dl {
	background: #FFF;
}

.accordion > dl > * {
	padding: 1.5rem 3vw;
}

.accordion__title {
	color: #B7002C;
	font-size: clamp(16px,2.2vw,20px);
	line-height: 140%;
	font-weight: bold;
	border-bottom: 2px solid #B7002C;
}

.accordion__title::after,
.accordion__title.show::after {
	right: 20px;
}

.accordion__title > p {
	width: 84%;
}

.accordion__content {
	margin-bottom: 30px;
}

.accordion__content > p {
	text-align: justify;
	font-size: clamp(15px,1.8vw,18px);
	line-height: 200%;
	padding: 1vw 0px;
}


section.contact {
	background: #FFF;
	padding: 2rem 0px 0px;
	border-top: 1px solid #242A39;
	border-bottom: 1px solid #242A39;
}

section.contact::after {
	content: '';
	background: #B7002C;
	display: inline-block;
	width: 100%;
	height: 3px;
	bottom: -4px;
	position: absolute;
}

.support_txt {
	font-size: clamp(16px,2vw,20px);
	text-align: center;
	line-height: 160%;
	margin-bottom: 2rem;
	width: 90%;
}

.support_content_inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.support_content_inner > div {
	width: 50%;
    display: flex;
    flex-direction: column;
    place-items: center;
	justify-content: center;
	padding: 2rem 15px;
}

.support_contact_ttl {
	font-size: clamp(18px,2.2vw,22px);
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: bold;
	text-align: center;
}


.support_inquary {
	background: #242A39;
}

.support_inquary .support_contact_ttl {
	color: #FFF;
}

.support_contact .tel_num {
	color: #B7002C;
	font-size: clamp(20px,4vw,40px);
	font-family: "Geologica", sans-serif;
	align-items: center;
}

.support_contact .footer_tel_box .tel_num > span {
	font-size: 14px;
	top: 2px;
	padding-right: 1em;
	width: 120px;
}

.support_contact .tel_num a::before {
    background: url(../images/common/icon_tel_red.svg);
	width: 15px;
	height: 19px;
}

.support_contact .tel_time {
	font-size: 14px;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: bold;
	margin: 5px 0px 10px;
}

.support_tel {
	background: #FBF2F4;
}

section.contact .contact_btn.type_contact {
	max-width: 480px;
	width: 70%;
}

section.form .sec_ttl {
	font-size: clamp(28px,5vw,50px);
}

section.form .sec_txt {
	font-size: clamp(14px,1.6vw,16px);
	text-align: center;
}

.form_wrap {
	margin: 5vw 0px;
}

.form_wrap > dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 1rem;
}

.form_wrap > dl > * {
	font-size: 14px;
}

.form_wrap dt {
	width: 20%;
}

.form_wrap dt > p {
	display: flex;
	align-items: center;
}

.form_wrap dd {
	width: 78%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.form_wrap dd > p {
	width: 100%;
}

.form_wrap dd > p > span {
	display: inline-block;
}

.form_wrap dd > p > span:nth-of-type(n+2) {
	margin-top: 5px;
}

.property-subject {
	align-items: center;
}

.property-subject label {
	display: block;
}

.room_num {
	width: 5em !important;
}


.wpcf7-text {
	max-width: 260px;
	width: 100%;
	padding: 5px;
}

textarea {
	max-width: 460px;
	width: 100%;
	padding: 5px;
}

span.must {
	background: #B7002C;
	color: #FFF;
	padding: 0px 5px;
	margin-right: 2px;
}

.must > p::after {
	content: '必須';
	background: #B7002C;
	color: #FFF;
	right: 0px;
	position: absolute;
	padding: 0px 5px;
}

.wpcf7-form-control.wpcf7-radio.contact {
	display: flex;
	gap: 0px 1em;
}

.wpcf7-list-item {
	display: flex !important;
}

.wpcf7-list-item-label {
	margin-left: 5px;
}

.img_upload {
	border: 1px solid #666;
	padding: 20px !important;
}

.img_upload > dt {
	width: 15%;
}

.img_upload > dd {
	width: 85%;
}

.submit_btn {
	width: 100%;
}

.submit_btn > p {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0px auto;
	gap: 1rem 0px;
}

.submit_btn > p > * {
	width: 100%;
}

.return_btn {
	background: #888;
	max-width: 660px;
	width: 100%;
	padding: 1rem;
	border-radius: 5px;
	cursor: pointer;
	border: 0px;
	font-size: clamp(18px,2.4vw,24px);
	color: #FFF;
}

.wpcf7-form-control.wpcf7-acceptance {
	display: flex;
	justify-content: center;
}

input[type="submit"] {
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	background: #B7002C;
	color: #FFF;
	border: 0px;
	font-size: clamp(18px,2.4vw,24px);
	text-align: center;
	max-width: 660px;
	width: 100%;
	padding: 2rem;
	border-radius: 5px;
	cursor: pointer;
}


span.wpcf7-spinner {
  display: none;
}

.screen-reader-response {
	display: none;
}

.wpcf7-not-valid-tip {
	color: #CC0000;
	font-weight: bold;
	margin-left: 1em;
}

.wpcf7-response-output {
	color: #CC0000;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 980px) {
	.form_wrap > dl dt {
		width: 30%;
	}

	.form_wrap > dl dd {
		width: 68%;
	}
}


@media screen and (max-width: 768px) {
	.support_content_inner > div {
		width: 100%;
	}
	
	input[type="submit"] {
		padding: 1rem 2rem;
	}
}


@media screen and (max-width: 700px) {
	.form_wrap > dl {
		border-bottom: 1px solid #CCC;
		padding: 0.5rem 0px 2rem;
	}
	
	.form_wrap > dl dt {
		width: 100%;
		margin-bottom: 5px;
		font-weight: bold;
	}

	.form_wrap > dl dd {
		width: 100%;
	}
	
	.must > p::after {
		position: relative;
		margin-left: 10px;
	}
}


@media screen and (max-width: 600px) {
	.page_ttl_inner {
		padding-bottom: 5%;
	}
}


section.thanks {
	background: #F6DEE4;
	padding: 10rem 0px;
}

.thanks_msg {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 3vw 0px;
}

.thanks_ttl {
	color: #B7002C;
	text-align: center;
	font-size: clamp(20px,3vw,30px);
}

.thanks_txt {
	font-size: clamp(16px,2.2vw,22px);
	line-height: 200%;
	text-align: justify;
}

.top_link {
	color: #B7002C;
	text-align: center;
	font-size: clamp(16px,2vw,20px);
	margin-top: 1vw;
}

@media screen and (max-width: 600px) {
	section.thanks {
		padding: 6rem 0px;
	}
}




