@charset "UTF-8";

.hero {}
.hero_cnt {}
.hero_cnt:after {
	background-image: url(/img/contact/icon-character@2x.png);
}
.hero_ttl {}

.contact {}
.contact_sec {
	margin-top: 100px;
}
.contact_sec:first-child {
	margin-top: 0;
}
.contact_sec_ttl {
	font-size: 24px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.contact_sec_ttl > span {
	font-size: 30px;
	color: #FF8C05;
	margin-right: 10px;
}
.contact_sec_ttl > span.icon-mail {
	font-size: 20px;
}
.contact_sec_cnt {
	margin-top: 15px;
	border-radius: 20px;
	background-color: #FFF9E6;
	padding: 50px 0;
	text-align: center;
}

.contact_sec_tel {
	font-family: Futura;
	font-size: 50px;
	font-weight: bold;
	color: #FF8C05;
}
.contact_sec_tel > span {
	font-size: 40px;
}
.contact_sec_note {}
.contact_sec_text {
	margin-top: 20px;
}
.contact_sec_form {
	margin-top: 50px;
}
.contact_sec_tbl {
	width: 100%;
	table-layout: fixed;
	text-align: left;
}
.contact_sec_tbl tr {}
.contact_sec_tbl th {
	width: 25%;
	font-weight: bold;
	vertical-align: top;
	position: relative;
	text-align: left;
}
.contact_sec_tbl th.-req {}
.contact_sec_tbl th.-req:after {
	content: "必須";
	display: inline-block;
	font-weight: normal;
	color: #FFF;
	padding: 0 10px;
	background-color: #FF5757;
	position: absolute;
	top: 20px;
	right: 10px;
}
.contact_sec_tbl td {
	width: 75%;
}
.contact_sec_tbl th,
.contact_sec_tbl td {
	padding: 15px 0;
}
.contact_sec_tbl td > input[type="text"] {
	line-height: 2;
}
.contact_sec_tbl td.-type {
	display: flex;
	flex-wrap: wrap;
}
.contact_sec_tbl td.-type > span.mwform-checkbox-field {
	width: 28%;
	margin-left: 0;
}

.contact_sec_form_policy {
	text-align: center;
	position: relative;
	max-width: 330px;
	width: 100%;
	margin: 60px auto 0;
}
.contact_sec_form_policy > a {
	font-weight: bold;
	color: #FF8C05;
}
.contact_sec_form_policy label span.mwform-checkbox-field-text {
	display: none;
}
.contact_sec_form_policy span.error {
	position: absolute;
	top: 100%;
	left: 0;
}
.contact_sec_form_submit {
	margin: 40px auto 0;
	max-width: 400px;
	width: 100%;
	text-align: center;
}
.contact_sec_form_submit > input[type="submit"] {
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	background-color: #FFE200;
	padding: 30px 0;
	box-shadow: 0 5px 0 0 #DDB200;
	border-radius: 10px;
	transition: transform .3s, box-shadow .3s;
}

.contact_sec_form_submit > input[type="submit"]:hover {
	transform: translateY(5px);
	box-shadow: none;
}

#family_field, 
#other_field{
	display: none;
}
.mw_wp_form_confirm #family_field,
.mw_wp_form_confirm #other_field {
  display: block;
  margin-left: 10px;
}
.family_field input[type="text"], 
.other_field input[type="text"]{
	width: auto;
}

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

@media screen and (max-width:640px) {
	.hero {}
	.hero_cnt {}
	.hero_cnt:after {}
	.hero_ttl {}
	.contact {}
	.contact_sec {
		margin-top: 40px;
	}
	.contact_sec:first-child {
		margin-top: 0;
	}
	.contact_sec_ttl {
		font-size: 20px;
		padding-top: 80px;
		margin-top: -40px;
	}
	.contact_sec_ttl > span {}
	.contact_sec_cnt {
		padding: 20px 15px;
	}
	.contact_sec_tel {
		font-size: 30px;
	}
	.contact_sec_tel > span {
		font-size: 26px;
	}
	.contact_sec_note {}
	.contact_sec_text {
		margin-top: 10px;
	}
	.contact_sec_form {}
	.contact_sec_tbl {}
	.contact_sec_tbl tr {}
	.contact_sec_tbl th {
		display: flex;
		align-items: center;
	}
	.contact_sec_tbl th.-req {}
	.contact_sec_tbl th.-req:after {
		position: static;
		margin-left: 20px;
	}
	.contact_sec_tbl td {}
	.contact_sec_tbl th,
	.contact_sec_tbl td {
		width: 100%;
		display: block;
		padding: 5px 0;
	}
	.contact_sec_tbl td > input[type="text"] {}
	.contact_sec_tbl td > label {
		width: 100%;
	}
	.contact_sec_tbl td.-type {
		display: block;
	}
	.contact_sec_tbl td.-type > span.mwform-checkbox-field {
		width: 100%;
		display: block;
	}
	.contact_sec_form_policy {
		margin-top: 30px;
	}
	.contact_sec_form_policy > a {}
	.contact_sec_form_submit {}
	.contact_sec_form_submit > input[type="submit"] {
		padding: 20px 0;
	}
	.contact_sec_form_submit > input[type="submit"]:hover {}

}
@media print {
}
