#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,
#contents .box .box + noscript + .box {
  padding-top: 2em;
}


/* 背景つきボックス */
#contents .att-box {
  background:#efefef;
  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:#F2F2F2;
  border-left:15px solid #e60033; 
  border-bottom:2px solid #e60033;
  color:#333333;
  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: 15px solid #e60033;
    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: 3.6rem;
  }
} /* Eo min730 */


/* -----------------------------------------------------------------
  見出し
----------------------------------------------------------------- */
/* 大見出し（変更したら1カラム側も確認する） */
body .post *[id$="-heading"] {
  background: none;
  border-left: none;
  border-bottom: 4px #e60033 solid;
  position: relative;
  clear:both;
  height: auto;
  margin: 0 0 10px;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0;
}


/* 小見出し（変更したら1カラム側も確認する） */
#contents .s-heading {
  border-left: #CC3333 solid 0.5em;
  border-bottom: none;
  color: #CC3333;
  font-weight: bold;
  line-height:1.4em;
  margin: 0 0 10px;
  padding: 0 0 0 0.5em;
}

@media (max-width: 729px) {
  .post .box *[id$="-heading"],
  .post .page-title *[id$="-heading"],
  .post .box h2 {
    background: #e60033;
    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 .post *[id$="-heading"]:after {
    background: #CCCCCC;
    content: "";
    height: 4px;
    width: 85%;
    position: absolute;
    bottom: -4px;
    right: 0;
  }

  body[class*="template-page-1col"] .post h2,
  body[class*="template-page-1col-w"] .post h2 {
    background: none;
    font-size: 2em;
    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: #399;
  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 {
    color: #FFF;
  }
} /* Eo min730 */


/* -----------------------------------------------------------------
  配置調整
----------------------------------------------------------------- */
/* 画像の配置 */

.img-c {
  display: block;
  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: #737373;
  border-color: #737373;
  border-style: solid;
  border-width: 1px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  color: #FFF;
  display: inline-block;
  line-height: 1.2em;
  text-decoration: none;
  padding: 0.5em 1em;
}
.more a:hover {
  opacity: 0.8;
}

@media (min-width: 730px) {
  .more a {
    font-size: 1.2em;
  }
} /* Eo min730 */



/* -----------------------------------------------------------------
  装飾
----------------------------------------------------------------- */
/* 強調 */
#contents .deco {
  color:#F00;
  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: #737373;
    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 #E0E0E0 solid;
  border-radius: 5px;
  margin-bottom: 2em !important;
  padding: 1em 1em 0.5em;
}
#contents .order-bnr > div.box.cooperator {
  background: none;
  border: 0;
  padding: 0;
}
#contents .order-bnr > div.box.cooperator a:hover {
  opacity: 0.8;
}
.order-bnr > div.box > .img-l {
  margin-bottom: 0;
}
.order-bnr > div.box div.wrap {
  padding-top: 1em;
}
.order-bnr > div.box div.wrap p:first-child,
.order-bnr > div.box div.wrap h3 {
  border: none;
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.order-bnr > div.box div.wrap .more {
  padding-top: 0.8em;
}
.order-bnr > div.box div.wrap .more a {
  border: none;
  border-radius: 5px;
}

.order-bnr > div.box.app div.wrap .more a {
  background: #e60033;
}
.order-bnr > div.box.line div.wrap .more a {
  background: #1C8700;
}

.order-bnr > div.box ul li a {
  border-radius: 5px;
  background: #FD7431;
  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 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:not(.hours) > span i {
  color: #FFF;
  font-size: 0.8em;
  background: #e60033;
  border-radius: 50%;
  height: 1.2em;
  width: 1.2em;
  padding: 0.2em;
}
.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）
----------------------------------------------- */
/* 
@media (min-width:730px) {
  #contents .order h2[id$="-heading"] {
    background: none;
    border: none;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    line-height: 1.4em;
    padding: 0;
  }
  #contents .order h2[id$="-heading"]:after {
    content: none;
  }
  #contents .order h2 + p.catch,
  #contents .order h2 + noscript + p.catch {
    text-align: center;
  }
} 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;
}


/* よくある質問（qa）
----------------------------------------------- */
.qa dl {
  margin-bottom: 1em;
}
.qa dl dt {
  background: url(/img/block/icon/qa-q.png) left 0.3em no-repeat;
  background-size: auto 1.5em;
  border-bottom: 1px #c2c2c2 solid;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0 0 0.5em;
  padding: 0.5em 1.5em 0.5em calc( 30px + 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(/img/block/icon/qa-a.png) left 0.5em no-repeat;
  background-size: auto 1.5em;
*/
  margin: 0 0 2em;
  padding: 0.5em 0.5em 0.5em calc( 30px + 0.5em );
}
.qa dl dd:after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width:730px) {
  .qa dl dt {
    font-size: 1.2em;
  }
  body[class*="template-page-1col"] .qa dl dt {
    font-size: 1.4em;
  }
  .qa dl dd {
    background-size: auto 1.7em;
    padding-left: 2.4em;
  }
  body[class*="template-page-1col"] .qa dl dd {
    font-size: 1.2em;
  }
} /* Eo min730 */


/* 業者の選び方（choice）
----------------------------------------------- */
.choice dl {
  margin-bottom: 1em;
}
.choice dl dt {
  background: url(/img/block/icon/checkbox.png) left top no-repeat;
  border-bottom: 1px #adadad solid;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0 0 0.5em;
  padding: 0.5em 1.5em 0.5em calc( 30px + 0.5em );
  position: relative;
}
.choice dl dt:after {
  font-family: FontAwesome;
  content : "\f103";
  position: absolute;
  right: 0;
  bottom: 0.5em;
}
.choice dl dt.open:after {
  content : "\f102";
}
.choice dl dt.open:after,
.choice dl dt:hover {
  color: #E25A00;
}
.choice dl dd {
  margin: 0 0 2em;
  padding: 0.5em 0.5em 0.5em 2em;
}
.choice dl dd:after {
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 729px) {
  .choice dl dt {
    background-size: auto 1.5em;
    background-position: left 0.4em;
  }
} /* Eo max729 */

@media (min-width:730px) {
  .choice dl dt {
    font-size: 1.2em;
    min-height: 30px;
  }
} /* 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：買取できないもの（kaishu-fuka）
----------------------------------------------- */
#contents .kaishu-fuka h3 {
  background: #734F2B;
  border: none;
  color: #FFF;
  text-align: center;
  margin: 0;
  padding: 0.2em 1em;
}
#contents .kaishu-fuka ul {
  background: #FCF2E8;
  padding: 1.5em 2em 0.1em;
}
#contents .kaishu-fuka ul li {
  font-size: 1.2em;
  padding-left: 2.5em;
  position: relative;
}
#contents .kaishu-fuka ul li:before {
  background: #b54141;
  border-radius: 0.2em;
  color: #FFF;
  content : "\f00d";
  display: inline-block;
  font-family: FontAwesome;
  line-height: normal;
  padding: 0.3em 0.5em;
  position: absolute;
  top: -0.2em;
  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 h3 {
}


/* PSnippets：サービスジャンル、品目リスト（genre-list）
----------------------------------------------- */
.genre-list li {
  background: #EBEBEB;
}
.genre-list li a,
.genre-list li span {
  display: block;
  text-decoration: none;
}
.genre-list li a {
  position: relative;
  height: 100%;
}
.genre-list li a:before {
  background: #737373;
  color: #FFF;
  content: "詳しく見る";
  font-size: 0.8em;
  display: inline-block;
  padding: 0.2em 1.2em;
  position: absolute;
  right: 0;
  bottom: 0;
}
.genre-list li a:after {
  content: "";
  clear: both;
  display: table;
}
.genre-list li span:first-child {
  background: #e60033;
  color: #FFF;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  padding: 0.8em 0;
}
.genre-list li img {
  float: left;
  margin: 0 !important;
  width: 46%;
  height: 155px;
  object-fit: cover;
}
.genre-list li img + span,
.genre-list li img + noscript + span {
  color: #333;
  float: right;
  margin: 0 !important;
  padding: 1em 1em 2.5em;
  width: 54%;
}

/* 2カラム用修正 */
.post-template-default .genre-list li span:first-child {
  font-size: 18px;
  font-weight: bold;
  padding: 0.7em 0 0.6em;
}
.post-template-default .genre-list li img {
  object-fit: cover;
  height: 155px;
}
@media (min-width:730px) {
  .post-template-default .genre-list li img {
    height: 155px;
  }
} /* Eo min730 */


/* PSnippets：取り扱いメーカーリスト（maker-list）
----------------------------------------------- */
.maker-list {
}


/* PSnippets：パック料金（pack-price）
----------------------------------------------- */
#contents .pack-price {
  margin: 0;
  padding: 0;
}
#contents .pack-price li {
  background: #EFEFEF;
  list-style: none;
  margin-bottom: 1em;
}
#contents .pack-price li > div:first-child {
  background: #CC3333;
}
#contents .pack-price li > div:nth-of-type(n+2){
  text-align: center;
}

#contents .pack-price li > div span.price {
  color: #CC3333;
}

@media (max-width: 729px) {
  #contents .pack-price li > div span.price span {
    font-size: 12vw;
  }
} /* Eo max729 */

@media (min-width:730px) {
  #contents .pack-price li {
    border: 3px #e60033 solid;
    display: table;
    width: 100%;
  }
  #contents .pack-price li > div {
    display: table-cell;
    font-size: 1.2em;
    font-weight: bold;
    vertical-align: middle;
    width: 50%;
  }
  #contents .pack-price li > div span.price span {
    font-size: 2.8em;
  }
} /* Eo min730 */


/* PSnippets：料金（price）
----------------------------------------------- */
#contents .price .indent {
  margin-bottom: 0.4em;
}
#contents .price table {
  margin-bottom: 0.4em;
}
#contents .price table caption {
  color: #333;
  font-size: 1.2em;
  font-weight: bold;
  padding-top: 1.6em;
  padding-bottom: 0;
}
#contents .price table th {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
#contents .price table th.item {
  width: 16em;
}
#contents .price table th.unit {
  width: 6em;
}
#contents .price table th.cost {
  width: 10em;
}

@media (max-width:729px){
  #contents .price table {
    overflow: auto;
    white-space: nowrap;
    display: block;
  }
  #contents .price table::-webkit-scrollbar{
    height: 5px;
  }
  #contents .price table::-webkit-scrollbar-track{
    background: #F1F1F1;
  }
  #contents .price table::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  #contents .price table tbody {
    display: table;
    width: 100%;
  }
} /* Eo max729 */


/* PSnippets：料金表（price-table）
----------------------------------------------- */
p.price-table-ttl {
  color: #333;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0;
  padding-top: 1.6em;
}
p.price-table-ttl + dl.price-table {
  margin-top: 0;
}
dl.price-table {
    border: 1px solid #ccc;
    margin: 1em 0;
}
dl.price-table > div {
    display: flex;
}
dl.price-table > div:not(:first-child) {
    border-top: 1px solid #ccc;
}
dl.price-table > div:first-child {
    text-align: center;
    background-color: #737373;
    color: #fff;
}
dl.price-table > div > * {
    padding: 8px 10px;
}
dl.price-table > div dt {
    width: 40%;
    font-weight: bold;
}
dl.price-table > div dd {
    width: 60%;
    border-left: 1px solid #ccc;
}
dl.price-table > div:not(:first-child) dt {
    background: #f5f4f3;
}
dl.price-table > div dd span {
    display: block;
}
dl.price-table > div dd span.accent {
    margin-bottom: 1em;
    color: #c33;
    position: relative;
    font-size: 1.4em;
}
dl.price-table > div dd span.accent > span {
    font-size: 0.8em;
    color: #c33;
}
dl.price-table > div dd span.accent:before {
    content: "";
    height: 4px;
    width: 80%;
    max-width: 200px;
    position: absolute;
    bottom: -5px;
    left: 0;
    border-bottom: 1px dashed #c33;
}
dl.price-table > div dd span:not(.accent) {
    color: #5f5f5f;
}


/* PSnippets：ハウスビルダー向け料金説明（housebuilder-info）
----------------------------------------------- */
ol.housebuilder-info {
  margin-bottom: 2em;
  padding-left: 2em;
}
ol.housebuilder-info li {
  margin-bottom: 0.8em;
}
ol.housebuilder-info li + li {
  border-top: 1px #CCC dotted;
  padding-top: 0.8em;
}
ol.housebuilder-info li span.indent {
  color: #c33;
  display: inline-block;
}



/* 実績記事サムネイル付き出力（results-withumb）
----------------------------------------------- */
.results-withumb {
  padding: 0 0 2em;
}
.results-withumb ul {
  margin: 0;
  padding: 0;
}
.results-withumb li {
  list-style: none;
}
.results-withumb li img {
  display: block;
  margin: 0 auto 0.3em;
  max-height: 168px;
  width: auto;
}
.results-withumb li span,
.results-withumb li a {
  display: block;
}
.results-withumb li span.pic {
  margin-bottom: 10px;
  position: relative;
}
.results-withumb li span.pic span {
  background: rgba(10, 10, 10, 0.8);
  bottom: 0;
  color: #FFF;
  font-size: 0.9em;
  position: absolute;
  left: 0;
  line-height: 1em;
  padding: 0.5em 0.5em 0.3em;
  right: 0;
}
.results-withumb li span.area {
  display: inline-block;
}
.results-withumb li span.date {
  line-height: 1.2em;
  margin-bottom: 5px;
}
.results-withumb li span.shuccho {
  background: #cc3333;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  line-height: 1.4em;
  margin: 0 5px 10px 0;
  padding: 0 4px;
}
.results-withumb li a {
  color: #333;
  line-height: 1.4em;
}

@media (min-width:730px) {
} /* Eo min730 */


/* 実績記事タイトルのみリスト出力（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 */


/* 豆知識コラム記事
----------------------------------------------- */
#contents ul.column-posts li img {
  float: left;
  margin-right: 5%;
  width: 22%;
}
#contents ul.column-posts li > span,
#contents ul.column-posts li > a {
  display: block;
}
#contents ul.column-posts li > img ~ span,
#contents ul.column-posts li > img ~ a {
  padding-left: 27%;
}
#contents ul.column-posts li > a {
  margin-bottom: 0.5em;
}
#contents ul.column-posts li span.date {
  color: #333;
}

@media (max-width: 729px) {
  #contents ul.column-posts li + li,
  #contents ul.column-posts li + noscript + li {
    border-top: #EEE 2px dotted;
    padding-top: 1em;
  }
  #contents ul.column-posts li > a + span,
  #contents ul.column-posts li > a + noscript + span {
    clear: both;
    padding-left: 0;
  }
} /* Eo max729 */



/* フッター表示枠（f-box）
----------------------------------------------- */
div.f-box {
  background: #666666;
  color: #EEE;
  padding: 1.5em;
}
div.f-box a {
  color: #FFF;
  text-decoration: underline;
}
div.f-box > div {
  max-width: 1000px;
  margin: 0 auto;
}
div.f-box > div h3 {
  font-size: 1.2em;
  margin-bottom: 0;
}


div.f-box > div.taiou {
  max-width: 700px;
}
div.f-box .taiou ul {
    display: grid;
    margin: 0;
    grid-template-columns: 1fr 1fr 1fr;
}
div.f-box .taiou ul li {
  list-style: none;
  margin: 0 0 0.5em;
  padding: 0 0.2em 0.3em;
}
div.f-box .taiou ul li a { /* ★ボタン デザイン */
  background: #e60033;
  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;
  display: block;
  text-decoration: none;
  text-align: center;
}
div.f-box .taiou ul li a:hover { /* ★ボタン デザイン（ロールオーバー） */
  background: #FD7431;
}

@media (min-width:730px) {
  div.f-box {
    font-size: 1.2em;
  }

  div.f-box .taiou {
    background: url(/img/default/taiou-bg.png) left center no-repeat;
    padding-left: 80px;
  }
  div.f-box .taiou:after {
    content: "";
    clear: both;
    display: table;
  }
  div.f-box .taiou > div {
    float: left;
    width: calc( 100% - 14em );
  }
  div.f-box .taiou ul {
    float: right;
    width: 14em;
/*    justify-content: center; */
  }
} /* Eo min730 */

