

/* -------------------------------- read */
.read {
	margin-top: 50px;
	text-align: center;
	font-size: 2rem;
}

/* -------------------------------- section */
section {
	margin: 50px 0 0;
}
section h3 {
	text-align: left;
	text-indent: 0;
	padding: 0;
	border: none;
	color: #cf870a;
	font-size: 4rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.3;
	position: relative;
}
section h3::before {
	content: '';
	width: 100%;
	height: 1px;
	margin: 2px auto 0;
	background: #CF870A;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}
section h3 i {
	margin-right: 10px;
	vertical-align: 0;
}
section h3 .sp_bg {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 15px 30px 15px 0;
	background: #FFF;
	text-align: center;
	position: relative;
	z-index: 1;
}
section .link {
	display: flex;
	justify-content: space-between;
}

section .box {
	/*width: 49%;*/
	background: #FAF3E6;
	margin: 0 0 20px;
	padding: 20px;
}
section .box h4 {
	color: #CF870A;
	font-size: 2.6rem;
}
section .box ul {
	display: flex;
	flex-wrap: wrap;
	margin: 15px 0 0;
}
section .box ul li {
	width: 50%;
	padding: 0 30px 10px;
	position: relative;
}
section .box ul li::before {
	content: '\f0da';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 1.6rem;
	color: #CF870A;
	position: absolute;
	top: 5px;
	left: 7px;
}
section .box ul li a {
	font-weight: bold;
	font-size: 2rem;
}
@media screen and (max-width: 767px) {
	section .box ul li {
		width: 50%;
	}
}
/* -------------------------------- section_02 */
.section_02 h3,
.section_02 .box h4,
.section_02 .box ul li::before{
	color: #659857;
} 
.section_02 h3::before {
	background: #659857; 
}

.section_02 .box {
	background: #EFF4EE;
}
