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

.header_box ul.menu > li:nth-child(3) {
    background-color: #D5EFFF;
}

/*ヘッダー（中ページ）
---------------------------------------------------------*/
.mainvisual {
	background: /*linear-gradient(to bottom, rgba(0,0,0,0.10) 90%, rgba(0,0,0,0.3)),*/url(images/residential_mainv.jpg)no-repeat;
	background-size: cover;
	margin-bottom: 70px;
}
.mainvisual h2{
	margin: 0 auto;
	padding: 69px 0;
	letter-spacing: 0.3em;
	line-height: 45px;
}
.mainvisual h2 p{
	width: 470px;
	margin: 0 auto;
	margin-top: 15px;
	padding: 0px 0;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.1em;
}
.mainvisual h2 span{
	font-size: 16px;
	padding: 7px 70px;
	padding-right: 55px;
	margin-right: 18px;
	border: 1px solid #fff;
	letter-spacing: 0.8em;
}



.resident_text {
	background: url(images/residential_bg.png)no-repeat;
	background-size: cover;
	margin-bottom: 70px;
	height: 450px;
	font-size: 20px;
	line-height: 47px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin-bottom: 80px;	
}
.resident_text p{
	color: #666;
	margin: 0;
	padding: 84px 0;
	width: 1000px;
	margin: 0 auto;
}

/* 500px以下用（スマートフォン用）の記述 */
@media screen and (max-width: 500px) {
.mainvisual h2{
	padding: 20px 0;
}
.mainvisual h2{
	margin: 0 auto;
	padding: 25px 0;
	letter-spacing: 0.3em;
	line-height: 40px;
}
.mainvisual h2 p {
    width: 100%;
    margin-top: 0px;
    padding: 0px 0;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
}
.resident_text {
	background: url(images/residential_bg_sp.png)no-repeat;
    background-size: 100%;
	background-position: bottom;
    height: 400px;
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 80px;
}
.resident_text p {
    color: #666;
    margin: 0;
    padding: 50px 0;
	padding-top: 0px;
    width: 90%;
    margin: 0 auto;
	text-align: center;
}
}


/*施工事例
---------------------------------------------------------*/
.voice_pick {
	margin-bottom: 100px;
}
.voice_pick img{
	margin-bottom: 20px;
	width: 100%;
}
.voice_pick .voice_picktext {
	width: 540px;
	font-size: 14px;
	line-height: 23px;
	margin: 15px 0;
}
.voice_pick .voice_picktext:last-child {
	margin-bottom: 0;
}
.imgbox_voice {
	width: 440px;
	float: right;
	margin-top: 20px;
}
.imgbox_voice img{
	margin-bottom: 10px;
	width: 440px;
}
.imgbox_2col img{
	float: left;
	margin-right: 8px;
	width: 216px;
}
.imgbox_2col img:last-child{
	margin-right: 0px;
}

/* 500px以下用（スマートフォン用）の記述 */
@media screen and (max-width: 500px) {
.imgbox_voice {
    width: 100%;
    float: none;
    margin-top: 0px;
}
.imgbox_voice img{
	margin-bottom: 10px;
	margin: 0;
	float: left;
	width: 33.3%;
}
.voice_pick .voice_picktext {
    width: 100%;
}
.voice_pick {
    margin-bottom: 50px;
}
}

/*施工事例　その他
--------------------------*/
#jirei_other img{
	width: 100%;
}
#jirei_other {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jirei {
	width: 47.5%;
	margin-bottom: 45px;
}
#jirei_other p {
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 0;
}
#jirei_other .caption {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
.voice_icon {
	position: absolute;
	right: -20px;
	top: -20px;
}


/* 500px以下用（スマートフォン用）の記述 */
@media screen and (max-width: 500px) {
.jirei {
	width: 100%;
	float: none;
	margin-bottom: 45px;
}
.voice_pick img {
    margin-bottom: 5px;
}
}








	