@charset "utf-8";

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


#wrapper.page section p.lead {
	margin-bottom: 50px;
}




#wrapper.page section .table {
	display: table;
	width: 100%;
	border: 1px solid #aba16d;

	position: relative;
	top: 0;
	left: 0;

	margin-bottom: 54px;
}

#wrapper.page section .table:before,
#wrapper.page section .table:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 3.5px 0 3.5px;
	border-color: #aba16d transparent transparent transparent;

	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#wrapper.page section .table:nth-child(1):before,
#wrapper.page section .table:nth-child(2):after {
	bottom: -18px;
}
#wrapper.page section .table:nth-child(1):after{
	bottom: -30px;
}
#wrapper.page section .table:nth-child(2):before {
	top: -20px;
}
#wrapper.page section .table:nth-child(3):before {
	top: -33px;
}
#wrapper.page section .table:nth-child(3):after {
	top: -21px;
}

#wrapper.page section .table dt {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 1.4;
	color: #000;
	padding: 30px 20px;
	background-color: #aba16d;
}
#wrapper.page section .table dd {
	padding: 15px;
	text-align: left;
	background-color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 2;
}
#wrapper.page section .table dd h4 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 1.4;
	margin-bottom: 30px;
}
#wrapper.page section .table dd .block {
	overflow: hidden;
}
#wrapper.page section .table dd .block figure {
	margin-bottom: 15px;
}
#wrapper.page section .table dd .block figure img {
	width: 100%;
}




