@charset "UTF-8";
/* CSS Document */
/* mainArea */
.mainArea .inner {
	background-image:url("../img/contact/h1_main.jpg");
}
/* contactArea */
.contactArea .inner {
	padding: 40px 20px 0;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.contactArea .inner h1 {
	font-size: 26px;
	line-height: 1;
	color: #363636;
	font-weight: 700;
	display: inline-block;
	padding: 0 20px;
	position: relative;
}
.contactArea .inner h1:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 28px;
	background-color: #363636;
}
.contactArea .inner h1:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 28px;
	background-color: #363636;
}
.contactArea .inner .t_txt {
	padding: 50px 0;
	font-size: 17px;
	line-height: 1.6;
	font-weight: 500;
	text-align: left;
}
.bnrArea .inner .txt {
	padding-bottom: 30px;
	font-size: 20px;
	line-height: 1.6;
	font-weight: 700;
	font-family: source-han-serif-japanese,serif;
	font-style: normal;
	color: #00498e;
}

/* thanksArea */
.thanksArea .inner {
	padding: 100px 20px 130px;
	text-align: center;
}
.thanksArea .inner h2 {
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 20px;
}
.thanksArea .inner .thanks_txt {
	line-height: 2;
}


@media screen and (max-width: 1000px) {
	.contactArea .inner h1 {
		font-size: 24px;
	}
	.contactArea .inner h1:before {
		height: 26px;
	}
	.contactArea .inner h1:after {
		height: 26px;
	}
	.bnrArea .inner .txt {
		font-size: 17px;
	}	

}
	
@media screen and (max-width: 767px) {
/* contactArea */
	.contactArea .inner {
		padding: 45px 8vw 30px;
		max-width: 100%;
	}
	.contactArea .inner h1 {
		font-size: 22px;
		padding: 0 15px;
	}
	.contactArea .inner h1:before {
		height: 24px;
	}
	.contactArea .inner h1:after {
		height: 24px;
	}
	.contactArea .inner .t_txt {
		padding: 30px 0 20px;
		line-height: 1.4;
    font-size: 14px;
	}	
	
	.bnrArea .inner .txt {
		font-size: 16px;
		line-height: 1.4;
		text-align: left;
		padding-bottom: 25px;
	}	
	
	
	/* thanksArea */
	.thanksArea .inner {
		padding: 50px 8vw;
		text-align: left;
	}
	.thanksArea .inner h2 {
		font-size: 18px;
		padding-bottom: 10px;
	}
	.thanksArea .inner .thanks_txt {
		line-height: 1.8;
	}
}

