@charset "utf-8";

/* -------------------------------------------------- */
/* 買取実績 */
/* -------------------------------------------------- */
/* メインイメージ */
#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;
}