body {
    background: none;
    margin: 0;
}

.hiragino {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #070707;
}

.wrap {
    max-width: 1100px;
}

#header {
    background: #fff;
}

a:hover {
    text-decoration: none;
    color: #d9b03a;
}

a img {
    transition: all ease-in-out .3s;
}

a img:hover {
    opacity: 0.8;
    transition: all ease-in-out .3s;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

input {
    font-size: 16px;
}

input[type="submit"],
input[type="button"] {
    -webkit-appearance: none;
    border-radius: 0;
}

/* ヘッダー */

#header {
    padding: 24px 0 20px
}

#header #logo {
    max-width: 300px;
    padding: 0;
}

#header #to-contacts {
    float: left;
    margin-left: 33px;
}

#header #shop_info {
    float: right;
}

#header #sp_header {
    display: none;
}

/* ヘッダー 宅配・出張ボタン */

#header #to-contacts li {
    display: inline-block;
    margin-right: 5px;
}

#header #to-contacts li a {
    display: block;
}

/* 営業時間・電話番号 */

#header #shop_info {
    color: #426837;
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
}

/* メインナビ */

#MainNavSp {
    display: none;
}

#MainNav {
    background: #426837;
}

#MainNav ul {
    font-size: 0;
}

#MainNav ul li {
    display: inline-block;
    width: 20%;
    font-size: 16px;
    text-align: center;
}

#MainNav ul li.TB {
    display: none;
}

#MainNav ul li a {
    color: #fff;
    display: block;
    padding: 0.4em;
}

#MainNav ul li a:hover {
    background-color: #63803D;
}

/* トップページファーストビュー */

body.home #TopView {
    background-image: url(https://gun-tradeland.com/test/wp-content/uploads/2019/09/TopViewBg.jpg) !important;
    width: 100%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #000 !important;
    text-align: center;
}

body.home #TopViewB h1 {
    text-align: center;
    margin: 0 auto;
}

#TopViewB {
    background: url(/img/gun-bg.jpg);
    background-size: cover;
    background-position: center;
}

body.home #content {
    padding: 0;
}

/* ページコンテンツ部 */

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

#content .h1 {
    margin: 10px auto 20px;
}

#content .h1 h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* 問い合わせボタン類 */

nav.bt_box {
    font-size: 0;
}

nav.bt_box li {
    display: inline-block;
    width: 50%;
    font-size: 20px;
    font-weight: bold;
}

nav.bt_box li a {
    display: block;
    width: 80%;
    padding: 0.6em;
    background: #999;
    border-radius: 8px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}

nav.bt_box li.bt_line a,
nav.bt_box li.bt_line_big a {
    background: #54c72a;
}

nav.bt_box li.bt_line a:hover,
nav.bt_box li.bt_line_big a:hover {
    background: #3d8e20;
}

nav.bt_box li.bt_to_contact a {
    background: #138fd9;
}

nav.bt_box li.bt_to_contact a:hover {
    background: #00CED1;
}

nav.bt_box li.bt_visit a,
nav.bt_box li.bt_delivery a {
    background: #3077e2;
}

nav.bt_box li.bt_visit a:hover,
nav.bt_box li.bt_delivery:hover a {
    background: #00CED1;
}

nav.bt_box li.bt_call a {
    background: #339bf4;
}

nav.bt_box li.bt_call a:hover {
    background: #6fddf8;
}

nav.bt_box li.bt_call {
    width: 100%;
    margin-top: 2em;
}

/*問い合わせボタンアイコン類*/

nav.line-tel ul {
    font-size: 0;
    justify-content: space-between;
    display: flex;
}

nav.line-tel ul li {
    width: 50%;
    text-align: center;
}

nav.bt_box li.bt_line a,
nav.bt_box li.bt_line_big a,
nav.bt_box li.bt_delivery a,
nav.bt_box li.bt_visit a {
    position: relative;
}

nav.bt_box li.bt_line a:before,
nav.bt_box li.bt_line_big a:before,
nav.bt_box li.bt_delivery a:before,
nav.bt_box li.bt_visit a:before {
    content: '';
    display: inline-block;
    width: 46px;
    height: 46px;
    background-image: url(https://gun-tradeland.com/test/wp-content/uploads/2019/09/icon-line.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: 7px;
}

nav.bt_box li.bt_line_big a:before {
    width: 110px;
    height: 100px;
    left: 35px;
    top: 18px;
}

nav.bt_box li.bt_delivery a:before,
nav.bt_box li.bt_visit a:before {
    width: 70px;
    height: 70px;
    background-image: url(https://gun-tradeland.com/test/wp-content/uploads/2019/09/icon-delivery.png);
    left: -30px;
    top: -10px;
}

nav.bt_box li.bt_visit a:before {
    background-image: url(https://gun-tradeland.com/test/wp-content/uploads/2019/09/icon-visit.png);
}


/* メイン部分 */

#top_visual {
    text-align: center;
}

#main {
    text-align: center;
}

#main>section {
    padding-top: 60px;
}

#main>section h2 {
    font-size: 24px;
    font-weight: bold;
    color: #d9b03a;
    margin: 0;
}

#main .bg-glay {
    padding: 60px 0;
    background: #efefef;
}

/* 買取ジャンル */

section#genre ul {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

section#genre ul li {
    width: 25%;
    margin-top: 20px;
}

section#genre ul li a img {
    width: 90%;
    border: 1px solid #ddd;
}

section#genre ul li a img:hover {
    opacity: 0.80;
    transition: all 0.3s;
}

/* 他との比較 */

section#EasyTable.wrap {
    margin-top: 1em;
}

section#EasyTable table {
    border: none;
}

section#EasyTable table th {
    white-space: nowrap;
}

section#EasyTable table th,
section#EasyTable table td {
    text-align: center;
}

section#EasyTable th {
    font-weight: bold;
    background: #dcdcdc;
    border-bottom: 2px solid #f5f2ef;
}

section#EasyTable table td i {
    display: block;
}

section#EasyTable table tr:first-child th {
    background: #f5f5f5;
}

section#EasyTable table tr:first-child th:first-child {
    background: #fff;
    border: none;
}

section#EasyTable table tr:first-child th.check {
    background: #f34955;
    color: #fff;
    border-right: 2px solid #f34955;
    border-left: 2px solid #f34955;
    border-bottom: 2px solid #f34955;
    border-top: 1px solid #f00;
}

section#EasyTable table tr td.check {
    background: #ffd6d6;
    font-weight: bold;
    border-right: 2px solid #f34955;
    border-left: 2px solid #f34955;
}

section#EasyTable table tr:last-child td.check {
    border-bottom: 2px solid #f34955;
}

section#EasyTable table tr td.check i {
    color: #e71f19;
}

section#EasyTable h2 {
    background: transparent !important;
    color: #d9b03a !important;
    font-size: 20px !important;
    font-weight: bold;
}

section#EasyTable h3 {
    margin: 20px auto 20px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}


/* 買取ジャンルリスト */

#genre-list {
    padding: 30px 5px;
    text-align: center;
}

#genre-list h2 {
    font-size: 20px;
    font-weight: bold;
    color: #d9b03a;
    margin: 0;
    margin-top: 1em;
    text-align: center;
}

.archive #genre-list {
    margin-top: 2em;
}

section#genre-list>p {
    text-align: center;
}

section#genre-list ul {
    padding: 0;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
}

section#genre-list ul li {
    width: 24%;
    margin-top: 12px;
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
    margin-right: 1.25%;
}

section#genre-list ul li:nth-child(4n) {
    margin-right: 0%;
}

section#genre-list ul li h3 {
    font-weight: bold;
    margin: 0.8em 0 0.0em;
    line-height: 1;
}

section#genre-list ul li h3+a {
    display: block;
    margin: 0.8em;
    background: #000;
    color: #fff;
    padding: 0.4em;
    border-radius: 3px
}

section#genre-list ul li h3+a:hover {
    background: #d9b03a;
}

section#genre-list>p {
    margin-top: 3em;
}

.genre-list-btn {
    max-width: 1100px;
    margin: auto;
    width: 20%;
    margin: 30px auto;
}

.genre-list-btn a {
    display: block;
    margin: 0.8em;
    background: #000;
    color: #fff;
    padding: 0.4em;
    border-radius: 3px;
}

@media only screen and (max-width: 767px) {

    .genre-list-btn {
        width: 80%;
    }
}



/* 買取メーカー */

section#maker {
    padding: 0 0 60px;
}

section#maker h2 {
    font-size: 19px;
    font-weight: bold;
    margin: 2em 0 0;
    color: #fff;
    background: #426837;
    padding: 0.4em;
    text-align: center;
}

section#maker h2:first-child {
    color: #fff;
    background: #426837;
    padding: 0.4em;
    margin-bottom: 1em;
    font-size: 19px;
}

section#maker ul.maker-name-list,
section#maker ul.maker-logo-list {
    font-size: 0;
    margin: 12px 15px 0;
    text-align: left;
}

section#maker ul.maker-name-list {
    margin: 12px 15px 0;
}

section#maker ul.maker-logo-list li {
    display: inline-block;
    width: 20%;
    font-size: 14px;
    text-align: left;
    line-height: 2;
    margin-bottom: 10px;
    text-align: center;
}

section#maker ul.maker-logo-list li p {
    margin-top: 5px;
    font-weight: bold;
}

section#maker ul.maker-name-list li {
    display: inline-block;
    width: 25%;
    font-size: 14px;
    text-align: left;
    line-height: 2;
    font-weight: bold;
}

section#maker ul.maker-name-list li:before {
    content: '▶';
    font-size: 10px;
    vertical-align: middle;
    margin-right: 1em
}

section#maker p {
    margin-top: 3em;
    text-align: center;
}

/* 買取金額実績 */

section#results-list h2 {
    font-size: 19px;
    font-weight: bold;
    /* margin: 2em 0; */
    color: #fff;
    background: #426837;
    /* padding: 0.4em; */
    line-height: 1.6;
    text-align: center;
}

.page-id-213 section#results-list h2,
.page-id-228 section#results-list h2,
.page-id-237 section#results-list h2,
.page-id-232 section#results-list h2,
.page-id-241 section#results-list h2,
.page-id-247 section#results-list h2,
.page-id-410 section#results-list h2,
.page-id-239 section#results-list h2 {
    display: none;
}

section#results-list ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1em;
}

section#results-list ul li {
    width: 24%;
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 13px;
    border: 1px solid #ccc;
    padding-bottom: 10px;
    text-align: center;
}

section#results-list ul li a>div {
    position: relative
}

section#results-list ul li a>div p.result-maker {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.4em;
    background: rgba(66, 104, 55, 0.75);
    color: #fff;
    font-size: 14;
}

section#results-list ul li:nth-child(4n) {
    margin-right: 0px;
}

section#results-list ul li h3 {
    margin: 0;
    padding: 2px 7px 0;
    line-height: 1;
    font-size: 14px;
    border-bottom: 0;
    text-align: center;
}

section#results-list ul li h3 {
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    border-left: none;
}

section#results-list ul li h3 span {
    display: block;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
}

section#results-list ul li p.result-date {
    margin: 0.8em 0 0;
    padding: 0;
    line-height: 1;
    font-size: 12px;
    text-align: center;
}

section#results-list ul li p.result-maker {
    margin: 0.4em 0 0;
    font-weight: bold;
    line-height: 1;
    font-size: 16px;
    text-align: center;
}

section#results-list ul li p.result-price {
    margin: auto 0 0;
    line-height: 1;
    font-size: 14px;
    text-align: center;
    padding: 0;
}

section#results-list ul li p.result-price span {
    font-weight: bold;
    font-size: 26px;
    color: #f00;
}

section#results-list>p {
    margin-top: 3em;
    margin-bottom: 4em;
}


/* 画角調整コード */


#results-list ul li a {
    display: flex;
    flex-direction: column;
    height: 100%;

}

#results-list ul li a img {
    object-fit: contain;
    aspect-ratio: 4/3;
}

.post a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.post a img {
    object-fit: contain;
    aspect-ratio: 4/3;
}

@media only screen and (max-width: 430px) {

    #results-list ul li a img {
        width: auto;
        height: auto;
    }

    .post a img {
        width: auto;
        height: auto;
    }
}


.result-price {
    margin-top: auto;
}

/* 画角調整コード ここまで*/

/* ジャンク */

section#junk {
    text-align: center;
    padding: 60px 0 !important;
}

section#junk h2 {
    font-size: 20px;
    color: #d9b03a;
    background: transparent;
}

section#junk p {
    margin: 20px auto 10px;
}

section#junk ul {
    /* padding: 0 0 60px; */
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

section#junk ul li {
    width: 25%;
    margin-top: 20px;
}

section#junk ul li img {
    width: 90%;
}

section#junk ul li h3 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

/* 買取方法 */


/*フッター*/

footer {
    background: #fff;
}

footer a,
footer.test a:link,
footer a:visited {
    color: #292929;
}

footer .FooterSitemap {
    display: flex;
    flex-wrap: wrap;
    padding: 1em 0.5em;
}

footer .FooterSitemap h2 {
    width: 100%;
}

footer .FooterSitemap ul {
    width: 50%;
    text-align: left;
    font-size: 14px;
    line-height: 2;
}

footer .FooterAbout {
    padding: 2em 1em 0;
}

footer .FooterAbout h2 {
    width: 60%;
    margin: 0 auto;
}

footer .FooterGroup .GroupSite h3 {
    margin-bottom: 0.8em;
    font-size: 14px;
}


/*bt*/

footer .FooterAbout ul.ContactMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2em 0;
}

footer .FooterAbout ul.ContactMenu li {
    width: 49%;
}

footer .FooterAbout ul.ContactMenu li:nth-child(2) {
    position: relative;
    text-indent: 1em;
}

footer .FooterAbout ul.ContactMenu li:first-child a,
footer .FooterAbout ul.ContactMenu li:nth-child(2) a {
    border: 1px solid #000;
    color: #000;
    display: block;
    padding: 0.4em 0;
    line-height: 1;
    margin-bottom: 0.6em;
    font-size: 16px;
    text-align: center;
}

footer .FooterAbout ul.ContactMenu li:nth-child(2) a:before {
    content: "";
    display: block;
    background-image: url(https://trade-land.com/wp/wp-content/uploads/img/icon/LINE.png);
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 5px;
}

footer .FooterAbout ul.ContactMenu li:nth-child(2) a {
    border-color: #01c614;
    color: #01c614;
}

footer .FooterAbout ul.ContactMenu li:last-child {
    width: 100%;
    display: flex;
}

footer .FooterAbout ul.ContactMenu li:last-child p {
    width: 50%;
    font-size: 14px;
    margin: 0;
    text-align: left
}

footer .FooterAbout ul.ContactMenu li:last-child a {
    width: 50%;
    display: inline-block;
    display: flex;
    align-items: center;
}

footer .FooterAbout h3 {
    font-size: 14px;
    margin-bottom: 0.2em;
}

footer .FooterAbout .map iframe {
    width: 100%;
}

footer .FooterAbout dl {
    text-align: left;
    font-size: 12px;
    margin: 1em 0 2em;
}

footer .FooterAbout dl dt,
footer .FooterAbout dl dd {
    margin-bottom: 0.4em;
    margin-left: 0;
}

footer .Copyright {
    margin: 0;
    padding: 2em 0;
    font-size: 11px;
    background: #426837;
    color: #fff;
    text-align: center;
    line-height: 1;
}


/* 個別ページ*/

.cat-content,
article.post,
article.page {
    border: none;
    margin-bottom: 0;
}

.one-column #content .wrap {
    width: auto;
}

.cat-content .post-header,
article.page .post-header {
    padding: 0;
    margin: 0;
    border: none;
}

.post-content {
    padding: 0;
}

body.page .post-title,
.post-content h2 {
    background: #426837;
    color: #ffffff;
    letter-spacing: 1.5px;
    font-size: 19px;
    font-weight: bold;
    margin: 20px 0;
    border: none;
    line-height: 1;
    padding: 15px;
}

.page #content {
    padding-top: 52px;
    padding-bottom: 0;
}

.page .post-content p {
    text-align: left;
    padding: 5px 10px;
    line-height: 1.5;
    margin-bottom: 1em;
}

.page .post-content ul {
    list-style: none;
    text-align: left;
}


/* 個別ページ 会社概要*/

.page-id-190 .post-content dl {
    display: flex;
    flex-wrap: wrap;
}

.page-id-190 .post-content dl dt,
.page-id-190 .post-content dl dd {
    width: 30%;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    padding: 1em;
}

.page-id-190 .post-content dl dd {
    width: 70%;
    margin-left: 0;
    text-align: left
}

.page-id-190 .post-content iframe {
    width: 100%;
    height: 400px;
}


/* 個別ページ プライバシーポリシー*/

.page-id-194 .post-content h2 {
    border-bottom: solid 1px #bfbfbf;
    padding: 10px 1em 10px 0;
    text-align: center;
    margin-top: 40px;
    text-align: left;
    font-size: 200%;
    background: #fff;
    color: #070707;
}


/* 個別ページ 取り扱いできない製品*/

.page-id-196 .post-content h2 {
    border-bottom: solid 1px #bfbfbf;
    padding: 10px 1em 10px 0;
    text-align: center;
    margin-top: 40px;
    text-align: left;
    font-size: 200%;
    font-weight: bold;
    background: #fff;
    color: #070707;
}

.page-id-196 .post-content h2:before {
    content: url(https://gun-tradeland.com/test/wp-content/uploads/2019/09/icon-cannot.png);
    float: left;
    margin-right: 10px;
}


/* 個別ページ お問い合わせ・出張・宅配*/
form {
    margin-bottom: 50px;
}

.contact-forms dt,
.contact-forms dd {
    width: 100%;
    font-size: 16px;
    font-weight: normal !important;
    text-align: left;
}

.contact-forms dt {
    padding-top: 20px;
}

.contact-forms dd {
    padding: 5px 0 10px;
    margin-left: 0 !important;
}

.contact-forms dt span,
.contact-forms dd span.red {
    color: #f00;
    font-size: 14px;
    margin-left: 5px
}

.contact-forms dt span.blue {
    color: #3077e2;
}

.contact-forms dd input,
.contact-forms dd textarea {
    padding: 0.6em;
    border: 1px solid #ccc;
    background: #f5f5f5;
    width: 100%;
}

.contact-forms input[type=checkbox],
.contact-forms input[type=radio] {
    display: none;
}

.contact-forms .wpcf7-list-item {
    margin: 0 1em 0 0;
    padding-top: 1em;
}

.contact-forms .wpcf7-list-item-label {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0.4em 2em;
    display: inline-block;
    font-size: 14px;
}

input[type="checkbox"]:checked+span,
input[type="radio"]:checked+span {
    background: #d9b03a;
}

.page .post-content .contact-forms+p {
    text-align: center;
}

.contact-forms+p input[type=submit] {
    border-radius: 4px;
    border: none;
    background: #d9b03a;
    color: #fff;
    cursor: pointer;
}

.contact-forms+p input.wpcf7c-elm-step2[type="button"] {
    margin-bottom: 40px;
    color: #999;
    padding: 0.6em;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #f5f5f5;
}

.wpcf7c-elm-step2 {
    text-align: center;
    padding: 1em;
}

.danbox img {
    border: solid 1px lightgray;
    margin-top: 10px;
}

.contact-forms .danbox div {
    width: 24%;
    text-align: center;
    margin-top: 2em;
    margin-right: 3px;
    border: 1px solid #efefef;
    padding: 1em 0;
    display: inline-block;
}

div.wpcf7 .ajax-loader {
    display: block !important;
}

input.wpcf7c-conf-hidden+span {
    background: rgb(232, 240, 254);
}

.contact-forms dd input.wpcf7c-conf,
.contact-forms dd textarea.wpcf7c-conf {
    background: rgb(232, 240, 254);
}

.page .post-content p.wpcf7c-elm-step2 {
    color: #f00;
    font-size: 14px;
    margin: 20px auto 0;
    text-align: center;
    padding-top: 80px;
}


/* 送信完了 */

.post-210 h1.post-title {
    font-size: 24px;
}

.page-id-3129 .post-content {
    max-width: 740px;
    margin: 2em auto;
}

p.thanksText {
    padding-top: 1em;
    margin: 1em auto;
    line-height: 1.5;
    font-size: 16px;
}

p.thanksText a {
    color: #47b39d;
}

p.thanksText span {
    font-weight: bold;
}

p.notes {
    color: #666;
    font-size: 14px;
}

.page-id-3129 p.thanksText {
    text-align: left;
    line-height: 2;
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    .post-210 p.thanksText {
        text-align: center !important;
        line-height: 2
    }
}


/* 各種買取依頼 */

.page-id-385 .tabnav,
.page-id-1033 .tabnav {
    margin: 30px 0 -10px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page-id-385 .tabnav li,
.page-id-1033 .tabnav li {
    width: 33%;
    margin-top: 13px;
    padding-bottom: 10px;
    text-align: center;
}

.page-id-385 .tabnav li a,
.page-id-1033 .tabnav li a {
    display: block;
    background: #3a3a3a;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    padding: 1em;
    border-radius: 3px 3px 0 0;
    text-decoration: none;
}

.page-id-385 .tabnav li a:hover,
.page-id-1033 .tabnav li a:hover,
.page-id-385 .tabnav li a.active,
.page-id-1033 .tabnav li a.active {
    background: #d9b03a;
    color: #070707;
}

.page-id-385 .tabcontent,
.page-id-1033 .tabcontent {
    padding: 20px;
    margin-bottom: 60px;
    border: 15px solid #d9b03a;
}

.page-id-385 .tabcontent h2,
.page-id-1033 .tabcontent h2 {
    color: #d9b03a;
    background: #fff;
    font-size: 24px;
    font-weight: bold;
}

.page-id-385 .tabcontent h2+p,
.page-id-1033 .tabcontent h2+p {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
    margin-top: 1.4em;
}

.page-id-199 .ContactMemo h2 {
    font-size: 28px;
    color: #d9b03a;
    margin: 10px auto 20px;
}

.page-id-199 .ContactMemo p {
    text-align: left;
    max-width: 700px;
    margin: 0 auto 40px;
}


/* Q&A */

.page .post-content article.QA>p {
    text-align: center;
    line-height: 2;
    margin-top: 20px;
}

article.QA h2 {
    text-align: left;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
    font-size: 26px;
    background: none;
    color: #d9b03a;
}

.post-content article.QA .accordion {
    margin: 0;
}

.post-content article.QA .accordion li {
    background-color: #efd27e;
    margin-bottom: 1.4em;
    padding: 1.8em;
    border-radius: 8px;
    cursor: pointer;
}

.post-content article.QA .accordion li.selected,
.post-content article.QA .accordion li:hover {
    background: #d9b03a;
}

.post-content article.QA .accordion h3 {
    border: none;
    font-size: 16px;
    padding: 0;
    margin: 0;
    line-height: 1.2;
    cursor: pointer;
}

article.QA .accordion p {
    display: none;
    font-size: 16px;
    padding: 1em 0 0;
    margin: 1em 0 0;
    border-top: 1px solid #fff;
}


/* 各メーカーページ */

.page-template-page-items #content {
    padding: 0;
}

.page-template-page-items h1 {
    margin: 0 0 10px 0;
    font-size: 200%;
    line-height: 2;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.page-template-page-items .post-content {
    margin-top: 50px;
}

.page-template-page-items>section h2,
.page-template-page-items article.top-money h2 {
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    background: #426837;
    padding: 0.6em;
    margin: 20px 0 10px;
    line-height: 1;
}

.page-template-page-items>section p,
.page-template-page-items article.top-money p {
    text-align: center;
    line-height: 2;
}

.page-template-page-items article.top-money ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page-template-page-items article.top-money ul li {
    width: 24%;
    margin-top: 20px;
    text-align: center;
    border: 1px solid #ccc;
    padding-bottom: 10px;
    text-align: center;
}

.page-template-page-items article.top-money ul li img {
    width: 100%;
}

.page-template-page-items article.top-money ul li img+p,
.page-template-page-items article.top-money+p {
    display: none;
}

.page-template-page-items article.top-money ul li h3 {
    font-size: 14px;
    margin: 0;
    padding: 0.6em 0 0.2em;
    border: none;
    line-height: 1.2;
    text-align: center;
}

.page-template-page-items article.top-money ul li p {
    margin: 0.4em 0 0;
    line-height: 1;
    font-size: 14px;
    text-align: center;
    padding: 0;
}

.page-template-page-items article.top-money ul li p span {
    font-size: 18px;
    font-weight: bold;
    color: #f00;
}

.post-content table.buy_list {
    margin: 30px auto 10px;
    border: 1px solid #ccc;
    border-width: 1px 0 0 1px;
}

.post-content table.buy_list th,
.post-content table.buy_list td {
    width: calc(100% / 3);
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-width: 0 1px 1px 0;
    padding: 0.8em;
}

.post-content table.buy_list tbody th {
    background: #426837;
    color: #fff;
}

.buy_list .buy_list_plice {
    color: #f00;
}

.page-template-page-items section#junk ul li,
.page-template-page-items section#genre ul li {
    text-align: center;
}

.category-junres h1 span:nth-child(2) {
    display: block;
}

.post-content ul,
.post-content ol {
    margin-left: 0;
}

.page-template-page-items #genre-list h2 {
    background: #efefef;
    color: #d9b03a;
}


/* 買取実績 */

.single-results #content {
    padding-bottom: 0;
}

.single-results h1 {
    text-align: left;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    background: #426837;
    padding: 1em;
    margin: 0;
    line-height: 1.2;
}

.single-results p.items-date {
    text-align: right;
    font-size: 12px;
    color: #999;
    background: #efefef;
}

.single-results #result-detail {
    background: #f7f7f7;
    display: flex;
    padding: 30px;
    flex-wrap: wrap;
}

.single-results .item-photo {
    width: 50%;
}

.single-results .item-info {
    width: 50%;
    padding-left: 30px;
}

.single-results .item-photo ul {
    font-size: 0;
    text-align: left;
}

.single-results .item-photo ul li {
    width: 30%;
    display: inline-block;
    margin-top: 15px;
    margin-right: 5%;
}

.single-results .item-photo ul li:last-child {
    margin-right: 0;
}

.single-results .item-info dl {
    font-size: 14px;
}

.single-results .item-info dl dt {
    width: 10em;
    float: left;
}

.single-results .item-info dl dt span {
    background: #426837;
    color: #fff;
    display: block;
    border-radius: 3px;
    padding: 0.2em 0;
}

.single-results .item-info dl dd {
    margin: 0 0 20px 170px;
    text-align: left;
    padding-top: 0.2em;
}

.single-results .item-info dl dd span {
    display: block;
}

.single-results .item-info dl dd.fc-f00 {
    color: #f00;
    font-weight: bold;
}

.single-results #result-detail .item-info h3 {
    width: 100%;
    text-align: left;
    font-size: 24px;
    border-bottom: 1px solid #4e4e4e;
    margin: 2em 0 0.4em;
    font-weight: bold;
}

.single-results #result-detail p.items-detail {
    width: 100%;
    text-align: left;
    font-size: 14px;
}

.single-results #result-detail+p {
    margin: 2em 0;
}

.single-results #results-list h2,
.single-results #junk h2 {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    background: #426837;
    padding: 0.6em;
    margin-top: 4em;
    line-height: 1;
}

.single-results #results-list h2:first-child {
    margin-top: 1em;
}

.post-time-p {
    margin: 0px;
    margin-top: 5px;
    font-size: 12px;
    text-align: left;
    padding: 0px 7px;
    line-height: 1;
}

/* 無料査定ページ */

.page-id-360 #content {
    padding-top: 0;
}

.page-id-360 h1.post-title {
    color: #fff;
    background: #426837;
    font-size: 19px;
    line-height: 1;
    padding: 0.6em;
}

.page-id-360 .line-tel {
    display: none;
}

.page .post-content article.Assessment>p {
    text-align: center;
    line-height: 1.5;
    padding: 1em;
}

.page .post-content article.Assessment>ul>li {
    background: #fff;
    padding: 20px;
    margin-bottom: 40px;
    border: 10px solid #426837;
}

.page .post-content article.Assessment>ul>li h2 {
    background: #fff;
    color: #d9b03a;
    border-bottom: 1px solid #070707;
    padding-left: 10px;
    font-size: 28px;
}

.page .post-content article.Assessment>ul>li p {
    padding-left: 10px;
}

.page .post-content article.Assessment input,
.page .post-content article.Assessment textarea {
    background: #fff;
}

.page .post-content article.Assessment dd.photos input,
.page article.post-199 dd.photos input {
    background: none;
    border: none;
}

.page .post-content article.Assessment input[type="submit"] {
    background: #d9b03a;
}

.page .post-content article.Assessment #AssessmentLine a {
    display: block;
    text-align: center;
}


/* 買取実績履歴 */

.archive #content {
    padding: 0;
}

.archive #content h1,
.archive #content #junk h2 {
    font-size: 19px;
    font-weight: bold;
    margin: 2em auto 0;
    padding: 0.6em;
    color: #fff;
    background: #426837;
    line-height: 1;
    max-width: 1100px;
    text-align: center;
}

.archive #content #junk h2 {
    font-size: 16px;
}

.archive #genre-main {
    text-align: center;
    margin-top: 0;
}

.archive.tax-genre .wrap .p1 {
    margin: 1em;
}

.archive section#results-list ul {
    text-align: left;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}

.archive section#results-list ul li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.archive section#results-list ul li a>div {
    position: relative
}

.archive section#results-list ul li a>div p.result-maker {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.4em;
    background: rgba(66, 104, 55, 0.75);
    color: #fff;
    font-size: 14px;
}

.archive section#results-list ul li:nth-child(4n) {
    margin-right: 0;
}

p.MoreResult {
    text-align: center !important;
}

p.MoreResult a {
    background: #d9b03a;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 1em 2em;
}

p.MoreResult a:hover {
    opacity: 0.8;
}

.view-more-button {
    background: #d9b03a;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    padding: 0.6em;
    border: none;
    width: 60%;
    max-width: 400px;
    margin-top: 1em;
}

.infinite-scroll-last {
    text-align: center;
}


/* 買取ジャンルページ */

#post-1019 section#genre-list ul li h3 {
    font-size: 16px;
    border: none;
    margin: 0.8em 0 0;
    padding: 0;
    text-align: center;
}

#post-1019 section#genre-list ul li h3+p {
    text-align: center
}

#post-1019 section#maker h2 {
    background: none;
}

#post-1019 section#genre-list>p {
    text-align: center !important;
}

#post-1019 section#maker p {
    text-align: center !important;
}

/* ブログ */
.blog-archive-container {
    display: flex;
}

.blog-archive-a-container {
    width: 20%;
    margin: 0 auto;
    margin-bottom: 60px;
}

.blog-archive-container #side {
    margin-left: 0px;
    width: 30%;
}

.blog-archive-box {
    display: flex;
    flex-wrap: wrap;
}

.gun-blog-top-img {
    text-align: center;
    width: 100%;

}

.blog-archive-width-box {
    width: 70%;
    margin-bottom: 50px;
}

.category-blog .view-more-button {
    display: block;
    margin: auto;
}

.img-h1 {
    text-align: center;
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 30px;
}

.blog-archive-a {
    display: block;
    text-decoration: none;
    background: #c49e31;
    padding: 0.6em;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    text-indent: 0.8em;
}

.blog-h3 {
    font-weight: bold;
    font-size: 16px;
}

.blog-li {
    margin-bottom: 30px;
    width: 46%;
    margin-right: 2%;
    border: solid 1px #c1c1c1;
}

.blog-time {
    font-size: 16px;
    margin: 0px;
}

.blog-contents-right {
    padding: 0px 20px 10px 20px;
}

.blog-thumbnail {
    width: 100%;
    height: 236px;
    object-fit: cover;
    padding: 20px;
    padding-bottom: 10px;
}

.sidebar-img-box {
    margin-bottom: 30px;
}

.blog-h1 {
    text-align: left;
    font-weight: bold;
    font-size: 32px;
    margin: 5px 0;
}

#blog-list {
    padding-top: 60px !important;
    text-align: center;
}

section#blog-list ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 30px;
    justify-content: space-between;
}

section#blog-list ul li {
    width: 23.5%;
    margin-top: 12px;
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
    margin-right: 1.5%;
}

section#blog-list ul li:nth-child(4n) {
    margin-right: 0%;
}

section#blog-list ul li a {
    color: #333;
}

section#blog-list ul li h3 {
    font-weight: bold;
    margin: 0.2em 0 0.0em;
    line-height: 1;
}

section#blog-list ul li h3+a:hover {
    background: #d9b03a;
}

section#blog-list ul li div:first-of-type {
    max-height: 163px;
    overflow: hidden;
    font-size: 12px;
}

.card-block {
    padding: 6px;
    text-align: left;
}


@media screen and (max-width: 1100px) {
    .img-h1 {
        width: 100%;
        margin-top: 0px;
    }

    .blog-h3 {
        margin: 0px;
    }

    .blog-thumbnail {
        width: 100%;
        padding: 10px;

    }


}

@media screen and (max-width: 768px) {
    .blog-img-box {
        width: 100%;
    }

    .blog-thumbnail {
        width: 100%;
    }

    .blog-box {
        display: block;

    }


    .blog-time {
        font-size: 16px;
    }

    .blog-contents-right {
        padding: 0px 20px 20px 20px;
    }

    .blog-h1 {
        font-size: 22px;

    }

    .blog-archive-container {
        display: block;
    }

    .blog-archive-width-box {
        width: 100%;
    }

    .blog-li {
        width: 49%;
    }

    .blog-li:nth-child(2n) {
        margin-right: 0px;
    }

    .blog-archive-container #side {
        width: 100%;
    }



    .blog-archive-a-container {
        width: 60%;
    }
}

#modelgun-contents {
    width: 1100px;
    margin: 0 auto;

}

#modelgun-contents h2 {
    font-size: 19px;
    font-weight: bold;
    margin: 2em auto 0;
    padding: 0.6em;
    color: #fff;
    background: #426837;
    line-height: 1;
    max-width: 1100px;
    text-align: center;
    margin-bottom: 15px;
}

#modelgun-contents h3 {
    margin-bottom: 0px;
    background: linear-gradient(transparent 55%, #e5e096 55%);
    display: inline;
    font-weight: bold;
    font-size: 18px;
}


.modelgun-contents-span {
    font-weight: bold;
    color: #f00;
}


.modelgun-content-img-1 {
    width: 80%;
    margin-left: 40px;
}

.modelgun-contents-box {
    border: 3px dashed #70a362;
    padding: 13px;
    margin: 0px 0px 30px 0px;
}

.modelgun-p-1 {
    margin-bottom: 0px;
}

.modelgun-p-2 {
    margin-bottom: 12px;
}

.modelgun-contents-img-container {
    display: flex;
    margin-bottom: 30px;
}

.modelgun-img-margin {
    margin-right: 20px;
}

.modelgun-contents-box li {
    list-style-type: disc;
    margin-left: 20px;
}

.modelgun-box-flex {
    display: flex;
}

.modelgun-box-left {
    width: 70%;
}

.modelgun-contents-img-box {
    width: 30%;
}

.modelgun-contents-img-box-1 {
    width: 30%;
    margin-right: 20px;
}

.modelgun-contents-img-3 {
    width: 80%;
    margin-left: 40px;
}

.page-template-page-items>section .modelgun-container-box p {
    text-align: left;
}

@media screen and (max-width:1200px) {

    #modelgun-contents h2 {
        max-width: 100%;
    }

    #modelgun-contents {
        width: 100%;
    }

    .modelgun-contents-img-box {
        width: 100%;
    }

    .modelgun-img-margin {
        width: 95%;
        margin-right: 0px;
    }

    .modelgun-contents-box {
        margin: 0px 15px 40px 15px;
    }

    .modelgun-contents-img-box {}

    .modelgun-container-box {
        margin: 0px 15px;
    }

    .modelgun-box-left {
        width: 60%;
    }

    .modelgun-contents-img-box {
        width: 40%;
    }

}

@media screen and (max-width:768px) {
    .modelgun-box-flex {
        display: block;
    }

    .modelgun-box-left {
        width: 100%;
    }

    .modelgun-contents-img-box {
        width: 100%;
        margin-bottom: 30px;
    }

    .modelgun-content-img-1 {
        margin-left: 0px;
    }

    .modelgun-contents-img-3 {
        width: 80%;
    }
}

@media screen and (max-width:420px) {

    .modelgun-contents-img-container {
        display: block;
    }

    .modelgun-img-margin {
        width: 80%;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .modelgun-contents-img-box-1 {
        width: 100%;
        margin-right: 20px;
        text-align: center;
    }

}

/*買取の流れ*/

body.page-id-1033 .FlowList .FlowHeader {
    text-align: left;
    border-left: 10px solid #000;
    padding-left: 20px;
    padding-bottom: 8px;
    margin-bottom: 30px;
    position: relative;
}

body.page-id-1033 .FlowList .FlowHeader h2 {
    background: none;
    color: #292929;
    font-weight: bold;
    padding: 0;
    margin: 0;
    font-size: 26px;
    line-height: 1.6;
}

body.page-id-1033 .FlowList .FlowHeader p {
    font-size: 14px;
    padding: 0;
    margin-bottom: 0;
}

body.page-id-1033 .FlowList .FlowHeader .FlowIcon {
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 0.4em 1em;
    border-radius: 16px;
    position: absolute;
    top: 7px;
    left: 150px
}

body.page-id-1033 .FlowList ul {
    display: flex;
    justify-content: space-between;
}

body.page-id-1033 .FlowList ul li {
    border: 1px solid #000;
    width: 30%;
    padding: 30px 15px;
    background: #fff;
    margin-bottom: 60px;
    position: relative
}

body.page-id-1033 .FlowList ul li:after {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background-size: 100% auto;
    background-image: url(http://tool-tradeland.com/wp/wp-content/uploads/img/icon/allow-r-blue.png);
    position: absolute;
    right: -13.5%;
    top: 50%;
}

body.page-id-1033 .FlowList .FlowListDelivery ul li:after {
    background-image: url(http://tool-tradeland.com/wp/wp-content/uploads/img/icon/allow-r-red.png);
}

body.page-id-1033 .FlowList .FlowListShop ul li:after {
    background-image: url(http://tool-tradeland.com/wp/wp-content/uploads/img/icon/allow-r-orange.png);
}

body.page-id-1033 .FlowList ul li:last-child:after {
    content: none;
}

body.page-id-1033 .FlowList ul li h3 {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    margin: 0;
    padding: 0;
    border-bottom: 0;
}

body.page-id-1033 .FlowList ul li h3 span {
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
}

body.page-id-1033 .FlowList ul li img {
    margin: 2em 0;
    border-radius: 4px;
}

body.page-id-1033 .FlowList ul li p {
    text-align: left;
    font-size: 16px;
    border: 0;
    line-height: 1.6;
    margin-bottom: 0;
}

body.page-id-1033 .FlowList .FlowListVisit .FlowHeader {
    border-color: #0e6eb8
}

body.page-id-1033 .FlowList .FlowListVisit .FlowHeader .FlowIcon {
    background: #0e6eb8
}

body.page-id-1033 .FlowList .FlowListVisit ul li {
    border-color: #0e6eb8
}

body.page-id-1033 .FlowList .FlowListVisit ul li h3 span {
    color: #0e6eb8;
}

body.page-id-1033 .FlowList .FlowListDelivery .FlowHeader {
    border-color: #e10416
}

body.page-id-1033 .FlowList .FlowListDelivery .FlowHeader .FlowIcon {
    background: #e10416
}

body.page-id-1033 .FlowList .FlowListDelivery ul li {
    border-color: #e10416
}

body.page-id-1033 .FlowList .FlowListDelivery ul li h3 span {
    color: #e10416
}

body.page-id-1033 .FlowList .FlowListShop .FlowHeader {
    border-color: #e79800
}

body.page-id-1033 .FlowList .FlowListShop .FlowHeader .FlowIcon {
    background: #e79800
}

body.page-id-1033 .FlowList .FlowListShop ul li {
    border-color: #e79800
}

body.page-id-1033 .FlowList .FlowListShop ul li h3 span {
    color: #e79800
}

body.page-id-1033 .FlowList .FlowListDelivery ul {
    margin-bottom: 0;
}

body.page-id-1033 .FlowList #Sagawa {
    margin: -60px 0 60px;
    display: flex;
    justify-content: space-between
}

body.page-id-1033 .FlowList #Sagawa>div:first-child {
    width: 55%;
}

body.page-id-1033 .FlowList #Sagawa>div:last-child {
    width: 40%;
}


/*買取方法3種類*/

#HowBuy {
    padding: 20px 0;
}

#HowBuy h2 {
    font-size: 30px;
    margin-bottom: 1em;
    font-weight: bold;
    text-align: center;
}

body:not(.home) #HowBuy h2 {
    font-size: 19px;
    line-height: 1.6;
    padding: 0.4em;
}

#HowBuy ul {
    display: flex;
    justify-content: space-between;
}

#HowBuy li {
    width: 32%;
    border: 10px solid #0e6eb8;
    padding: 1em;
    box-sizing: border-box;
    background: #fff
}

#HowBuy li.red {
    border-color: #e10416
}

#HowBuy li.orange {
    border-color: #e79800
}

#HowBuy li h3 {
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-align: center;
}

#HowBuy li h3:after {
    content: "";
    display: inline-block;
    background-image: url(https://tool-tradeland.com/wp/wp-content/uploads/img/icon/flow-visit-blue.png);
    background-size: cover;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-bottom: 7px;
}

#HowBuy li.red h3:after {
    background-image: url(https://tool-tradeland.com/wp/wp-content/uploads/img/icon/flow-delivery-red.png);
    width: 36px;
    height: 36px;
}

#HowBuy li.orange h3:after {
    background-image: url(https://tool-tradeland.com/wp/wp-content/uploads/img/icon/flow-shop-orange.png);
    width: 36px;
    height: 36px;
}

#HowBuy li.blue h3,
#HowBuy li.blue p span {
    color: #0e6eb8
}

#HowBuy li.red h3,
#HowBuy li.red p span {
    color: #e10416
}

#HowBuy li.orange h3,
#HowBuy li.orange p span {
    color: #e79800;
}

#HowBuy li img {
    width: 100%;
    margin: 20px auto
}

#HowBuy li p {
    font-size: 16px;
    padding: 0;
    margin: 0;
    text-align: left;
    line-height: 1.6;
}

#HowBuy p.MoreResult a {
    display: block;
    width: 30%;
    margin: 4em auto 0;
    padding: 0.8em 2em;
    border-radius: 4px;
    color: #036;
    font-size: 14px;
}

.page-numbers {
    padding: 0.4em;
}

.first_box_line {
    padding-bottom: 55px;
}

/*---------------広告LP--------------------------------------*/

.LP_wrap {
    max-width: 100%;
    text-align: center;
}

.LP_wrap a {
    text-decoration: none;
}

.LP_wrap ul li {
    list-style: none;
}

.LP_wrap img {
    max-width: 100%;
}

.LP_Footer {
    background-color: #ddd;

}

.LP_Footer_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #ddd;
    padding-top: 2rem;
    margin: 0 auto;
}

.LP_Footer a {
    text-decoration: none;
}

.Footer-left {
    width: 45%;
}

.Footer-right {
    width: 45%;
}

.Footer-left .Footer-left img {
    margin-top: 0;
}

/*---------------求人バナー--------------------------------------*/
#GunRecruit {
    max-width: 1100px;
    margin: 0 auto 2em;
}

#GunRecruit img {
    display: block;
    width: 95%;
    margin: auto;
}

/*--------------------------- レスポンシブ調整 PC～--------------------------------------*/

@media screen and (max-width: 1185px) {
    #header #to-contacts {
        display: none;
    }

    #MainNav ul li.TB {
        display: inline-block;
    }

    #MainNav ul li {
        width: 14%;
    }

}

/*------------------------- レスポンシブ調整 ～PC-------------------------------------*/

@media screen and (max-width: 1100px) {
    #header #logo {
        width: 240px
    }

    #header #logo img {
        vertical-align: text-bottom;
    }

    #header #to-contacts {
        margin-left: 30px;
    }

    #header #to-contacts li {
        margin-right: 10px;
    }

    #header #to-contacts li a {
        font-size: 14px;
    }

    .bt_line span {
        display: none;
    }

    nav.bt_box li.bt_line_big a:before {
        width: 70px;
        height: 70px;
        left: 15px;
        top: 15px;
    }

    nav.bt_box li.bt_delivery a:before,
    nav.bt_box li.bt_visit a:before {
        width: 50px;
        height: 50px;
        left: -20px;
        top: -5px
    }

    body.home #TopViewB h1 {
        margin: 0 auto;
    }

    #HowBuy {
        padding: 0;
        margin: 0;
    }

    #HowBuy h2 {
        margin-top: 0;
    }

    #HowBuy li {
        border-width: 10px;
        padding: 10px;
    }

    #HowBuy li h3:after {
        width: 30px;
        height: 30px;
    }

    #HowBuy li.red h3:after {
        width: 26px;
        height: 26px;
    }

    #HowBuy li.orange h3:after {
        width: 26px;
        height: 26px;
    }

    #HowBuy li img {
        width: 100%;
        margin: 10px 0;
    }

    #HowBuy li h3 {
        font-size: 24px;
        margin: 0;
    }

    #HowBuy li p {
        font-size: 13px;
        text-align: left;
        margin-bottom: 0;
    }

    #HowBuy p.MoreResult a {
        margin-top: 2em;
        width: 60%;
    }

    .archive #genre-main {
        margin-top: 0;
    }

    section#results-list ul li {
        margin-right: 10px;
    }
}


/*-----------------------------レスポンシブ調整 タブレット～PC---------------------------*/

@media screen and (max-width: 970px) {
    #header {
        padding: 16px 0 18px;
        line-height: 1;
    }

    #MainNav ul li a {
        font-size: 14px;
    }

    #shop_info img {
        height: 46px;
    }

    #content .h1 h1 span {
        display: block;
    }

    #main .wrap {
        margin-left: 0;
        margin-right: 0;
    }

    #main .bg-glay {
        padding: 60px 24px;
    }

    #blog-list {
        padding: 0px 10px 0px 10px;
    }

    section#maker ul.maker-name-list li.TB {
        font-size: 12px;
    }

    section#maker ul.maker-name-list li.TB.sfg {
        font-size: 11px;
    }

    section#genre-list ul li h3.TB {
        font-size: 15px;
    }

    section#results-list ul {
        margin-left: 24px;
        margin-right: 24px;
    }

    section#EasyTable table {
        width: 98% !important;
        margin: 0 auto;
    }

    section#junk ul {
        padding: 0 24px 60px;
    }

    .line-tel li img {
        width: 90%;
    }

    section#maker ul.maker-name-list,
    section#maker ul.maker-logo-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    section#maker ul.maker-logo-list li {
        width: 32%;
    }

    section#maker ul.maker-logo-list li:last-child {
        display: none;
    }

    section#maker ul.maker-logo-list li p {
        font-size: 10px;
        padding: 0;
        margin: 5px;
    }

    .one-column #content {
        padding: 20px 0 0;
    }

    body.page .post-title,
    .post-content h2 {
        margin: 20px 0;
        font-size: 15px;
    }

    article.page .post-content {
        padding: 0 40px;
    }

    .one-column #content .wrap {
        margin: 0;
    }

    .page-template-page-items article.page .post-content {
        padding: 0;
    }

    .page-template-page-items .top-money h2+p {
        text-align: center;
    }

    .page-template-page-items .top-money table.buy_list {
        width: 80% !important;
    }

    .page-template-page-items #junk,
    .page-template-page-items #genre {
        margin: 0
    }

    .page-template-page-items #genre h2 {
        margin: 0 0 10px
    }

    .archive #results-list {
        margin: 0;
    }

    .archive #results-list ul {
        margin: 0;
    }

    .archive section#results-list ul li {
        margin-right: 9px;
        vertical-align: top;
    }

    .single-results #content {
        padding-top: 22px;
    }

    .single-results #results-list {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .single-results section#results-list ul {
        margin-left: 0;
        margin-right: 0;
    }

    .page-template-page-items h1 {
        margin-top: 0;
    }

    .page-template-page-items #content {
        padding-top: 0 !important;
    }

    .page-template-page-items .post-content {
        margin-top: 0;
    }

    .page-template-page-items article.top-money ul {
        padding: 0 24px;
    }

    .page-template-page-items section#genre-list ul {
        padding: 0 5px;
    }

    body.page-id-1033 article.page .post-content {
        padding: 20px 40px;
    }

    body.page-id-1033 .FlowList .FlowHeader {
        margin-bottom: 20px;
    }

    body.page-id-1033 .FlowList>li ul li {
        width: 100%;
        padding: 20px 10px;
    }

    body.page-id-1033 .FlowList ul li:after {
        content: none;
    }

    body.page-id-1033 .FlowList ul li img {
        margin: 1em 0;
    }

    body.page-id-1033 .FlowList ul li p {
        padding: 5px;
    }

    section#results-list ul li {
        margin-right: 9px;
    }
}


/*----------------------------- レスポンシブ調整 スマホ------------------------------*/

@media screen and (max-width: 767px) {
    body {
        padding-top: 54px;
    }

    #header #logo {
        float: left
    }

    #header #sp_header {
        float: right;
        display: block;
        margin-top: 0;
    }

    #header #sp_header li {
        font-size: 36px;
        display: inline-block;
        color: #426837;
        margin-left: 0.4em;
    }

    #header #sp_header li a {
        color: #426837;
        font-size: 36px
    }

    body.home #TopView h1 {
        margin: 0;
    }

    #MainNavSp li {
        border-bottom: 1px solid #ccc;
    }

    #MainNavSp li a {
        color: #5a5a5a;
        padding: 0.6em 1em;
        display: block;
    }

    #main .bg-glay {
        padding: 15px;
    }

    #header {
        padding: 5px 0;
        border-bottom: 2px solid #d9b03a;
        background: #efefef;
        height: 54px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10;
    }

    #header #logo {
        font-size: 0;
        width: 200px;
    }

    #header #to-contacts {
        display: none;
    }

    #header #shop_info {
        display: none;
    }

    #MainNav {
        display: none;
    }

    body.home #TopView {
        background-size: auto 100%;
    }

    .breadcrumb-area {
        display: none;
    }

    section#maker ul.maker-name-list li {
        width: 50%;
    }

    #content {
        padding: 10px 0;
    }

    #content .h1 h1 {
        font-size: 24px;
        margin-top: 0;
    }

    nav.bt_box li a {
        width: 90%;
    }

    section#maker {
        padding-bottom: 0;
    }

    section#maker p {
        margin: 1em;
    }

    section#genre ul li {
        width: 50%;
    }

    section#maker ul.maker-name-list {
        margin: 15px;
    }

    section#maker ul.maker-name-list li.TB.sfg {
        font-size: 10px;
    }

    #main>section {
        margin-top: 0;
    }

    #main>section h2 {
        margin: 0;
        font-size: 15px;
    }

    #genre-list h2 {
        margin-top: 0;
    }

    section#genre-list ul li {
        width: 48.5%;
        margin-right: 2.5% !important;
    }

    section#genre-list ul li:nth-child(2n) {
        margin-right: 0 !important;
    }

    section#genre-list>p {
        margin: 1em 0;
    }



    #blog-list h2 {
        margin-top: 0;
    }

    section#blog-list ul li {
        width: 48.5%;
        margin-right: 2.5% !important;
    }

    section#blog-list ul li:nth-child(2n) {
        margin-right: 0 !important;
    }



    #main>section#results-list {
        padding-top: 0;
    }

    section#results-list h2 {
        font-size: 15px;
    }

    section#results-list ul {
        margin-left: 10px;
        margin-right: 10px;
    }

    section#results-list ul li {
        width: 49%;
        margin-right: 7px;
    }

    section#results-list ul li:nth-child(2n) {
        margin-right: 0;
    }

    section#results-list>p {
        margin: 1em 1em 2em;
    }

    section#results ul li {
        width: 50%;
    }

    section#results ul li a h3 {
        margin: 0.2em;
    }

    #main>section#EasyTable {
        padding-top: 0;
    }

    #EasyTable .table-wrap {
        white-space: pre-wrap;
        font-size: 10px;
    }

    .table-grad:after {
        display: none;
    }

    section#EasyTable th,
    section#EasyTable td {
        padding: 8px;
    }

    #main>section#EasyTable h3 {
        font-size: 18px;
        margin: 0.6em 1em;
    }

    #main>section#EasyTable h3 span {
        font-size: 18px;
        margin: 0.6em 1em;
    }

    section#junk {
        padding-top: 0;
    }

    section#junk p {
        text-align: left;
        margin: 1em 0.6em;
    }

    section#junk ul {
        padding: 0 10px;
    }

    section#junk ul li {
        width: 33.3%;
        margin-top: 0;
        margin-bottom: 10px;
    }

    section#junk ul li h3 {
        margin: 0.2em 0 1em;
        font-size: 12px;
    }

    body:not(.home) #HowBuy h2 {
        font-size: 15px;
    }

    nav.bt_box {
        padding: 20px 0;
    }

    nav.bt_box li {
        font-size: 14px;
        text-indent: 1em;
    }

    nav.bt_box li.bt_line a:before,
    nav.bt_box li.bt_line_big a:before,
    nav.bt_box li.bt_delivery a:before,
    nav.bt_box li.bt_visit a:before {
        width: 28px;
        height: 28px;
    }

    nav.bt_box li.bt_delivery a:before,
    nav.bt_box li.bt_visit a:before {
        width: 40px;
        height: 40px;
        left: -10px;
        top: -3px;
    }

    body.page .post-title {
        margin: 0 !important;
        font-size: 15px;
        line-height: 1.6;
        padding: 0.4em;
    }

    article.page .post-content {
        padding: 0 15px;
    }

    .one-column #content {
        padding-top: 0;
    }

    .one-column #content .line-tel {
        padding: 10px 0;
    }

    .contact-forms dt {
        padding-top: 10px;
    }

    .contact-forms .wpcf7-list-item {
        margin-right: 0.4em;
    }

    .contact-forms .danbox div {
        width: 48px;
    }

    .contact-forms .wpcf7-list-item-label {
        padding: 0.4em;
    }

    .page .post-content article.QA>p {
        text-align: left;
        margin-bottom: 0;
    }

    .post-content article.QA .accordion li {
        padding: 1em;
    }

    .page-id-190 .post-content dl {
        margin-top: 1em;
    }

    .page-id-190 .post-content dl dt,
    .page-id-190 .post-content dl dd {
        width: 100%;
        text-align: left;
        padding: 0.4em 1em;
    }

    .page-id-190 .post-content dl dt {
        background: #4e4e4e;
        color: #fff;
    }

    .page-id-190 .post-content iframe {
        height: 240px;
    }

    .page-id-194 .post-content h2 {
        font-size: 18px;
        margin-top: 1em;
    }

    .page-id-196 .post-content h2 {
        font-size: 18px;
        margin-top: 20px;
    }

    .page-id-196 .post-content h2:before {
        content: '';
        display: inline-block;
        width: 28px;
        height: 28px;
        background-image: url('https://gun-tradeland.com/test/wp-content/uploads/2019/09/icon-cannot.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-right: 4px;
    }

    .page-template-page-items h1 {
        font-size: 24px;
        line-height: 1.5;
        margin: 0;
    }

    .page-template-page-items>section h2,
    .page-template-page-items article.top-money h2 {
        margin-top: 0;
        padding: 0.4em;
        font-size: 15px;
        line-height: 1.6;
    }

    .page-template-page-items #genre-list h2 {
        margin: 1em 0 0;
    }

    .page-template-page-items article.top-money ul {
        padding: 0 10px;
        margin-bottom: 30px;
    }

    .page-template-page-items article.top-money ul li {
        width: 49%;
    }

    .page-template-page-items>section p,
    .page-template-page-items article.top-money p {
        line-height: 1.5;
    }

    .post-content table.buy_list th,
    .post-content table.buy_list td {
        padding: 0.4em;
    }

    .post-content table.buy_list th.PC,
    .post-content table.buy_list td.PC {
        display: none;
    }

    p.MoreResult a {
        padding: 0.4em 1em;
        margin-bottom: 1em;
    }

    .single-results h1 {
        font-size: 18px;
    }

    .single-results #result-detail {
        display: block;
        padding: 10px;
    }

    .single-results .item-photo {
        width: 100%;
    }

    .single-results .item-info {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

    .single-results .item-info dl dt {
        width: 9em;
    }

    .single-results .item-info dl dd {
        margin-left: 140px;
    }

    .single-results #result-detail .item-info h3 {
        margin: 1em 0 0.4em;
    }

    .single-results #results-list h2 {
        margin-bottom: 0;
        font-size: 15px;
    }

    .single-results #junk h2 {
        font-size: 15px;
    }

    .single-results section#results-list>p.MoreResult {
        margin: 2em 1em 0;
    }

    .single-results section#junk ul {
        padding: 0;
    }

    .archive section#junk ul {
        padding: 0;
    }

    .archive section#results-list ul li {
        margin: 0 6px 10px 0;
    }

    section#results-list ul li p.result-price span {
        font-size: 16px;
    }

    section#results-list ul li h3 {
        padding: 0.4em 0.4em 0;
    }

    .archive #content h1 {
        margin: 1em 0;
        padding: 0.4em;
        font-size: 15px;
        text-align: center;
        line-height: 1.6;
    }

    .archive section#results-list ul li:nth-child(2n) {
        margin-right: 0;
    }

    .page .post-content article.Assessment>p {
        padding: 0.4em;
    }

    .page .post-content article.Assessment>ul>li h2 {
        padding-top: 0;
    }

    .page .contact-forms {
        margin-bottom: 0.6em;
    }

    div.wpcf7 .ajax-loader {
        height: 0;
    }

    .page .post-content article.Assessment .contact-forms+p {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .page .post-content article.Assessment>ul>li:last-child {
        padding-bottom: 30px;
    }

    body.page-id-385 h1.post-title {
        margin: 15px 15px -25px !important;
    }

    .page-id-385 .tabnav li a,
    .page-id-1033 .tabnav li a {
        font-size: 16px;
        padding: 0.6em;
    }

    .page-id-385 .tabcontent h2+p,
    .page-id-1033 .tabcontent h2+p {
        font-size: 16px;
        margin-top: 0;
    }

    .page-id-385 .tabcontent,
    .page-id-1033 .tabcontent {
        padding: 10px;
    }

    .contact-forms .danbox div {
        width: 48%;
    }

    .page .post-content article.Assessment>ul>li:last-child h2 {
        font-size: 24px;
    }

    body.page-id-1033 article.page .post-content {
        padding: 20px 15px;
    }

    body.page-id-1033 .FlowList .FlowHeader {
        padding-left: 10px;
    }

    body.page-id-1033 .FlowList>li ul {
        display: block;
    }

    body.page-id-1033 .FlowList ul li:after {
        content: "";
        left: 45%;
        bottom: -45px;
        top: auto;
        transform: rotate(90deg);
    }

    body.page-id-1033 .FlowList #Sagawa {
        margin: -30px 0 60px;
        display: block;
    }

    body.page-id-1033 .FlowList #Sagawa>div:first-child {
        width: 100%;
    }

    body.page-id-1033 .FlowList #Sagawa>div:last-child {
        width: 100%;
    }

    #HowBuy h2 {
        margin-bottom: 0.4em;
    }

    #HowBuy ul {
        display: block;
    }

    #HowBuy ul li {
        width: 100%;
        text-align: center;
    }

    #HowBuy ul li.red {
        margin: 15px 0;
    }

    #HowBuy li img {
        width: 75%;
    }

    article.post-1019 .post-content {
        padding: 0;
    }

    .page-id-1019 #genre-list {
        padding: 15px;
    }

    #post-1019 section#maker h2 {
        background: #426837;
        color: #fff;
        padding: 0.6em;
    }

    #post-1019 section#maker h2:first-child {
        margin-top: 0;
    }

    section#maker h2:first-child {
        font-size: 15px;
    }

    .first_box_line {
        padding-bottom: 0
    }
}

.new-pc {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
}

.home .new-pc,
.page-template-page-items .new-pc {
    border-bottom: 0;
}

.new-pc #LogoBOX {
    width: 25%;
    padding: 15px;
    align-items: center;
    display: flex;
    background: rgb(66, 104, 55);
    background: linear-gradient(0deg, rgba(66, 104, 55, 1) 0%, rgba(87, 150, 68, 1) 100%);
}

.new-pc nav {
    width: 75%;
    background: #fff;
}

.new-pc nav ul {
    display: flex;
    flex-wrap: wrap;
    border-right: 1px solid #ddd;
}

.new-pc nav ul li {
    width: calc(100% / 3);
    text-align: center;
    font-weight: bold;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
}

.new-pc nav ul li:nth-child(3),
.new-pc nav ul li:last-child {
    border-right: 0
}

.new-pc nav ul li a {
    color: #5a5a5a;
    display: block;
    padding: 1.8em 1em;
}

.new-pc nav ul li a:hover {
    color: #5a5a5a;
    background: #efefef
}

.new-pc nav ul li:last-child {
    width: 100%;
    display: flex;
    align-items: center;
    color: #5a5a5a;
    border-top: 1px solid #ddd;
    padding: 1.4em 0;
}

.new-pc nav ul li:last-child p {
    width: 50%;
    font-weight: bold
}

.new-pc nav ul li:last-child p span:first-child {
    font-size: 22px;
    margin: 0 0.4em
}

.new-pc nav ul li:last-child p a {
    background: #54c72a;
    padding: 0.4em 0 0.5em;
    width: 90%;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    background-image: url(https://gun-tradeland.com/test/wp-content/uploads/2019/12/line.png);
    background-size: 40px 38px;
    background-position: 10px;
    background-repeat: no-repeat;
}

.new-pc nav ul li:last-child p a:hover {
    background-color: #3ea11a;
}

@media screen and (max-width: 930px) {
    .new-pc nav ul li:last-child p:first-child {
        width: 60%;
    }

    .new-pc nav ul li:last-child p:last-child span:last-child {
        display: none;
    }
}

/*----------------------------------------------スマホのみ～----------------------------------------------*/

@media screen and (max-width: 767px) {
    .new-pc {
        display: none;
    }
}

.archive .new-assessment {
    margin-top: 50px;
    margin-bottom: 50px;
}

.page-template-page-items-php .new-assessment {
    margin-top: 50px;
}

.page-template-default .new-assessment {
    margin-top: 0;
    margin-bottom: 50px;
}

.new-assessment ul {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
}

.page-id-360 .new-assessment {
    margin-top: 50px;
}

.new-assessment ul li.reserva {
    width: 50%;
}

.new-assessment ul li.reserva a {
    background: #dc3232 !important;
    color: #fff;
    font-weight: bold;
    display: block;
    border-radius: 4px;
    padding: 0.38em;
    font-size: 22px;
    width: 90%;
    margin: 0 auto;
}

.new-assessment ul li.visit,
.new-assessment ul li.delivery {
    width: 50%;
    text-align: center;
    position: relative
}

.new-assessment ul li.visit:before,
.new-assessment ul li.delivery:before {
    content: "";
    display: inline-block;
    background-image: url(https://gun-tradeland.com/test/wp-content/uploads/2019/12/shucchou_logo.png);
    background-size: cover;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 5px;
    top: -10px;
}

.new-assessment ul li.delivery:before {
    background-image: url(https://gun-tradeland.com/test/wp-content/uploads/2019/12/takuhai_logo.png);
}

.new-assessment ul li.visit a,
.new-assessment ul li.delivery a {
    background: #d9b03a;
    color: #fff;
    font-weight: bold;
    display: block;
    border-radius: 4px;
    padding: 0.38em;
    font-size: 22px;
    width: 90%;
    margin: 0 auto;
}

.new-assessment ul li.visit a {
    background: #c49e31;
}

.new-assessment ul li a:hover {
    background: #d9cd3a;
}

.new-assessment-line {
    margin-top: 55px !important;
    margin-bottom: -40px !important;
}

.new-assessment-line ul {
    flex-wrap: wrap;
    text-align: center;
    padding: 0 10px;
}

.new-assessment ul li.line {
    width: 50%;
    margin-bottom: 2em;
}

.new-assessment ul li.line a {
    background: #54c72a;
    padding: 0.4em 0 0.5em;
    width: 90%;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    background-image: url(https://gun-tradeland.com/test/wp-content/uploads/2019/12/line.png);
    background-size: 40px 38px;
    background-position: 10px;
    background-repeat: no-repeat;
}

.new-assessment ul li.line a span:first-child {
    font-size: 22px;
    margin: 0 0.4em;
}

.new-assessment ul li.line a:hover {
    background-color: #3ea11a;
}

.new-assessment ul li.reserva a:hover {
    opacity: 0.7;
}

.newh2 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin: 1em 0;
    color: #5a5a5a;
}

/*----------------------------------------------スマホのみ～----------------------------------------------*/

@media screen and (max-width: 767px) {

    /*スマホ版アイテム・メーカーテキスト*/
    .SpGenreText {
        padding: 2em 1em;
        background: #426837;
    }

    .SpGenreText h2 {
        font-size: 20px;
        margin: 0 0 1em;
        text-align: center;
    }

    .SpGenreText h2 span {
        line-height: 30px;
        background: linear-gradient(transparent 55%, #d8af3c85 55%);
        color: #fff;
    }

    .SpGenreText p.genre-text {
        text-align: left;
        line-height: 1.4;
        font-size: 14px;
        color: #fff;
    }

    .SpGenreText p.maker-text {
        text-align: left;
        line-height: 1.4;
        font-size: 14px;
        color: #fff;
        margin-bottom: 0;
    }

    .new-assessment {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .new-assessment ul li.reserva a {
        padding: 0.3em;
        font-size: 15px;
        text-indent: unset;

    }

    .new-assessment ul li.visit a,
    .new-assessment ul li.delivery a,
    .new-assessment ul li.line a {
        padding: 0.3em;
        font-size: 15px;
        text-indent: 1em;
    }

    .new-assessment ul li.visit:before,
    .new-assessment ul li.delivery:before {
        width: 36px;
        height: 36px;
        top: -3px;
        left: 2px;
    }

    .new-assessment ul li.line a {
        background-size: 25px 24px;
        /* width: 80%; */
    }

    .new-assessment ul li.line a span:first-child {
        font-size: 15px;
    }

    .new-assessment ul li.line {
        margin-bottom: 1em;
    }

    .new-assessment-line {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .newh2 {
        font-size: 20px;
        margin: 1em 0 0;
        line-height: 1;
    }

    .page-template-default .new-assessment {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #sp_header {
        line-height: 1;
    }

    #header #sp_header li a {
        font-size: 40px;
    }

    #sp_header .sp_menu_bt .fa-bars:before {
        content: '';
        display: inline-block;
        width: 32px;
        height: 32px;
        background-image: url(https://gun-tradeland.com/test/wp-content/uploads/2019/12/MenuBar.png);
        background-size: contain;
        vertical-align: baseline;
    }

    #sp_header .sp_menu_bt.open .fa-bars:before {
        background-image: url(https://gun-tradeland.com/test/wp-content/uploads/2019/12/MenuClose.png);
    }

    .page-id-199 .ContactMemo p {
        margin: 0 1em 40px;
    }

    .page-template-page-items-php .new-assessment {
        margin-top: 20px;
    }

    .archive .new-assessment {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 768px) {
    #header {
        display: none;
    }
}

nav#SlideMenu {
    width: 100%;
    height: 0;
    position: relative;
    background: #F6F6F6;
}

.SlideMenu {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: ease .5s;
    transition: ease .5s;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.60);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
}

nav#SlideMenu .SlideMenu {
    position: fixed;
    top: 54px;
}

.SlideMenu>ul {
    padding: 10px 15px;
    background: #426837;
    text-align: center;
}

.SlideMenu>ul li {
    margin-bottom: 10px;
    box-sizing: border-box
}

.SlideMenu>ul li img {
    border-radius: 3px;
    box-sizing: border-box
}

.SlideMenu>ul li:first-child img {
    border: 1px solid #ff8a00;
}

.SlideMenu>ul li:nth-child(2) img {
    border: 5px solid #00b703;
}

.SlideMenu>ul li.tel {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 15px 0;
    line-height: 1.2;
}

.SlideMenu>ul li.tel a {
    color: #fff;
    font-weight: bold;
}

.SlideMenu>ul li.tel p:nth-child(2) {
    font-size: 12px;
    font-weight: normal;
    margin: 5px 0
}

.SlideMenu>ul li.tel p:last-child {
    font-size: 40px;
}

.SlideMenu>ul li ul {
    font-size: 0;
    text-align: left
}

.SlideMenu>ul li ul li {
    width: 50%;
    display: inline-block;
    border-right: 1px solid #0e6eb8;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 1px;
}

.SlideMenu>ul li ul li:nth-child(2n) {
    border-right: none;
}

.SlideMenu>ul li ul li a {
    font-size: 14px;
    color: #0e6eb8;
    display: block;
    padding: 0.6em 0.4em 0.6em 0.6em;
    line-height: 1;
    font-weight: bold;
}

.SlideMenu>ul li.sp_menu_bt {
    color: #fff;
    margin-bottom: 60px;
}

.SlideMenu>ul li.sp_menu_bt i {
    margin-right: 0.2em;
}

/*OPEN時の動き*/

.SlideMenu.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 10000
}

/*==========================================
申込み・問い合わせボタン
===========================================*/

.Assesment {
    padding: 20px 0;
    background: #fff;
    letter-spacing: 1px
}

.Assesment ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-around;
}

.Assesment li {
    box-sizing: border-box;
    position: relative
}

.Assesment li:not(.tel) {
    width: 43%
}

.Assesment li.tel {
    margin-top: 1em;
    width: 95%
}

.Assesment li a {
    display: block;
    text-decoration: none;
    background: #3077e2;
    padding: 0.6em 0;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    text-indent: 0.8em;
    font-size: 13px;
}

.Assesment li.visit:before,
.Assesment li.delivery:before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background-image: url(https://kameroad.com/img/shucchou_logo.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -20px
}

.Assesment li.delivery:before {
    background-image: url(https://kameroad.com/img/takuhai_logo.png);
}

.Assesment li.small {
    width: 40%;
}

.Assesment li.small a {
    font-size: 14px;
    text-indent: 1em;
}

.Assesment li.small:before {
    top: -2px;
}

.Assesment li.line a {
    background: #54c72a;
    background-image: url(https://kameroad.com/img/line.png);
    background-size: 28px 28px;
    background-repeat: no-repeat;
    background-position: 5px
}

.Assesment li.tel a {
    background: #339bf4;
    text-indent: 0;
    font-size: 14px;
    padding: 15px;
    text-align: center
}

.Assesment li.tel a span:nth-child(2) {
    display: block;
    font-size: 30px;
    border: 1px solid #fff;
    border-width: 1px 0;
    padding: 0.4em 0;
    margin-top: 10px
}

.Assesment .tel p {
    font-size: 14px;
    color: #999;
    margin-top: 0.6em;
    margin-bottom: 1em;
    text-align: center
}

.Assesment.Bottom .tel {
    order: 1;
    margin: 0 auto
}

.Assesment.Bottom .visit {
    order: 3
}

.Assesment.Bottom .visit a {
    background: #c49e31;
    text-align: center;
}

.Assesment.Bottom .delivery {
    order: 4
}

.Assesment.Bottom .delivery a {
    background: #d9b03a;
    text-align: center;
}

.Assesment.Bottom .line {
    order: 2;
    width: 95%;
    margin: 0 auto 15px;
    text-align: center
}

.Assesment.Bottom .line a {
    background: none;
    text-indent: 0;
    padding: 0
}

/*買取方法=================================*/

/* #Method {
    margin-top: 30px
} */

#Method>div {
    /* padding: 30px 0 0; */
    text-align: center
}

#Method div#Method-Visit,
#Method div#Method-Shop {
    /* background: #b9defb; */
    color: #160e04
}

/* #Method div#Method-Shop {
    padding: 0
} */

#Method div#Method-Delivery {
    background: #F5DEB3;
}

#Method>div h2 {
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: bold;
    margin-top: 0;
    background: transparent;
    color: #000;
}

#Method>div h2 span {
    background: linear-gradient(transparent 55%, #f34955 55%);
    padding: 0 0.2em;
}

#Method>div#Method-Delivery h2 span {
    background: linear-gradient(transparent 55%, #ff9999 55%);
    padding: 0 0.2em;
}

#Method>div h2+p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 1px;
    margin-top: 20px
}

#Method>div>ul {
    margin: 0 auto 0
}

#Method>div>ul li {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    box-sizing: border-box;
    align-items: flex-start;
}

#Method>div>ul li {
    margin-bottom: 15px
}

#Method>div>ul li h3 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
}

#Method>div>ul li img {
    width: 35%;
    height: auto
}

#Method>div>ul li p {
    width: 65%;
    text-align: left;
    font-size: 14px;
    padding-left: 10px;
    box-sizing: border-box;
    line-height: 1.6;
    letter-spacing: 1px
}

#Method>div>ul li:nth-child(2) h3 {
    order: 1
}

#Method>div>ul li:nth-child(2) img {
    order: 3
}

#Method>div>ul li:nth-child(2) p {
    order: 2
}

#Method .Assesment {
    padding: 20px 0;
    background: #fff;
    letter-spacing: 1px
}

#Method .Assesment ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 15px;
    justify-content: space-around;
}

#Method .Assesment li {
    box-sizing: border-box;
    position: relative
}

#Method .Assesment li:not(:last-child) {
    width: 45%
}

#Method .Assesment li:nth-child(3) {
    margin-top: 1em;
    width: 95%
}

#Method .Assesment li a {
    display: block;
    text-decoration: none;
    background: #c49e31;
    padding: 0.6em;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    text-indent: 0.8em;
}

#Method #Method-Delivery .Assesment li:nth-child(1) a {
    background: #d9b03a;
}

#Method .Assesment li:nth-child(1):before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background-image: url(https://outer-land.shop/img/shucchou_logo.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -20px
}

#Method #Method-Delivery .Assesment li:nth-child(1):before {
    background-image: url(https://outer-land.shop/img/takuhai_logo.png);
}

#Method-Visit .Assesment li:nth-child(2) a,
#Method-Delivery .Assesment li:nth-child(2) a {
    background: #54c72a;
    background-image: url(https://outer-land.shop/img/line.png);
    background-size: 28px 28px;
    background-repeat: no-repeat;
    background-position: 5px
}

#Method .Assesment li:nth-child(3) a {
    background: #339bf4;
    text-indent: 0;
    font-size: 14px;
    padding: 15px;
}

#Method .Assesment li:nth-child(3) a span:nth-child(2) {
    display: block;
    font-size: 30px;
    border: 1px solid #fff;
    border-width: 1px 0;
    padding: 0.4em;
    margin-top: 10px
}

#Method .Assesment>p {
    font-size: 14px;
    color: #999;
    margin-top: 1em
}

#Method #Method-Delivery ul#Box {
    display: flex;
    flex-wrap: wrap
}

#Method #Method-Delivery ul#Box li {
    width: 25%;
    padding: 0
}

#Method #Method-Delivery ul#Box li img {
    width: 100%
}

#Method div#Method-Shop img {
    margin-top: 20px
}

/* #Method div#Method-Shop {
    padding: 30px 20px
} */

#Method div#Method-Shop img {
    max-width: 100%
}

/*買取の流れ=================================*/

div.Flow {
    padding: 20px 0
}

div.Flow h2 {
    font-size: 19px;
    margin-top: 1em;
    text-align: center;
    letter-spacing: 1px;
    background: transparent;
    color: #000;
    font-weight: bold;
    padding: 0;
}

div.Flow p {
    font-size: 14px;
    margin: 1em 0;
    text-align: center;
    line-height: 2;
    text-align: left
}

div.Flow p span {
    display: block;
    color: #f00;
    font-size: 12px
}

div.Flow h2.title+p {
    font-size: 14px;
    line-height: 1.6;
    padding: 1em;
    text-align: left
}

/*買取の流れ・宅配=================================*/

div.Flow h3 {
    margin-top: 1em;
    text-align: center;
    letter-spacing: 1px
}

div.Flow h3+p {
    text-align: left
}

/*店内買取の流れ=================================*/

#post-3069 .post-content div {
    text-align: center
}

#post-3069 .post-content div p {
    font-size: 16px;
    line-height: 1.6;
    text-align: left
}



#post-3069 dl {
    padding: 1em;
    text-align: left
}

#post-3069 dl dt {
    padding: 0.6em;
    background: #eee
}

#post-3069 dl dd {
    padding: 0.6em;
    font-size: 14px;
    line-height: 1.6
}

#post-3069 div.map {
    text-align: center;
    padding: 1em 1em 2em
}

#post-3069 div.map iframe {
    width: 100%
}

/*キャンペーン=================================*/

#main>#Campaign,
#Campaign {
    /* background-image: url(/img/BG-camo.jpg); */
    color: #000;
    padding: 2em 1em;
    background-size: contain;
    text-align: center;
}

#main>#Campaign h2,
#Campaign h2 {
    text-align: center;
    font-weight: bold;
    color: #cf1e1e;
    margin: 0 0 0.6em;
    font-size: 36px;
    line-height: 1.2;
}

#Campaign h2 span {
    display: block;
    color: #000;
    font-size: 24px;
}

#Campaign>p {
    margin-bottom: 1em;
    line-height: 1.6;
}

#Campaign>div {
    background: #fff;
    color: #000;
    padding: 1em;
}

#Campaign table {
    width: 100%;
    border: 1px solid #333;
    border-bottom: 0;
    margin-bottom: 5px
}

#Campaign table tr {
    border-bottom: 1px solid #333
}

#Campaign table tr th {
    background: #415a3a;
    width: 45%;
    padding: 0.4em 0.8em;
    font-weight: normal;
    color: #fff;
}

#Campaign table tr td {
    font-weight: bold;
    padding: 0.4em 0.8em;
}

.table-wrap {
    margin-bottom: 0
}

#Campaign p.notes {
    font-size: 11px !important;
    text-align: left;
    margin-bottom: 0
}

#Campaign #Campaign_ex {
    text-align: center;
    border: 1px solid #e5e5e5;
    margin-top: 2em;
    padding-bottom: 1em;
}

#Campaign #Campaign_ex h3 {
    font-size: 18px;
    background: #fff;
    padding: 0 1em;
    margin: -7px auto 10px;
    width: 88%;
    font-weight: bold
}

#Campaign #Campaign_ex p {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 0;
}

#Campaign #Campaign_ex p.campaign_plus {
    font-weight: bold;
    letter-spacing: 0
}

#Campaign #Campaign_ex p.campaign_plus span {
    font-size: 20px;
    color: #dd2626;
}

#Campaign #Campaign_ex p.campaign_total {
    font-weight: bold;
}

#Campaign #Campaign_ex p.campaign_total span {
    font-size: 24px;
    color: #dd2626;
}

#Campaign+#HowBuy+#Method {
    margin-top: 0
}

/*宅配買取の流れ*/

.danbox ul {
    display: flex;
    flex-wrap: wrap;
}

.danbox ul li {
    width: 49%;
    font-size: 14px;
    margin-bottom: 2em;
}

.danbox ul li {
    margin-right: 2%;
}

.danbox ul li:nth-child(2n) {
    margin-right: 0;
}

.danboxHide {
    display: none;
}

.danboxHide div {
    display: inline-block;
}

#BoxOpen {
    text-align: center;
    border: 1px solid #666;
    padding: 10px;
    margin: 0px 30px 40px;
    border-radius: 3px;
    background: #426837;
    max-width: 600px;
    cursor: pointer;
    color: #fff;
}

#BoxOpen.opened {
    font-size: 0;
}

#BoxOpen.opened:before {
    font-size: 14px;
    content: "閉じる";
    padding: 0.6em;
}

/*宅配買取フォーム*/

.contact-forms .danbox ul {
    display: flex;
    flex-wrap: wrap;
}

.contact-forms .danbox ul li {
    width: 49%;
    font-size: 14px;
    margin-bottom: 2em;
    text-align: center;
}

.contact-forms .danbox ul li {
    margin-right: 2%;
}

.contact-forms .danbox ul li:nth-child(2n) {
    margin-right: 0;
}

.contact-forms .danboxHide {
    display: none;
}

.contact-forms .danboxHide div {
    display: inline-block;
}

.contact-forms #BoxOpen {
    text-align: center;
    border: 1px solid #666;
    padding: 10px;
    margin: 0px 30px 40px;
    border-radius: 3px;
    background: #426837;
    max-width: 600px;
    cursor: pointer;
    color: #fff;
}

.contact-forms #BoxOpen.opened {
    font-size: 0;
}

.contact-forms #BoxOpen.opened:before {
    font-size: 14px;
    content: "閉じる";
    padding: 0.6em;
}

/*LP=================================*/

.LP h1 {
    margin: 0;
}

.LP h2 {
    margin: 0
}

.LP .LP-text {
    font-size: 14px;
    margin: 1em 1em 0;
}

.LP .NewMethod+h2 {
    margin: 3em auto;
}

.tb.pc {
    display: none;
}

/*3ステップLINE査定*/
.Line3Step {
    padding-bottom: 2em;
}

.Line3Step h2 {
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 4px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.Line3Step h2 span.h2-line {
    color: #54c72a;
}

.Line3Step h2 span.dis-b {
    display: block;
    font-size: 48px;
    color: #dd2626;
}

.Line3Step h2+p {
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
}

.Line3Step ul {
    padding: 1em;
}

.Line3Step ul li {
    border: 3px solid #54c72a;
    padding: 0.4em 0.8em;
    border-radius: 3px;
    position: relative;
    text-align: center;
}

.Line3Step ul li:not(:last-child) {
    margin-bottom: 15px;
}

.Line3Step ul li:not(:last-child):before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 18px 24px;
    border-color: transparent transparent transparent #ffd400;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(90deg);
    z-index: 1;
}

.Line3Step ul li>p {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.Line3Step ul li>div img {
    float: left;
    width: 60px;
    margin-right: 10px;
}

.Line3Step ul li>div p {
    font-size: 14px;
    margin-bottom: 0;
    text-align: left;
}

.Line3Step ul li>div p span {
    color: #dd2626;
    font-weight: bold !important;
}

.Line3Step ul li>div a {
    display: inline-block;
    background: #54c72a;
    color: #fff;
    padding: 0.5em 2em;
    margin: 0.4em auto;
    border-radius: 4px;
    font-size: 14px;
}

.Line3Step ul+.more {
    margin: 0 auto;
    background: #54c72a;
    width: 70%;
}

a.more {
    background: #dd2626;
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 0.4em;
    margin: 1.5em auto;
    border-radius: 3px;
    width: 80%;
    text-align: center;
}

/*選べる3つの買取方法*/
.NewMethod {
    padding: 2em 0;
    background: #cdc380;
    background-image: repeating-linear-gradient(90deg, transparent, transparent 5px, #dfd2a4 5px, #dfd2a4 10px);
    border: solid #395607;
    border-width: 3px 0;
    text-align: center;
}

.NewMethod h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}

.NewMethod h2+p {
    font-size: 14px;
}

.NewMethod ul {
    background: #fff;
    padding: 1em;
    margin: 1em 1em 0;
    border-radius: 8px;
    border: 1px solid #395607;
}

.NewMethod ul li {
    position: relative;
}

.NewMethod ul li:not(:last-child) {
    margin-bottom: 2em;
}

.NewMethod ul li img {
    margin-bottom: 1em;
}

.NewMethod ul li h3 {
    font-size: 30px;
    color: #000;
    margin-bottom: 0.2em;
    margin-top: 0;
    font-weight: bold;
}

.NewMethod ul li p {
    color: #000;
    margin-bottom: 0.4em;
    text-align: left
}

.NewMethod ul li p span {
    color: #248bf5;
    font-weight: bold;
}

.NewMethod ul li a {
    display: block;
    background: #dd8b26;
    margin: 1em auto;
    padding: 0.6em 0;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    width: 70%;
}

@media screen and (min-width: 768px) {
    .tb.pc {
        display: block;
    }

    .sp {
        display: none;
    }

    footer .wrap {
        display: flex;
        flex-wrap: wrap;
        padding: 3em 2em 0;
    }

    footer .FooterSitemap {
        width: 40%;
        box-sizing: border-box;
        order: 2;
        padding: 0 0 0 2.5em;
    }

    footer .FooterGroup {
        width: 20%;
        box-sizing: border-box;
        order: 3;
        padding: 0;
    }

    footer .FooterGroup h2 {
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }

    footer .FooterGroup .GroupSite ul li {
        margin: 0 0 1em;
    }

    footer .FooterGroup .GroupSite ul li h3 {
        display: none;
    }

    footer .FooterAbout {
        width: 40%;
        box-sizing: border-box;
        order: 1;
        padding: 0 1em 0 0;
    }

    footer .FooterAbout h2 {
        margin: 0;
        padding: 0;
    }

    footer .FooterAbout ul.ContactMenu {
        padding: 1em 0;
    }

    footer .FooterAbout h3 {
        display: none;
    }

    footer .Copyright {
        margin-top: 2em;
    }

    footer .FooterAbout h2 {
        margin: 0;
    }

    /*問い合わせボタン=================================*/
    .Assesment.Bottom .line {
        order: 1
    }

    .Assesment.Bottom .line a {
        padding: 0
    }

    .Assesment.Bottom .line p {
        display: none
    }

    .Assesment.Bottom .tel {
        margin-bottom: 1em
    }

    .Assesment li a {
        font-size: 22px;
    }

    .Assesment li.visit:before,
    .Assesment li.delivery:before {
        left: -20px;
        width: 60px;
        height: 60px;
    }

    /*LINEで査定=================================*/
    .LineBT {
        text-align: center;
        padding: 30px 0;
    }

    /*3ステップLINE査定*/
    .Line3Step ul {
        display: flex;
    }

    .Line3Step ul li {
        width: 32%;
        padding: 0.4em 0.8em 0;
    }

    .Line3Step ul li:not(:last-child) {
        margin-right: 2%;
        margin-bottom: 0;
    }

    .Line3Step ul li:not(:last-child):before {
        transform: none;
        top: 0;
        bottom: 0;
        right: -20px;
        left: auto;
    }

    .Line3Step ul li>div img {
        float: none;
        width: 100px;
        margin-right: 0;
    }

    .Line3Step ul li>div p {
        padding: 1em 0 0.6em;
    }

    .Line3Step ul+.more,
    .Line3Step ul li>div a {
        display: none !important;
    }

    /*買取方法=================================*/
    /* #Method>div {
        padding-top: 60px;
    } */

    #Method>div>ul {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0;
        max-width: 1100px
    }

    #Method>div>ul li {
        width: 33.33333%
    }

    #Method>div>ul li h3 {
        text-align: center;
        font-size: 24px
    }

    #Method>div>ul li img {
        width: 100%;
        margin-bottom: 10px
    }

    #Method>div>ul li p {
        width: 100%;
        padding-left: 0
    }

    #Method>div>ul li:nth-child(2) p {
        order: 3
    }

    #Method>div h2+p {
        font-size: 16px;
        margin: 40px auto 20px
    }

    #Method .Assesment ul {
        max-width: 1100px;
        margin: 20px auto
    }

    #Method .Assesment li a {
        font-size: 24px
    }

    #Method .Assesment li:nth-child(1):before {
        width: 48px;
        height: 48px;
    }

    #Method .Assesment li:nth-child(3) a {
        font-size: 24px
    }

    #Method .Assesment li:nth-child(3) a span:first-child {
        display: none
    }

    #Method .Assesment li:nth-child(3) a span:last-child {
        display: inline;
        border: 0
    }

    /*選べる3つの買取方法=================================*/
    .NewMethod ul {
        display: flex;
    }

    .NewMethod ul li {
        width: 32%;
        padding: 0.4em 0.4em 0;
    }

    .NewMethod ul li:not(:last-child) {
        margin-right: 2%;
        margin-bottom: 0;
    }

    .NewMethod ul li p {
        font-size: 14px;
        line-height: 1.4;
    }

    /*出張買取の流れ=================================*/
    div.Flow {
        display: grid;
        height: auto;
        grid-template-columns: 50% 50%;
        grid-template-rows: 1.8em auto;
        margin: 30px auto;
        grid-template-areas: "title  image" "text  image";
    }

    div.Flow:nth-child(even) {
        grid-template-areas: "image  title" "image  text";
    }

    div.Flow>* {
        padding: 0 15px;
        box-sizing: border-box;
        text-align: left !important
    }

    div.Flow h2 {
        grid-area: title;
        margin-top: 0;
        font-size: 20px;
    }

    div.Flow>h2.title {
        margin-top: 1em
    }

    div.Flow>h2.title+p {
        margin-bottom: 2em;
        font-size: 16px
    }

    div.Flow p {
        grid-area: text;
        font-size: 16px !important;
    }

    div.Flow img {
        grid-area: image;
    }

    #post-3059 h2+p {
        margin-top: 0.8em;
    }

    /*宅配買取の流れ=================================*/
    #post-3065 .Flow:nth-child(even) {
        grid-template-rows: 1.8em auto 1.8em auto;
        grid-template-areas: "image  title" "image  text" "sagawa  add" "sagawa-tx  add-tx";
    }

    #post-3065 .Flow h3 {
        border: none;
        font-size: 16px;
        font-weight: bold;
    }

    #post-3065 .Flow h3:first-of-type {
        grid-area: sagawa;
    }

    #post-3065 .Flow h3:first-of-type+p {
        grid-area: sagawa-tx;
    }

    #post-3065 .Flow h3:last-of-type {
        grid-area: add;
    }

    #post-3065 .Flow h3:last-of-type+p {
        grid-area: add-tx;
    }

    #post-3065 .Flow h3+p {
        font-size: 14px !important;
        margin-left: 1em;
        line-height: 2;
    }

    /*店内買取の流れ=================================*/






    #post-3069 dl {
        padding: 2em
    }

    #post-3069 div.map {
        padding: 0 2em 2em
    }

    /*キャンペーン*/
    #Campaign {
        margin-top: 2em;
        padding: 3em 2em;
    }

    #Campaign h2 {
        font-size: 30px;
    }

    #Campaign>p {
        text-align: center
    }

    #Campaign>p span {
        display: block
    }

    #Campaign>div {
        padding: 3em 2.5em;
        display: flex;
        align-items: flex-start;
    }

    #Campaign>div div#Campaign_table {
        width: 40%;
    }

    #Campaign>div div#Campaign_ex {
        margin-top: 0.6em;
        width: 55%;
        margin-left: 5%;
        padding-bottom: 1em;
    }

    #Campaign p.notes {
        font-size: 12px !important;
    }

    /*宅配買取の流れ*/
    .danbox {
        margin-top: 4em;
        margin-bottom: 0;
    }

    .danboxHide {
        margin-top: 0;
    }

    .danbox ul li {
        width: 24%;
        margin-right: 1.3333333%;
        margin-bottom: 3em;
        text-align: center;
    }

    .danbox ul li:nth-child(2n) {
        margin-right: 1.3333333%;
    }

    .danbox ul li:nth-child(4n) {
        margin-right: 0;
    }

    .danbox ul li:last-child {
        margin-bottom: 0;
    }

    #BoxOpen {
        margin: 30px auto 60px;
    }

    /*宅配買取フォーム*/
    .contact-forms .danbox {
        margin-top: 4em;
        margin-bottom: 0;
    }

    .contact-forms .danboxHide {
        margin-top: 0;
    }

    .contact-forms .danbox ul li {
        width: 24%;
        margin-right: 1.3333333%;
        margin-bottom: 3em;
    }

    .contact-forms .danbox ul li:nth-child(2n) {
        margin-right: 1.3333333%;
    }

    .contact-forms .danbox ul li:nth-child(4n) {
        margin-right: 0;
    }

    .contact-forms .danbox ul li:last-child {
        margin-bottom: 0;
    }

    .contact-forms #BoxOpen {
        margin: 30px auto 60px;
    }

    .LP_Footer_wrap {
        max-width: 1200PX;
    }

    .Footer-left {
        width: 30%;
        order: 1;
    }

    .Footer-right {
        width: 30%;
        order: 3;
    }

    .Footer-center {
        width: 30%;
        order: 2;
    }

    .LP h1 {
        text-align: center
    }

    .LP .new-assessment {
        margin: 2em auto;
    }

    .LP h2 {
        text-align: center
    }

    .LP .LP-text {
        max-width: 830px;
        margin: 2em auto;
        font-size: 18px;
        text-align: center;
    }

    .LP #Campaign h2 {
        font-size: 56px;
    }

    .LP #Campaign h2 span {
        font-size: 44px;
    }

    .LP #Campaign>p {
        margin-bottom: 3em;
    }
}


@media screen and (min-width: 980px) {
    #BoxOpen:hover {
        opacity: 0.7;
    }

    #BoxOpen {
        transition: .3s;
    }

    /*問い合わせボタン=================================*/
    .Assesment li.small a {
        font-size: 24px;
        transition: .3s
    }

    .Assesment li.small a:hover {
        background: #ff9966
    }

    .Assesment.Bottom {
        max-width: 1100px;
        margin: 50px auto !important
    }

    .Assesment.Bottom .tel {
        margin: 2em 0 0;
    }

    .Assesment.Bottom .tel a {
        font-size: 24px;
        padding: 1.4em 3em
    }

    .Assesment.Bottom .tel span {
        display: none
    }

    .Assesment.Bottom .line a {
        background: none;
        text-indent: 0
    }

    .Assesment.Bottom .line a img {
        transition: .3s
    }

    .Assesment.Bottom .line a:hover img {
        opacity: 0.7
    }

    .Assesment.Bottom .visit a,
    .Assesment.Bottom .delivery a {
        transition: .3s
    }

    .Assesment.Bottom .visit a:hover,
    .Assesment.Bottom .delivery a:hover {
        background: #d9cd3a
    }

    /*買取方法=================================*/
    #Method>div h2 {
        font-size: 36px
    }

    #Method>div>ul {
        margin-bottom: 30px;
    }

    #Method .Assesment {
        padding: 40px 0 30px
    }

    #Method .Assesment li a {
        transition: .3s
    }

    #Method .Assesment li:nth-child(1) a:hover {
        background-color: #d9cd3a
    }

    #Method .Assesment li:nth-child(3) {
        margin-top: 2em
    }

    #Method .Assesment li:nth-child(1):before {
        width: 80px;
        height: 80px;
        left: -40px;
        top: -10px;
    }

    #Method .Assesment li:nth-child(2) a {
        background-size: 40px 40px;
        background-position: 15px;
    }

    /* #Method div#Method-Shop {
        padding: 60px 20px;
    } */

    /*キャンペーン*/
    #Campaign h2 {
        font-size: 36px;
    }

    #Campaign>div {
        max-width: 1100px;
        margin: 0 auto;
        padding: 4em;
    }

    #Campaign>div div#Campaign_ex {
        padding-bottom: 1em;
    }

    #Campaign #Campaign_ex h3 {
        width: 60%;
    }

    #Campaign #Campaign_ex p.campaign_total {
        font-size: 18px
    }

    #Campaign #Campaign_ex p.campaign_total span {
        font-size: 30px;
    }

    #Campaign+.LINE {
        margin-top: 60px;
    }

    /*3ステップLINE査定*/
    .Line3Step h2 {
        font-size: 48px;
    }

    .Line3Step h2 span.dis-b {
        font-size: 60px;
    }

    .Line3Step ul {
        max-width: 1100px;
        margin: 0 auto;
        padding: 2em 0;
    }

    .Line3Step ul li {
        padding: 1em 2em;
        border-radius: 6px;
    }

    .Line3Step ul li:not(:last-child):before {
        border-width: 24px 0 24px 36px;
        right: -32px;
    }

    .Line3Step ul li>div img {
        width: 120px;
    }

    .Line3Step ul li>div p {
        font-size: 16px !important;
    }

    .Line3Step ul li>div p span {
        display: inline;
    }

    .Line3Step ul .sp {
        display: none !important;
    }

    /*選べる3つの買取方法*/
    .NewMethod {
        padding: 4em 0;
    }

    .NewMethod h2 {
        font-size: 42px;
    }

    .NewMethod h2+p {
        font-size: 16px;
    }

    .NewMethod ul {
        max-width: 1100px;
        margin: 2em auto 0;
        border-radius: 6px;
    }

    .NewMethod ul li h3 {
        margin: 0 0.6em;
    }

    .NewMethod ul li p {
        font-size: 16px;
        line-height: 1.6;
    }

    .NewMethod ul li a {
        border-radius: 2px;
        border: 1px solid #dd8b26;
        transition: .3s;
    }

    .NewMethod ul li a:hover {
        background: #fff;
        color: #dd8b26
    }
}

@media screen and (min-width: 1200px) {
    footer .wrap {
        padding: 3em 0 0;
        margin: 0 auto;
        max-width: 1100px;
    }
}

.open .fa-bars:before,
.open.fa-bars:before {
    content: "\f00d";
}

.test {
    display: none !important;
}

body.page-id-199 footer .wrap {
    display: none;
}

body.page-id-201 footer .wrap {
    display: none;
}

body.page-id-207 footer .wrap {
    display: none;
}

/* IE10以降に適応されるCSS */

@media all and (-ms-high-contrast:none) {
    .new-pc #LogoBOX a img {
        width: 245px;
    }

    .new-pc nav ul li {
        width: 32%;
    }

    footer .FooterAbout ul.ContactMenu li:last-child img {
        width: 100%;
    }
}

/* ブログ関係 */

.blog-mokuzi {
    background-color: rgb(241, 241, 241);
    margin-bottom: 40px;
    padding-bottom: 1px;
}

.blog-mokuzi ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    text-align: left;
}

.blog-contents-box {

    text-align: left;
}

.blog-contents-box p {
    margin-bottom: 30px;
    margin-top: 30px;
}

.blog-maker-left {
    width: 30%;
}

.blog-maker-right {
    width: 70%;
    padding: 0px 30px 30px 30px;

}

.gun-blog-logo-img {
    width: 100%;
}

.blog-maker-box {
    display: flex;
    margin-bottom: 30px;
}

.blog-maker-box h3 {
    font-size: 24px;
    margin: 0px;
    padding: 0px;
    border-bottom: 0px;
    text-align: center;

}

.blog-contents-box h3 {
    margin-top: 20px;
}

.blog-contents-box .gun-j-img {
    margin-bottom: 10px;
}

.blog-contents-box-top-p {
    margin-top: 10px;
}


@media screen and (max-width: 768px) {
    .blog-maker-box {
        display: block;

    }

    .blog-maker-left {
        width: 50%;
        margin: 0 auto;
    }

    .blog-maker-right {
        width: 100%;


    }

    .blog-maker-box h3 {
        font-size: 18px;
    }
}

.kaitori-kotu-img-box {
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .satei-img-container-q {
        display: flex;
        justify-content: space-between
    }

    .satei-img-box-q {
        width: 49%;
    }

    .item-genre-explanation-sight-flex {
        display: flex;
    }

    .item-genre-explanation-sight-img-box {
        width: 35%;
        margin-right: 30px;
    }
}

.satei-img-p-q {
    text-align: center;
    margin-top: 10px;
}

.item-genre-explanation-p {
    text-align: center;
}

.item-genre-explanation {
    max-width: 1100px;
    margin: 0 auto;
}

.item-genre-explanation-padding {
    margin: 0px 15px;
}

.item-genre-explanation h2 {
    font-size: 19px;
    font-weight: bold;
    margin: 2em auto 0;
    padding: 0.6em;
    color: #fff;
    background: #426837;
    line-height: 1;
    max-width: 1100px;
    text-align: center;
    margin-bottom: 15px;
}

.item-genre-explanation-h3 {
    font-size: 18px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

.item-genre-explanation-bad-span {
    background-color: #0061BB;
    color: #fff;
    padding: 6px 20px 7px 20px;
}

.bad-example {
    border: 3px solid #0061BB;
    padding: 15px 15px 0px 15px;
    margin: 0px 0px 30px 0px;
}

.item-genre-explanation-good-span {
    background-color: #9A0000;
    color: #fff;
    padding: 6px 20px 4px 20px;
}

.good-example {
    border: 3px solid #9A0000;
    padding: 15px 15px 0px 15px;
    margin: 0px 0px 30px 0px;
}

.item-genre-explanation .item-genre-explanation-p-box {
    margin-bottom: 3px;
    margin-top: 20px;
}

.item-genre-explanation-top-p {
    margin-top: 20px;
}

.item-genre-explanation .example-box-p {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}

.item-genre-explanation ul {
    text-align: left;
    font-weight: bold;
    border: 3px dashed #70a362;
    padding: 13px 13px 13px 13px;
    margin: 0px 0px 50px 0px;
}

.example-box {
    margin-bottom: 20px;
    width: 48%;
}

.bad-example-container .example-box:nth-of-type(odd) {
    margin-right: 4%;
}

.bad-example-container {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .bad-example-container {
        display: flex;
        flex-wrap: nowrap;
        margin-bottom: 10px;
    }

    .example-box {
        width: 32%;
        margin-right: 2%;
    }

    .bad-example-container .example-box:last-of-type {
        margin-right: 0%;
    }

    .bad-example-container .example-box:nth-of-type(1) {
        margin-right: 2%;
    }

    .example-box {
        margin-bottom: 0px;
    }

}

.item-genre-explanation-span {
    background: linear-gradient(transparent 55%, #ffd599 55%);
}

.item-genre-exp-flex-x-green {
    border: 3px solid #70a362;
    padding: 13px 13px 0px 13px;
    margin: 0px 0px 30px 0px;
}

.item-genre-explanation-span-b {
    background-color: #70a362;
    color: #fff;
    padding: 5px 20px 3px 20px;
    display: inline-block;
}

.item-genre-explanation .item-genre-explanation-p-b {
    margin-bottom: 0px;
    margin-top: 30px;
}

.item-genre-exp-flex-x-green p {
    margin-bottom: 15px;
}

.blog-contents-box ul {
    border: 2px solid #10685c;
    padding: 20px 20px 20px 40px;
}

.blog-contents-box ul li {
    margin-bottom: 20px;
}


/* コンタクトフォーム 確認画面 */

.FormConfirm {
    max-width: 800px;
    margin: 2em auto;
    background: #f7f7f7;
    padding: 2em;
}

.FormConfirm h2 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 0.5em;
}

.FormConfirm p {
    margin-bottom: 1.5em;
}

input.wpcf7-form-control.wpcf7-previous {
    color: #fff;
    background: #104EA1;
    padding: 1em 3em;
    padding: 1;
    border: none;
    margin: 2em 0 1em;
}

input.wpcf7-form-control.wpcf7-previous:hover {
    opacity: 0.7;
    cursor: pointer;
}

input.wpcf7-form-control.wpcf7-submit {
    color: #fff;
    background: #104EA1;
    padding: 1em 3em;
    border: none;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    opacity: 0.7;
    cursor: pointer;
}

.page .post-content .post-time-p {
    margin: 5px 0 0 5px;
    text-align: left;
    padding: 0px;
}

/*店頭買取の流れ=================================*/
#post-3069 #Shops .Shop,
#post-3069 #Shops .ShopImage {
    padding: 0;
}

#post-3069 #Shops .Shop h2 {
    margin: 0;
    font-size: 24px;
}

#post-3069 #Shops .Shop {
    background: #efefef;
}

#post-3069 #Shops dl dt,
#post-3069 #Shops dl dd {
    margin: 0;
    padding: 0;
}

#post-3069 #Shops .ShopInfo,
#post-3069 #Shops .ShopMap {
    padding: 0.5em 1em;
    margin-bottom: 0;
}

#post-3069 #Shops dl dt {
    border-bottom: 1px solid #000;
    font-size: 18px;
}

#post-3069 #Shops dl dd {
    margin-top: 0.5em;
}

#post-3069 #Shops .ShopMap iframe {
    width: 100%;
}

/*店頭買取の流れフォーム=================================*/

#post-3069 .post-content .wpcf7 {
    padding: 0;
}

#post-3069 .post-content .wpcf7 dl {
    padding: 0;
}

#post-3069 .post-content .wpcf7 dl dt {
    background: #fff;
    padding: 0;
    font-weight: bold !important;
}

#post-3069 .post-content .wpcf7 dl dt:not(:first-child) {
    margin-top: 1em;
}

#post-3069 .post-content .wpcf7 dl dd {
    padding: 0;
    margin-top: 0.1em;
}

#post-3069 .post-content .wpcf7 dl+p {
    text-align: center
}

#post-3069 .post-content .wpcf7-spinner {
    display: block;
}

.contact-forms .wpcf7-list-item {
    padding-top: 0em;
    padding-bottom: 0.5em;
}

@media screen and (min-width: 768px) {

    /*店頭買取の流れ=================================*/
    #post-3069 #Shops {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    #post-3069 #Shops .Shop {
        display: flex;
        justify-content: space-between;
        width: 49%;
        flex-wrap: wrap;
    }

    #post-3069 #Shops .Shop h2 {
        width: 100%;
    }

    #post-3069 #Shops .ShopImage {
        width: 25%;
        padding-left: 10px;
        padding-top: 10px;
        align-items: flex-start;
    }

    #post-3069 #Shops .ShopImage img {
        width: 100%;
    }

    #post-3069 #Shops .ShopInfo {
        width: 75%;
    }

    #post-3069 #Shops .ShopMap {
        width: 100%;
    }

    /*店頭買取の流れフォーム=================================*/
    #post-3069 .post-content .wpcf7 dl {
        margin: 0 auto;
        width: 90%;
    }

    #post-3069 .post-content .wpcf7 dl+p {
        margin: 2em auto 0;
    }

    .wpcf7 form .wpcf7-response-output {
        border: #fff;
        margin: 0;
    }

    #post-3069 form {
        margin: 0 auto;
    }
}

@media screen and (min-width: 750px) {
    #post-3069 #Shops .ShopImage {
        width: 35%;
    }

    #post-3069 #Shops .ShopInfo {
        width: 65%;
    }

    #post-3069 #Shops .ShopMap iframe {
        height: 300px;
    }


}


/* 道案内 */
#how-to-go {
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 40px;
}

#how-to-go h2 {
    background: #426837;
    padding: 0.6em;
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
}

.way-to-photo-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

#how-to-go h3 span {
    background: linear-gradient(transparent 55%, #EBF000 55%);
}

#how-to-go h3 {
    text-align: left;
    margin-bottom: 15px;
    font-size: 16px;
}

.how-to-go-span {
    background-color: #426837;
    color: #fff;
    padding: 4px 20px;
}

.city-name-box {
    border: 3px solid #426837;
    padding: 15px 15px 0px 15px;
    margin: 0px 0px 30px 0px;
}

.way-to-photo-container-a {
    width: 32%;
}

.way-to-photo-box {
    margin-bottom: 5px;
}

.how-to-go-p-box {
    margin: 0px;
}

@media only screen and (max-width:1100px) {
    .how-to-go-padding {
        padding: 0px 15px;
    }
}

@media only screen and (max-width: 767px) {
    .way-to-photo-container {
        display: block;
    }

    .way-to-photo-container-a {
        width: 100%;
    }

    .way-to-photo-container-a {
        margin-bottom: 20px;
    }
}

#how-to-go h3 .way-to-go-span-green {
    background: linear-gradient(transparent 55%, #99CB98 55%);
}

/* 道案内終了 */
/* 店舗情報 */

.shop-read ul {
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #e8f5ff;
    padding: 3em;
    text-align: left;
    margin-top: 40px;
}

.shop-read ul li {
    width: 46%;
}

.Shop-img {
    width: 100%;
}

.shop-read ul li h2 {
    font-size: 28px !important;
    font-weight: 700;
    margin-bottom: 1em;
    padding: 0;
}

#ShopPageHeader {
    /* max-width: 1100px;
    margin: auto; */
    background: url(/img/shop-main.jpg);
    background-position: center;
    background-size: cover;
    padding: 5em 0;
    text-align: center;
}

#ShopPageHeader h1 {
    font-size: 50px !important;
    line-height: 1.4;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0 -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}

#ShopPageHeader h1 span {
    color: #FFE500;
    font-size: 60px;
}

#ShopPageHeader p {
    color: #fff;
    font-size: 24px !important;
    font-weight: 600;
    margin-bottom: 0 !important;
    text-align: center;
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0 -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}

.shop-info ul,
.support-area ul {
    max-width: 1100px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.shop-info ul {
    justify-content: space-between;
    padding: 50px 0;
}

.shop-info ul li {
    width: 47%;
}

.shop-info ul li h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    border-left: solid #B41D23;
    text-align: left;
}

.shop-info ul li p {
    text-align: left;
    font-size: 16px;
    padding: 0 30px;
    margin-bottom: 30px;
}

.support-area h2 {
    box-sizing: border-box;
    max-width: 1100px;
    background: #426837;
    color: #fff;
    font-size: 20px;
    margin: 0 auto 40px;
    padding: 15px 0px 10px;
    text-align: center;
    font-weight: bold;
}

.support-area ul li {
    width: 18.4%;
    background: #eee;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 10px 0;
}

.support-area ul li:nth-child(5n) {
    margin-right: 0;
}

@media only screen and (max-width:950px) {
    #ShopPageHeader h1 span {
        font-size: 40px;
    }

    #ShopPageHeader h1 {
        font-size: 36px;
    }

    .shop-info ul,
    .support-area ul {
        padding: 10px;
    }
}

@media only screen and (max-width:767px) {
    .shop-read ul {
        padding: 1em;
        margin-top: 0px;
    }

    .shop-read ul li {
        width: 100%;
    }

    .shop-read ul li h2 {
        margin: 1em 0;
    }

    .shop-info ul {
        padding: 50px 10px;
    }

    .shop-info ul li {
        width: 100%;
    }

    .shop-info ul li:first-child {
        margin-bottom: 1em;
    }

    .support-area ul li {
        width: 32%;
    }

    .support-area ul li:nth-child(5n) {
        margin-right: 2%;
    }

    .support-area ul li:nth-child(3n) {
        margin-right: 0;
    }

    #ShopPageHeader p {
        font-size: 18px !important;
    }

    #ShopPageHeader h1 span {
        font-size: 32px;
    }

    #ShopPageHeader h1 {
        font-size: 28px !important;
    }

    #ShopPageHeader {
        padding: 3em 0;
    }

    .shop-read ul li h2 {
        font-size: 20px !important;
    }
}

.shop-flow-btn {
    background: #800000;
    color: #fff;
    padding: 10px 0px;
    display: block;
    margin-top: 20px;
    text-align: center;
    width: 50%;
    font-weight: bold;
    font-size: 18px;
    margin: 30px auto 0px;
    border: 1px solid #800000;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .shop-flow-btn {
        background: #800000;
        color: #fff;
        padding: 10px 0px;
        display: block;
        margin-top: 20px;
        text-align: center;
        width: 80%;
        font-weight: bold;
        font-size: 18px;
        margin: 30px auto 0px;
        border: 1px solid #800000;
    }
}



/* 3つの簡単査定 */

.three-easy-method {
    max-width: 1100px;
    margin: auto;
    padding: 0px 10px 80px 10px;
}

.three-easy-method-container {
    display: flex;
}

.three-easy-method-box {
    width: 32%;
    margin-right: 2%;
    padding: 30px 20px 80px;
    background: #F2F2F2;
    position: relative;
    text-align: center;
}

.three-easy-method-img-box {
    margin-bottom: 10px;
}

.three-easy-method-box h3 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 24px;
    color: #555;
}

.three-easy-method-box p {
    font-size: 16px;
    text-align: left;
}

.three-easy-method-link {
    background: #426837;
    color: #fff !important;
    border: 1px solid #42230e;
    font-weight: bold;
    width: 60%;
    padding: 10px 0px;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.three-easy-method-link:hover {
    color: #42230e !important;
    background: #fff;
}

.three-easy-method-box:before {
    content: "1";
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #426837;
    text-align: center;
    line-height: 48px;
    position: absolute;
    top: -25px;
    left: calc(50% - 24px);
}

.three-easy-method-box:nth-child(2):before {
    content: "2";
}

.three-easy-method-box:nth-child(3):before {
    content: "3";
}

.three-easy-method h2 {
    margin-bottom: 50px;
    margin-top: 50px;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}

.three-easy-method-box:last-of-type {
    margin-right: 0px;
}

@media only screen and (max-width:767px) {
    .three-easy-method-container {
        display: block;
    }

    .three-easy-method-box {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 60px;
    }

    .three-easy-method {
        padding-bottom: 0px;
    }
}


/* 3つの簡単査定終わり */


/* 新宅配買取の流れ */
.new-flow {
    line-height: 1.4;
}

.new-flow h1 {
    background: #138FD9;
    color: #fff;
    font-size: 19px;
    padding: 0.6em;
    letter-spacing: 2px;
    text-align: center;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 30px;
}

.new-flow a {
    color: #5079ed;
}

.new-flow p {
    text-align: left;
    margin: 20px 0px;
}

.new-flow .new-flow-text-box p:first-child {
    margin-top: 0px;
}

.new-flow-flex {
    display: flex;
    margin-top: 10px;
}

.new-flow-container h3 {
    font-weight: bold;
    text-align: left;
    border-left: 10px solid #327DD2;
    padding-left: 10px;
    margin-top: 0px;
    border-bottom: none;
}

.new-flow-img-box {
    width: 35%;
    margin-right: 2%;
}

.new-flow-text-box {
    width: 68%;
}

.new-flow-container {
    box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.25);
    padding: 20px;
    margin-bottom: 40px;
}

.new-flow-text-color {
    color: #A00000;
}

.new-flow-span {
    color: #A00000;
}

.new-flow .packing-h2 {
    background: #005735;
    color: #fff;
    padding: 0.6em;
    margin-top: 20px;
    margin-bottom: 30px;
}


@media only screen and (max-width:767px) {
    .new-flow-flex {
        display: block;
    }

    .new-flow-img-box {
        width: 100%;
    }

    .new-flow-text-box {
        width: 100%;
        margin-top: 10px;
    }
}

/* 新宅配買取の流れ終わり */

/* 予約システム */
.header-nav-reserva {
    padding: 1.5em 0.5em;
    background: #dc3232 !important;
    width: 100%;
    margin: 0 auto 1em;
    border-radius: 3px;
    text-align: center;
}

.header-nav-reserva a {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

/* ライン査定の流れ */

body.flow-line p {
    line-height: 1.6;
}

.fld {
    margin-bottom: 50px;
    text-align: left;
}

.fld h2 {
    background: #138FD9;
    color: #fff;
    margin-bottom: 0 !important;
    text-align: center;
    font-size: 24px !important;
    padding: 0.5em !important;
}

.fld ul {
    border: solid lightgray 1.5px;
    border-top: none;
    padding: 1em;
    display: flex;
    justify-content: space-between;
}

.fld img {
    margin-bottom: 1em;
}

section.flow-line {
    max-width: 1100px;
    margin: auto;
    padding: 0 10px;
}

.flow-line div#Content {
    padding-top: 0;
}

.flow-line div#Content h1 {
    background: #327DD2;
    color: #fff;
    font-weight: 600;
    margin-bottom: 1em;
}

.flow-line-top {
    background: #00B700;
}

.flow-line-what>p {
    padding: 1em;
}

.flow-line-what h3 {
    background: #f18200;
    padding: 0.5em 1em;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
}

.flow-line-what ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: none;
    padding: 0;
}

.flow-line-what ul li {
    width: 23.5%;
    background: #f3f3f3;
}

.flow-line-what ul li img {
    padding: 1em;
    box-sizing: border-box;
    margin-bottom: 0;
}

.flow-line-what ul li p {
    padding: 0 1em 1em 1em;
    font-size: 16px;
}

.flow-line-read p {
    margin-bottom: 50px;
    text-align: center;
}

.flow-line-read img {
    max-width: 720px;
    width: 100%;
}

.flow-line-top img {
    margin-bottom: 0;
}

.flow-line-read {
    text-align: center;
}

.flow-line-friend ul li {
    width: 28.5%;
}

.flow-line-friend div {
    width: 28.5%;
    text-align: center;
}

.flow-line-friend p {
    text-align: center;
}

.flow-line-3step>h3 {
    font-size: 20px;
    display: inline-block;
    font-weight: 600;
    background: #f18200;
    color: #fff;
    padding: 0.3em 0.5em;
}

.flow-line-3step div p {
    padding: 1em;
    font-weight: 600;
    line-height: 2;
    background: #f3f3f3;
    border-right: outset;
    border-bottom: outset;
}

.flow-line-3step ul {
    margin-bottom: 50px;
}

.flow-line-3step ul p,
.flow-line-photo p,
.flow-line-friend p {
    font-size: 16px;
}

.flow-line-3step ul li {
    width: 31.5%;
    padding: 1em;
}


.flow-line-3step ul li h3 {
    font-weight: 600;
    position: relative;
    padding: 15px 0 15px 60px;
    font-size: 20px;
}


.flow-line-3step ul li h3::before {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: orange;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 10px;
    left: 0;
}


.flow-line-3step ul li:first-child h3::before {
    content: "1";
}


.flow-line-3step ul li:nth-child(2) h3::before {
    content: "2";
}


.flow-line-3step ul li:last-child h3::before {
    content: "3";
}


.flow-line-photo ul li h3 {
    border-left: 3px solid orange;
    padding: 0.5em;
    margin-bottom: 1em;
    font-size: 20px;
}

.flow-line-photo ul {
    flex-wrap: wrap;
    justify-content: space-between;
}

.flow-line-photo ul li {
    width: 25%;
    text-align: left;
    padding: 1em;
    box-sizing: border-box;
}

@media only screen and (max-width:767px) {
    .pc {
        display: none;
    }

    .fld ul {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .fld h2 {
        font-size: 20px !important;
    }

    .flow-line-what ul li {
        margin-bottom: 1em;
        width: 100%;
    }

    .flow-line-what ul li:last-child {
        margin-bottom: 0;
    }

    .flow-line-read p {
        margin-bottom: 30px;
        text-align: left;
    }

    .flow-line-3step>h3 {
        font-size: 20px;
    }

    .flow-line-3step div p {
        font-size: 16px;
    }

    .flow-line-3step ul li {
        width: 100%;
    }

    .flow-line-photo ul li {
        width: 100%;
        padding: 0;
    }

    .flow-line-photo ul li:not(:last-child) {
        margin-bottom: 3em;
    }

    .flow-line-3step ul li h3 {
        padding: 10px 0 10px 40px;
        font-size: 16px;
    }


    .flow-line-3step ul li h3::before {
        font-size: 16px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        top: 3px;
    }

    /* .flow-line-3step ul li:not(:first-of-type) {
        padding-left: 0;
    } */

    .flow-line-3step ul li:not(:first-of-type)::before {
        position: initial;
        clear: both;
        margin: 1rem auto;
        content: '';
        display: block;
        height: 0;
        width: 0;
        border-top: 30px solid #ff9700;
        border-left: 18px solid transparent;
        border-bottom: 0px none transparent;
        border-right: 18px solid transparent;
    }
}

/* 新店舗一覧 */
.shops-lists {
    max-width: 1100px;
    margin: auto;
}

.shop-list-h2 {
    text-align: left;
    background: #426837;
    color: #fff;
    font-size: 26px;
    margin-bottom: 20px;
    padding: 0.4em;
}

.shop-lists-container {
    display: block;
    margin-bottom: 40px;
    padding-bottom: 20px;
    margin-top: 20px;
}


.shop-lists-box {
    display: flex;
    padding: 0px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.page .post-content .shop-lists-box p {
    margin: 0px;
}

.shops-lists-img-box {
    width: 24%;
    margin-right: 2%;
    padding: 0px;
}

.shops-lists-address {
    text-align: left;
    padding: 0px;
    width: 44%;
}

.shops-lists-address h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 0px !important;
}

.shops-lists-address p {
    margin-bottom: 0px;
}

.shop-lists-btn-box {
    position: relative;
    text-align: center;
    padding: 0px;
    width: 30%;
}

.shop-lists-btn {
    display: inline-block;
    background: #A00000;
    color: #fff !important;
    font-weight: bold;
    font-size: 20px;
    border: 1px solid #A00000;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70%;
    padding: 10px 0px 7px;
    text-align: center;
}

.shop-lists-btn:hover {
    color: #A00000 !important;
    background: #fff;
}



.shops-jump-btn-container {
    max-width: 1100px;
    display: flex;
    margin: auto;
    margin-bottom: 20px;
    justify-content: center;
}

.shops-jump-btn {
    background: #426837;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    border: solid 1px #426837;
    display: block;
    width: 10%;
    margin: 0px 10px;
}

.shops-jump-btn:hover {
    color: #426837;
    background: #fff;
}

.shops-lead-p {
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center !important;
}

@media only screen and (max-width:1100px) {
    .shop-lists-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width:767px) {
    .shop-lists-box {
        display: block;
    }

    .shops-lists-img-box {
        width: 100%;
        margin-right: 0%;
        padding: 0px;
    }

    .shop-lists-btn-box {
        width: 100%;
        margin-top: 30px;
    }

    .shop-lists-btn {
        position: static;
        width: 70%;
    }

    .shops-jump-btn {
        font-size: 22px;
    }

    .shops-lists-address {
        width: 100%;
        margin-top: 30px;
    }

    .shops-jump-btn {
        width: 20%;
    }
}

/* 店舗一覧終わり */
/* 都道府県ページ */

.prefectures-seek,
.prefectures-strength {
    max-width: 1100px;
    margin: auto;
}

.prefectures-seek h2 {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.prefectures-seek-container {
    display: flex;
}

.prefectures-strength {
    padding: 30px 0px 60px;
}

.prefectures-strength-photo-box img {
    width: 100%;
}

.prefectures-strength ul {
    display: flex;
    justify-content: space-between;

}

.prefectures-strength-method ul {
    display: flex;
}

.prefectures-seek-red {
    text-align: left;
    font-weight: bold;
    color: #bd0000;
    font-size: 20px;
    margin-bottom: 5px;
}

.prefectures-seek-sentence {
    margin-left: 30px;
}

.prefectures-seek-p {
    text-align: left;
    margin-top: 30px;
}

.prefectures-strength h2 {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.prefectures-strength li {
    width: 32%;
}

.prefectures-strength h3 {
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}

.prefectures-strength p {
    padding: 10px 10px 0px 10px;
    text-align: left;
}

.new-method-h2 {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}

.prefectures-strength-photo {
    width: 100%;
}

@media only screen and (max-width:1100px) {

    .prefectures-seek,
    .prefectures-strength {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width:767px) {
    .prefectures-seek-container {
        display: block;
    }

    .prefectures-seek-sentence {
        margin: 20px 0px;
    }

    .prefectures-seek h2 {
        font-size: 24px;
        margin-bottom: 0px;
    }

    .prefectures-strength {
        padding-bottom: 60px;
    }

    .prefectures-strength ul {
        display: block;
    }

    .prefectures-strength li {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* 都道府県ページ 終了*/
/* トップ店舗メニュー */
.shop-list-top-container {
    margin-top: 40px;
}

.top-shops-menu {
    max-width: 1100px;
    margin: auto;
    margin-top: 30px;
}

.top-shops-menu .tabnav {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 3px solid #426837;
}

.top-shops-menu .active {
    background: #426837;
    color: #fff;
}

.top-shops-menu ul li {
    width: 10%;
    text-align: center;
}

.top-shops-menu ul li a {
    font-size: 22px;
    font-weight: bold;
    background: #dbdbdb;
    color: #333;
    display: block;
    padding: 10px 0px 5px;
}

@media only screen and (max-width:1100px) {
    .top-shops-menu {
        padding: 0px 10px;
        margin-top: 20px;
    }

    .top-shops-menu ul li {
        width: 25%;
    }

    .top-shops-menu ul li a {
        font-size: 20px;
        padding: 6px 0px 5px;
    }
}

/* トップ店舗メニュー 終了*/

/* NEWフッター */
/* .new-footer {
    display: none;
} */

.new-footer h2 {
    font-size: 16px;
}

.footer-wrap {
    max-width: 1100px;
    margin: auto;
    text-align: left;
    line-height: 1.5;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    padding: 5em 0 3em;
}

.footer-cv ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.footer-cv ul li {
    width: 48.5%;
}

.footer-cv ul li a {
    border: 1px solid #f2a12b;
    color: #fff;
    background: #f2a12b;
    display: block;
    padding: 0.4em 0;
    margin-bottom: 0.6em;
    font-size: 16px;
}

.footer-cv ul li:nth-child(2) a {
    border-color: #01c614;
    background-color: #01c614;
}

.footer-cv ul li:nth-child(4) a {
    background: #fff;
    border: none;
    padding: 0;
    margin-bottom: 0;
}

.footer-cv ul li:nth-child(4) a img {
    vertical-align: middle;
}

.footer-cv ul li a:hover {
    opacity: 0.7;
}

.footer-left {
    width: 40%;
}

.footer-logo,
.footer-shoplist {
    margin-bottom: 30px
}

.footer-shoplist h2 {
    margin-bottom: 10px;
}

.footer-left h3 {
    margin-bottom: 10px;
    font-size: 16px;
    border-left: solid;
    padding: 3px 0 3px 5px;
}

.footer-shoplist p {
    font-size: 14px;
    margin-bottom: 15px;
}

.footer-right {
    width: 60%;
    padding-left: 50px;
}

.footer-right h2 {
    border-bottom: 1px solid;
    margin-bottom: 20px;
}

.footer-right ul:first-child {
    font-size: 16px;
    padding: 1em;
}

.footer-right ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.footer-right ul li {
    margin: 0 30px 12px 0;
}

@media only screen and (max-width:1100px) {
    .footer-wrap {
        padding: 3em 10px 2em;
    }
}

@media only screen and (max-width:767px) {

    .footer-left,
    .footer-right {
        width: 100%;
    }

    .footer-right {
        padding: 0;
    }

    .footer-left {
        order: 2;
    }

    .footer-right ul:first-child {
        padding: 0;
    }

    .footer-logo {
        width: 70%;
        margin: 0 auto 20px;
    }

    .fotter-company dl {
        font-size: 12px;
    }
}

/* お客様の声 */

.page-id-4365 .post-content {
    padding: 0 !important;
}

.Voice {
    max-width: 1100px;
    margin: auto;
}

.Voice h1 {
    font-size: 24px;
    margin-bottom: 40px;
}


.voice-read {
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin: auto;
    align-items: center;
}

.voice-read img {
    width: 250px;
    margin-right: 30px;
}

.voice-read p {
    line-height: 1.6;
    text-align: left;
}

.voice-list {
    margin-bottom: 40px;
}

.voice-list h3 {
    text-align: left;
    border-left: 5px solid #426837;
    background: #f3f3f3;
    padding: 20px;
    margin: 20px;
    color: #426837;
}

.voice-list div {
    display: flex;
    width: 90%;
    margin: auto;
    align-items: center;
}

.voice-list div img {
    width: 150px;
    aspect-ratio: 1/1;
}

.voice-list div p {
    width: calc(100% - 150px);
    padding: 20px;
    margin-left: 30px;
    text-align: left;
    line-height: 1.8;
    background: #f8f8f8;
    box-sizing: border-box;
}

.g-voice {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 50px;
}

.g-voice h2 {
    width: 100%;
    margin-bottom: 40px;
}

.g-voice img {
    border: solid 1px gray;
}

.g-voice div p {
    line-height: 1.6;
    margin-bottom: 30px;
}

.g-voice div a {
    text-decoration: none;
    background: #dd2626;
    color: #fff;
    padding: 1em 3em;
    box-sizing: border-box;
    display: inline-block;
}

.g-voice div a:hover {
    opacity: 0.7;
}

@media only screen and (max-width:767px) {
    .Voice h1 {
        font-size: 20px;
    }

    .voice-read {
        display: block;
        width: 100%;
    }

    .voice-read img {
        margin-bottom: 20px;
        margin-right: 0;

    }

    .voice-read p {
        padding: 0 15px;
    }

    .voice-list h3 {
        margin: 20px 15px;
    }

    .voice-list div {
        display: block;
    }

    .voice-list div p {
        width: 100%;
        margin-left: 0;
    }

    .g-voice img {
        padding: 0 15px;
        box-sizing: border-box;
        margin-bottom: 30px;
    }

    .g-voice div p {
        text-align: left;
        padding: 0 15px;
    }
}

/* お客様の声 inc */

#voice-inc {
    max-width: 1100px;
    margin: auto;
    line-height: 1.6;
    margin-top: 2em;
    padding: 3em 1em;
}

.voice-inc-inner {
    padding: 0 15px;
}

.voice-inc-inner>p {
    padding: 30px 0;
}

.voice-inc-list {
    border: dashed;
    background: #f9f9f9;
    padding: 20px;
    margin-bottom: 30px;
    border: dashed 1px #3e78b3;
}

.voice-inc-list p {
    text-align: left;
    margin-bottom: 30px;
}

.voice-inc-list span {
    text-align: right;
    width: 90%;
    display: inline-block;
    color: #084a8c;
}

#voice-inc a {
    text-decoration: none;
    background: #dd2626;
    color: #fff;
    padding: 1em 3em;
    box-sizing: border-box;
    display: inline-block;
}

#voice-inc a:hover {
    opacity: 0.7;
}


/* 3つの買取方法 */
#buy-3 {
    padding: 30px 0;
    line-height: 1.6;
}

.buy-3-txt {
    margin-bottom: 30px;
}

.buy-3-txt h2 {
    font-size: 24px;
}

.buy-3-txt p {
    text-align: center;
}

.buy-3-list {
    max-width: 1000px;
    margin: auto;
}

.buy-3-list li {
    margin-bottom: 30px;
}

.buy-3-list li>p {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    color: #fff;
    background: linear-gradient(0deg, rgba(7, 110, 198, 1) 0%, rgba(51, 155, 244, 1) 100%);
}

.buy-3-list li:nth-child(2)>p {
    background: linear-gradient(0deg, rgb(227 123 6) 0%, rgba(230, 143, 46, 1) 100%);
}

.buy-3-list li:nth-child(3)>p {
    background: linear-gradient(0deg, rgba(173, 0, 0, 1) 0%, rgba(221, 38, 38, 1) 100%);
}

.buy-3-list li>p::after {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 900;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.buy-3-list li>div {
    background: #eaf4ff;
}

.buy-3-list li:nth-child(2)>div {
    background: #fff3dd;
}

.buy-3-list li:nth-child(3)>div {
    background: #ffe9e9;
}

.buy-3-list-inner {
    display: flex;
    flex-wrap: wrap;
    padding: 35px 60px;
    justify-content: space-between;
    align-items: center;
}

.buy-3-list-inner img {
    width: 350px;
}

.buy-3-list-inner p {
    width: calc(100% - 400px);
    font-size: 16px !important;
    font-weight: normal !important;
    text-align: left;
}

.buy-3-list-inner div {
    width: 100%;
    padding-top: 35px;
}

.buy-3-list-inner div a {
    border: solid #4fa3fb;
    background: #fff;
    color: #000;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    width: 40%;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.buy-3-list-inner div a:hover {
    opacity: 0.7;
}

.buy-3-list-inner div a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #4fa3fb;
}

.buy-3-list li:nth-child(2) .buy-3-list-inner div a {
    border: solid #f7ba48;

}

.buy-3-list li:nth-child(3) .buy-3-list-inner div a {
    border: solid #ff5e5e;
}

.buy-3-list li:nth-child(2) .buy-3-list-inner div a::after {
    color: #f7ba48;
}

.buy-3-list li:nth-child(3) .buy-3-list-inner div a::after {
    color: #ff5e5e;
}

.buy-3-list-inner div a span {
    margin-left: 20px;
}

.buy-3-list-inner div a:first-child {
    margin-right: 30px;
}

@media only screen and (max-width:767px) {
    .buy-3-txt p {
        padding: 0 10px;
    }

    .buy-3-list {
        padding: 0 20px;
    }

    .buy-3-list li {
        margin-bottom: 20px;
    }

    .buy-3-list li>p {

        font-size: 20px;
    }

    .buy-3-list-inner {
        padding: 15px;
    }

    .buy-3-list-inner img,
    .buy-3-list-inner p {
        width: 100%;
    }

    .buy-3-list-inner img {
        margin-bottom: 15px;
    }

    .buy-3-list-inner div a {
        width: 90%;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }
}

/*==========================================
lp お客様の声
===========================================*/
.lp-voice {
    background: #D8EFF7;
    padding: 24px 20px;
    margin-top: 80px;
}

.lp-section-title {
    margin-bottom: 30px;
    max-width: 1000px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.lp-voice-container {
    margin-top: 24px;
}

.lp-voice-wrapper {
    border-radius: 10px;
    background: #FFF;
    padding: 32px 26px;
    margin-right: 1vw !important;
    margin-left: 1vw !important;
}

.lp-voice-wrapper p {
    text-align: center;
}

.voice-name {
    color: #303030;
    font-size: 18px;
    text-align: center;
}

.star5-rating {
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #cccccc;
    /* グレーカラー 自由に設定化 */
    font-size: 24px;
    margin: 12px 0;
}

.star5-rating:before,
.star5-rating:after {
    content: '★★★★★';
}

.star5-rating:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #FFBB33;
    /* イエローカラー 自由に設定化 */
    -webkit-text-stroke: 1px #FFBB33;
}

.star5-rating[data-rate="5"]:after {
    width: 100%;
}

/* 星5 */
.star5-rating[data-rate="4.5"]:after {
    width: 90%;
}

/* 星4.5 */
.star5-rating[data-rate="4"]:after {
    width: 80%;
}

/* 星4 */
.star5-rating[data-rate="3.5"]:after {
    width: 70%;
}

/* 星3.5 */
.star5-rating[data-rate="3"]:after {
    width: 60%;
}

/* 星3 */
.star5-rating[data-rate="2.5"]:after {
    width: 50%;
}

/* 星2.5 */
.star5-rating[data-rate="2"]:after {
    width: 40%;
}

/* 星2 */
.star5-rating[data-rate="1.5"]:after {
    width: 30%;
}

/* 星1.5 */
.star5-rating[data-rate="1"]:after {
    width: 20%;
}

/* 星1 */
.star5-rating[data-rate="0.5"]:after {
    width: 10%;
}

/* 星0.5 */
.star5-rating[data-rate="0"]:after {
    width: 0%;
}

/* 星0 */

.voice-txt {
    color: #303030;
    font-size: 14px;
    line-height: normal;
    text-align: left !important;
}

/* slick 矢印 */

.lp-voice-container .slick-arrow {
    display: block;
    position: absolute;
    top: 56px;
    padding: 0;
    width: 20px;
    height: 38px;
    color: transparent;
    z-index: 1;
    transition: opacity 0.5s;
    z-index: 1;
}

.lp-voice-container .slick-arrow:hover {
    opacity: 0.7;
}

/* 共通設定 */

.lp-voice-container .slick-next::before,
.lp-voice-container .slick-next::after,
.lp-voice-container .slick-prev::before,
.lp-voice-container .slick-prev::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.lp-voice-container .slick-next::after,
.lp-voice-container .slick-prev::after {
    width: 18px;
    height: 18px;
    border-top: 3px solid #c5c5c5;
    border-right: 3px solid #c5c5c5;
}

/* next */

.lp-voice-container .slick-next {
    right: 26px;
}

.lp-voice-container .slick-next::after {
    right: 4px;
    transform: rotate(45deg);
}

/* prev */

.lp-voice-container .slick-prev {
    left: 26px;
}

.lp-voice-container .slick-prev::after {
    left: 4px;
    transform: rotate(-135deg);
}

/* メディアクエリ */

@media only screen and (min-width:767px) {
    .lp-voice {
        padding: 36px 70px;
    }

    .lp-voice-container .slick-prev {
        left: -40px;
    }

    .lp-voice-container .slick-next {
        right: -40px;
    }

    .lp-voice-container .slick-next::after,
    .lp-voice-container .slick-prev::after {
        width: 18px;
        height: 18px;
        border-top: 3px solid #40798D;
        border-right: 3px solid #40798D;
    }

    .lp-voice-container .slick-arrow {
        top: 0;
        bottom: 0;
        margin: auto;
    }
}

.item-voice-container {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
    margin-top: 5px;
}

.item-voice-box {
    margin-left: 10px;
    margin-right: 5px;
}

/* 買取実績追加 */
.item-detail {
    margin-top: 20px;
    padding-left: 10px;
    text-align: left;
}

.item-detail h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    border-left: 8px solid #426837;
    margin-bottom: 10px;
    padding-left: 10px;
}

/* 買取実績追加終了 */


/* リニューアル */

.test {
    display: none !important;
}

@media only screen and (max-width:767px) {
    .pagetop {
        bottom: 25px;
        right: 20px;
    }
}

/* ヘッダー */
.pc-head-top {
    display: flex;
    max-width: 1100px;
    margin: auto;
    justify-content: space-between;
    padding: 15px 10px;
}

.pc-head-top p {
    margin: 0;
    font-size: 24px;
    font-family: noto sans-serif;
}

.pc-head-top p::before {
    content: '';
    display: inline-block;
    width: 46px;
    height: 28px;
    margin-right: 5px;
    background-image: url(/img/icon/tel-b.png);
    background-size: contain;
    vertical-align: middle;
}

.pc-head-top span {
    font-size: 14px;
    margin-top: 0px;
    display: block;
}

.pc-head-top ul {
    display: flex;
}

.pc-head-top ul li a {
    color: #fff;
    font-weight: 600;
    padding: 10px 8px;
    min-width: 190px;
    display: block;
    text-align: center;
    box-sizing: border-box;
    border-radius: 6px;
    margin-left: 24px;
    font-size: 20px;
    background: #20B32E;
}

.pc-head-top ul li a:hover {
    opacity: 0.7;
}

.pc-head-top ul li a::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 17px;
    margin-bottom: 1px;
    background-image: url(/img/icon/line.png);
    background-size: contain;
    vertical-align: middle;
}

.pc-head-bottom {
    background: #426837;
}

.pc-head-bottom ul {
    display: flex;
    max-width: 1100px;
    margin: auto;
    justify-content: space-between;

}

.pc-head-bottom ul li {
    width: 25%;
}

.pc-head-bottom ul a {
    color: #fff;
    display: block;
    padding: 10px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.pc-head-bottom ul a:hover {
    opacity: 0.7;
}



@media only screen and (max-width:767px) {
    .pc-head {
        display: none;
    }
}

/* h2装飾 */
.short-border {
    margin-bottom: 33px !important;
    display: inline-block;
    position: relative;
    font-size: 28px !important;
    font-weight: 600 !important;
    background: none !important;
    color: #333 !important;
}

.short-border:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    display: inline-block;
    width: 60px;
    height: 4px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #D8B03B;
}

@media only screen and (max-width:767px) {
    .short-border {
        font-size: 24px !important;
    }
}

/* CVエリア */

.cv-box {
    max-width: 980px;
    margin: auto;
    text-align: center;
}

.page-template-page-items .cv-satei {
    padding-top: 60px;
}

.page-template-page-items .cv-application {
    padding: 60px 0;
}

.cv-box ul {
    display: flex;
    justify-content: space-between;
}

.cv-box ul li {
    width: 32%;
}

.cv-box ul li a:hover {
    /* opacity: 0.7; */
}

/* CVエリア 査定 */
.cv-box li p {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin: 7px 0 0;
}

span.cv-span-bt {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin-top: -3px;
    display: block;
    padding-bottom: 3px;
}

span.cv-span-tp {
    background: #fff;
    color: #333;
    padding: 1px 15px;
    border-radius: 25px;
    margin-top: -16px;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    border: solid 1px;
    font-weight: 600;
    font-size: 14px;
}

.cv-satei {
    background: #F5F5F5;
    padding-bottom: 60px;
}

li.cv-satei-tel span.cv-span-tp {
    border: solid 1px #217FD6;
}

li.cv-satei-tel {
    background: #217FD6;
    border-bottom: solid 5px #1D67AB;
    position: relative;
}

li.cv-satei-tel::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-right: 10px;
    background-image: url(/img/icon/tel.png);
    background-size: contain;
    vertical-align: middle;
    top: 27%;
    left: 20px;
}

li.cv-satei-tel::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/img/icon/cv-next.png);
    background-size: contain;
    vertical-align: middle;
    top: 37%;
    right: 22px;
}

li.cv-satei-mail span.cv-span-tp {
    border: solid 1px #CC4836;
}

li.cv-satei-mail {
    background: #CC4836;
    border-bottom: solid 5px #AD3D2E;
    position: relative;
}

li.cv-satei-mail::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-right: 10px;
    background-image: url(/img/icon/mail.png);
    background-size: contain;
    vertical-align: middle;
    top: 27%;
    left: 20px;
}

li.cv-satei-mail::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/img/icon/cv-next.png);
    background-size: contain;
    vertical-align: middle;
    top: 37%;
    right: 22px;
}

li.cv-satei-line span.cv-span-tp {
    border: solid 1px #2DBE61;
}

li.cv-satei-line {
    background: #2DBE61;
    border-bottom: solid 5px #2AA757;
    position: relative;
}

li.cv-satei-line::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-right: 10px;
    background-image: url(/img/icon/line.png);
    background-size: contain;
    vertical-align: middle;
    top: 27%;
    left: 20px;
}

li.cv-satei-line::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/img/icon/cv-next.png);
    background-size: contain;
    vertical-align: middle;
    top: 37%;
    right: 22px;
}

@media only screen and (max-width:950px) {

    li.cv-satei-line::before,
    li.cv-satei-line::after,
    li.cv-satei-tel::before,
    li.cv-satei-tel::after,
    li.cv-satei-mail::before,
    li.cv-satei-mail::after {
        display: none;
    }
}

@media only screen and (max-width:767px) {

    li.cv-satei-line::before,
    li.cv-satei-line::after,
    li.cv-satei-tel::before,
    li.cv-satei-tel::after,
    li.cv-satei-mail::before,
    li.cv-satei-mail::after {
        display: inline-block;
    }

    .cv-box ul {
        flex-wrap: wrap;
    }

    .cv-box ul li {
        width: 100%;
        max-width: 300px;
        margin: 0 auto 15px;
    }

    .cv-satei .cv-box ul li {
        width: 100%;
        max-width: 320px;
        margin: 0 auto 30px;
    }
}


/* メーカーリスト */
#maker-list {
    padding: 0 9px;
}

#maker-list .tabcontent {
    margin-bottom: 20px;
}

.maker-list-container {
    max-width: 1100px;
    margin: auto;
}

.maker-list-container .tabnav {
    display: flex;
    justify-content: space-between;
}

.maker-list-container .tabnav li {
    width: 48%;
    font-size: 20px;
    font-weight: 600;
}

.maker-list-container .tabnav li:hover {
    opacity: 0.7;
}

.maker-list-container .tabnav li#tab-maker1 {
    background: #426837;
}

.maker-list-container .tabnav li#tab-maker2 {
    background: #D8B03B;
}

.maker-list-container .tabnav li a {
    color: #fff;
    width: 100%;
    display: inline-block;
    padding: 7px;
}


.maker-list-container .tabcontent #panel-maker1 {
    border: solid 4px #426837;
}

.maker-list-container .tabcontent #panel-maker2 {
    border: solid 4px #D8B03B;
}

.maker-list-container ul.maker-name-list {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 30px;
}

.maker-list-container ul.maker-name-list li {
    display: inline-block;
    width: 25%;
    font-size: 14px;
    text-align: left;
    line-height: 2;
    font-weight: bold;
}

.maker-list-container ul.maker-name-list li:before {
    content: '▶';
    font-size: 10px;
    vertical-align: middle;
    margin-right: 1em;
}

@media only screen and (max-width:767px) {
    .maker-list-container ul.maker-name-list {
        padding: 15px 8px;
    }

    .maker-list-container .tabnav li {
        font-size: 16px;
    }

    .maker-list-container ul.maker-name-list li {
        width: 50%;
    }

    .maker-list-container ul.maker-name-list li.TB {
        font-size: 11px !important;
    }
}

/* 他社比較 */
.hikaku {
    max-width: 1100px;
    margin: auto;
    padding-bottom: 60px;
    text-align: center;
}

.hikaku img {
    padding: 0 15px;
    max-width: 880px;
    width: 100%;
}

/* 買取の流れ */
#buy-method {
    /* padding: 30px 0; */
    color: #fff;
    text-align: center;
}

#buy-method h2+p {
    font-size: 16px;
    line-height: 1.4;
    padding: 1em;
    color: #333;
    margin: 0 auto 1.5em;
}

#buy-method .tabs-shop>ul {
    display: flex;
    justify-content: space-around;
    padding: 0 20px;
}

#buy-method .tabs-shop>ul li {
    width: 30%;
}

#buy-method .tabs-shop>ul li a {
    font-size: 18px;
    color: #fff;
    /* border-radius: 5px 5px 0px 0px; */
    background: #F2F2F2;
    padding: 10px 0;
    display: block;
    text-align: center;
    color: #808080;
}

#buy-method .tabs-shop>ul li a.active {
    background: #426837;
    color: #fff;
    font-weight: bold;
}

#buy-method .tabs-shop>ul+div {
    margin: 0 10px;
}

#buy-method .tabs-shop>ul+div .panel-shop {
    padding: 10px;
    background: #fff;
    /* border-radius: 10px; */
    border: solid 2px #426837;
}

#buy-method .tabs-shop>ul+div .panel-shop h4 {
    font-size: 20px;
    margin-bottom: 1.4em;
    color: #426837;
    font-weight: 600;
}

#buy-method .tabs-shop>ul+div .panel-shop p {
    line-height: 1.4;
    margin-top: 1em;
    color: #333;
    text-align: left;
}

#buy-method .tabs-shop>ul+div .panel-shop li {
    margin-top: 10px;
    position: relative;
    /* padding: 30px 10px; */
    background: #fff;
    margin-bottom: 60px;
}

#buy-method .tabs-shop>ul+div .panel-shop li:after {
    content: "";
    display: block;
    background: url(/img/Method-tri.png)no-repeat;
    width: 52px;
    height: 32px;
    bottom: -43px;
    left: calc(50% - 26px);
    position: absolute;
}

#buy-method .tabs-shop>ul+div .panel-shop li:last-child {
    margin-bottom: 0;
}

#buy-method .tabs-shop>ul+div .panel-shop li:last-child:after {
    content: none;
}

#buy-method .tabs-shop>ul+div .panel-shop li a {
    color: #e32020;
    text-decoration: underline;
    font-weight: bold;
}

.tabs-shop-p {
    margin: 0px;
    text-align: center;
    font-weight: bold;
}

#buy-method .tabs-shop>ul+div .panel-shop li>div {
    text-align: left;
}

@media only screen and (min-width:768px) {
    #buy-method h2+p {
        text-align: left;
        max-width: 640px;
    }

    #buy-method .tabs-shop>ul li a {
        padding: 20px 0;
        font-size: 20px;
    }

    #buy-method .tabs-shop>ul+div .panel {
        padding: 20px;
    }

    #buy-method .tabs-shop .panel-shop ul li>div {
        display: grid;
    }


    #buy-method .tabs-shop>ul+div .panel-shop li>div {
        display: grid;
        grid-template-rows: 40px auto;
        grid-template-columns: 320px auto;
        padding: 20px;
        margin-bottom: 10px;
    }

    #buy-method .tabs-shop>ul+div .panel-shop li h4 {
        grid-row: 1 / 2;
        grid-column: 2 / 3;
    }

    #buy-method .tabs-shop>ul+div .panel-shop li div.Method-img {
        grid-row: 1 / 3;
        grid-column: 1 / 2;
        padding-right: 20px;
    }

    #buy-method .tabs-shop>ul+div .panel-shop li h4.Method-tx {
        grid-row: 2 / 3;
        grid-column: 2 / 3;

    }

    #buy-method .tabs-shop>ul+div .panel-shop li:after {
        bottom: -43px;
    }
}

@media only screen and (min-width:950px) {
    #buy-method h2+p {
        text-align: center;
        max-width: 840px;
    }

    #buy-method .tabs-shop {
        max-width: 1020px;
        margin: 0 auto;
    }

    #buy-method .tabs-shop>ul+div .panel-shop {
        padding: 40px;
    }

    #buy-method .tabs-shop>ul+div .panel-shop h4 {
        margin-bottom: 0;
        font-size: 24px;
    }

    #buy-method .tabs-shop>ul+div .panel-shop p {
        margin-top: 0;
    }
}

/*買取実績 トップスライダー*/
.result-slide {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 10px 0;
}

#result-slide a {
    display: block;
    width: fit-content;
}

.result-slide-post {
    margin-right: 15px;
    width: 240px;
}

.result-slide-post div {
    position: relative;
}

.result-slide-maker {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
    padding: 8px 10px;
    text-shadow: 2px 2px 0px rgb(0 0 0), 2px 2px 0px rgb(0 0 0);
}

.result-slide-price {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    background: #426837;
    padding: 7px 10px;
    font-weight: 600;
    font-size: 18px;
    text-shadow: 2px 2px 0px rgb(0 0 0), 2px 2px 0px rgb(0 0 0);
    margin: 0;
}

@media only screen and (max-width:767px) {
    .result-slide-post {
        width: 180px;
    }

    .result-slide-maker {
        font-size: 12px;
    }

    .result-slide-price {
        font-size: 14px;
    }
}

/* お客様の声 */

.many-voice {
    background: #F6F6F6;
    margin: 0 0 30px;
    color: #333;
    position: relative;
    padding-bottom: 60px;
}

.many-voice .slick-arrow {
    position: absolute;
    top: 60px;
}

.many-voice .prev-arrow {
    left: 35px;
    width: 28px;
    height: 32px;
    z-index: 9;
}

.many-voice .next-arrow {
    right: 35px;
    width: 27px;
    height: 32px;
}

/* .many-voice ul {
    padding: 10px
} */

.many-voice ul li {
    padding: 40px 25px 15px;
    border-radius: 10px;
    box-shadow: 3px 3px 6px 3px #ccc;
    background: #fff;
    box-sizing: border-box;
    margin: 10px;
}

.many-voice ul li dt {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.many-voice ul li dd {
    line-height: 1.4;
}

.many-voice ul li dd.star {
    text-align: center;
}

.many-voice ul li dd.star img {
    max-width: 120px;
    margin: 15px auto;
}

.many-voice .slide-items__wrap {
    width: 100%;
    height: 100%;
    margin: auto;
}

@media only screen and (min-width:950px) {
    .many-voice ul {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 1200px;
    }

    .many-voice ul li {
        width: 32%;
        padding: 40px 15px 15px;
    }

    .many-voice ul li dd:not(.star) {
        padding: 10px;
    }
}

/* お客様の声 */
#voice-inc {
    text-align: center;
}

.slick-next {
    right: 33px;
}

.voice-inc-list p {
    text-align: left !important;
}

.slick-prev {
    left: 33px;
    z-index: 1;
}

.many-voice ul li dd {
    margin: 0 !important;
}

.voice-inc-inner a {
    text-align: center;
}


.page-template-page-items .shops-lists-address p {
    text-align: left !important;
}

section#results-list {
    margin-bottom: 60px;
}

/* アイテムページ アイテム追加 */
.item-ref ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.item-ref ul li {
    width: 24%;
    margin-bottom: 1.25%;
}

.item-ref ul li div {
    padding: 10px;
}

.item-ref ul li div p {
    margin: 0 !important;
    padding: 0 !important;
}

.item-ref ul li div p span {
    font-weight: bold;
    font-size: 22px;
    color: #f00;
}

.item-ref ul li div p.item-ref-price {
    text-align: right;
}

@media only screen and (max-width:767px) {
    .item-ref {
        padding: 10px;
    }

    .item-ref ul li {
        width: 49%;
    }

    .item-ref ul li div p {
        font-size: 14px;
    }

    .item-ref ul li div p span {
        font-size: 18px;
    }
}

/* ブログ */
.main-inner p {
    text-align: left;
}

.post-content h3 {
    line-height: 1;
    text-align: left;
    font-weight: 600;
    border-bottom: dotted 2px #5f646b;
    text-align: left;
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 10px;
    padding: 0 0 10px 0;
}

.post-content .new-flow-container-padding .new-flow-container h3 {
    margin: 0px;
}

.post-content h2 {
    text-align: left;
}

.blog-susume-p {
    text-align: center !important;
    font-weight: bold;
    background: #426837;
    display: inline-block;
    padding: 10px 20px;
    color: #fff !important;
    margin-bottom: 0px !important;
    width: 70%;
}

.blog-susume {
    width: 70%;
    margin: auto;
    padding: 40px 20px 35px 50px;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 2;
    border: 1px solid #426837;
    background-color: #ffffff;
    text-align: left;
    display: inline-block;
}

.blog-bold {
    color: #FF3126;
    font-weight: 600;

}

@media only screen and (max-width:767px) {
    .blog-susume-p {
        width: 100%;
    }

    .blog-susume {
        width: 100%;
    }
}

.blog-cv {
    max-width: 600px;
    margin: auto;
    padding: 50px 0;
}

.blog-cv-t {
    text-align: center !important;
    font-weight: 600;
    box-sizing: border-box;
    max-width: 512px;
    width: 95%;
    background-color: #E8E8E8;
    border-radius: 7px;
    padding: 10px 1%;
    color: #323232;
    display: block;
    font-size: 20px;
    letter-spacing: .11em;
    font-weight: 700;
    text-align: center !important;
    margin: 0px auto 30px;
    border-radius: 32px;
    position: relative;
}

.blog-cv-t::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 15px solid rgba(0, 0, 0, 0);
    border-right: 15px solid rgba(0, 0, 0, 0);
    border-top: 15px solid #E8E8E8;
}

.blog-innner {
    display: flex;
    justify-content: space-between;
}

.blog-innner a {
    padding: 10px;
    text-align: center;
    width: 48%;
    box-sizing: border-box;
    color: #fff;
    border-radius: 5px;
}

.blog-innner a:hover {
    opacity: 0.7;
}

.blog-innner a p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 2.2px;
    margin-bottom: 0 !important;
}

.blog-innner a span {
    font-size: 13px;
    font-weight: bold;
    margin-top: 4px;
    display: block;
}

.blog-cv-tel {
    background: #ED0505;
}

.blog-cv-line {
    background: #06C755;
}

@media only screen and (max-width:767px) {
    .blog-cv-t {
        font-size: 18px;
    }

    .blog-innner {
        flex-wrap: wrap;
    }

    .blog-innner a {
        width: 100%;
    }

    .blog-cv-tel {
        margin-bottom: 15px;
    }
}

/* 記事監修 */
.author {
    background: #f5f5f5;
    padding: 25px 30px;
    max-width: 710px;
    margin: 60px auto 0;
}

.author-top {
    border-bottom: solid 1px gray;
    font-weight: 600;
}

.author-info {
    display: flex;
    align-items: center;
    margin: 16px 0;
}


.author-info p {
    margin: 0 !important;
}

.author-info img {
    width: 100px;
    margin-right: 30px;
}

.author-text p {
    margin-bottom: 0;
}

.author-text span {
    font-size: 80%;
    color: gray;
}

@media only screen and (max-width:767px) {
    .author-top {
        margin-bottom: 18px !important;
    }

    .author-info img {
        width: 75px;
    }

    .author {
        padding: 20px 25px;
    }
}

/* ページネーション */
.Blogpager {
    margin-top: 20px;
}

span.page-numbers.current {
    height: 39px;
    width: 39px;
    background: #082099;
    color: #fff;
}

.page-numbers {
    border: 2px solid #082099;
    color: #303030;
    line-height: 35px;
    display: inline-block;
    height: 35px;
    width: 35px;
    transition: .3s;
    margin-right: 8px;
}

.page-numbers:hover {
    background: #082099;
    color: #fff;
}

/* 買取メーカー・アイテムのアイテム一覧スライダー */
/* 余白調整 */
.item-ref {
    margin-top: 50px;
}

/* h2以外左に寄せる */
.item-ref-contents {
    text-align: left !important;
}

/* h3の装飾 */
.item-ref-title {
    font-size: 18px;
    margin: 36px 0 24px;
    padding: 5px 0 3px 8px;
    clear: both;
    font-weight: normal;
    border-left: 6px solid #3B4552;
    border-bottom: none;
    line-height: 1;
    text-align: left;
    font-weight: 600;
}

/* Flexかかっているulをブロックにする */
.item-ref-list {
    display: block !important;
}

/* slick */
.item-ref-box .slick-track {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    margin-left: 0 !important;
}

.item-ref-box .slick-slide {
    height: auto !important;
    display: grid !important;
    grid-row: span 4;
    grid-template-rows: subgrid;
    gap: 10px;
    padding: 10px;
    margin: 0 8px !important;
}

.item-ref-box .slick-slide:last-child {
    margin: 0 0 0 8px !important;
}

.item-ref-box .slick-track:before,
.item-ref-box .slick-track:after {
    display: none !important;
}

.item-ref-box ul li div {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 10px;
}

/* ドット */
.item-ref-box .slick-dots {
    justify-content: center;
    position: static;
    margin-top: 16px;
}

.item-ref-box .slick-dots li {
    border: none !important;
    width: auto !important;
}

.item-ref-box p {
    margin-bottom: 0px;
}


/* -----------page-shop.php限定-------------- */
.page-template-page-shop .wrap {
    text-align: center;
}

@media only screen and (max-width:970px) {
    .page-template-page-shop .wrap {
        margin-right: 0;
        margin-left: 0;
    }

}



.page-template-page-shop .cv-satei {
    padding-top: 55px;
    margin-top: 40px;
}

.page-template-page-shop section#results-list {
    margin-bottom: 0;
    margin-top: 10px;
}

.page-template-page-shop #results-list>p {
    margin: 0;
}


.page-template-page-shop .footer-wrap {
    padding: 1em 0 3em;
}




/* -----------page-prefectures.php限定-------------- */

.page-template-page-prefectures .cv__satei {
    padding: 60px 16px;
}


.page-template-page-prefectures #genre-list {

    padding: 0 5px;
}







@media only screen and (max-width:767px) {
    .page-template-page-prefectures .prefectures-strength h2 {
        margin: 0;
    }

    .page-template-page-prefectures .shop-list-h2 {
        margin: 0;
    }
}



/* 新コンバージョンエリア（査定 <section class="cv__satei">） */
.cv__satei {
    padding: 60px 16px;
}

.cv__satei__inner {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.cv__satei__ttl {
    color: #010f18 !important;
    font-size: 20px !important;
    letter-spacing: 1px;
    background: #fff !important;
    border: solid 3px #426837;
    border-radius: 7px;
    max-width: 480px;
    width: 95%;
    margin: 0 auto;
    padding: 9px 1%;
    position: relative;
    text-align: center;
    display: inline-block;
    line-height: 1;
    font-weight: bold;
}

.cv__satei__ttl::before {
    content: "";
    display: block;
    width: 3%;
    padding-top: 3%;
    background-color: #426837;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    position: absolute;
    top: 100%;
    right: 50%;
}


.cv__satei__ttl::after {
    content: "";
    display: block;
    width: calc(3% - 3px);
    padding-top: calc(3% - 3px);
    background-color: #fff;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    position: absolute;
    top: 97%;
    right: 50.2%;
}

.cv__satei__text {
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    text-align: center;
    margin-top: 32px;
}

.cv__satei__list {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}

.cv__satei__list li {
    width: 32%;
}

.cv__satei__link {
    display: block;
}

@media only screen and (max-width: 767px) {
    .cv__satei__list {
        flex-wrap: wrap;
    }

    .cv__satei__list li {
        width: 100%;
        max-width: 320px;
        margin: 0 auto 30px;
    }

    .cv__satei__ttl {
        font-size: 18px !important;
    }

    .cv__satei__text {
        text-align: left;
    }
}

.cv__satei__list li:hover {
    opacity: 0.7;
    transition: .3s;
}



.cv__satei__tel {
    background: #217fd6;
    border-bottom: solid 5px #1d67ab;
    position: relative;
}

.cv__satei__tel a::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-right: 10px;
    background-image: url(/img/icon/tel.png);
    background-size: contain;
    vertical-align: middle;
    top: 27%;
    left: 20px;
    line-height: 1;
}

.cv__satei__tel a::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/img/icon/cv-next.png);
    background-size: contain;
    vertical-align: middle;
    top: 37%;
    right: 22px;
    line-height: 1;
}



.cv__satei__mail {
    background: #cc4836;
    border-bottom: solid 5px #ad3d2e;
    position: relative;
}

.cv__satei__mail a::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-right: 10px;
    background-image: url(/img/icon/web.png);
    background-size: contain;
    vertical-align: middle;
    top: 27%;
    left: 20px;
    line-height: 1;
}

.cv__satei__mail a::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/img/icon/cv-next.png);
    background-size: contain;
    vertical-align: middle;
    top: 37%;
    right: 22px;
    line-height: 1;
}

.cv__satei__line {
    background: #2dbe61;
    border-bottom: solid 5px #2aa757;
    position: relative;
}

.cv__satei__line a::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-right: 10px;
    background-image: url(/img/icon/line.png);
    background-size: contain;
    vertical-align: middle;
    top: 27%;
    left: 20px;
    line-height: 1;
}

.cv__satei__line a::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/img/icon/cv-next.png);
    background-size: contain;
    vertical-align: middle;
    top: 37%;
    right: 22px;
    line-height: 1;
}

@media only screen and (max-width: 950px) {

    .cv__satei__line a::before,
    .cv__satei__line a::after,
    .cv__satei__tel a::before,
    .cv__satei__tel a::after,
    .cv__satei__mail a::before,
    .cv__satei__mail a::after {
        display: none;
    }


}

@media only screen and (max-width: 767px) {

    .cv__satei__line a::before,
    .cv__satei__line a::after,
    .cv__satei__tel a::before,
    .cv__satei__tel a::after,
    .cv__satei__mail a::before,
    .cv__satei__mail a::after {
        display: inline-block;
    }
}

@media only screen and (max-width: 340px) {

    .cv__satei__line a::before,
    .cv__satei__line a::after,
    .cv__satei__tel a::before,
    .cv__satei__tel a::after,
    .cv__satei__mail a::before,
    .cv__satei__mail a::after {
        display: none;
    }
}


.cv__satei__sp__top {
    background: #fff;
    color: #333;
    padding: 4px 15px;
    border-radius: 25px;
    margin-top: -8px;
    display: block;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    border: solid 1px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
}

.cv__satei__tel .cv__satei__sp__top {
    border: solid 1px #217fd6;
}

.cv__satei__mail .cv__satei__sp__top {
    border: solid 1px #cc4836;
}

.cv__satei__line .cv__satei__sp__top {
    border: solid 1px #2dbe61;
}

@media only screen and (max-width: 950px) {
    .cv__satei__sp__top {
        width: 85%;
    }
}

@media only screen and (max-width: 767px) {
    .cv__satei__sp__top {
        width: 65%;
    }
}

@media only screen and (max-width: 375px) {
    .cv__satei__sp__top {
        width: 62%;
    }
}

.cv__satei__link p {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin: 12px 0 0;
    text-align: center;
    line-height: 1;

}

.cv__satei__sp__bottom {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin-top: 4px;
    display: block;
    padding-bottom: 8px;
    line-height: 1;

}


/* 店舗ページ 店舗への行き方 アコーディオンあり */
/* デフォルトのアイコンを非表示 */
summary {
    /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
    display: block;
}

summary::-webkit-details-marker {
    /* Safariで表示されるデフォルトの三角形アイコンを消します */
    display: none;
}

/* 全体に余白調整 */
.access-contents {
    padding: 0px 15px;
    margin-bottom: 50px;
}

/* クリックする部分の実装 */
.access-name {
    background: #426837;
    padding: 0.6em;
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
    pointer-events: auto;
}

.summary-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

/* フォントオーサムで下矢印を実装し、rotateクラス付与時に回転させる */
.chevron-down::before {
    font-family: "Font Awesome 5 Free";
    content: '\f078';
    font-weight: 900;
}

.chevron-down {
    transition: 0.4s;
}

.chevron-down.rotate {
    transform: rotate(180deg);
}

/* アコーディオンの中身の実装 */
.access-content {
    display: none;
}

.access-list {
    overflow: hidden;
    border: 3px solid #3f4c6b;
}

.access-item {
    padding: 24px 15px;
}

.access-text {
    margin-top: 5px;
}

@media screen and (min-width:768px) {
    .access-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .access-item {
        width: 33%;
    }
}

@media screen and (min-width:950px) {
    .access-name {
        pointer-events: none;
    }

    .chevron-down {
        display: none;
    }

    .access-content {
        display: block;
    }
}



/* 都道府県ページ  (page-prefectures.php) */

.region-top {
    background: url(/img/gun-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 15px;
}

.regioin-container {
    display: flex;
    max-width: 1100px;
    background: #fff;
    margin: 0 auto;
    padding: 0px 10px;
    align-items: center;
}

.regioin-container-left {
    width: 50%;
    padding: 40px 0px 10px;
    text-align: center;
}

.regioin-container-right {
    width: 50%;
    position: relative;
}

.regioin-container-left .regioin-item {
    background: #7E8806;
}

.regioin-item-p {
    background: #426837;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 10px 20px 5px 20px;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.5;
}

.regioin-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
}

.regioin-title span {
    font-size: 36px;
    color: #426837;
}

.regioin-container-left p {
    text-align: center;
}

/* .regioin-container-right img {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
} */

.prefectures-result {
    max-width: 1100px;
    margin: auto;
}

@media only screen and (max-width:767px) {
    .regioin-container {
        display: block;
    }

    .regioin-container-left {
        width: 100%;
        padding: 30px 0px 0px;
    }

    .regioin-container-right {
        width: 100%;
    }

    .regioin-title {
        font-size: 18px;
    }

    .regioin-item-p {
        font-size: 18px;
    }

    .regioin-title span {
        font-size: 22px;
    }

    .region-top {
        padding: 50px 15px;
    }

    .regioin-container-right img {
        margin-bottom: 20px;
        position: initial;
        top: auto;
        left: auto;
        transform: none;
    }

    .regioin-container-right {
        width: 100%;
        position: static;
        text-align: center;
    }
}

.genre-mv {
    background: url(/img/genre/genre-main-bg.jpg) no-repeat center center / cover;
}

.genre-mv picture {
    max-width: 1100px;
    margin: 0 auto;
    display: block;
}


/* 新アイテムページ タブありとスライダー前提 */
/* タブの表示・非表示 */
.tab-content {
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease;
}

.tab-content.new-active {
    visibility: visible;
    opacity: 1;
    height: auto;
    overflow: visible;
    transition: opacity 0.3s ease;
}

/* タブの部分 */
.new-item-contents {
    max-width: 1100px;
    padding: 0px 15px;
    line-height: 1.4;
    margin: 0 auto;
}

.new-tabs {
    display: flex;
    justify-content: space-between;
    margin: 2em auto 0;
}

.new-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24%;
    background: #efefef;
    color: #333;
    padding: 1em 0;
    font-size: 14px;
    cursor: pointer;
    transition: 0.5s;
    font-weight: bold;
}

.new-tab:hover {
    opacity: 0.7;
}

.new-tab.new-active {
    background: #426837;
    color: #fff;
}

/* タブの中身 */
.tab-contents {
    margin: 0 auto;
    /* border:4px solid #0DB8CF; */
    padding: 20px 0px;
}

.new-item-gun {
    margin-top: 32px;
}

.new-item-gun+.new-item-gun {
    margin-top: 48px;
}

.new-item-gun h3 {
    text-align: left;
    /* border-bottom: 3px solid #4d4d4d; */
}

.new-item-box ol {
    line-height: 0;
}

.new-item-box ol li {
    padding: 0.5em;
    font-size: 14px;
    text-align: center;
    /* border: 1px solid #ddd; */
    box-sizing: border-box;
    margin-top: 30px;
    margin-right: 10px;
    background: #fff;
}

.new-item-box ol li div {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 10px;
}

.new-item-box ol li div .item-name {
    font-weight: bold;
    margin-bottom: 0;
    user-select: text;
}

.new-item-box ol li div .item-price {
    font-size: 14px;
    font-weight: bold;
    align-self: end;
}

.new-item-box ol li div .item-price span {
    display: block;
    color: #f00;
    font-size: 18px;
}

/* slick */
.new-item-box .slick-track {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.new-item-box .slick-slide {
    height: auto !important;
    display: grid !important;
    grid-row: span 3;
    grid-template-rows: subgrid;
    gap: 10px;
}


/* ドット */

.slick-dots {
    bottom: -50px;
}

.new-item-box .slick-dots {
    margin-top: 16px;
}

@media screen and (max-width:767px) {

    .new-item-box .slick-slide {
        display: block !important;
    }

    .new-item-box .slick-dots {
        margin-top: 0;
    }

    .slick-dots {
        bottom: -10px;
    }
}


.new-item-box .slick-track:before,
.new-item-box .slick-track:after {
    display: none !important;
}


.new-item-box .slick-dots li {
    border: none !important;
}

@media screen and (min-width:767px) {
    .new-item-box ol li div .item-price span {
        display: inline-block;
    }
}

dd.local-link a {
    text-decoration: underline;
    color: #0000FF;
}

.page .post-content ul {
    text-align: center;
}


/* 買取参考価格についての注意書き text-attention*/

.page .post-content .text-attention {
    font-size: 14px;
    text-align: center;
    padding: 0 0 20px 0;
    color: #333;
    margin-top: 25px;
}

@media screen and (max-width:767px) {
    .page .post-content .text-attention {
        font-size: 10px;
        text-align: center;
        color: #333;
        line-height: 1.4;
        margin-bottom: 10px;
        margin-top: 0;
    }
}

.highlight {
    background: linear-gradient(to top, yellow 50%, transparent 50%);
}



/* よくある質問 高く売るコツ */


/* よくある質問 */
.q_and_a {
    margin-top: 50px;
}

.qa__title {
    font-size: 19px;
    font-weight: bold;
    margin: 2em auto 0;
    padding: 0.6em;
    color: #fff;
    background: #426837;
    line-height: 1;
    max-width: 1100px;
    text-align: center;
}

.accordion-container {
    max-width: 1100px;
    margin: auto;
    padding: 15px 0px;
    border-radius: 8px;
}

.custom-accordion {
    margin-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.custom-accordion:last-child {
    border-bottom: none;
}

.custom-accordion button {
    width: 100%;
    padding: 10px;
    text-align: left;
    background-color: white;
    border: none;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.2s;
    font-size: 16px;
    color: #333;
}

.custom-q-badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    background-color: #426837;
    color: white;
    border-radius: 50%;
    font-weight: bold;
    margin-right: 10px;
    flex-shrink: 0;
    font-size: 20px;
}

.custom-a-badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    background-color: #F56668;
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
    margin-right: 10px;
    flex-shrink: 0;
    font-size: 20px;
}

.custom-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease-in-out, opacity 0.2s ease-in-out;
    opacity: 0;
    padding: 0 10px;
    background-color: #F4F4F4;
    text-align: left;
    color: #333;
}

.custom-accordion-content-container {
    display: flex;
    line-height: 1.5;
    align-items: center;
    padding: 10px 0;
}

.custom-icon {
    margin-left: auto;
    font-size: 25px;
}

/* よくある質問 終わり*/

/* 新査定のポイント */
.satei-container {
    max-width: 1100px;
    margin: 60px auto;
}



.tabs-satei {
    padding: 0 15px;
    margin-top: 50px;
}

.tabs-nav {
    height: 50px;
    display: flex;
    background: #efefef;
    border-radius: 50px;
    margin: 20px 0 40px;
    font-size: 12px;
    line-height: 1.2;
}

.tabs-nav li {
    width: 33.3%;
    display: table;
    height: 50px;
}

.tabs-nav li a {
    border-radius: 50px;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    color: #426837;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}

.tabs-satei>ul li a.active {
    background: #426837;
    color: #fff;
    font-weight: bold;
}



.panel-satei h3 {
    font-size: 24px;
    color: #426837;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-align: center;
}

.panel-satei h3::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50px;
    /* 下線の長さ */
    height: 3px;
    /* 下線の太さ */
    background-color: #426837;
    /* 下線の色 */
    transform: translateX(-50%);
    /* 中央寄せ */
}

.panel-satei p {
    text-align: left;
    line-height: 1.5;
    margin-bottom: 30px;
    color: #333;
}

.panel-satei span {
    background: #426837;
    color: #fff;
    padding: 4px 10px 1px;
    border-radius: 5px;
    margin-right: 10px;
}

.panel-satei h4 {
    text-align: left;
    font-size: 18px;
    margin-bottom: 15px;
    color: #426837;
}

.custom-content-right {
    width: 50%;

}

@media only screen and (min-width: 768px) {
    .tabs-nav li a {
        font-size: 16px;
    }


}



.custom-container {
    display: flex;
    background: white;
    border-radius: 10px;
    justify-content: space-around;
}

.custom-photo {
    width: 40%;
}

.custom-photo img {
    width: 100%;
}

.custom-content {
    background-color: #d7f3ee;
    padding: 20px;
    padding-bottom: 8px;
    margin-bottom: 40px;
}

.custom-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.custom-item-number {
    width: 30px;
    height: 30px;
    background-color: #426837;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 10px;
}

.custom-item-text {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: left;
    line-height: 1.4;
    width: 80%;
}





@media screen and (max-width: 767px) {
    .custom-container {
        display: block;
    }

    .custom-photo {
        width: 100%;
    }


    .custom-content-right {
        width: 100%;
        padding-left: 0px;

    }

    .custom-content {
        margin-top: 40px;
    }

}

/* 新査定のポイント終了 */


/* よくある質問 高く売るコツ 終了 */


/* .page-template-default */

.page-template-page-default #Method-Shop {
    text-align: center;
    margin-top: 45px;
}

body.tax-genre #Method-Shop,
body.page-template-page-items #Method-Shop {
    margin-top: 45px;
    text-align: center;
}

/* .page-template-default 終了*/

/* 404ページレイアウト */

.error404 #PageHeader {
    background-image: url(/img/Bg-FlowHeader.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 240px;
    display: flex;
    align-items: center;
}

.error404 #PageHeader h1 {
    margin: 0 auto;
    color: #404040;
}

@media screen and (max-width: 1200px) {
    .error404 #PageHeader {
        height: 180px;
    }
}

@media screen and (max-width: 767px) {
    .error404 #PageHeader {
        height: 120px;
    }
}

.notfound-wrap {
    max-width: 640px;
    margin: 80px auto;
    padding: 40px 20px;
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.notfound-btn {
    display: inline-block;
    margin-top: 24px;
    padding: 12px 32px;
    background: #111;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.3s;
}

.notfound-btn:hover {
    color: #ff1179;
}




/* ----------------------------------店舗個別ページ CV 始まり-------------------------------------- */
.cv__value {
    padding: 40px 16px 48px;
    max-width: 1020px;
    margin: 0 auto;
    text-align: center;

}

.cv__value-title {
    color: #333;
    font-size: 20px;
    letter-spacing: 1px;
    background: #fff;
    border: solid 3px #F7931E;
    border-radius: 7px;
    max-width: 480px;
    margin: 0 auto;
    padding: 9px 1%;
    position: relative;
    text-align: center;
    font-weight: bold;
    line-height: 1;
}

.cv__value-title::before {
    content: "";
    display: block;
    width: 3%;
    padding-top: 3%;
    background-color: #F7931E;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    position: absolute;
    top: 100%;
    right: 50%;
}


.cv__value-title::after {
    content: "";
    display: block;
    width: calc(3% - 3px);
    padding-top: calc(3% - 3px);
    background-color: #fff;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    position: absolute;
    top: 97%;
    right: 50.2%;
}



.cv__value-text {
    display: inline-block;
    margin: 30px auto 0;
    line-height: 1.4;
    font-size: 16px;
}

.cv__value-list {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}

.cv__value-item {
    width: 32%;
}

.cv__value-btn {
    padding: 28px 0 10px;
    color: #333;
    position: relative;
    text-decoration: none;
    display: block;
}

.cv__value-btn:hover {
    opacity: .7;
}




.cv__value-tel {
    background: #217FD6;
    box-shadow: 0px 5px 0px #1D67AB;
}

.cv__value-line {
    background: #2DBE61;
    box-shadow: 0px 5px 0px #2AA757;
}

.cv__value-mail {
    background: #CC4836;
    box-shadow: 0px 5px 0px #AD3D2E;
}


.cv__value-tp {
    display: block;
    background: #fff;
    color: #333;
    padding: 6px 0px 6px 0px;
    border-radius: 25px;
    margin: -12px auto 0;
    width: 85%;
    font-weight: 600;
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height: 1;
}

.cv__value-tel span.cv__value-tp {
    border: solid 3px #217FD6;
}

.cv__value-line span.cv__value-tp {
    border: solid 3px #2DBE61;
}

.cv__value-mail span.cv__value-tp {
    border: solid 3px #CC4836;
}


.cv__value-btn-text-box {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.cv__value-tel .cv__value-btn-text-box::before {
    content: '';
    display: block;
    width: 42px;
    height: 42px;
    background: url(/img/icon/tel.png) no-repeat center center / contain;
}

.cv__value-tel .cv__value-btn-text-box::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(/img/icon/cv-next.png) no-repeat center center / contain;
}


.cv__value-line .cv__value-btn-text-box::before {
    content: '';
    display: block;
    width: 42px;
    height: 42px;
    background: url(/img/icon/line.png) no-repeat center center / contain;
}

.cv__value-line .cv__value-btn-text-box::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(/img/icon/cv-next.png) no-repeat center center / contain;
}

.cv__value-mail .cv__value-btn-text-box::before {
    content: '';
    display: block;
    width: 42px;
    height: 42px;
    background: url(/img/icon/web.png) no-repeat center center / contain;
}

.cv__value-mail .cv__value-btn-text-box::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(/img/icon/cv-next.png) no-repeat center center / contain;
}

.cv__value-btn-text {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    margin: 0;
}

.cv-span-btn-text {
    display: block;
    font-size: 14px;
}

@media only screen and (max-width: 950px) {

    .cv__value-tel .cv__value-btn-text-box::before,
    .cv__value-tel .cv__value-btn-text-box::after,
    .cv__value-line .cv__value-btn-text-box::before,
    .cv__value-line .cv__value-btn-text-box::after,
    .cv__value-mail .cv__value-btn-text-box::before,
    .cv__value-mail .cv__value-btn-text-box::after {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .cv__value {
        padding: 40px 16px 48px;
    }

    .cv__value-list {
        flex-wrap: wrap;
        gap: 10px 0;
    }

    .cv__value-item {
        width: 100%;
        max-width: 320px;
        margin: 0 auto 30px;
    }

    .cv__value-tel .cv__value-btn-text-box::before,
    .cv__value-tel .cv__value-btn-text-box::after,
    .cv__value-line .cv__value-btn-text-box::before,
    .cv__value-line .cv__value-btn-text-box::after,
    .cv__value-mail .cv__value-btn-text-box::before,
    .cv__value-mail .cv__value-btn-text-box::after {
        display: block;
    }
}


/* ----------------------------------店舗個別ページ CV 終わり-------------------------------------- */



/* ----------------------------------新ブログ 買取の流れ 始まり class="blog__tabs"  --------------------------------------- */

.blog__tabs {
    display: flex;
    cursor: pointer;
    cursor: pointer;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 30px;
}


.blog__tab {
    padding: 10px 0px 5px;
    margin-right: 2px;
    background: #F5F5F5;
    border-radius: 5px;
    font-weight: bold;
    border-bottom: 3px solid #d3d3d3;
    text-align: center;
}

.blog__tab.active {
    color: #fff;
    background-color: #464c51;
    border-bottom: 0px;
}

.blog__content {
    display: none;
    padding: 15px 0px;
}

.blog__content.active {
    display: block;
}

.blog__contents__flow {
    display: flex;
    margin-bottom: 30px;
}

.blog-Method-img {
    width: 40%;
}

.blog-Method-tx {
    width: 60%;
    padding-left: 10px;
}

.blog-Method-tx h4 span {
    color: #5f646b;
}

.blog-custom-item-container {
    margin: 20px 0px;
}

.Blog .contents main .blog-custom-item-container p {
    margin-top: 0px;
}

.blog-custom-item-title {
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
    border-left: 5px solid #333;
    line-height: 1.6;
    padding-left: 8px;
}

.blog-item-list img {
    margin: auto;
}

.blog-item-list {
    padding-bottom: 45px;
    margin-top: 30px;
}

.blog-item-list .slick-slide {
    padding: 5px;
}

.Blog .contents main .blog-item-name {
    margin-bottom: 0px;
}

.blog-item-price {
    margin: 0px;
}

.blog-item-price span {
    color: #F23A29;
    padding-left: 5px;
}

.blog-diving-price-box {
    width: 80%;
    margin: auto;
    color: #666;
}

.blog-diving-price-box p {
    user-select: text;
}

.blog-shop-lists-box {
    margin-top: 30px;
}

.tradeland-table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    margin: 30px auto;
    font-family: "Helvetica Neue", sans-serif;
}

.tradeland-th,
.tradeland-td {
    border: 1px solid #ddd;
    padding: 12px;
}

.tradeland-th {
    background-color: #f5f5f5;
    font-weight: bold;
}

.tradeland-td {
    font-size: 18px;
    color: #F23A29;
    font-weight: bold;
}

.tradeland-button {
    display: inline-block;
    background-color: #0c994c;
    color: #fff;
    padding: 20px 0px;
    width: 50%;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.tradeland-button:hover {
    background-color: #096332;
}

@media screen and (max-width:767px) {
    .blog__contents__flow {
        display: block;
    }

    .blog-Method-img {
        width: 100%;
    }

    .blog-Method-tx {
        width: 100%;
        padding-left: 0px;
    }

    .blog-shop-lists {
        display: block;
    }

    .blog-shops-lists-img-box {
        width: 100%;

    }

    .blog-shops-lists-address {
        width: 100%;
        padding-left: 0px;
    }

    .blog-shop-lists-btn-box {
        position: relative;
        text-align: center;
        margin-top: 40px;
    }

    .blog-shop-lists-btn-box a {
        padding: 8px 80px 5px;
    }

    .tradeland-button {

        width: 80%;

    }
}

.blog-container {
    background: #eee;
    padding-top: 10px;
}



/* ----------------------------------新ブログ 買取の流れ 終わり class="blog__tabs"  --------------------------------------- */



/* ----------------------------------新ブログ 全体 始まり --------------------------------------- */

.post-meta-area {
    border-bottom: 0;
}

.post-header {
    border-bottom: solid 3px #312f2d;
}

.post-content p.blog-item-name {
    margin-bottom: 0;
}

.post-content p.blog-item-price {
    margin-bottom: 0;
    margin-top: 5px;
}

.post-content .blog-notice {
    font-size: 12px;
    text-align: center;
    color: #a5a5a5;
}

.single-post .post-content p {
    margin-bottom: 15px;
}

.post-content h4 {
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    border-left: 0;
    padding-left: 0;
}

.post-content ul {
    list-style-type: none;
}

.single-post .blog-Method-tx a {
    display: inline-block;
}

.post-link-nav {
    margin-top: 2em;
}

.post-link-list {
    display: flex;
    justify-content: space-between;
}

.post-link-item {
    width: 30%;
}

.post-link-item>a {
    color: #fff;
    background: #312f2d;
    padding: 0.8em;
    display: block;
    text-align: center;
}
