@charset "UTF-8";


.phone {
	padding: 80px 0;
	text-align: center;
	background: #E8E8E8;
}

.phone_ttl {
	font-size: 20px;
	line-height: 1;
}

.phone_num {
	margin-top: 30px;
	line-height: 1;
}

.phone_num > dt,
.phone_num > dd {
	display: inline-block;
}

.phone_num > dt {
	font-size: 24px;
	margin-right: 15px;
}

.phone_num > dd {
	font-size: 32px;
}

.phone_num > dd a {
}

.phone_mobile {
	margin-top: 20px;
	line-height: 1;
}

.phone_mobile > dt,
.phone_mobile > dd {
	display: inline-block;
}

.phone_mobile > dt {
	font-size: 18px;
	margin-right: 10px;
}

.phone_mobile > dd {
	font-size: 26px;
}

.phone_mobile > dd a {
}

.phone_open {
	font-size: 18px;
	margin-top: 30px;
	line-height: 1;
}

.phone_open > dt,
.phone_open > dd {
	display: inline-block;
}

.phone_open > dt {
}

.phone_open > dd {
}

.mail {
	padding-bottom: 80px;
}

.mail_ttl {
	font-size: 20px;
	text-align: center;
}

.mail_text {
	margin-top: 20px;
	text-align: center;
}

.mail_req {
	color: #C70F0F;
}

.mail_form {
	margin-top: 60px;
	font-size: 16px;
	display: table;
	width: 100%;
	border-top: 1px solid #ccc;
}

.mail_form input[type=text],
.mail_form input[type=email],
.mail_form input[type=tel],
.mail_form textarea {
	font-size: 16px;
	width: 100%;
}

.mail_form textarea {
	min-height: 15em;
}

.mail_form dl {
	display: table-row;
	margin-top: 20px;
}

.mail_form dl > dt,
.mail_form dl > dd {
	display: table-cell;
	border-bottom: 1px solid #ccc;
	padding: 15px 0;
	vertical-align: middle;
}

.mail_form dl > dt {
	padding-right: 15px;
	width: 300px;
}

.mail_form dl > dt.-req:after {
	content: "";
	color: #C70F0F;
	margin-left: 0.5em;
}

.mail_form dl > dd {
}

.mail_policy {
	margin-top: 60px;
	border: 1px solid #ccc;
	height: 20em;
	overflow-x: hidden;
	overflow-y: scroll;
}

.mail_policy_sec {
	background: #F6F6F6;
	padding: 40px;
}

.mail_policy_sec h3 {
	margin-bottom: 1em;
}

.mail_policy_sec h4 {
	margin-top: 10px;
}

.mail_policy_sec p {
}

.mail_accept {
	margin-top: 40px;
	text-align: center;
}

.mail_btn {
	margin-top: 15px;
/*	text-align: center;*/
}

.mail_btn button {
	font-size: 18px;
	line-height: 1;
	color: #FFF;
	background: #000;
	display: inline-block;
	border: none;
	padding: 20px 0;
	width: 100%;
	max-width: 460px;
	font-family: inherit;
	-webkit-appearance: none;
	cursor: pointer;
}
body .mail_btn button:hover {background:#BC9800; }

.cont_tbl {
	width: 100%;
	margin-bottom: 1em;
}

.cont_tbl th,
.cont_tbl td {
	background: #FFF;
	padding: 15px;
}

.cont_tbl th {
	font-weight: bold;
	text-align: left;
}

.cont_tbl thead th {
	vertical-align: middle;
	text-align: left;
}

.cont_tbl tbody th {
}

.cont_tbl.-edge tbody th {
	white-space: nowrap;
}

.cont_tbl td {
	text-align: center;
}

.cont_tbl.-edge td {
	text-align: left;
}


@media screen and (max-width:640px) {


	.phone {
		padding: 40px 0;
	}

	.phone_ttl {
		font-size: 18px;
	}

	.phone_num {
	}

	.phone_num > dt,
	.phone_num > dd {
	}

	.phone_num > dt {
		font-size: 16px;
		margin-right: 10px;
	}

	.phone_num > dd {
		font-size: 18px;
	}

	.phone_num > dd a {
		display: inline-block;
	}

	.phone_mobile {
		margin-top: 10px;
	}

	.phone_mobile > dt,
	.phone_mobile > dd {
	}

	.phone_mobile > dt {
		font-size: 14px;
	}

	.phone_mobile > dd {
		font-size: 16px;
	}

	.phone_mobile > dd a {
	}

	.phone_open {
		font-size: 13px;
		margin-top: 25px;
	}

	.phone_open > dt,
	.phone_open > dd {
	}

	.phone_open > dt {
	}

	.phone_open > dd {
	}

	.mail {
		padding-top: 40px;
	}

	.mail_ttl {
		font-size: 18px;
	}

	.mail_text {
		text-align: left;
	}

	.mail_req {
	}

	.mail_form {
		margin-top: 20px;
		font-size: 13px;
		display: block;
		border-top: none;
	}

	.mail_form input[type=text],
	.mail_form input[type=email],
	.mail_form input[type=tel],
	.mail_form textarea {
	}

	.mail_form textarea {
	}

	.mail_form dl {
		display: block;
	}

	.mail_form dl > dt,
	.mail_form dl > dd {
		display: block;
		padding: 0;
		border-bottom: 0;
	}

	.mail_form dl > dt {
		;
		width: 100%;
		margin-bottom: 5px;
	}

	.mail_form dl > dt.-req:after {
	}

	.mail_form dl > dd {
	}

	.mail_policy {
		margin-top: 30px;
	}

	.mail_policy_sec {
		padding: 20px;
		font-size: 12px;
	}

	.mail_policy_sec h3 {
	}

	.mail_policy_sec h4 {
	}

	.mail_policy_sec p {
	}

	.mail_accept {
		margin-top: 30px;
	}

	.mail_btn {
	}

	.mail_btn button {
		font-size: 16px;
	}
	.cont_tbl {
		width: 90%;
		font-size: 12px;
	}

	.cont_tbl th,
	.cont_tbl td {
		padding: 5px 10px;
	}

	.cont_tbl th {
	}

	.cont_tbl thead th {
	}

	.cont_tbl tbody th {
	}

	.cont_tbl.-edge tbody th {
	}

	.cont_tbl td {
	}

	.cont_tbl.-edge td {
	}

}