.list .line-spacing{
	line-height: 1.5;
}
.list .page-container .page-contents .sub-title {
	font-size: 21px;
	margin-top: 45px;
    font-weight: bold;
}
.list .l-heading:not(:first-child) {
	margin-top: 100px;
}
.page-container .page-contents .column .list-text {
    margin-top: 10px;
	line-height: 1.92857;
	font-size: 14px;
    margin-bottom: 30px;
}
.textlink{
    color: #2890d2;
    margin-bottom: 14px;
    font-size: 14px;
}
@media screen and (max-width: 767px){
	/*フォントサイズ調整（必要があれば）
	.page-heading .font-small {
    font-size: 18px;
	}
	*/
	.page-container .page-contents {
    padding-bottom: 75px;
	}
}