@charset "UTF-8";
.top_bg{
	width: 100%;
}
.top_bg{
	background: url(../../images/facil/facil_sp.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;
	height: 40vh;
}
.top_ttl{
	padding: 5px 20px;
	background: rgba(255,255,255,.3);
	z-index: 1;
}
.main_content{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 5%;
}
.facility_h1{
	font-size: 2em;
	font-weight: 600;
	margin:60px 0;
	text-align: center;
	position: relative;
}

.facility_h2{
	font-size: 2em;
	font-weight: 600;
	margin:60px 0;
	text-align: center;
	position: relative;
}
/*----------------------------------------- 
facility_sec
----------------------------------------- */
.facility_sec{
	width: 100%;
	padding: 0 5%;
}

.facility_cnt{
	width: 100%;
	box-shadow: 0 5px 30px -7px rgba(25,25,25,.7);
	position: relative;
	height: auto;
	border-bottom: 3px solid  #b22222;
	margin-bottom: 40px;
}

.facility_ul{
	padding: 5%;
}

.facility_ul li{
	padding: 5px 0;
	font-size:  1em;
}
.facility_ul li:last-child{
	margin-top: 10px;
	font-weight: 600;
}
.li_ttl{
	display: inline-block;
    width: 60px;
	font-weight: 600;
	letter-spacing:0;
	font-size:  .8em;
	margin-right: 30px;
	color: #898989;
}
.another_area{
	width: 100%;
	height: auto;
	padding: 0 5%;
}
.another_txt{
	text-align: center;
	font-size: 1.2em;
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: justify;
	border: 2px solid #333;
	padding: 3%;
	letter-spacing: .08em;
	line-height: 1.5;
}