/*========================================
　　相続不動産コンサルティング
========================================*/
/*　ポイント
----------------------------------------*/
#salePoints {
	position: relative;
	padding: 400px 0 100px;
	overflow: hidden;
}
#salePoints::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 400px;
	background: url("../../img/sale/main.jpg") no-repeat 50% 60% / cover;
	z-index: 0;
}
#salePoints::after {
	content: "";
	position: absolute;
	left: 0;
	top: 320px;
	width: calc(100% - 60px);
	height: 80px;
	background: #FFF;
	z-index: 0;
}
#salePoints div.subtitle div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	padding: 0 0 5px;
}
#salePoints div.subtitle b strong {
	padding: 0 5px;
	font-size: 200%;
	line-height: 120%;
	font-weight: 500;
}
#salePoints p.m0 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	text-align: center;
}
#salePoints p.m0 small {
	font-size: 100%;
}
#salePoints dl dd p {
	margin: 0;
	padding: 20px 0 10px;
}
#salePoints dl dd p span {
	display: block;
	font-size: 134%;
	line-height: 140%;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0;
}
#salePoints dl dd p span b {
	display: inline;
	padding: 0;
	font-size: 120%;
	line-height: 140%;
	font-weight: 700;
}
#salePoints dl dd p span small {
	font-size: 13px;
	line-height: 140%;
}
@media screen and (max-width: 768px) {
	#salePoints {
		padding: 300px 0 60px;
	}
	#salePoints::before {
		height: 300px;
		background-image: url("../../img/sale/main_sp.jpg");
	}
	#salePoints::after {
		top: 260px;
		width: calc(100% - 20px);
		height: 40px;
	}
	#salePoints div.subtitle div {
		padding: 0 0 14px;
	}
	#salePoints div.subtitle b strong {
		font-size: 200%;
		line-height: 120%;
	}
	#salePoints dl dd p span {
		font-size: 128%;
		line-height: 140%;
	}
	#salePoints dl dd p span b {
		font-size: 94%;
		line-height: 140%;
	}
	#salePoints dl dd p span small {
		font-size: 13px;
		line-height: 140%;
	}
}
/*　安心の不動産売却1ヵ月更新制度
----------------------------------------*/
#saleOtameshi {
	position: relative;
	padding: 70px 0;
	overflow: hidden;
	background: url("../../img/sale/otameshi.jpg") no-repeat 50% 50% / cover;
}
#saleOtameshi div.main {
	position: relative;
	max-width: 635px;
	margin: 0 auto;
}
#saleOtameshi div.text {
	padding: 40px;
	background: #FFF;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#saleOtameshi div.subtitle {
	position: relative;
	margin: 0 0 20px;
}
#saleOtameshi div.subtitle em {
	position: relative;
	display: table;
	margin: 0 auto;
	padding: 7px 5px 15px;
	border-width: 2px;
	border-style: solid;
	border-left: none;
	border-right: none;
	border-top: none;
	font-size: 88%;
	line-height: 100%;
}
#saleOtameshi div.subtitle em::after {
	content: "";
	position: absolute;
	top: calc(100% + 5px);
	left: 50%;
	width: 30px;
	height: 2px;
	box-sizing: border-box;
	box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff;
	rotate: 50deg;
	translate: -25%;
}
#saleOtameshi div.subtitle b span {
	position: relative;
	display: inline-block;
	font-size: 200%;
	line-height: 100%;
	margin: -25px 0 0;
}
#saleOtameshi div.subtitle b span strong {
	font-size: 200%;
	line-height: 100%;
	font-family: "Poltawski Nowy", serif;
	font-weight: 500;
	font-style: italic;
}
#saleOtameshi p {
	margin: 0 0 30px;
	text-align: center;
	line-height: 150%;
}
#saleOtameshi ul {
	display: flex;
	margin: 0 -10px 20px;
}
#saleOtameshi ul li {
	flex: 1;
	display: flex;
	align-items: stretch;
	padding: 0 10px;
}
#saleOtameshi ul li p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 20px 5px;
	text-align: center;
	font-size: 128%;
	line-height: 130%;
	font-weight: 500;
}
#saleOtameshi small {
	display: block;
	text-align: center;
	line-height: 140%;
}
@media screen and (max-width: 768px) {
	#saleOtameshi {
		padding: 50px 0;
	}
	#saleOtameshi div.text {
		padding: 30px 20px;
	}
	#saleOtameshi div.subtitle {
		margin: 0 0 20px;
	}
	#saleOtameshi div.subtitle em {
		font-size: 100%;
		line-height: 100%;
	}
	#saleOtameshi div.subtitle b {
		font-size: 114%;
	}
	#saleOtameshi div.subtitle b span {
		font-size: 160%;
		line-height: 100%;
		margin: 5px 0 0;
	}
	#saleOtameshi div.subtitle b span strong {
		font-size: 160%;
		line-height: 100%;
	}
	#saleOtameshi ul {
		margin: 0 -5px 20px;
	}
	#saleOtameshi ul li {
		padding: 0 5px;
	}
	#saleOtameshi ul li p {
		font-size: 100%;
		line-height: 130%;
	}
}
/*　仲介＆買取W査定
----------------------------------------*/
#saleAssess {
	position: relative;
	padding: 70px 0;
}
#saleAssess div.subtitle b {
	font-size: 200%;
}
#saleAssess div.subtitle b span {
	font-size: 240%;
}
#saleAssess p.m0 {
	padding: 0 0 40px;
	text-align: center;
	font-weight: 500;
	line-height: 260%;
}
#saleAssess p.m0 span {
	display: inline-block;
	margin: 0 5px;
	padding: 8px 15px;
	font-size: 120%;
	line-height: 100%;
	font-weight: 700;
}
#salePoints div.main,
#saleAssess div.main {
	position: relative;
	display: flex;
	align-items: stretch;
	z-index: 1;
}
#salePoints div.main div,
#saleAssess div.main div {
	width: 100%;
	padding: 0 20px;
}
div.planContent dl {
	position: relative;
	height: 100%;
	background: #F1F1F1;
	padding: 0 0 40px;
}
div.planContent dl dt {
	position: relative;
}
div.planContent dl dt::before,
div.planContent dl dt::after {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -35px;
	z-index: 0;
	width: 70px;
	height: 70px;
	text-align: center;
}
div.planContent dl dt::before {
	font-size: 13px;
	line-height: 13px;
	padding: 10px 0 0;
}
#salePoints dl dt::before {
	content: "POINT";
}
#saleAssess dl dt::before {
	content: "査定方法";
}
#salePlan dl dt::before {
	content: "plan";
}
div.planContent dl dt::after {
	padding: 25px 0 0;
	font-size: 34px;
	line-height: 34px;
	color: #FFF;
	font-weight: 500 !important;
}
#salePoints div.main div:nth-child(1) dl dt::after,
#saleAssess div.main div:nth-child(1) dl dt::after,
#salePlan div.main dl:nth-child(1) dt::after {
	content: "01";
}
#salePoints div.main div:nth-child(2) dl dt::after,
#saleAssess div.main div:nth-child(2) dl dt::after,
#salePlan div.main dl:nth-child(2) dt::after {
	content: "02";
}
#salePoints div.main div:nth-child(3) dl dt::after,
#saleAssess div.main div:nth-child(3) dl dt::after,
#salePlan div.main dl:nth-child(3) dt::after {
	content: "03";
}
#salePoints dl dt::before,
#salePoints dl dt::after {
	bottom: -35px;
}
#saleAssess dl dt::before,
#saleAssess dl dt::after {
	bottom: -35px;
}
div.planContent dl dt img {
	width: 100%;
	height: auto;
}
div.planContent dl dt p small {
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
}
div.planContent dl dt p span {
	font-size: 34px;
	line-height: 34px;
	font-weight: 400;
}
div.planContent dl dd {
	flex-grow: 1;
	padding: 40px 0 0;
}
div.planContent dl dd b {
	display: block;
	padding: 20px 0 10px;
	line-height: 150%;
	text-align: center;
}
div.planContent dl dd strong {
	display: block;
	padding: 0 5px 10px;
	font-size: 168%;
	line-height: 150%;
	text-align: center;
}
div.planContent dl dd p {
	margin: 0;
	padding: 0 20px;
	line-height: 180%;
}
div.planContent dl dd span {
	position: relative;
	display: block;
	font-size: 94%;
	line-height: 150%;
}
@media screen and (max-width: 768px) {
	#saleAssess {
		padding: 50px 0;
	}
	#saleAssess div.subtitle b {
		font-size: 154%;
	}
	#saleAssess div.subtitle b span {
		font-size: 200%;
	}
	#saleAssess p.m0 {
		padding: 0 0 40px;
		line-height: 240%;
	}
	#saleAssess p.m0 span {
		font-size: 114%;
		line-height: 100%;
	}
	#salePoints div.main,
	#saleAssess div.main {
		display: block;
	}
	#salePoints div.main div,
	#saleAssess div.main div {
		width: auto;
		padding: 0 0 20px;
	}
	div.planContent dl {
		padding: 0 0 30px;
	}
	div.planContent dl dd {
		padding: 40px 0 0;
	}
	div.planContent dl dd strong {
		font-size: 154%;
		line-height: 150%;
	}
}
/*　不動産売却プラン
----------------------------------------*/
#salePlan {
	padding: 70px 0 40px;
}
#salePlan div.subtitle span {
	display: inline-block;
	font-size: 134%;
	line-height: 150%;
}
#salePlan dl {
	position: relative;
	display: flex;
	background: #FFF;
	margin: 0 0 40px;
	padding: 0;
}
#salePlan dl dt {
	width: 260px;
	padding: 140px 0 0;
}
#salePlan dl dt::before,
#salePlan dl dt::after {
	top: 40px;
}
#salePlan dl dt b {
	display: block;
	padding: 0 0 10px;
	font-size: 100%;
	line-height: 140%;
	text-align: center;
}
#salePlan dl dt strong {
	display: block;
	font-size: 200%;
	line-height: 130%;
	text-align: center;
}
#salePlan dl dd {
	flex: 1;
	padding: 40px 40px 40px 0;
}
#salePlan dl dd > p {
	position: relative;
	margin: 0 0 30px;
	padding: 0;
}
#salePlan dl dd div {
	border: 2px solid #302C7A;
}
#salePlan dl dd em {
	position: relative;
	display: block;
	padding: 5px;
	text-align: center;
	font-weight: 500;
	font-size: 94%;
	line-height: 150%;
	background: #F1F1F1;
}
#salePlan dl dd ul {
	padding: 15px 20px 5px;
}
#salePlan dl dd ul li {
	padding: 5px 0;
	border-bottom: 1px dotted #302C7A;
}
#salePlan dl dd ul li p {
	margin: 0;
	padding: 0;
	line-height: 140%;
	color: #302C7A;
	font-weight: 500;
}
#salePlan dl dd ul li:last-child,
#salePlan dl dd ul li:nth-last-child(2) {
	border: none;
}
#salePlan dl dd ul li:nth-last-child(2) p {
	padding-right: 2.5em;
}
#salePlan dl dd ul li:last-child p {
	margin: -32px 0 0;
	text-align: right;
}
#salePlan small {
	display: block;
	line-height: 150%;
}
@media screen and (max-width: 768px) {
	#salePlan {
		padding: 50px 0 40px;
	}
	#salePlan div.subtitle span {
		font-size: 120%;
		line-height: 150%;
	}
	#salePlan dl {
		display: block;
		margin: 0 0 40px;
	}
	#salePlan dl dt {
		width: auto;
		padding: 140px 0 0;
	}
	#salePlan dl dt strong {
		font-size: 160%;
		line-height: 130%;
	}
	#salePlan dl dd {
		padding: 20px;
	}
	#salePlan dl dd > p {
		margin: 0 0 30px;
	}
	#salePlan dl dd ul {
		padding: 15px 20px 5px;
	}
	#salePlan dl dd ul li {
		padding: 5px 0;
		border-bottom: 1px dotted #302C7A;
	}
	#salePlan dl dd ul li p {
		margin: 0;
		padding: 0;
		line-height: 140%;
		color: #302C7A;
		font-weight: 500;
	}
	#salePlan dl dd ul li:last-child,
	#salePlan dl dd ul li:nth-last-child(2) {
		border: none;
	}
	#salePlan dl dd ul li:nth-last-child(2) p {
		padding-right: 2.5em;
	}
	#salePlan dl dd ul li:last-child p {
		margin: -32px 0 0;
		text-align: right;
	}
	#salePlan small {
		display: block;
		line-height: 150%;
	}
}
/*　相続不動産組み替えプラン
----------------------------------------*/
#saleInheritance {
	padding: 70px 0 40px;
}
#saleInheritance div.buttonContent {
	max-width: 860px;
	margin: 0 auto;
}
#saleInheritance div.buttonContent a {
	height: 80px;
}
#saleInheritance div.buttonContent a span {
	font-size: 160%;
	line-height: 140%;
}
#saleInheritance div.buttonContent a span small {
	display: inline-block;
	font-size: 80%;
	line-height: 140%;
}
@media screen and (max-width: 768px) {
	#saleInheritance {
		padding: 50px 0 20px;
	}
	#saleInheritance div.buttonContent a {
		height: 70px;
	}
	#saleInheritance div.buttonContent a span {
		font-size: 120%;
		line-height: 140%;
	}
}
/*　不動産売却の窓口は1社で大丈夫！
----------------------------------------*/
#saleSelect {
	padding: 70px 0 100px;
	overflow: hidden;
}
#saleSelect dl {
	padding: 0 0 60px;
}
#saleSelect dl dt {
	max-width: 300px;
	margin: 0 auto 20px;
	font-size: 114%;
	line-height: 160%;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0;
	text-decoration: underline;
}
#saleSelect dl dd span {
	display: block;
	max-width: 860px;
	margin: 0 auto;
}
#saleSelect dl dd img {
	width: 100%;
	height: auto;
}
#saleSelect p.clear small {
	display: block;
	line-height: 180%;
}
@media screen and (max-width: 768px) {
	#saleSelect {
		padding: 50px 0;
	}
	#saleSelect div.subtitle {
		margin-left: -15px;
		margin-right: -15px;
	}
	#saleSelect div.subtitle b {
		font-size: 114%;
		line-height: 180%;
	}
	#saleSelect dl {
		padding: 0 0 40px;
	}
	#saleSelect dl dt {
		font-size: 100%;
		line-height: 160%;
	}
}