/*追記20260416*/
.terms_container {
	max-width:1140px;
	margin-left:auto;
	margin-right:auto
}
.terms-container h2 {
	margin-bottom: 50px;
	font-size: 28px;
	font-weight: 600;
}

#terms-list {
	margin-bottom: 100px;
}
#terms-list li {
}
#terms-list li a {
	color: hsla(0,0%,0%,1.00);
	font-size: 16px;
}
#terms-list li a:hover {
	color: #0b318f;
}
#terms-list li a::after {
	background: url(../images/terms/icon_pdf.png) no-repeat 50%;
    background-size: 31px 13px;
    content: "";
    display: inline-block;
    height: 13px;
    margin-left: 8px;
    vertical-align: -1px;
    width: 31px;
}
