@charset "UTF-8";

.main {
	padding: 90px 0 130px;
}

.hero {
	text-align: center;
}

.hero_ttl {
	color: #5BB7E5;
	font-weight: 600;
	font-size: 50px;
	line-height: 1;
	letter-spacing: 2px;
}

.hero_ttl span {
	display: block;
	font-weight: 500;
	color: #454E67;
	font-size: 18px;
	margin-top: 13px;
}

.contact {
	margin-top: 80px;
}

.contact_tb {
	width: 100%;
}

.contact_tb tr {
}

.contact_tb th,
.contact_tb td {
	vertical-align: top;
	font-weight: 500;
}

.contact_tb th {
	width: 200px;
	text-align: left;
	position: relative;
	padding: 10px 0;
}

.contact_tb th span {
	font-size: 13px;
	line-height: 1;
	text-align: center;
	color: #FFF;
	background: #F48282;
	padding: 4px 10px;
	position: absolute;
	top: 34%;
	right: 0;
	transform: translateY(-50%);
}

.contact_tb td {
	padding: 10px 0 10px 20px;
}

.contact_tb td span {
	margin-right: 20px;
}

.contact_tb td input,
.contact_tb td textarea {
	background: #EFF2F5;
	border: none;
	box-shadow: none;
	padding: 15px 12px;
	box-sizing: border-box;
}

.contact_tb td input.-full,
.contact_tb td textarea.-full {
	width: 100%;
}

.contact_tb td input.-short {
	width: 25%;
}

.contact_tb td select {
	width: 100%;
}

.contact_tb td input:focus,
.contact_tb td textarea:focus {
	background: #EFF2F5;
}

.contact_privacy {
	text-align: center;
	margin-top: 35px;
}

.contact_privacy .mwform-checkbox-field-text {
	display: none;
}

.contact_privacy a {
	text-decoration: underline;
}

.contact_privacy a:hover {
	text-decoration: none;
}

.contact_btn {
	max-width: 300px;
	margin: 35px auto 0;
	position: relative;
}

.contact_btn:before {
	content: "\e901";
	font-family: icomoon;
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	display: inline-block;
	line-height: 1;
	right: 25px;
	font-size: 15px;
	z-index: 1;
	color: #FFF;
}

.contact_btn input {
	display: block;
	background: -moz-linear-gradient(left, #455D9B, #457B9A);
	background: -webkit-linear-gradient(left, #455D9B, #457B9A);
	background: linear-gradient(to right, #455D9B, #457B9A);
	padding: 25px 30px 25px 20px;
	color: #FFF;
	border-radius: 50px;
	transition: opacity 0.4s;
	width: 100%;
	position: relative;
	border: none;
	font-size: 15px;
}

.contact_btn input:hover {
	opacity: 0.8;
}

.contact_btn input:focus {
	outline: none;
}

/* for Tablet */
@media screen and (max-width:1030px) {
}

/* for SP */
@media screen and (max-width:640px) {
	.main {
		padding: 50px 0 40px;
	}

	.hero {
	}

	.hero_ttl {
		font-size: 30px;
		line-height: 1.3;
		letter-spacing: 1px;
	}

	.hero_ttl span {
		font-size: 15px;
		margin-top: 2px;
	}

	.contact {
		margin-top: 60px;
	}

	.contact_tb,
	.contact_tb tbody,
	.contact_tb tr,
	.contact_tb th,
	.contact_tb td {
		display: block;
	}

	.contact_tb {
	}

	.contact_tb tr {
	}

	.contact_tb th,
	.contact_tb td {
	}

	.contact_tb th {
		display: inline-block;
		width: auto;
	}

	.contact_tb th span {
		right: auto;
		left: 70px;
		width: 50px;
		top: 50%;
	}

	.contact_tb td {
		padding: 0 0 10px 0;
	}

	.contact_tb td span {
	}

	.contact_tb td input,
	.contact_tb td textarea {
	}

	.contact_tb td input.-full,
	.contact_tb td textarea.-full {
	}

	.contact_tb td input.-short {
		width: 100%;
	}

	.contact_tb td input:focus,
	.contact_tb td textarea:focus {
	}

	.contact_privacy {
	}

	.contact_privacy a {
	}

	.contact_privacy a:hover {
	}

	.contact_btn {
		margin-top: 25px;
	}

	.contact_btn:before {
	}

	.contact_btn input {
	}

	.contact_btn input:hover {
	}

	.contact_btn input:focus {
	}

}

/* for Print */
@media print {
}
