@charset "UTF-8";

/*body.page-template-page-contact {
	background-color: #eff8f1;
}*/



.page-contact_container {
	background-color: rgba(37, 66, 92, 0.1);
}
.main_container {
	position: relative;
}
.footer_contact-nav::before {
	display: block;
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	opacity: 0.1;
	content: "";
}
.main_container::before {
	display: block;
	position: absolute;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	width: 1000%;
	height: 1000000px;
	background-repeat: repeat;
	background-position: center top;
	content: "";
}

.title_container {
	text-align: center;
}

.title-ja {
	font-weight: bold;
	font-size: clamp(1.375rem, 0.75rem + 2.22vw, 2rem);
	text-align: center;
}

.title-en {
	display: block;
	color: #15c30e;
	font-weight: normal;
	font-size: clamp(0.875rem, 0.563rem + 1.11vw, 1.188rem);
	text-transform: uppercase;
}

.contact_content-container {
	width: 100%;
	margin: auto;
	background-color: rgba(37, 66, 92, 0.1);
}

.contact-table {
	width: 100%;
	border-collapse: collapse;
}

.contact-content_wrap {
	border-top: 1px solid rgba(0,0,0,0.5);
	border-bottom: 1px solid rgba(0,0,0,0.5);
}

.contact-label , .contact-value {
	padding: 20px 0;
}

.contact-label {
	width: 200px;
	padding-left: 10px;
}

.label_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.label-text {
	font-weight: 500;
}

.contact-value {
	padding-left: 100px;
}

.required {
	color: #ff0000;
	font-weight: 700;
	font-size: 13px;
}

input:not([type="radio"] , [type="checkbox"]) , select , textarea {
	padding: 20px 30px;
	border: none;
	border-radius: 0;
}
.contact input:not([type="radio"] , .contact [type="checkbox"]) , .contact select , .contact textarea {
	background-color: #ffffff;
}


/*.mwform-checkbox-field-text {
	display: none;
}*/

.mwform-checkbox-field input , .mwform-radio-field input {
	width: 22px;
	height: 22px;
}

.agreement_content {
	display: flex;
	margin-top: 20px;
	column-gap: 16px;
}

.policy-link {
	border-bottom: #1d00ff 1px solid;
	color: #1d00ff;
}

.contact_btn {
	margin-top: 40px;
}

.contact_btn input {
	max-width: 340px;
	margin: auto;
	border: 2px solid #15c30e;
	background-color: #15c30e !important;
	color: #ffffff;
	font-size: 18px;
	transition: all 0.3s;
}

.contact_btn input:hover {
	background-color: #ffffff !important;
	color: #15c30e;
}


.smf-button-control__control {
	display: flex !important;
	max-width: 340px;
	width: 100%;
	height: 50px;
	margin: auto;
	border: 2px solid #1c425d !important;
	background-color: #1c425d !important;
	background-image: none !important;
	color: #ffffff !important;
	font-size: 18px;
	justify-content: center;
	align-items: center;
	transition: all 0.3s !important;
}
.smf-button-control__control:hover {
	background-color: #ffffff !important;
	color: #1c425d !important;
}
.smf-button-control__control:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

@media screen and (min-width: 768px) {
	.main_container {
		padding-top: calc(80px + 0px);
		padding-bottom: 100px;
	}
	.main_container::after {
		height: 80px;
	}
	.contact_content-container {
		padding-top: 50px;
		padding-bottom: 90px;
	}
}

@media screen and (max-width: 767px) {
	.main_container {
		padding-top: calc(60px + 15px);
		padding-bottom: 110px;
	}
	.main_container::after {
		height: 55px;
	}
	.contact_content-container {
		width: 100%;
		padding: 15px 0 60px;
	}
	.contact-label , .contact-value {
		padding: 14px;
	}
	.contact-label {
		display: block;
		padding-left: 0;
	}
	.contact-value {
		display: block;
		padding-left: 0;
	}
	.required {
		padding-left: 0;
	}
}
