/* Reuse */

/* reuse */

#reuse_images {
	float: left;
	width: 55%;
	width: 45%;
}
#reuse_data {
	float: right;
	width: 36%;
	width: 46%;
}
#reuse_data dl {
	font-size: 0.95em;
}
#reuse_data dt {
	clear: both;
	float: left;
	width: 6rem;
	margin-bottom: 0.5em;
	font-weight: 500;
}
#reuse_data dd {
	padding-left: 7rem;
	margin-bottom: 0.75rem;
	padding-bottom: 0.75rem;
	border-bottom: solid 1px #ddd;
}
#reuse_data dl dd:last-of-type {
	margin-bottom: 0;
	border-bottom: none;
}
#reuse_data dd .reuse_retail:not(:last-of-type)::after {
	content: ' / ';
}

#reuse_data .reuse_condition {
	padding-top: 0.75rem;
	border-top: solid 1px #ddd;
	margin-bottom: 1rem;
}
#reuse_data .reuse_condition dt {
	float: none;
	width: 100%;
}
#reuse_data .reuse_condition dd {
	float: none;
	padding-left: 0;
	padding-top: 1em;
	width: 100%;
}
#reuse_data .reuse_condition li {
	float: left;
	width: 20%;
	text-align: center;
	font-size: 0.85em;
	letter-spacing: 0.05em;
}
#reuse_data .reuse_condition li span {
	position: relative;
	display: block;
	margin: 0 auto 0.25em auto;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #f0f0f0;
}
#reuse_data .reuse_condition li.active span::before {
	position: absolute;
	left: 6px;
	top: 6px;
	content: '';
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #009ea1;
}
#reuse_data .summary {
	margin-bottom: 2em;
}

#reuse_images_slides img {
	border: solid 1px #ddd;
	border-radius: 8px !important;
	overflow: hidden !important;
}
.splide__pagination {
	right: 15px;
	bottom: 15px;
}
.reuse_checkbox:not(:last-of-type)::after {
	content: '/';
}
#reuse_others_panes {
	padding-bottom: 2.5em;
}
#_reuse_others .inner {
	padding: 0;
	max-width: 100%;
}

#reuse_images {
	position: relative;
}
.reuse_needed #reuse_images::before {
	position: absolute;
	right: -15px;
	top: -15px;
	content: '人気';
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 0.8em;
	font-weight: 500;
	letter-spacing: 0;
	color: #fff;
	background: #009ea1;
	border-radius: 50%;
	z-index: 2;
	/*
	animation: needed 1100ms infinite ease-in-out forwards;
	*/
}

#reuse_list_filter {
	float: left;
	width: 130px;
	width: 145px;
}
#reuse_list_filter_list li {
	position: relative;
	padding: 0.25em 0 0.25em 14px;
	color: #ccc;
	font-size: 0.95em;
	border-bottom: dashed 1px #eee;
}
#reuse_list_filter_list li.reuse_filter_purchase {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: solid 1px #888;
}
#reuse_list_filter_list li::before {
	position: absolute;
	left: 0;
	top: 11px;
	transform: rotate(-90deg);
	content: '';
	width: 8px;
	height: 8px;
	background: url(../images/common/icon_down.png) no-repeat center left / cover;
}
#reuse_list_filter li.linkless::before {
	opacity: 0.2;
}
#reuse_panes_list_note {
	margin-top: 0 !important;
	margin-bottom: 3em;
	font-size: 0.85em !important;
	letter-spacing: 0.08em;
}
.reuse_panes_list {
	float: right;
	width: calc(100% - 180px);
	width: calc(100% - 200px);
}
.reuse_panes_list h4.title {
	margin-bottom: 2em;
	font-weight: 500;
}
#page_heading h2.title .label {
	margin-left: 1em;
	padding: 0.2em 0.4em;
	border-radius: 2px;
	font-size: 0.55em;
	color: #009ea1;
	letter-spacing: 0.05em;
	border: solid 2px #009ea1;
}

#reuse_list_salvage .inner {
	max-width: 1200px;
}