.contents_option {
	padding-bottom: 20px;
}

.contents_option_inner {
	margin: 0 auto;
	width: 980px;
}

.option_clm {
	padding-top: 40px;
}

@media screen and (max-width: 736px) {
	.contents_option {
		padding-bottom: 20px;
	}

	.contents_option_inner {
		width: 100%;
	}
}

.contents_header_bar_ttl {
	width: 260px;
}

.contents_header_bar_ttl_option {
	color: #22ac38;
}

.contents_header_bar_txt {
	width: 550px;
}

.contents_header_bar.area {
	display: block;
}

.contents_header_bar.area .contents_header_bar_ttl {
	padding-bottom: 15px;
}

.contents_choice {
	padding: 70px 0;
}

.contents_choice_inner,
.contents_choice_section_inner {
	margin: 0 auto;
	width: 980px;
}

@media screen and (max-width: 736px) {
	.contents_header_bar_ttl {
		width: 100%;
	}

	.contents_header_bar_txt {
		width: 100%;
	}

	.contents_choice {
		padding: 40px 0;
	}

	.contents_choice_inner,
	.contents_choice_section_inner {
		padding: 0 4%;
		width: 100%;
	}
}


/* ----------------------------- ページナビ ----------------------------- */

#target_optionNav {
	margin-top: -129px;
	padding-top: 129px;
}

.option_nav {
	margin-bottom: 70px;
	padding-top: 10px;
	font-size: 0;
	line-height: 0;
}

.option_nav_item {
	display: inline-block;
}

.option_nav_item a {
	display: block;
	padding: 13px 20px;
	color: #2b383f;
	font-size: 18px;
	border-radius: 5px;
}

.option_nav_item a:hover {
	color: #22ac38;
}

.option_nav_item a.current {
	color: #fff;
	background: #22ac38;
}

/* ボトム */
.option_btm {
	margin-bottom: 60px;
	text-align: center;
	background: #22272a;
}

.option_nav-btm {
	margin-bottom: 0;
	padding: 25px 0;
}

.option_nav-btm .option_nav_item a {
	color: #fff;
}

.option_nav-btm .option_nav_item a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 736px) {
	#target_optionNav {
		margin-top: -78px;
		padding-top: 78px;
	}

	.option_nav {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 40px;
		padding-top: 0;
		background: #22272a;
	}

	.option_nav_item {
		width: 33.33%;
		min-height: 80px;
		border-right: 1px solid #fff;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.option_nav_item:nth-child(3) .option_nav_item:last-child {
		border-right: 0;
	}

	.option_nav_item:nth-child(1),
	.option_nav_item:nth-child(2),
	.option_nav_item:nth-child(3) {
		border-bottom: 1px solid #fff;
	}

	.option_nav_item a {
		width: 100%;
		min-height: 80px;
		padding: 30px 5px;
		color: #fff;
		font-size: 14px;
		text-align: center;
		border-radius: 0;
		box-sizing: border-box;
	}

	.option_nav_item:nth-child(1) a {
		padding: 20px 5px;
	}

	.option_nav_item a:hover {
		color: #fff;
	}

	.option_nav_item a.current {
		color: #fff;
		background: #22ac38;
		height: 100%;
	}

	/* ボトム */
	.option_nav-btm {
		margin-bottom: 20px;
		padding: 0;
	}
}

@media screen and (max-width: 400px) {
	.option_nav_item a {
		padding: 33px 5px;
	}

	.option_nav_item:nth-child(1) a {
		padding: 10px 5px;
	}
}

/* ----------------------------- ページタイトル ----------------------------- */

.option_ttl,
.option_clm_ttl {
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 20px;
	font-size: 36px;
	line-height: 42px;
	font-weight: bold;
}

.option_ttl:after,
.option_clm_ttl:after {
	position: absolute;
	content: '';
	bottom: 9px;
	left: 0;
	width: 50px;
	height: 3px;
	background: #22ac38;
}

@media screen and (max-width: 736px) {
	.option_ttl {
		margin: 0 4%;
		margin-bottom: 30px;
		font-size: 24px;
		line-height: 33px;
	}

	.option_clm_ttl {
		margin-bottom: 30px;
		font-size: 24px;
		line-height: 1em;
	}
}

/* ----------------------------- アンカー ----------------------------- */

.option_anchor {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #e4e7e9;
	margin-bottom: 10px;
}

.option_anchor_item {
	width: 20%;
	border-right: 1px solid #e4e7e9;
	border-bottom: 1px solid #e4e7e9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.option_anchor_item.pc-2col {
	width: 50%;
}

.option_anchor_item.pc-3col {
	width: 33.33%;
}

.option_anchor_item:nth-child(1),
.option_anchor_item:nth-child(4),
.option_anchor_item:nth-child(6) {
	border-left: 1px solid #e4e7e9;
}

.option_anchor_item:nth-child(6).no_leftborder {
	border-left: none;
}

.option_anchor_item a {
	position: relative;
	display: block;
	padding: 20px 0;
	padding-right: 15px;
	color: #2b383f;
	font-size: 16px;
	line-height: 1em;
	letter-spacing: -0.06em;
	text-align: center;
}

.option_anchor_item a:after {
	position: absolute;
	content: '';
	top: 50%;
	right: 14px;
	width: 11px;
	height: 6px;
	background: url(../img/icon_arr_b.png) 0 0 no-repeat;
	background-size: 11px auto;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.option_clm_section_info_link {
	width: 500px;
	margin: 0 auto;
}

.detail_btn {
	background-color: #22ac38;
}

@media screen and (max-width: 736px) {
	.option_anchor {
		padding-bottom: 15px;
	}

	.option_anchor_item {
		width: 33.33%;
	}

	.option_anchor_item.sp-2col {
		width: 50%;
	}

	.option_anchor_item:nth-child(6) {
		border-left: 0;
	}

	.option_anchor_item:nth-child(1),
	.option_anchor_item:not('.sp-2col'):nth-child(4),
	.option_anchor_item:nth-child(7) {
		border-left: 1px solid #e4e7e9;
	}

	.option_anchor_item a {
		display: flex;
		align-items: center;
		padding: 5px 20px 5px 10px;
		height: 100%;
		min-height: 42px;
		font-size: 12px;
		line-height: 16px;
		text-align: left;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.option_anchor_item a:after {
		right: 9px;
		width: 8px;
		height: 4px;
		background-size: 8px auto;
	}

	.option_clm_section_info_link {
		width: 100%;
		padding: 0 4%;
	}
}

/* ----------------------------- セクション ----------------------------- */

.option_clm_section {
	padding-top: 70px;
	border-top: 1px solid #bbb;
}

.option_clm_section.border_none {
	border-top: none;
}

.option_clm_section:last-child {
	border-bottom: 0;
}

.option_clm_section_lead {
	margin-bottom: 50px;
	font-size: 18px;
}

.option_clm_section_inner {
	margin-bottom: 30px;
}

.option_clm_section_inner+.option_clm_section_inner {
	margin-bottom: 0;
	padding-top: 20px;
}

.option_clm_section_img {
	float: left;
	width: 465px;
}

.option_clm_section_credit {
	padding-top: 12px;
	font-size: 14px;
	color: #2b383f;
}

.option_clm_section_info {
	float: right;
	position: relative;
	padding-left: 50px;
	width: 515px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.option_clm_section_info_ttl {
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: bold;
}

.option_clm_section_info_ttl_option {
	display: block;
	font-size: 20px;
}

.option_clm_section_info_txt {
	font-size: 18px;
}

.option_clm_section_info_txt_comment {
	font-size: 14px;
}

.option_clm_section_info_link {
	padding-top: 40px;
}

.option_clm_section_info_credit {
	font-size: 14px;
	padding-top: 10px;
	color: #2b383f;
}

.option_clm_section_secondary {
	padding-top: 20px;
}

.option_clm_section_secondary_ttl {
	font-size: 22px;
	padding-left: 30px;
	position: relative;
	padding-bottom: 10px;
}

.option_clm_section_secondary_ttl span {
	display: inline-block;
	font-size: .8rem;
	padding: .1rem 1rem;
	color: #fff;
	background: #c00;
	margin: 0 0 0 .6rem;
	position: relative;
	top: -.15rem;
}


.option_clm_section_secondary_ttl.pb20 {
	padding-bottom: 20px;
}

.option_clm_section_secondary_ttl:before {
	content: '■';
	font-size: 28px;
	color: #22ac38;
	position: absolute;
	left: -6px;
	top: -5px;
}

.option_clm_section_secondary_info {
	font-size: 18px;
	padding-bottom: 30px;
}

.option_clm_section_secondary_list {
	width: 100%;
	padding-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}

.option_clm_section_secondary_list_item {
	width: 245px;
}

.option_clm_section_secondary_list_item.col_2 {
	width: 490px;
}

.option_clm_section_secondary_txt {
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	display: block;
	height: 33px;
	margin-top: 5px;
}

.option_clm_section_secondary_list_item img,
.option_clm_section_secondary_credit {
	width: 237px;
	margin: 0 auto;
	display: block;
}

.option_clm_section_secondary_list_item.col_2 img,
.option_clm_section_secondary_list_item.col_2 .option_clm_section_secondary_credit {
	width: 482px;
}

.option_clm_section_secondary_credit {
	font-size: 14px;
	padding-top: 10px;
	color: #2b383f;
}

.option_clm_section_secondary_list li:first-child .option_clm_section_secondary_list_item img,
.option_clm_section_secondary_list li:first-child .option_clm_section_secondary_credit {
	margin: 0;
}

.option_clm_section_secondary_list li:last-child .option_clm_section_secondary_list_item img,
.option_clm_section_secondary_list li:last-child .option_clm_section_secondary_credit {
	margin: 0 0 0 8px;
}

.option_clm_section_info_price {}

@media screen and (max-width: 736px) {
	.option_clm {
		padding: 0 4%;
	}

	.option_clm_section {
		padding-top: 40px;
	}

	.option_clm_section:last-child {
		border-bottom: 0;
	}

	.option_clm_section_credit {
		padding: 12px 0;
	}

	.option_clm_section_lead {
		margin-bottom: 30px;
		font-size: 16px;
	}

	.option_clm_section_inner {
		display: block;
	}

	.option_clm_section_info_ttl,
	.option_clm_section_ttl {
		margin-bottom: 10px;
		font-size: 21px;
		font-weight: bold;
	}

	.option_clm_section_info_ttl.mb-0 {
		margin-bottom: 0;
	}

	.option_clm_section_info_ttl_option,
	.option_clm_section_ttl_option {
		display: block;
		font-size: 15px;
	}

	.option_clm_section_inner+.option_clm_section_inner {
		padding-top: 0;
	}

	.option_clm_section_img {
		width: 100%;
	}

	.option_clm_section_img_credit {
		padding-top: 10px;
	}

	.option_clm_section_info {
		padding-left: 0;
		padding-top: 0;
		width: 100%;
	}

	.option_clm_section_info_txt {
		font-size: 16px;
	}

	.option_clm_section_info_link {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.option_clm_section_info_credit {
		position: static;
		padding-top: 20px;
		font-size: 14px;
	}

	.option_clm_section_secondary {
		padding-top: 0;
	}

	.option_clm_section_secondary_ttl {
		font-size: 18px;
		padding-bottom: 10px;
		margin-top: 20px;
	}

	.option_clm_section_secondary_ttl:before {
		font-size: 24px;
		top: -5px;
	}

	.option_clm_section_secondary_info {
		font-size: 16px;
		padding-bottom: 15px;
	}

	.option_clm_section_secondary_list {
		width: 100%;
		padding: 10px 0 15px;
	}

	.option_clm_section_secondary_list_item {
		width: 50%;
		padding-bottom: 20px;
	}

	.option_clm_section_secondary_list_item.col_2 {
		width: 100%;
	}

	.option_clm_section_secondary_txt {
		font-size: 16px;
	}

	..option_clm_section_secondary_list_item:first-child .option_clm_section_secondary_txt {
		margin-top: 0;
	}

	.option_clm_section_secondary_list_item img,
	.option_clm_section_secondary_credit,
	.option_clm_section_secondary_list_item.col_2 img,
	.option_clm_section_secondary_list_item.col_2 .option_clm_section_secondary_credit {
		width: 98%;
	}

	.option_clm_section_secondary_credit {
		font-size: 12px;
		line-height: 1em;
	}

	.option_clm_section_secondary_list li:first-child .option_clm_section_secondary_list_item img,
	.option_clm_section_secondary_list li:first-child .option_clm_section_secondary_credit,
	.option_clm_section_secondary_list li:last-child .option_clm_section_secondary_list_item img,
	.option_clm_section_secondary_list li:last-child .option_clm_section_secondary_credit {
		margin: 0 auto;
	}
}

/* ----------------------------- 表組み ----------------------------- */

.listTable_container {
	padding-bottom: 50px;
}

.listTable {
	width: 100%;
	font-size: 16px;
	border-collapse: collapse;
	border-spacing: 0;
}

.listTable tr {
	border-bottom: 1px solid #fff;
}

.listTable tr:last-child {
	border-bottom: 0;
}

.listTable th {
	padding: 17px 15px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	background: #22272a;
	border-right: 1px solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.listTable th:last-child {
	border-right: 0;
}

.listTable td {
	padding: 17px 15px;
	font-weight: bold;
	background: #e4e7e9;
	border-right: 1px solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.listTable td:last-child {
	font-weight: normal;
	background: #eceff1;
	border-right: 0;
}

.listTable_item {
	font-weight: bold;
}

.listTable_price {
	color: #c00;
	font-size: 20px;
	font-weight: bold;
}

.listTable_note {
	padding-left: 3em;
	text-indent: -3em;
	display: inline-block;
}

.listTable_note_attention {
	font-size: 14px;
	padding-left: 3.5em;
	display: block;
}

.listTable_note a,
.listTable_note_attention a {
	color: #22ac38;
	text-decoration: underline;
}

.listTable_attention {
	padding-top: 15px;
}

.listTable_attention_item {
	margin-left: 1em;
	text-indent: -1em;
	font-size: 14px;
}

.listTable_attention {
	font-size: 14px;
}

.listTable_attention a {
	font-size: 14px;
}

.listTable_attention a {
	color: #22ac38;
	text-decoration: underline;
}

.listTable sup {
	font-size: 10px;
	vertical-align: top;
	position: relative;
	top: 0.2em;
}

.option_clm_section_accordion {
	display: none;
}

.option_clm_section_accordion_close {
	display: none;
}

.option_clm_section_info_box {
	background-color: #eceff1;
	display: block;
	margin-top: 30px;
	padding: 15px 20px;
	font-size: 18px;
}

.option_clm_section_info_box_item {
	font-weight: bold;
}

.option_clm_section_info_box_price {
	color: #c00;
	font-size: 20px;
	font-weight: bold;
}

@media screen and (max-width: 736px) {
	.listTable_container {
		padding-bottom: 0;
	}

	.listTable {
		font-size: 12px;
		table-layout: fixed;
		margin-bottom: 0;
	}

	.listTable th {
		padding: 10px 15px;
	}

	.listTable th:first-child {
		width: 35%;
	}

	.listTable td {
		padding: 10px 15px;
		overflow-wrap: break-word;
	}

	.listTable_item {
		font-weight: bold;
		font-size: 14px;
	}

	.listTable_price {
		display: block;
		font-size: 16px;
	}

	.listTable_note {
		padding-left: 0;
		text-indent: 0;
		display: inline-block;
	}

	.listTable_note_attention {
		font-size: 10px;
		padding-left: 0;
	}

	.listTable_attention_item {
		font-size: 12px;
	}

	.listTable_attention {
		font-size: 12px;
	}

	.listTable_attention a {
		font-size: 12px;
	}

	.option_clm_section_accordion {
		display: block;
		width: 108%;
		padding: 24px 4%;
		margin-left: -4%;
		margin-bottom: 30px;
		background-color: #eceff1;
		position: relative;
		display: block;
		font-size: 16px;
		font-weight: bold;
		color: #2b383f;
	}

	.option_clm_section_accordion.off:before {
		content: '適応機種を見る';
	}

	.option_clm_section_accordion.off:after {
		content: '＋';
		display: block;
		font-size: 16px;
		font-weight: bold;
		color: #2b383f;
		position: absolute;
		top: 35%;
		right: 4%;
	}

	.option_clm_section_accordion.on:before {
		content: '閉じる';
	}

	.option_clm_section_accordion.on:after {
		content: '－';
		display: block;
		font-size: 16px;
		font-weight: bold;
		color: #2b383f;
		position: absolute;
		top: 35%;
		right: 4%;
	}

	.option_clm_section_accordion.off+.listTable_container {
		display: none;
	}

	.option_clm_section_accordion.on+.listTable_container {
		display: block;
		padding-bottom: 30px;
	}

	.option_clm_section_accordion_close {
		display: block;
		margin: 15px auto 30px;
		width: 80%;
		line-height: 40px;
		text-align: center;
		font-weight: bold;
		border: 2px solid #aaafb2;
		border-radius: 6px;
		position: relative;
	}

	.option_clm_section_accordion_close:after {
		content: '×';
		display: block;
		font-size: 16px;
		font-weight: bold;
		color: #2b383f;
		position: absolute;
		top: 0;
		right: 4%;
	}

	.option_clm_section_info_box {
		margin: 15px 0 20px;
		padding: 15px;
		font-size: 14px;
	}

	.option_clm_section_info_box_price {
		font-size: 18px;
	}
}

/* ----------------------------- 注釈 ----------------------------- */

.option_attention {
	padding: 30px 0 70px 0;
}

.option_attention_item {
	margin-bottom: 5px;
	font-size: 16px;
	padding-left: 1.3em;
	text-indent: -1.3em;
}

.option_attention_item:last-child {
	margin-bottom: 0;
}

.option_attention_item:before {
	padding-right: 5px;
	content: "■";
	color: #bbb;
}

.option_attention_item strong {
	font-weight: bold;
	text-decoration: underline;
}

@media screen and (max-width: 736px) {
	.option_attention {
		padding: 20px 4% 40px 4%;
	}

	.option_attention_item {
		font-size: 14px;
		line-height: 26px;
	}
}

/* 2022.12 */
.youtube_container {
	width: 100%;
	position: relative;
}

.youtube_container.w465 {
	width: 465px;
}

.youtube_container::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.youtube_container iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100% !important;
	height: 100%;
}

@media screen and (max-width: 736px) {
	.youtube_container.w465 {
		width: 100%;
	}

	.option_clm_section_info.mt1emre {
		padding-top: 1em;
	}