@charset "utf-8";

/* ====================================
買取対象商品
====================================== */
.itmSe1 {
	margin-bottom: 60px;
}

.itmSe .navBox {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
	vertical-align: middle;
	background-color: #000;
	border: 4px solid #000;
}

.itmSe .navBox .navBoxTtl {
	font-size: 4.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.lrgCat:not(:nth-last-of-type(1)) {
	margin-bottom: 80px;
}

.lrgCatTtl {
	padding: 30px 0;
	margin-bottom: 40px;
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	color: #ffc815;
	background-color: #000;
}

.midCat:not(:nth-last-of-type(1)) {
	margin-bottom: 50px;
}

.midCatTtl {
	margin-bottom: 20px;
	font-size: 2.3rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.itmIn {
	width: 100%;
	padding: 30px 20px 0;
	background-color: #fff;
	border: 4px solid #000;
	letter-spacing: -0.4em;
}

.itmBox {
	display: inline-block;
	vertical-align: top;
	width: 190px;
	margin-right: 20px;
	margin-bottom: 30px;
	letter-spacing: normal;
}

@media screen and (min-width:1001px) {
	.itmBox:nth-of-type(5n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 1000px) {
	.itmBox {
		width: 23%;
		margin-right: 2.5%;
	}

	.itmBox:nth-of-type(4n) {
		margin-right: 0;
	}

}

.itmBox a {
	display: block;
	transition: all .3s ease-in-out;
}

@media screen and (min-width:641px) {
	.itmBox a:hover {
		opacity: 0.7;
	}
}

.itmBox .itemImg {
	margin-bottom: 15px;
	border: 1px solid #ccc;
}

.itmBox .itemName {
	font-size: 1.6rem;
	letter-spacing: 0.04em;
}

.itmBox img {
	width: 100%;
	height: auto;
}

.itmSe2 {
	padding: 60px 0;
	background-color: #f2f2f2;
}


/* ====================================
買取対象商品-詳細ページ
====================================== */
.itmDes1 {
	margin-bottom: 100px;
}

.itmName {
	padding: 20px 25px;
	margin-bottom: 50px;
	font-size: 2.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #000;
}

.itmDesImg {
	float: left;
	width: 380px;
	margin-right: 50px;
	border: 1px solid #ccc;
}

@media screen and (max-width:1100px) {
	.itemDesImg {
		width: 40%;
	}
}

.itmDesImg img {
	width: 100%;
}

.itmDesTxt {
	float: right;
	width: 650px;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

@media screen and (max-width:1100px) {
	.itmDesTxt {
		width: 54%;
	}
}

.itmPage .se1HeadTtl {
	margin-bottom: 50px;
	font-size: 3.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}

.itmPage .linkBuylist {
	top: 50%;
	transform: translateY(-50%);
}

.itmDes2 .itmDes2Ttl {
	margin-bottom: 40px;
	font-size: 3.8rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}

.prcListTbl {
	padding: 18px 20px 34px;
}


.prcListTbl table {
	width: 100%;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
}

.prcListTbl .tblHide {
	display: none;
	border-top: none;
}

.prcListTbl th,
.prcListTbl td {
	text-align: center;
	letter-spacing: 0.1em;
	border-bottom: 3px solid #000;
	border-left: 3px solid #000;
	vertical-align: middle;
}

.prcListTbl th {
	padding: 18px 0;
	font-size: 1.6rem;
	font-weight: bold;
	background-color: #f2f2f2;
}

.prcListTbl .thCol1,
.prcListTbl .tdCol1 {
	width: 176px;
}

.prcListTbl .thCol2,
.prcListTbl .tdCol2 {
	width: 341px;
}

.prcListTbl .thCol3,
.prcListTbl .tdCol3 {
	width: 264px;
}

.prcListTbl .thCol4,
.prcListTbl .tdCol4 {
	width: 253px;
}

@media screen and (max-width:1000px) {

	.prcListTbl .thCol2,
	.prcListTbl .tdCol2 {
		width: 280px;
	}
}

.prcListTbl td {
	padding: 30px 0;
	font-size: 1.8rem;
}

.itmDes2 .assist {
	padding: 26px 0;
	margin-bottom: 60px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	color: #ffc815;
	background-color: #000;
}

.btnMore {
	position: relative;
	width: 280px;
	padding: 20px 0;
	margin: 40px auto 90px;
	letter-spacing: 0.1em;
	text-align: center;
	cursor: pointer;
}

.btnMore:after {
	position: absolute;
	top: 50%;
	right: 22px;
	margin-top: -12px;
	background: url("../img/item_arrow_open_off.jpg") no-repeat 0 0;
}

.btnMore.close:after {
	background: url("../img/item_arrow_close_off.jpg") no-repeat 0 0;
}

.btnMore:hover:after {
	background: url("../img/item_arrow_open_on.jpg") no-repeat 0 0;
}

.btnMore.close:hover:after {
	background: url("../img/item_arrow_close_on.jpg") no-repeat 0 0;
}

.prcSe2 {
	padding: 25px 20px;
	margin-bottom: 40px;
	background-color: #f2f2f2;
}

.prcSe2 .abtTxt {
	margin-bottom: 30px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}

.prcSe2In {
	margin-bottom: 32px;
}

.prcSe2In .prcSe2InTxt {
	display: inline-block;
	float: left;
	font-size: 1.6rem;
	line-height: 2.0;
}

.prcKome {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.4;
}

.prcSe2In .prcSe2InTxt:nth-of-type(1) {
	margin-right: 150px;
}