@charset "utf-8";

/* ============================
service-fee.css　もくじ
-------------------------------
1.ブレイクポイント
2.メインビジュアル
3.価格の目安一覧
4.各サービス共通パーツ
4-1.価格の目安一覧へ戻る
5.スライドブラッシュアップ
6.ベースフォーマットデザイン
7.ナレーション作成
7-1.オーディオ再生
8.アニメーション／ハイパーリンク
9.その他のオプションサービス
10.CTAエリア
============================== */

/* ===========================
1.ブレイクポイント
============================== */
@media screen and (min-width: 30em) { /* 480px */
}
@media screen and (min-width: 40em) { /* 640px */
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
}
@media screen and (min-width: 64em) {/* 1024px */
}
@media screen and (min-width: 80em) {/* 1280px */
}

/* ===========================
2.メインビジュアル
============================== */
#main_visual {
	background-image: url(../img/main-visual/mv_service-fee.jpg);
}

/* ===========================
3.価格の目安一覧
============================== */
#priceGuide {
	margin-bottom: 30px;
}
#priceGuide > .ttl {
	position: relative;
	margin-bottom: 0.5em;
	padding: 0 0.5em;
	color: var(--secondary-color);
}
#priceGuide > .ttl::before,
#priceGuide > .ttl::after {
	content: '';
	display: block;
	position: absolute;
	width: 0.2em;
	height: 1em;
	background-color: var(--secondary-color);
	transform: translateY(-50%);
}
#priceGuide > .ttl::before {
	top: 50%;
	left: 0;
}
#priceGuide > .ttl::after {
	top: 50%;
	right: 0;
}
#priceGuide .figure_area  {
	margin-bottom: 0.5em;
	padding: 10px;
}
#priceGuide .price-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 12px;
}
#priceGuide .price-table tr th {
	position: relative;
}
#priceGuide .price-table tr td {
	text-align: right;
}

#priceGuide .price-table tr th > a,
#priceGuide .price-table tr td > * {
	display: block;
	padding: 0.75em 0.5em;
	background-color: #fff;
}
#priceGuide .price-table tr th {
	text-align: left;
}
#priceGuide .price-table tr .main_heading a {
	padding: 0.75em 1.25em;
	background-color: var(--primary-color);
	text-decoration: underline;
	color: #fff;
	transition: all 0.3s;
	text-decoration: none;
}
#priceGuide .price-table tr .main_heading::after {
	position: absolute;
	display: block;
	content: '＞';
	right: 1.5rem;
	top: 50%;
	color: #fff;
	transform: translateY(-50%);
	transition: all 0.3s;
}
#priceGuide .price-table tr .main_heading a:hover,
#priceGuide .price-table tr .main_heading a:active {
	outline: var(--primary-color) solid 1px;
	background-color: var(--color-pale-orange);
	color: var(--primary-color);
}
#priceGuide .price-table tr .main_heading:hover::after,
#priceGuide .price-table tr .main_heading:active::after {
	color: var(--primary-color);
}
#priceGuide .price-table tr .sub_heading a {
	display: block;
	margin-left: 1.5em;
	background-color: var(--secondary-color);
	padding: 0.75em 1.25em;
	text-decoration: underline;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
#priceGuide .price-table tr .sub_heading::after {
	position: absolute;
	display: block;
	content: '＞';
	right: 1.5rem;
	top: 50%;
	color: #fff;
	font-weight: normal;
	transform: translateY(-50%);
	transition: all 0.3s;
}
#priceGuide .price-table tr .sub_heading a:hover,
#priceGuide .price-table tr .sub_heading a:active {
	outline: var(--secondary-color) solid 1px;
	background-color: var(--color-pale-blue);
	color: var(--secondary-color);
	text-decoration: none;
}
#priceGuide .price-table tr .sub_heading:hover::after,
#priceGuide .price-table tr .sub_heading:active::after {
	color: var(--secondary-color);
}
#priceGuide .price-table tr .price-barebones {
	font-weight: bold;
}
#priceGuide .price-table tr .price-barebones > * {
	padding: 0.75em 1.25em;
}
#priceGuide .price-table tr .txt > * {
	padding: 0.75em 2.25em 0.75em 1.25em;
}
@media screen and (max-width: 47.99em) { /* 767px：SP用 */
	#priceGuide .figure_area {
		margin-bottom: 0.5em;
		padding: 10px;
	}
	#priceGuide .price-table {
		display: block;
		border-spacing: 6px;
	}
	#priceGuide .price-table tbody {
		display: block;
	}
	#priceGuide .price-table tr {
		margin-bottom: 6px;
		display: grid;
	}
	#priceGuide .price-table tr .main_heading a {
		padding: 0.75em 1.25em;
	}
	#priceGuide .price-table tr .sub_heading + .price-barebones > * {
		display: block;
		margin-left: 1.5em;
		padding: 0.5em 1.25em;
	}
	#priceGuide .price-table tr .sub_heading a {
		padding: 0.5em 1.25em;
	}
	#priceGuide .price-table tr .price-barebones > * {
		padding: 0.5em 1.25em;
	}
	#priceGuide .price-table tr .txt > * {
		padding: 0.5em 2.25em 0.5em 1.25em;
	}
	#priceGuide .price-table tr th + td {
		margin-top: 2px;
	}
}
@media screen and (min-width: 30em) { /* 480px */
	#priceGuide {
		margin-bottom: 40px;
	}
	#priceGuide > .ttl {
		margin-bottom: 20px;
		font-size: 28px;
	}
	#priceGuide .price-table tr .main_heading a {
		font-size: 18px;
	}
	#priceGuide .price-table tr .sub_heading a {
		font-size: 18px;
	}
	#priceGuide .price-table tr .price-barebones > * {
		font-size: 18px;
	}
	#priceGuide .price-table tr .txt > * {
		font-size: 18px;
	}
}
@media screen and (min-width: 40em) { /* 640px */
	#priceGuide {
		margin-bottom: 60px;
	}
	#priceGuide > .ttl {
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
	#priceGuide {
		margin-bottom: 80px;
	}
	#priceGuide > .ttl {
		font-size: 32px;
	}
}
@media screen and (min-width: 64em) {/* 1024px */
	#priceGuide {
		margin-bottom: 100px;
	}
}

/* ===========================
4.各サービス共通パーツ
============================== */
.service-areas .block_layer01 {
	margin-bottom: 20px;
	border-bottom: var(--color-pale-gray) solid 10px;
	padding-bottom: 20px;
}
.service-areas .block_layer01 > .ttl,
.service-areas .block_layer01 .anime-service > .ttl {
	margin-bottom: 0.75em;
	padding: 2px 0.5em 6px;
	background-color: var(--primary-color);
	font-size: 22px;
	color: #fff;
}
.service-areas .section_copy {
	margin-top: 0;
	margin-bottom: 1.75em;
	font-weight: 500;
	line-height: 1.7;
}
.service-areas .block_layer02 {
	margin-bottom: 1.5em;
}
.service-areas .block_layer02:last-child {
	margin-bottom: 0.5em;
}
.service-areas .block_layer02 .hg_lev03 {
	margin-bottom: 0.25em;
	text-align: center;
}
.service-areas .block_layer02 .hg_lev03 .supercopy {
	margin-bottom: 0.365em;
	font-size: 14px;
	font-weight: 700;
	color: var(--secondary-color);
}
.service-areas .block_layer02 .hg_lev03 .ttl_lev03 {
	margin-top: 0.25em;
	border-top: var(--secondary-color) solid 1px;
	border-bottom: var(--secondary-color) solid 1px;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
.service-areas .block_layer02 .hg_lev03 .ttl_lev03 .heading_body {
	display: block;
	padding: 2px 0.5em 4px;
	background-color: var(--secondary-color);
	font-size: 18px;
	color: #fff;
}
.service-areas .price-barebones {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
.service-areas .block_layer02 .price-barebones {
	margin-bottom: 1.5em;
}
.service-areas .image_area,
.service-areas .figure_area,
#priceGuide .figure_area {
	background-color: var(--color-pale-gray);
}
.service-areas .image_caption {
	margin-top: 0.365em;
}
.service-areas .image_caption .txt,
.service-areas .image_caption li.list_item {
	line-height: 1.5;
}
.service-areas .image_caption .example-list .list_item {
	list-style: disc;
	margin-left: 1.5em;
}
.service-areas .image_caption li.list_item {
	font-size: 14px;
}
.service-areas .section_description {
	font-size: 14px;
	line-height: 1.7;
}
.service-areas .section_description .notes-list .list_item {
	margin-left: 1em;
	list-style-type: '※';
}
.service-areas .section_description .notes-list .example-list .list_item {
	margin-left: 1.5em;
	list-style-type: disc;
}
@media screen and (min-width: 30em) { /* 480px */
	.service-areas .block_layer01 {
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 40em) { /* 640px */
	.service-areas .block_layer01 {
		margin-bottom: 50px;
	}
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
	.service-areas .block_layer01 {
		margin-bottom: 80px;
		border-bottom: none;
	}
	.service-areas .block_layer01:last-child {
		margin-bottom: 60px;
	}
	.service-areas .block_layer01 > .ttl {
		font-size: 24px;
	}
	.service-areas .section_copy {
		text-align: center;
		font-size: 16px;
	}
	.service-areas .block_layer02 {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.service-areas .block_layer02 .hg_lev03 .supercopy {
		font-size: 16px;
	}
	.service-areas .block_layer02 .hg_lev03 .ttl_lev03 {
		border-top: var(--secondary-color) solid 2px;
		border-bottom: var(--secondary-color) solid 2px;
	}
	.service-areas .block_layer02 .hg_lev03 .ttl_lev03 .heading_body {
		font-size:20px;
	}
	.service-areas .price-barebones {
		font-size: 20px;
	}
	.service-areas .image_caption .txt,
	.service-areas .image_caption li.list_item {
		font-size: 15px;
	}
	.service-areas .section_description {
		font-size: 16px;
	}
}
@media screen and (min-width: 64em) {/* 1024px */
	.service-areas .block_layer01 {
		margin-bottom: 100px;
	}
	.service-areas .block_layer01:last-child {
		margin-bottom: 70px;
	}
}
/* 4-1.価格の目安一覧へ戻る ---------- */
.goto_price-guide {
	margin-top: 16px;
}
.goto_price-guide .link-txt {
	font-size: 14px;
	text-align: right;
}
.goto_price-guide .link-txt .txt {
	display: inline-block;
	color:  var(--secondary-color);
}
.goto_price-guide .link-txt .txt .go {
	display: inline-block;
	margin-left: 0.365em;
	border: var(--secondary-color) solid 2px;
	border-radius: 0.5em;
	background-color: var(--secondary-color);
	padding: 0.1em 0.365em 0.125em;
	font-size: 114.2857%;
	color: #fff;
	transition: all 0.3s;
}
.goto_price-guide .link-txt .txt:hover .go,
.goto_price-guide .link-txt .txt:active .go {
	background-color: #fff ;
	color:  var(--secondary-color);
}
.goto_price-guide .link-txt .txt .go .pct-above {
	position: relative;
	top: -0.125em;
	display: inline-block;
	margin-left: 0.365em;
}
.goto_price-guide .link-txt .txt .go .pct-above::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: -0.125em;
	width: calc(100% + 0.25em);
	height: 0.125em;
	background-color: #fff;
	transition: all 0.3s;
}
.goto_price-guide .link-txt .txt:hover .go .pct-above::after,
.goto_price-guide .link-txt .txt:active .go .pct-above::after {
	background-color: var(--secondary-color);
}
@media screen and (min-width: 40em) { /* 640px */
	.goto_price-guide {
		margin-top: 30px;
	}
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
	.goto_price-guide .link-txt {
		font-size: 15px;
	}
}
/* ===========================
5.スライドブラッシュアップ
============================== */
#slideBrushup .image_area {
	position: relative;
	padding: 10px 0;
	overflow-x: hidden;
}
#slideBrushup .image_area .image_group {
	padding: 0 24px;
}
#slideBrushup .image_area .image-set {
	max-width: 360px;
	position: relative;
	margin: 1em auto;
	text-align: left;
}
#slideBrushup .image_area .image-set:first-child {
	margin-bottom: 20px;
	border-bottom: var(--color-light-gray) solid 6px;
	padding-bottom: 22px;
}
#slideBrushup .image_area .image-set .main_image {
	margin: 0;
}
#slideBrushup .image_area .image-set .image {
	display: block;
	position: relative;
	outline: var(--color-light-gray) solid 1px;
}
#slideBrushup .image_area .image-set .image::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
}
#slideBrushup .image_area .image-set .image > * {
	display: block;
	position: relative;
	left: 0;
	width: 100%;
	max-width: none;
}
#slideBrushup .image_area .arrow {
	display: flex;
	justify-content: center;
	padding: 8px 6px 6px;
}
#slideBrushup .image_area .arrow img {
	width: 20%;
	height: auto;
}
#slideBrushup .image_area .arrow .right {
	 display: none;
}
#slideBrushup .image_area .image > * {
	width: 100%;
}
.service-areas #slideBrushup .section_copy {
	margin-bottom: 1.25em;
}
@media screen and (min-width: 30em) { /* 480px */
	#slideBrushup .image_area .image-set {
		max-width: 100%;
		display: flex;
	}
	#slideBrushup .image_area .image-set:first-child {
		border-bottom: none;
		padding-bottom: 0;
	}
	#slideBrushup .image_area .arrow img {
		width: 100%;
	}
	#slideBrushup .image_area .arrow .right {
		display: block;
	}
	#slideBrushup .image_area .arrow .under {
		display: none;
	}
	.service-areas #slideBrushup .section_copy {
		margin-bottom: 1.75em;
	}
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
	#slideBrushup .image_area {
		padding-top: 5%;
		padding-bottom: 2.5%;
	}
	#slideBrushup .subservice_row {
		display: flex;
		justify-content: space-between;
		column-gap: 4%;
	}
	.service-areas .block_layer02 .section_copy {
		height: 5em;
	}
	#slideBrushup .image_area .image-set .image::before {
		background-color: var(--color-light-gray-shadow);
		box-shadow: 0 4px 16px #aaaaaa;
		border-radius: 4px;
		transform: rotateX(-60deg) skew(-40deg);
		transform-origin: bottom left;
		z-index: 0;
	}
	
}
@media screen and (min-width: 64em) {/* 1024px */
	#slideBrushup .subservice_row {
		column-gap: 5%;
	}
	.service-areas .block_layer02 .section_copy {
		height: auto;
	}
}

/* ===========================
6.ベースフォーマットデザイン
============================== */
#formatDesign .price-barebones {
	margin-bottom: 1.5em;
}
#formatDesign .image_area {
	margin-bottom: 0.5em;
	padding: 2px 0;
	text-align: center;
	overflow-x: hidden;
}
#formatDesign .image_area .image_group {
	padding: 0 24px;
}
#formatDesign .image_area .image-set {
	max-width: 360px;
	position: relative;
	margin: 1em 0 1em 0;
	text-align: left;
}
#formatDesign .image_area .image-set figcaption {
	margin-bottom: 0.5em;
}
#formatDesign .image_area .image-set .image {
	display: block;
	position: relative;
	outline: var(--color-light-gray) solid 1px;
}
#formatDesign .image_area .image-set .image::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
}
#formatDesign .image_area .image-set .image > * {
	display: block;
	position: relative;
	left: 0;
	width: 100%;
	max-width: none;
}
@media screen and (min-width: 30em) { /* 480px */
	#formatDesign .image_area .image-set {
		position: relative;
		margin: 1em auto 1em auto;
	}
}
@media screen and (min-width: 40em) { /* 640px */
	#formatDesign .image_area .image_group {
		display: flex;
		width: 100%;
		gap: 20px;
	}
	#formatDesign .image_area .image-set .image::before {
		background-color: var(--color-light-gray-shadow);
		box-shadow: 0 4px 16px #aaaaaa;
		border-radius: 4px;
		transform: rotateX(-60deg) skew(-40deg);
		transform-origin: bottom left;
		z-index: 0;
	}
	
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
	#formatDesign .image_area .image_group {
		margin-bottom: 10px;
		gap: 24px;
	}
}

/* ===========================
7.ナレーション作成
============================== */
#syntheticNarration .price-barebones {
	margin-bottom: 1.5em;
}
#syntheticNarration .figure_area {
	margin-bottom: 0.5em;
	padding: 10px;
}
#syntheticNarration .comparison-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 12px;
}
#syntheticNarration .comparison-table th > div,
#syntheticNarration .comparison-table td > div {
	display: flex;
	align-items: center;
	padding: 0.25em 0.5em;
	width: 100%;
	min-height: 3em;
	height: 100%;
}
#syntheticNarration .comparison-table th > div {
	justify-content: center;
}
#syntheticNarration .comparison-table thead tr th {
	background-color: #fff;
}
#syntheticNarration .comparison-table thead tr th > div {
	flex-direction: column;
	justify-content: flex-start;
	row-gap: 0.5em;
}
#syntheticNarration .comparison-table thead tr th .ttl_lev03 {
	margin-top: 0.25em;
	border-top: var(--secondary-color) solid 1px;
	border-bottom: var(--secondary-color) solid 1px;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	width: 100%;
}
#syntheticNarration .comparison-table thead tr th .ttl_lev03 .heading_body {
	display: block;
	padding: 2px 0.5em 4px;
	background-color: var(--secondary-color);
	font-size: 18px;
	color: #fff;
}
#syntheticNarration .comparison-table thead tr th .price-barebones {
	margin-bottom: 0.365em;
}
#syntheticNarration .comparison-table tbody tr th {
	background-color: var(--secondary-color);
	color:  #fff;

}
#syntheticNarration .comparison-table tbody tr td {
	background-color: #fff;
}
#syntheticNarration .comparison-table tbody tr tr.dummy,
#syntheticNarration .comparison-table tbody tr td.dummy {
	position: relative;
}
#syntheticNarration .comparison-table tbody tr tr.dummy::after,
#syntheticNarration .comparison-table tbody tr td.dummy::after {
	position: absolute;
	display: inline-block;
	top: 0;
	right: 0;
	content: 'ダミー';
	padding: 2px 0.5em 1px;
	background-color: rgb(255, 0, 255);
	font-size: 14px;
	color: rgb(0, 0, 255);
	font-weight: bold;
}
@media screen and (max-width: 47.99em) { /* 767px：SP用 */
	#syntheticNarration .figure_area {
		margin-bottom: 0.5em;
		padding: 10px;
	}
	#syntheticNarration .comparison-table {
		display: block;
	}
	#syntheticNarration .comparison-table thead {
		display: block;
		margin-bottom: 12px;
	}
	#syntheticNarration .comparison-table thead tr {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 12px;
	}
	#syntheticNarration .comparison-table thead tr > td {
		display: none;
	}
	#syntheticNarration .comparison-table tbody {
		display: block;
	}
	#syntheticNarration .comparison-table tbody tr {
		margin-bottom: 16px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto;
		gap: 8px 12px;
	}
	#syntheticNarration .comparison-table tbody tr:last-child {
		margin-bottom: 0;
	}
	#syntheticNarration .comparison-table tbody tr th {
		grid-column: 1 / 3 ;
	}
	#syntheticNarration .comparison-table tbody tr th > div {
		min-height: auto;
	}
	#syntheticNarration .comparison-table tbody tr td {
		position: relative;
	}
	#syntheticNarration .comparison-table tbody tr td .substance {
		position: absolute;
		display: inline-block;
		top: 0;
		left: 0;
		padding: 0 0.5em 2px;
		background-color: var(--secondary-color);
		color: #fff;
	}
	#syntheticNarration .comparison-table tbody tr td > div {
		padding-top: 28px;
		padding-bottom: 8px;
		font-size: 14px;
	}
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
	#syntheticNarration .comparison-table {
		table-layout: fixed;
	}
	#syntheticNarration .comparison-table thead tr th .ttl_lev03 {
		border-top: var(--secondary-color) solid 2px;
		border-bottom: var(--secondary-color) solid 2px;
	}
	#syntheticNarration .comparison-table .row-header {
		width: 17%;
	}
	#syntheticNarration .comparison-table .narrator,
	#syntheticNarration .comparison-table .synthetic {
		min-width: 34%;
	}
	#syntheticNarration .comparison-table tbody tr td > div {
		padding: 8px 0.75em;
		font-size: 15px;
	}
}
@media screen and (min-width: 64em) {/* 1024px */
	
}
/* 7-1.オーディオ再生 ---------- */
#syntheticNarration .audio-player {
	margin: 10px 0;
	vertical-align: middle;
}
#syntheticNarration .audio-player .time-display {
	display: inline-block;
	margin-left: 0.625em;
}
#syntheticNarration .play-button, #syntheticNarration .stop-button {
	font-size: 1em;
	background-color: #fff;
	border: var(--color-pale-gray) outset 1px;
	border-radius: 50%;
	padding: 0.35em 0.7em 0.5em;
	cursor: pointer;
}
#syntheticNarration .play-button img, #syntheticNarration .stop-button img {
	width: 9px;
	height: 10px;
}
#syntheticNarration .play-button {
	position: relative;
}
#syntheticNarration .stop-button {
	display: none;
}
#syntheticNarration .play-button img {
	position: relative;
	left: 15%;
}

/* ===========================
8.アニメーション／ハイパーリンク
============================== */
.anime-service-blocks .leading-pict {
	display: none;
}
.anime-service-blocks .anime-service-blocks_grid {
	border: var(--color-light-gray) solid 2px;
	border-radius: 8px;
	padding: 15px;
}
.anime-service-blocks .anime-service {
	margin-bottom: 20px;
}
.anime-service-blocks .anime-service .price-barebones {
	margin-bottom: 1.5em;
}
.anime-service-blocks .anime-service .section_copy {
	margin-bottom: 1.25em;
}
.anime-service-blocks .anime-services-both {
	margin-bottom: 1.5em;
}
.anime-service-blocks .anime-services-both .txt {
	padding: 2px 6px 4px;
	background-color: var(--color-pale-gray);
	font-size: 15px;
	font-weight: 500;
	text-align: center;
}
.anime-service-blocks .image_area {
	padding: 0 10px 10px;
}
.anime-service-blocks .image_area .ttl {
	padding: 6px 0 8px;
	text-align: center;
}
.anime-service-blocks .image_area .movie_block {
	max-width: 100%;
	text-align: center;
}
.anime-service-blocks .image_area .movie_block iframe {
	width: 100%;
	max-width: 640px;
	aspect-ratio: 16 / 9;
}
@media screen and (min-width: 30em) { /* 480px */
	.anime-service-blocks .anime-services-both .txt {
		margin-bottom: 30px;
		padding: 4px 8px 6px;
		font-size: 16px;
	}
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
	.anime-service-blocks .leading-pict {
		display: block;
		text-align: center;
	}
	
	.anime-service-blocks .anime-service-blocks_grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows:  auto auto auto;
		gap: 8px 4%;
		border: none;
		padding: 0;
	}
	.anime-service-blocks .anime-service-blocks_grid .anime-services-both {
		grid-column: 1 / -1;
	}
	.anime-service-blocks .anime-service-blocks_grid .image_area {
		grid-column: 1 / -1;
		padding: 2px 20px 20px;
	}
}

/* ===========================
9.その他のオプションサービス
============================== */
#optionServices .option_area {
	margin-right: auto;
	margin-left: auto;
	width: 640px;
	max-width: 100%;
}
#optionServices .option_area .section_cont_list {
	list-style: disc;
}
#optionServices .option_area .section_cont_list .list_item {
	margin-left: 1.5em;
	list-style: disc;
	color: var(--primary-color);
	line-height: 1.7;
	font-weight: 500;
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
	#optionServices .option_area .section_cont_list .list_item {
		font-size: 18px;
		line-height: 2;
	}
}

/* ===========================
10.CTAエリア
============================== */
#inquiry {
	margin-bottom: 20px;
}
#inquiry .copy_cta {
	margin-bottom: 0.75em;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: var(--primary-color);
}
#inquiry .btn_area {
	text-align: center;
}
#inquiry .btn_area a {
	position: relative;
	display: inline-block;
	padding: 0.5em 1.5em 0.75em;
	border-radius: 1.25em;
	background-color: var(--secondary-color);
	color: #fff;
	transition: all 0.3s;
}
#inquiry .btn_area a .arrow {
	position: relative;
	left: 0.25em;
	display: inline-block;
	background-color: #fff;
	width: 0.65em;
	clip-path: polygon(0 20%, 100% 50%, 0 80%);
}
#inquiry .btn_area a:hover {
	filter: brightness(125%);
	transform: scale(1.025);
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}
@media screen and (min-width: 30em) { /* 480px */
	#inquiry {
		margin-bottom: 40px;
	}
	#inquiry .copy_cta {
		font-size: 26px;
	}
	#inquiry .btn_area a {
		font-size: 16px;
	}
}
@media screen and (min-width: 40em) { /* 640px */
	#inquiry {
		margin-bottom: 50px;
	}
	#inquiry .copy_cta {
		font-size: 30px;
	}
	#inquiry .btn_area a {
		font-size: 18px;
	}
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
	#inquiry {
		margin-bottom: 60px;
	}
	#inquiry .copy_cta {
		font-size: 36px;
		font-weight: 500;
	}
	#inquiry .btn_area a {
		font-size: 20px;
	}
	#inquiry .btn_area a .arrow {
		top: 1px;
	}
}
@media screen and (min-width: 64em) {/* 1024px */
	#inquiry {
		margin-bottom: 80px;
	}
	#inquiry .copy_cta {
		font-size: 40px;
	}
}
