@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400&display=swap&text=menu0123456789');
/*========================================
　　不動産仲介サポートメニュー
========================================*/
#supportMain {
	padding: 0 0 80px;
}
#supportMain div.buttonContent {
	max-width: 768px;
	margin: 0 auto;
	padding: 20px 0 0;
}
#supportMain div.buttonContent ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 -10px;
}
#supportMain div.buttonContent ul li {
	width: 33.33%;
	padding: 0 10px;
}
#supportBuy,
#supportSell,
#supportReplace {
	padding: 0 0 40px;
}
#support div.supportTitle {
	position: relative;
}
#support div.supportTitle::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 300px;
	z-index: 0;
	background: no-repeat 50% 50% / cover;
}
#support #supportBuy div.supportTitle::before {
	background-image: url("../../img/support/01.jpg");
}
#support #supportSell div.supportTitle::before {
	background-image: url("../../img/support/02.jpg");
}
#support #supportReplace div.supportTitle::before {
	background-image: url("../../img/support/03.jpg");
}
#support div.supportTitle div.subtitle {
	position: relative;
	z-index: 1;
	display: flex;
	width: 100%;
	height: 300px;
	align-items: flex-end;
	margin: 0 0 40px;
}
#support div.supportTitle div.subtitle div {
	position: relative;
	width: 100%;
	padding: 50px 20px 0;
	background: #FFF;
}
#support div.supportTitle div.subtitle div::before {
	position: absolute;
	left: 50%;
	top: -60px;
	width: 80px;
	height: 80px;
	text-align: center;
	font-size: 20px;
	line-height: 80px;
	margin: 0 0 0 -40px;
	z-index: 0;
	background: #8D010C;
	color: #FFF;
}
#support #supportBuy div.supportTitle div.subtitle div::before {
	content: "購入";
}
#support #supportSell div.supportTitle div.subtitle div::before {
	content: "売却";
}
#support #supportReplace div.supportTitle div.subtitle div::before {
	content: "買替";
}
#support div.supportTitle div.subtitle b {
	padding: 0 0 10px;
	font-size: 160%;
	line-height: 130%;
	color: #8D010C;
}
#support div.supportTitle div.subtitle span {
	font-weight: 700;
	line-height: 150%;
}
#support div.supportTitle span {
	display: block;
	margin: 0;
	text-align: center;
}
#support div.supportTitle p {
	margin: 0;
	padding: 0 0 50px;
}
#support dl {
	position: relative;
	margin: 0 0 40px;
	padding: 40px 40px 40px 130px;
	border: 1px solid #CCC;
}
#support #supportSell dl {
	padding: 40px 130px 40px 40px;
}
#support dl::before {
	position: absolute;
	left: 40px;
	top: 50%;
	content: "menu";
	margin: -50px 0 0;
	font-size: 16px;
	line-height: 16px;
	color: #8D010C;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-style: italic;
}
#support dl::after {
	position: absolute;
	left: 40px;
	top: 50%;
	margin: -32px 0 0;
	font-size: 80px;
	line-height: 80px;
	color: #8D010C;
	font-family: "Noto Serif JP", serif;
	font-style: italic;
}
#support #supportSell dl::before {
	left: inherit;
	right: 40px;
}
#support #supportSell dl::after {
	left: inherit;
	right: 40px;
}
#support dl:nth-of-type(1)::after {
	content: "1";
}
#support dl:nth-of-type(2)::after {
	content: "2";
}
#support dl:nth-of-type(3)::after {
	content: "3";
}
#support dl:nth-of-type(4)::after {
	content: "4";
}
#support dl:nth-of-type(5)::after {
	content: "5";
}
#support dl:nth-of-type(6)::after {
	content: "6";
}
#support dl:nth-of-type(7)::after {
	content: "7";
}
#support dl:nth-of-type(8)::after {
	content: "8";
}
#support dl dt {
	padding: 0 0 10px;
	font-size: 120%;
	line-height: 160%;
	font-weight: bold;
	color: #8D010C;
}
#support dl dd ol {
	padding: 2em 0;
}
#support dl dd ol li {
	list-style: decimal;
	margin: 0 0 0 1.5em;
}
#support dl dd div.fp {
	padding: 20px 40px;
	background: #F1F1F1;
}
#support dl dd div.fp div {
	display: flex;
	flex-wrap: wrap;
}
#support dl dd div.fp b {
	padding: 0 40px 0 0;
}
#support dl dd div.fp p {
	margin: 0;
}
@media screen and (max-width: 768px) {
	#supportMain {
		padding: 20px 0 40px;
	}
	#support div.supportTitle p {
		padding: 0 0 40px;
	}
	#support div.supportTitle div.subtitle b {
		padding: 0 0 20px;
		font-size: 128%;
		line-height: 130%;
	}
	#support div.supportTitle div.subtitle span {
		font-size: 94%;
		line-height: 150%;
	}
	#support #supportSell dl {
		padding: 20px 70px 20px 20px;
	}
	#support #supportBuy div.supportTitle::before {
		background-image: url("../../img/support/01_sp.jpg");
	}
	#support #supportSell div.supportTitle::before {
		background-image: url("../../img/support/02_sp.jpg");
	}
	#support #supportReplace div.supportTitle::before {
		background-image: url("../../img/support/03_sp.jpg");
	}
	#support dl {
		position: relative;
		margin: 0 0 40px;
		padding: 20px 20px 20px 70px;
		border: 1px solid #CCC;
	}
	#support dl::before {
		left: 20px;
		top: 20px;
		margin: 0;
		font-size: 12px;
		line-height: 12px;
	}
	#support dl::after {
		left: 20px;
		top: 40px;
		margin: 0;
		font-size: 40px;
		line-height: 40px;
	}
	#support #supportSell dl::before {
		right: 20px;
	}
	#support #supportSell dl::after {
		right: 30px;
	}
	#support dl dt {
		font-size: 100%;
		line-height: 160%;
	}
	#support dl dd div.fp {
		padding: 20px;
		font-size: 94%;
		line-height: 180%;
	}
	#support dl dd div.fp b {
		padding: 0 0 10px;
	}
}