@charset "utf-8";

/* -------------------------------------------------- */
/* 買取強化商品ページ */
/* -------------------------------------------------- */

/* contents */
/* -------------------------------------------------- */
#kyouListSe1 {
	width: 90%;
	margin: 0 auto;
	color: #666666;
	line-height: 1.625;
	overflow: hidden;
}

.kyouListIn1 {
	overflow: hidden;
	margin-bottom: 3em;
	color: #666666;
}

.kyouListP {
	width: 35%;
	aspect-ratio: 4/3;
	margin: 0 9px 9px 0;
	overflow: hidden;
	position: relative;
	display: inline-block;
	text-align: center;
	vertical-align: middle;

	& img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

.kyouListCat {
	width: 60%;
	float: right;
	text-align: left;
	color: #da2805;
	font-weight: bold;
	font-size: 130.7%;
}

.kyouListTtl {
	width: 60%;
	display: inline-block;
	text-align: left;
	font-size: 140%;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 10px;
	color: #0A7C25;
	vertical-align: middle;
}

.kyouListCont {
	clear: both;
	font-size: 108%;
}