/*---------------------------------------------------------------------------*/
/** about page **/
/** section-contact **/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #74B88D;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
	content: '';
	width: 12px;
	height: 12px;
	background: #74B88D;
	position: absolute;
	top: 4px;
	left: 4px;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

[type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.section-contact {
	background: #FAF9F5;
	padding: 12rem 0 12rem;
}

@media screen and (max-width: 768px) {
	.section-contact {
		padding: 16vw 0 16vw;
	}
}

.section-contact .section-title {
	margin-bottom: 7rem;
}

@media screen and (max-width: 768px) {
	.section-contact .section-title {
		margin-bottom: 10.66667vw;
	}
}

.section-contact .txt-req {
	font-size: 1.4rem;
	margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
	.section-contact .txt-req {
		font-size: 3.2vw;
	}
}

.ipt {
	border: 1px solid #74B88D;
	outline: none;
	-moz-border-radius: 0.2rem;
	border-radius: 0.2rem;
	width: 100%;
	padding: 1.3rem 1rem;
}

.ipt.are {
	min-height: 20rem;
}

@media screen and (max-width: 768px) {
	.ipt.are {
		min-height: 26.66667vw;
	}
}

.req {
	color: #B90000;
	font-size: 1.4rem;
	line-height: 1;
	display: inline-block;
}

span.required {
	background: #B90000;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	display: inline-block;
	padding: 0.5rem;
	-moz-border-radius: 0.3rem;
	border-radius: 0.3rem;
	margin-right: 1rem;
}

span.optional {
	background: #74B88D;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	display: inline-block;
	padding: 0.5rem;
	-moz-border-radius: 0.3rem;
	border-radius: 0.3rem;
	margin-right: 1rem;
}

.error_blank {
	color: #B90000;
}

.contact-form dl {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 0 3rem 0;
}

@media screen and (max-width: 768px) {
	.contact-form dl {
		display: block;
		margin: 0 0 5.33333vw 0;
	}
}

.contact-form dl dt {
	width: 23rem;
	text-align: left;
	padding: 1.3rem 6rem 1.3rem 0;
}

@media screen and (max-width: 768px) {
	.contact-form dl dt {
		width: 100%;
		text-align: left;
		padding: 0 0 2.66667vw 0;
	}
}

.contact-form dl dt .req {
	margin-left: 1rem;
}

.contact-form dl dd {
	width: -webkit-calc(100% - 23rem);
	width: -moz-calc(100% - 23rem);
	width: calc(100% - 23rem);
}

@media screen and (max-width: 768px) {
	.contact-form dl dd {
		width: 100%;
	}
}

.contact-form dl dd ul {
	padding-top: 1.3rem;
}

.contact-form dl dd ul li {
	display: inline-block;
}

.contact-form dl dd ul li + li {
	margin-left: 3rem;
}

.contact-form .btn {
	width: 20rem;
	border: 1px solid #74B88D;
	outline: none;
	cursor: pointer;
	background: #fff;
	color: #74B88D;
	font-size: 1.4rem;
	padding: 1rem;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	display: inline-block;
}

@media screen and (max-width: 768px) {
	.contact-form .btn {
		display: block;
		width: 80%;
		margin: 0 auto;
	}
}

.contact-form .btn[type="submit"] {
	background: #74B88D;
	color: #fff;
	margin-right: 4rem;
}

@media screen and (max-width: 768px) {
	.contact-form .btn[type="submit"] {
		margin: 0 auto 5.33333vw;
	}
}

.contact-form .btn:hover {
	opacity: 0.75;
}

.contact-form .wrap-btn {
	margin: 6rem 0 0;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.contact-form .wrap-btn {
		margin: 8vw 0 0;
	}
}

.sc-contact {
	padding: 12rem 0;
}

.section-thanks {
	text-align: center;
	padding: 12rem 0;
}

@media screen and (max-width: 768px) {
	.section-thanks {
		padding: 16vw 0;
	}
}

.section-thanks h2 {
	font-size: 2.4rem;
	margin-bottom: 2rem;
}

.section-thanks p {
	font-size: 1.8rem;
	line-height: 2;
	margin-bottom: 3rem;
}
