@charset "utf-8";

/* --------------------------------------------------
   PC styles from ../buylist_pc.css
-------------------------------------------------- */
@media print, screen and (min-width: 640px) {
	/* -------------------------------------------------- */
	/* 買取実績 */
	/* -------------------------------------------------- */
	/* メインイメージ */
	.fv {
		background-image: url(../../img/fv_bg_achievement.webp);
	}
	
	/* リセット */
	input, button, textarea, select {
		margin: 0;
		padding: 0;
		background: none;
		border: none;
		border-radius: 0;
		outline: none;
		appearance: none;
			-webkit-appearance: none;
			-moz-appearance: none;
	}
	
	/* ジャンル・ブランド・月別アーカイブのセレクター */
	#achievementSelect {
		width: 1000px;
		display: block;
		margin: 0 auto 10px;
	}
	
	#achievementSelect.taxonomyBuylist {
		margin-bottom: 75px
	}
	
	#achievementSelect ul {
		width: 100%;
		float: right;
		text-align: right;
	}
	
	#achievementSelect li {
		display: inline-block;
		margin-left: 15px;
	}
	
	#achievementSelect li:first-child {
		margin-left: 0;
	}
	
	/*
	#achievementSelect .allList {
		vertical-align: top;
		padding: 10px 15px;
		margin: 25px 0 0 0;
	}
	
	#achievementSelect .allList a span {
		padding-right: 20px;
		background: url(../../img/icon4.png) right center no-repeat;
		font-size: 150%;
		color: #097c25;
		font-weight: bold;
	}
	
	#achievementSelect .allList a span:hover {
		text-decoration: underline;
	}
	*/
	
	#achievementSelect p {
		margin-bottom: 4px;
		font-size: 1.4rem;
		text-align: left;
	}
	
	.selectArea {
		width: 226px;
		overflow: hidden;
		border: 3px solid #eeeeee;
		text-align: left;
	}
	
	#achievementSelect select {
		width: 220px;
		padding: 10px 15px;
		font-size: 1.6rem;
		border: none;
		background-image: url(../../img/pc_achievement_img1.png);
		background-position: right 15px center;
		background-repeat: no-repeat;
		background-size: 11px 9px;
		background-color: #000;
		color: #fff;
		cursor: pointer;
	}
	
	
	#achievementSelect select {
		width: 284px\9;
	}
	
	#achievementSelect select:not(:target) {
		width: 284px\9;
	}
	
	@media all and (-ms-high-contrast:none){
		*::-ms-backdrop, #achievementSelect select {
			width: 284px;
		}
	}
	
	/* 実績一覧 */
	#achievementListSe1 {
		width: 1000px;
		margin: 0 auto 30px;
		line-height: 1.4;
	}
	.achievementListIn1 {
		transition: 0.3s ease-in-out;
			-webkit-transition: 0.3s ease-in-out;
			-moz-transition: 0.3s ease-in-out;
			-o-transition: 0.3s ease-in-out;
	}
	
	a:hover .achievementListIn1 {
		background-color: #362e2b;
	}
	
	.achievementListIn1 {
		padding: 40px 50px 30px 15px;
	}
	
	.achievementListP {
		width: 240px;
		height: 180px;
		float: left;
		overflow: hidden;
		position: relative;
		margin-right: 30px;
		background: #FFF;
	}
	
	.achievementListP img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		font-family: 'object-fit: contain;'
	}
	
	.achievementListIn1 ul {
		width: 665px;
		display: block;
		float: left;
		color: #fff;
	}
	
	.catBox {
		display: inline-block;
		margin-bottom: 30px;
		margin-right: 5px;
	}
	
	/*
	.catBox span {
		display: inline-block;
		padding: 3px 5px;
		margin-left: 3px;
		border: 1px solid #da2805;
		color:  #da2805;
	}
	*/
	
	.catBox span:first-child {
		margin-left: 0;
	}
	
	.catBox li {
		display: inline-block;
		padding: 0px 10px;
		margin-right: 5px;
		color: #dac495;
		border: 1px solid;
	}
	
	.catTime {
		display: inline-block;
		margin-right: 25px;
	}
	
	.achievementListIn1 ul.catBox {
		width: auto;
		display: inline-block;
		float: none;
	}
	
	.achievementTtl {
		margin-bottom: 20px;
		font-size: 2.4rem;
		line-height: 1.083;
	}
	.achievementCont {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	
	.achievementDate {
		font-size: 1.6rem;
	}
	
	
	/* ジャンル・ブランドの説明 */
	#summery {
		width: 1000px;
		margin: 0 auto 60px;
	}
	#summeryInner {
		border: solid 1px #dac495;
	}
	
	#summeryTxt {
		float: left;
		width: 610px;
		padding: 40px 0px 40px 30px;
	}
	
	#summeryTxtHead {
		font-size: 3.0rem;
		line-height: 1;
		letter-spacing: 0em;
		color: #dac495;
		margin-bottom: 35px;
	}
	
	#summeryTxtBody {
		font-size: 1.5rem;
		line-height: 1.733;
		letter-spacing: 0.100em;
		color: #fff;
	}
	
	#summeryImg {
		float: right;
		padding: 70px;
		width: 380px;
	}
	
	#summeryImg img {
		width: 100%;
		height: auto;
	}
	
	/* 一覧の上の見出し */
	#achievementListTitle {
		font-size: 3.0rem;
		line-height: 1;
		letter-spacing: 0em;
		color: #dac495;
		padding-bottom: 10px;
		border-bottom: solid 1px;
		margin-bottom: 10px;
	}
	
	
	/* 不明 */
	#waitKaitori {
		font-size: 1.200rem;
		color: #AA0000;
		padding-bottom: 10px;
	}
	
	#backAchievement {
		padding-left: 10px;
		background: url(../../img/sp_icon3.png) 0 center no-repeat;
		-webkit-background-size: 5px 10px;
		background-size: 5px 10px;
	}
	
	#backAchievement a {
		color: #0A7C25;
	}
	
	#noItem {
		padding: 30px 0;
		text-align: center;
	}
	
	#noItemIn {
		display: inline-block;
		text-align: left;
	}
}

/* --------------------------------------------------
   SP styles from ../buylist_sp.css
-------------------------------------------------- */
@media screen and (max-width: 639px) {
	/* -------------------------------------------------- */
	/* 買取実績 */
	/* -------------------------------------------------- */
	/* メインイメージ */
	#spFv {
		background-image: url(../../img/fv_bg_achievement.webp);
	}
	
	/* リセット */
	input, button, textarea, select {
		margin: 0;
		padding: 0;
		background: none;
		border: none;
		border-radius: 0;
		outline: none;
		appearance: none;
			-webkit-appearance: none;
			-moz-appearance: none;
	}
	
	/* ジャンル・ブランド・月別アーカイブのセレクター */
	#achievementSelect {
		width: 100%;
		margin: 0 auto;
		padding: 0 15px 30px 15px;
	}
	
	#achievementSelect li {
		width: 100%;
		margin-bottom: 2%;
		display: table;
		vertical-align: middle;
	}
	
	#achievementSelect li:first-child {
		margin-right: 15px;
	}
	
	#achievementSelect p {
		width: 35%;
		display: table-cell;
		font-size: 1.4rem;
		text-align: right;
		padding-right: 3%;
		vertical-align: middle;
	}
	
	.selectArea {
		width: 60%;
		overflow: hidden;
		display: table-cell;
		border: 3px solid #fff;
		text-align: left;
		vertical-align: middle;
	}
	
	#achievementSelect select {
		width: 110%;
		padding: 3% 2%;
		font-size: 1.4rem;
		border: none;
		background: url(../../img/pc_achievement_img1.png) 85% 50% no-repeat transparent;
		-webkit-background-size: 7px 6px;
		background-size: 7px 6px;
		color: #fff;
	}
	
	/* 実績一覧 */
	#achievementListSe1 {
		width: 100%;
		margin: 0 auto;
		padding: 15px;
	}
	
	.achievementListIn1 {
		margin-bottom: 30px;
		color: #fff;
	}
	
	.achievementListP {
		width: 35%;
		margin-bottom: 10px;
		overflow: hidden;
		position: relative;
		float: left;
		/*border: 1px solid #da2805;*/
		text-align: center;
	}
	
	.achievementListP img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	
	.achievementDate {
		width: 60%;
		margin-bottom: 1%;
		float: right;
		text-align: left;
		font-size: 1.0rem;
	}
	
	.achievementTtl {
		width: 60%;
		float: right;
		margin-bottom: 1%;
	/* 	font-weight: bold; */
		text-align: left;
		font-size: 1.4rem;
	}
	
	.achievementCont {
		clear: both;
		font-size: 1.2rem;
	}
	
	.catBox li {
		display: inline-block;
		color: #dac495;
		padding: 0px 10px;
		margin: 0 3px 3px 0;
		border: 1px #dac495 solid;
		font-size: 0.800rem;
	}
	
	
	/* ジャンル・ブランドの説明 */
	#summery {
		width: 100%;
		margin: 0 auto;
		padding: 15px;
	}
	
	#summeryInner {
		border: solid 1px #dac495;
	}
	
	#summeryTxt {
		width: 100%;
		padding: 15px 15px 0 15px;
	}
	
	#summeryTxtHead {
		font-size: 1.8rem;
		line-height: 1;
		letter-spacing: 0em;
		color: #dac495;
		margin-bottom: 15px;
	}
	
	#summeryTxtBody {
		font-size: 1.2rem;
		line-height: 1.733;
		letter-spacing: 0.100em;
		color: #fff;
	}
	
	#summeryImg {
		padding: 15px;
		text-align: center;
	}
	
	#summeryImg img {
		width: 100%;
		height: auto;
	}
	
	/* 一覧の上の見出し */
	#achievementListTitle {
		font-size: 1.8rem;
		line-height: 1;
		letter-spacing: 0em;
		color: #dac495;
		padding-bottom: 10px;
		border-bottom: solid 1px;
		margin-bottom: 10px;
	}
	
	
	/* 不明 */
	#waitKaitori {
		font-size: 1.200rem;
		color: #AA0000;
		padding-bottom: 10px;
	}
	
	#backAchievement {
		padding-left: 10px;
		background: url(../../img/sp_icon3.png) 0 center no-repeat;
		-webkit-background-size: 5px 10px;
		background-size: 5px 10px;
	}
	
	#backAchievement a {
		color: #0A7C25;
	}
}
