#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;
}

body[class*="template-page-1col"] #contents .box,
body[class*="template-page-1col-w"] #contents .box {
  margin-bottom: 5em;
}

#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;
}

body[class*="template-page-1col"] #contents .box .box+.box,
body[class*="template-page-1col-w"] #contents .box .box+.box {
  padding- top: 4em;
}

@media (min-width: 730px) {
  #contents .box {
    margin-bottom: 3.5em;
  }
}

/* Eo min730 */


/* 背景つきボックス */
#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: rgba(255, 248, 230, 0.5);
  border: 1px solid #d9c384;
  color: #ae8300;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 20px;
  padding: 13px 3%;
  text-align: left;
}

@media (max-width: 729px) {
  .page-template-default #contents h1 {
    border-left: 0;
    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.8rem;
  }

  body[class*="template-page-1col"] .post h1,
  body[class*="template-page-1col-w"] .post h1 {
    font-size: 3.6rem;
  }
}

/* Eo min730 */


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


/* 小見出し（変更したら1カラム側も確認する） */
#contents .s-heading {
  border-left: #233b10 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 {
    background: #125e4a;
    color: #FFF;
    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;
    font-size: 2.3em;
    font-weight: bold;
    text-align: center;
    line-height: 1.4em;
    margin-bottom: 10px;
    padding: 0;
  }

  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: #30471B;
  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;
  }

  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 {}
}

/* 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,
  .img-l+noscript+.wrap {
    float: right;
    margin-bottom: 1em;
    width: 60%;
  }

  .img-r+.wrap,
  .img-r+noscript+.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;
}

.more a {
  background: rgba(255, 255, 255, 0.1);
  border-color: #334A1C;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  color: #334A1C;
  display: inline-block;
  line-height: 1.2em;
  text-decoration: none;
  padding: 0.5em 1em;
}

.more a:hover {
  background: rgba(209, 237, 145, 0.3);
}

@media (min-width: 730px) {
  .more a {
    font-size: 1em;
  }
}

/* Eo min730 */



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

#contents .accent,
#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 {}


/* -----------------------------------------------------------------
  モバイル用
----------------------------------------------------------------- */
/* 続きを見る */
.cl-letter:before {
  content: "続きを見る";
}

.cl-letter {
  background-color: transparent;
  border: none;
  color: #666;
  display: block;
  height: auto;
  margin: 15px auto -15px;
  outline: 0;
  overflow: inherit;
  padding-bottom: 20px;
  position: relative;
}

.cl-letter:after {
  content: " ";
  border-top: solid 3px #666;
  border-right: solid 3px #666;
  height: 20px;
  right: 1.8em;
  padding: 0;
  position: absolute;
  top: 25px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  width: 20px;
}

.cl-letter.open {
  color: transparent !important;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}

.hide-text {
  display: none;
}

@media (min-width:730px) {
  .cl-letter {
    display: none;
  }

  .hide-text {
    display: block;
  }
}

/* Eo min730 */

/* コンテンツをアコーディオン化 */
#contents section .sbtitle2+* .catch {
  text-align: center;
}

@media (max-width:729px) {
  #contents section.box .sbtitle2:before {
    background: none;
    color: #fff;
    content: "\f13a";
    font-family: 'FontAwesome';
    float: right;
    padding-left: 0.5em;
  }

  #contents section.box .sbtitle2.close+* {
    margin-bottom: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
  }

  #contents section .sbtitle2+* .catch {
    text-align: left;
  }

  #contents section .sbtitle2.open:before {
    content: "\f139";
  }

  #contents section .sbtitle2.open+* {
    margin-bottom: 2em;
    opacity: 1;
  }
}

/* Eo max729 */


/* -----------------------------------------------------------------
  スニペット用 （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: 5px #C1C9BA solid;
  border-radius: 5px;
  margin-bottom: 2em !important;
  max-width: 1000px;
  padding: 1em 1em 0;
}

.order-bnr>div.box div.wrap p:first-child {
  font-size: 1.6em;
  line-height: 1.4em;
  margin-bottom: 0.5em;
}

.order-bnr>div.box .more a {
  background-color: #FFA350;
  background: -webkit-linear-gradient(top, #FFA350, #FE6F06);
  background: linear-gradient(to bottom, #FFA350, #FE6F06);
  border-color: #D65D04;
  border-radius: 0.2em;
  color: #FFF;
}

.order-bnr>div.box .more a:hover {
  opacity: 0.8;
}

/* ↓ボタン2つの場合
.order-bnr > div.box ul li a {
  color: #FFF;
  display: block;
  font-size: 0.9em;
  text-align: center;
  text-decoration: none;
  padding: 0.5em 0.2em;
}
.order-bnr > div.box ul li:nth-of-type(1) a {
  background: #BDA583;
}
.order-bnr > div.box ul li:nth-of-type(2) a {
  background: #00BA01;
}
.order-bnr > div.box ul li 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)>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: #333;
  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 */


/* 長島書店の古本買取（furuhon）
----------------------------------------------- */
#contents .furuhon img {
  display: block;
  margin-bottom: 0.5em;
}


/* 遺品整理、大量買取（tairyo）
----------------------------------------------- */
#contents .tairyo img {
  display: block;
  margin-bottom: 0.5em;
}

/* 宅配買取が利用できる地域（support）
----------------------------------------------- */
#contents .support div>ul,
#contents #support.support>ul {
  padding-top: 1em;
}

#contents .support div>ul li,
#contents #support.support>ul li {
  margin-bottom: 1em;
}

#contents .support div>ul li div.sbtitle,
#contents #support.support>ul li div.sbtitle {
  border: 3px solid #e8e8d0;
  border-radius: 0.2em;
  color: #233b10;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 0.2em;
  background: #fff;
}

#contents .support div>ul li div.sbtitle:after,
#contents #support.support>ul li div.sbtitle:after {
  font-family: FontAwesome;
  content: "\f078";
  display: block;
}

#contents .support div>ul li div.sbtitle.open:after,
#contents #support.support>ul li div.sbtitle.open:after {
  content: "\f077";
}

#contents .support div>ul li div.sbtitle:hover,
#contents #support.support>ul li div.sbtitle:hover {
  opacity: 0.8;
}

#contents .support div>ul ul.sbcontents,
#contents #support.support>ul ul.sbcontents {
  padding: 1em 0 0;
}

#contents .support div>ul ul.sbcontents li,
#contents #support.support>ul ul.sbcontents li {
  list-style: none;
  display: inline-block;
  margin: 0 2em 0.5em 0;
  padding: 0;
}

@media (min-width:730px) {

  #contents .support div>.img-l,
  #contents #support.support>.img-l {
    width: 47.2%;
    margin-top: 1em;
  }

  #contents .support div .img-l+.wrap,
  #contents #support.support .img-l+.wrap,
  #contents .support div .img-l+noscript+.wrap,
  #contents #support.support .img-l+noscript+.wrap {
    width: 48%;
  }

  #contents .support div .img-l+noscript+.wrap {
    float: left;
  }
}

/* Eo min730 */

/* 出張買取にお伺いできる地域（support）
----------------------------------------------- */
#contents .support>ul {
  padding-top: 1em;
}

#contents .support>ul li div.sbtitle {
  background: #DC4935;
  border-radius: 0.2em;
  color: #FFF;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 0.5em;
}

#contents .support>ul li div.sbtitle:after {
  font-family: FontAwesome;
  content: "\f078";
  display: block;
}

#contents .support>ul li div.sbtitle.open:after {
  content: "\f077";
}

#contents .support>ul li div.sbtitle:hover {
  opacity: 0.8;
}

#contents .support>ul ul.sbcontents {
  padding: 1em 0 0;
}

#contents .support>ul ul.sbcontents li {
  list-style: none;
  display: inline-block;
  margin: 0 2em 0.5em 0;
  padding: 0;
}

@media (min-width:730px) {

  #contents .support .img-r,
  #contents .support .img-r+.wrap,
  #contents .support .img-r+noscript+.wrap {
    width: 48%;
  }
}


/* よくある質問（qa）
----------------------------------------------- */
.qa dl {
  margin-bottom: 1em;
}

.qa dl dt {
  background: url(/imgv2/block/icon/qa-q.png) left top no-repeat;
  border-bottom: 1px #adadad solid;
  line-height: 1.2em;
  margin: 0 0 0.5em;
  padding: 0.7em 2em 0.7em calc(35px + 0.5em);
  position: relative;
}

.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 {
  background: url(/imgv2/block/icon/qa-a.png) left top no-repeat;
  margin: 0 0 2em;
  padding: 0.5em 0.5em 0.5em calc(35px + 0.5em);
}

.qa dl dd:after {
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 729px) {

  .qa dl dt,
  .qa dl dd {
    background-size: auto 1.5em;
    background-position: left 0.4em;
    padding-left: calc(25px + 0.5em);
  }
}

/* Eo max729 */

@media (min-width:730px) {
  .qa dl dt {
    font-size: 1em;
    min-height: 35px;
  }

  body[class*="template-page-1col"] .qa dl dt {
    font-size: 1.4em;
  }

  .qa dl dd {
    padding-left: 2.4em;
    min-height: 35px;
  }

  body[class*="template-page-1col"] .qa dl dd {
    font-size: 1.2em;
  }
}

/* Eo min730 */


/* 高く売るポイント（point）
----------------------------------------------- */
.point dl {
  margin-bottom: 1em;
}

.point dl dt {
  background: url(/imgv2/block/icon/point.png) left top no-repeat;
  border-bottom: 1px #adadad dashed;
  line-height: 1.2em;
  margin: 0 0 0.3em;
  padding: 0.5em 1.5em 0.8em calc(25px + 0.5em);
  position: relative;
}

.point dl dt:after {
  font-family: FontAwesome;
  content: "\f103";
  position: absolute;
  right: 0;
  bottom: 0.5em;
}

.point dl dt.open:after {
  content: "\f102";
}

.point dl dt.open:after,
.point dl dt:hover {
  color: #E25A00;
}

.point dl dd {
  margin: 0 0 2em;
}

.point dl dd:after {
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 729px) {
  .point dl dt {
    background-size: auto 1.5em;
    background-position: left 0.4em;
  }
}

/* Eo max729 */

@media (min-width:730px) {
  .point dl {
    background: #F5EFDF;
    border-radius: 0.2em;
    padding: 1em;
  }

  .point dl dt {
    font-size: 1.2em;
    margin-bottom: 0.5em;
    min-height: 30px;
    padding: 0.5em 1.5em 0.8em calc(40px + 0.5em);
  }

  .point dl dd {
    background-color: #FFF;
    border-radius: 0.2em;
    padding: 1em;
  }
}

/* Eo min730 */


/* 業者の選び方（erabikata）
----------------------------------------------- */
.erabikata dl {
  margin-bottom: 1em;
}

.erabikata dl dt {
  background: url(/imgv2/block/icon/checkbox.png) left top no-repeat;
  border-bottom: 1px #adadad dashed;
  line-height: 1.2em;
  margin: 0 0 0.5em;
  padding: 0.7em 2em 0.7em calc(35px + 0.5em);
  position: relative;
}

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

.erabikata dl dd:after {
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 729px) {
  .erabikata dl dt {
    background-size: auto 1.5em;
    background-position: left 0.4em;
    padding-left: calc(25px + 0.5em);
  }
}

/* Eo max729 */

@media (min-width:730px) {
  .erabikata dl {
    background: #F5EFDF;
    border-radius: 0.2em;
    padding: 1em;
  }

  .erabikata dl dt {
    font-size: 1em;
    min-height: 30px;
  }

  .erabikata dl dd {
    background-color: #FFF;
    border-radius: 0.2em;
    padding: 1em;
  }
}

/* Eo min730 */



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

@media (min-width:730px) {
  #contents .reason ul li {
    font-size: 1.1em;
  }
}

/* Eo min730 */


/* PSnippets：買取できないもの（kaiori-fuka）
----------------------------------------------- */
#contents .kaiori-fuka h3 {
  background: #AA4243;
  border: none;
  color: #FFF;
  margin: 0;
  padding: 0.6em 1em 0.3em;
}

#contents .kaiori-fuka ul {
  background: #FFF;
  border: 2px #AA4243 solid;
  padding: 0.7em 3em;
}

@media (min-width:730px) {
  #contents .kaiori-fuka h3 {
    text-align: center;
  }
}

/* Eo min730 */


/* 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 {
  background: #4a5f3a;
  color: #FFF;
  display: block;
  padding: 12px;
  text-align: center;
}

#contents .kaitori-houhou ul li span {
  display: none;
}

#contents .kaitori-houhou ul li a {
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 1.4em;
  margin-top: 1em;
  text-align: left;
}

#contents .kaitori-houhou ul li .more {
  margin: 1.5rem 0 0 !important;
}

@media (max-width: 729px) {
  #contents .kaitori-houhou ul li img {
    width: 70%;
  }
}

/* Eo max729 */

@media (min-width:730px) {
  #contents .kaitori-houhou ul li {
    font-size: 1.6em;
    line-height: 1.6em;
    padding: 1em;
  }

  #contents .kaitori-houhou ul li span {
    text-align: left;
    display: block;
    font-size: 16px;
    line-height: 1.6em;
    margin: 10px 0;
  }

  #contents .kaitori-houhou ul li a {
    font-size: 16px;
    margin-top: 0;
    text-align: center;
  }
}

/* Eo min730 */


/* PSnippets：買取ジャンル、買取品目リスト（genre-list）
----------------------------------------------- */
.genre-list li img,
.genre-list li a,
.genre-list li span {
  display: block;
  text-decoration: none;
}

.genre-list li>a {
  font-size: 1em;
  margin-bottom: 0.5em;
}

@media (max-width: 729px) {
  .genre-list li {
    clear: both;
    margin-bottom: 0 !important;
    padding: 0.5em 0 !important;
  }

  .genre-list li+li {
    border-top: 2px #ede9da dotted;
  }

  .genre-list li:after {
    clear: both;
    content: "";
    display: table;
  }

  .genre-list li img {
    float: left;
    margin: 0 1em 0 0;
    width: 25%;
  }

  .genre-list li span {
    margin-left: 30%;
  }
}

/* Eo max729 */

@media (min-width:730px) {
  .genre-list li {
    background: #F8FBF7;
    padding: 0.5em !important;
  }

  .genre-list li>a {
    text-align: center;
  }

  .genre-list li img {
    margin: 0 auto !important;
  }

  .genre-list li>span {
    font-size: 0.9em;
    padding: 0.4em;
  }

  .genre-sub-list {
    background: #fff;
    padding: 1em;
  }

  .genre-sub-list ul {
    margin-bottom: 0;
  }

  .genre-sub-list ul li {
    display: inline-block;
    margin-right: 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.2em;
}

.results-withumb li img {
  display: block;
  object-fit: cover;
  margin: 0 auto 0.3em;
  max-height: 168px;
  width: 100%;
}

.results-withumb li span,
.results-withumb li a {
  display: block;
  margin-bottom: 0.5em;
}

.results-withumb li .list-flex {
  display: flex;
}

.results-withumb li span.area {
  display: flex;
  align-items: center;
  font-size: 0.9em;
}

.results-withumb li span.area a,
.results-withumb li span.area span {
  margin: 0 !important;
}

.results-withumb li span.date {
  display: inline-block;
  font-size: 0.8em;
  text-align: center;
  margin-right: 0.5em;
  width: 100%;
}

.results-withumb li span.type {
  background: #314B1C;
  border-radius: 0.2em;
  color: #FFF;
  display: flex;
  align-items: center;
  font-size: 0.8em;
  margin-right: 0.5em;
  padding: 2px 6px;
}

.results-withumb li span.genre a {
  /*margin: 0 !important;*/
  font-size: .9em;
  margin-bottom: 8px !important;
}

/*.results-withumb li span.genre a:first-child {
  margin-bottom: 0.5rem !important;
}*/

.results-withumb li span.goods {
  border: 2px #bec6b9 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%, #bec6b9 50.5%) no-repeat bottom left/50% 100%,
    linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #bec6b9 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: #485A3A;
  font-size: 1em;
}

.results-withumb li a {
  text-decoration: none;
}

@media (max-width:576px) {
  .results-withumb li .list-flex {
    display: block;
  }

  .results-withumb li span.type {
    display: inline-block;
  }
}


/* 実績記事タイトルのみリスト出力（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: #C3CBBC url(/imgv2/block/bg/gara.png);
  padding: 1.5em;
}

div.f-box>div {
  max-width: 1000px;
  margin: 0 auto;
}

div.f-box>div h3 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

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: #455936;
  border: 3px #97AE80 solid;
  border-radius: 0.2em;
  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: #FFF;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 0.3rem 1rem;
  font-size: 0.9em;
}

div.f-box .taiou ul li a:hover {
  /* ★ボタン デザイン（ロールオーバー） */
  background: #A3A66D;
  border-color: #BDC076;
}

@media (min-width:730px) {
  div.f-box {
    font-size: 1.2em;
  }

  div.f-box .taiou {
    background: url(/imgv2/default/taiou-bg.png) left center no-repeat;
    padding-left: 160px;
  }

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

/* Eo min730 */

.textwidget .genre.fx {
  visibility: hidden;
}

.fw .textwidget .genre.fx {
  visibility: inherit;
  animation-name: fadein;
  animation-duration: 1s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}