@charset "utf-8";

/* ================ Style ================= */
#kv {
	background: url(../img/img_kv_pc.jpg) top center no-repeat;
}



#wrapper.page section {
	margin-bottom: 0px;
}

#wrapper.page section p {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 2;
	color: #aba16d;
}

#wrapper.page section .inner {
	font-size: 0;
	letter-spacing: -1em;
}


#wrapper.page section a {
	display: inline-block;
	text-align: left;

	position: relative;
	top: 0;
	left: 0;
}
#wrapper.page section a span {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.5;
	color: #aba16d;
}
#wrapper.page section a:after {
	display: inline-block;
	content: "\e906";
	font-family: 'icomoon';
	width: 1em;
	height: 1em;
	line-height: 1;
	font-size: 13px;
	color: #aaa16d;
	margin-left: 10px;
}
#wrapper.page section h2 a:after {
	font-size: 20px;
}
#wrapper.page section h3 a:after {
	font-size: 14px;
}
#wrapper.page section a:hover span {
	text-decoration: underline;
}

#wrapper.page section.main {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: left;
	margin-bottom: 60px;
}
#wrapper.page section.main.last {
	margin-bottom: 0px;
}
#wrapper.page section.main:nth-child(2n+1) {
	margin-left: 0;
}
#wrapper.page section.main h2 {
	border-bottom: 1px solid #aba16d;
	margin-bottom: 12px;
}
#wrapper.page section.main h2 a span {
	font-size: 22px;
}

#wrapper.page section.main section.sub {
	display: inline-block;
	margin-bottom: 12px;
	margin-left: 3%;
	width: 30.3%;
}
#wrapper.page section.main section.sub:nth-child(3n-1) {
	margin-left: 0;
}
#wrapper.page section.main h3 a {
	font-size: 14px;
}
