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

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

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

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

.lrgCat .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;
}

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

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

.itmImg {
    width: 53px;
    height: 53px;
    margin-right: 45px;
}

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

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

.panel {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 44px;
    height: 44px;
    padding: 9px;
    margin-top: -22px;
    background-color: #000;
}

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

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

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

.prcListTbl th {
    padding: 18px 0;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #f2f2f2;
}
.prcListTbl .thCol1 { width: 176px;}
.prcListTbl .thCol2 { width: 341px;}
.prcListTbl .thCol3 { width: 264px;}
.prcListTbl .thCol4 { width: 253px;}
@media screen and (max-width:1000px) {
    .prcListTbl .thCol2 { width: 280px;}
}

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

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

.prcSe2 {
    padding: 25px 20px;
    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;}

/* 開閉ボタン */
.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;
	margin: 10px 0;
	padding: 10px 20px;
	font-size: 1.6rem;
	background: #000;
	text-align: center;
	color: #FFF;
	cursor: pointer;
}
