@charset "utf-8";
/* CSS Document */

/*////////// 共通 //////////*/



/*////////// セクション3 //////////*/
.sec3 h3, .sec6 h3 {
	font-size: 1.5em;
	font-weight: 700;
	color: #225E40;
}


/*////////// セクション4 //////////*/
.sec4 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sec4 ul li img {
	width: 28px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: -0.25em;
}

.sec4 ul li {
	margin-bottom: 15px;
	font-size: 1.2em;
	font-weight: 700
}

.sec4 ul li:last-child {
	margin-bottom: 0;
}


/*////////// セクション5 //////////*/
.sec5 .d-grid {
	grid-template-columns: 1fr;
}

.sec5 .d-grid .wrap {
	background-color: #f3f3f3;
	padding: 25px;
}

.sec5 .d-grid .wrap h4 {
	background-color: #286689;
	color: #fff;
	text-align: center;
	font-size: 1.5em;
	padding: 8px 0;
	margin-bottom: 20px !important;
}

@media (min-width:576px) {
	.sec5 .d-grid {
		grid-template-columns: repeat(2, 1fr);
	}	
}


/*////////// 物件一覧へのリンク //////////*/
.higashiku-list .btn1 {
	width: 300px;
}

@media (min-width:414px) {
	.higashiku-list .btn1 {
		width: 340px;
	}
}

@media (min-width:576px) {
	.higashiku-list .btn1 {
		width: 360px;
	}
	
	.higashiku-list .btn1 a {
		font-size: 1.15em;
		line-height: 1.6em;
	}	
}	














