@charset "UTF-8";

.text-red {
	color: #D60000;
}

.contant-section {
	padding: 140px 0 120px;
}
@media (max-width: 767px) {
	.contant-section {
		padding: 100px 0 90px;
	}
}

/* sec-title */
.contant-section .section-title {
	margin-bottom: 60px;
}
.contant-section .section-title .container {
	position: relative;
	z-index: 1;
}
.contant-section .section-title .container::before,
.contant-section .section-title .container::after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 250px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}
.contant-section .section-title .container::before {
	background-image: url(../img/contact-illust01.png);
	width: 330px;
	left: -150px;
}
.contant-section .section-title .container::after {
	background-image: url(../img/contact-illust02.png);
	width: 200px;
	right: -20px;
}
.contant-section .section-title .title {
	margin-bottom: 38px;
}
.contant-section .section-title .lead {
	font-weight: 900;
	color: #114D79;
}
@media (min-width: 768px) {
	.contant-section .section-title .title {
		font-size: 36px;
	}
	.contant-section .section-title .lead {
		font-size: 42px;
		line-height: 1.45;
	}
}
@media (max-width: 767px) {
	.contant-section .section-title {
		margin-bottom: 20px;
	}
	.contant-section .section-title .title {
		
	}
	.contant-section .section-title .lead {
		margin-bottom: 0;
	}
	.contant-section .section-title .container::before {
		top: -135px;
		left: 0px;
		width: 136px;
	}
	.contant-section .section-title .container::after {
		top: -135px;
		right: 6px;
		width: 90px;
	}
}

/* sec-body */
.contant-section .sec-body {}
.contant-section .sec-body .container {}
.contant-section .sec-body .contact-row {}
.contant-section .sec-body .contact-row > * {}
.contant-section .sec-body .contact-wrapper {
	width: fit-content;
	margin-left: 30px;
}
.contant-section .sec-body .contact-wrapper .tell-text {
	line-height: 1.4;
	font-size: 21px;
	font-weight: 900;
	color: #C60000;
	margin-bottom: 5px;
}
.contant-section .sec-body .contact-wrapper .text-tel {}
.contant-section .sec-body .contact-wrapper .text-tel a {}
.contant-section .sec-body .contact-wrapper .text-tel a img {}
.contant-section .sec-body .line-wrapper {
	width: fit-content;
	margin-left: -20px;
}
.contant-section .sec-body .line-wrapper .line-text {
	line-height: 1.4;
	font-size: 21px;
	font-weight: 900;
	color: #4CC764;
	margin-bottom: 5px;
}
.contant-section .sec-body .line-wrapper .text-line {}
.contant-section .sec-body .line-wrapper .text-line a {}
.contant-section .sec-body .line-wrapper .text-line a img {}
@media (max-width: 767px) {
	.contant-section .sec-body .contact-wrapper {
		padding-left: 17px;
		padding-right: 17px;
		margin-left: 0;
	}
	.contant-section .sec-body .contact-wrapper .tell-text {
		font-size: 14px;
		text-align: center;
		margin-bottom: 0;
	}
	.contant-section .sec-body .contact-wrapper .text-tel {
		margin-bottom: 22px;
	}
	.contant-section .sec-body .contact-wrapper .text-tel a img {
		max-width: 100%;
		height: auto;
	}
	.contant-section .sec-body .line-wrapper {
		padding-left: 17px;
		padding-right: 17px;
		margin-left: 0;
		margin: 0 auto;
	}
	.contant-section .sec-body .line-wrapper .line-text {
		font-size: 18px;
		margin-bottom: 2px;
	}
	.contant-section .sec-body .line-wrapper .text-line a img {
		max-width: 100%;
		height: auto;
	}
}

/* .form-wrapper */
.contant-section .sec-body .form-wrapper {
	background-color: #FFFFFF;
	padding: 70px 20px 80px;
	box-shadow: 0 0 30px rgba(74, 53, 19, 0.1);
	margin-top: 35px;
}
.contant-section .sec-body .form-wrapper .contact-title {
	text-align: center;
	font-size: 36px;
	font-weight: 900;
	margin-bottom: 25px;
}
.contant-section .sec-body .form-wrapper form {
	font-size: 16px;
}
.contant-section .sec-body .form-wrapper table.form {
	width: 100%;
	border-collapse: separate;
	border: 1px solid transparent;
	border-spacing: 0;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	max-width: 712px;
}
.contant-section .sec-body .form-wrapper table.form tbody {}
.contant-section .sec-body .form-wrapper table.form tr {}
.contant-section .sec-body .form-wrapper table.form th {
	vertical-align: top;
	width: 232px;
	font-weight: 500;
	padding-top: 5px;
}
.contant-section .sec-body .form-wrapper table.form th .required {
	display: inline-block;
	line-height: 1;
	font-size: 12px;
	font-weight: 900;
	width: 47px;
	text-align: center;
	color: #FFFFFF;
	background-color: #C60000;
	border-radius: 19px;
	padding: 3px 0 4px;
	margin-right: 10px;
}
.contant-section .sec-body .form-wrapper table.form td {
	vertical-align: top;
	width: calc(100% - 232px);
	padding-bottom: 10px;
}
.contant-section .sec-body .form-wrapper table.form textarea,
.contant-section .sec-body .form-wrapper table.form input[type="text"] {
	display: block;
	width: 100%;
	border: 1px solid #C2CAD0;
	border-radius: 6px;
	padding: 7px 10px 6px;
	margin-bottom: 0;
	transition: 0.3s all;
}
@media (max-width: 767px) {
	.contant-section .sec-body .form-wrapper {
		margin-top: 50px;
		padding: 30px 14px 35px;
	}
	.contant-section .sec-body .form-wrapper .contact-title {
		font-size: 22px;
		margin-bottom: 5px;
	}
	.contant-section .sec-body .form-wrapper table.form {
		margin-bottom: 10px;
	}
	.contant-section .sec-body .form-wrapper table.form th,
	.contant-section .sec-body .form-wrapper table.form td {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.contant-section .sec-body .form-wrapper table.form tr {
		display: block;
		margin-bottom:  10px;
	}
	.contant-section .sec-body .form-wrapper table.form th {
		margin-bottom: 5px;
	}
	.contant-section .sec-body .form-wrapper table.form td {
		margin-bottom: 0;
	}
}

/* .policy-wrap */
.contant-section .policy-wrap {
	margin-bottom: 0;
}
.contant-section .policy-wrap p {
	font-size: 15px;
	line-height: 1.9;
	margin-bottom: 25px;
}
.contant-section .policy-wrap p .text-underline {
	text-decoration: underline;
	text-underline-offset: 3px;
}
.contant-section .policy-wrap [type="checkbox"] {
	margin-right: 5px;
}
.contant-section .policy-wrap span {}
@media (max-width: 767px) {
	.contant-section .policy-wrap p {
		margin-bottom: 20px;
	}
}

/* btn-send-wrap */
.contant-section .btn-send-wrap {
	margin-top: 32px;
}
.contant-section .btn-send-wrap .btn-send {
	max-width: 100%;
}
.contant-section .btn-send-wrap .btn-send input {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color: #FFFFFF;
	max-width: 100%;
	width: 327px;
	height: 72px;
	border-radius: 72px;
	background-color: #114D79;
	border: solid 1px #114D79;
}
@media (max-width: 767px) {
	.contant-section .btn-send-wrap {
		margin-top: 22px;
	}
}

.contant-section-confirmation {
	padding-top: 100px;
}
/* form-wrapper */
.contant-section .form-confirmation .form-wrapper {
	margin-top: 10px;
}
.contant-section .form-confirmation .form-wrapper table.form span.confirmation-text {
	display: block;
	padding-top: 5px;
	margin-left: 0;
}
.contant-section .form-confirmation .form-wrapper .btn-back {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color: #114D79;
	width: 327px;
	height: 72px;
	border-radius: 72px;
	background-color: #FFFFFF;
	border: solid 1px #114D79;
	margin: 0 auto;
}
@media (min-width: 768px) {
	.contant-section-confirmation .prompt-text {
		font-size: 16px; 
	}
}
@media (max-width: 767px) {
	.contant-section .form-confirmation .form-wrapper {
		margin-top: 10px;
	}	
}

.contant-section-send {
	padding-top: 100px;
}
.contant-section-send .sec-body p {
	font-size: 16px;
}
@media (min-width: 768px) {
	.contant-section-send .prompt-text {
		font-size: 16px; 
	}
}
@media (max-width: 767px) {
	.contant-section-send {}
	.contant-section-send .sec-body p {
		font-size: 15px;
	}
}