@charset "utf-8";
/* ===================================================================

 file name  :about / chapter05.css
 style info :我が家の耐震診断

=================================================================== */

/* =============================

	overwrite

=============================== */




/* =================================== */




@media screen and (min-width: 768px){
}



/* 
	#mv
--------------------------------------*/
#mv{
	padding: 0 7px 12px;
	position: relative;
}
#mv::after{
	content: '';
	background: url(../../images/about/chapter06/bg_homes.svg) repeat-x center bottom / auto 100%;
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
@media screen and (min-width: 768px){
	#mv{
		padding: 0 0 30px;
		text-align: center;
	}
	#mv img{
		width: 1100px;
	}
	#mv::after{
		height: 132px;
	}

}



/* 
	#recommend
--------------------------------------*/
#recommend .ttl-belt.ttl-belt_pink{
	margin: 0;
}
#recommend .case{
	margin: 0 0 40px;
	padding: 35px 0;
}
#recommend .case ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#recommend .case ul li{
	width: 49%;
	margin: 0 0 5px;
	padding: 0 0 15px;
	border: solid 2px #737378;
	text-align: center;
	font-weight: 700;
	font-size: 1.3rem;
	line-height: 1.5;
	background: #fff;
}
#recommend .case ul li::before{
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	margin: 0 auto 5px;
	background: url("../../images/about/chapter05/ico_pin.svg") no-repeat 50% 50% / 100% auto;
	transform: translateX(10%);
}

#recommend .diagnose .ttl-round_huki ruby rt{
	font-size: 1.6rem;
	line-height: 1;
	margin: 0 0 -0.5em;
}

#recommend .ttl-damage{
	margin: 20px 0;
	padding: 0 0 5px;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
	border-bottom: solid 2px #737378;
	position: relative;
}
#recommend .ttl-damage .cap{
	display: inline-block;
	padding: 0 0.8em;
	border-radius: 2px;
	background: #737378;
	color: #fff;
	font-size: 1.3rem;
}
#recommend .ttl-damage::before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #737378 transparent transparent transparent;
	position: absolute;
	left: calc(50% - 8px);
	bottom: -10px;
}
#recommend .damage{
	margin: 0 0 10px;
	padding: 0 0 20px;
	display: flex;
	justify-content: space-between;
	border-bottom: solid 2px #737378;
}
#recommend .damage ul li{
	font-size: 1.5rem;
}
#recommend .damage ul li::before{
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: 0 0.5em 0 0;
	background: url("../../images/about/chapter05/ico_check.svg") no-repeat 50% 50% / 100%  auto;
	vertical-align: middle;
}
#recommend .damage figure{
	width: 72px;
}

#recommend .comment{
	margin: 35px 0 0;
	padding: 15px 0 0;
	background: #e4a59b;
}
#recommend .comment dl{
	padding: 30px;
	background: #fff;
	border-radius: 4px;
	position: relative;
}
#recommend .comment dl::before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 8px 0 8px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	left: calc(50% - 8px);
	bottom: -16px;
}
#recommend .comment dl dt{
	margin: 0 0 15px;
	padding: 0 0 10px;
	border-bottom: solid 2px #333;
	text-align: center;
	font-weight: 700;
	font-size: 1.7rem;
}
#recommend .comment figure{
	width: 319px;
	margin: 30px auto 0;
	padding: 0 100px 0 0;
}

#recommend .check{
	padding: 45px 0;
}
#recommend .check .check-wrap{
	margin: 50px 0 15px;
	padding: 1px 15px 15px;
	border: solid 1px #737378;
}

#recommend .check .check-wrap::before{
	content: "";
	display: block;
	width: 90px;
	height: 35px;
	margin: -25px auto 15px;
	background: url("../../images/about/chapter05/img_clip.svg") no-repeat 50% 50% / 100% auto;
}
#recommend .check .check-wrap .check-list{
	margin: 0 0 25px
}
#recommend .check .check-wrap .check-list dt{
	margin: 0 0 15px;
	color: #fff;
	background: #e4a59b;
	font-size: 1.2rem;
	text-align: center;
	border-radius: 5px;
}
#recommend .check .check-wrap .check-list dd{
	margin: 0 0 5px;
	display: flex;
	align-items: center;
	border: solid 1px #e4a59b;
	position: relative;
}
#recommend .check .check-wrap .check-list dd .num{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 100%;
	font-size: 1.2rem;
	text-align: center;
	background: #e4a59b;
	color: #fff;
	font-weight: 700;
	position: absolute;
	top: 0;
	bottom: 0;
}
#recommend .check .check-wrap .check-list dd .txt{
	width: calc(100% - 30px);
	margin: 0 0 0 30px;
	padding: 5px 34px 5px 10px;
	font-weight: 700;
	font-size: 1.3rem;
}
#recommend .check .check-wrap .check-list dd .checkbox{
	width: 15px;
	height: 15px;
	border: solid 1px #737378;
	position: absolute;
	top: 50%;
	right: 7px;
	transform: translateY(-50%);
}
#recommend .check .check-wrap .result{
	padding: 1px 15px 15px;
	border: solid 1px #e4a59b;
	background: #fdf6f5;
}
#recommend .check .check-wrap .result dt{
	width: 130px;
	margin: -10px auto 15px;
	background: #cb0101;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	border-radius: 5px;
}
#recommend .check .check-wrap .result dd{
	display: flex;
}
#recommend .check .check-wrap .result dd .ttl{
	width: 102px;
	white-space: nowrap;
}
#recommend .check .check-wrap .result dd:nth-of-type(3) .ttl{
	width: 98px;
	white-space: nowrap;
}
#recommend .check .check-wrap .result dd:nth-of-type(3) .txt{
	width: calc(100% - 98px);
}



@media screen and (max-width: 374px){
	#recommend .case ul li{
		font-size: 1.2rem;
	}
	#recommend .case ul li .fz-r16{
		font-size: 1.3rem !important;
		letter-spacing: -0.05em;
	}
}


@media screen and (min-width: 768px){
	#recommend .case{
		margin: 0 0 80px;
		padding: 100px 0;
	}
	#recommend .case ul li{
		width: 24.5%;
		margin: 0;
		padding: 10px 0 20px;
		font-size: 1.6rem;
	}
	#recommend .case ul li::before{
		width: 40px;
		height: 40px;
		margin: 0 auto 10px;
	}
	
	#recommend .ttl-damage{
		max-width: 700px;
		margin: 20px auto 30px;
		font-size: 3rem;
		border-bottom: solid 4px #737378;
	}
	#recommend .ttl-damage .cap{
		font-size: 1.5rem;
	}
	#recommend .ttl-damage::before{
		border-width: 12px 12px 0 12px;
		left: calc(50% - 12px);
		bottom: -15px;
	}
	#recommend .damage{
		max-width: 700px;
		margin: 0 auto 20px;
		padding: 0 80px 30px;
		border-bottom: solid 4px #737378;
	}
	#recommend .damage ul li{
		font-size: 1.8rem;
	}
	#recommend .damage ul li::before{
		width: 20px;
		height: 20px;
	}
	#recommend .damage figure{
		width: 144px;
	}

	#recommend .comment{
		margin: 50px 0 0;
		padding: 30px 0 0;
		background: #e4a59b;
	}
	#recommend .comment dl{
		max-width: 800px;
		margin: 0 auto;
		padding: 30px 50px;
	}
	#recommend .comment dl dt{
		margin: 0 0 15px;
		padding: 0 0 10px;
		font-size: 2.2rem;
	}
	#recommend .comment figure{
		width: 500px;
		margin: 30px auto 0;
		padding: 0 150px 0 0;
	}

	#recommend .check{
		padding: 120px 0;
	}
	#recommend .check .check-wrap{
		margin: 100px 0 30px;
		padding: 1px 50px 50px;
		border: solid 2px #737378;
	}

	#recommend .check .check-wrap::before{
		width: 180px;
		height: 70px;
		margin: -55px auto 30px;
	}
	#recommend .check .check-wrap .check-list{
		margin: 0 0 80px
	}
	#recommend .check .check-wrap .check-list dt{
		margin: 0 0 30px;
		font-size: 2rem;
	}
	#recommend .check .check-wrap .check-list dd{
		margin: 0 0 10px;
		border: solid 2px #e4a59b;
	}
	#recommend .check .check-wrap .check-list dd .num{
		width: 60px;
		height: 100%;
		font-size: 1.8rem;
	}
	#recommend .check .check-wrap .check-list dd .txt{
		width: calc(100% - 60px);
		margin: 0 0 0 30px;
		padding: 10px 60px 10px 50px;
		font-size: 1.6rem;
	}
	#recommend .check .check-wrap .check-list dd .checkbox{
		width: 20px;
		height: 20px;
		right: 20px;
	}
	#recommend .check .check-wrap .result{
		padding: 1px 30px 30px;
		border: solid 1px #e4a59b;
		background: #fdf6f5;
	}
	#recommend .check .check-wrap .result{
		width: 800px;
		margin: 0 auto;
	}
	#recommend .check .check-wrap .result dt{
		width: 260px;
		margin: -18px auto 30px;
		font-size: 1.8rem;
	}
	#recommend .check .check-wrap .result dd .ttl{
		width: 140px;
		white-space: nowrap;
	}
	#recommend .check .check-wrap .result dd:nth-of-type(3) .ttl{
		width: 135px;
		white-space: nowrap;
	}
	#recommend .check .check-wrap .result dd:nth-of-type(3) .txt{
		width: calc(100% - 98px);
	}

}



/* 
	#point
--------------------------------------*/
#point .point-inner{
	padding: 45px 0;
}
#point .point-inner h2{
	margin: 0 0 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#point .point-inner h2::before,
#point .point-inner h2::after{
	content: "";
	display: inline-block;
	width: 1px;
	height: 21px;
	background: #fff;
}
#point .point-inner h2::before{
	transform: rotate(-15deg);
	margin: 0 0.8em 0 0;
}
#point .point-inner h2::after{
	transform: rotate(15deg);
	margin: 0 0 0 0.8em;
}
#point .point-inner h2 img{
	width: 122px;
	margin: 0 0.2em 0 0;
	padding: 3px 0 0;
	vertical-align: middle;
}
#point .point-inner h2 .fz{
	font-size: 1.9rem;
	font-weight: 700;
	color: #fff;
	vertical-align: middle;
}
#point .point-inner h2 .fz span{
	font-size: 2.1rem;

}
#point .point-inner ol li{
	margin: 0 0 15px;
	padding: 15px;
	background: #fff;
	border-radius: 5px;
}
#point .point-inner ol li h3{
	margin: 0 0 10px;
	padding: 0 0 20px 54px;
	line-height: 1.3;
	border-bottom: solid 1px #e4a59b;
	position: relative;
}
#point .point-inner ol li h3 .num{
	display: block;
	width: 40px;
	height: 40px;
	padding: 7px 0 0;
	background: url("../../images/about/chapter05/bg_fuki.svg") no-repeat 50% 50% / 100% auto;
	font-size: 1rem;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
#point .point-inner ol li h3 .num span{
	display: block;
	font-size: 1.4rem;
}
#point .point-inner ol li h3 .ttl-txt{
	display: block;
	padding: 6px 0 0;
	color: #d3594a;
	font-weight: 700;
	font-size: 1.7rem;
}
#point .point-inner ol li h3 .ttl-txt span{
	display: block;
	color: #333;
	font-size: 1.4rem;
}
#point .point-inner ol li .f-block{
	display: flex;
	justify-content: space-between;
}
#point .point-inner ol li .f-block .txt-block{
	width: 52%;
}
#point .point-inner ol li .f-block .txt-block h4{
	margin: 0 0 10px;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.4;
}
#point .point-inner ol li .f-block figure{
	width: 45%;
}

#point .about{
	padding: 45px 0;
}
#point .about .item{
	padding: 0 20px 25px;
	border: solid 1px #737378;
}
#point .about .item h3{
	margin: 0 -20px 20px;
	padding: 4px 0;
	background: #737378;
	color: #fff;
	font-weight: 700;
	font-size: 1.5rem;
	text-align: center;
}
#point .about .item01{
	margin: 0 0 15px;
}
#point .about .item01 .txt-wrap{
	margin: 0 0 20px;
	padding: 0 0 12px;;
	border-bottom: solid 1px #e4a59b;
	text-align: center;
}
#point .about .item01 .txt-wrap::before{
	content: "";
	display: block;
	width: 25px;
	height: 20px;
	margin: 0 auto;
	background: url("../../images/about/chapter05/img_crown.svg") no-repeat 50% bottom / 100% auto;
}
#point .about .item01 .txt-wrap p{
	padding: 12px 0 0;
	border-top: solid 1px #e4a59b;
	font-weight: 700;
	font-size: 1.4rem;
}



@media screen and (max-width: 374px){
	#point .point-inner h2 img{
		width: 100px;
	}
	#point .point-inner h2 .fz{
		font-size: 1.6rem;
	}
	#point .point-inner h2 .fz span{
		font-size: 1.8rem;
	}
	#point .point-inner ol li .f-block .txt-block h4{
		font-size: 1.2rem;
	}

}

@media screen and (min-width: 768px){
	#point .point-inner{
		padding: 120px 0;
	}
	#point .point-inner h2{
		margin: 0 0 30px;
	}
	#point .point-inner h2::before,
	#point .point-inner h2::after{
		height: 40px;
	}
	#point .point-inner h2::before{
		margin: 0 2em 0 0;
	}
	#point .point-inner h2::after{
		margin: 0 0 0 2em;
	}
	#point .point-inner h2 img{
		width: 250px;
		margin: 0 0.8em 0 0;
	}
	#point .point-inner h2 .fz{
		font-size: 3.6rem;
	}
	#point .point-inner h2 .fz span{
		font-size: 4rem;

	}
	#point .point-inner ol{
		max-width: 925px;
		margin: 0 auto;
	}
	#point .point-inner ol li{
		margin: 0 0 15px;
		padding: 30px 50px;
		border-radius: 10px;
	}
	#point .point-inner ol li h3{
		min-height: 78px;
		margin: 0 0 30px;
		padding: 0 0 20px 100px;
		line-height: 1.3;
	}
	#point .point-inner ol li h3 .num{
		width: 70px;
		height: 70px;
		padding: 15px 0 0;
		line-height: 1.2;
		font-size: 1.4rem;
	}
	#point .point-inner ol li h3 .num span{
		font-size: 2rem;
	}
	#point .point-inner ol li h3 .ttl-txt{
		padding: 12px 0 0;
		font-size: 2.4rem;
	}
	#point .point-inner ol li h3 .ttl-txt span{
		font-size: 1.6rem;
	}
	#point .point-inner ol li .f-block .txt-block h4{
		margin: 0 0 20px;
		font-size: 2rem;
	}
	#point .point-inner ol li .f-block figure{
		text-align: center;
	}

	#point .about{
		padding: 120px 0;
		display: flex;
		justify-content: space-between;
	}
	#point .about .item{
		width: 530px;
		padding: 0 30px 35px;
		border: solid 1px #737378;
	}
	#point .about .item h3{
		margin: 0 -30px 30px;
		padding: 4px 0;
		font-size: 2rem;
	}
	#point .about .item01{
		margin: 0;
	}
	#point .about .item01 .txt-wrap{
		margin: 0 0 20px;
		padding: 0 0 20px;;
		border-bottom: solid 2px #e4a59b;
	}
	#point .about .item01 .txt-wrap::before{
		width: 50px;
		height: 40px;
	}
	#point .about .item01 .txt-wrap p{
		padding: 20px 0 0;
		font-size: 1.8rem;
		border-top: solid 2px #e4a59b;
	}


}















