section.price {
	padding-top: 0;
	background: #EFF6EF;
}

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

table.ap-1_table {
	width: 94%;
	margin: 25px auto;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	border-collapse: collapse;
	/* セルを重ねて隙間をなくす */
	border-spacing: 0;
	/* セル間の間隔を0にする */
}

th {
	background: #D0EFD8;
	color: #257B3A;
	text-align: center;
	line-height: 1.3;
	padding: 4px 0;
	border: 1px solid #D9D9D9;
	height: 2em;
}

td {
	background: #fff;
	height: 3em;
	width: 15%;
	border: 1px solid #D9D9D9;
}

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

td.red span {
	font-size: 14px;
}

td.green {
	color: #257B3A;
}

.work_wrap {
	background: #FAFAE0;
	width: 94%;
	margin: 25px auto;
	border-radius: 20px;
	padding: 20px 0;
}

.work_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.work_item {
	background: #fff;
	margin: 5px;
	text-align: center;
	padding: 10px 0 5px;
}

.work_item img {
	width: 47%;
	margin: 0 auto;
}

.work_item p {
	margin: 6px 0;
	font-size: 12px;
}

p.text-left {
	font-size: 14px;
	font-weight: 500;
	width: 90%;
	margin: 11px auto;
}

/* オプション */
h2.option_title {
	text-align: center;
	font-size: 25px;
	color: #257B3A;
	margin-top: 0;
}

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

.option_wrap p.text-left {
	font-size: 16px;
	width: 100%;
	margin: 10px 0;
}

.option_wrap table.ap-1_table {
	width: 100%;
	margin-top: 15px;
}

td.text-left {
	text-align: left;
	padding: 5px;
}

span.asterisk-gray {
	font-size: 12px;
	margin-top: -14px;
	display: block;
	font-weight: 500;
	color: #97A59A;
	letter-spacing: 1px;
}

td.text-left.smal_table-text {
	font-size: 10px;
}

td.text-left.smal_table-text span {
	color: #FF6867;
	font-size: 15px;
}

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