@charset "utf-8";

/*******************************************

-------------------------------------------
空き家所有者の方へ
********************************************/

main h2 + p {
	text-align: center;
	font-size: 30px;
	margin-top: 40px;
}
@media only screen and (max-width: 767px) {
	main h2 + p {
		font-size: 24px;
	}
}

/* 対象となる空き家
========================================== */

main #target {
}
main #target .house {
	position: relative;
	text-align: center;
	width: 100%;
	height: 900px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
}
main #target .house ul {
}
main #target .condition {
	width: 100%;
	max-width: 1060px;
	margin: 50px auto 0;
	position: relative;
}
main #target .condition img.pic {
	position: absolute;
	left: -30px;
	bottom: -10px;
	z-index: 1;
}
main #target .condition ul {
	display: flex;
	justify-content: space-between;
}
main #target .condition ul li {
	position: relative;
}
main #target .condition ul li:not(:last-of-type)::before,
main #target .condition ul li:not(:last-of-type)::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
main #target .condition ul li:not(:last-of-type)::before {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #e95513;
	right: -48px;
}
main #target .condition ul li:not(:last-of-type)::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 19px solid transparent;
	border-bottom: 19px solid transparent;
	border-left: 34px solid #fff;
	border-right: 0;
	right: -35px;
}
@media only screen and (min-width: 768px) {
	main #target .house ul li {
		position: absolute;
	}
	main #target .house ul li:nth-of-type(1) {top: 80px; left: 20px;}
	main #target .house ul li:nth-of-type(2) {top: 0; left: 50%; transform: translateX(-50%);}
	main #target .house ul li:nth-of-type(3) {top: 80px; right: 20px;}
	main #target .house ul li:nth-of-type(4) {bottom: 120px; left: 0;}
	main #target .house ul li:nth-of-type(5) {bottom: 0; left: 50%; transform: translateX(-50%);}
	main #target .house ul li:nth-of-type(6) {bottom: 120px; right: 0;}	
}
@media only screen and (max-width: 767px) {
	main #target .house {
		height: auto;
		margin-top: 50px;
		display: block;
	}
	main #target .house ul {
		margin-top: 30px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 15px;
	}
	main #target .house ul li {
		width: calc((100% - 30px) / 3);
	}
	main #target .condition  > img {
		top: 0;
		left: 0;
		bottom: auto;
	}
	main #target .condition ul {
		display: block;
		width: 75%;
		max-width: 337px;
		margin: 0 auto;
	}
	main #target .condition ul li {
		text-align: center;
		position: relative;
	}
	main #target .condition ul li:not(:last-of-type) {
		margin-bottom: 40px;
	}
	main #target .condition ul li:not(:last-of-type)::before,
	main #target .condition ul li:not(:last-of-type)::after {
		top: auto;
		right: 50%;
		transform: translateX(50%);
	}
	main #target .condition ul li:not(:last-of-type)::before {
		width: 46px;
		height: 46px;
		bottom: -30px;
	}
	main #target .condition ul li:not(:last-of-type)::after {
		border-right: 11px solid transparent;
		border-left: 11px solid transparent;
		border-top: 18px solid #fff;
		border-bottom: 0;		
		bottom: -18px;
	}
	main #target .condition img.pic {
		width: 85px;
		left: -40px;
		bottom: 15px;
	}
}
@media only screen and (max-width: 500px) {
	main #target .house ul {
		gap: 10px;
	}
	main #target .house ul li {
		width: calc((100% - 10px) / 2);
	}
}

/*******************************************

-------------------------------------------
特定空き家の指定と処分の流れ
********************************************/

main #flow {
	background-color: #efefef;
	padding-top: 50px;
	padding-bottom: 50px;
}
main #flow h3 {
	color: #363480;
	font-size: 45px;
	text-align: center;
}
main #flow ul {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
main #flow ul li {
	width: 114px;
	height: 348px;
	background-color: #363480;
	position: relative;
}
main #flow ul li:not(:last-of-type)::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -62px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 33px solid transparent;
	border-bottom: 33px solid transparent;
	border-left: 40px solid #e95513;
	border-right: 0;
}
main #flow ul + p {
	font-size: 20px;
	font-weight: 300;
	margin-top: 30px;
}
main .link_pdf {
	text-align: center;
	margin-top: 70px;
}
main .link_pdf a {
	display: inline-block;
	background: #dcdddd url("../img/owner/ic_pdf.svg") 20px center / auto no-repeat;
	border-radius: 12px;
	color: #363480;
	font-size: 25px;
	font-weight: 700;
	padding: 11px 30px 14px 70px;
	line-height: 1.3;
}
@media only screen and (max-width: 767px) {
	main #flow h3 {
		font-size: 28px;
	}
	main #flow ul {
		margin-top: 30px;
		display: block;
	}
	main #flow ul li {
		width: 100%;
		height: auto;
		padding: 15px;
	}
	main #flow ul li:not(:last-of-type) {
		margin-bottom: 40px;
	}
	main #flow ul li:not(:last-of-type)::after {
		top: auto;
		bottom: -30px;
		right: 50%;
		transform: translateX(50%);
		border-right: 20px solid transparent;
		border-left: 20px solid transparent;
		border-top: 22px solid #e95513;
		border-bottom: 0;
	}
	main #flow ul li p {
		text-align: center;
		color: #fff;
		font-size: 20px;
		font-weight: 600;
		line-height: 1.2;
	}
	main #flow ul li p span {
		font-weight: inherit;
		font-size: 16px;
	}
	main #flow ul + p {
		font-size: 18px;
	}
	main .link_pdf {
		margin-top: 50px;
	}
	main .link_pdf a {
		font-size: 20px;
		background-position: 15px center;
		padding: 11px 20px 14px 60px;
	}
}
