@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#real_estate .msg_box {
	position: relative;
}
#real_estate .msg_box .txt_box {
	width: 715px;
}
#real_estate .msg_box .area_box {
	margin-top: 50px;
}
#real_estate .msg_box .area_box .maru {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 195px;
	height: 195px;
	background: #f2f2fc;
	border-radius: 50%;
	font-weight: 600;
	font-size: 25px;
	color: #000030;
	text-align: center;
	padding: 50px 25px;
}
#real_estate .msg_box .area_box {
	align-items: center;
	justify-content: flex-start;
	column-gap: 30px;
}
#real_estate .msg_box .img {
	position: absolute;
	top: 0;
	right: 0;
	width: 337px;
}
#real_estate .msg_box .img img {
	border-radius: 5px;
}
#real_estate .cont_box {
	border-top: 1px solid #000030;
	padding-top: 50px;
}
#real_estate .cont_box .box {
	width: 48%;
	border: 1px solid #000030;
	margin-bottom: 70px;
	padding: 50px;
	position: relative;
}
#real_estate .cont_box .box dt {
	font-size : 30px;
	line-height : 30px;
	color : #000030;
	text-align: center;
	font-weight: 600;
	margin-bottom: 30px;
}
#real_estate .cont_box .box dt .fs {
	font-size: 18px;
}
#real_estate .cont_box .box .btn01 a {
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}
#real_estate .cont_box .waku_box dt {
	background: #f2f2fc;
	padding: 20px 30px;
	font-weight : 600;
	font-size : 18px;
	color : #000030;
	position: relative;
	margin: 30px 0;
}
#real_estate .cont_box .waku_box dt::before {
	content: "";
	background: #0000c6;
	width: 20px;
	height: 2px;
	position: absolute;
	top: 35px;
	left: 0;
}
#real_estate .cont_box .waku_box dd a {
	text-decoration: underline;
}
#real_estate .cont_box .what_box dl {
	display: flex;
	padding: 50px 0;
	border-bottom: 1px dotted #ccccd6;
}
#real_estate .cont_box .what_box dt {
	font-size : 18px;
	color : #0000C6;
	font-weight: 600;
	width: 180px;
}
#real_estate .cont_box .what_box dd {
	width: calc(100% - 180px);
}
@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) {  /* タブレット以下 */
	#real_estate .msg_box .txt_box {
		width: 60%;
	}
	#real_estate .msg_box .img {
		width: 35%;
		height: 100%;
	}
	#real_estate .msg_box .img img {
		height: 100%;
		object-fit: cover;
	}
	#real_estate .msg_box .area_box {
		margin-top: 30px;
	}
	#real_estate .msg_box .area_box .maru {
		width: 150px;
		height: 150px;
		font-size: 20px;
		padding: 35px 20px;
	}
	#real_estate .msg_box .area_box .txt {
		width: calc(100% - 180px);
	}
	#real_estate .cont_box .box {
		padding: 25px 25px 35px;
	}
	#real_estate .cont_box .box dt {
		font-size: 20px;
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#real_estate {
		font-size: 87.5%;
	}
	#real_estate .msg_box .txt_box {
		width: 100%;
	}
	#real_estate .msg_box .area_box .maru {
		width: 120px;
		height: 120px;
		display: block;
		margin: 0 auto 20px;
		padding: 40px 10px;
	}
	#real_estate .msg_box .area_box .txt {
		width: 100%;
	}
	#real_estate .msg_box .img {
		position: relative;
		margin: 20px auto;
		width: 80%;
	}
	#real_estate .msg_box .img img {
		width: 100%;
	}
	#real_estate .cont_box {
		padding-top: 20px;
	}
	#real_estate .cont_box .box {
		width: 100%;
		margin-bottom: 40px;
	}
	#real_estate .cont_box .waku_box dt {
		padding: 15px 30px;
		font-size: 115%;
		margin: 15px 0;
	}
	#real_estate .cont_box .waku_box dt::before {
		top: 30px;
	}
	#real_estate .cont_box .waku_box .rit {
		text-align: left;
	}
	#real_estate .cont_box .what_box dl {
		display: block;
		padding: 30px 0;
	}
	#real_estate .cont_box .what_box dt,#real_estate .cont_box .what_box dd {
		width: 100%;
	}
}