@charset "utf-8";

/* ========================================================
	contact.css
======================================================== */
.foot_contact {
	display: none;
}
@media screen and (max-width: 767px) {
	.page_title {
		height: 160px;
	}
	.page_title h1,
	.page_title .ff_en {
		top: 55px;
	}
}


/* contact_lead
============================================================================================================ */
.contact_lead {
	background-color: #eeeeee;
	border-radius: 20px;
}
@media screen and (min-width: 768px), print {
	.contact_lead {
		width: 960px;
		margin: 0 auto 70px;
		padding: 50px 80px;
		line-height: 2.5;
	}
}
@media screen and (max-width: 767px) {
	.contact_lead {
		padding: 25px 30px;
		margin: 40px 5vw 50px;
	}
}

/* contact_notes
============================================================================================================ */
.contact_notes {
	text-align: center;
	font-weight: bold;
}
.contact_notes .hissu {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 10px;
	background-color: #42b3d9;
	border-radius: 5px;
}
@media screen and (max-width: 767px) {
	.contact_notes {
		font-size: 1.8rem;
	}
}

/* contact_block
============================================================================================================ */
.contact_block {
	margin-top: 60px;
}
.contact_block dl + dl {
	margin-top: 40px;
}
.contact_block dt {
	position: relative;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.6;
	color: #0099CC;
}
.contact_block dt.hissu::before {
	content: "";
	position: absolute;
	left: -20px;
	top: 50%;
	width: 10px;
	height: 10px;
	background-color: #42b3d9;
	border-radius: 5px;
}

.contact_block input[type=text],
.contact_block input[type=email],
.contact_block input[type=url],
.contact_block input[type=tel],
.contact_block input[type=number],
.contact_block textarea,
.contact_block select {
	width: 100%;
	height: 60px;
	padding: 0 1em;
	background-color: #eeeeee;
	border-radius: 6px;
	border: 0;
}
.contact_block textarea {
	width: 100%;
	height: 200px;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
}
.contact_block .privacy {
	margin-top: 80px;
}
@media screen and (min-width: 768px), print {
	.contact_block {
		width: 960px;
		margin: 70px auto 70px;
	}
	.contact_block dl {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.contact_block dl dt {
		width: 240px;
		padding-top: 10px;
	}
	.contact_block dl dd {
		width: calc(100% - 240px);
	}
}
@media screen and (max-width: 767px) {
	.contact_block {
		margin: 50px 8vw 0;
	}
	.contact_block dt {
		margin-bottom: 10px;
		font-size: 1.6rem;
	}
	.contact_block dt.hissu::before {
		margin-top: -5px;
	}
	.contact_block .privacy {
		margin-top: 40px;
		font-size: 1.4rem;
		font-weight: bold;
	}
}


form .wpcf7-form-control-wrap {
	display: block;
}
form .wpcf7-form-control.wpcf7-checkbox,
form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item,
form .wpcf7-form-control.wpcf7-radio,
form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
	display: inline-block;
	margin: 0 40px 0 0;
}
form .wpcf7-form-control.wpcf7-acceptance {
	display: flex;
	justify-content: center;
}
form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
	display: block;
	margin: 0;
}
form .wpcf7-list-item-label {
	display: inline-block;
	position: relative;
	padding: 8px 0 8px 50px;
}
form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 30px;
	height: 30px;
	background-color: #eeeeee;
	border-radius: 100%;
}
form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	top: 20px;
	left: 10px;
	width: 10px;
	height: 10px;
	background-color: #0099cc;
	border-radius: 100%;
	opacity: 0;
}
form .wpcf7-form-control.wpcf7-radio input:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}
form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label::before,
form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 40px;
	height: 40px;
	background-color: #eeeeee;
}
form .wpcf7-acceptance .wpcf7-list-item-label {
	padding-top: 12px;
}
form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label::after,
form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	left: 13px;
	top: 13px;
	width: 15px;
	height: 27px;
	border-right: 6px solid #0099cc;
	border-bottom: 6px solid #0099cc;
	opacity: 0;
	transition: opacity .1s;
	transform: rotate(45deg);
}
form .wpcf7-form-control.wpcf7-checkbox input:checked + .wpcf7-list-item-label::after,
form .wpcf7-form-control.wpcf7-acceptance input:checked ~ .wpcf7-list-item-label::after {
	opacity: 1;
}


form .btn {
	margin-top: 80px;
	text-align: center;
}
form .btn input[type=submit],
form .btn input[type=button] {
	max-width: 100%;;
	width: 960px;
	height: 130px;
	background-color: #3aaf40;
	border: 8px solid #3aaf40;
	border-radius: 130px;
	color: #fff;
	text-decoration: none;
	font-size: 3rem;
	line-height: 1.5;
	cursor: pointer;
	font-weight: bold;
}
form .btn input[type=button] {
	margin-right: 20px;
	width: 250px;
	border-color: #888;
	background-color: #fff;
}
form .btn input[type=submit][disabled] {
	cursor: default;
	background-color: #ccc;
	border-color: #ccc;
	opacity: 0.5;
}
@media screen and (min-width: 768px), print {
	body.init form .btn input {
		transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out, opacity 0.2s ease-in-out;
	}
	form .btn input[type=submit]:not([disabled]):hover {
		background-color: #fff;
	}
	form .btn input[type=submit]:hover,
	form .btn input[type=button]:hover {
		background-color: #fff;
		color: #3aaf40;
	}
}
@media screen and (max-width: 767px) {
	form .btn {
		margin-top: 60px;
	}
	form .btn input[type=submit],
	form .btn input[type=button] {
		width: 100%;
		height: 80px;
		font-size: 2rem;
	}
	form .btn input[type=button] {
		margin: 0 0 20px;
		width: 100%;
	}
}

.wpcf7-not-valid-tip {
	font-weight: bold !important;
}

