
/* テーマ調整
----------------------------------------------- */

#content a:hover img {
  opacity: 0.8;
}



/* イントロ
----------------------------------------------- */
#content .intro h1 {
  background: url(/img/block/title/blue-line.gif) center bottom repeat-x;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 0.4em;
  padding-bottom: 3px;
}
#content .intro h1 span {
  color: #C00;
}




/* MOREボタン
----------------------------------------------- */
#content .box .more {
  text-align: center;
}
#content .box .more a {
  background: #2e9b28;
  border-radius: 14px;
  color: #FFF;
  display: inline-block;
  text-align: center;
  line-height: normal;
  margin: 0;
  padding: 0.5em 0;
  width: 80%;
}
#content .box .more a:hover {
  opacity: 0.8;
}



/* 価格表
----------------------------------------------- */



/* 買取れるアイテム
----------------------------------------------- */
#content .taishou .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#content .taishou .item li {
  font-weight: bold;
  text-align: center;
  margin: 0 0 0.5em;
  width: 48%;
}



/* mobile （w690px 未満）
----------------------------------------------- */
@media (max-width:689px){

    #content .preamble .top-bn {
      margin-right: -5vw;
      margin-left: -5vw;
      width: 100vw;
    }


  /* スマホで非表示 */
    #content .pc-on {
      display: none;
    }

} /* max689 */




/* PC （w690px 以上）
----------------------------------------------- */
@media only screen and (min-width: 690px){

  /* PCで非表示 */
    #content .sp-on {
      display: none;
    }


  /* イントロ */
    #content .intro h1 {
      font-size: 30px;
    }

    #content .preamble img[src*="-pc"] {
      display: block;
    }

    /* 買取れるアイテム */
    #content .taishou ul.item li {
      width: 32%;
    }


}/* Eo min690 */

/* 2025-10-03　メーカー一覧作成 */
#puropo-ichiran .maker-items {
  background: #593620 !important;
  border-radius: 5px;
  margin-bottom: 1em;
  padding: 0 10px 1px !important;
  border-bottom: 10px solid #593620 !important;
}

.categorise-rc-list span {
  display: block;
  text-align: center;
}

.categorise-rc-list::after {
  content: "";
  display: block;
  width: 32%;
}
.sbtitle {
  color: #FFF;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 30px 10px 10px;
  position: relative;
}

.categorise-rc-list {
  background: #FFF !important;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 9px;
  padding: 10px 5px 0;
  overflow: auto !important;
  max-height: 26em;
}
#content .categorise ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: none;
}

#content .categorise ul li img {
  width: 100%;
  max-width: initial;
  margin-bottom: 5px;
}

/* PC （w690px 以上）
----------------------------------------------- */
@media only screen and (min-width: 690px){
/* 取り扱い一覧 */
  #content .categorise ul li {
    width: 32% !important;
  }
}
/* mobile （w690px 未満）
----------------------------------------------- */
@media only screen and (max-width: 689px){ 
  #content .categorise ul li {
    width: 48% !important;
  }
}/* Eo max 689px */