@charset "utf-8";

.page-main__ttl:before{
	background: url(../img/main_ico.png) center /100% no-repeat;
}
.page-wrp {
    padding-bottom: 0;
}
/* ---------------------------------------------------------------- box ---- */
.lcl-cnt-in{

}

/* .lcl-cnt__sbs ------------*/
.lcl-cnt__sbs{
	display: flex;
	justify-content: space-between;
}
.lcl-cnt-sbs__left{
	width: 450px;
}

/* .lcl-tbl ------------*/
.lcl-tbl{
	width: 100%;
	border: 1px solid #96a2b7;
}
.lcl-tbl-th,
.lcl-tbl-td{
	font-size: 1rem;
	padding: 11.5px 14px 11.5px 14px;
	border-bottom: 1px solid #96a2b7;
}
.lcl-tbl-th{
	width: 225px;
	font-size: 1.071rem;
	/*font-weight: bold;*/
	line-height: 2.214rem;
	color: #2e589e;
	background-color: #e6f1f6;
}

.lcl-cnt-sbs__img{
	width: 320px;
}

.lcl-cnt__link{
	color: #2e589e;
}
.lcl-cnt__link:hover{
	text-decoration: underline;
}

.lcl-cnt__txt--small{
	font-size: 12px;
	line-height: 2;
}

@media screen and (max-width: 767px){
	/* ---------------------------------------------------------------- SP ---- */

	/* ---------------------------------------------------------------- box ---- */

	.lcl-cnt__txt{
		padding: 0 15px;
	}

	.lcl-cnt-in{
		padding: 0 15px;
	}

	/* .lcl-cnt__sbs ------------*/
	.lcl-cnt__sbs{
		display: block;
	}
	.lcl-cnt-sbs__left{
		width: 100%;
	}

	.lcl-tbl{
		width: 100%;
	}
	.lcl-tbl-th, .lcl-tbl-td{
		padding: 9px 15px 9px 18px;
	}
	.lcl-tbl-th{
		width: 200px;
		line-height: 1.833rem;
	}
	.lcl-tbl:first-child,
	.lcl-tbl:first-child .lcl-tbl-tr:last-child .lcl-tbl-th,
	.lcl-tbl:first-child .lcl-tbl-tr:last-child .lcl-tbl-td{
		/* border-bottom: none; */
	}

	.lcl-cnt-sbs__img{
		width: 60%;
		margin: 15px auto 20px;
	}
	
	.lcl-cnt__link{
		color: #2e589e;
	}
	.lcl-cnt__link:hover{
		text-decoration: underline;
	}
	
	.lcl-cnt__txt--small{
		font-size: 12px;
		line-height: 2;
	}

}