@charset "UTF-8";
hr{
    display: block;
    clear: both;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
#about_filteringservice h1{
	color: var(--primary);
	font-size: 14px;
    text-align: center;
	margin-bottom: 10px;
    font-weight: bold;
    line-height: 20px;
    border-bottom: var(--primary) 1px solid;
    padding: 10px;
    line-height: 2em;
    margin-bottom: 3em;
}
#about_filteringservice h2{
	line-height: 2em;
}
#about_filteringservice p{
	line-height: 2em;
    margin-bottom: 3em;
}
#about_filteringservice ul li{
	line-height: 2em;
	padding-left: 1em;
	text-indent: -1em;
}
#about_filteringservice p span.small{
	font-size: .9em;
	line-height: 2em;
    margin-bottom: 3em;
}
@media (max-width: 767px){
    .pcOnly{
        display: none;
    }
    .contents_title span{
        margin-left: 0;
    }
    #about_filteringservice h1{
        text-align: left;
    }
}
