/* TABLE OF CONTENTS:
 *
 * 00 どのサイズでも共通で適用されるスタイル
 *    - 見出しデザイン
 *    - 基本パーツ
 *    - SWIPER
 *    - 追加ブロック（支店情報）
 *    - 目次プラグイン
 *    - 買取事例（スライド）
 *    - 月別アーカイブ
 *    - 豆知識（サムネイル表示）
 *    - マックスちゃんのキャンペーン情報
 *    - 参考価格・相場
 *    - 買取対象（切り替えタブ）
 *    - 買取対象
 *    - メーカー
 *    - 家具ブランドリスト
 *    - 選ばれる理由
 *    - 買取方法
 *    - LINE査定
 *    - キャンペーン企画
 *    - 対応エリア
 *    - よくある質問
 *    - お問合せ
 *    - フッターの上の表示枠
 *    - 下層ページビルボード
 *    - メルカリショップ誘導セクション
 *    - 店舗情報
 * 01 幅 768px 未満 ( スマホの時だけ適用されるスタイル )
 *    - フォントサイズと行送り
 *    - 見出しデザイン
 *    - 買取価格表（サムネイル表示）
 *    - 豆知識（サムネイル表示）
 *    - 買取対象
 *    - LINE査定
 *    - 定型ページビルボード
 *    - メルカリショップ誘導セクション
 *    - 店舗情報
 * 02 幅 480px 以上
 * 03 幅 768px 以上 ( PCの時だけ適用されるスタイル )
 *    - フォントサイズと行送り
 *    - 見出しデザイン
 *    - 基本パーツ
 *    - レスポンシブイメージ
 *    - 目次プラグイン
 *    - 買取事例（スライド）
 *    - 月別アーカイブ
 *    - 買取価格表（サムネイル表示）
 *    - 豆知識（サムネイル表示）
 *    - マックスちゃんのキャンペーン情報
 *    - 参考価格・相場
 *    - 買取対象（切り替えタブ）
 *    - 買取対象
 *    - 買取方法
 *    - 対応エリア
 *    - よくある質問
 *    - 買取対象
 *    - LINE査定
 *    - メーカー
 *    - 家具ブランドリスト
 *    - 選ばれる理由
 *    - お問合せ
 *    - フッターの上の表示枠
 *    - フッターの上の表示枠内、対応エリア
 *    - 定型ページビルボード
 *    - メルカリショップ誘導セクション
 *    - 店舗情報
 * 04 幅 880px 以上
 * 05 幅 1072px 以上
 *    - 買取対象
 *    - 豆知識（サムネイル表示）
 * 06 幅 1264px 以上
 */

/* --------------------------------------------------------------------------------------------------------
   00
 *
 * どのサイズでも共通で適用されるスタイル
 */


/* 見出しデザイン */
h1+p {
    /*    text-align: center;*/
}

h2[id*="-heading"] {
    text-align: center;
}

h2[id*="-heading"]+p.txt-c {
    margin-top: 0.5em;
}

.box>h2[id*="-heading"]:before {
    content: "";
    background: url(../img/icon/megaphone.png) center no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.head-wrap {
    background-color: #fff100;
    border-radius: 20px;
    box-shadow: 10px 10px 0px 0px #333333;
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    position: relative;
}

.head-wrap:after {
    content: "";
    border-top: 30px #fff100 solid;
    border-right: 10px transparent solid;
    border-left: 10px transparent solid;
    margin: 0 auto;
    transform: rotate(10deg);
    position: absolute;
    bottom: -50px;
    right: 0;
    left: 0;
    height: 60px;
    width: 20px;
}

.head-wrap h2 span {
    color: #E01300
}

.outer.color1 .head-wrap {
    background-color: #fff9c4;
}

.outer.color1 .head-wrap:after {
    border-top-color: #fff9c4;
}


/* 基本パーツ */
.txt-r {
    text-align: right;
}

.txt-l {
    text-align: left;
}
.txt-center{
    text-align: center;
}
.indent {
    text-indent: -1em;
    padding-left: 1em;
}

p.indent+p.indent {
    margin-top: 0;
}

.img-c {
    display: block;
    clear: both;
    text-align: center;
}

.accent {
    font-weight: bold;
}

.deco {
    color: #E01300;
    font-weight: bold;
}
body p >a {
    text-decoration: underline !important;
}
.mt-1rem {
    margin-top: 1rem;
}

.marker-red {
    background: -webkit-linear-gradient(top, transparent 60%, #ff6666 60%, #ff6666 100%);
    background: linear-gradient(transparent 60%, #e7b9be 60%, #ff6666 100%);
}

.marker-pink {
    background: -webkit-linear-gradient(top, transparent 60%, #ff99cc 60%, #ff99cc 100%);
    background: linear-gradient(transparent 60%, #ffdfef 60%, #ff99cc 100%);
}

.marker-yellow {
    background: -webkit-linear-gradient(top, transparent 60%, #ffff00 60%, #ffff00 100%);
    background: linear-gradient(transparent 60%, #ffffbc 60%, #ffff00 100%);
}

.marker-green {
    background: -webkit-linear-gradient(top, transparent 60%, #33cc33 60%, #33cc33 100%);
    background: linear-gradient(transparent 60%, #c5ffbc 60%, #33cc33 100%);
}

.marker-blue {
    background: -webkit-linear-gradient(top, transparent 60%, #66ccff 60%, #66ccff 100%);
    background: linear-gradient(transparent 60%, #cce5ff 60%, #66ccff 100%);
}

.img-r .image,
.img-l .image {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1.6em;
    width: 80%;
}

#content .more {
    text-align: center;
}

#content .more a {
    background: #242424;
    border-bottom: 4px #f04b00 solid;
    border-radius: 8px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    color: #FFF;
    display: inline-block;
    text-decoration: none;
    padding: 1em 2em;
    position: relative;
}

#content .more a:hover {
    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.25), 0 0 5px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

#content .more a:hover:before {
    content: "";
    background: rgba(255, 186, 0, 0.1);
    position: absolute;
    pointer-events: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.sbtitle {
    cursor: pointer;
}

.cl-letter:after {
    content: "続きを読む";
    margin-left: 0.5em;
}

.cl-letter {
    border: 1px solid #ccc;
    background: #efeeee;
    border-radius: 15px;
    color: #686868;
    display: block;
    font-size: 12px;
    height: auto;
    margin: 20px auto;
    outline: 0;
    overflow: inherit;
    padding: 3px 10px;
    width: 50%;
}

.cl-letter:hover,
.cl-letter:focus {
    background: #efeeee;
}

.cl-letter.open:after {
    content: "閉じる";
}

.cl-letter.open i {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.cl-letter+* {
    margin-top: 3em;
}

.hide-text {
    display: none;
}
.warning-box {
    position: relative;
    padding: 4rem 1rem 1rem;
    background-color: #efefef;
    background-image: repeating-linear-gradient(45deg, #EBBB2F 0 5px, #333 5px 10px);
    background-position: top;
    background-size: 100% 2rem;
    background-repeat: no-repeat;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}
.warning-box p{
    font-weight: bold;
    display: inline-block;
}
.warning-box::before {
    position: absolute;
    top: -0.4rem;
    left: 50%;
    padding: 0.5rem;
    transform: translateX(-50%);
    border-radius: 30px;
    background-color: #333;
    box-shadow: 0 0 5px black;
    color: #EBBB2F;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    content: attr(data-title);
}


.warning-box p {
    color: #333;
    line-height: 1.5;
}
/* SWIPER */
/* 電話番号画像からテキストに変更2024.7.10 */
a.telnum {
    display: flex !important;
    flex-direction: column;
    text-align: center;
    font-weight: bold;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1.6rem;
}
a.telnum span.tel {
    font-size: clamp(18px, 2.5vw, 36px);
    min-width: 12rem;
    font-family: "Arial Black", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}
a.telnum span.hours {
    font-size: clamp(13px,1.5vw,18px);
}
span.tel:before {
    -webkit-mask-image: url(data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPy0tPgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iX3gzMV8wIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJ3aWR0aDogNDhweDsgaGVpZ2h0OiA0OHB4OyBvcGFjaXR5OiAxOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzM3NDE0OTt9Cjwvc3R5bGU+CjxnPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOC43NSwyNzMuNDQ4YzAsNDEuODksMjkuNDM3LDYwLjYzMyw1OC42MDksNjAuNjMzYzI4LjcyMywwLDU5LjYzNy0xOC45NjksNTkuNjM3LTYwLjYzMwoJCWMwLTM0Ljk0Ni0yNS4zNTUtNTkuMTE4LTU5Ljc3LTc0Ljc1OGMtMC4zMTIsMC4xNDEtMC42MjksMC4yODItMC45NDIsMC40M0MzMzguMTEsMjE2LjU0OSwzMTguNzUsMjQxLjU2NCwzMTguNzUsMjczLjQ0OHoiIHN0eWxlPSJmaWxsOiByZ2IoNTEsIDUxLCA1MSk7Ij48L3BhdGg+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNzUuMDA0LDI3My40NDhjMCwxOC45MjIsNi4zNTUsMzQuNjY0LDE4LjM4Miw0NS41MDdjMTAuNjU3LDkuNjE4LDI1LjY5MiwxNS4xMjYsNDEuMjUsMTUuMTI2CgkJYzI5LjE3NiwwLDU4LjYxLTE4Ljc0Miw1OC42MS02MC42MzNjMC0zMS44ODMtMTkuMzU2LTU2Ljg5OC01Ny41MzEtNzQuMzI5Yy0wLjMxMy0wLjE0OC0wLjYzLTAuMjg5LTAuOTQyLTAuNDMKCQlDMTAwLjM1OSwyMTQuMzMsNzUuMDA0LDIzOC41MDIsNzUuMDA0LDI3My40NDh6IiBzdHlsZT0iZmlsbDogcmdiKDUxLCA1MSwgNTEpOyI+PC9wYXRoPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTUxMiwxNzYuNDE2TDUxMiwxNzYuNDE2di0wLjE1N2gtMTYuMTIxYy0yMi4yNDYsMC00NC4yNDYsMi4yMTUtNjQuNzYyLDYuMTY4CgkJYy00LjIzNCwwLjc4Mi04LjUwMywxLjUzNS0xMi41OTgsMi40NjVjMC4wNDMsMC4wMjcsMC4wNzgsMC4wNTgsMC4xMTgsMC4wODZjLTAuMDY2LDAuMDE5LTAuMTQxLDAuMDI3LTAuMjA3LDAuMDQ2CgkJYzMzLjM2MywyMi42NTcsNTAuODA1LDUyLjgwNSw1MC44MDUsODguNDIyYzAsMzUuNzU4LTE1Ljc4NSw1Ny41MDctMjkuMDI3LDY5LjQ0NWMtMTYuNzUsMTUuMTEtMzkuMDY2LDIzLjQzLTYyLjg0OCwyMy40MwoJCWMtNDUuMTQ0LDAtOTAuODQ3LTMxLjg5OC05MC44NDctOTIuODc0YzAtMS45NTgsMC4wODItMy44NzksMC4xODMtNS43OTRjMC4wMzktMC43NTQsMC4wNzgtMS41MDcsMC4xMzMtMi4yNTgKCQljMC4zMDUtNC4xMjksMC44MjgtOC4xNTYsMS41ODYtMTIuMDYyYzAuMDUtMC4yNjIsMC4wOTQtMC41MjcsMC4xNDgtMC43ODljMy4zNTItMTYuNTgyLDEwLjc0Mi0zMS4xMzMsMjEuMjA3LTQzLjc2MgoJCWMwLjc3OC0wLjkzLDEuNTQzLTEuODY3LDIuMzYzLTIuNzg2YzEuMzI4LTEuNTA0LDIuNjk1LTIuOTgxLDQuMTE0LTQuNDNjMi40MjYtMi40NDIsNC45NDUtNC44NCw3LjY2OC03LjE1MgoJCWMwLjM1OS0wLjMxMywwLjcwMi0wLjYzMywxLjA2Ni0wLjk0MmMzLjU1LTIuOTU0LDcuMzI4LTUuODA1LDExLjM2My04LjU0M2MtMC4wNDMtMC4wMTItMC4wOTQtMC4wMTUtMC4xMzctMC4wMjcKCQljMC4wNTgtMC4wNDMsMC4xMTctMC4wODYsMC4xNzYtMC4xMjljLTI3LjE1My02Ljc1LTU1Ljc5LTkuNzQyLTgwLjM4My05Ljc0MmMtMTkuNDg4LDAtNDEuNDk2LDEuOTczLTYzLjMwOSw2LjExNAoJCWMtNS43NjYsMS4wNTgtMTEuNDgsMi4xOTEtMTYuOTg0LDMuNWMwLjA0MywwLjAyNywwLjA3NCwwLjA1OCwwLjExNywwLjA4NmMtMC4wNywwLjAxOS0wLjE0MSwwLjAyNy0wLjIwNywwLjA0MwoJCWMxLjcxOSwxLjE4MywzLjM5NSwyLjQwMiw1LjA0MywzLjY0MWMwLjM4NywwLjI4OSwwLjc2NiwwLjU4MiwxLjE0OSwwLjg3NGMyMS4zNzgsMTYuMzcxLDM2LjQwMiwzNy4zNjMsNDEuNjMzLDYzLjI5NwoJCWMwLjA0MiwwLjIxOSwwLjA4MiwwLjQzOCwwLjEyNSwwLjY1N2MwLjc2NiwzLjk0NSwxLjI5Nyw4LjAwNywxLjYwMiwxMi4xNzljMC4wNTQsMC43MjcsMC4wOTQsMS40NjEsMC4xMjksMi4xOTUKCQljMC4xMDIsMS45MjYsMC4xODcsMy44NiwwLjE4Nyw1LjgyOWMwLDYwLjk3Ni00NS42OTksOTIuODc0LTkwLjg0Nyw5Mi44NzRjLTQ1LjY1MywwLTkxLjg3MS0zMS44OTgtOTEuODcxLTkyLjg3NAoJCWMwLTI4LjAzNSwxMC45NjUtNTIuNjE4LDMxLjg0LTcyLjg5MWM1LjYzNy01LjQ1MywxMS44NDctMTAuNjQsMTguOTI2LTE1LjM3OGMtMC4wNDctMC4wMDgtMC4wOTQtMC4wMTYtMC4xMzctMC4wMjcKCQljMC4wNjItMC4wMzksMC4xMS0wLjA4NiwwLjE3Mi0wLjEyNmMtMjMuOTE4LTUuNjg3LTUwLjU2Ni04Ljc2Ni03Ny40NS04Ljc2NkgwdjI0Ni44OTFjMCw5LjY3NSw3Ljg0LDE3LjUxNSwxNy41MTYsMTcuNTE1aDQ3Ni45NjgKCQljOS42NzIsMCwxNy41MTYtNy44NCwxNy41MTYtMTcuNTE1VjE3Ny4xN1YxNzYuNDE2eiIgc3R5bGU9ImZpbGw6IHJnYig1MSwgNTEsIDUxKTsiPjwvcGF0aD4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMzQuOTQyLDE2My44NjljMzUuMTc1LTEzLjQ4NSw3OC4zNTUtMjEuMDc4LDEyMS4wNTgtMjEuMDc4YzQyLjcwMywwLDg1Ljg4Myw3LjU5NCwxMjEuMDU4LDIxLjA3OAoJCWMzNS4yMTUtMTMuNDMsNzcuMDk0LTE5Ljg1MiwxMTguODIxLTE5Ljg1Mkg1MTJWODguODVjMC05LjY3Ni03Ljg0NC0xNy41MTYtMTcuNTE2LTE3LjUxNkgxNy41MTZDNy44NCw3MS4zMzQsMCw3OS4xNzQsMCw4OC44NQoJCXY1NS4xNjdoMTYuMTE3QzU3Ljg0NCwxNDQuMDE3LDk5LjcyMiwxNTAuNDQsMTM0Ljk0MiwxNjMuODY5eiIgc3R5bGU9ImZpbGw6IHJnYig1MSwgNTEsIDUxKTsiPjwvcGF0aD4KPC9nPgo8L3N2Zz4K);
    mask-image: url(data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPy0tPgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iX3gzMV8wIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJ3aWR0aDogNDhweDsgaGVpZ2h0OiA0OHB4OyBvcGFjaXR5OiAxOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzM3NDE0OTt9Cjwvc3R5bGU+CjxnPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOC43NSwyNzMuNDQ4YzAsNDEuODksMjkuNDM3LDYwLjYzMyw1OC42MDksNjAuNjMzYzI4LjcyMywwLDU5LjYzNy0xOC45NjksNTkuNjM3LTYwLjYzMwoJCWMwLTM0Ljk0Ni0yNS4zNTUtNTkuMTE4LTU5Ljc3LTc0Ljc1OGMtMC4zMTIsMC4xNDEtMC42MjksMC4yODItMC45NDIsMC40M0MzMzguMTEsMjE2LjU0OSwzMTguNzUsMjQxLjU2NCwzMTguNzUsMjczLjQ0OHoiIHN0eWxlPSJmaWxsOiByZ2IoNTEsIDUxLCA1MSk7Ij48L3BhdGg+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNzUuMDA0LDI3My40NDhjMCwxOC45MjIsNi4zNTUsMzQuNjY0LDE4LjM4Miw0NS41MDdjMTAuNjU3LDkuNjE4LDI1LjY5MiwxNS4xMjYsNDEuMjUsMTUuMTI2CgkJYzI5LjE3NiwwLDU4LjYxLTE4Ljc0Miw1OC42MS02MC42MzNjMC0zMS44ODMtMTkuMzU2LTU2Ljg5OC01Ny41MzEtNzQuMzI5Yy0wLjMxMy0wLjE0OC0wLjYzLTAuMjg5LTAuOTQyLTAuNDMKCQlDMTAwLjM1OSwyMTQuMzMsNzUuMDA0LDIzOC41MDIsNzUuMDA0LDI3My40NDh6IiBzdHlsZT0iZmlsbDogcmdiKDUxLCA1MSwgNTEpOyI+PC9wYXRoPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTUxMiwxNzYuNDE2TDUxMiwxNzYuNDE2di0wLjE1N2gtMTYuMTIxYy0yMi4yNDYsMC00NC4yNDYsMi4yMTUtNjQuNzYyLDYuMTY4CgkJYy00LjIzNCwwLjc4Mi04LjUwMywxLjUzNS0xMi41OTgsMi40NjVjMC4wNDMsMC4wMjcsMC4wNzgsMC4wNTgsMC4xMTgsMC4wODZjLTAuMDY2LDAuMDE5LTAuMTQxLDAuMDI3LTAuMjA3LDAuMDQ2CgkJYzMzLjM2MywyMi42NTcsNTAuODA1LDUyLjgwNSw1MC44MDUsODguNDIyYzAsMzUuNzU4LTE1Ljc4NSw1Ny41MDctMjkuMDI3LDY5LjQ0NWMtMTYuNzUsMTUuMTEtMzkuMDY2LDIzLjQzLTYyLjg0OCwyMy40MwoJCWMtNDUuMTQ0LDAtOTAuODQ3LTMxLjg5OC05MC44NDctOTIuODc0YzAtMS45NTgsMC4wODItMy44NzksMC4xODMtNS43OTRjMC4wMzktMC43NTQsMC4wNzgtMS41MDcsMC4xMzMtMi4yNTgKCQljMC4zMDUtNC4xMjksMC44MjgtOC4xNTYsMS41ODYtMTIuMDYyYzAuMDUtMC4yNjIsMC4wOTQtMC41MjcsMC4xNDgtMC43ODljMy4zNTItMTYuNTgyLDEwLjc0Mi0zMS4xMzMsMjEuMjA3LTQzLjc2MgoJCWMwLjc3OC0wLjkzLDEuNTQzLTEuODY3LDIuMzYzLTIuNzg2YzEuMzI4LTEuNTA0LDIuNjk1LTIuOTgxLDQuMTE0LTQuNDNjMi40MjYtMi40NDIsNC45NDUtNC44NCw3LjY2OC03LjE1MgoJCWMwLjM1OS0wLjMxMywwLjcwMi0wLjYzMywxLjA2Ni0wLjk0MmMzLjU1LTIuOTU0LDcuMzI4LTUuODA1LDExLjM2My04LjU0M2MtMC4wNDMtMC4wMTItMC4wOTQtMC4wMTUtMC4xMzctMC4wMjcKCQljMC4wNTgtMC4wNDMsMC4xMTctMC4wODYsMC4xNzYtMC4xMjljLTI3LjE1My02Ljc1LTU1Ljc5LTkuNzQyLTgwLjM4My05Ljc0MmMtMTkuNDg4LDAtNDEuNDk2LDEuOTczLTYzLjMwOSw2LjExNAoJCWMtNS43NjYsMS4wNTgtMTEuNDgsMi4xOTEtMTYuOTg0LDMuNWMwLjA0MywwLjAyNywwLjA3NCwwLjA1OCwwLjExNywwLjA4NmMtMC4wNywwLjAxOS0wLjE0MSwwLjAyNy0wLjIwNywwLjA0MwoJCWMxLjcxOSwxLjE4MywzLjM5NSwyLjQwMiw1LjA0MywzLjY0MWMwLjM4NywwLjI4OSwwLjc2NiwwLjU4MiwxLjE0OSwwLjg3NGMyMS4zNzgsMTYuMzcxLDM2LjQwMiwzNy4zNjMsNDEuNjMzLDYzLjI5NwoJCWMwLjA0MiwwLjIxOSwwLjA4MiwwLjQzOCwwLjEyNSwwLjY1N2MwLjc2NiwzLjk0NSwxLjI5Nyw4LjAwNywxLjYwMiwxMi4xNzljMC4wNTQsMC43MjcsMC4wOTQsMS40NjEsMC4xMjksMi4xOTUKCQljMC4xMDIsMS45MjYsMC4xODcsMy44NiwwLjE4Nyw1LjgyOWMwLDYwLjk3Ni00NS42OTksOTIuODc0LTkwLjg0Nyw5Mi44NzRjLTQ1LjY1MywwLTkxLjg3MS0zMS44OTgtOTEuODcxLTkyLjg3NAoJCWMwLTI4LjAzNSwxMC45NjUtNTIuNjE4LDMxLjg0LTcyLjg5MWM1LjYzNy01LjQ1MywxMS44NDctMTAuNjQsMTguOTI2LTE1LjM3OGMtMC4wNDctMC4wMDgtMC4wOTQtMC4wMTYtMC4xMzctMC4wMjcKCQljMC4wNjItMC4wMzksMC4xMS0wLjA4NiwwLjE3Mi0wLjEyNmMtMjMuOTE4LTUuNjg3LTUwLjU2Ni04Ljc2Ni03Ny40NS04Ljc2NkgwdjI0Ni44OTFjMCw5LjY3NSw3Ljg0LDE3LjUxNSwxNy41MTYsMTcuNTE1aDQ3Ni45NjgKCQljOS42NzIsMCwxNy41MTYtNy44NCwxNy41MTYtMTcuNTE1VjE3Ny4xN1YxNzYuNDE2eiIgc3R5bGU9ImZpbGw6IHJnYig1MSwgNTEsIDUxKTsiPjwvcGF0aD4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMzQuOTQyLDE2My44NjljMzUuMTc1LTEzLjQ4NSw3OC4zNTUtMjEuMDc4LDEyMS4wNTgtMjEuMDc4YzQyLjcwMywwLDg1Ljg4Myw3LjU5NCwxMjEuMDU4LDIxLjA3OAoJCWMzNS4yMTUtMTMuNDMsNzcuMDk0LTE5Ljg1MiwxMTguODIxLTE5Ljg1Mkg1MTJWODguODVjMC05LjY3Ni03Ljg0NC0xNy41MTYtMTcuNTE2LTE3LjUxNkgxNy41MTZDNy44NCw3MS4zMzQsMCw3OS4xNzQsMCw4OC44NQoJCXY1NS4xNjdoMTYuMTE3QzU3Ljg0NCwxNDQuMDE3LDk5LjcyMiwxNTAuNDQsMTM0Ljk0MiwxNjMuODY5eiIgc3R5bGU9ImZpbGw6IHJnYig1MSwgNTEsIDUxKTsiPjwvcGF0aD4KPC9nPgo8L3N2Zz4K);
    content: "";
    display: inline-block;
    width: 0.9em !important;
    height: 0.9em !important;
    margin-right: 0.3em;
    background-size: contain;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    line-height: 1em;
    vertical-align: middle;
}
a.telnum:hover {
    opacity: inherit;
    text-decoration: none !important;
    color: inherit !important;
}
a.telnum:focus {
    opacity: inherit;
    text-decoration: none !important;
    color: inherit !important;
}
.order-bnr ul li.tell-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ddd;
    overflow: hidden;
}
.furniture-method-order a.telnum{
    max-width: 580px;
    padding: 1rem;
    border-top: 2px solid;
    border-bottom: 2px solid;
    margin: auto;
}
a.telnum.flow-tell{
    width: 90%;
    margin: 0.5rem auto;
    border: 1px solid;
    padding: 0.5rem;
}
.order-bnr ul li.tell-sec a.telnum span.tel{
    font-size: clamp(16px,3.5vw,34px);
}
.order-bnr ul li.tell-sec a.telnum span.hours{
    font-size: clamp(12px,1.5vw,18px);
}
.furniture-method-order a.telnum span.tel{
    font-size: clamp(2.5rem,5.5vw,4rem);
}
.furniture-method-order a.telnum span.hours{
    font-size: clamp(1rem,2.5vw,1.5rem);
}

/* 追加ブロック（支店情報） */
#content .shiten-info {
    margin-top: 2em;
    margin-bottom: 3em;
}

.shiten-info {
    position: relative;
}

.shiten-info:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 94vw;
    background: #f55043;
    margin: 0 calc(50% - 47vw);
    bottom: -1.5em;
}

.shiten-info .ribbon {
    display: flex;
    align-items: center;
}

.shiten-info .ribbon:before,
.shiten-info .ribbon:after {
    border-top: solid 2px #f55043;
    content: "";
    flex-grow: 1;
}

.shiten-info .ribbon:before {
    margin-right: .2em;
}

.shiten-info .ribbon:after {
    margin-left: .2em;
}

.shiten-info h3 {
    display: inline-block;
    font-size: 24px;
    font-size: 1.5em;
    text-align: center;
    color: #fff;
    background: #f55043;
    box-sizing: border-box;
    position: relative;
    padding: .5em 2em;
    height: 37px;
    /*リボンの高さ*/
    margin-top: 0 !important;
}

.shiten-info h3:before,
.shiten-info h3:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.shiten-info h3:before {
    top: 0;
    left: 0;
    border-width: 18.5px 0px 18.5px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}

.shiten-info h3:after {
    top: 0;
    right: 0;
    border-width: 18.5px 15px 18.5px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}

.shiten-info .img-l .image {
    width: 90%;
}

.shiten-info .img-l .cont {
    width: 100%;
    margin-top: -1em;
}

.shiten-info .img-l .cont table {
    margin-bottom: 0;
}

.shiten-info .img-l .cont table tr {
    border-bottom: 4px solid #fff;
}

.shiten-info .img-l .cont table th,
.shiten-info .img-l .cont table td {
    padding: .5em;
}

.shiten-info .img-l .cont table th {
    font-weight: normal;
    background: #fff9c4;
    width: 25%;
    border-right: 4px solid #fff;
}

.shiten-info .img-l .cont table td {
    background: #fffce1;
    width: 75%;
}

.shiten-info .img-l .cont p {
    margin-top: .5em;
}

/* 目次プラグイン */
div#toc_container {
    border-radius: 10px;
    margin: 0 auto 3em;
    max-width: 1000px;
    padding: 0 20px;
    table-layout: fixed;
    width: 100%;
}

#main #toc_container .toc_title {
    background: #333;
    background-image: url("data:image/svg+xml;charset=utf-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 2 2' preserveAspectRatio='none'%3e%3cg opacity='.2'%3e%3cpath fill='%23ffffff' d='M1-1h1l-4 4v-1zM3-1v1l-4 4h-1z'/%3e%3c/g%3e%3c/svg%3e");
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    font-weight: normal;
    margin: 0 -20px;
    padding: 10px;
}

#main #toc_container .toc_title a {
    color: #fff;
}

/* -------家電関連コラム記事のときの目次デザイン */
#main .category-knowledge #toc_container .toc_title {
    background: #fa9c66;
}

#main .category-knowledge #toc_container {
    border: none;
    background-color: #fffcef;
    /* drop-shadow */
    filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.6));
}

#main .category-knowledge #toc_container ul li {
    list-style: none;
}

/*コラムデザイン*/
#main .category-knowledge table td {
    border: 1px solid #ed9e00;
    background-color: #ed9e0014;
    padding-left: 0.5rem;
}
#main .category-knowledge ol {
    list-style: none;
    counter-reset: number;
}
#main .category-knowledge ol li {
    position: relative;
    padding-left: 1.5em;
    list-style: none;
}
#main .category-knowledge ol li::before{
    counter-increment: number;
    content: counter(number);
    font-family: blogicon;
    color: white;
    font-size: .6rem;
    text-align: center;
    position: absolute;
    top: 0.1rem;
    left: 0rem;
    background: #ed9e00;
    border-radius: 50%;
    width: 1.1rem;
    height: 1.1rem;
    padding: 0.1rem;
}
/*#main .category-knowledge ul li::before{
    content: "●";
    position: absolute;
    top: 0.1rem;
    left: 0;
}*/

.tark p:nth-child(odd) {
    position: relative;
    padding: 1.2em;
    border: 3px solid #f55043;
    background-color: #ffefee;
    border-radius: 5px;
    margin: 1.5rem 50px
}
.tark p:nth-child(even) {
    color: #444;
    position: relative;
    padding: 1.2em;
    border: 3px solid #fff100;
    background-color: #fff9c4;
    border-radius: 5px;
    margin: 1.5rem 50px
}
.tark p:nth-child(odd):after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #ffefee;
    top: 21px;
    left: -19px;
}
.tark p:nth-child(odd):before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #f55043;
    top: 21px;
    left: -23px;
}
.tark p:nth-child(even):after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid #fff9c4;
    top: 21px;
    right: -19px;
}
.tark p:nth-child(even):before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid #fff100;
    top: 21px;
    right: -23px;
}
/* ------- */

#toc_container .toc_list>li {
    counter-increment: li;
    line-height: 1.8;
    margin-left: 40px;
    position: relative;
    vertical-align: top;
    list-style: none;
}

#toc_container .toc_list>li:after {
    background: none;
    content: "0"counter(li) " |";
    left: -2em;
    letter-spacing: -1px;
    position: absolute;
    top: -1px !important;
}

#toc_container .toc_list>li:nth-of-type(9)~li:after {
    content: counter(li) " |";
}

div#toc_container.contracted {
    border-radius: 10px;
    max-width: 200px;
    width: 50% !important;
}

div#toc_container.contracted .toc_title {
    border-radius: 10px;
}

#toc_container .toc_list li a {
    color: #000;
}

#toc_container .toc_list li a:hover {
    color: #ee7800;
}



/* 買取事例（スライド） */
.results-withumb ul li {
    background: #FFF;
    border: 4px #a89b9b solid;
    border-radius: 5px;
    list-style: none;
    padding: 0.5em;
}
.results-withumb ul li span.type a,.results-withumb ul li .genre a {
    color: #fff;
}
.results-withumb ul li span.area a {
    text-decoration: underline;
}

.record-list .record-wrap {
    background: #FFF;
    list-style: none;
    -webkit-box-shadow: 0 0 4px 1px #c9c9c9;
    box-shadow: 0 0 4px 1px #c9c9c9;
}

.record-list .record-wrap a {
    display: block;
    padding: 0.5em .75em;
}

.record-list .record-wrap:hover {
    -webkit-box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 15%);
}

.archive .site-main .record-list .record-wrap article {
    padding-top: 0;
}

.results-withumb ul li .genre,
.record-list .record-wrap .genre {
    background-color: #86961e;
    color: #FFF;
    display: inline-block;
    border-radius: 0.3em;
    font-size: 0.875em;
    padding: .1em .4em;
    position: relative;
    z-index: 1;
}

.results-withumb ul li .genre.refrigerator,
.record-list .record-wrap .genre.refrigerator {
    background-color: #526694;
}

.results-withumb ul li .genre.washing,
.record-list .record-wrap .genre.washing {
    background-color: #499d92;
}

.results-withumb ul li .genre.aircon,
.record-list .record-wrap .genre.aircon {
    background-color: #349fdc;
}

.results-withumb ul li .genre.pc,
.record-list .record-wrap .genre.pc {
    background-color: #920542;
}

.results-withumb ul li .genre.mobile,
.record-list .record-wrap .genre.mobile {
    background-color: #007fcc;
}

.results-withumb ul li .genre.audio,
.record-list .record-wrap .genre.audio {
    background-color: #ed8a31;
}

.results-withumb ul li .genre.microwave,
.record-list .record-wrap .genre.microwave {
    background-color: #334f7f;
}

.results-withumb ul li .genre.recorder,
.record-list .record-wrap .genre.recorder {
    background-color: #5e8d30;
}

.results-withumb ul li .genre.dishwasher,
.record-list .record-wrap .genre.dishwasher {
    background-color: #35bf98;
}

.results-withumb ul li .genre.camera,
.record-list .record-wrap .genre.camera {
    background-color: #395371;
}

.results-withumb ul li .genre.cleaner,
.record-list .record-wrap .genre.cleaner {
    background-color: #17AFB4;
}

.results-withumb ul li .genre.kickboard,
.record-list .record-wrap .genre.kickboard {
    background-color: #f08655;
}

.results-withumb ul li .genre.rice-cooker,
.record-list .record-wrap .genre.rice-cooker {
    background-color: #920542;
}

.results-withumb ul li .genre.massage,
.record-list .record-wrap .genre.massage {
    background-color: #3EC6A1;
}

.results-withumb ul li .genre.beauty,
.record-list .record-wrap .genre.beauty {
    background-color: #ff839e;
}

.results-withumb ul li .genre.gasrange,
.record-list .record-wrap .genre.gasrange {
    background-color: #FFCC9A;
}

.results-withumb ul li .genre.aircleaner,
.record-list .record-wrap .genre.aircleaner {
    background-color: #cc987f;
}

.results-withumb ul li .genre.robotcleaner,
.record-list .record-wrap .genre.robotcleaner {
    background-color: #353540;
}

.results-withumb ul li .genre.e-bike,
.record-list .record-wrap .genre.e-bike {
    background-color: #fe9b5a;
}

.results-withumb ul li .genre.sewing-machine,
.record-list .record-wrap .genre.sewing-machine {
    background-color: #10dc08;
}

.results-withumb ul li .pict,
.record-list .record-wrap .pict {
    text-align: center;
    margin-top: -1em;
}

.results-withumb ul li .date,
.record-list .record-wrap .date {
    text-align: center;
    font-size: 1em;
    margin-top: 0.5em;
}

.record-list .record-wrap .date {
    font-size: .7em;
}

.results-withumb ul li .status,
.record-list .record-wrap .status {
    margin-top: 0.5em;
}

.record-list .record-wrap .status {
    font-size: .8em;
}

.results-withumb ul li .status .type,
.record-list .record-wrap .status .type {
    background-color: #242424;
    color: #FFF;
    display: inline-block;
    border-radius: 0.3em;
    font-size: .875em;
    line-height: 1em;
    margin-bottom: 0.5em;
    padding: 0.2em .4em;
}

.results-withumb ul li .status .area,
.record-list .record-wrap .status .area {
    font-size: 1em;
}

.results-withumb ul li .title,
.record-list .record-wrap .title {
    margin-top: 0.5em;
}

.results-withumb.swiper-container {
    padding-top: 2em;
    padding-bottom: 1em;
    padding-right: 40px !important;
    padding-left: 40px !important;
}

.results-withumb.swiper-container .swiper-slide {
    box-sizing: border-box;
    height: auto;
}

.results-withumb .swiper-pagination-bullet-active {
    background: #E01300;
}

.results-withumb .swiper-button-next,
.results-withumb .swiper-button-prev {
    height: 24px;
    width: 24px;
    background: #a89b9b;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.results-withumb .swiper-button-next:before,
.results-withumb .swiper-button-prev:before {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    line-height: 1em;
}

.results-withumb .swiper-button-next:before {
    content: "\f0da";
    margin-left: 2px;
}

.results-withumb .swiper-button-prev:before {
    content: "\f0d9";
    margin-right: 2px;
}

/* 月別アーカイブ */
body:not(.has-sidebar) .site-main .outer>.archives-list {
    margin-top: 60px;
}

.archives-list ul {
    list-style: none;
}

.archives-list ul span {
    font-weight: 700;
    color: #E01300;
}

/* .archives-list ul span.li-year {
    font-size: 1.2em;
} */
.archives-list ul ul {
    padding: 1em 1em .5em;
    margin: 0 0 1em;
    border: 3px #a89b9b solid;
    border-radius: 5px;
    background: #fff;
}

.archives-list ul ul li {
    display: inline-block;
    width: 32%;
    margin-bottom: .5em;
    font-size: .875em;
}

.archives-list ul a {
    text-decoration: underline;
}

.pagination {
    border-top: none;
}

/* 買取価格表（サムネイル表示） */
.item-withumb ul li {
    list-style: none;
    position: relative;
}

.item-withumb ul li a {
    text-decoration: none !important;
}

.item-withumb ul li .item-genre {
    background-color: #86961e;
    display: inline-block;
    border-radius: 0.2em;
    padding: 0.1em 0.4em;
    color: #FFF;
}
.item-withumb ul li .item-genre a{
    color: #FFF;
}

.item-withumb ul li .item-genre.refrigerator-t {
    background-color: #526694;
}

.item-withumb ul li .item-genre.washing-t {
    background-color: #499d92;
}

.item-withumb ul li .item-genre.aircon-t {
    background-color: #349fdc;
}

.item-withumb ul li .item-genre.pc-t {
    background-color: #920542;
}

.item-withumb ul li .item-genre.audio-t {
    background-color: #ed8a31;
}

.item-withumb ul li .item-genre.recorder-t {
    background-color: #5e8d30;
}

.item-withumb ul li .item-genre.dishwasher-t {
    background-color: #35bf98;
}

.item-withumb ul li .item-genre.camera-t {
    background-color: #395371;
}

.item-withumb ul li .item-genre.cleaner-t {
    background-color: #17afb4;
}

.item-withumb ul li .item-genre.kickboard-t {
    background-color: #f08655;
}

.item-withumb ul li .item-genre.rice-cooker-t {
    background-color: #920542;
}

.item-withumb ul li .item-genre.massage-t {
    background-color: #3EC6A1;
}

.item-withumb ul li .item-genre.beauty-t {
    background-color: #ff839e;
}

.item-withumb ul li .item-genre.gasrange-t {
    background-color: #FFCC9A;
}

.item-withumb ul li .item-genre.aircleaner-t {
    background-color: #CC987F;
}

.item-withumb ul li .item-genre.mobile-t {
    background-color: #007fcc;
}

.item-withumb ul li .item-genre.robotcleaner-t {
    background-color: #353540;
}

.item-withumb ul li .item-genre.e-bike-t {
    background-color: #fe9b5a;
}

.item-withumb ul li .item-genre.sewing-machine-t {
    background-color: #10dc08;
}

.item-withumb ul li .item-pict {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
}
.item-withumb ul li .item-pict img {
    aspect-ratio: 1/1;
    /* width: 100%; */
    object-fit: contain;
}

.item-withumb ul li .item-name {
    padding-right: 10px;
    padding-left: 10px;
}

.item-withumb ul li .item-price {
    background-color: #ffff00;
    color: #E01300;
    padding-right: 10px;
    padding-left: 10px;
}

.item-withumb ul li .item-price span:not(.label) {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.2em;
}
.item-withumb ul li .item-wrap {
    background-color: #FFF;
    border: 4px #242424 solid;
    border-radius: 4px;
}
.item-withumb ul li .item-wrap.shop-wrap {
    background-color: #FFF;
    border: 1px #242424 solid;
    border-radius: inherit;
}
/* 買取価格表（下メッセージ） */

.price-list-footer {
    margin-top: 3em;
    margin-top: 3em;
}

.price-list-footer .img-c {
    margin: 0;
}

.price-list-footer .cont {
    color: #fff;
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1.6;
    text-shadow: 0 0 3px #f00, 0 0 3px #f00, 0 0 3px #f00, 0 0 3px #f00, 0 0 3px #f00, 0 0 3px #f00, 0 0 3px #f00, 0 0 3px #f00, 0 0 3px #f00, 0 0 3px #f00, 0 0 3px #f00, 0 0 3px #f00, 0 0 3px #f00, 0 0 3px #f00, 0 0 3px #f00, 0 0 3px #f00;
}

.price-list-footer .cont p {
    margin: .5em 0 0;
}

/* 豆知識（サムネイル表示） */
section[id*="column"] .head-wrap:before {
    content: "";
    display: block;
    background: url(../img/contents/mascot-1.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: -30px;
    left: -10px;
}

.column .column-posts {
    margin-top: 0;
    padding-top: 2em;
}

.column-posts li {
    background: #FFF;
    border: 3px #242424 solid;
    border-radius: 5px;
    clear: both;
    list-style: none;
    padding: 1rem;
}

.column-posts li:after {
    content: "";
    clear: both;
    display: table;
}

.column-posts li .pict {
    float: left;
    text-align: center;
}

.column-posts li .title {
    padding: 0 0 10px;
}

.column-posts li .ex {
    font-size: 0.8em;
}



/* マックスちゃんのキャンペーン情報 */
.campaign-info {
    background-color: #f55043;
    border-radius: 1rem;
    padding: 0.5rem;
}

.campaign-info dd {
    margin: 0;
}

.campaign-info .timeline ul {
    background-color: #FFF;
    border: 1px #cfc4c3 solid;
    border-radius: 1rem;
    margin-top: 1rem;
    padding: 0.5rem;
}

.campaign-info .timeline ul li {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0.5rem;
}

.campaign-info .timeline ul li+li {
    border-top: 2px #f6f4f4 solid;
    margin-top: 0.5em;
    padding-top: 0.5em;
}

.campaign-info .timeline ul li a {
    text-decoration: none !important;
}

.campaign-info .timeline ul li .date {
    margin-left: 1em;
    font-size: 0.8em;
}

.campaign-info .sns {
    color: #FFF;
    text-align: center;
    padding-bottom: 1em;
    padding-left: 30%;
    position: relative;
}

.campaign-info .sns:after {
    content: "";
    display: block;
    background: url(../img/contents/campaign-mascot.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30%;
    max-width: 335px;
}

.campaign-info .sns ul {
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
}

.campaign-info .sns ul li {
    list-style: none;
    margin-top: 0;
    padding-right: 0.2em;
    padding-left: 0.2em;
}
.campaign-info .img-c {
    background: url(../img/contents/cp-background-img.webp) center no-repeat;
    background-size: cover;
    margin-top: 1rem;
    border-radius: 1rem;
}


/* 参考価格・相場 */

p.msg {
    color: #fff;
    font-weight: 700;
    padding-top: 1em;
}

section[id*="price-list"] ul.choice-tab {
    display: flex;
    margin-top: 4em;
}

section[id*="price-list"] ul.choice-tab li {
    list-style: none;
    text-align: center;
    padding: 0.3em;
    height: 6.5rem;
    width: 50%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    font-size: clamp(1rem, 3.2vw, 1.8rem);
    font-weight: 700;
}

section[id*="price-list"] ul.choice-tab li:first-child {
    border-radius: 5px 0 0 5px;
}

section[id*="price-list"] ul.choice-tab li:last-child {
    border-radius: 0 5px 5px 0;
}

section[id*="price-list"] ul.choice-tab li:before {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    display: inline-block;
    margin-right: 0.3em;
}

section[id*="price-list"] ul.choice-tab li.pricelist-kaden:before {
    content: "\f26c";
}

section[id*="price-list"] ul.choice-tab li.pricelist-furniture:before {
    content: "\f4b8";
}

section[id*="price-list"] ul.choice-tab li.active {
    background: #333333;
    color: #FFF;
    position: relative;
}

/*section[id*="price-list"] ul.choice-tab li.active:after {
    content: "";
    display: block;
    border-top: 20px #E01300 solid;
    border-right: 10px transparent solid;
    border-left: 10px transparent solid;
    height: 40px;
    width: 20px;
    margin: 0 auto;
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
}*/

section[id*="price-list"] ul.choice-tab li:not(.active) {
    background: #ebebeb;
    color: #686868;
}

/* 買取対象（切り替えタブ） */

section[id*="hinmoku"] ul.choice-tab {
    display: flex;
}

section[id*="hinmoku"] ul.choice-tab li {
    list-style: none;
    text-align: center;
    width: 33%;
    height: 6.5rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: clamp(1rem, 3.2vw, 1.8rem);
    font-weight: 700;
}

section[id*="hinmoku"] ul.choice-tab li:first-child {
    border-radius: 5px 0 0 5px;
}

section[id*="hinmoku"] ul.choice-tab li:last-child {
    border-radius: 0 5px 5px 0;
}

section[id*="hinmoku"] ul.choice-tab li:before {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    display: inline-block;
    margin-right: 0.3em;
}

section[id*="hinmoku"] ul.choice-tab li.hinmoku-kaden:before {
    content: "\f26c";
}

section[id*="hinmoku"] ul.choice-tab li.hinmoku-furniture:before {
    content: "\f4b8";
}

section[id*="hinmoku"] ul.choice-tab li.hinmoku-sonota:before {
    content: "\f0e3";
}

section[id*="hinmoku"] ul.choice-tab li.active {
    background: #E01300;
    color: #FFF;
    position: relative;
}

section[id*="hinmoku"] ul.choice-tab li.active:after {
    content: "";
    display: block;
    border-top: 20px #E01300 solid;
    border-right: 10px transparent solid;
    border-left: 10px transparent solid;
    height: 40px;
    width: 20px;
    margin: 0 auto;
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
}

section[id*="hinmoku"] ul.choice-tab li:not(.active) {
    background: #ebebeb;
    color: #686868;
}

section[id*="hinmoku"] .choice-show-panel h3 {
    text-align: center;
}

section[id*="hinmoku"] .choice-show-panel h3 span {
    border-bottom: solid;
    border-color: #ffcc33;
    border-width: 5px;
    font-size: 1.1em;
}

/* 買取対象 */
.genre-list li {
    background: #FFF;
    border: 4px #333 solid;
    border-radius: 3px;
    list-style: none;
}

.genre-list li a,
.genre-list li a span {
    color: #FFF;
    display: block;
    text-decoration: none;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}

.genre-list li a span.image {
    background-color: rgba(255, 255, 255, 0.63);
    text-align: center;
}

.genre-list li a span:not(.image) {
    position: relative;
    padding: 0.5em 1.5em 0.5em 0.5em;
    font-weight: bold;
    font-size: 12px;
}

.genre-list li a span:not(.image):after {
    content: "";
    border-top: 1px #FFF solid;
    border-right: 1px #FFF solid;
    transform: rotate(45deg);
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.8em;
    height: 0.8em;
    width: 0.8em;
}

/* カテゴリー一覧色 */
.genre-list li:nth-child(9n+1) a {
    background-color: #526694;
}
.genre-list li:nth-child(9n+2) a {
    background-color: #6c8fe0;
}
.genre-list li:nth-child(9n+3) a {
    background-color: #499d92;
}
.genre-list li:nth-child(9n+4) a {
    background-color: #349fdc;
}
.genre-list li:nth-child(9n+5) a {
    background-color: #920542;
}
.genre-list li:nth-child(9n+6) a {
    background-color: #ed8a31;
}
.genre-list li:nth-child(9n+7) a {
    background-color: #e38acf;
}
.genre-list li:nth-child(9n+8) a {
    background-color: #334f7f;
}
.genre-list li:nth-child(9n) a {
    background-color: #bacc0e;
}
.genre-list.furniture-genre-list li a {
    background-color: #7b5f3c;
}

@media screen and (max-width: 767px) {
    .genre-list li a {
        height:100%;
    }
}

/* メーカー */
.maker-list {
    border-radius: 3px;
}

.maker-list dt {
    background-color: #333;
    color: #fff100;
    text-align: center;
    padding: 1em;
}

.maker-list dd {
    max-height: 330px;
    margin: 0 0 1.5em;
    overflow: auto;
}

.maker-list dd ul {
    background: #fff9c4;
    padding-bottom: 1em;
}

.maker-list ul li {
    font-size: 0.857em;
    list-style: none;
    text-align: center;
}

.maker-list.camera-type-list ul li {
    text-align: left !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

/* 家具ブランドリスト */

dl.maker-list.furniture-brand {
    background-color: #efefef;
}

.maker-list.furniture-brand dt {
    color: #fff;
}

.maker-list.furniture-brand dd p {
    padding: 0.5em;
    font-style: italic;
    font-weight: 800;
    margin: 0.5em;
}

.maker-list.furniture-brand dd p:after {
    content: "";
    background: repeating-linear-gradient(-45deg, #2f2f2f, #2f2f2f 6px, #efefef 3px, #efefef 9px);
    width: 98%;
    height: 4px;
    background-position: absolute;
    display: block;
}

.maker-list.furniture-brand dd ul {
    background: #efefef;
    padding-bottom: 1em;
}

/* 買取品目下のテキスト＆画像 */

.box.hinmoku-footer {
    margin-top: 50px;
}

.hinmoku-footer .comment {
    margin: 1em 0em 2em 0em;
    text-align: center;

}

.hinmoku-footer .fukidashi {
    font-size: 1.05em;
    max-width: 65vw;
    text-align: left;
    padding: .5em;
}

.hinmoku-footer .fukidashi-img {
    display: inline-block;
}

.hinmoku-footer .fukidashi-img img {
    max-width: 25vw;
}

.fukidashi p {
    margin: 0;
}

.fukidashi {
    border-radius: 10px;
    background-color: #ffc9c9;
    padding: 1em;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 0 0 1em;
}

.fukidashi:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    top: 20px;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #ffc9c9;
}

/* 買取品目の下 */
.outer.hinmoku-f {
    padding-bottom: 1em !important;
}

/* 選ばれる理由 */
section[id*="reason"] h2+p {
    color: #FFF;
}

.reason-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.reason-list li {
    list-style: none;
    margin-right: 1%;
    margin-left: 1%;
    width: 30%;
    max-width: 313px;
    padding-bottom: 1em;
}

.reason-list li:nth-child(1) {
    margin-left: 15%;
}

.reason-list li:nth-child(2) {
    margin-right: 15%;
}



/* 買取方法 */
section[id*="method"] ul.choice-tab {
    display: flex;
}

section[id*="method"] ul.choice-tab li {
    list-style: none;
    text-align: center;
    width: 33%;
    height: 6.5rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    font-size: clamp(1rem, 3.2vw, 1.8rem);
    font-weight: 700;
}

section[id*="method"] ul.choice-tab li:first-child {
    border-radius: 5px 0 0 5px;
}

section[id*="method"] ul.choice-tab li:last-child {
    border-radius: 0 5px 5px 0;
}

section[id*="method"] ul.choice-tab li:before {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    display: inline-block;
    margin-right: 0.3em;
}

section[id*="method"] ul.choice-tab li.visit:before {
    content: "\f0d1";
}

section[id*="method"] ul.choice-tab li.front:before {
    content: "\f472";
}
section[id*="method"] ul.choice-tab li.delivery:before {
    content: "\f466";
}

section[id*="method"] ul.choice-tab li.active {
    background: #E01300;
    color: #FFF;
    position: relative;
}

section[id*="method"] ul.choice-tab li.active:after {
    content: "";
    display: block;
    border-top: 20px #E01300 solid;
    border-right: 10px transparent solid;
    border-left: 10px transparent solid;
    height: 40px;
    width: 20px;
    margin: 0 auto;
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
}

section[id*="method"] ul.choice-tab li:not(.active) {
    background: #FFF;
    color: #686868;
}

section[id*="method"] .choice-show-panel h3 {
    text-align: center;
}

section[id*="method"] .choice-show-panel ol {
    counter-reset: stepnum;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
}

section[id*="method"] .choice-show-panel ol li {
    counter-increment: stepnum;
    list-style: none;
    background: #FFF;
    border-radius: 5px;
}

section[id*="method"] .choice-show-panel ol li .ttl {
    background: #ffcc33;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    padding: 0.8em;
    font-size: 16px;
}

section[id*="method"] .choice-show-panel ol li .ttl:before {
    content: counter(stepnum);
    display: inline-block;
    background: #ee6b23;
    color: #FFF;
    text-align: center;
    font-size: 0.8em;
    margin-right: 5px;
    padding: 0.2em;
    width: 2em;
}

section[id*="method"] .choice-show-panel ol li .image {
    text-align: center;
    padding: 1em;
}

section[id*="method"] .choice-show-panel ol li .txt {
    padding: 0 1em 1em;
}

/* リサイクルショップSEO専用　買取方法ブロック */
body:not(.has-sidebar) .site-main .outer.method-block {
    padding-bottom: 0;
}


/* LINE査定 */
section[id*="line"] h2 {
    text-align: center;
}

section[id*="line"] .line-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

section[id*="line"] .line-image .image {
    max-width: 385px;
}

section[id*="line"] .line-image .cont p.txt-c {
    font-weight: bold;
    margin-top: 0;
}

section[id*="line"] .line-image .cont p.txt-c span {
    color: #00b900;
}

section[id*="line"] .line-image .cont .more a {
    background-color: #06c755 !important;
    border-bottom-color: #fff100 !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
    font-weight: bold;
}

section[id*="line"] .line-image .cont p {
    padding-top: 1rem;
}

/*キャンペーン企画*/
.enquiry-btn a{
    background: #fc7a15;
    border: 2px solid #fff;
    border-radius: 25px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    color: #fff;
    display: block;
    padding: 0.5em 2.5em;
    position: relative;
    box-shadow: 0 3px 0px #c48e08;
    margin: auto;
    width: 300px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    position: relative;
}
@keyframes flash {
    0%,100% {
      opacity: 1;
    }
  
    50% {
      opacity: 0;
    }
  }
.enquiry-btn a:hover {
    text-decoration: none !important;
    box-shadow: none;
    transition: .3s;
    transform: scale(.99,.99) translateY(2px);
    color: #fff !important;
}
.enquiry-btn a:after {
    animation: flash 2s linear infinite;
    content:"";
    position: absolute;
    background-image: url(//www.kaden-max.com/wp-content/themes/twentyseventeench//img/icon/click-icon.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 4em;
    height: 4em;
}
.enquiry-btn{
    margin-bottom: 1.5em;
}

/* 対応エリア */
.outer.support {
    background-image: url(../img/bg/townscape.png),
        url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGElEQVQYlWNgYGCQYkAF6HziAfkmDbQbAHoYANHmnjxWAAAAAElFTkSuQmCC');
    background-repeat: repeat-x, repeat;
    background-size: auto 30px, auto;
    background-position: center bottom 20px, center;
}

section[id*="support"] {
    background-color: #FFF;
    border: 4px #999 solid;
    border-radius: 8px;
    margin-bottom: 20px !important;
    padding: 0 1em 1em;
}

section[id*="support"] h2 img {
    margin-top: -50%;
}

#content .area-plus {
    margin: 3em 0 0;
}

.area-plus li.area-section {
    width: 100%;
    display: flex;
    align-items: center;
}

.area-plus li.area-section h4 {
    background-color: #fff9c4;
    border-radius: .3em;
    font-size: 0.975em;
    padding: 0.7em 1.5em;
    min-width: 9.5rem;
    text-align: center;
}

li.prefecture-list {
    display: block;
    width: 100%;
}

#content .support .area-plus {
    margin: 2em 0 0;
}

#content .area-plus h3 {
    text-align: center;
    background: #fff776;
    padding: .5em;
    margin-top: 0;
    position: relative;
}
#content .area-plus.page-area-sec h3 {
    margin-bottom: 0.5rem;
}

#content .method-block .area-plus h3 {
    padding: .8em;
}

#content .method-block .area-plus h3:before {
    font-family: "Font Awesome 5 free";
    content: "\f0a1";
    font-weight: 900;
    display: inline-block;
    margin-right: .8em;
}

#content .method-block .area-plus h3 {
    background: #fc3;
}

.area-plus ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    line-height: 2;
    padding: 1em 0;
    background: #fff;
}

.area-plus li {
    list-style: none;
    margin-left: 1em;
    font-size: 1em;
}

.area-plus.page-area-sec ul.area-scroll {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.area-plus ul li a {
    text-decoration: underline;
}
.footer-mae h3 {
    text-align: center;
    margin-top: 2rem;
}
.footer-mae .area-plus.page-area-sec ul.area-scroll {
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-wrap: wrap;
    max-width: 1300px;
    margin: auto;
}
.footer-mae .area-plus li.area-section {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: flex-start;
    margin: auto;
}
.footer-mae .area-plus li.area-section a:hover {
        color: #ed9e00;
}
.footer-mae .area-plus.page-area-sec ul.area-scroll {
    max-height: inherit;
}
.footer-mae .area-plus li.area-section h4 {
    width: 100%;
}
@media screen and (min-width: 48em) {
    .footer-mae .area-plus li.area-section h4 {
        width: inherit;
        max-width: 9.5rem;
    }
    .footer-mae .area-plus li.area-section {
        flex-wrap: nowrap;
    }
}
@media screen and (min-width: 67em) {
    .footer-mae .area-plus li.area-section {
        width: 48%;
    }
}
/* よくある質問 */

.qa-wrap {
    background: #E01300 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAHklEQVQYlWP4//+/8f///40ZcAGCCsjWiFPBAOgEAGGuMwFei5I/AAAAAElFTkSuQmCC');
    border-radius: 8px;
    margin-top: 0 !important;
    padding: 1px 1em 1em;
}

#toshima-qa h2 {
    background-image: url(../img/contents/shitsumon-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    width: 90%;
    height: 70px;
    margin: 0 auto;
    text-align: center;
    padding: 2.5em 0 0;
    font-size: 1em;
}

.qa dl {
    background: #FFF;
    border-radius: 8px;
    padding: 0.5em;
}

.qa dl dt {
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px #333 dotted;
    font-size: 1em;
    margin-bottom: 0.5em;
    padding: 1em 1em 0.5em 2.5rem;
    position: relative;
}

.qa dl dt:before {
    background: #E01300;
    border-radius: 5px;
    content: "Q";
    color: #FFF;
    display: inline-block;
    text-align: center;
    padding: 0.1rem 0.3rem;
    position: absolute;
    left: 0;
    width: 2rem;
}

.qa dl dt:after {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    content: "\f078";
    color: #FFF;
    text-shadow: 0px 1px 1px #f93f62, 0px 0px 1px #f93f62, 1px 0px 1px #f93f62, 0px -1px 1px #f93f62, -1px -1px 1px #f93f62, -1px 0px 1px #f93f62;
    display: block;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 1em;
    width: 1em;
}

.qa dl dt.open:after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.qa dl dd {
    background: rgba(255, 255, 255, 0.8);
    margin: 0 0 1em;
    padding: 1em 1em 0.5em 2.5rem;
    position: relative;
}

.qa dl dd:before {
    background: #fff100;
    border-radius: 5px;
    content: "A";
    color: #555;
    font-weight: bold;
    line-height: 1.25;
    display: inline-block;
    text-align: center;
    padding: 0.1rem 0.3rem;
    position: absolute;
    top: 1em;
    left: 0;
    width: 2rem;
}



/* お問合せ */
.order-bnr {
    max-width: 690px;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-top: .5em !important;
}

.order h2 {
    text-align: center;
}

.order-heading picture img {
    width: 80%;
}

.order h2 img {
    width: 80%;
}

/* .order-bnr .tel-num {
    display: block;
    border-top: 1px #333 solid;
    border-bottom: 1px #333 solid;
    padding-top: 1em;
    padding-bottom: 1em;
} */

.order .order-bnr ul {
    padding-bottom: 20px;
    margin-top: 0;
    /*
    margin-left: calc(100% - 1px - (46%*2));
    width: 46%;
*/
}

.order-bnr ul li {
    list-style: none;
    text-align: center;
    margin-left: calc(100% - 1px - (46%*2));
    width: 46%;
    margin-top: .5em;
}

.order-bnr ul li>a {
    display: block;
}

.order-bnr ul li>a[href*="line"] {
    position: relative;
}

.order-bnr ul li>a[href*="line"]:after {
    content: "";
    background: url('data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAoCAYAAAAG0SEsAAAFeklEQVRYhb1YX2xTVRj/zr23ve26dut3SrcOESgbiciACPJgfFNEY8TtBfokmGB4WIYvkhjQ8LKB8QYTM9CALDGaJSwm8uAwRphDhjOAJHZ12bJpWJm4ZK535c/a3vbeXnOuLbm3a7dBWr6H3nO/c+75fd93zvl93ymBEkIReQB4HwDaACAAAH8DwCkAkGKyrJX6rixCEU/W+f3aya6uK6Ojo4OSJF2hiDpFPF5pYA9FzEiSdFE3yQdHjlymiCmK6CgHDldCjwAgbN26dd6sfGXnTvYuAkB9JcENsdlsgvnd4/HkPRaKf1EecMNjjhCXWel2u225ZnUlwTPsJ6vrln5BEMRygC4FbhylZCJhOVI2m03PNSvneUyW77NnIpm09Nvt9rKu+SNNwnEPbbFRRDcArAaAOzFZnnsc8MV2eyI+N2dhQFEUnbnmCQCIA0AEAGYp4lcU0VV8mtKymOcZVSvOok6ns7G3t/enTZs3+4fD4fju3bv3pFIpO0VkdNya44kRAPg2JsvpRzWKsdzsmTNnrpoZTlGUKUax/f3918z606dPX6SIWYqo1NfV3X92w4ZbufcIRawrhbFY2B/EZmetgznOWIY6vz9j1m9qblYBgLy1d2/4n+np9B8jI2vGJyZu+ny+dQDwOUX8iCIOU8QxiniWIq5eCnyhpRxnrPl8ImEJpRfR0B89etRJCGEhB0Tc1tbWxvZEa01NTfuhQ4dmOjo7pwKBwJsA8BszYLE1f6Ck05YEQggxxqfTad6sdzgc9ly/YtZXuVwp9rx+/fo49fleYu39+/ffeWrlSqqq6nuLea7G4/HCHWcvNjB//nVdt5wOp9OZZU/q823M6wRBWBkMBkcBYIPhCUVcBQDvMEWuaOhh4Ho2azNPRghx8DwPmUzGYoTD4TDGqapqiYjL5cobY4lwQ0MDjI+P8xxFfAEARmtra9tDodCqYDDIjso1AFivadoCT71eL/DMApMIguAsHGcYJYr5cVmzvqqqikW0iln02cbm5pmBgQEvIWQ7G/juwYM3enp6theb8I1duyaampos3C7a7R6joeuWxOOqrs7+r9YfEEI8JgcYuIOt+ea39+27RQipzfVxH0sSJYSAqmlVheCSJDUFAoFnzDq7KNKGhoaU2+2mZr3H4ynKehzPs+XgGfhf586dswwSRXFdS2vrGHq9JQvMwvmGIxGHXRRXmJWNjY30wIEDw2avmTAyYuUBa3zI2EhRlEkza2maNpvJZKb1CsjxY8euUsRJ5vmXbFku9PVNWlzhOCoIQllqtULxeDysLnBxMVmeAoAfOzo61jMjKgFWKKLDwTaiLU8yZ6PRaGBmZub3JwHudDqF/IZj8h0A/Huyq0t9EuA8zydYKWaA53Lu193d3Vuy2Wy80uDpdNqgbTO3n1UUxTY4OBiuNHheHoLHZJmR/dCRw4dXVRr03t27jHaVwqzWPTY2FpRl+WYlwYcjEZbzxwrBv2Hl+icnTsQqBazr+r0LfX0sew4s6KSIX6zw+ZKqqv5ZCXa7dOlSf+6q/Vwx8PUUUZMkaaDcwKqqTq9ds2aOIn5fMjQUUfJRqk9OTg6VETsdCoVuUsT7FHHtYuCsBr8SqK9PTE1NXV3GxEtJ4mB7+zUWUYrYsuTGoIg1FPGXFT6f1tvb26/reupxUJPJ5MRrr746ytIoRQwtCVwQgU9Zyn1+27ZoOBz+mc23HND5+fnIsc7Oy3V+v0oRxynigspoWcUCRdwCAB0A8LrL5Uq0tLSMvLxjRzIYDPLV1dV2Qgi7zWRv3749/+vQEHf+/PnV0Wg0yC6RuXvdqWLXpuVWKnkjngaAPQDwIgAwg1jlki8eWVJit9UJALgBAD8AwMWSf5sBwH+XF9ENezUxNAAAAABJRU5ErkJggg==') center no-repeat;
    display: block;
    height: 40px;
    width: 31px;
    margin: 0 auto;
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
}



/* フッターの上の表示枠 */
div.f-box {
    display: none;
}

div.f-box-top {
    display: none;
}

/* フッターの上の表示枠内、対応エリア(トップページ用) */
div.f-box-top {
    display: block;
}

div.f-box-top .taiou a {
    text-decoration: underline;
}

div.f-box-top {
    text-align: center;
    max-width: 100vw;
    margin: 0 auto;
    padding: 1em 4vw 0px;
}

div.f-box-top .taiou h3 {
    margin-top: 1em;
}

div.f-box-top #tab1:checked~.panels #area1,
div.f-box-top #tab2:checked~.panels #area2,
div.f-box-top #tab3:checked~.panels #area3,
div.f-box-top #tab4:checked~.panels #area4,
div.f-box-top #tab5:checked~.panels #area5, 
div.f-box-top #tab6:checked~.panels #area6, 
div.f-box-top #tab7:checked~.panels #area7,
div.f-box-top #tab8:checked~.panels #area8,
div.f-box-top #tab9:checked~.panels #area9,
div.f-box-top #tab10:checked~.panels #area10,
div.f-box-top #tab11:checked~.panels #area11,
div.f-box-top #tab12:checked~.panels #area12,
div.f-box-top #tab13:checked~.panels #area13,
div.f-box-top #tab14:checked~.panels #area14,
div.f-box-top #tab15:checked~.panels #area15,
div.f-box-top #tab16:checked~.panels #area16,
div.f-box-top #tab17:checked~.panels #area17,
div.f-box-top #tab18:checked~.panels #area18,
div.f-box-top #tab19:checked~.panels #area19,
div.f-box-top #tab20:checked~.panels #area20,
div.f-box-top #tab21:checked~.panels #area21,
div.f-box-top #tab22:checked~.panels #area22,
div.f-box-top #tab23:checked~.panels #area23,
div.f-box-top #tab24:checked~.panels #area24
{
    display: block;
}

div.f-box-top #tab1:checked~.tab_lab1,
div.f-box-top #tab2:checked~.tab_lab2,
div.f-box-top #tab3:checked~.tab_lab3,
div.f-box-top #tab4:checked~.tab_lab4,
div.f-box-top #tab5:checked~.tab_lab5, 
div.f-box-top #tab6:checked~.tab_lab6,
div.f-box-top #tab7:checked~.tab_lab7,
div.f-box-top #tab8:checked~.tab_lab8,
div.f-box-top #tab9:checked~.tab_lab9,
div.f-box-top #tab10:checked~.tab_lab10,
div.f-box-top #tab11:checked~.tab_lab11,
div.f-box-top #tab12:checked~.tab_lab12,
div.f-box-top #tab13:checked~.tab_lab13,
div.f-box-top #tab14:checked~.tab_lab14,
div.f-box-top #tab15:checked~.tab_lab15,
div.f-box-top #tab16:checked~.tab_lab16,
div.f-box-top #tab17:checked~.tab_lab17,
div.f-box-top #tab18:checked~.tab_lab18,
div.f-box-top #tab19:checked~.tab_lab19,
div.f-box-top #tab20:checked~.tab_lab20,
div.f-box-top #tab21:checked~.tab_lab21,
div.f-box-top #tab22:checked~.tab_lab22,
div.f-box-top #tab23:checked~.tab_lab23,
div.f-box-top #tab24:checked~.tab_lab24
{
    font-weight: bold;
}

div.f-box-top .panel {
    display: none;
}

div.f-box-top input[name="check"] {
    display: none;
}

div.f-box-top .taiou .tab_wrap label:after {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    content: "\f078";
    display: inline-block;
    margin-left: 0.5em;
}

div.f-box-top .taiou .tab_wrap label:hover:after {
    color: #ed9e00;
}

div.f-box-top .taiou .tab_wrap label {
    margin-left: 2em;
    display: inline-block;
}

div.f-box-top .panel_content {
    list-style: none;
}

div.f-box-top .panel_content li {
    display: inline-block;
    margin: .5rem 1.5em .5em 0;
    white-space: nowrap;
}

div.f-box-top ul.panel_content {
    border: 1px solid #474747;
}

/* フッターの会社情報 */
.site-footer .widget-column.footer-widget-2 {
    line-height: 1.4em;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.site-footer .widget-column.footer-widget-2 h3 {
    margin-bottom: 0;
}

.site-footer .widget-column.footer-widget-2 p,
.site-footer .widget-column.footer-widget-2 li {
    margin-bottom: 0.5em;
}

.site-footer .widget-column.footer-widget-2 li {
    padding: 0;
}



/* 定型ページビルボード */
#mainImg.lower {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#mainImg.lower h1 {
    margin-bottom: 0;
}

/* メルカリショップ誘導セクション */
.box.mercari-info {
    background-color: #f55043;
    border-radius: 1rem;
    padding: 0.5rem;
    text-align: center;
}

.mercari-p {
    background-color: #fff;
    border: 1px #cfc4c3 solid;
    padding: 0.5rem;
    text-align: left;
    width: 95%;
    margin: 1em auto;
}

.mercari-p .fukidashi-r {
    font-size: 1.05em;
    max-width: 65vw;
    text-align: left;
    padding: .5em;
}

.mercari-p .fukidashi-r {
    border-radius: 10px;
    background-color: #ffc9c9;
    padding: 1em;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 0 0 1em;
}

.mercari-p .fukidashi-r:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: -10px;
    top: 20px;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ffc9c9;
}

.mercari-p p {
    max-width: 800px;
    margin: 1em auto;
}

.mercari-line p, code {
    font-family: arial;
    font-size: 1.2em;
    font-weight: 700;
    margin-top: 2em;
}

.mercari-box {
    text-align: center;
}

.mercari-p .fukidashi-img {
    display: inline-block;
    margin-left: 1em;
}

.mercari-p .fukidashi-img img {
    max-width: 25vw;
}

.mercari-p .comment {
    margin: 1em 0em 2em 0em;
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.mercari-intro-bg {
    position: relative;
}
.mercari-intro-bg:before,
.mercari-intro-bg:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 0;
    z-index: -1;
    background-size: 100vw;
}
.mercari-intro-bg:after {
    transform: scale(-1, 1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
/*光るボタン*/
.btn-shine{
  position: relative; /*疑似要素の起点*/
  overflow: hidden; /*範囲外の光を隠す*/
  width: 95%;
  margin: auto;
}
.btn-shine:after{
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 10%;
  height: 150%;
  background: #ffffff75; /*光の色*/
  transform: rotate(45deg); /*45度傾ける*/
  animation: reflect 5s ease-in-out infinite;
}
@keyframes reflect{
  0%,75%{
    transform: rotate(45deg) scale(0);
    opacity: 1;
  }
  100%{
    transform: rotate(45deg) scale(100);
    opacity: 0;
  }
}
/* 店舗情報 */
.image-map {
    position: relative;
}
.shop-arcive ul .shop-area-list{
    width: 6rem;
}
.tax-shop_area .more {
    margin-top: 1rem !important;
}
.shop-arcive ul{
    justify-content: left !important;
}
.shop-wrap .service-icon {
    display: flex;
    flex-wrap: wrap;
}
.shop-wrap .service-icon p {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 2.3rem;
    margin: 2px;
    border: 2px solid;
    border-radius: 6px;
    padding: 1px;
    font-size: 0.7rem;
    color: #d0d0d0;
}
.shop-wrap .shop-visit .service-icon-visit{
    color:#E01300;
}
.shop-wrap .shop-front .service-icon-shop{
    color:#0648e3;
}
.shop-wrap .shop-sell .service-icon-sell{
    color:#ed9e00;
}


shop-visit shop-front shop-sell

.shop-arcive .image-map{
    position: relative;
}
.shop-arcive .image-map img{
    background: #edfbff;
}
.shop-wrap{
    border: 1px solid;
}
.shop-wrap .col-2{
    padding: 0.5rem;
}
.shop-pict{
    width: 40% ;
    padding: 0.3rem;
}
.shop-pict img {
    object-fit: cover;
    aspect-ratio: 1.2;
    }
.shop-text {
    width: 56%;
    font-size: clamp(10.8px, 1.4vw, 14px);
}
.shop-name {
    font-weight: bold;
    color: #0693e3;
    }
.shop-name:hover {
    opacity: 0.8;
    }
    .shop-add, .shop-time {
    border-top: 1px dotted;
    padding: 0.5rem 0;
    }
    li.shop-visit:before {
        content: "";
        margin-right: 0.2rem;
        background-image: url(../img/icon/shop-icon-de.png);
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        background-position: center;
        background-size: 100%;
        display: inline-block;
        vertical-align: middle;
    }
    li.shop-front:before {
        content: "";
        margin-right: 0.2rem;
        background-image: url(../img/icon/shop-icon-mise.png);
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        background-position: center;
        background-size: 100%;
        display: inline-block;
        vertical-align: middle;
    }
    li.shop-sell:before {
        content: "";
        margin-right: 0.2rem;
        background-image: url(../img/icon/shop-icon-uri.png);
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        background-position: center;
        background-size: 100%;
        display: inline-block;
        vertical-align: middle;
    }

/* 店舗情報 投稿*/
.type-shop_list .product-image .imgThumb .swiper-wrapper {
    transform: none !important;
    justify-content: space-between;
}
.type-shop_list .item-info img  {
    aspect-ratio: 1.2;
    object-fit: cover;
    width: 100%;
    }
.type-shop_list .swiper-container {
    margin-top: 0.5rem;
    }
.type-shop_list .item-info p {
    margin-top: 0;
    }
.type-shop_list .item-info ul{
    list-style: none;
    }
.type-shop_list .item-info tbody {
    font-size: clamp(10.8px,1.4vw,16px);
    }
.type-shop_list  iframe {
        width: 100%;
}
.type-shop_list .item-info,.type-shop_list .swiper-container-cube {
        margin-top: 0;
}
.type-shop_list  .item-info > div{
        margin-top: 0;
}
.type-shop_list .item-info tr {
    border-bottom: 1px solid #ddd;
}
.type-shop_list .item-info th {
    background-color: #fbfbfb;
}
.type-shop_list .item-info td {
    width: 65%;
}
.type-shop_list .item-info a {
    text-decoration: underline;
}
.type-shop_list .swiper-slide {
    margin-left: 0.1rem;
}
.type-shop_list .item-info th,.type-shop_list .item-info td {
    padding: 0.5rem;
}
.type-shop_list .swiper-container-cube .swiper-cube-shadow{
    opacity: 0.2 !important;
}
.shop-area-list a {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	background: #ededed;
	display: block;
	border: 1px #dadada solid;
	text-align: center;
	padding: 0.5rem 0;
	font-size: 1rem !important;
}
.shop-area-list span {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	border: 1px #dadada solid;
	text-align: center;
	padding: 0.5rem 0;
	font-size: 1rem !important;
}
.type-shop_list tr div {
    font-size: 0.8rem;
    line-height: 1.2;
    margin-top: 0.2rem;
    background-color: #fff9c4;
    padding: 0.5rem;
    display: inherit;
}
.type-shop_list tr .tel-num:before {
        content: "";
    background: url(//www.kaden-max.com/wp-content/themes/twentyseventeench/css/../img/icon/free-tell-icon.png) center no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
	margin-right: 0.2rem;
}
.type-shop_list tr .shop-tell:before {
        content: "";
    background: url(//www.kaden-max.com/wp-content/themes/twentyseventeench/css/../img/icon/shop-tell-icon.png) center no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: sub;
    width: 20px;
    height: 20px;
	margin-right: 0.2rem;
}

.shop-wrap{
	position: relative
}
.shop-wrap .shop-text a:after{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
/* 価格テーブル*/
table.price-list-table.mb_m {
    background-color: #fff;
}
table.price-list-table th{
    text-align: center;
}
table.price-list-table td{
    padding-left: 1rem;
}
table.price-list-table td.price-cell {
    min-width: 6rem;
}

/* --------------------------------------------------------------------------------------------------------
   01
 *
 * 幅 768px 未満 ( スマホの時だけ適用されるスタイル )
 */
@media screen and (max-width: 767px) {


    /* フォントサイズと行送り */
    body {
        font-size: 15px;
        font-size: 0.9375em;
        line-height: 1.7;
    }

    .box p {
        margin-top: 1.78em;
    }

    h1 {
        text-align: center;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.25;
    }

    h2,
    p.order-heading {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.25;
    }

    .box h3 {
        font-size: 17px;
        font-size: 1.0625rem;
        line-height: 1.235;
        margin-top: 1.588em;
    }

    dl dt {
        font-size: 17px;
        font-size: 1.0625rem;
        line-height: 1.235;
    }

    .small-font {}

    .choice-show-panel .area-list,
    .choice-show-panel .rosen-list,
    .choice-show-panel .station-list {
        font-size: 14px;
        font-size: 0.875em;
    }


    /* 見出しデザイン */
    .box>h2[id*="-heading"]:before {
        height: 30px;
        width: 40px;
        line-height: 1.785;
    }

    .head-wrap {
        margin-top: -20px;
    }



    /* 買取価格表（サムネイル表示） */
    
    .item-withumb .item-wrap{
        padding-top: 2.2em;
    }
    .item-withumb ul li {
        clear: both;
        /* margin-bottom: 1em; */
    }
    .item-withumb ul li:last-child {
        /* clear: both; */
        margin-bottom: 1em;
    }
    .item-withumb ul li .item-pict {
        float: left;
        /* margin-top: 2.2em; */
        width: 30%;
    }

    .item-withumb ul li .item-genre {
        /* margin-top: 10px;
        margin-left: 10px; */
        margin-top: 0.3em;
        margin-left: 0.3em;
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
        font-size: 13px;
    }

    .item-withumb ul li .item-name {
        margin-left: 90px;
    }
  
    .item-withumb ul li .item-price {
        clear: both;
        text-align: right;
    }

    .item-withumb ul li .item-price br {
        display: none;
    }

    .item-withumb ul li .item-price span:not(.label) {
        margin-left: 1em;
    }

    /* 選ばれる理由 */
    .reason-list li {
        width: 48%;
        padding-bottom: 0.3em;
    }

    .reason-list li:nth-child(1) {
        margin-left: 0;
    }

    .reason-list li:nth-child(2) {
        margin-right: 0;
    }

    /* 豆知識（サムネイル表示） */
    section[id*="column"] .head-wrap:before {
        height: 55px;
        width: 75px;
    }

    .column-posts li {}

    .column-posts li .pict {
        width: 80px;
    }

    .column-posts li .title {
        margin-left: 100px;
    }

    .column-posts li .ex {
        margin-left: 100px;
        padding-top: 5px;
    }

    /* 買取対象 */
    .genre-list li>span {
        display: none;
    }

    /* LINE査定 */
    section[id*="line"] .line-image .image {
        width: 30%;
    }

    section[id*="line"] .line-image .cont p {
        text-align: center;
    }

    section[id*="line"] .line-image .cont p img {
        max-width: 95%;
    }


    /*    定型ページビルボード*/
    #mainImg.lower {
        height: 75px;
    }

    /* メルカリショップ誘導セクション */
    .mercari-intro-bg:before,
    .mercari-intro-bg:after {
        background-image: none;
        position: inherit;
    }
    /* 店舗情報 */
    .shop-text {
        font-size: clamp(12px, 1.8vw, 14px);
    }
    .type-shop_list .item-info tbody {
        font-size: 1rem;
    }
    .item-withumb .item-wrap.shop-wrap {
        padding-top: 0em;
    }
    .shop-arcive .shop-area-list {
        width: calc(100% /3 - 10px) !important;
        margin: 5px;
    }
    /* 電話番号テキストに変更 */
    .order-bnr ul li.tell-sec a.telnum span{
        line-height: 1.1rem;
    }
}

/* End max 767px */



/* --------------------------------------------------------------------------------------------------------
   02
 *
 * 幅 480px 以上
 */
@media screen and (min-width: 30em) {

    /* ここにスタイル */
    h1 {
        font-size: 26px;
        font-size: 1.6rem;
    }

    /*買取価格 ジャンル表示*/
    .item-withumb ul li .item-genre {
        font-size: .9em;
    }
}

/* End min 480px*/



/* --------------------------------------------------------------------------------------------------------
   03
 *
 * 幅 768px 以上 ( PCの時だけ適用されるスタイル )
 */
@media screen and (min-width: 48em) {



    /* フォントサイズと行送り */
    body {
        font-size: 16px;
        font-size: 1.75;
        line-height: 1.556;
    }

    .box p {
        margin-top: 1.8em;
        line-height: 1.8;
    }

    h1 {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 1.23;
    }

    h2,
    p.order-heading {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 1.23;
    }

    .box h3 {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.25;
        margin-top: 1.6em;
    }

    dl dt {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.25;
    }

    .small-font {
        font-size: 0.875em;
    }


    /* 見出しデザイン */

    h2[id*="-heading"] {}

    h2[id*="-heading"]+p.txt-c {
        font-size: 18px;
    }

    .box>h2[id*="-heading"]:before {
        height: 62px;
        width: 89px;
    }

    .head-wrap {
        margin-top: -50px;
    }


    /* 基本パーツ */
    .txt-c {
        text-align: center;
    }

    .img-r,
    .img-l {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    .img-r {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .img-r .image,
    .img-l .image {
        margin: 0 0 1.5em;
        width: 35%;
    }

    .img-r .cont,
    .img-l .cont {
        width: 60%;
    }

    .cl-letter {
        display: none;
    }

    .cl-letter+* {
        margin-top: 0;
    }

    .hide-text {
        display: block;
    }


    /* レスポンシブイメージ */
    .box picture img {
        width: 100%;
    }



    /* 目次プラグイン */
    div#toc_container {
        padding: 0 20px 20px;
    }

    div#toc_container.contracted {
        padding-bottom: 0;
    }


    #toc_container .toc_list {
        width: 100%;
    }

    #toc_container .toc_title {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    #toc_container .toc_list>li {
        line-height: 1.556;
        display: inline-block;
        font-size: 16px;
        margin: 0 0 0.5em 5%;
        padding-left: 2em;
        width: 45%;
        list-style: none;
    }

    #toc_container .toc_list>li:after {
        left: 0;
    }

    #toc_container .toc_list>li:first-child,
    #toc_container .toc_list>li:nth-child(2n+1) {
        margin-left: 0;
    }

    /*追加ブロック（支店情報）*/
    #content .shiten-info {
        margin-top: 2.5em;
    }

    .shiten-info {
        padding-bottom: 0;
    }

    .shiten-info .ribbon {
        width: 94vw;
        margin: 0 calc(50% - 47vw);
    }

    .shiten-info .ribbon:before {
        margin-right: 1.5em;
    }

    .shiten-info .ribbon:after {
        margin-left: 1.5em;
    }

    .shiten-info h3 {
        height: 41px;
        /*リボンの高さ*/
        width: 55%;
        max-width: 370px;
    }

    .shiten-info h3:before {
        border-width: 20.5px 0px 20.5px 19px;
    }

    .shiten-info h3:after {
        border-width: 20.5px 19px 20.5px 0px;
    }

    .shiten-info .img-l .image {
        width: 41%;
        margin-bottom: 0;
    }

    .shiten-info .img-l .cont {
        width: 57%;
        margin-top: 1.6em;
        margin-left: 2em;
    }

    .shiten-info .img-l .cont table th,
    .shiten-info .img-l .cont table td {
        padding: 1em;
    }

    .shiten-info .img-l .gmap iframe {
        margin-bottom: 0;
    }

    /* 買取事例（スライド） */
    section[id*="results"] {
        position: relative;
        z-index: 1;
    }

    body:not(.has-sidebar) section[id*="results"]:after {
        content: "";
        background: url(../img/bg/gogo.png) center no-repeat;
        display: block;
        position: absolute;
        bottom: -60px;
        right: -380px;
        height: 308px;
        width: 387px;
        z-index: -1;
    }

    .record-list[class*=col-]>* {
        margin-top: 1em !important;
    }

    /* 月別アーカイブ */
    body:not(.has-sidebar) .site-main .outer>.archives-list {
        margin-top: 100px;
    }

    .archives-list ul ul {
        border: 4px #a89b9b solid;
    }

    .archives-list ul span.li-year {
        font-size: 1.2em;
    }

    .archives-list ul ul li {
        width: 24%;
    }


    /* 買取価格表（サムネイル表示） */
    .item-withumb ul li .item-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
    }

    .item-withumb ul li .item-genre {
        position: absolute;
        top: 5px;
        left: 5px;
        z-index: 2;
        font-size: 1em;
        text-shadow: 2px 2px 2px rgba(0,0,0,1);
    }

    .item-withumb ul li .item-pict {
        margin-top: 10px;
    }

    .item-withumb ul li .item-name {
        padding-bottom: 10px;
    }

    .item-withumb ul li .item-price {
        text-align: center;
        margin-top: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /* 買取価格表（下メッセージ） */
    .price-list-footer {
        background-image: url(../img/tokyo/setagaya/setagaya-price-img-l.png),
            url(../img/tokyo/setagaya/setagaya-price-img-r.png);
        background-repeat: no-repeat,
            no-repeat;
        background-position: left bottom, right bottom;
    }

    .price-list-footer .cont {
        font-size: 36px;
        line-height: 1.6;
        padding: 1em 2em 1em 2em;
        max-width: 1000px;
        margin: 0 auto;
        background: #f7392b70;
    }

    .price-list-footer .cont p {
        /*        margin-top: 1em;*/
        margin: 0;
    }

    /* 豆知識（サムネイル表示） */
    section[id*="column"] .head-wrap:before {
        height: 106px;
        width: 149px;
    }

    .column-posts li .pict {
        width: 150px;
    }

    .column-posts li .title {
        margin-left: 160px;
    }

    .column-posts li .ex {
        margin-left: 160px;
        padding-top: 5px;
    }



    /* マックスちゃんのキャンペーン情報 */
    .campaign-info .sns {
        font-size: 1.5em;
        font-weight: bold;
        padding-top: 1em;
    }

    /* 参考価格・相場 */
    p.msg {
        text-align: center;
        font-size: 1.5rem;
    }


    /* 買取対象 */
    .genre-list li a span:not(.image) {
        font-weight: bold;
        font-size: 1em;
    }

    .genre-list li>span {
        display: block;
        padding: 0.7em;
    }

    .genre-list li {
        border: 4px #333 solid;
    }

    /* LINE査定 */
    section[id*="line"] .line-image .image {
        width: 39%;
    }

    section[id*="line"] .line-image .cont p.txt-c {
        font-size: 2em;
    }

    /* 選ばれる理由 */
    .appeal {
        font-size: 2.4rem;
    }

    .outline {
        display: inline-block;
        letter-spacing: 4px;
        /* 文字間 */
        text-shadow:
            2px 2px 1px #ffffff,
            -2px 2px 1px #ffffff,
            2px -2px 1px #ffffff,
            -2px -2px 1px #ffffff,
            2px 0px 1px #ffffff,
            0px 2px 1px #ffffff,
            -2px 0px 1px #ffffff,
            0px -2px 1px #ffffff;
        /* 文字の影 */
    }

    .reason-appeal p {
        background-color: #fff9c4;
        border-radius: 20px;
        max-width: 820px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 2em;
        padding: 20px;
        position: relative;
        font-size: 1.6rem;
    }

    .reason-appeal p:before {
        content: "";
        background: url(../img/contents/reason-p2.png) no-repeat;
        width: 80px;
        height: 80px;
        background-size: 40px auto;
        position: absolute;
        left: 3em;
        bottom: 0.5em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .reason-appeal p:after {
        content: "";
        background: url(../img/contents/reason-p.png) no-repeat;
        width: 110px;
        height: 110px;
        background-size: 110px auto;
        position: absolute;
        right: 1em;
        bottom: -0.4em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    /* 対応エリア */
    .outer.support {
        background-size: auto;
    }

    .area-plus ul {
        /* margin-left: 1em; */
        line-height: 1.75;
    }

    .method-block .area-plus ul {
        padding-left: 2em;
    }

    .method-block .area-plus li {
        width: 17%;
    }



    /* メーカー */
    .maker-list {
        border: 4px #000 solid;
    }

    .maker-list dt {
        background-image: url(../img/bg/maker-1.png), url(../img/bg/maker-2.png);
        background-repeat: no-repeat;
        background-position: left 60px top 5px, right 20px center
    }

    .maker-list.camera-type-list dt {
        background-image: url(../img/bg/maker-3.png),url(../img/bg/maker-4.png) !important;
    }

    .maker-list dd {
        margin-left: 1.5em;
        margin-right: 1.5em;
    }

    .maker-list dd ul {
        background: none;
        padding-bottom: 0;
    }

    .maker-list dd ul li {
        font-size: 1em;
    }

    .maker-list.camera-type-list ul li {
        padding-right: 0rem !important;
    }

    /* 家具ブランドリスト */

    .maker-list.furniture-brand dt {
        background-image: url(../img/contents/furniture-brand1.png), url(../img/contents/furniture-brand2.png);
        background-repeat: no-repeat;
        background-position: left 70px top 5px, right 70px center;
    }

    /* 買取品目下のテキスト＆画像 */

    .box.hinmoku-footer {
        margin-top: 100px;
    }

    .hinmoku-footer .cont {
        max-width: 900px;
        margin: 0 auto;
        font-size: 20px;
    }

    .hinmoku-footer .comment {
        margin: 1em 3em 1em 1em;
    }

    .hinmoku-footer .fukidashi {
        font-size: 1.3rem;
        max-width: 60%;
        margin-left: 1.5em;
        text-align: left;
        padding: 1em;
    }

    .hinmoku-footer .fukidashi-img img {
        max-width: 170px;
    }

    /* 選ばれる理由 */
    section[id*="reason"] h2+p {
        margin-top: -1em !important;
        font-size: 18px;
    }



    /* 買取方法 */
    section[id*="method"] ul.choice-tab li {
        font-weight: bold;
    }

    /* リサイクルショップSEO専用　買取方法 */
    body:not(.has-sidebar) .site-main .outer.method-block {
        padding-bottom: 50px;
    }



    /* よくある質問 */
    #toshima-qa h2 {
        width: 90%;
        height: 160px;
        padding: 80px 0 0;
        font-size: 26px;
    }

    .qa dl dt {
        font-size: 17px;
        font-size: 1.0625rem;
        padding-bottom: 1em;
        padding-left: 3.5rem;
    }

    .qa dl dt:before {
        bottom: 0.8rem;
        font-size: 2rem;
        width: 3rem;
    }

    .qa dl dd {
        padding-bottom: 2em;
        padding-left: 3.5rem;
    }

    .qa dl dd:before {
        top: 0.8rem;
        font-size: 2rem;
        width: 3rem;
    }



    /* お問合せ */
    .outer.order {
        background-image: url(../img/contents/toiawase-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .order h2 img {
        width: auto;
    }

    .order-bnr ul li {
        margin-top: 1em;
    }

    .order-bnr ul li img{
        height: 100%;
    }

    /* フッターの上の表示枠 */
    div.f-box {
        display: block;
    }

    div.f-box h3 {
        text-align: center;
    }

    div.f-box .f-box-wrapper {
        padding: 16px;
    }

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

    /* フッターの上の表示枠内、対応エリア */
    div.f-box .taiou {
        padding: 1em 0 1px;
    }

    div.f-box .taiou p a {
        text-decoration: underline;
    }

    div.f-box .taiou ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    div.f-box .taiou ul li {
        list-style: none;
        padding: 0 1em;
    }

    div.f-box .taiou a:hover {
        color: #ed9e00;
    }

    div.f-box .taiou ul li a:after {
        font-family: "Font Awesome 5 free";
        font-weight: 900;
        content: "\f105";
        display: inline-block;
        margin-left: 0.5em;
    }

    div.f-box .taiou ul li a:hover:after {
        color: #ed9e00;
    }

    div.f-box-top {
        max-width: 1000px;
    }

    /* フッターの上の表示枠内、対応エリア(トップページ用) */
    /*
    div.f-box-top {
        display: block;
    }

    div.f-box-top .taiou a {
        text-decoration: underline;
    }

    div.f-box-top {
        text-align: center;
        max-width: 1000px;
        margin: 0 auto;
    }

    div.f-box-top .taiou h3 {
        margin-top: 1em;
    }

    div.f-box-top #tab1:checked ~ .panels #area1 {
        display: block;
    }

    div.f-box-top #tab2:checked ~ .panels #area2 {
        display: block;
    }

    div.f-box-top .tab_lab1,
    .tab_lab2 {}

    div.f-box-top #tab1:checked ~ .tab_lab1 {
        font-weight: bold;
    }

    div.f-box-top #tab2:checked ~ .tab_lab2 {
        font-weight: bold;
    }

    div.f-box-top .panel {
        display: none;
    }

    div.f-box-top input[name="check"] {
        display: none;
    }

    div.f-box-top .taiou .tab_wrap label:after {
        font-family: "Font Awesome 5 free";
        font-weight: 900;
        content: "\f078";
        display: inline-block;
        margin-left: 0.5em;
    }

    div.f-box-top .taiou .tab_wrap label {
        margin-left: 2em;
        display: inline-block;
    }

    div.f-box-top .panel_content {
        list-style: none;
    }

    div.f-box-top .panel_content li {
        display: inline-block;
        margin: .5rem 1.5em .5em 0;
        white-space: nowrap;
    }
*/

    /*    定型ページビルボード*/
    #mainImg.lower {
        height: 150px;
    }

    /* メルカリショップ誘導セクション */
    .mercari-intro-bg .intro p.accent:before {
        bottom: -0.5em;
    }
    /* LINEイントロ */
    #content .mercari-intro-bg {
        padding-bottom: 75px;
    }
    .mercari-intro-bg:before,
    .mercari-intro-bg:after {
        background-image: url(../img/bg/mercari-intro-bg1.png);
    }
    .mercari-intro-bg:before {
        left: calc(50% - 800px);
    }
    .mercari-intro-bg:after {
        right: calc(50% - 800px);
    }

    .fukidashi-r {
        font-size: 1.3rem;
        max-width: 60%;
        margin-left: 1.5em;
        text-align: left;
        padding: 1em;
    }

    .mercari-p .fukidashi-img img {
        max-width: 170px;
    }

    .mercari-p .comment {
        margin: 1em 3em 1em 1em;
    }
/* 店舗情報 */
.shop-arcive ul{
    width: 73%;
    position: absolute;
    top: 1rem;
}
}


/* End min 768px */



/* --------------------------------------------------------------------------------------------------------
   04
 *
 * 幅 880px 以上
 */
@media screen and (min-width: 55em) {

    /* 買取事例（アーカイブ用） */
    .record-list .record-wrap {
        padding: 0;
    }

    .record-list .record-wrap a {
        padding: 1em 2em;
    }

    .record-list .record-wrap .genre {
        font-size: 1em;
    }

    .record-list .record-wrap .date,
    .record-list .record-wrap .status {
        font-size: 1em;
    }

}

/* End min 880px */



/* --------------------------------------------------------------------------------------------------------
   05
 *
 * 幅 1072px 以上
 */
@media screen and (min-width: 67em) {



    /* 買取対象 */
    .genre-list li a span:not(.image) {
        font-size: 1.2em;
    }


    /* 豆知識（サムネイル表示） */
    .column .column-posts {
        position: relative;
    }

    .column .column-posts:after {
        content: "";
        display: block;
        background: url(../img/contents/mascot-2.png) center no-repeat;
        height: 297px;
        width: 397px;
        position: absolute;
        right: -397px;
        bottom: -150px;
    }

    /* 月別アーカイブ */
    .archives-list ul ul li {
        width: 16%;
    }

    /*QA*/
    #toshima-qa h2 {
        height: 200px;
        padding: 120px 0 0;
        width: 85%;
    }

    /* 対応エリア */
    .method-block .area-plus ul {
        padding-left: 3em;
    }

}

/* End min 1072px */



/* --------------------------------------------------------------------------------------------------------
   06
 *
 * 幅 1264px 以上
 */
@media screen and (min-width: 79em) {
    /*    ここにスタイルを記述*/
}

/* End min 1264px */

/* --------------------------------------------------------------------------------------------------------
06
*
* 幅 1264px 以上
*/
@media screen and (min-width: 90em) {

    .shiten-info .img-l:before,
    .shiten-info .img-l:after {
        position: absolute;
        width: 200px;
        height: 200px;
        content: "";
        bottom: 0;
    }

    .shiten-info .img-l:before {
        background: url(../img/bg/shiten-left-pc.png) bottom left / 90% no-repeat;
        left: calc(50% - 720px);
    }

    .shiten-info .img-l:after {
        background: url(../img/bg/shiten-right-pc.png) bottom right / 90% no-repeat;
        right: calc(50% - 690px);
    }

}

/* 幅 1600px 以上 */
@media screen and (min-width: 1600px) {
    .mercari-intro-bg {
        background-size: auto 90%;
        background-position: left bottom, right bottom;
    }
    .mercari-intro-bg:before {
        left: 0;
    }
    .mercari-intro-bg:after {
        right: 0;
    }
}