/*------------------------------------------------------------------------------
	preowned
------------------------------------------------------------------------------*/
main {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
}

.sn-search {
	margin-top: 50px;
	padding: 50px 0;
	background: #F6F6F6;
}

.sn-search > table {
	width: 100%;
	max-width: 1200px;
	margin:0 auto;
	border-collapse: collapse;
	table-layout: auto;
}

.sn-search > table td,
.sn-search > table th {
	background: white;
	border: 1px solid #ccc;
	padding: 10px;
}

.sn-search > table th {
	width: 20%;
	background: #F0F0F0;
}

.sn-search > table select,
.sn-search > table option {
	font-size: 1.6rem;
}

.sn-search > p {
	color: #707070;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}

.sn-search > div {
	margin-top: 50px;
	text-align: center;
}

.sn-search > div > a {
	width: 250px;
	padding: 10px 0;
	background: white;
	border: 1px solid #ccc;
	color: #707070;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	display: inline-block;
}

.sn-search > div > a:last-of-type {
	margin-left: 10px;
}

.sn-result {
	width: 100%;
	max-width: 1200px;
	margin: 50px auto 0 auto;
}

.sn-result .sn-result_title {
	padding: 20px;
	background: #01A6B2;
	color: white;
	font-size: 2rem;
	font-weight: bold;
}

.pc_show .sn-order {
	margin-top: 50px;
	background: #F6F6F6;
	align-items: center;
	justify-content: space-between;
	display: flex;
}

.pc_show .sn-order > li {
	width: 20%;
	padding: 20px 0;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}

.pc_show .sn-order > li:first-of-type {
	font-size: 1.8rem;
}

.pc_show .sn-order > li > a {
	width: 100px;
	margin-top: 10px;
	padding: 5px 0;
	background: white;
	border: 1px solid #ccc;
	color: #333;
	font-weight: normal;
	text-align: center;
	display: inline-block;
}

.pc_show .sn-order > li > a:last-of-type {
	margin-left: 10px;
}

.pc_show .sn-order > li > a.checked {
	background: #01A6B2;
	color: white;
}




.sn-items > li {
	margin-top: 50px;
	border-top: 5px solid #01A6B2;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	position: relative;
}

.sn-items > li:first-of-type {
	margin-top: 25px;
}

.sn-items > li:hover .sn-overwrap {
	display: block;
}

.sn-items > li > a {
	display: block;
}

.sn-item-head {
	padding: 20px;
	background: #F5FDFC;
	position: relative;
}

.sn-item-head > p:first-of-type {
	font-size: 3rem;
	font-weight: bold;
}

.sn-item-head > p:nth-of-type(2) {
	font-size: 2rem;
	font-weight: bold;
}

.sn-item-head > p.new::after {
	content: 'NEW';
	margin-left: 10px;
	padding: 2px 5px;
	background: #F94032;
	color: white;
	font-size: 2rem;
	vertical-align: 5px;
	display: inline-block;
}

.sn-bookmark {
	right: 20px;
	top: 20px;
	width: 175px;
	padding: 5px 0;
	background: white;
	border: 1px solid #ccc;
	color: #333;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	display: block;
	position: absolute;
	z-index: 1;
}

.sn-bookmark::before {
	content: '\f004';
	font-family: 'Font Awesome 5 Free';
	padding-right: 10px;
	color: #ccc;
}

.sn-bookmark.checked::before {
	color: red;
}

.sn-item-body {
	padding-bottom: 25px;
	flex-wrap: wrap;
	justify-content: space-between;
	display: flex;
}

.sn-item-body > li {
	width: 30%;
	margin-top: 25px;
}

.sn-item-body > li:nth-of-type(even) {
	width: 70%;
	padding-left: 25px;
}

.sn-item-body > li:first-of-type > div {
	width: 80%;
	margin: 0 auto;
}

.sn-item-body > li:nth-of-type(2) > p {
	font-size: 1.6rem;
}

.sn-item-body > li:nth-of-type(2) > p:nth-of-type(2) > span {
	color: #F94032;
	line-height: 1;
	font-size: 4rem;
	font-weight: bold;
}

.sn-item-body > li.sn-item-txt .consumer_price {
	margin-right: 50px;
}


.sn-item-body > li:nth-of-type(2) p span.price {
	color: #F94032;
	line-height: 1;
	font-size: 4rem;
	font-weight: bold;
}

.sn-item-body > li:nth-of-type(2) p span.price > span.price_yen {
	color: #333;
	line-height: 1;
	font-weight: bold;
	font-size: 2rem;
}


.sn-item-body > li:nth-of-type(3) > p:first-of-type {
	font-size: 1.6rem;
}

.sn-item-body > li:nth-of-type(3) > p:nth-of-type(2) {
	margin-top: 10px;
	font-size: 2rem;
	font-weight: bold;
}

.sn-item-body > li:nth-of-type(4) > p {
	line-height: 2;
	font-size: 1.6rem;
}

.sn-spec {
	margin-top: 25px;
	flex-wrap: wrap;
	justify-content: space-between;
	display: flex;
}

.sn-spec > li {
	margin-top: 10px;
	font-size: 1.6rem;
}

.sn-spec > li:nth-of-type(odd) {
	width: 15.33%;
	padding: 5px 0;
	background: #01A6B2;
	color: white;
	text-align: center;
}

.sn-spec > li:nth-of-type(even) {
	width: 18%;
	padding: 5px 10px;
}

.sn-overwrap {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	display: none;
}

.sn-overwrap > p {
	left: 50%;
	top: 50%;
	width: 200px;
	transform: translate(-50%, -50%);
	padding: 20px 0;
	border: 1px solid white;
	color: white;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	position: absolute;
}

.sn-button {
	width: 270px;
	text-align: right;
}

.sn-button > a {
	width: 220px;
	padding: 10px 0;
	background: #01A6B2;
	color: white;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	display: inline-block;
}

.sn-mail-button {
	width: 270px;
	text-align: left;
}

.sn-mail-button > a {
	width: auto;
	padding: 5px;
	background: #FFA200;
	color: white;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
	display: inline-block;
}


@media screen and (max-width: 767px) {
	main {
		padding: 0px 0 50px;
	}

	.preowned_top_banner {
/*		background-color: red;*/
		background-image: url("../image/default/preowned_bg.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center bottom;
	}

	.preowned_top_banner > div {
		padding: 50px 10px;
	}

	.preowned_top_banner > div > span {
		display: block;
		font-size: 1.8rem;
		font-weight: bold;
		color: #DDB823;
		text-align: center;
	}

	.preowned_top_banner > div > h2 {
		display: block;
		font-size: 2.6rem;
		font-weight: bold;
		color: #FFF;
		text-align: center;
		margin-top: 5px;
		line-height: 1.4;
	}

	.preowned_top_banner > div > p {
		font-size: 1.4rem;
		font-weight: normal;
		color: #FFF;
		text-align: right;
		margin-top: 50px;
	}

	.preowned_top_banner > div > p span {
		font-size: 2.0rem;
		font-weight: bold;
		color: #DDB823;
	}
	.preowned_top_banner ul {
		display: block;
		width: max-content;
		margin: 0 0 0 auto;
	}

	.preowned_top_banner ul li {
		font-size: 1.4rem;
		text-align: left;
		color: #FFF;
		position: relative;
	}

	.preowned_top_banner ul li::before {
		content: "";
		display: inline-block;
		width: 1.4rem;
		height: 1.4rem;
		background-color: #DDB823;
		border-radius: 50%;
		margin-right: 3px;
	}

	.preowned_top_banner ul li::after {
		content: "";
		display: inline-block;
		width: 0.9rem;
		height: 0.6rem;
		border-left: solid 2px #FFF;
		border-bottom: solid 2px #FFF;
		position: absolute;
		left: 2px;
		top: 3px;
		transform: rotate(315deg);
	}

	.sn-search-wrap {
		background: #F6F6F6;
		border: solid 1px #CCCCCC;
		border-radius: 5px;
		width: calc(100% - 20px);
		margin: 10px auto 10px;
	}

	.sn-search_sp_icons {
		display: flex;
		justify-content: space-between;
		width: 100%;
		max-width:300px;
		margin: 10px auto;
	}

	.sn-search_sp_icons li {
		width: 100%;
		text-align: center;
		font-size: 1.4rem;
	}

	.sn-search_sp_icons li span::before {
		content: "";
		display: block;
		width:100%;
		height: 40px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
	}

	.sn-search_sp_icons li span.region::before {
		background-image: url("../image/default/region.png");
	}

	.sn-search_sp_icons li span.power::before {
		background-image: url("../image/default/power.png");
	}

	.sn-search_sp_icons li span.other::before {
		background-image: url("../image/default/other.png");
	}

	.sn-search_sp_close {
		display: none;
		padding: 10px 10px 0 10px;
	}

	.sn-search_sp_close label {
		display: inline-block;
		color: #01A6B2;
		text-decoration: underline;
		position: absolute;
		cursor: pointer;
	}

	.sn-search_sp_close label::after {
		content: "";
		display: inline-block;
		width: 8px;
		height: 6px;
		border-top: none;
		border-left: solid 4px transparent;
		border-right: solid 4px transparent;
		border-bottom: solid 6px #01A6B2;
		position: absolute;
		top: 0;
		bottom: 0;
		right: -10px;
		margin: auto;
	}

	.sn-search {
		margin-top: 0;
		padding: 10px;
		display: none;
	}

	.sn-search > table {
		width: 100%;
		table-layout: auto;
	}

	.sn-search th {
		display: none;
	}

	.sn-search > table td {
		display: block;
		width: 100%;
		border: none;
		padding: 10px 0 10px 110px;
		position: relative;
		background: transparent;
	}

	.sn-search td::before {
		content: attr(data-th)'';
		display: block;
		width: 110px;
		position: absolute;
		left: 5px;
	}

	.sn-search td input[type=text] {
		border-radius: 5px;
	}

	.sn-search td .check_items {
		display: block;
		padding: 5px 0;
	}

	.sn-search td input[type=checkbox] {
		margin-right: 8px;
		-ms-transform: scale(1.5, 1.5);
		-webkit-transform: scale(1.5, 1.5);
		transform: scale(1.5, 1.5);
	}

	#sn_search_toggle {
		display:none;
	}

	#sn_search_toggle + label {
		display: block;
		font-size: 1.6rem;
		font-weight: bold;
		color: #FFF;
		padding: 10px;
		width: 90%;
		max-width: 300px;
		margin: 10px auto;
		text-align: center;
		background: #01A6B2 no-repeat;
		border-radius: 5px;
		cursor: pointer;
	}

	.sn-search-wrap:has(#sn_search_toggle:checked) .sn-search_sp_open {
		display: none;
	}

	.sn-search-wrap:has(#sn_search_toggle:checked) .sn-search,
	.sn-search-wrap:has(#sn_search_toggle:checked) .sn-search_sp_close {
		display: block;
	}

	.sn-search > div {
		margin-top: 20px;
	}

	.sn-search > div > a.clear_btn {
		font-size: 1.6rem;
		color: #707070;
		font-weight: normal;
		width: auto;
		padding: 5px 10px;
		background-color: #FFF;
		border: solid 1px #707070;
		border-radius: 5px;

	}

	.sn-search > div > a.search_btn {
		font-size: 1.6rem;
		color: #FFFFFF;
		width: 180px;
		padding: 5px 10px;
		background-color: #01A6B2;
		border: solid 1px #01A6B2;
		border-radius: 5px;
		font-weight: bold;
	}

	.sn-result {
		width: 100%;
		max-width: 1200px;
		margin: 10px auto 0 auto;
	}

	.sn-result .sp_show > div {
		padding: 0 10px;
		font-size: 1.6rem;
		font-weight: bold;
		display: flex;
		justify-content: space-between;
		align-items: end;
	}

	.sn-result .sp_show > div #sn_item_sort,
	.sn-result .sp_show > div #sn_item_dl {
		display: none;
	}

	.sn-result .sp_show > div .sort {
		display: block;
		width: 40px;
		font-size: 1.2rem;
		font-weight: normal;
		position: relative;
		cursor: pointer;
	}

	.sn-result .sp_show > div .sort::before {
		display: block;
		font-size: 1.6rem;
		transform: rotate(90deg);
		font-weight: bold;
		transform-origin: center;
		width: 1.6rem;
		height: 1.6rem;
		margin: 0 auto 5px;
	}


	.sn-result .sp_show > div .dl {
		display: block;
		width: 45px;
		font-size: 1.2rem;
		font-weight: normal;
		position: relative;
		color: #333;
		cursor: pointer;
	}

	.sn-result .sp_show > div .dl::before {
		display: block;
		font-size: 1.6rem;
		transform: rotate(90deg);
		font-weight: bold;
		transform-origin: center;
		width: 1.6rem;
		height: 1.6rem;
    	margin: 0 auto 5px;
	}




	.sn_sort_wrap {
		position: relative;
	}

	.sp_show .sn-order {
		margin-top: 0;
		background: #F6F6F6;
		display: none;
		z-index:10;
		border: solid 1px #FFF;
		filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.29));
	}

	.sp_show .sn-order::after {
		content: "";
		display: inline-block;
		width: 0px;
		height: 20px;
		border-top: solid 10px transparent;
		border-left: solid 20px #FFF;
		border-right: none;
		border-bottom: solid 10px transparent;
		position: absolute;
		top: 5px;
		bottom: 0;
		right: -20px;
	}

	.sn-result:has(#sn_item_sort:checked) .sn-order {
		display: block;
		background-color: #FFF;
		width: 250px;
		padding: 0px 10px;
		position: absolute;
		right: 60px;
		top: -10px;
	}

	.sp_show .sn-order > li {
		padding: 5px 0;
		font-size: 1.6rem;
		font-weight: normal;
		text-align: left;
	}

	.sp_show .sn-order > li > a {
		background: white;
		border: none;
		color: #333;
		font-weight: normal;
		text-align: left;
		line-height: 2.2rem;
		display: block;
		position: relative;
	}

	.sp_show .sn-order > li > a::before {
		content: "";
		display: inline-block;
		width: 22px;
		height: 22px;
		border: solid 1px #CCC;
		border-radius: 50%;
		vertical-align: middle;
		margin-right: 5px;
	}

	.sp_show .sn-order > li > a.checked::before {
		background: #01A6B2;
		border-color: #01A6B2;
	}

	.sp_show .sn-order > li > a.checked::after {
		content: "";
		display: inline-block;
		width: 16px;
		height: 10px;
		border-left: solid 3px #FFF;
		border-bottom: solid 3px #FFF;
		position: absolute;
		left: 3px;
		top: 5px;
		transform: rotate(315deg);
	}

	.sn-items > li {
		width: calc(100% - 30px);
		margin: 5px auto;
		background-color: #F5FDFC;
		border: none;
		cursor: pointer;
		position: relative;
		padding: 10px;
	}

	.sn-item-head {
		display: none;
	}

	.sn-item-body {
		display: flex;
		background-color: #F5FDFC;
		padding-bottom: 10px;
	}

	.sn-item-body > li.sn-item-image {
		width: 50%;
		max-width: 200px;
		padding: 0 10px 0 0;
		margin: 0;
	}

	.sn-item-body > li.sn-item-image > div {
		width: 100%;
	}

	.sn-item-body > li.sn-item-txt {
		flex: 1;
		width: 100%;
		margin: 0;
		padding-left: 0;
		font-size: 1.4rem;
	}

	.sn-item-body > li.sn-item-txt .sn-item-model-sp .model {
		color: #01A6B2;
	}

	.sn-item-body > li.sn-item-txt .sn-item-model-sp .frame_number {
		border-bottom: solid 2px #01A6B2;
		position: relative;
	}

	.sn-item-body > li.sn-item-txt .sn-item-model-sp .frame_number.new::after {
		content: "NEW";
		display: inline-block;
		color: #FFF;
		font-size: 1.2rem;
		text-align: center;
		padding: 1px 5px;
		background-color: #F94032;
		position: absolute;
		right: 0;
	}

	.sn-item-body > li.sn-item-txt .price_wrap {
		flex-direction: column;
	}


	.sn-item-body > li.sn-item-txt .consumer_price {
		margin-right: 0;
	}


	.sn-item-body > li.sn-item-txt p span.price {
		font-size: 1.8rem;
	}

	.sn-item-body > li.sn-item-txt p span.price_yen {
		font-size: 1.4rem !important;
	}

	.sn-item-body > li.sn-item-txt .sn-item-spec-sp {
		font-size: 1.4rem;
	}

	.sn-item-body > li.sn-item-txt .sn-item-spec-sp p {
		display: flex;
		align-items: flex-start;
		margin: 5px 0 0px 0;
	}

	.sn-item-body > li.sn-item-txt .sn-item-spec-sp span.icon {
		display: block;
		width: 60px;
		text-align: center;
		color: #01A6B2;
		padding: 1px 3px;
		margin: 0 5px 0 0;
		background-color: #FFF;
		border: solid 1px #01A6B2;
		border-radius: 3px;
	}

	.sn-item-body > li.sn-item-txt .sn-item-spec-sp span.content {
		display: block;
		flex: 1;
	}

	.sn-spec,
	.sn-sales_office,
	.sn-portal_note,
	.sn-items > li:hover .sn-overwrap {
		display:none;
	}

	.search_wrap {
		width: calc(100% - 30px);
		margin: 30px auto 20px;
		font-size: 1.4rem;
	}

	.search_wrap .txt1 {
		height: 90px;
		padding: 15px 0 0 100px;
		position: relative;
	}

	.search_wrap .txt1::after {
		content: "";
		display: block;
		width: 90px;
		height: 90px;
		background-repeat: no-repeat;
		background-position: left top;
		background-size: contain;
		background-image: url("../image/default/search.png");
		position: absolute;
		top: 0;
		left: 0;
	}

	.search_wrap .txt2 {
		padding: 20px 15px;;
		background-color: #FAF4DD;
		border: 2px solid #DDB823;
		margin-top: -8px;
	}
	.search_wrap .txt2 span {
		font-size: 1.8rem;
		font-weight: bold;
		color: #DDB823;
	}

}
