@charset "utf-8";

.ancArea ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.ancArea ul a {
	font-size: 120%;
	background: url("../images/common/icon_arrow02.png") right center no-repeat;
	padding-right: 23px;
}

.sec01 {
	margin-bottom: 0px;
}

.sec01 h3.title {
	margin-top: 50px;
}

.box01 {
	padding: 30px 15px;
	border-bottom: 2px dotted #ccc;
}

.box01:nth-child(even) {
	background: #f8f8f8;
}

.box01 h4 {
	margin-bottom: 20px;
}

.box01 h4 span {
	opacity: 0.5;
	font-size: 80%;
}