@charset "utf-8";

.PCdisplayNone {
	display:none!important;
}
#SiteIdentityP{
	height:50px;
}
.fea_mb10{
	margin-bottom:10px!important;
}
.fea_mb20{
	margin-bottom:20px!important;
}
.fea_mb30{
	margin-bottom:30px!important;
}
.fea_mb40{
	margin-bottom:40px!important;
}
.fea_mb60{
	margin-bottom:60px!important;
}
.fea_mb0{
	margin-bottom:0!important;
}
.fea_noteM{
	font-size: 0.8rem!important;
    font-weight: normal!important;
    line-height: 1.3rem;
}
.fea_noteS {
	font-size:0.75rem!important;
	font-weight:normal!important;
	line-height: 1.3rem;
}
.fea_noteL {
	font-size:0.875rem!important;
	font-weight:normal!important;
	line-height: 1.4rem;
}
.tac{
    width: 100%;
	text-align:center;
    margin: 0 0 40px 0;
}
a img:hover{
	opacity:0.6;
	transition: 0.3s;
}





.main_top{
	margin-top: 10px;
	position:relative;
}
.main_txt{
	font-size: 1.875rem;
	text-align: center;
	font-weight: bold;
	margin: 40px 0 40px 0;
	line-height: 3.6rem;
}

.ouchi_list{
	padding: 70px 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}
.ouchi_list li{
	width: 28.1%;
	margin-bottom: 90px;
	margin-right:7.8%;
}
.ouchi_list li:nth-child(3n){
	margin-right:0;
}
.ouchi_list li img{
	width: 100%;
}
.LP_contentsLine {
    width: 100%;
    border-bottom: 1px #000 solid;
}
.topMenuEtcIcon img{
	width: 70px;
	margin: 60px auto 0;
}




/* 20200529 */
.main_mgb{
	margin-bottom: 35px!important;
}
.main_btn{
	border: 1px #000 solid;
	font-size: 1.5rem;
	padding: 8px 15px 3px;
	display: inline-block;
	text-align: center;
	position: absolute;
	left:20px;
	top:20px;
	background: #fff;
}
.listbtn{
	margin: 20px 0 110px;
	
}
.listbtn a{
	display: block;
	border:1px #000 solid;
	padding: 20px 0 15px;
	text-align: center;
	background:url(../img/arrow_01.png) 98% center no-repeat;
	background-size:13px;
	text-decoration: none;
	font-size: 1.875rem;
	color: #000;
}
.listbtn a:hover{
	opacity: 0.6;
}






@media only screen and (min-width: 768px) and (max-width: 1274px) {
	.main_top img{
		width:100%;
	}
	.main_btn{
		margin-bottom: 0;
		font-size: 1.2rem;
		padding-top: 5px;
	}
	.listbtn{
		margin: 0 0 60px;
	}
	.ouchi_list{
		padding-bottom: 0;
	
	}
	 

}



