@charset "UTF-8";

.main_container {
	padding-bottom: 170px;
}

.contact-top-text br {
	display: none;
}

.page-contact__container {
	max-width: 1000px;
	width: 90%;
	margin: auto;
}

.contact-top-text {
	margin-top: 50px;
	font-size: clamp(0.875rem, 0.521rem + 1.26vw, 1.125rem);
	text-align: center;
}

.input-flow {
	margin-top: 50px;
}

.input-flow ul {
	display: flex;
}

.input-flow ul li {
	position: relative;
	width: calc(100% / 3);
	padding: 10px 0;
	background-color: #e0e0e0;
	font-weight: 700;
	font-size: 24px;
	text-align: center;
}

.input-flow ul li.current {
	background-color: #FA7B35;
	color: #ffffff;
}

.input-flow ul li::before {
	position: absolute;
	top: 50%;
	right: -75px;
	z-index: 3;
	transform: translateY(-50%);
	border: 28px solid transparent;
	border-left: 48px solid #e0e0e0;
	content: "";
}

.input-flow ul li::after {
	position: absolute;
	top: 50%;
	right: -95px;
	z-index: 2;
	transform: translateY(-50%);
	border: 36px solid transparent;
	border-left: 60px solid #ffffff;
	content: "";
	content: "";
}

.input-flow ul li.current::before {
	border-left: 48px solid #FA7B35;
}

.input-flow ul li:last-child::before , .input-flow ul li:last-child::after {
	content: none;
}

.mw_wp_form {
	margin-top: 70px;
}

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

.contact-table tr {
	border-top: 1px solid rgba(72,72,72,0.5);
}

.contact-table tr td , th {
	padding: 30px 0;
}
.contact-table tr th {
	min-width: 210px;
}

.contact-type {
	text-align: left;
}

.flex-wrap {
	display: flex;
	justify-content: space-between;
}

td.form-contents {
	width: 75%;
	padding-left: 76px !important;
}

.type-text {
	font-weight: 500;
	font-size: 18px;
}

.required {
	display: flex;
	width: 49px;
	height: 28px;
	background-color: #ff0000;
	color: #ffffff;
	font-size: 13px;
	justify-content: center;
	align-items: center;
}

.select_box {
	width: 310px;
	height: 58px;
	padding: 15px !important;
	padding-left: 30px !important;
	border: none;
	border-radius: 0;
	background-color: rgba(224,224,224,0.5);
	background-image: url(../images/down.png);
	background-repeat: no-repeat;
	background-position-x: 90%;
	background-size: 21px;
}

.text {
	height: 58px;
	padding: 15px !important;
	padding-left: 30px !important;
	border: none !important;
	background-color: rgba(224,224,224,0.5);
}

.form-address .text {
	margin-bottom: 10px;
}

.tel {
	height: 58px;
	padding: 3px;
	border: none !important;
	background-color: rgba(224,224,224,0.5);
}

.mail {
	height: 58px;
	padding: 3px;
	padding: 15px !important;
	padding-left: 30px !important;
	border: none !important;
	background-color: rgba(224,224,224,0.5);
}

.text-area {
	padding: 3px;
	padding: 15px !important;
	padding-left: 30px !important;
	border: none !important;
	background-color: rgba(224,224,224,0.5);
}

.contact-table tr:last-child {
	border-bottom: 1px solid rgba(72,72,72,0.5);
}

.agreement_content {
	margin-top: 50px;
}

.agreement_content a {
	padding-bottom: 4px;
	border-bottom: 1px solid #4687d6;
	color: #4687d6;
}

.mw_wp_form_confirm .agreement_content {
	display: none;
}

.mw_wp_form_conplete .agreement_content {
	display: none;
}

.input-box {
	position: relative;
	top: 6px;
	width: 22px;
	height: 22px;
}

.g-recaptcha {
	margin-top: 28px;
}

.contact_btn {
	margin-top: 75px;
	text-align: center;
}

.common_btn {
	display: inline-block !important;
	width: initial !important;
	padding: 14px 136px !important;
	border: 2px solid #FA7B35 !important;
	border-radius: 31.5px !important;
	background-color: #FA7B35;
	color: #ffffff;
	font-weight: 700 !important;
	font-size: 23px !important;
	transition: all 0.5s;
}

.common_btn:hover {
	background-color: #ffffff;
	color: #FA7B35;
}

.common_btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

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

@media screen and (max-width: 768px) {
	.main_container {
		padding-bottom: 100px;
	}
	.contact-type {
		width: 100%;
	}
	.contact-table tr td {
		width: 100%;
	}
	.contact-table tr td , .contact-table tr th {
		display: block;
		padding: 15px 16px;
		padding-left: 16px !important;
	}
	.flex-wrap {
		column-gap: 30px;
		justify-content: flex-start;
	}
	.type-text {
		font-size: 15px;
	}
	.required {
		width: 39px;
		height: 25px;
		font-size: 11px;
	}
}

@media screen and (max-width: 767px) {
	.contact-top-text br {
		display: inline;
	}
	.input-flow ul li {
		font-size: 18px;
	}
	.input-flow ul li::after {
		right: -60px;
		border: 29px solid transparent;
		border-left: 30px solid #ffffff;
	}
	.input-flow ul li::before {
		right: -48px;
		border: 23px solid transparent;
		border-left: 25px solid #e0e0e0 !important;
	}
	.input-flow ul li.current::before {
		right: -48px;
		border-left: 25px solid #FA7B35 !important;
	}
	.agreement_content {
		font-size: 13px;
	}
	.input-box {
		top: 4px;
		width: 18px;
		height: 18px;
	}
	.contact_btn {
		margin-top: 36px;
	}
}
