@charset "utf-8";
/**
 * style.css
 */

/* index
--------------------------------------------------*/
/* layout */

#content .contentTitle {
	margin: 0 10px 35px;
}
#content .contentTitle br {
	display: none;
}
/* SP */
@media only screen and (max-width:550px) {
	#content .contentTitle br {
		display: block;
	}
}
.lead {
	text-align: center;
}

/* section */
.section {
	margin-top: 50px;
}
/* SP */
@media only screen and (max-width:767px) {
	.section {
		margin-top: 30px;
	}
}

/* section-key01 */
.section.key01 {
	margin-top: 30px;
}
.section.key01 .commonMttl {
	margin-top: 30px;
}
.section.key01 .meritBox {
	margin-top: 30px;
	padding-left: 235px;
	zoom: 1;
}
.section.key01 .meritBox:after {
	display: block;
	clear: both;
	height: 0;
	content: '';
}
.section.key01 .meritBox .txt {
	float: left;
	width: 100%;
	margin-left: -235px;
}
.section.key01 .meritBox .txt dl + dl {
	margin-top: 20px;
}
.section.key01 .meritBox .txt dt {
	color: #00a0e7;
}
.section.key01 .meritBox .txt dd + dd {
	margin-top: 25px;
}
.section.key01 .meritBox .image {
	float: right;
	padding-top: 5px;
}
.section.key01 .meritBox .apartImg {
	width: 195px;
}
.section.key01 .meritBox .mansionImg {
	width: 215px;
}
/* SP */
@media only screen and (max-width:767px) {
	.section.key01 .commonMttl {
		margin-top: 25px;
	}
	.section.key01 .meritBox {
		margin-top: 22px;
		padding-left: 0;
	}
	.section.key01 .meritBox .txt {
		float: none;
		margin-left: 0;
	}
	.section.key01 .meritBox .txt dl + dl {
		margin-top: 22px;
	}
	.section.key01 .meritBox .txt dd + dd {
		margin-top: 15px;
	}
	.section.key01 .meritBox .image {
		float: none;
		padding-top: 15px;
		text-align: center;
	}
	.section.key01 .meritBox .apartImg,
	.section.key01 .meritBox .mansionImg {
		width: auto;
	}
}

/* section-key02 */
.section.key02 .commonBox p + p {
	margin: 25px 175px 0 0;
}
.section.key02 .commonBox .image {
	position: absolute;
	bottom: 0;
	right: 20px;
	width: 155px;
}
/* TB */
@media only screen and (max-width:979px) {
	.section.key02 .commonSttl {
		min-height: 120px;
	}
	.section.key02 .commonSttl .txt {
		padding-right: 90px;
	}
	.section.key02 .commonSttl .txt:after {
		width: 78px;
		height: 120px;
		margin-right: 10px;
		background-image: url(../imgs/img-p01.png);
	}
	.section.key02 .image {
		display: none;
	}
	.section.key02 .commonBox p + p {
		margin-right: 0;
	}
}
