@charset "utf-8";

/* =====================================================
--------------------------------------------------------
ハウスコムの保証人不要プラン
--------------------------------------------------------
===================================================== */

/* メインビジュアル */
h1 > img {
	display: block;
	width: 100%;
	max-width: 640px;
	margin: 0 auto 16px;
}

h1 span {
	display: none;
}

hgroup > p {
	padding: 0 16px;
}

@media screen and (min-width:768px) {
	h1 {
		position: relative;
		margin: 64px auto 0;
		width: 710px;
		height: 340px;
		background: url(/img/service/hoshou/mainvisual-pc.jpg) no-repeat top left / contain;
	}
	h1 > img {
		display: none;
	}
	h1 span {
		display: block;
	}
	h1 span img {
		position: absolute;
		top: 0;
		left: 0;
	}
	h1 span img.mainvisual_lead01 {
		top: 218px;
		left: 2px;
	}
	h1 span img.mainvisual_lead02 {
		top: 277px;
		left: 0;
	}
	hgroup > p {
		display: none;
	}
}



/* 共通 */
h2 {
	position: relative;
	margin-bottom: 16px;
	padding: 8px 8px 8px 20px;
	background: #ede6d5;
	font-size: 16px;
	font-weight: bold;
}

h2::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left:  8px;
	margin: auto;
	width: 4px;
	height: 60%;
	background: #968a74;
	content: '';
}
.kome {
	vertical-align: super;
	font-size: 12px;
	font-weight: bold;
}

@media screen and (min-width:1024px) {
	h2 {
		margin-bottom: 32px;
		padding: 6px 0 6px 24px;
		font-size: 20px;
	}
}



/* こんな方にお勧め */
.target ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	width: 100%;
	max-width: 636px;
	margin: 0 auto;
}

.target li {
	letter-spacing: -0.1em;
}

.target li::before {
	margin-right: 4px;
	color: var(--color-link-cv);
	font-size: 16px;
	font-family: icomoon;
	font-weight: bold;
	content: "\e94b";
}

.target p {
	text-align: center;
}

.target p > span {
	display: block;
}

.target p > span span {
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.target ul {
		gap: 8px;
		padding: 16px 0 16px 56px;
		height: 195px;
		background: url(/img/service/hoshou/section_1_img.jpg) no-repeat top center / contain;
	}
	.target li {
		font-size: 18px;
		letter-spacing: 0;
	}
	.target li::before {
		font-size: 24px;
	}
}



/* ご入居者様の4つのメリット */
.merit dl {
	border: 1px solid #f3f1ec;
}

.merit03 dl,
.merit04 dl {
	margin-bottom: 8px;
}

.merit dt {
	padding: 8px;
	background: #f3f1ec;
	font-weight: bold;
}

.merit dd {
	padding: 12px 8px;
}

.merit dd span {
	font-weight: bold;
}

.merit p {
	font-size: 12px;
}

.merit04 p {
	margin-bottom: 8px;
	font-weight: bold;
}

.merit .lp--ul-disc {
	margin-top: 0;
	padding-left: 1em;
}

.merit .lp--ul-disc li {
	font-size: 12px;
}

@media screen and (min-width:1024px) {
	.merit > ul {
		margin: 0 auto;
	}
	.merit dt {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 24px;
		height: 80px;
	}
	.merit01 dt {
		background: url(/img/service/hoshou/merit_num01.png) no-repeat center / contain;
	}
	.merit02 dt {
		background: url(/img/service/hoshou/merit_num02.png) no-repeat center / contain;
	}
	.merit03 dt {
		background: url(/img/service/hoshou/merit_num03.png) no-repeat center / contain;
	}
	.merit04 dt {
		background: url(/img/service/hoshou/merit_num04.png) no-repeat center / contain;
	}
	.merit dd {
		padding: 8px 24px;
		height: 100px;
		background: url(/img/service/hoshou/merit_bg.png) no-repeat bottom center / cover;
	}
	.merit p {
		font-size: 14px;
	}
	.merit p span {
		margin-right: 8px;
	}
}



/* 保証人不要プランとは */
.howto p {
	margin-bottom: 16px;
}

.howto img {
	display: block;
	margin: 0 auto;
}



/* 保証人不要プランのお申し込みの流れ */
.flow > dl {
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin-bottom: 32px;
}

.flow > dl > div {
	position: relative;
	border: 1px solid #7b715a;
}

.flow > dl > div:not(:has(.flow_document))::before {
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	margin: auto;
	width: 30px;
	height: 15px;
	background-color: #7b715a;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: '';
}

.flow > dl > div > dt {
	padding: 8px 12px;
	background: #7b715a;
	color: #fff;
	font-weight: bold;
}

.flow > dl > div > dd {
	padding: 12px;
	font-size: 14px;
	font-weight: bold;
}

.flow > dl > div > dd:has(.flow_document) {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.flow_document {
	border: 1px solid #7b715a;
}

.flow_document > span {
	display: block;
	padding: 8px;
	background: #cfc39c;
	font-weight: normal;
}

.flow_document div {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	padding: 8px;
	border-top: 1px solid #7b715a;
}

.flow_document dt {
	width: 2em;
}

.flow_document dd {
	width: calc(100% - 8px - 2em);
	font-weight: normal;
}

.flow_document dd > span {
	display: block;
}

.flow_document dd > span span {
	font-weight: bold;
}

.flow > ul {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 16px;
	border: 1px solid #d80000;
	color: #d80000;
}

.flow > ul li {
	position: relative;
	padding-left: 16px;
}

.flow > ul li::before {
	position: absolute;
	top: 2px;
	left: 0;
	width: 12px;
	height: 12px;
	background: #d80000;
	content: '';
}

@media screen and (min-width:1024px) {
	.flow > dl > div {
		display: flex;
	}
	.flow > dl > div > dt {
		display: flex;
		justify-content: center;
		align-items: center;
		width: calc(100% / 6);
	}
	.flow > dl > div > dd {
		width: calc((100% / 6) * 5);
	}
	.flow > ul li::before {
		top: 4px;
	}

}



/* 保証委託料（住居用物件） */
.price > div {
	margin-bottom: 8px;
	padding: 16px;
	border: 1px solid var(--color-grey-origin);
}

.price h3 {
	position: relative;
	margin-bottom: 8px;
	padding-left: 12px;
	font-weight: bold;
}

.price h3::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 4px;
	height: 100%;
	background: #968a74;
	content: '';
}

.price dl {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 16px;
}

.price dt {
	position: relative;
	padding-left: 16px;
}

.price dt::before {
	position: absolute;
	top: 2px;
	left: 0;
	width: 12px;
	height: 12px;
	background: var(--color-black);
	content: '';
}

.price img {
	margin-bottom: 8px;
}

.price ul {
	padding-left: 12px;
	width: 100%;
	max-width: 610px;
}

.price li {
	text-indent: -1em;
	font-size: 12px;
}

.price li span {
	margin-right: 4px;
}

.price > p {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

@media screen and (min-width:1024px) {
	.price > div {
		padding: 0;
		border: none;
	}
	.price dl {
		padding-left: 16px;
	}
	.price dt::before {
		top: 4px;
	}
	.price > div > div {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 0 auto;
		padding: 12px;
		width: 710px;
		border: 4px solid #e9e5dc;
	}
	.price > p {
		margin: 0 auto;
		width: 710px;
		font-weight: normal;
	}
}