/*--- LINK ---*/
.text {
    margin-bottom: 50px;
    line-height: 2rem;
}
.bannerList {
	margin-bottom: 65px;
}
.bannerList li {
	line-height: 1.5;
	margin-bottom: 25px;
}
.bannerList li.banner{
        margin: 5px;
        float: left;
}
.bannerList img {
    width: inherit;
}
.bannerList li a {
	color: #000;
}
/*--- SP-style ---*/
@media screen and (max-width: 768px) {
	h3.title {
		margin: 15px auto 10px;
	}
	#contents .block.bannerList {
		margin-bottom: 75px;
	}
	.bannerList img {
    	max-width: 100%;
    	height: auto
	}
}