#contents table {
  width: 100%;
}

@media (max-width: 729px) {
  #contents h1 {
    font-size: 2rem;
  }
  #contents h2,
  .single #contents h1.entry-title,
  .single #contents .heading {
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.4em;
  }
  #contents .page-title .img-l,
  #contents .box .img-l,
  #contents .page-title .img-r,
  #contents .box .img-r {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.8em;
    width: 80%;
  }
  #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;
  padding: 1.5em 0;
}

/* 背景つきボックス */
#contents .att-box {
  background:#F6ECEB;
  border:1px solid #aa7b7b;
  box-sizing: border-box;
  clear: both;
  padding: 1.5em 1.5em 1em;
  margin-bottom: 1.5em;
}

/* 回り込み解除 */
#contents .clearfix:after,
#contents .box:after,
#contents .att-box:after {
  content: "";
  display: block;
  clear: both;
}

/* -----------------------------------------------------------------
  ページタイトル
----------------------------------------------------------------- */
#contents .page-title {
  padding-bottom: 10px;
  margin: 0;
}
#contents .page-title:after {
  content: "";
  display: block;
  clear: both;
}
#contents .page-title h1 {
  background: #993333 url(/img/block/bg/mesh.png);
  box-shadow: 0 10px 10px -10px #ccc;
  color:#ffffff;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.4em;
  padding:14px 3% 14px;
  text-align: left;
}
div.page-title h1 span {
  border-left: 15px solid;
  display: table-cell;
  padding-left: 15px;
  padding-top: 20px;
  vertical-align: bottom;
}

@media (max-width: 729px) {
  #contents .box h1,
  #contents .page-title 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) {
  .box h1,
  .page-title h1 {
    font-size:2.4rem;
  }
  .page-template-page-1col .post h1,
  .page-template-page-1col-w .post h1 {
    font-size: 2.4em;
  }
} /* Eo min730 */

/* -----------------------------------------------------------------
  リンク用ボタン（単独で使用）
----------------------------------------------------------------- */
#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;
}

/* -----------------------------------------------------------------
  見出し
----------------------------------------------------------------- */
/* 大見出し */
.post .box .heading,
.post .page-title .heading {
  background: url("/img/block/icon/mark-s.png") no-repeat scroll 10px 5px, url("/img/block/bg/slant-l.png"), #efe6d7;
  font-size: 2rem;
  font-weight: bold;
  clear:both;
  height: auto;
  margin: 0 0 0.4em;
  padding: 5px 5px 5px 45px;
  border-left:none;
}

@media (max-width: 729px) {
  .post .box .heading,
  .post .page-title .heading,
  .post .box h2 {
    background: #933;
    color: #FFF;
    border: none;
    border-radius: 0;
    margin-right: -3.5% !important;
    margin-left: -3.5% !important;
    padding: 8px 20px;
    width: auto !important;
  }
} /* Eo max729 */

/* 小見出し */
#contents h3 {
  margin: 0 0 1em;
}
#contents .s-heading {
  border-left: #993333 solid 8px;
  font-weight: bold;
  line-height: 1.4em;
  margin: 0 0 0 1em;
  padding: 3px 16px 2px 15px;
  font-size:1.2em;
}
.entry-content h2 {
  padding-right: 20px;
}

@media (min-width:730px){
  .page-template-page-1col #contents .post h2,
  .page-template-page-1col-w #contents .post h2 {
    background: none;
    border-left: none;
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
    line-height: 1.4em;
    padding: 0;
  }
  .page-template-page-1col #contents .post h3,
  .page-template-page-1col #contents .s-heading,
  .page-template-page-1col-w #contents .post h3,
  .page-template-page-1col-w #contents .s-heading {
    font-size: 1.4em;
  }
} /* Eo min730 */


/* キャッチ
----------------------------------------------- */
.page-template-page-1col #contents .post .catch,
.page-template-page-1col-w #contents .post .catch {
  color: #933;
}
@media (min-width:730px){
  .page-template-page-1col #contents .post .catch,
  .page-template-page-1col-w #contents .post .catch {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
  }
  .page-template-page-1col #contents .post .outer .catch,
  .page-template-page-1col-w #contents .post .outer .catch {
    color: #FFF;
  }
} /* Eo min730 */


/* -----------------------------------------------------------------
  配置調整
----------------------------------------------------------------- */
/* 画像の配置 */
.img-l {
  float:left;
  margin:0 4% 0 0;
  min-width: 120px;
  padding: 0;
  text-align:left;
  width: 32%;
}

.img-r {
  float:right;
  margin:0 0 0 4%;
  min-width: 120px;
  padding: 0;
  text-align:right;
  width: 32%;
}

.img-c {
  text-align:center;
  clear:both;
  width: 100%;
}

/* 画像の下に回り込まないテキスト */
@media (min-width: 730px) {
  .box .img-l + .wrap,
  .page-title .img-l + .wrap {
    float: right;
    width: 64%;
  }
  .box .img-r + .wrap,
  .page-title .img-r + .wrap {
    float: left;
    width: 64%;
  }
} /* Eo min730 */


/* テキストの配置 */
.txt-r {
  text-align:right;
}

.txt-c {
  text-align:center;
}

/* float解除 */
.clear {
  clear: both;
}

/* テキストのインデント */
.indent {
  text-indent: -1em;
  padding-left: 1em;
}

/* -----------------------------------------------------------------
  装飾
----------------------------------------------------------------- */
/* 強調 */
#contents .deco {
  color:#F00;
  font-weight:bold;
}

#contents .box .accent,
#contents .box strong,
#contents .page-title .accent,
#contents .page-title strong {
  font-weight:bold;
}
/* 注意 */
#contents .caution {
  font-size:0.8em;
}

/* -----------------------------------------------------------------
  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;
}
/* セル */
.wp-table-reloaded th,
.wp-table-reloaded td {
  font-size: 1.4rem;
  width: auto;
}

/* -----------------------------------------------------------------
  スニペット用 （Post-Snippets で作成したブロックのスタイル）
----------------------------------------------------------------- */

/* フッターエリア（f-area）
----------------------------------------------- */
div.f-area {
  clear: both;
  padding: 1em;
}
div.f-area > div {
  max-width: 1000px;
  margin: 0 auto;
}
div.f-area > div h3 {
  font-weight: bold;
  margin: 0 0 0.5em;
}
div.f-area p a {
  text-decoration: underline;
}
@media (min-width: 730px) {
  div.f-area > div h3 {
    font-size: 1.2em;
    padding-top: 8px;
  }
} /* Eo min730 */

/* フッターエリア：対応エリア用調整 */
div#f-taiou {
  background: #F2E0D9;
}
div#f-taiou ul {
  margin: 0;
  padding: 0.5em 0;
}
div#f-taiou ul li {
  display: inline-block;
  margin: 0 0.3em 1em;
  width: 7em;
}
div#f-taiou ul li a {
  background: #fceabb;
  background: -webkit-linear-gradient(top, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
  background: linear-gradient(to bottom, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
  border: 1px #E8AF00 solid;
  border-radius: 0.8em;
  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: #111;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 3px 0;
}
div#f-taiou ul li a:hover {
  background: #F79800;
  background: -webkit-linear-gradient(top, #fceabb 0%,#fccd4d 50%,#F79800 51%,#fbdf93 100%);
  background: linear-gradient(to bottom, #fceabb 0%,#fccd4d 50%,#F79800 51%,#fbdf93 100%);
}
@media (min-width: 730px) {
  div#f-taiou > div h3 {
    float: left;
    padding-right: 2em;
  }
  div#f-taiou ul li a {
    font-size: 1.2em;
  }
} /* Eo min730 */

/* フッターエリア：問い合わせ用調整 */
div#f-form p {
  text-align: center;
}
div#f-form p:not(.hours) {
  font-size: 1.5em;
}
div#f-form p:not(.hours) > span {
  font-weight: bold;
  line-height: 1em;
}
div#f-form p.hours {
  font-size: 1.1em;
  text-align: center;
}
div#f-form p.hours span {
  display: inline-block;
  padding: 0 1em;
}

@media (max-width: 729px) {
  div#f-form p img {
    width: 100%;
  }
  div#f-form p:not(.hours) > span {
    font-size: 1.5em;
    display: block;
  }
  div#f-form p.hours {
    padding-top: 10px;
  }
} /* max729 */

@media (min-width: 730px) {
  div#f-form p:not(.hours) > span {
    font-size: 1.8em;
    margin-left: 30px;
  }
} /* min730 */

/* フッターエリア：問い合わせ先用調整 */
div#f-store p > span {
  display: inline-block;
  margin: 0 1em 0.5em 0;
}
@media (min-width: 730px) {
  div#f-store {
    text-align: center;
  }
} /* min730 */


/* サービス（service-list）
----------------------------------------------- */


/* 買取りの流れ案内メニュー（purchase-guide）
----------------------------------------------- */


/* 買取の流れ セクション（step-sec）
----------------------------------------------- */
#contents .step ol li {
  border-radius: 0.5em;
  padding: 1em 0;
  position: relative;
}
#contents .step ol li:nth-of-type(n+2):before {
  content: "";
  border-right: 6px solid #696B6D;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  height: 16px;
  width: 16px;
}
#contents .step ol li span {
  display: block;
  padding: 0 1em;
}
#contents .step ol li img + span {
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 0.5em;
}
#contents .step .more {
  text-align: center;
}
#contents .step .more a {
  border-radius: 0.2em;
  display: inline-block;
  text-decoration: none;
  padding: 0.5em 1em;
}

/* 宅配 */
#contents .step .delivery h3 {
  border-bottom: 2px #933 solid;
  color: #933;
}
#contents .step .delivery ol li {
  background: #F6ECEB;
}
#contents .step .delivery ol li img + span {
  color: #933;
}
#contents .step .delivery .more a {
  background: #933;
  border: 1px #933 solid;
  color: #FFF;
}
#contents .step .delivery .more a:hover {
  background: #B85454;
}

/* 出張 */
#contents .step .visit h3 {
  border-bottom: 2px #630 solid;
  color: #630;
}
#contents .step .visit ol li {
  background: #ECE7E2;
}
#contents .step .visit ol li img + span {
  color: #630;
}

#contents .step .visit .more a {
  background: #630;
  border: 1px #630 solid;
  color: #FFF;
}
#contents .step .visit .more a:hover {
  background: #854C13;
}


#contents .step .visit dl {
  background: #630;
  color: #FFF;
  border-radius: 0.5em;
  max-width: 800px;
  margin: 0 auto;
  padding: 1em;
}
#contents .step .visit dl dt {
  font-weight: bold;
  text-align: center;
}
#contents .step .visit dl dt a {
  color: #FFF;
}
#contents .step .visit dl dt a:hover {
  opacity: 0.8;
}
#contents .step .visit dl dd ul li {
  display: inline;
}
#contents .step .visit dl dd ul li + li:before {
  content: "・";
}

@media (max-width: 729px) {
  #contents .step ol li:nth-of-type(n+2):before {
    border-bottom: 6px solid #696B6D;
    left: 46%;
    top: -8%;
  }
  #contents .step ol li img {
    width: 60%;
  }
  #contents .step .visit dl dt {
    font-size: 1.2em;
  }
} /* max729 */

@media (min-width:730px){
  #contents .step ol {
    display: flex;
    flex-wrap: wrap;
  }
  #contents .step ol li:nth-of-type(n+2):before {
    border-top: 6px solid #696B6D;
    top: 45%;
    left: -11%;
  }
  #contents .step .visit dl dt {
    font-size: 1.8em;
  }
  #contents .step .visit dl dd {
    font-size: 1.2em;
    text-align: center;
  }
} /* Eo min730 */


/* タップBOX（共通）
----------------------------------------------- */
#contents .tapbox {
  clear: both;
  border-radius: 5px;
  border: 2px #933 solid;
  margin-bottom: 2em;
  padding: 1em;
  position: relative;
}
#contents .tapbox:after {
  clear: both;
  content: "";
  display: table;
}
#contents .tapbox h3 {
  border: none;
}
#contents .tapbox dt {
  color: #A85D2B;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
#contents .tapbox .more {
  padding: 1em 0 0;
  text-align: center;
}
#contents .tapbox .more span,
#contents .tapbox .more a {
  background: #933;
  border-radius: 3px;
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  margin: 0 auto;
  min-width: 300px;
  padding: 0.2em 0;
}
#contents .tapbox .more a:hover {
  opacity: 0.7;
}

@media (max-width:729px){
  #contents .tapbox h3 {
    font-size: 1.2em;
  }
} /* Eo max729 */

@media (min-width:730px){
  #contents .box .tapbox h3 {
    font-size: 2em;
  }
  #contents .tapbox dt {
    font-size: 1.3em;
  }
} /* Eo min730 */


/* 買取情報 セクション（information-sec）
----------------------------------------------- */
#contents .information {
}


/* 買取りできる・できないもの（information-notes）
----------------------------------------------- */
#contents .info-note {
  margin-bottom: 1em;
}
#contents .info-note h3 {
  background: url(/img/block/icon/mark-s.png) left top no-repeat;
  padding-left: 35px;
}
#contents .info-note ul {
  padding: 0;
}
#contents .info-note ul li {
  font-size: 1.2em;
  list-style: none;
  margin-bottom: 0.5em;
  padding-left: 35px;
}
#contents .info-note.ok ul li {
  background: url(/img/block/icon/maru.png) left top no-repeat;
}
#contents .info-note.ng ul li {
  background: url(/img/block/icon/batsu.png) left top no-repeat;
}

@media (min-width:730px){
  #contents .info-note {
    float: left;
    width: 47.5%;
  }
  #contents .info-note + .info-note {
    margin-left: 5%;
  }
  #contents .outer .info-note {
    background: #fffdf9;
    border-radius: 0.5em;
    color: #111;
    padding: 1em;
    margin: 0 1rem 1rem;
  }
} /* Eo min730 */


/* その他サービス（others-sec）
----------------------------------------------- */
#contents .others {
}


/* お問合せ セクション（order-sec）
----------------------------------------------- */
#contents .order {
}

/* タップBOX調整：LINE */
div#main #contents .order .line {
  border: 2px #2DC12D solid;
}
#contents .order .line a dt {
  color: #3C3;
}

/* タップBOX調整：買取依頼 */
#contents .order .app {
  border: 2px #692828 solid;
}
#contents .order .app a dt {
  color: #A55050;
}

/* 電話 */
#contents .order .call {
  clear: both;
}
#contents .order .call p {
  text-align: center;
  font-weight: bold;
}
#contents .order .call p:not(.hours) {
  font-size: 1.5em;
}
#contents .order .call p:not(.hours) > span {
  font-weight: bold;
  line-height: 1em;
}
#contents .order .call p.hours {
  font-size: 1.2em;
  text-align: center;
}
#contents .order .call p.hours span {
  display: inline-block;
  padding: 0 1em;
}

@media (max-width: 729px) {
  #contents .order .call p img {
    width: 100%;
  }
  #contents .order .call p:not(.hours) > span {
    font-size: 1.5em;
    display: block;
  }
  #contents .order .call p.hours {
    padding-top: 10px;
  }
} /* max729 */

@media (min-width: 730px) {
  #contents .order .call p:not(.hours) > span {
    font-size: 1.8em;
    margin-left: 30px;
  }
} /* min730 */


/* サービス（genre-list）
----------------------------------------------- */
#contents ul.genre-list {
  display: flex;
  flex-wrap: wrap;
}
#contents ul.genre-list > li {
  background: #FFF;
  border: 2px #933 solid;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}
#contents ul.genre-list > li span,
#contents ul.genre-list > li a {
  display: block;
  padding: 0.5em 1em;
}
#contents ul.genre-list > li img {
  max-width: 92%;
}
#contents ul.genre-list > li:last-child img {
  max-width: 100%;
}
#contents ul.genre-list > li img + span {
  flex-grow: 1;
}
#contents ul.genre-list > li span.type {
  background: #B25050;
  background: -webkit-linear-gradient(top, #B25050, #933);
  background: linear-gradient(#B25050, #933);
  color: #FFF;
  font-size: 1.5em;
  text-align: center;
}
#contents ul.genre-list > li > span a {
  background: #B25050;
  background: -webkit-linear-gradient(top, #B25050, #933);
  background: linear-gradient(#B25050, #933);
  border-radius: 3px;
  color: #FFF;
  font-size: 1.2em;
  text-align: center;
  text-decoration: none;
  margin: 0 auto 0.5em;
  max-width: 80%;
}
#contents ul.genre-list > li > span a:hover {
  background: #CE6D6D;
  background: -webkit-linear-gradient(top, #CE6D6D, #933);
  background: linear-gradient(#CE6D6D, #933);
}

@media (min-width: 1000px) {
  #contents ul.genre-list > li span.type {
    font-size: 1.8em;
  }
} /* min1000 */

/* 子ジャンル用 */
#contents ul.genre-list ul {
  background: #F6F6F5;
  border-radius: 5px;
  margin: 0 1em 1em;
  padding: 1em 1em 1em 7em;
  position: relative;
}
#contents ul.genre-list ul:before,
#contents ul.genre-list ul:after {
  background: -webkit-linear-gradient(top, transparent 60%, #C3E4A5 60%);
  background: linear-gradient(transparent 60%, #C3E4A5 60%);
  display: inline-block;
  line-height: 1em;
  padding: 0 0.2em;
  position: absolute;
  transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  left: 1em;
}
#contents ul.genre-list ul:before {
  content: "買取強化";
  top: 1em;
}
#contents ul.genre-list ul:after {
  content: "ジャンル";
  top: 2.5em;
}
#contents ul.genre-list ul li {
  display: inline-block;
  clear: none;
  float: none;
  margin: 0 0.5em 0.5em 0;
  width: auto;
}


/* よくある質問
----------------------------------------------- */
#contents dl.qa-ptn-1 dt,
#contents dl.qa-ptn-1 dd {
  padding-left: 50px;
}
#contents dl.qa-ptn-1 dt {
  background: url(/img/block/icon/qa-q.png) left top no-repeat;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.2em;
  min-height: 40px;
}
#contents dl.qa-ptn-1 dt:hover{
  color: #ee7800;
}
#contents dl.qa-ptn-1 dd {
  background: url(/img/block/icon/qa-a.png) left top no-repeat;
  border-bottom: 1px #CCC dotted;
  margin: 0 0 25px;
  padding-bottom: 20px;
  min-height: 60px;
}

/* よくある質問ブロック（LP用）
----------------------------------------------- */
#lp-faq .catch {
  color: #933;
  font-weight: bold;
  margin-bottom: 1.5em;
}
#lp-faq dl.qa-ptn-1 {
  text-align: left;
}
#lp-faq dl.qa-ptn-1 dt {
  background-color: #F6ECEB;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
}
#lp-faq dl.qa-ptn-1 dt:hover {
  color: #933;
}
#lp-faq dl.qa-ptn-1 dd {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  margin: 0;
}
#lp-faq .more {
  margin-top: 2em;
}
#lp-faq dl.qa-ptn-1 dt {
  margin-bottom: 0;
}
#lp-faq dl.qa-ptn-1 dd {
  margin: 0 0 1.5em;
}
#lp-faq dl.qa-ptn-1 dt,
#lp-faq dl.qa-ptn-1 dd {
  background-image: none;
}
#lp-faq dl.qa-ptn-1 dt::before {
  content: "Q";
  color: #CCB266;
  font-weight: bold;
  font-size: 2.4rem;
  position: absolute;
  left: 10px;
  top: 0.4em;
}
#lp-faq dl.qa-ptn-1 dd::before {
  content: "A";
  color: #993333;
  font-weight: bold;
  font-size: 2.4rem;
  position: absolute;
  left: 10px;
  top: 0.4em;
}
#lp-faq dl.qa-ptn-1 dt,
#lp-faq dl.qa-ptn-1 dd {
  position: relative;
  padding-left: 40px;
}
#lp-faq dl.qa-ptn-1 dt::before,
#lp-faq dl.qa-ptn-1 dd::before {
  font-size: 20px;
}


/* 地域LPリンクブロック（area-lp-block）
----------------------------------------------- */
#area-lp-block .alp-h3 {
  border-bottom: 2px #933 solid;
  color: #933;
  margin: 0 0 0.5em;
}

#area-lp-block .alp-h3 .fa {
  margin-right: 0.4em;
}

#area-lp-block .alp-catch {
  font-size: 0.95em;
  margin: 0 0 1em;
  line-height: 1.7;
}

/* 宅配買取エリア */
#area-lp-block .alp-map-wrap {
  display: flex;
  gap: 0.8em;
  align-items: flex-start;
  margin-bottom: 2rem;
}

#area-lp-block .alp-map-img {
  flex: 0 0 auto;
  width: 33%;
}

#area-lp-block .alp-map-img img {
  width: 100%;
  height: auto;
  display: block;
}

#area-lp-block .alp-area-dl {
  display: grid;
  grid-template-columns: auto 1fr;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}

#area-lp-block .alp-area-dt,
#area-lp-block .alp-area-dd {
  padding: 0.5em 0.6em;
  border-bottom: 1px solid #e8e0d8;
  margin: 0;
  line-height: 1.6;
}

#area-lp-block .alp-area-dt {
  font-weight: bold;
  color: #993333;
  white-space: nowrap;
  border-right: 2px solid #993333;
  background: #fdf8f5;
  font-size: 1.1em;
}

/* 出張買取エリアボタン */
#area-lp-block .alp-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6em;
  margin-bottom: 1em;
}

#area-lp-block .tapbox.alp-btn {
  flex: 1 1 calc(20% - 0.6em);
  min-width: 100px;
  margin: 0;
  text-align: center;
}

#area-lp-block .tapbox.alp-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  padding: 0.8em 0.5em;
  font-weight: bold;
  color: #993333;
  text-decoration: none;
}

#area-lp-block .tapbox.alp-btn a .fa {
  font-size: 1.1em;
}

#area-lp-block .tapbox.alp-btn a:hover {
  opacity: 0.7;
}

#area-lp-block .alp-note {
  font-size: 0.85em;
  color: #666;
  text-align: center;
  margin: 0;
}

@media (max-width: 729px) {
  #area-lp-block .alp-map-wrap {
    flex-direction: column;
  }
  #area-lp-block .alp-map-img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  #area-lp-block .alp-area-dl {
    font-size: 0.85em;
  }
  #area-lp-block .tapbox.alp-btn {
    flex: 1 1 calc(50% - 0.6em);
  }
} /* Eo max729 */