section.page-top {
	padding: 0;
}

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

.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;
}

section.service {
	padding: 20px 0;
}

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

.totalsupport-txt {
	text-align: center;
	margin-top: 15px;
}

.totalsupport-txt p {
	margin: 0;
	font-size: 20px;
}

.totalsupport-txt h3 {
	margin-top: 0;
	font-size: 25px;
	color: #FF4645;
}

.service_wrap {
	width: 94%;
	margin: 20px auto 30px;
}

.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;
}

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

.service-list {
	background: #FAFAE0;
	padding: 25px;
	margin-top: 20px;
}

.service-list p {
	margin-top: 0;
	text-align: center;
	font-size: 18px;
	letter-spacing: 8%;
	color: #257B3A;
}

.service-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.service-list li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
	line-height: 1.7;
	font-size: 16px;
	letter-spacing: 8%;
}

.service-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 12px;
	height: 12px;
	background: #257B3A;
	transform: translateY(-50%);
}

/* 誘導リンクボタン */
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%;
}