@charset "UTF-8";

/* ==================
.top
================== */

.top {
	background-image: url("../../images/concept/top.png");
	background-repeat: repeat;
	background-size: 100%;
	background-position: center;
	text-align: center;
	margin: 0;
	padding: 0;
}

/* ==================
.section
================== */

.section p {
	text-align: justify;
}

.section p.num {
	color: #a53f00;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 0.5em;
	margin: 14px 43% 6px;
	padding: 0;
	border-bottom: 8px solid #fdecb3;
}

.section h2 {
	color: #a53f00;
	font-size: 20px;
	text-align: center;
	margin: 0;
	padding: 0;
}
