@charset "utf-8";
/* CSS Document */
/*

c100 m60
#005bac

c100
#00a0e9

c100 m90
#0b318f

c10
#eaf6fd

k30
#c9caca

*/

body#contact {
	background-color: #eaf6fd;
}
.section_title h1 {
	position: relative;
	margin: 60px 0 50px;
	padding-bottom: 20px;
	text-align: center;
}
.section_title h1:after {
	content: "";
	display: block;
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-radius: 4px;
	width: 48px;
	height: 3px;
	background: #333;
}
h2.thanks_title {
	position: relative;
	margin: 30px 0;
	padding-bottom: 20px;
	font-size: 1.7em;
	font-weight: 400;
	text-align: left
}
h2.thanks_title:after {
	content: "";
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	margin: auto;
	border-radius: 4px;
	width: 48px;
	height: 2px;
	background: #333;
}
.section_inner {
	margin: 50px auto;
	padding: 40px 30px;
	width: 90%;
	max-width: 600px;
	background-color: #ffffff;
	box-shadow: 0 2px 8px -3px rgb(0 0 0 / 10%);
	border-radius: 3px;
}
.section_inner.nobg {
	background-color: transparent;
	box-shadow: none;
	max-width: 500px;
	margin: 60px auto;
	padding: 10px;
}
.section_content {
	
}
.section_content .logo {
	width: 70%;
	max-width: 300px;
	margin: 50px auto;
}
.section_content .list {
	
}
.section_content .item {
	
}
.section_content .title {
	padding: 16px 20px 0 10px;
	font-weight: bold;
}
.section_content .data {
	padding: 0 0 0 20px;
	border-bottom: 2px solid #f0f0ee;
}
.section_content .datainner {
	padding: 0 0 16px;
}
.section_content .datainner p {
	margin: 0;
	text-align: left;
}
.ns_form {
	
}
.ns_form p.form-label {
	margin: 20px 0 12px;
	font-size: 16px;
	font-weight: 700;
}
.ns_form p.form-label span.required {
	display: inline-block;
	margin: 0 10px;
	padding: 0 7px;
	background-color: #F12112;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	height: 18px;
	line-height: 18px;
	border-radius: 5px;
	vertical-align: text-bottom;
}
.ns_form p.err-text {
	display: none;
	margin: 12px 0;
	font-size: 14px;
	font-weight: 700;
	color: #F12112;
}
.ns_form hr {
	margin: 20px 0;
	height: 1px;
	background-color: #eee;
	border: none;
}
.ns_form input {
	width: 100%;
	padding: 5px 10px;
	font-size: 16px;
	border-radius: 3px;
	border: 2px solid #ddd;
	box-sizing: border-box;
}
.ns_form textarea {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 150px;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 1.4;
	border-radius: 3px;
	border: 2px solid #ddd;
	box-sizing: border-box;
}
.ns_form input[type="button"] {
	width: 100%;
	padding: 12px 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	border-radius: 3px;
	color: #fff;
	background-color: #005bac;
	border: 2px solid #005bac;
	box-sizing: border-box;
	cursor: pointer;
}
@media (min-width: 960px) {
	.header_item.item_contact a {
		color: #005bac;
	}
	.header_item.item_contact a:after {
		bottom: 0;
		transition-duration: .3s;
	}
	.section_inner {
		max-width: 860px;
		margin: 50px auto 70px;
		padding: 70px;
	}
	.section_content .item {
		display: flex;
	}
	.section_content .title {
		width: 220px;
		padding-top: 24px;
		padding-bottom: 24px;
		border-bottom: 2px solid #d7d7d5;
	}
	.section_content .data {
		padding: 0;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.section_content .datainner {
		padding: 24px 20px 24px 10px;
	}
	.ns_form input {
		width: 30%;
		min-width: 300px;
	}
	.ns_form input[type="button"] {
		width: 140px;
		min-width: 140px;
		color: #005bac;
		background-color: #fff;
		border: 2px solid #005bac;
	}
	.ns_form input[type="button"]:hover {
		color: #fff;
		background-color: #005bac;
	}
}