@charset "utf-8";
/* ===================================================================

 file name  :sale > point.css
 style info :土地売却・購入のご相談 POINTページ(1ページ目)

=================================================================== */

/* =============================

	overwrite

=============================== */
@media screen and (min-width: 768px){
}

/* =================================== */

/*
#point
---------------------------*/
#point mark{
	background: #ffffa0;
	font-weight: 700;
}
#point .fig{
	margin: 35px 0 30px;
}
#point .fig figure{
	margin: 0 0 18px;
}
#point .fig figure figcaption{
	margin: 5px 0 0;
	font-size: 1rem;
	text-align: right;
	letter-spacing: -0.05em;
}

#point h3{
	margin: 0 0 40px;
	padding: 0 0 25px;
	background: #dc7b5a;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: -0.05em;
	position: relative;
}
#point h3::before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto 15px;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #fff transparent transparent transparent;
}

@media screen and (min-width: 768px){
	#point mark{
		background: #ffffa0;
		font-weight: 700;
	}
	#point .fig{
		display: flex;
		justify-content: space-between;
		margin: 35px 0 30px;
		padding: 0 80px;
	}
	#point .fig li{
		width: 500px;
	}
	#point .fig figure{
		margin: 0;
	}
	#point .fig figure figcaption{
		font-size: 1.3rem;
	}

	#point h3{
		margin: 0 0 60px;
		padding: 0 0 30px;
		font-size: 3.2rem;
		letter-spacing: 0;
	}
	#point h3::before{
		margin: 0 auto 20px;
		border-width: 25px 25px 0 25px;
	}
	#point .fig02{
		width: 500px;
		margin: 0 auto;
	}
}

