@charset "utf-8";


/*----------------------------
	sec
------------------------------*/
.sec {
	padding: 80px 0 0;
}
.sec h3 {
	margin-top: 60px;
	font-size: var(--20px);
	font-weight: bold;
	line-height: 1.5;
}
.sec h4,
.sec p,
.sec ul,
.sec ol {
	font-weight: normal;
	margin-top: 15px;
	line-height: 2;
}
.sec ul li {
	padding-left: 1em;
	position: relative;
}
.sec ul li::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 4px;
	height: 4px;
	background: #8e8e90;
	border-radius: 50%;
	top: 12px;
	left: 3px;
}
.sec ol {
	padding-left: 1.45em;
}
.sec ol li {
	list-style: decimal;
	padding-left: 0.25em;
}
.sec a.link {
	text-decoration: underline;
}
.sec a.link::after {
	content: "";
	display: inline-block;
	position: relative;
	background: url(/common/img/link_blank.svg) no-repeat top center;
	background-size: contain;
	width: 13px;
	height: 13px;
	top: 0;
	margin-left: 4px;
}
@media (max-width: 768px) {
	.sec {
		padding: 45px 0 0;
	}
	.sec h3 {
		margin-top: 40px;
		font-size: var(--18px);
	}
	.sec h4,
	.sec p,
	.sec ul,
	.sec ol {
		font-size: var(--15px);
		line-height: 1.66;
	}
}
