@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400&display=swap&text=menu012345STEP');
/*========================================
　　不動産買取 
========================================*/
#purchaseMain {
	padding: 0 0 100px;
}
#purchaseMain div.img {
	margin: 0 0 40px;
}
#purchaseMain div.img img {
	width: 100%;
	height: auto;
}
#purchaseMain p b {
	color: #931A28;
	font-size: 114%;
}
#purchase div.buttonContent {
	padding: 20px 0 0;
}
#purchase div.buttonContent a {
	height: 80px;
}
#purchase div.buttonContent a span {
	font-size: 140%;
	line-height: 140%;
}
@media screen and (max-width: 768px) {
	#purchaseMain {
		padding: 0 0 80px;
	}
	#purchaseMain div.img {
		margin: 0 0 40px;
	}
	#purchaseMain p b {
		font-size: 100%;
	}
	#purchase div.buttonContent a {
		height: 60px;
	}
	#purchase div.buttonContent a span {
		font-size: 108%;
		line-height: 140%;
	}
}
/*　メリット
----------------------------------------*/
#purchaseMerit {
	padding: 0 0 80px;
}
#purchaseMerit dl {
	position: relative;
	margin: 0 0 40px;
	padding: 30px 40px 40px;
	border: 1px solid #CCC;
}
#purchaseMerit dl dt {
	padding: 0 0 30px;
	font-size: 120%;
	line-height: 160%;
	font-weight: 700;
	color: #931A28;
}
#purchaseMerit dl dd {
	position: relative;
	padding: 0 0 0 110px;
}
#purchaseMerit dl dd::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 70px;
	height: 70px;
	background: no-repeat 50% 50% / cover;
}
#purchaseMerit dl.merit01 dd::before {
	background-image: url("../../img/purchase/merit01.png");
}
#purchaseMerit dl.merit02 dd::before {
	background-image: url("../../img/purchase/merit02.png");
}
#purchaseMerit dl.merit03 dd::before {
	background-image: url("../../img/purchase/merit03.png");
}
#purchaseMerit dl.merit04 dd::before {
	background-image: url("../../img/purchase/merit04.png");
}
#purchaseMerit dl.merit05 dd::before {
	background-image: url("../../img/purchase/merit05.png");
}
#purchaseMerit dl.merit06 dd::before {
	background-image: url("../../img/purchase/merit06.png");
}
#purchaseMerit dl.merit07 dd::before {
	background-image: url("../../img/purchase/merit07.png");
}
#purchaseMerit dl dd b {
	text-decoration: underline;
}
#purchaseMerit dl dd div.img {
	max-width: 640px;
	margin: 0 auto;
	padding: 10px 0 0;
}
#purchaseMerit dl dd div.img img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 768px) {
	#purchaseMerit {
		padding: 0 0 40px;
	}
	#purchaseMerit dl {
		padding: 30px 20px;
	}
	#purchaseMerit dl dt {
		display: table;
		margin: 0 auto;
		padding: 0 0 20px;
		font-size: 108%;
		line-height: 160%;
	}
	#purchaseMerit dl dd {
		padding: 80px 0 0;
	}
	#purchaseMerit dl dd::before {
		left: 50%;
		top: 0;
		width: 60px;
		height: 60px;
		margin: 0 0 0 -30px;
	}
	#purchaseMerit dl dd div.img {
		max-width: 640px;
		margin: 0 auto;
		padding: 10px 0 0;
	}
}
/*　流れ
----------------------------------------*/
#purchaseFlow {
	padding: 0 0 40px;
}
#purchaseFlow div.clearfix div {
	position: relative;
	padding: 0 0 30px;
}
#purchaseFlow div.clearfix div::before {
	content: "STEP";
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	font-size: 100%;
	line-height: 100%;
	text-align: center;
	font-weight: 700;
	background: #FFF;
	z-index: 1;
	color: #931A28;
	font-family: "Noto Serif JP", serif;
}
#purchaseFlow div.clearfix div::after {
	position: absolute;
	left: 0;
	top: 26px;
	width: 80px;
	padding: 0 0 20px;
	font-size: 260%;
	line-height: 100%;
	text-align: center;
	font-weight: 700;
	background: #FFF;
	z-index: 1;
	color: #931A28;
	font-family: "Noto Serif JP", serif;
}
#purchaseFlow div.clearfix div:nth-child(1)::after {
	content: "01";	
}
#purchaseFlow div.clearfix div:nth-child(2)::after {
	content: "02";	
}
#purchaseFlow div.clearfix div:nth-child(3)::after {
	content: "03";	
}
#purchaseFlow div.clearfix div:nth-child(4)::after {
	content: "04";	
}
#purchaseFlow div.clearfix div:nth-child(5)::after {
	content: "05";
}
#purchaseFlow dl {
	position: relative;
	padding: 0 0 60px 130px;
}
#purchaseFlow dl::before {
	content: "";
	position: absolute;
	left: 40px;
	top: 0;
	width: 1px;
	height: 100%;
	z-index: 0;
	background: #931A28;
}
#purchaseFlow div.clearfix div:nth-child(5) dl::before,
#purchaseFlow div.clearfix div:nth-child(5) dl::after {
	display: none;
}
#purchaseFlow dl dt {
	padding: 0 0 10px;
	font-size: 120%;
	line-height: 160%;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	#purchaseFlow {
		padding: 30px 0 20px;
	}
	#purchaseFlow div.subtitle {
		margin: 0 0 50px;
	}
	#purchaseFlow div.clearfix div {
		position: relative;
		padding: 0 0 30px;
	}
	#purchaseFlow div.clearfix div::before {
		left: -10px;
		width: 60px;
		height: 60px;
		font-size: 88%;
		line-height: 100%;
	}
	#purchaseFlow div.clearfix div::after {
		left: -10px;
		top: 22px;
		width: 60px;
		padding: 0 0 20px;
		font-size: 200%;
		line-height: 100%;
	}
	#purchaseFlow dl {
		padding: 0 0 20px 70px;
	}
	#purchaseFlow dl:before {
		left: 20px;
	}
	#purchaseFlow dl dt {
		font-size: 100%;
		line-height: 160%;
	}
}
/*　まずは無料査定から
----------------------------------------*/
#purchaseFormMain {
	padding: 0 0 100px;
}
#purchaseForm div.contact {
	position: relative;
	padding: 40px 40px 40px 280px;
	border: 1px solid #931A28;
}
@media screen and (max-width: 768px) {
	#purchaseFormMain {
		padding: 0 0 50px;
	}
}