@charset "utf-8";

.pc {
	display: block;
}

.mb, .sp {
	display: none;
}

@media screen and (max-width: 736px) {
	.pc, .mb {
		display: none;
	}

	.sp {
		display: block;
	}
}

@media screen and (max-width: 420px) {
	.mb {
		display: block;
	}
}

.contents_option {
	padding-bottom: 80px;
}

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

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

	.contents_option_inner {
		width: 100%;
	}
}

/* ----------------------------- ページナビ ----------------------------- */
.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: 10px 20px;
	color: #2b383f;
	font-size: 18px;
	border-radius: 5px;
}

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

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

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

.option_nav-btm {
	margin: 0 auto;
	padding: 25px 0;
	width: 980px;
}

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

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

.back_link {
	display: inline-block;
	padding-left: 26px;
	color: #2b383f;
	font-size: 16px;
	background: url(../img/icon_return.png) 0 center no-repeat;
	background-size: 16px auto;
}

@media screen and (max-width: 736px) {
	.option_nav {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		margin-bottom: 50px;
		padding-top: 0;
		gap: 1px;
	}

	.option_nav_item {
		background: #22272a;
	}

	.option_nav_item a {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 1.6em 0;
		color: #fff;
		font-size: clamp(10px, 3.23vw, 15px);
		border-radius: 0;
	}

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

	.option_nav_item a.current {
		background: #ff6400;
	}

	.option_nav.led03 {
		grid-template-columns: repeat(2, 1fr);
	}

	/* ボトム */
	.option_nav-btm {
		margin-bottom: 0;
		padding: 0;
		width: 100%;
	}

	.option_back {
		padding: 0 4%;
	}

	.back_link {
		padding-left: 21px;
		font-size: 14px;
		background-size: 12px auto;
	}
}

/* ----------------------------- ページタイトル ----------------------------- */
.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: 0;
	left: 0;
	width: 50px;
	height: 3px;
	background: #ff6400;
}

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

.option_lead small {
	font-size: 14px;
}

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

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

	.option_lead {
		margin: 0 4%;
		margin-bottom: 20px;
		font-size: 16px;
	}

	.option_lead small {
		font-size: 12px;
	}
}

/* ----------------------------- アンカー ----------------------------- */
.option_anchor {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 35px;
	border-top: 1px solid #e4e7e9;
}

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

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

.option_anchor li:empty {
	border: none;
}

.option_anchor_item a {
	position: relative;
	display: flex;
	padding: 20px 0;
	padding-right: 15px;
	color: #2b383f;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0;
	text-align: center;
	width: 100%;
	align-items: center;
	justify-content: 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%);
}

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

	.option_anchor_item:nth-child(3) {
		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: clamp(10px, 3.1vw, 15px);
		line-height: 1.3;
		text-align: left;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		justify-content: flex-start;
	}

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

/* ----------------------------- ボタン ----------------------------- */
@media screen and (max-width: 736px) {
	.accordion_open_btn {
		position: relative;
		display: block;
		padding: 18px 4%;
		color: #2b383f;
		font-size: 16px;
		line-height: 24px;
		font-weight: bold;
		background: #eceff1;
	}

	.accordion_open_btn:after {
		position: absolute;
		content: '+';
		top: 50%;
		right: 4%;
		color: #2b383f;
		font-size: 24px;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	.accordion_open_btn.is-open:after {
		content: '-';
	}

	.accordion_close_btn {
		position: relative;
		display: block;
		padding: 9px 0;
		color: #2b383f;
		font-size: 16px;
		line-height: 24px;
		font-weight: bold;
		text-align: center;
		border: 1px solid #999;
		border-radius: 5px;
	}

	.accordion_close_btn:after {
		position: absolute;
		content: '×';
		top: 50%;
		right: 10px;
		color: #2b383f;
		font-size: 14px;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
}

/* ----------------------------- セクション ----------------------------- */
.option_clm {
	padding-bottom: 80px;
}

.option_clm_section {
	padding: 25px 0 0 0;
	margin-top: -129px;
	padding-top: 154px;
}

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

.option_clm_section_inner {
	display: flex;
	margin-bottom: 45px;
}

.option_clm_section_ttl {
	position: relative;
	margin-bottom: 25px;
	padding-left: 30px;
	font-size: 22px;
}

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

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

.option_clm_section_lead small {
	font-size: 14px;
}

.option_clm_section_name {
	margin-bottom: 15px;
	padding-top: 25px;
	font-size: 18px;
}

.option_clm_section_name small {
	font-size: 14px;
}

.option_clm_section_img {
	width: 237px;
}

.option_clm_section_img_item {
	margin-bottom: 26px;
}

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

.option_clm_section_img_item_caption {
	padding-top: 11px;
	font-size: 14px;
	letter-spacing: 0;
}

.option_clm_section_info {
	padding-left: 38px;
	width: 743px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.option_clm_section_link {
	margin: 0 auto 45px auto;
	padding-top: 25px;
	width: 560px;
}

.option_clm_section_link-btm {
	margin-bottom: 0;
}

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

	.option_clm_section {
		padding: 20px 0 0 0;
		margin-top: -78px;
		padding-top: 98px;
	}

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

	.option_clm_section_inner {
		display: block;
		margin-bottom: 30px;
	}

	.option_clm_section_ttl {
		margin-bottom: 10px;
		padding: 0 4%;
		padding-left: -webkit-calc(30px + 4%);
		padding-left: calc(30px + 4%);
		font-size: 18px;
	}

	.option_clm_section_ttl:before {
		top: -9px;
		left: 4%;
		font-size: 28px;
	}

	.option_clm_section_lead {
		margin-bottom: 20px;
		padding: 0 4%;
		font-size: 16px;
	}

	.option_clm_section_lead small {
		font-size: 12px;
	}

	.option_clm_section_name {
		margin-bottom: 10px;
		padding: 0 4%;
		padding-top: 20px;
		font-size: 16px;
	}

	.option_clm_section_img {
		padding: 0 4%;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.option_clm_section_img_item {
		margin-bottom: 27px;
	}

	.option_clm_section_img_item:last-child {
		margin-bottom: 27px;
	}

	.option_clm_section_img_item_caption {
		padding-top: 6px;
		font-size: 12px;
	}

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

	.option_clm_section_info_bar {
		margin-top: -78px;
		padding-top: 78px;
	}

	.option_clm_section_info_content {
		display: none;
		padding: 30px 4% 0 4%;
	}

	.option_clm_section_info_content.on {
		display: block;
	}

	.option_clm_section_info_content_btm {
		padding-top: 15px;
		margin: 0 auto;
		width: 70%;
	}

	.option_clm_section_link {
		margin: 0 auto 30px auto;
		padding-top: 20px;
		width: 92%;
	}

	.option_clm_section_link-btm {
		margin-bottom: 0;
	}
}

/* ----------------------------- 表組み ----------------------------- */
.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 10px 17px 15px;
	vertical-align: middle;
	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_price {
	color: #c00;
	font-size: 20px;
	font-weight: bold;
}

.listTable_attention {
	padding-top: 45px;
}

.listTable_attention_item {
	font-size: 16px;
	margin-left: calc(1em + 5px);
	text-indent: calc(-1em - 5px);
}

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

.listTable small {
	font-size: 14px;
}

/* バリエーション */
.listTable-1 th:first-child {
	width: 38%;
}

.listTable-2 th:first-child,
.listTable-2 td:first-child {
	width: 38%;
}

.listTable-2 td:last-child {
	background: #e4e7e9;
}

.listTable-2 tr:nth-child(even) td {
	background: #eceff1;
}

.listTable_separate {
	border-top: 30px solid #fff;
}

.listTable-3 tr:nth-child(even) td {
	background: #eceff1;
}

.listTable-3 tr:nth-child(odd) td {
	background: #e4e7e9;
}

.listTable-3 td:last-child {
	width: 62%;
}

.listTable-3-btm {
	margin-top: 30px;
}

.listTable-3-btm td {
	background: #eceff1;
}

.listTable-btm {
	margin-bottom: 30px;
}

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

.listTable-btm td {
	background: #eceff1;
}

.listTable-2.listTable-btm td:last-child {
	background: #eceff1;
}

.listTable sup {
	position: relative;
	bottom: 0;
	height: 0;
	font-size: 70%;
	line-height: 1;
	vertical-align: baseline;
}

.listTable_option {
	padding-top: 12px;
	font-size: 14px;
}

.table-pc {
	visibility: visible;
}

.table-sp {
	visibility: collapse;
}

@media screen and (max-width: 736px) {
	.listTable {
		font-size: 12px;
		table-layout: fixed;
	}

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

	#floodlight1 .listTable th:first-child,
	#floodlight2 .listTable th:first-child,
	#floodlight3 .listTable th:first-child {
		width: 50%;
	}

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

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

	.listTable_attention {
		padding-top: 20px;
	}

	.listTable_attention_item {
		font-size: 12px;
	}

	.listTable small {
		font-size: 12px;
	}

	.listTable-2 td:first-child {
		width: 40%;
	}

	.listTable-3 td:last-child {
		width: 50%;
	}

	.listTable_separate {
		border-top: 14px solid #fff;
	}

	.listTable_option {
		font-size: 12px;
	}

	.table-pc {
		visibility: collapse;
	}

	.table-sp {
		visibility: visible;
	}

	.listTable-3-btm {
		margin-top: 15px;
	}
}

/* ----------------------------- 注釈 ----------------------------- */
.option_attention {
	padding-bottom: 70px;
}

.option_attention_item {
	margin-bottom: 5px;
	font-size: 16px;
	margin-left: calc(1em + 5px);
	text-indent: calc(-1em - 5px);
}

.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: 0 4% 40px 4%;
	}

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

/* ----------------------------- 注釈2 ----------------------------- */
.attention {
	margin-top: 75px;
	border: 5px solid #efefef;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.attention a {
	display: flex;
	align-items: center;
	padding: 30px;
}

.attention_l {
	width: 28.26531%;
}

.attention_l_img {
	display: inline-block;
	width: 65px;
	margin-right: 10px;
	vertical-align: text-top;
}

.attention_l_txt {
	display: inline-block;
	width: 60%;
	color: #c00;
	font-weight: bold;
	vertical-align: text-top;
}

.attention_r {
	padding-left: 30px;
	width: 72.57143%;
	border-left: 1px solid #ccc;
}

.attention_r_ttl {
	margin-bottom: 20px;
	color: #c00;
	font-size: 22px;
	line-height: 30px;
}

.attention_r_txt {
	margin-bottom: 20px;
	color: #2b383f;
	font-size: 16px;
	line-height: 26px;
}

.attention_r_link {
	font-size: 14px;
	text-align: right;
	text-decoration: underline;
}

@media screen and (max-width: 736px) {
	.attention {
		margin: 0 4%;
		margin-top: 35px;
	}

	.attention a {
		flex-direction: column;
		padding: 15px;
	}

	.attention_l {
		padding-bottom: 15px;
		width: 100%;
	}

	.attention_l_img {
		margin-right: 15px;
		width: 13.46154%;
		vertical-align: middle;
	}

	.attention_l_txt {
		width: 72%;
		vertical-align: middle;
	}

	.attention_r {
		padding-left: 0;
		padding-top: 15px;
		width: 100%;
		border-left: none;
		border-top: 1px solid #ccc;
	}

	.attention_r_ttl {
		margin-bottom: 15px;
		font-size: 18px;
	}

	.attention_r_txt {
		margin-bottom: 15px;
		font-size: 14px;
		line-height: 1.6;
	}
}

/* 2022.03 */
.option_anchor_item:nth-child(4) {
	border-left: 1px solid #e4e7e9;
}

@media screen and (min-width: 737px) {
	.option_anchor_item:nth-child(7) {
		border-left: 1px solid #e4e7e9;
	}
}

.option_clm_section_ttl.option_clm_section_ttl_plus {
	margin-bottom: -10px;
}

.option_clm_section_ttl.option_clm_section_ttl_plus+br+small {
	font-size: 14px;
}

@media screen and (max-width: 736px) {
	.option_clm_section_ttl.option_clm_section_ttl_plus+br+small {
		font-size: 12px;
	}
}

.option_clm_section_ttl .sale_end {
	color: #c00;
	margin-left: 1em;
	font-size: .9em;
}

h2.contents_header_floodlight_clm_img_ttl+.sale_end {
	color: #c00;
	font-size: 21px;
	font-weight: 700;
	margin: -24px 0 40px;
	display: block;
}

h2.contents_header_floodlight_clm_img_ttl+.sale_end+.contents_header_floodlight_clm_img_caption {
	margin-top: -40px;
}

span.caut1 {
	display: block;
	font-size: .875em;
	line-height: 1.5;
	margin-top: .12em;
}

span.caut1+p {
	margin-top: .3em;
}

.contents_header_floodlight_clm_info.mt_0_ty {
	margin-top: 0;
}

.option_clm_section_name+p.option_clm_section_name_p {
	font-size: 18px;
	margin-bottom: 25px;
	margin-top: -5px;
}

@media screen and (max-width: 736px) {
	.option_anchor_item:nth-child(4) {
		border-left: 0;
	}

	.option_clm_section_ttl .sale_end {
		margin: 5px 0 0 -28px;
		display: block;
	}

	h2.contents_header_floodlight_clm_img_ttl+.sale_end {
		font-size: 18px;
		margin: -16px 0 30px;
		text-align: left;
	}

	h2.contents_header_floodlight_clm_img_ttl+.sale_end+.contents_header_floodlight_clm_img_caption {
		margin-top: -30px;
	}

	.option_clm_section_name+p.option_clm_section_name_p {
		font-size: 16px;
		margin-bottom: 20px;
		margin-top: 0;
		padding: 0 4%;
	}

	.option_clm_section_ttl.option_clm_section_ttl_plus+br+small {
		margin-top: -5px;
		padding: 0 4%;
		display: block;
	}

	.option_nav_item a {
		line-height: 1.4;
	}

	.contents_header_floodlight_clm_info.mt_0_ty {
		margin-top: 25px;
	}
}

.option_clm_section_name_l2 {
	margin-left: 1.4em;
	text-indent: -1.4em;
}

.option_ttl span.notice,
.end_sale span.notice {
	font-size: clamp(9.6px, 3.1vw, 14px);
	font-weight: normal;
	display: inline;
	color: #c00;
	margin-left: 0.5rem;
}

.end_sale.end_sale_box span.notice {
	display: block;
	margin: .7rem 0;
}

@media screen and (max-width: 736px) {

	.option_ttl span.notice,
	.end_sale span.notice {
		display: block;
		margin: .4rem 0;
	}
}