@charset "utf-8";
/* CSS Document */

/* ====================================
買取価格表
====================================== */
.prcSe1 {
	margin-bottom: 40px;
}

.prcMainTxt {
	padding: 22px 0;
	margin-bottom: 30px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.1em;
	border: 4px solid #000;
}

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

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

.itmNameLine {
	position: relative;
	display: block;
	width: 100%;
	padding: 15px;
	margin-bottom: 2px;
	background-color: #ffc815;
	cursor: pointer;
}

.itmNameLine .itmNamePara {
	display: inline-block;
	vertical-align: middle;
}

.itmImg {
	width: 8vw;
	height: 8vw;
	margin-right: 6%;
}

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

.itmName {
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.panel {
	position: absolute;
	top: 50%;
	right: 4%;
	width: 20px;
	height: 20px;
	padding: 4px;
	background-color: #000;
	transform: translateY(-50%);
}

.prcListTbl {
	display: none;
	padding: 10px 0 20px;
}

.prcListTbl table {
	width: 100%;
	margin-bottom: 30px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}

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

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

/*
.prcListTbl .thCol1 {
	width: 176px;
}

.prcListTbl .thCol2 {
	width: 341px;
}

.prcListTbl .thCol3 {
	width: 264px;
}

.prcListTbl .thCol4 {
	width: 253px;
}
*/

.prcListTbl td {
	padding: 15px 0;
	font-size: 1.3rem;
}

.prcListTbl .prcListTblTxt {
	font-size: 1.4em;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

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

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

.prcSe2In {
	margin-bottom: 15px;
}

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

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

/* 開閉ボタン */
.prcTrigger,
.prcTrigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.prcTrigger {
	position: relative;
	width: 100%;
	height: 100%;
}

.prcTrigger span {
	position: absolute;
	left: 0;
	background-color: #ffc815;
}

.prcTrigger span:nth-of-type(1) {
	top: 50%;
	width: 100%;
	height: 2px;
	transform: translateY(-50%);
}

.prcTrigger span:nth-of-type(2) {
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	transform: translateX(-50%);
}

.active .prcTrigger span:nth-of-type(1) {
	opacity: 0;
}

.active .prcTrigger span:nth-of-type(2) {
	transform: rotate(90deg);
}

/*190720追記*/
.prcListTbl {
	text-align: center;
}

.prcListTbl table,
.prcListTblTxt {
	text-align: left;
}

.priceClose {
	display: inline-block;
	padding: 10px 20px;
	font-size: 1.6rem;
	background: #000;
	text-align: center;
}
