section.page-top {
	padding: 0;
}

p.page-top-text {
	text-align: center;
	line-height: 1.6;
	margin-bottom: 0;
	font-size: 20px;
}

p.page-top-text span {
	font-size: 25px;
	color: #FF4645;
}

p.text-left {
	font-size: 15px;
	width: 100%;
	margin: 10px 0;
	font-weight: 500;
}

section.page-top p.center_txt {
	font-size: 18px;
	margin-top: 12px;
}

section.hoarding-house {
	padding: 20px 0 0;
}

section.hoarding-house p.text-left {
	width: 94%;
	margin: 0 auto;
	line-height: 1.7;
}

picture.hoarding-house-img img {
	width: 96%;
	margin: 0 auto 15px;
	padding: 5px 0;
}

h2.layer-bg {
	text-align: center;
	padding: 15px 0;
	background: #257B3A;
	margin-top: 0;
	color: #fff;
}

h2.layer-bg span {
	color: #FFE500;
}

.support_heading {
	background: #257B3A;
	padding: 1px 0;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 35px;
	position: relative;
	width: 96%;
}

.support_heading p {
	margin: 10px 0;
	font-size: 20px;
}

.support_heading span {
	font-size: 25px;
}

.support_heading::after {
	content: '';
	position: absolute;
	bottom: -19px;
	left: 50%;
	border: 20px solid transparent;
	border-top: 22px solid #257B3A;
	border-bottom: 0px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.red {
	color: #FF6867;
	font-size: 20px;
	font-weight: bold;
}

picture.arrow-icon img {
	width: 20%;
	margin: 0 auto;
}

.abandoned p.center_txt {
	font-size: 22px;
}

.abandoned-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	width: 96%;
	margin: 20px auto;
	justify-content: center;
}

.abandoned-inner {
	width: 45%;
	text-align: center;
	background: antiquewhite;
	padding: 15px 0;
}

.abandoned-inner p {
	font-size: 18px;
	margin: 0 0 20px;
	color: #FF6867;
}

.abandoned-inner img {
	width: 50%;
	margin: 0 auto;
}

p.abandoned-txt {
	text-align: center;
	font-size: 25px;
	margin-bottom: 0;
}

p.abandoned-txt span {
	color: #257B3A;
}

.heading-9 {
	position: relative;
	padding: .5em .7em;
	background-color: #257B3A;
	color: #fff;
	font-size: 18px;
	margin-bottom: 25px;
}

.heading-9::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 30px;
	width: 0;
	height: 0;
	border: 11px solid transparent;
	border-top: 11px solid #257B3A;
}

section.reason {
	padding-bottom: 0;
}

.reason-circle {
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #1b7a36;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin-bottom: -35px;
	margin: 15px auto -35px;
}

.reason-circle::before {
	content: "";
	position: absolute;
	inset: 3px;
	border: 1px solid #fff;
	border-radius: 50%;
	pointer-events: none;
}

.reason-circle span {
	font-size: 11px;
	margin-bottom: -15px;
	font-family: 'Montserrat', sans-serif;
}

.reason-circle strong {
	font-size: 26px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin-top: 11px;
}

.reason-inner {
	background: #EDF7EF;
	padding: 25px 15px 10px;
	width: 85%;
	margin: 0 auto;
}

.reason-inner h3 {
	text-align: center;
	font-size: 22px;
}


.result-heading {
	padding: 2px 15px;
	border-left: 5px solid #257B3A;
	font-size: 20px;
}

.result-inner {
	width: 90%;
	margin: 30px auto 0;
	border-bottom: 1px dashed;
	padding-bottom: 35px;
}

.result-inner:last-child {
	border: none;
}

/* 誘導リンクボタン */
a.button-link {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 155px;
	margin: 0 auto;
	padding: .5em 3em .5em 2em;
	border: 1px solid #257B3A;
	border-radius: 33px;
	background-color: #fff;
	color: #257B3A;
	font-weight: 400;
	font-size: 1em;
}

a.button-link::after {
	position: absolute;
	right: 1em;
	transform: translateY(-50%);
	transform-origin: left;
	width: 2em;
	height: .5em;
	background-color: #257B3A;
	clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
	content: '';
	transition: transform .3s;
}

.button-link:hover::after {
	transform: translateY(-50%) scaleX(1.4);
}

.option_wrap td {
	width: 21%;
}