@charset "UTF-8";
/*-----------------------不動産売買のポイント*/
.section_mv #point.mv_inner {
	background-image: url("../img/point/main_v.jpg");
}
.point {
	overflow: hidden;
}
.point .item_wrap {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.point .item_wrap .item {
	margin-bottom: 5em;
	position: relative;
}
.point .item_wrap .item .bg_num {
	font-size: 14em;
	font-weight: 700;
	line-height: 1;
	font-family: 'Roboto Condensed', sans-serif;
	color: #f0f7f0;
	position: absolute;
	right: 0;
	top: -0.2em;
	z-index: -1;
}
.point .item_wrap .item:last-child {
	margin-bottom: 0;
}
.point .item_wrap .item .point_title {
	display: flex;
	align-items: center;
	margin-bottom: 1.5em;
	font-family: 'Shippori Mincho B1', serif;
}
.point .item_wrap .item .point_title .num {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #007560;
	color: #ffffff;
	font-size: 3rem;
	line-height: 60px;
	text-align: center;
	margin-right: 0.5em;
	flex-shrink: 0;
}
.point .item_wrap .item .point_title .title_text {
	font-size: 2.2rem;
	line-height: 1.6;
}
.point .item_wrap .item .catch2 {
	font-family: 'Shippori Mincho B1', serif;
	margin: 1em 0;
	line-height: 1.6;
	padding-left: 75px;
	position: relative;
}
.point .item_wrap .item .catch2::before {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background-color: #cccccc;
	position: absolute;
	left: 0;
	top: 0.8em;
}
.point .item_wrap .item .text span {
	color: #e40004;
}
.point .item_wrap .item .sub_title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	padding-left: 0.7em;
	border-left: 7px solid #a4d1ad;
	margin: 2em 0 0.5em;
}
.point .item_wrap .item .text_scroll {
	display: none;
}
.point .item_wrap .item .item_tbl {
	width: 100%;
	border: 1px solid #cccccc;
	border-collapse: collapse;
}
.point .item_wrap .item .item_tbl tr th {
	background-color: #efefef;
	border: 1px solid #cccccc;
	font-size: 1.3rem;
	line-height: 1.6;
	padding: 10px;
}
.point .item_wrap .item .item_tbl tr td {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	font-size: 1.3rem;
	line-height: 1.6;
	padding: 10px;
}
.point .item_wrap .item .item_tbl.kojo tr td {
	color: #e40004;
	text-align: right;
}
.point .item_wrap .item .item_tbl.kojo tr td:nth-of-type(1) {
	color: #333333;
	text-align: left;
}
.point .item_wrap .item .item_tbl.kojo tr:nth-child(2) td {
	background-color: #efefef;
	color: #333333;
	font-weight: 700;
	text-align: left;
}
.point .item_wrap .item .item_tbl tr td .price {
	color: #e40004;
	text-align: right;
}
.point .item_wrap .item .note {
	line-height: 1.6;
	text-indent: -1.1em;
	margin-left: 1em;
}
.point .item_wrap .item .box_g {
	border: 1px solid #007560;
	padding: 1.5em;
}
.point .item_wrap .item .box_g .catch3 {
	color: #50786e;
	margin-bottom: 1em;
}
.point .item_wrap .item .box_g > .text {
	line-height: 1.6;
}
.point .item_wrap .item .box_g .list_sub {
	margin-left: 1.1em;
}
.point .item_wrap .item .box_g .list_sub li {
	margin-top: 0.5em;
	text-indent: -1.8em;
	margin-left: 1.8em;
	line-height: 1.6;
}
.point .item_wrap .item .box_g .list_sub li span {
	margin-right: 0.7em;
}
.point .item_wrap .item .box_g dl {
	display: flex;
	background-color: #f0f7f0;
	border-bottom: 1px solid #dddddd;
}
.point .item_wrap .item .box_g dl:first-child {
	border-top: 1px solid #dddddd;
}
.point .item_wrap .item .box_g dl dt {
	width: 200px;
	padding: 0.5em 1em;
}
.point .item_wrap .item .box_g dl dd {
	width: calc(100% - 200px);
	padding: 0.5em 1em;
	background-color: #ffffff;
}
.point .item_wrap .item .box_g .list_point li {
	text-indent: -1.75em;
	margin-left: 1.8em;
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 0.7em;
}
.point .item_wrap .item .box_g .list_point li span {
	margin-right: 0.7em;
	font-weight: 700;
	color: #007560;
}
.point .item_wrap .item .new_property {
	display: flex;
}
.point .item_wrap .item .new_property span.property_l {
	width: 220px;
}
.point .item_wrap .item .new_property span.property_r {
	width: calc(100% - 220px);
}

@media screen and (max-width: 768px) {
	.point .item_wrap .item {
		margin-bottom: 4em;
	}
	.point .item_wrap .item .bg_num {
		font-size: 10em;
		top: -0.2em;
	}
	.point .item_wrap .item .point_title .num {
		display: block;
		width: 50px;
		height: 50px;
		font-size: 2.2rem;
		line-height: 50px;
	}
	.point .item_wrap .item .point_title .title_text {
		font-size: 1.8rem;
	}
	.point .item_wrap .item .catch2 {
		padding-left: 61px;
	}
	.point .item_wrap .item .catch2::before {
		width: 48px;
	}
	.point .item_wrap .item .text span {
		color: #e40004;
	}
	.point .item_wrap .item .sub_title {
		font-size: 1.6rem;
	}
	.point .item_wrap .item .text_scroll {
		display: block;
		margin: 0.5em 0;
	}
	.point .item_wrap .item .scroll {
		overflow-x: scroll;
	}
	.point .item_wrap .item .scroll .item_tbl {
		min-width: 768px;
	}
	.point .item_wrap .item .item_tbl tr th {
		font-size: 1.2rem;
	}
	.point .item_wrap .item .item_tbl tr td {
		font-size: 1.2rem;
	}
	.point .item_wrap .item .box_g dl dt {
		width: 160px;
	}
	.point .item_wrap .item .box_g dl dd {
		width: calc(100% - 160px);
	}
	.point .item_wrap .item .box_g .list_point li {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 480px) {
	.point .item_wrap .item .box_g dl {
		flex-direction: column;
		border-bottom: none;
	}
	.point .item_wrap .item .box_g dl:first-child {
		border-top: none;
	}
	.point .item_wrap .item .box_g dl dt {
		width: 100%;
	}
	.point .item_wrap .item .box_g dl dd {
		width: 100%;
	}
	.point .item_wrap .item .box_g .list_point li {
		font-size: 1.3rem;
	}
}
