body a {
    color: #007d9c;
}

#contents table {
  width: 100%;
}

@media (max-width: 729px) {
  #contents h1 {
    font-size: 2rem;
  }
  #contents h2,
  .single #contents h1.entry-title,
  .single #contents *[id$="-heading"] {
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.4em;
  }
  #contents .page-title .att-box,
  #contents .box .att-box {
    padding: 10px 10px 0;
  }
} /* Eo max729 */

@media (max-width: 1039px) {
  #contents img.icon,
  #sidebar img.icon {
    width: auto;
  }
} /* Eo max1039 */

/* -----------------------------------------------------------------
  印刷時に固定バナーを削除
----------------------------------------------------------------- */
@media print {
  #f-bar,#page-top {
    display:none;
  }
} /* Eo print */

/* -----------------------------------------------------------------
  ボックス
----------------------------------------------------------------- */
/* ブロックを囲む */
#contents .box {
  clear: both;
  margin: 0 auto 3em;
}
#contents .box:after {
  clear: both;
  content: "";
  display: table;
}
#contents .box .box,
body[class*="template-page-1col"] #contents .box .box,
body[class*="template-page-1col-w"] #contents .box .box {
  margin-bottom: 0;
}
#contents .box .box + .box {
  padding-top: 2em;
}


/* 背景つきボックス */
#contents .att-box {
  background:#fffefa;
  border:1px solid #EDE8C8;
  box-sizing: border-box;
  clear: both;
  padding: 15px 15px 5px;
  margin-bottom: 15px;
}

/* 回り込み解除 */
#contents .clearfix:after,
#contents .box:after,
#contents .att-box:after {
  content: "";
  display: block;
  clear: both;
}


/* -----------------------------------------------------------------
  ページタイトル
----------------------------------------------------------------- */
.page-template-default #contents h1 {
  background:url(/img/block/title/pattern.png) no-repeat #6ec1e6;
  border-left: 8px solid #f9ec0e;
  color:#fff;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 20px;
  padding:10px 3%;
  text-align: left;
}
@media (max-width: 729px) {
  .page-template-default #contents h1 {
    border-left: 5px solid #f9ec0e;
    border-right: 0;
    border-radius: 0;
    font-size:2rem;
    margin-right: -3.5% !important;
    margin-left: -3.5% !important;
    width: auto !important;
  }
} /* Eo max729 */

@media (min-width: 730px) {
  h1 {
    font-size:2.4rem;
  }
  body[class*="template-page-1col"] .post h1,
  body[class*="template-page-1col-w"] .post h1 {
    font-size: 2.4em;
  }
} /* Eo min730 */


/* -----------------------------------------------------------------
  見出し
----------------------------------------------------------------- */
/* 大見出し（変更したら1カラム側も確認する） */
body .post *[id$="-heading"] {
  background: #dbf4ff;
  color: #333;
  border: none;
  border-radius: 0.2em;
  clear:both;
  height: auto;
  margin: 0 0 10px;
  font-size: 2rem;
  font-weight: bold;
  padding: 8px 0.8em;
}

/* body #contents *[id$="-heading"] .deco {
    color: #FFFF01;
} */

/* 小見出し（変更したら1カラム側も確認する） */
#contents .s-heading {
  border-left: #499DF2 solid 8px;
  font-weight: bold;
  line-height:1.4em;
  margin: 0 0 10px;
  padding: 3px 0 2px 15px;
}

@media (max-width: 729px) {
  .post .box *[id$="-heading"],
  .post .page-title *[id$="-heading"],
  .post .box h2 {
    border: none;
    border-radius: 0;
    margin-right: -3.5% !important;
    margin-left: -3.5% !important;
    margin-bottom: 10px;
    padding: 8px 20px;
    width: auto !important;
  }
} /* Eo max729 */

@media (min-width:730px){
  body[class*="template-page-1col"] .post h2,
  body[class*="template-page-1col-w"] .post h2 {
    background: none;
    border: none;
    color: #333;
/*    color: #72C4EC; */
    font-size: 2.3em;
    font-weight: bold;
    text-align: center;
    line-height: 1.4em;
    margin-bottom: 10px;
    padding: 0;
  }
  body[class*="template-page-1col-w"] .post .outer h2 {
    color: #2F2F2D;
  }
  body[class*="template-page-1col"] .post h3,
  body[class*="template-page-1col"] .post .s-heading,
  body[class*="template-page-1col-w"] .post h3,
  body[class*="template-page-1col-w"] .post .s-heading {
    font-size: 1.9em;
  }
} /* Eo min730 */


/* キャッチ
----------------------------------------------- */
#contents .post .catch {
  color: #333;
  text-decoration: underline;
  line-height: 1.3em;
}

@media (min-width:730px){
  #contents .post .catch {
  }
  body[class*="template-page-1col"] #contents .post .catch,
  body[class*="template-page-1col-w"] #contents .post .catch {
    font-size: 1.2em;
    font-weight: bold;
  }
  body[class*="template-page-1col"] #contents .post .box > .catch,
  body[class*="template-page-1col-w"] #contents .post .box > .catch {
    text-align: center;
  }
  body[class*="template-page-1col"] #contents .post .outer .catch,
  body[class*="template-page-1col-w"] #contents .post .outer .catch {
    color: #111;
  }
} /* Eo min730 */


/* -----------------------------------------------------------------
  配置調整
----------------------------------------------------------------- */
/* 画像の配置 */

.img-c {
  clear: both;
  text-align: center;
  margin: 0 auto 1em;
  height: auto;
  max-width: 100%;
}

@media (max-width: 729px) {
  .img-l,
  .img-r {
    display: block;
    float: none;
    margin: 0 auto 0.8em;
    width: 80%;
  }
} /* Eo max729 */


@media (min-width: 730px) {
  .img-l {
    float: left;
    text-align: left;
    margin: 0 4% 1em 0;
    padding: 0;
    width: 35%;
  }
  .img-r {
    float: right;
    text-align: right;
    margin: 0 0 1em 4%;
    padding: 0;
    width: 35%;
  }

  .img-l + .wrap {
    float: right;
    margin-bottom: 1em;
    width: 60%;
  }
  .img-r + .wrap {
    float: left;
    margin-bottom: 1em;
    width: 60%;
  }
} /* Eo min730 */

/* テキストの配置 */
.txt-r {
  text-align:right;
}
.page .txt-r a:before,
.single-item_entry .txt-r a:before {
  font-family: FontAwesome;
  content : "\f138";
  display: inline-block;
  margin-right: 0.2em;
}

@media (min-width: 730px) {
  .txt-c {
    text-align:center;
  }
} /* Eo min730 */


/* float解除 */
.clear {
  clear: both;
}

/* テキストのインデント */
.indent {
  text-indent: -1em;
  padding-left: 1em;
}

/* リンク用ボタン */
#contents a.btn {
  background: #D1E8FF;
  background: -webkit-linear-gradient(top, #f99922, #ffac59);
  background: linear-gradient(to top, #f99922, #ffac59);
  border: 1px solid #ff8400;
  border-radius: 3px;
  color: #fff;
  display: block;
  float: none;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  width: 80%;
}
#contents a.btn:hover {
  opacity: 0.8;
}

/* 「もっと見る」リンク */
.more {
  text-align: center;
}
.outer .more a,
.outer a.more {
  color: #1C4B60;
}
.more a:before,
a.more:before {
  font-family: FontAwesome;
  content : "\f138";
  display: inline-block;
  margin-right: 0.2em;
}

@media (min-width: 730px) {
  .more a {
/*    font-size: 1.1em; */
  }
} /* Eo min730 */



/* -----------------------------------------------------------------
  装飾
----------------------------------------------------------------- */
/* 強調 */
#contents .deco {
  color:#CD332B;
  font-weight:bold;
}

#contents .box .accent,
#contents .box strong,
#contents .page-title .accent,
#contents .page-title strong {
  font-weight:bold;
}

/* -----------------------------------------------------------------
  1カラム時、長い文章を折りたたみjq用（印刷時は折りたたまない）
----------------------------------------------------------------- */
@media only screen and (max-width: 729px){
  .cl-letter {
    overflow: hidden;
    display: block;
    text-decoration: none;
    position: relative;
    height: 6em;
  }
  .cl-letter:after {
    background: #FFF;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 50%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 50%,rgba(255,255,255,1) 100%);
    color: #999;
    content: "続きを読む";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    padding: 2.5em 0 0;
    width: 100%;
  }
  .cl-letter p {
    white-space: normal;
  }
  .cl-letter.open{
    overflow: visible;
    height: auto;
  }
  .cl-letter.open:after {
    background: none;
    content: "";
  }
} /* Eo max729 */

/* -----------------------------------------------------------------
  テーブルプラグイン用（初期設定用。調整は別途スタイルを書くこと）
----------------------------------------------------------------- */
.wp-table-reloaded {
  border-collapse: collapse;
  font-size: 1em;
  table-layout: fixed;
  margin-bottom: 1em;
}
#contents table tr th {
  word-break: break-all;
}
.wp-table-reloaded td {
  word-break: break-all;
}

/* -----------------------------------------------------------------
  アコーディオンjq（.sbtitle/.sbcontents）
----------------------------------------------------------------- */
.sbtitle {
  cursor: pointer;
}
.sbtitle.open {
}

/* -----------------------------------------------------------------
  スニペット用 （Post-Snippets で作成したブロックのスタイル）
----------------------------------------------------------------- */

/* バナーBOX（共通）
----------------------------------------------- */
#contents .bnrbox {
  background: #edf1f9;
  clear: both;
  border-radius: 5px;
  border-color: #172745;
  border-style: solid;
  border-width: 2px;
  margin-bottom: 2em;
  padding: 0.5em 1em;
  position: relative;
}
#contents .bnrbox:after {
  clear: both;
  content: "";
  display: table;
}
#contents .bnrbox > img {
  max-width: 320px;
}
#contents .bnrbox h3 {
  border: none;
}
#contents .bnrbox dt {
  color: #172745;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
#contents .bnrbox .more {
  padding: 1.5em 0 0;
}
#contents .bnrbox .more span,
#contents .bnrbox .more a {
  background: #0c3675;
  border-color: #172745;
}

@media (max-width:729px){
  #contents .bnrbox h3 {
    font-size: 1.2em;
  }
} /* Eo max729 */

@media (min-width:730px){
  #contents .bnrbox h3 {
    margin-top: 0.5em;
    margin-bottom: 0.8em;
  }
  .page-template-default #contents .bnrbox h3 {
    font-size: 1.8em;
    margin-bottom: 0.5em;
  }
  #contents .bnrbox dt {
    font-size: 1.3em;
  }
} /* Eo min730 */


/* 調整：LINE */
#contents .bnrbox.line {
  background: #edffed;
  border-color: #1a7a1a;
}
#contents .bnrbox.line dt {
  color: #1a7a1a;
}
#contents .bnrbox.line .more span,
#contents .bnrbox.line .more a {
  background: #258e26;
  border-color: #1a7a1a;
}

/* 調整：買取依頼 */
#contents .bnrbox.app {
  background: #fcf2e8;
  border-color: #734F2B;
}
#contents .bnrbox.app dt {
  color: #734F2B;
}
#contents .bnrbox.app .more span,
#contents .bnrbox.app .more a {
  background: #934e08;
  border-color: #734F2B;
}


/* PSnippets：問い合わせバナー（order-bnr）
----------------------------------------------- */

/* ▽ .bnrbox 不使用の場合 */
.order-bnr > div.box {
  background: #FFF;
  border: 3px #E1E1E1 solid;
  border-radius: 5px;
  margin-bottom: 2em !important;
  padding: 2em 1em 0.5em;
}
.order-bnr > div.box div.wrap p:first-child,
.order-bnr > div.box div.wrap h2 {
  background: none;
  border: none;
  text-align: center;
  font-size: 1.6em;
  line-height: 1.4em;
  margin-bottom: 0.5em;
}
.order-bnr > div.box .more {
  padding-top: 1em;
}
.order-bnr > div.box a {
  background: #a36200;
  border-radius: 0.5em;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  padding: 0.5em 1em;
}
.order-bnr > div.box a:before {
  content: none;
}
.order-bnr > div.box a:hover {
  opacity: 0.8;
}

/* △ .bnrbox 不使用の場合 */


/* TEL部分 */
.order-bnr .call {
  clear: both;
}
.order-bnr .call p {
  text-align: center;
  font-weight: bold;
}
.order-bnr .call p:not(.hours) {
    margin-bottom: 0;
}
.order-bnr .call p:not(.hours) > span {
  font-weight: bold;
  line-height: 1em;
}
.order-bnr .call p.hours {
  text-align: center;
}
.order-bnr .call p.hours span {
  display: inline-block;
  padding: 0 1em;
}

@media (max-width: 729px) {
  .order-bnr .call p img {
    width: 100%;
  }
  .order-bnr .call p:not(.hours) {
    font-size: 1.3em;
  }
  .order-bnr .call p:not(.hours) > span {
    font-size: 1.5em;
    display: block;
  }
  .order-bnr .call p.hours {
    padding-top: 10px;
  }
} /* Eo max729 */

@media (min-width:730px) {
  .order-bnr .call p:not(.hours) {
    font-size: 1.5em;
    margin-bottom: 0;
  }
  .order-bnr .call p:not(.hours) > span {
    font-size: 1.8em;
    margin-left: 30px;
  }
  .order-bnr .call p.hours {
    font-size: 1.2em;
  }
} /* Eo min730 */


/* お問合せセクション（order）
----------------------------------------------- */
#contents .order h2[id$="-heading"] {
  background: none;
  border: none;
  color: #3BABCC;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  line-height: 1.4em;
  padding: 0;
}

@media (min-width:730px) {
  #contents .order h2 + p.catch {
    text-align: center;
  }
} /* Eo min730 */


/* 出張買取にお伺いできる地域（support）
----------------------------------------------- */
#contents .support h3 {
  border: none;
  color: #007d9c;
}
#contents section[id$="-support"] .wrap dl {
  display: flex;
  flex-wrap: wrap;
}
#contents section[id$="-support"] .wrap dl dt {
  border-bottom: 1px #DDD dotted;
  color: #007d9c;
  font-size: 0.9em;
  line-height: 1.4em;
  padding: 0.2em 0;
  width: 100px;
}
/*
#contents section[id$="-support"] .wrap dl dt.hokkaido {
  color: #56B3DB;
}
#contents section[id$="-support"] .wrap dl dt.tohoku {
  color: #42B6AD;
}
#contents section[id$="-support"] .wrap dl dt.kanto {
  color: #63BB6D;
}
#contents section[id$="-support"] .wrap dl dt.hokuriku {
  color: #D9DE57;
}
#contents section[id$="-support"] .wrap dl dt.kansai {
  color: #F4BA64;
}
#contents section[id$="-support"] .wrap dl dt.chugoku {
  color: #EB4B46;
}
#contents section[id$="-support"] .wrap dl dt.shikoku {
  color: #E97951;
}
#contents section[id$="-support"] .wrap dl dt.kyushu {
  color: #FFB6C5;
}
*/

#contents section[id$="-support"] .wrap dl dd {
  border-bottom: 1px #DDD dotted;
  font-size: 0.8em;
  padding: 0.2em 0 0.2em 0.5em;
  width: calc( 100% - 100px );
}
#contents section[id$="-support"] .wrap dl dd ul {
  margin: 0;
  padding: 0;
}
#contents section[id$="-support"] .wrap dl dd ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#contents section[id$="-support"] .wrap dl dd ul li:after {
  content: "｜";
}

/* 出張強化エリア */
section[id*="-support"] .city-wrap {
    border: 1px solid #dbf4ff;
    margin: 2em auto;
}
#contents section[id*="-support"] .city-wrap .city-wrap-h3 {
    background-color: #dbf4ff;
    color: #333;
    font-size: 1.4em;
    margin-top: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
    text-decoration: none;
}
section[id*="-support"] .city-wrap div {
    max-height: 200px;
    overflow-y: auto;
}
section[id*="-support"] .city-wrap dl,
section[id*="-support"] .city-wrap > ul {
    margin-left: 2em;
    margin-right: 2em;
}
section[id*="-support"] .city-wrap dl {
    border-bottom: 1px dotted #ccc;
}
section[id*="-support"] .city-wrap dl dt {
    font-size: 1em;
    margin-top: 1em;
}
section[id*="-support"] .city-wrap div dl:first-child dt {
    margin-top: 0.5em;
}
section[id*="-support"] .city-wrap dl dd {
    font-size: 1em;
    margin-left: 0;
    margin-right: 0;
}
section[id*="-support"] .city-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
}
section[id*="-support"] .city-wrap ul li {
    list-style: none;
    margin-top: 0.5em;
    margin-right: 1em;
}
section[id*="-support"] .city-wrap ul li a {
    text-decoration: underline;
}

@media (min-width:730px) {
  section[id*="-support"] .area.img-l .cont:after {
    width: 100%;
  }
  section[id*="-support"] .city-wrap ul li {
    font-size: 14px;
  }
}


/* よくある質問（qa）
----------------------------------------------- */
.qa dl {
  margin-bottom: 1em;
}
.qa dl dt {
  background:none;
  border-bottom: 1px #cfcfcf solid;
  line-height: 1.2em;
  margin: 0 0 0.5em;
  padding: 0.5em 1.5em 0.5em 2em;
  position: relative;
}

.qa dl dd {
  background: #FFF;
  border-radius: 0.5em;
  padding: 0.5em 1em 0.5em 2.5em;
  position: relative;
}

.qa dl dt:before {
  background: #6BC4D6;
  content: "Q";
  left: 0;
}

.qa dl dd:before {
  background: #FA6F06;
  content: "A";
  left: 0.5em;
}

.qa dl dt:before,
.qa dl dd:before {
  border-radius: 50%;
  color: #FFF;
  display: block;
  line-height: 1em;
  text-align: center;
  height: 1.5em;
  width: 1.5em;
  padding: 0.3em;
  position: absolute;
  top: 0.5em;
}

.qa dl dt:after {
  font-family: FontAwesome;
  content : "\f103";
  position: absolute;
  right: 0;
  bottom: 0.5em;
}
.qa dl dt.open:after {
  content : "\f102";
}
.qa dl dt.open:after,
.qa dl dt:hover {
  color: #E25A00;
}
.qa dl dd {
  margin: 0 0 2em;
  padding: 0.5em 0.5em 0.5em 2em;
}
.qa dl dd:after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width:730px) {
  .qa dl dt {
    font-size: 1.4em;
  }
  .qa dl dd {
    background-size: auto 1.7em;
    padding-left: 2.8em;
  }
} /* Eo min730 */


/* 高く売るポイント（point）
----------------------------------------------- */
.point.box > p.img-c {
  margin-bottom: 0;
}

.point.box dl {
  margin-bottom: 1em;
}
.point.box dl dt {
  border-bottom: 1px #666 solid;
  line-height: 1.2em;
  margin: 0 0 0.5em;
  padding: 0.5em 1.5em 0.5em 1.5em;
  position: relative;
}

.point.box dl dt:before {
  font-family: FontAwesome;
  content : "\f0a4";
  color: #FF6600;
  position: absolute;
  left: 0;
  bottom: 0.5em;
  transform: rotate(-16deg);
  -moz-transform: rotate(-16deg);
  -webkit-transform: rotate(-16deg);
}

.point.box dl dt:after {
  font-family: FontAwesome;
  content : "\f103";
  position: absolute;
  right: 0;
  bottom: 0.5em;
}
.point.box dl dt.open:after {
  content : "\f102";
}
.point.box dl dt.open:after,
.point.box dl dt:hover {
  color: #E25A00;
}
.point.box dl dd {
  margin: 0 0 2em;
  padding: 0.5em;
}
.point.box dl dd:after {
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 729px) {
  .point.box dl {
    border-width: 5px 0 0;
    padding: 0.5em;
  }
} /* Eo max729 */

@media (min-width:730px) {
  .point.box dl {
    background: #FFF6C4;
    padding: 2em;
  }
  .point.box dl dt {
    font-size: 1.4em;
  }
  .point.box dl dd {
    background: #FFF;
    border-radius: 0.5em;
    padding: 0.5em 1em;
  }
} /* Eo min730 */


/* 業者の選び方（erabikata）
----------------------------------------------- */
.erabikata > p.img-c {
  margin-bottom: 0;
}

.erabikata dl {
  border-color: #E7E7E7;
  border-style: solid;
  border-radius: 0.3em;
  margin-bottom: 1em;
}
.erabikata dl dt {
  background: none;
  border-bottom: 1px #666 dotted;
  padding: 0.5em 1em 0.5em 1.5em;
  position: relative;
}
.erabikata dl dt:before {
  font-family: FontAwesome;
  content : "\f0a4";
  color: #6BC4D6;
  position: absolute;
  left: 0;
  bottom: 0.5em;
  transform: rotate(-16deg);
  -moz-transform: rotate(-16deg);
  -webkit-transform: rotate(-16deg);
}

.erabikata dl dt:after {
  font-family: FontAwesome;
  content : "\f103";
  position: absolute;
  right: 0;
  bottom: 0.5em;
}
.erabikata dl dt.open:after {
  content : "\f102";
}
.erabikata dl dt.open:after,
.erabikata dl dt:hover {
  color: #E25A00;
}
.erabikata dl dd {
  margin: 0 0 2em;
  padding: 0.5em;
}
.erabikata dl dd:after {
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 729px) {
  .erabikata dl {
    border-width: 0;
    padding: 0.5em;
  }
} /* Eo max729 */

@media (min-width:730px) {
  .erabikata dl {
    background: #FFF;
    border-width: 15px;
    padding: 2em;
  }
  .erabikata dl dt {
    font-size: 1.4em;
  }
} /* Eo min730 */

/* PSnippets：選ばれる理由（reason）
----------------------------------------------- */
#contents .reason ul li {
  background: #FFF;
  padding: 1em;
}

@media (max-width: 729px) {
  #contents .reason.outer {
    background: #B8DFF3;
  }
  #contents .reason ul li img {
    width: 80%;
  }
} /* Eo max729 */

@media (min-width:730px) {
  #contents .reason ul li {
    font-size: 1.1em;
  }
  #contents .reason ul + p.txt-c {
    font-size: 1.2em;
  }
} /* Eo min730 */


/* PSnippets：買取できないもの（kaiori-fuka）
----------------------------------------------- */
#contents .kaiori-fuka {
  margin: 0 auto 30px;
}
#contents .kaiori-fuka h3 {
  background: #696969 url(/img/block/bg/slant.png);
  border: none;
  border-radius: 0.2em 0.2em 0 0;
  color: #FFF;
  text-align: center;
  margin: 0;
  padding: 0.2em 1em;
}
#contents .kaiori-fuka ul {
  border: 2px #696969 solid;
  border-radius: 0 0 0.2em 0.2em;
  padding: 0.5em 2em;
}
#contents .kaiori-fuka li {
  list-style: none;
  margin-bottom: 0;
  padding: 3px 3px 3px 1.4em;
  position: relative;
}
#contents .kaiori-fuka li:before {
  font-family: FontAwesome;
  font-size: 1.2em;
  color: #696969;
  content : "\f05c";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
}


/* PSnippets：買取３ステップ（kaitori-step）
----------------------------------------------- */

@media (max-width: 729px) {
  #contents .kaitori-step ol li img {
    width: 70%;
  }
} /* Eo max729 */

@media (min-width:730px) {
  #contents .kaitori-step ol li {
    font-size: 1.1em;
  }
} /* Eo min730 */


/* PSnippets：買取方法（kaitori-houhou）
----------------------------------------------- */
#contents .kaitori-houhou ul li a {
  display: block;
  text-align: center;
  margin-top: 1em;
}
#contents .kaitori-houhou ul li .accent {
  font-size: 1.5em;
  text-align: center;
  display: inline-block;
  margin-bottom: 0.2em;
  width: 100%;
}

@media (max-width: 729px) {
  #contents .kaitori-houhou ul li img {
    width: 80%;
  }
} /* Eo max729 */


/* PSnippets：公共機関からのご依頼（koukyou）
----------------------------------------------- */
#contents .koukyou ul {
  margin: 0;
  padding: 0;
}
#contents .koukyou ul li {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 54px;
  list-style: none;
  padding: 0.4em 0 0.4em 65px;
}
#contents .koukyou ul li span {
  font-size: 1.2em;
  font-weight: bold;
}
#contents .koukyou ul li.kyoiku {
  background-image: url(/img/block/icon/education.png);
}
#contents .koukyou ul li.gyosha {
  background-image: url(/img/block/icon/truck.png);
}

@media (max-width:729px){
  #contents .koukyou h2 {
    background: #000859;
    color: #FFF;
  }
  #contents .koukyou ul li {
    border-bottom: 2px #000859 dotted;
  }
} /* Eo max729 */

@media (min-width:730px){
  .page #contents .koukyou h2 {
    text-align: center;
  }
  #contents .koukyou {
    background: #000859;
    border-radius: 0.3em;
    color: #FFF;
    padding: 1.8em;
  }
  #contents .koukyou h2 {
    color: #FFF;
    font-size: 1.8em;
    font-weight: normal;
    text-align: left;
  }
  #contents .koukyou ul li {
    background-color: #FFF;
    background-position: 1em center;
    border-radius: 0.4em;
    color: #333;
    margin-bottom: 0;
    padding: 1em 0.5em 1em calc( 54px + 2em );
  }
} /* Eo min730 */


/* PSnippets：買取ラインナップ（lineup）
----------------------------------------------- */
#contents .lineup ul li > span[class] {
  display: block;
  position: relative;
}
#contents .lineup ul li > span[class] span {
  color: #FFF;
  font-size: 1.4em;
  font-weight: bold;
  position: absolute;
  top: calc( 50% - 0.8em);
  text-align: center;
  right: 0;
  left: 0;
  padding: 5px 0;
}
#contents .lineup ul li > span.book span {
  background: rgba(105, 187, 224, 0.8);
}
#contents .lineup ul li > span.media span {
  background: rgba(255, 153, 0, 0.8);
}
#contents .lineup ul li > span.game span {
  background: rgba(118, 199, 118, 0.8);
}
#contents .lineup ul li > span.other span {
  background: rgba(234, 130, 130, 0.8);
}


/* PSnippets：買取ジャンル、買取品目リスト（genre-list）
----------------------------------------------- */

.genre-list li img,
.genre-list li a,
.genre-list li span {
  display: block;
  text-decoration: none;
}
.genre-list li img {
  margin: 0.5em auto !important;
}
.genre-list li a span.pic + span {
  padding: 0.5em 0.5em 0.3em;
}
.genre-list li a {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}
.genre-list li a:hover {
  opacity: 0.8;
}

@media (max-width: 729px) {
  .genre-list li {
    border-bottom: 2px #DAEAF0 dotted;
  }
  .genre-list li:after {
    content: "";
    clear: both;
    display: table;
  }
  .genre-list li a {
    display: block;
  }
  .genre-list li a:after {
    color: #FFA200;
  }
  .genre-list li a span {
    background: none;
    color: #007d9c;
    padding-left:22%;
  }
  .genre-list li a span.pic {
    margin-right: 1em !important;
    float: left;
    padding: 0;
    width: 22%;
  }
  .genre-list li a span.txt {
    color: #555;
  }

} /* Eo max729 */

@media (min-width:730px){
  .genre-list li {
    background: #FFF;
    border: 1px #58B2D0 solid;
    border-radius: 0.2em;
    display: flex;
    flex-direction: column;
  }
  .genre-list li a span.pic + span {
    background: #58B1D1;
    color: #333;
  }
  .genre-list li span.txt {
    background: #E7F8FF;
    color: #555;
    flex-grow: 1;
    font-size: 0.9em;
    padding: 0.5em 0.5em 1em;
  }

} /* Eo min730 */



/* PSnippets：取り扱いメーカーリスト（maker-list）
----------------------------------------------- */
.maker-list {
}


/* 実績記事サムネイル付き出力（results-withumb）
----------------------------------------------- */
.results-withumb {
  padding: 0 0 2em;
}
.results-withumb ul {
  margin: 0;
  padding: 0;
}
.results-withumb li {
  list-style: none;
  line-height: 1.5em;
  text-align: center;
}
.results-withumb li img {
  border-radius: 0.5em;
  display: block;
  object-fit: cover;
  margin: 0 auto 0.6em;
  max-height: 168px;
  width: 100%;
}
.results-withumb li > span,
.results-withumb li a {
  display: block;
  margin-bottom: 0.5em;
}
.results-withumb li span.area {
  display: inline-block;
  line-height: 1.2em;
  margin-right: 0.5em;
}
.results-withumb li span.date {
  display: block;
  font-size: 0.8em;
  margin-right: 0.5em;
}
.results-withumb li span.type {
  background: #a36200;
  color: #FFF;
  display: inline-block;
  font-size: 0.8em;
  padding: 2px 1em;
  font-weight: bold;
}
.results-withumb li span.goods {
  border: 2px #8AD1ED solid;
  border-radius: 0.4em;
  padding: 0.4em;
  position: relative;
}
.results-withumb li span.goods:after {
  background:
    linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #8AD1ED 50.5%) no-repeat bottom left/50% 100%,
    linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #8AD1ED 50.5%) no-repeat bottom right/50% 100%;
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 10px;
  width: 10px;
}
.results-withumb li span.goods span {
  color: #007d9c;
  font-size: 0.9em;
}
.results-withumb li a {
  border-top: 1px #CCCC99 dotted;
  padding-top: 0.3em;
  text-align: left;
}


/* 実績記事タイトルのみリスト出力（results-list）
----------------------------------------------- */
body.page .results-list {
  margin-top: 2em;
}
.results-list li {
  border-bottom: 1px dashed #999;
  color: #06c;
  line-height: 1.6em;
  list-style-position: inside;
  margin-left: -1em;
  padding: 0.4em 0 0.4em 1em;
  text-indent: -1em;
}
.results-list li a {
  text-decoration: none;
}

@media (min-width:730px){
  .results-list li {
    font-size: 1.2em;
  }
} /* Eo min730 */


/* フッター表示枠（f-box）
----------------------------------------------- */
div.f-box {
  background: #f8f8f8;
  padding: 1.5em;
}
div.f-box > div {
  max-width: 1000px;
  margin: 0 auto;
}
div.f-box > div h3 {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 1em;
}
div.f-box .taiou ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
div.f-box .taiou ul li {
  list-style: none;
  padding: 0 0.5em;
  margin: 0 0 1em;
}
div.f-box .taiou ul li a { /* ★ボタン デザイン */
  background: #F9EC0E;
  border: 3px #3BABCC solid;
  border-radius: 0.4em;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 6px 6px -4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 3px 6px 6px -4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 3px 6px 6px -4px;
  color: #333;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 0.2rem 1rem;
}
div.f-box .taiou ul li a:hover { /* ★ボタン デザイン（ロールオーバー） */
  background: #F9E00E;
}
.txt-c a {
  color:#06c !important;
}
@media (min-width:730px) {
  div.f-box {
    font-size: 1.2em;
  }

  div.f-box .taiou ul {
    justify-content: center;
  }
} /* Eo min730 */

