@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#housing-method .msg .fm {
	font-size: 31px;
	margin-bottom: 50px;
}
#housing-method .problem {
	position: relative;
}
#housing-method .problem .in {
	padding-left: 500px;
}
#housing-method .problem .in .img {
	position: absolute;
	left: 0;
	top: 150px;
}
#housing-method h4 {
	font-size: 31px;
	margin-bottom: 40px;
}
#housing-method ul.bg {
	width: 572px;
	margin: 30px 0;
}
#housing-method ul.bg li {
	background: #f2f2f2;
	padding: 15px 25px;
	margin-bottom: 10px;
}
#housing-method ul.bg li .red {
	font-weight: 500;
}
#housing-method .box_flex.mb {
	margin-bottom: 30px;
}
#housing-method .txt.mb {
	margin-bottom: 50px;
}
#housing-method .ba {
	margin: 50px 0 80px;
}
#housing-method .ba .box {
	width: 510px;
	background: #fff;
	position: relative;
}
#housing-method .ba .box .lubri {
	position: absolute;
	top: -30px;
	font-size: 35px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 1;
}
#housing-method .ba .box .txt {
	padding: 20px 30px;
}
#housing-method .ba .box .txt .red {
	font-weight: 500;
}
#housing-method .benefit .merit_list .box:not(:last-of-type) {
	margin-bottom: 50px;
}
#housing-method .benefit .merit_list .box .maru {
	width: 132px;
	height: 132px;
	padding-top: 20px;
	border-radius: 50%;
	text-align: center;
	background: #f2f2f2;
	font-size: 25px;
	line-height: 1.3;
}
#housing-method .benefit .merit_list .box .maru .no {
	font-size: 50px;
}
#housing-method .benefit .merit_list .box dl {
	width: calc(100% - 160px);
}
#housing-method .benefit .merit_list .box dl dt {
	font-size: 33px;
	font-weight: bold;
	margin-bottom: 10px;
}
#housing-method .construction {
	padding-bottom: 100px;
}
#housing-method .construction .box_flex {
	margin: 80px 0;
	align-items: flex-start;
}
#housing-method .construction .box {
	width: 510px;
	background: #fff;
	position: relative;
}
#housing-method .construction .box .no {
	font-size: 50px;
	position: absolute;
	top: -45px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 1;
}
#housing-method .construction .box dl {
	padding: 30px 15px 20px;
}
#housing-method .construction .box dl dt {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 20px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#housing-method .msg .fm {
		font-size: 24px;
		margin-bottom: 30px;
	}
	#housing-method .problem .in .img {
		position: relative;
		top: auto;
		text-align: center;
		margin-bottom: 20px;
	}
	#housing-method .problem .in {
		padding-left: 0;
	}
	#housing-method h4 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	#housing-method .summer .box_flex .info {
		width: 100%;
		margin-bottom: 20px;
	}
	#housing-method .summer .box_flex .img {
		width: 100%;
		text-align: center;
	}
	#housing-method ul.bg {
		width: 100%;
	}
	#housing-method .ba {
		margin: 40px 0 40px;
	}
	#housing-method .ba .box {
		width: 49%;
	}
	#housing-method .ba .box .lubri {
		font-size: 30px;
		top: -25px;
	}
	#housing-method .ba .box .txt {
		padding: 15px;
	}
	#housing-method .benefit .merit_list .box:not(:last-of-type) {
		margin-bottom: 30px;
	}
	#housing-method .benefit .merit_list .box dl dt {
		font-size: 24px;
	}
	#housing-method .construction .box {
		width: 49%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#housing-method .msg .fm {
		font-size: 125%;
		margin-bottom: 20px;
	}
	#housing-method .summer h3.sub {
		font-size: 25px;
	}
	#housing-method h4 {
		font-size: 125%;
	}
	#housing-method ul.bg li {
		padding: 15px;
	}
	#housing-method .solution h3.sub {
		font-size: 25px;
	}
	#housing-method .ba .box {
		width: 100%;
		margin-bottom: 30px;
	}
	#housing-method .ba .box:last-of-type {
		margin-bottom: 0;
	}
	#housing-method .benefit .merit_list .box {
		display: block;
	}
	#housing-method .benefit .merit_list .box .maru {
		border-radius: 10px;
		width: auto;
		height: auto;
		display: inline-block;
		line-height: 1;
		padding: 5px 20px;
		margin-bottom: 10px;
	}
	#housing-method .benefit .merit_list .box .maru br {
		display: none;
	}
	#housing-method .benefit .merit_list .box .maru .no {
		margin-left: 15px;
		font-size: 35px;
	}
	#housing-method .benefit .merit_list .box dl {
		width: 100%;
	}
	#housing-method .benefit .merit_list .box dl dt {
		font-size: 20px;
	}
	#housing-method .construction .box_flex {
		margin: 50px 0 30px;
	}
	#housing-method .construction .box {
		width: 100%;
		margin-bottom: 40px;
	}
	#housing-method .construction .box:last-of-type {
		margin-bottom: 0;
	}
	#housing-method .construction .box dl dt {
		margin-bottom: 10px;
		font-size: 18px;
	}
}