@charset "utf-8";
/* =================================
consideration.css
================================= */
.contentWrap {
	padding-bottom: 100px;
}
.mainView {
	min-height: 450px;
	background: url(../img/img_main_consideration.png) no-repeat 0 0;
	background-size: cover;
}
.mainView .inner {
	position: relative;
	min-height: 450px;
}
.mainView h1 {
	color: #ffffff;
	font-size: 3.5rem;
	line-height: 1.38;
}

.anchorLink {
	left: 50%;
	margin-left: -373px;
}
.anchorLink li a {
	min-height: 64px;
	padding-top: 18px;
}
.anchorLink li:last-child a {
	padding-top: 7px;
}

section {
	margin-top: 50px;
}
section+section {
	margin-top: 120px;
}

.meaning h3 {
	margin-top: 20px;
	color: #7a5623;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.27;
}
.meaning h4 {
	margin-top: 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.27;
}
.meaning h5 {
	margin-top: 20px;
	font-weight: bold;
}
.meaning .separation {
	margin-top: 50px;
}
.meaning .text {
	margin-top: 20px;
}
.meaning figure {
	margin-top: 50px;
	text-align: center;
}
.meaning figure+figure {
	margin-top: 100px;
}