@charset "utf-8";
/* CSS Document */
body {
	background-color: #e5e5e5;
}

.simple_page_container {
	padding: 60px 0 0;
	min-width: 750px;
	width: 750px;
	margin: auto;
	position: relative;
}

body.lower_page header.over_hidden--simple .header_body {
	height: 80px;
	background-image: url("/assets/img/global/header/simple_header_bg_01.webp");
	background-repeat:repeat-x;
	background-size: auto;
	background-color: transparent;
}
body.lower_page header.over_hidden--simple .header_body .mw {
	height: 70px;
	text-align: center;
}
body.lower_page header.over_hidden--simple .header_logo {
	width: 100px;
	left: 0;
	top: 0;
	position: relative;
	display: block;
	margin: 0 auto;
}
body.lower_page header.over_hidden--simple .header_logo img {
	display: block;
	width: 100%;
}

.simple_page_title {
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #ffffff;
	padding: 18px 0;
	position: relative;
	background-color: #c2a67e;
	border-top: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	margin: 0;
}
.simple_page_title::before {
	content: "";
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background-color: #ffeac1;
	top: -7px;
	left: 0;
}
.simple_page_title::after {
	content: "";
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background-color: #ffeac1;
	bottom: -7px;
	left: 0;
}

@media screen and (max-width: 760px) {
	.simple_page_title {
		font-size: 26px;
	}
	body.lower_page header.over_hidden--simple .header_body {
		height: 70px;
	}
	.simple_page_container {
		min-width: 100%;
		width: 100%;
		padding: 0;
	}
}