
/* テーマ調整
----------------------------------------------- */
#content a:hover img {
  opacity: 0.8;
}



/* 前文
----------------------------------------------- */
#content .preamble .app-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#content .preamble .app-btn li {
  list-style: none;
  margin: 0;
  padding-bottom: 10px;
  width: 48%;
}


/* トップバナー */
#content .preamble a:hover img {
  opacity: 1;
}

#content .preamble .top-bn {
  position: relative;
}
#content .preamble .top-bn img {
  width: auto;
  max-width: 100%;
}
#content .preamble .top-bn .image {
}
#content .preamble .top-bn .jizen {
  position: absolute;
  left: 5vw;
  top: 31vw;
  width: 30vw;
  max-width: 160px;
  -webkit-animation: pulsate-bck 2s ease-in 2s infinite both;
          animation: pulsate-bck 2s ease-in 2s infinite both;
}
#content .preamble .top-bn .tel {
  padding: 1em 0;
}
#content .preamble .top-bn .tel-num a {
  display: block;
  position: relative;
}
#content .preamble .top-bn .tel-num a:after {
  content: "";
  background: url(/img/partwork/call.png) right top no-repeat;
  background-size: contain;
  position: absolute;
  top: 8%;
  right: 3%;
  height: 14vw;
  width: 14vw;
  -webkit-animation: rotate-center 2s 1s infinite both;
          animation: rotate-center 2s 1s infinite both;
}

@-webkit-keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes rotate-center {
  0%,
  90% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  20% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  25% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  30% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  35% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}
@keyframes rotate-center {
  0%,
  90% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  20% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  25% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  30% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  35% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}



/* ページタイトル
----------------------------------------------- */
#content .intro {
  padding: 24px 0;
  position: relative;
  margin-bottom: 1em;
}
#content .intro h1 {
  margin-bottom: 10px;
  border-radius: 5px;
}



/* 見出し
----------------------------------------------- */
/*
#content h2.heading {
  background: #002f4b;
}

.box[id*="result"] h2,
.box[id*="taishou"] h2 {
  padding-left: 24%;
}
.box[id*="result"] h2:after,
.box[id*="taishou"] h2:after {
  content: "";
  background: url(/img/rc/icon-car.png) center no-repeat;
  background-size: contain;
  display: block;
  height: 90%;
  width: 20%;
  max-height: 57px;
  max-width: 90px;
  position: absolute;
  top: 0;
  left: 3%;
}
*/

#content h1,
#content h2.heading {
  background: #28a9a4;
  /* padding-left: 0.8em; */
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  height: 100%;
  position: relative;
  margin-top: 3em;
  color: #FFF;
}

#content h1 {
  margin: 0.5em 0 1em -30px;
}

.box p.exp {
  text-decoration: underline;
  font-size: 1.2em;
  font-weight: bold;
  margin: 1rem 0 0.8rem;
}

/* イントロ
----------------------------------------------- */
ul.marker.list-bg {
  background-color: #FFF;
  padding: 1em;
  border-radius: 5px;
}

/* 買取れるアイテム
----------------------------------------------- */
#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-size: 1.1em;
  font-weight: bold;
  text-align: center;
  margin: 0 0 0.5em;
  width: 48%;
}



/* 取り扱い一覧
----------------------------------------------- */
/* #content .maker ul {
  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 .maker ul li {
  background: #dfd7ac;
  border: 5px #5c370e solid;
  border-radius: 1em;
  margin: 0 0 0.5em;
  padding: 0 0.5em 0.5em;
  width: 48%;
  position: relative;
  overflow: hidden;
}
#content .maker ul li a {
  background: #FFF;
  border-radius: 5px 5px 0 0;
  display: block;
  text-align: center;
  margin: 0 -0.5em 0.5em;
  z-index: 1;
}
#content .maker ul li a span {
  display: block;
}
#content .maker ul li:before {
  border: 5px outset;
  border-top-color: rgba( 0, 0, 0, 0.3 );
  border-right-color: rgba( 0, 0, 0, 0.3 );
  border-bottom-color: rgba( 255, 255, 255, 0.4 );
  border-left-color: rgba( 255, 255, 255, 0.4 );
  border-radius: calc( 1em - 5px );
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
} */


/* 価格表
----------------------------------------------- */
#tomica-price-list #custonSrchTbl_tab,
#tomica-price-list .custonSrchTbl_tab_all {
  display: none;
}


.img-c a.jump-anc {
  background: #666;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  margin-top: 1em;
  padding: .8em;
}


/* #custonSrchTbl_tab li label span {
  display: none;
} */
/* #custonSrchTbl_tab li label:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 4 / 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
} */

/* 子ページリンク
----------------------------------------------- */
ul.children-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1em;
}
ul.children-list li {
  padding: 0 4px 1em;
  margin: 0;
  width: calc(100% / 2) !important;
}

#tomica-price-list ul.children-list li.other {
  display: none;
}

@media only screen and (min-width: 690px){
  ul.children-list li {
    width: calc( 100% / 3 ) !important;
  }
}



/* 専門スタッフからのご案内
----------------------------------------------- */
.expert h3 {
  text-decoration: underline;
  font-size: 1.2em;
  margin: 1rem 0 0.8rem;
}
.expert .docWrap img {
  width: auto !important;
  max-width: 100% !important;
}
.expert .docWrap .image {
  text-align: center;
  margin-bottom: 1em;
}



/* MOREボタン
----------------------------------------------- */
#content .box .more {
  text-align: center;
}
/*
#content .box .more a,
#content .box .btn a {
  background: -webkit-linear-gradient(top, #3ab334 0%,#20841b 100%);
  background: linear-gradient(to bottom, #3ab334 0%,#20841b 100%);
  border: 2px #11682d solid;
  border-radius: 2em;
  color: #FFF;
  display: inline-block;
  text-align: center;
  line-height: normal;
  margin: 0;
  padding: 0.5em 0;
  width: 80%;
}
*/

.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;
}

/* スマホ （w689px 以下）
----------------------------------------------- */
@media only screen and (max-width: 689px){
  /* お客様の声
  #content [id*="-review"] h2.heading {
    font-size: 24px;
    padding: 0.5em 1em 0.5em 1em;
    margin: 0 auto;
    width: 60%;
    color: #1e527e;
    text-align: center;
    background-color: rgba(255,255,255,0.6);
    border: none;
    background-image: none;
    text-shadow: none;
    font-weight: bold;
    text-shadow: 2px 2px 2px 	#C0D1DF,
                4px 4px 5px  #c9c9c9;
    margin-bottom: 1rem;
  }
  #content [id*="-review"] {
    border: 9px solid #1e527e;
    padding: 1em 0.5em 1em;
    margin-top: 5em;
    border-radius: 5px;
    background:repeating-linear-gradient(
    -45deg,
  #DAE4EC,
  #DAE4EC 5px,
  #F9FBFC 5px,
  #F9FBFC 10px);
  }
  #content [id*="-review"] .total_rating {
    border: none;
    background:rgba(255,255,255,0.6);
  }
  .box[id*="review"] h2:after {
    content: unset;
  }
  #content h1,
  #content h2.heading {
    padding-left: 0.5em;
  } */

  .box[id*="review"] h2 {
    padding-left: 32%;
}
  
    /* イントロ
  ----------------------------------------------- */
  ul.marker.list-bg {
    padding-left: 2em;
  }
  #content .box ul.marker {
    margin-left: 1em !important;
  }
}/* Eo max689 */


/* PC （w690px 以上）
----------------------------------------------- */
@media only screen and (min-width: 690px){

  /* テーマ調整 */


  /* 前文 */
  #content .preamble .app-btn li {
    text-align: center;
    width: 24%;
  }

  /* トップバナー */
  #content .preamble .top-bn .image {
    margin-bottom: 1em;
  }
  #content .preamble .top-bn .jizen {
    top: auto;
    left: 4.5%;
    bottom: 5%;
    width: 21%;
  }
  #content .preamble .top-bn .tel {
    position: absolute;
    bottom: 1%;
    left: 3%;
    width: 48%;
  }
/*
  #content .preamble .top-bn .tel-num {
    display: block;
    position: relative;
  }
  #content .preamble .top-bn .tel-num:after {
    content: "";
    background: url(/img/partwork/call.png) right top no-repeat;
    background-size: contain;
    position: absolute;
    top: 8%;
    right: 3%;
    height: 64%;
    width: 20%;
  }
*/
  #content .preamble .top-bn .tel-num a:after {
    content: none;
  }

  /* ページタイトル */
  #content .intro h1 {
    font-size: 1.8em;
  }

  /* イントロ */
  #content .intro h1:before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 1px;
    border: 10px solid transparent;
    border-top: 10px solid #303030;
    border-width: 10px 0 20px 7px;
  }
  


  /* 見出し */
  #content h2.heading {
    font-size: 1.8em;
  }


/*
  .box[id*="result"] h2,
  .box[id*="taishou"] h2 {
    padding-left: 25%;
  }
  .box[id*="result"] h2:after,
  .box[id*="taishou"] h2:after {
    width: 30%;
    left: 8%;
  }
*/
  .box p.exp {
    font-size: 2.2em;
    text-align: center;
  }


  /* 買取れるアイテム */
  #content .taishou ul.item li {
    width: 24%;
  }


  /* 取り扱い一覧 */
  /* #content .maker ul li {
    width: 32%;
  } */


  /* 専門スタッフからのご案内 */
  .expert h3 {
    font-size: 2.2em;
    text-align: center;
  }
  .expert .docWrap {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .expert .docWrap .txt {
    width: calc( 100% - 180px - 1em );
  }
  .expert .docWrap .image {
    width: 180px;
  }


  /* よくある質問 */
  #rc-kakunin-qa dl dd.sbcontents {
    display: none;
  }



  /* MOREボタン */
  #content .box .more a,
  #content .box .btn a {
    width: 50%;
  }

}/* Eo min690 */


/* PC （w1000px 以上）
----------------------------------------------- */
@media only screen and (min-width: 1000px){
  .intro ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .intro ul li {
    margin: 0 2em;
    min-width: 15%;
  }
}/* Eo min1000 */