@charset "utf-8";
/* CSS Document */
.feature-bn{
	width: 100%;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	margin: 0 auto;
	color: #333;
	margin-bottom: 50px;
}
.feature-bn ul{
	list-style-type: none;
	line-height: 1.6rem;
	padding-left: 0;
}
.feature-sp{
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.feature-bn ul li{
	width: 50%;
	display: block;
	margin: 0 auto;
	position: relative;
	padding: 10px;
}
.feature-bn ul li img{
	width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}
.feature-bn .feature-ttl{
	font-size: 1.2rem;
	font-weight: bold;
	margin: 10px 0;
}
.feature-bn .feature-subttl{
	font-size: 1rem;
}
.feature-bn ul li .link{
	display: block;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 768px){
.feature-bn{
	max-width: 880px;
}
.feature-bn ul{
	width: 97%;
	display: flex;
	justify-content: space-around;
	margin: 0 1.5%;
}
.feature-sp{
	width: 50%;
	display: flex;
}
.feature-bn li{
	width: 23%;
	display: block;
	margin: 0 auto;
	position: relative;
	padding: 10px 0;
}
.feature-bn .feature-ttl{
	font-size: 0.9rem;
	margin: 10px 0;
	font-weight: bold;
}
.feature-bn .feature-subttl{
	font-size: 0.85rem;
}	
}