@charset "utf-8";

/* ================ Style ================= */

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

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

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

#wrapper.page section h2 {
	margin-bottom: 30px;
	font-size: 30px;
}

#wrapper.page section p {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 2;
	color: #181818;
	/*margin-bottom: 12px;*/
}

#wrapper.page section p.txt {
	margin-bottom: 40px;
}
#wrapper.page section p.txt2 {
	margin-bottom: 30px;
		color: #aba16d;
}

#wrapper.page section p.multi {
	margin-bottom: 12px;
}

#wrapper.page section article {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

#wrapper.page section article h3 {
	display: table-cell;
	vertical-align: middle;
	width: 25%;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 1.4;
	color: #181818;
	padding: 20px;
	background-color: #aba16d;
	text-align: left;
}

#wrapper.page section .block {
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
	text-align: left;
background-color: #ffffff;
}

#wrapper.page section .block.last {
	/*margin-bottom: 0;*/
	/*padding-bottom: 0;*/
	/*border-bottom: none;*/
}

#wrapper.page section .block p.last {
	margin-bottom: 0;
}
#wrapper.page section .block p.indent {
	margin-left: 1em;
}

#wrapper.page section .block ul {
	margin-left: 2.4em;
	padding-top: 0.5em;
	list-style-type: none;
		
}

#wrapper.page section .block ul li {
	counter-increment: cnt;
	/*list-style-type: decimal;*/
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.8;
	color: #181818;
	margin-bottom: 10px;

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

#wrapper.page section .block ul li:before {
    display: block;
    content: counter(cnt) ") ";
	width: 1em;
	height: 1em;
    font-size: 14px;
    line-height: 1;
    color: #181818;
    letter-spacing: 1px;
    position: absolute;
    top: 0.4em;
    left: -1.5em;
	margin: auto;
    z-index: 10;
}


#wrapper.page section .block ul li.last {
	margin-bottom: 0;
}

#wrapper.page section .block ol {
	margin-left: 1.2em;
	padding-top: 0.5em;
}

#wrapper.page section .block ol li {
	list-style-type: decimal;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.8;
	color: #181818;
	margin-bottom: 10px;
}

#wrapper.page section .block ol li.last {
	margin-bottom: 0;
}

#wrapper.page section .inner {
	/*padding: 40px;*/
	/*border: 2px solid #181818;*/
	text-align: left;
}

/*#wrapper.page section h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 1.4;
	color: #aba16d;
	margin-bottom: 20px;
	text-indent: -0.8em;
	margin-left: 0.8em;
}
#wrapper.page section .block {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #181818;
}
#wrapper.page section .block.last {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

#wrapper.page section .block p.last {
	margin-bottom: 0;
}

#wrapper.page section .block ul {
	margin-left: 2.4em;
}
#wrapper.page section .block ul li {
	list-style-type: decimal;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.8;
	color: #aba16d;
	margin-bottom: 10px;
}
#wrapper.page section .block ul li.last {
	margin-bottom: 0;
}
*/
