@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.4
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
* {
    text-wrap: pretty;
}

.header {
    display: none;
}

.searchandfilter ul li.sf-field-taxonomy-company_type {
    display: none;
}

.article-header.entry-header .eye-catch-wrap {
    display: none;
}

.article-header.entry-header .date-tags {
    display: none;
}

.fv_content {
    position: relative;
}

.fv_content figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 24px;
    background-color: #000000ce;
    color: #fff;
    text-align: center;
}

.header .header-in {
    height: 1px;
}

.star-wrap:before {
    content: none !important;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
    /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px) {

    /*必要ならばここにコードを書く*/
    .content {
        margin-top: 0px;
    }

    main.main {
        padding: 8px 16px 32px;
        margin: 0px 0 12px;
    }
}

/*480px以下*/
@media screen and (max-width: 480px) {
    /*必要ならばここにコードを書く*/
}


article.article.type-ranking #toc {
    display: none;
}

article.article p {
    margin-bottom: 1em;
}

article.article h1.entry-title {
    margin: 0;
    padding: 0 6px;
}

article.article h2 {
    margin: 1.4em 0 .8em;
    padding: 0 0 5px;
    border-bottom: solid 3px #ca885b;
    background: none;
}

article.article h2.special {
    position: relative;
    padding: 10px 18px 11px 40px;
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(90deg, #FFB347, #FF7A3C);
    color: #fff;
    border-bottom: none;
}

article.article h2.border-none {
    border-bottom: none;

}

article.article h2.fill {
    padding: .5em 1em;
    border: none;
    background: #3d325e;
    background-image: url(../../../../../../../themes/cocoon-child-master/css/img/camera.png);
    background-blend-mode: soft-light;
    background-size: cover;
    background-position-y: center;
    color: #fff;
}

article.article h2.front-headline {
    border: none;
    padding: 0;
    text-align: center;
    font-size: 20px;
}

@media (max-width: 480px) {
    article.article h2.front-headline {
        font-size: 16px;
    }
}

article.article h2.front-headline span {
    display: inline;
}

@media (max-width: 600px) {
    article.article h2.front-headline span {
        display: block;
    }
}

article.article h3.wp-block-heading {
    position: relative;
    margin: 1.5em 4em 1em;
    border: double 6px #4d4d4d;
    border-width: 6px 0;
    padding: .5em 0;
    background: #fff;
    text-align: center;
    font-size: 20px;
    color: #f39800;
}

@media (max-width: 639px) {
    article.article h3.wp-block-heading {
        margin: .5em 1em;
        padding: .75em 1.5em;
    }
}

@media (max-width: 480px) {
    article.article h3.wp-block-heading {
        text-align: left;
        font-size: 18px;
    }
}

article.article h4 {
    border: none;
}

article.article h4.front-headline-description {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 480px) {
    article.article h4.front-headline-description {
        font-size: 12px;
    }
}

article.article h4.front-headline-description+h2 {
    margin-top: 0;
}

article.article .marker-stripe-yellow {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% .5em;
    background-image: repeating-linear-gradient(135deg, #ff9 0, #ff9 2px, transparent 2px, transparent 4px);
}

article.article .marker-stripe-red {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% .5em;
    background-image: repeating-linear-gradient(135deg, #ffd0d1 0, #ffd0d1 2px, transparent 2px, transparent 4px);
}

article.article .marker-stripe-blue {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% .5em;
    background-image: repeating-linear-gradient(135deg, #a8dafb 0, #a8dafb 2px, transparent 2px, transparent 4px);
}

article.article .red,
article.article .bold-red {
    color: #b90303;
}

article.article .eye-catch-wrap {
    display: flex;
    justify-content: center;
}

article.article div.banner-top3__container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

@media (max-width: 480px) {
    article.article div.banner-top3__container {
        flex-direction: column;
    }
}

article.article div.banner-top3__container .banner-top3 {
    margin-bottom: 1em;
    padding: 12px;
    width: 30%;
    border: solid 2px #3d325e;
    border-radius: 10px;
    background: #fff;
    color: inherit;
    text-decoration: none
}

article.article div.banner-top3__container .banner-top3:hover {
    box-shadow: 0 0 4px 3px #ece7f9;
    transition: 0.3s
}

article.article div.banner-top3__container .banner-top3:last-child {
    margin-bottom: 1em
}

@media (max-width: 480px) {
    article.article div.banner-top3__container .banner-top3 {
        width: 100%;
        padding: 6px;
        margin-bottom: .5em
    }
}

article.article div.banner-top3__container .banner-top3__wrap {
    margin-bottom: .5rem;
    padding: 0
}

@media (max-width: 480px) {
    article.article div.banner-top3__container .banner-top3_header-container {
        display: flex
    }
}

article.article div.banner-top3__container .banner-top3_header {
    display: flex;
    align-items: center;
    margin-bottom: .5em;
    white-space: nowrap;
    align-items: flex-start
}

@media (max-width: 480px) {
    article.article div.banner-top3__container .banner-top3_header {
        flex-direction: column
    }
}

article.article div.banner-top3__container .banner-top3_rank {
    position: relative;
    margin-right: .25rem;
    padding: .25rem 1rem .5em;
    background: #dadada;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 10px), 0 100%);
    font-size: 12px;
    font-weight: 800;
    margin-top: -14px;
    padding: 24px 1rem 20px
}

@media (max-width: 639px) {
    article.article div.banner-top3__container .banner-top3_rank {
        padding: 12px .5rem 10px
    }
}

@media (max-width: 480px) {
    article.article div.banner-top3__container .banner-top3_rank {
        margin: -8px 0 0;
        padding-top: 5px;
        font-size: 10px
    }
}

article.article div.banner-top3__container .banner-top3_rank .rank {
    font-size: 20px
}

@media (max-width: 480px) {
    article.article div.banner-top3__container .banner-top3_rank .rank {
        font-size: 16px
    }
}

article.article div.banner-top3__container .banner-top3_point {
    font-size: 32px;
    font-weight: 800;
    color: #b90303
}

@media (max-width: 639px) {
    article.article div.banner-top3__container .banner-top3_point {
        font-size: 24px
    }
}

@media (max-width: 480px) {
    article.article div.banner-top3__container .banner-top3_point {
        font-size: 16px
    }
}

article.article div.banner-top3__container .banner-top3_logo {
    text-align: center
}

@media (max-width: 480px) {
    article.article div.banner-top3__container .banner-top3_logo {
        margin: 3px 6px
    }
}

article.article div.banner-top3__container .banner-top3_catchcopy {
    font-size: 14px
}

@media (max-width: 639px) {
    article.article div.banner-top3__container .banner-top3_catchcopy {
        line-height: 1.6
    }
}

@media (max-width: 480px) {
    article.article div.banner-top3__container .banner-top3_catchcopy {
        font-size: 13px
    }
}

article.article div.banner-top3__container .banner-top3 .rank-color-1 {
    background: #edcd56
}

article.article div.banner-top3__container .banner-top3 .rank-color-2 {
    background: #d0d0e1
}

article.article div.banner-top3__container .banner-top3 .rank-color-3 {
    background: #d9c4aa
}

article.article .wp-block-table {
    overflow: scroll;
    float: none;
    width: 100%;

}

.compare-table {
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
}

.compare-table.is-dragging {
    cursor: grabbing;
}

article.article .wp-block-table tbody td {
    border: solid 2px #3d325e
}

article.article .wp-block-table.header-top tr:first-child {
    background: #3d325e;
    color: #fff
}

article.article .wp-block-table.header-top tr:first-child td:not(:last-child) {
    border-right-color: #fff
}

article.article .wp-block-table.header-left tr:not(:last-child) {
    border-bottom-color: #fff
}

article.article .wp-block-table.header-left td:first-child {
    background: #3d325e;
    color: #fff
}

article.article .wp-block-table.compare-table .scroll-hint.is-right-scrollable {
    background-color: #fff;
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0))
}

article.article .wp-block-table.compare-table table tr td {
    border: solid 1px #cfcfcf;
    min-width: 300px;
    text-align: center;
}

@media (max-width: 600px) {
    article.article .wp-block-table.compare-table table tr td {
        min-width: 250px
    }
}

@media (max-width: 480px) {
    article.article .wp-block-table.compare-table table tr td {
        min-width: 180px
    }
}

article.article .wp-block-table.compare-table table tr td [class^=inline-button-] {
    position: relative;
    overflow: hidden;
    margin: 1em;
    padding: .5em 1.5em;
    border: none;
    box-shadow: 0 4px 0 #0a850e;
    border-radius: 10px;
    background: #3abe3f;
    text-align: center;
    font-size: 16px
}

article.article .wp-block-table.compare-table table tr td [class^=inline-button-].animation {
    animation: dent 3s infinite
}

article.article .wp-block-table.compare-table table tr td [class^=inline-button-].color-02 {
    background: #ee3f3e;
    box-shadow: 0 4px 0 #af2928
}

article.article .wp-block-table.compare-table table tr td [class^=inline-button-].color-02 .copy {
    border-color: #ee3f3e;
    color: #ee3f3e
}

article.article .wp-block-table.compare-table table tr td [class^=inline-button-].color-02.animation {
    animation: dent-color02 3s infinite
}

article.article .wp-block-table.compare-table table tr td [class^=inline-button-].color-03 {
    background: #c4c4c4;
    box-shadow: 0 4px 0 #9b9b9b
}

article.article .wp-block-table.compare-table table tr td [class^=inline-button-].color-03 .copy {
    border-color: #c4c4c4;
    color: #606060
}

article.article .wp-block-table.compare-table table tr td [class^=inline-button-].color-03 a {
    color: #606060
}

article.article .wp-block-table.compare-table table tr td [class^=inline-button-].color-03.animation {
    animation: dent-color03 3s infinite
}

@media (max-width: 600px) {
    article.article .wp-block-table.compare-table table tr td [class^=inline-button-] {
        margin: 0;
        font-size: 12px
    }
}

@media (max-width: 480px) {
    article.article .wp-block-table.compare-table table tr td [class^=inline-button-] {
        margin: 0;
        font-size: 12px
    }
}

article.article .wp-block-table.compare-table table tr td [class^=inline-button-] a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    display: block;
    font-size: 16px;
    line-height: 3
}

@media (max-width: 600px) {
    article.article .wp-block-table.compare-table table tr td [class^=inline-button-] a {
        font-size: 14px;
        white-space: nowrap
    }
}

@media (max-width: 480px) {
    article.article .wp-block-table.compare-table table tr td [class^=inline-button-] a {
        font-size: 14px;
        white-space: nowrap
    }
}

article.article .wp-block-table.compare-table table tr td [class^=inline-button-]:hover {
    border: none
}

@keyframes dent {
    0% {
        transform: none;
        box-shadow: 0 4px 0 #0a850e
    }

    15% {
        transform: translateY(4px);
        box-shadow: 0 0 0 #0a850e
    }

    30% {
        transform: none;
        box-shadow: 0 4px 0 #0a850e
    }
}

@keyframes dent-color02 {
    0% {
        transform: none;
        box-shadow: 0 4px 0 #af2928
    }

    15% {
        transform: translateY(4px);
        box-shadow: 0 0 0 #af2928
    }

    30% {
        transform: none;
        box-shadow: 0 4px 0 #af2928
    }
}

@keyframes dent-color03 {
    0% {
        transform: none;
        box-shadow: 0 4px 0 #9b9b9b
    }

    15% {
        transform: translateY(4px);
        box-shadow: 0 0 0 #9b9b9b
    }

    30% {
        transform: none;
        box-shadow: 0 4px 0 #9b9b9b
    }
}

article.article .wp-block-table.compare-table table tr td [class^=inline-button-]::after {
    content: "";
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite
}

@keyframes shiny {
    0% {
        left: -20%
    }

    10% {
        left: 120%
    }

    100% {
        left: 120%
    }
}

article.article .wp-block-table.compare-table table tr td .badge-red {
    background-color: #ff5a5a;
    font-size: 11px
}

article.article .wp-block-table.compare-table table tr td .badge-blue {
    background-color: #00a4c8;
    font-size: 11px
}

article.article .wp-block-table.compare-table table tr td .badge-yellow {
    background-color: #ffe159;
    font-size: 11px
}

article.article .wp-block-table.compare-table table tr td .inline-button-red {
    box-shadow: 0 4px 0 #6a0707;
    background: #a62626
}

article.article .wp-block-table.compare-table table tr td .inline-button-green {
    box-shadow: 0 4px 0 #0a850e;
    background: #3abe3f
}

article.article .wp-block-table.compare-table table tr td img {
    margin: 8px 0;
    width: auto !important;
    max-width: 200px;
    max-height: 200px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width: 600px) {
    article.article .wp-block-table.compare-table table tr td img {
        max-width: 150px;
        max-height: 150px
    }
}

@media (max-width: 480px) {
    article.article .wp-block-table.compare-table table tr td img {
        margin: 0;
        max-width: 100%;
        max-height: initial;
        aspect-ratio: 16 / 9;

    }

    article.article .wp-block-table.compare-table table tr:nth-child(n+4) td img {
        max-height: 38px !important;
        padding-bottom: 8px;
    }

    article.article .wp-block-table.compare-table table tr td p {
        margin-bottom: 0;
    }
}

article.article .wp-block-table.compare-table table tr td:first-child {
    min-width: 140px;
    background: #d65b09;
    color: #fff;
    left: 0;
    z-index: 99;

}

@media (max-width: 833px) {
    article.article .wp-block-table.compare-table table tr td:first-child {
        min-width: 125px
    }
}

@media (max-width: 600px) {
    article.article .wp-block-table.compare-table table tr td:first-child {
        min-width: 100px
    }
}

@media (max-width: 480px) {
    article.article .wp-block-table.compare-table table tr td:first-child {
        min-width: 75px
    }
}

article.article .wp-block-table.compare-table table tr:first-child td {
    height: 50px
}

@media (max-width: 600px) {
    article.article .wp-block-table.compare-table table tr:first-child td {
        height: 40px
    }
}

@media (max-width: 480px) {
    article.article .wp-block-table.compare-table table tr:first-child td {
        height: 30px !important
    }
}

@media (max-width: 480px) {
    article.article .wp-block-table.compare-table table tr:first-child td img {
        margin: 8px 0
    }
}

article.article .wp-block-table.compare-table table tr:first-child td:nth-child(n+2) span.badge {
    display: inline-block;
    height: 37px;
    position: relative;
    padding: 0 1rem 10px;
    background: #deded3;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 10px), 0 100%);
    font-weight: 800;
    color: inherit
}

@media (max-width: 480px) {
    article.article .wp-block-table.compare-table table tr:first-child td:nth-child(n+2) span.badge {
        height: 32px;
        font-size: 10px
    }

    article.article .wp-block-table.compare-table table tr:first-child td:nth-child(n+2) span.badge .fz-18px {
        font-size: 14px
    }
}

article.article .wp-block-table.compare-table table tr:first-child td:nth-child(2) span.badge {
    background: #edcd56
}

article.article .wp-block-table.compare-table table tr:first-child td:nth-child(3) span.badge {
    background: #d0d0e1
}

article.article .wp-block-table.compare-table table tr:first-child td:nth-child(4) span.badge {
    background: #d9c4aa
}

@media (max-width: 480px) {
    article.article .wp-block-table.compare-table table tr:nth-child(2) td a:nth-child(3) {
        display: inline-block;
        min-height: 35px
    }
}

@media (max-width: 480px) {
    article.article .wp-block-table.compare-table table tr:nth-child(2) td img {
        margin: 8px 0
    }
}

article.article .wp-block-table.compare-table table tr:nth-child(n+4) td img {
    max-height: 50px
}

article.article .wp-block-table.compare-table.no-rank table tr:first-child {
    display: none
}

article.article .wp-block-table.compare-table .scrollable-table {
    margin-bottom: 2em
}

article.article .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f3f2f8
}

article.article .wp-block-table.is-style-stripes tbody tr:first-child {
    background-color: #fff
}

article.article .wp-block-buttons {
    justify-content: center;
    position: relative;
    margin-top: 2rem
}

@media (max-width: 480px) {
    article.article .wp-block-buttons {
        margin: 1em 0
    }
}

article.article .wp-block-buttons .wp-block-button {
    width: 100%;
    border-radius: 12px;
    box-shadow: 6px 6px 0px #0000008f;
    overflow: clip;
    transition: 0.4s;
}

article.article .wp-block-buttons .wp-block-button:hover {
    border: none;
    opacity: 0.8;
    box-shadow: none !important;
    transform: translate(6px);
}

article.article .wp-block-buttons .wp-block-button .wp-block-button__link {
    width: 100%;
    background: #4d388a;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    color: #fff
}

@media (max-width: 480px) {
    article.article .wp-block-buttons .wp-block-button .wp-block-button__link {
        padding: 1em .5em;
        padding-left: .65em;
        font-size: 16px
    }
}

article.article .wp-block-buttons .wp-block-button .wp-block-button__link .cta__container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -.25em
}

article.article .wp-block-buttons .wp-block-button .wp-block-button__link .cta__container img {
    margin-right: 10px;
    width: 40px
}

@media (max-width: 639px) {
    article.article .wp-block-buttons .wp-block-button .wp-block-button__link .cta__container img {
        width: 30px
    }
}

@media (max-width: 480px) {
    article.article .wp-block-buttons .wp-block-button .wp-block-button__link .cta__container img {
        margin-right: 5px;
        width: 20px
    }
}

article.article .wp-block-buttons .wp-block-button .wp-block-button__link .cta_body {
    display: flex;
    flex-direction: column;
    font-weight: 800;
    font-size: 24px;
    text-align: left
}

@media (max-width: 639px) {
    article.article .wp-block-buttons .wp-block-button .wp-block-button__link .cta_body {
        flex-direction: row
    }
}

@media (max-width: 480px) {
    article.article .wp-block-buttons .wp-block-button .wp-block-button__link .cta_body {
        font-size: 18px
    }
}

article.article .wp-block-buttons .wp-block-button .wp-block-button__link .cta-text_underline {
    display: inline-block;
    border-bottom: solid 2px #fff67c;
    line-height: 1.1;
    color: #fff67c
}

article.article .wp-block-buttons .wp-block-button .wp-block-button__link .cta-large_body {
    text-align: left
}

article.article .wp-block-buttons .wp-block-button .wp-block-button__link .cta-large_main {
    font-weight: 800;
    font-size: 32px
}

@media (max-width: 480px) {
    article.article .wp-block-buttons .wp-block-button .wp-block-button__link .cta-large_main {
        font-size: 20px
    }
}

article.article .wp-block-buttons .wp-block-button .wp-block-button__link .cta-large_sub {
    margin-top: .5em;
    font-weight: 400;
    font-size: 18px
}

@media (max-width: 480px) {
    article.article .wp-block-buttons .wp-block-button .wp-block-button__link .cta-large_sub {
        font-size: 11px
    }
}

article.article .wp-block-buttons.button-white {
    margin-top: 0
}

article.article .wp-block-buttons.button-white .wp-block-button .wp-block-button__link {
    background: #fff;
    border: solid 2px #333;
    box-shadow: none;
    font-size: 20px;
    color: #333
}

@media (max-width: 480px) {
    article.article .wp-block-buttons.button-white .wp-block-button .wp-block-button__link {
        padding: .5em;
        font-size: 16px
    }
}

article.article .wp-block-buttons .wp-block-button.primary-cta {
    border-radius: 12px;
    box-shadow: 6px 6px 0px #0000008f;
}

article.article .wp-block-buttons .wp-block-button.primary-cta.animation {
    animation: dent-large 2s infinite
}

article.article .wp-block-buttons .wp-block-button.primary-cta.color-02 {
    box-shadow: 0 6px 0 #af2928
}

article.article .wp-block-buttons .wp-block-button.primary-cta.color-02.animation {
    animation: dent-large-color02 2s infinite
}

article.article .wp-block-buttons .wp-block-button.primary-cta.color-02 .wp-block-button__link {
    background: #ee3f3e
}

article.article .wp-block-buttons .wp-block-button.primary-cta.color-02 .wp-block-button__link>.copy {
    color: #ee3f3e;
    border-color: #ee3f3e
}

article.article .wp-block-buttons .wp-block-button.primary-cta.color-02 .wp-block-button__link .badge-green {
    background: #af2928
}

article.article .wp-block-buttons .wp-block-button.primary-cta .wp-block-button__link {
    background: #0095d9;
}

article.article .wp-block-buttons .wp-block-button.primary-cta .wp-block-button__link .badge-green {
    display: inline-block;
    margin: 0 1em;
    padding: 5px 10px;
    min-width: 80px;
    border-radius: 5px;
    background: #0a850e;
    text-align: center
}

@media (max-width: 480px) {
    article.article .wp-block-buttons .wp-block-button.primary-cta .wp-block-button__link .badge-green {
        margin: 0 .5em;
        padding: 3px 5px;
        border-radius: 3px;
        min-width: 55px;
        font-size: 9px
    }
}

@keyframes dent-large {
    0% {
        transform: none;
        box-shadow: 0 6px 0 #0a850e
    }

    15% {
        transform: translateY(6px);
        box-shadow: 0 0 0 #0a850e
    }

    30% {
        transform: none;
        box-shadow: 0 6px 0 #0a850e
    }
}

@keyframes dent-large-color02 {
    0% {
        transform: none;
        box-shadow: 0 6px 0 #af2928
    }

    15% {
        transform: translateY(6px);
        box-shadow: 0 0 0 #af2928
    }

    30% {
        transform: none;
        box-shadow: 0 6px 0 #af2928
    }
}

article.article .wp-block-buttons .wp-block-button.shine-cta {
    position: relative;
    overflow: hidden
}

article.article .wp-block-buttons .wp-block-button.shine-cta::after {
    content: "";
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    animation-name: shiny-cta;
    animation-duration: 4s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite
}

@keyframes shiny-cta {
    0% {
        left: -20%
    }

    10% {
        left: 120%
    }

    100% {
        left: 120%
    }
}

article.article .wp-block-buttons .wp-block-button.shine-cta-large {
    position: relative;
    overflow: hidden
}

article.article .wp-block-buttons .wp-block-button.shine-cta-large::after {
    content: "";
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    animation-name: shiny-cta;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite
}



article.article .wp-block-cocoon-blocks-micro-text.micro-cta {
    text-align: center;
    font-size: 18px;
    font-weight: 800
}

@media (max-width: 480px) {
    article.article .wp-block-cocoon-blocks-micro-text.micro-cta {
        font-size: 16px
    }
}

article.article .wp-block-cocoon-blocks-micro-text.micro-cta span {
    position: relative;
    top: 1.5em
}

@media (max-width: 480px) {
    article.article .wp-block-cocoon-blocks-micro-text.micro-cta span {
        top: 1.25em
    }
}

article.article .wp-block-cocoon-blocks-micro-text.micro-cta span::before {
    content: "";
    display: block;
    height: 18px;
    width: 10px;
    position: absolute;
    top: 1px;
    left: -10px;
    border-left: solid 2px #000;
    transform: rotate(-20deg)
}

article.article .wp-block-cocoon-blocks-micro-text.micro-cta span::after {
    content: "";
    display: block;
    height: 18px;
    width: 10px;
    position: absolute;
    top: 1px;
    right: -10px;
    border-right: solid 2px #000;
    transform: rotate(20deg)
}

article.article .wp-block-group.is-reception .wp-block-buttons {
    flex-direction: row;
    margin-top: 1em
}

@media (max-width: 639px) {
    article.article .wp-block-group.is-reception .wp-block-buttons {
        flex-direction: column;
        row-gap: 1em
    }
}

article.article .wp-block-group.is-reception .wp-block-buttons .wp-block-button {
    width: 45%
}

@media (max-width: 639px) {
    article.article .wp-block-group.is-reception .wp-block-buttons .wp-block-button {
        width: 100%
    }
}

article.article .wp-block-group.is-reception .wp-block-buttons.cta-phone-web {
    flex-direction: column;
    row-gap: 1em
}

article.article .wp-block-group.is-reception .wp-block-buttons.cta-phone-web .wp-block-button {
    width: 100%
}

article.article .wp-block-group.is-reception .wp-block-buttons.cta-phone-web .wp-block-button .wp-block-button__link .cta__container img {
    width: 40px
}

@media (max-width: 480px) {
    article.article .wp-block-group.is-reception .wp-block-buttons.cta-phone-web .wp-block-button .wp-block-button__link .cta__container img {
        width: 30px
    }
}

article.article .wp-block-group.is-reception .wp-block-buttons.cta-phone-web .wp-block-button .wp-block-button__link .cta-large_main {
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width: 639px) {
    article.article .wp-block-group.is-reception .wp-block-buttons.cta-phone-web .wp-block-button .wp-block-button__link .cta-large_main {
        font-size: 28px
    }
}

@media (max-width: 480px) {
    article.article .wp-block-group.is-reception .wp-block-buttons.cta-phone-web .wp-block-button .wp-block-button__link .cta-large_main {
        font-size: 20px
    }
}

article.article .wp-block-group.is-reception .wp-block-buttons.cta-phone-web .wp-block-button .wp-block-button__link .cta-large_main>div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.6
}

article.article .wp-block-group.is-reception .wp-block-buttons.cta-phone-web .wp-block-button .wp-block-button__link .cta-large_sub {
    margin-top: .5em;
    font-weight: 400;
    font-size: 18px
}

@media (max-width: 600px) {
    article.article .wp-block-group.is-reception .wp-block-buttons.cta-phone-web .wp-block-button .wp-block-button__link .cta-large_sub {
        margin-top: 0
    }
}

@media (max-width: 480px) {
    article.article .wp-block-group.is-reception .wp-block-buttons.cta-phone-web .wp-block-button .wp-block-button__link .cta-large_sub {
        font-size: 11px
    }
}

article.article .wp-block-group.is-reception .wp-block-buttons.cta-phone-web .wp-block-button .wp-block-button__link .cta_body {
    flex-direction: row
}

article.article .wp-block-group.is-reception .campaign-timer {
    margin: 1.5em 0 1em;
    padding: 5px;
    width: 400px;
    border-radius: 10px;
    text-align: center;
    background: #ededb7;
    background: #ffffae
}

@media (max-width: 480px) {
    article.article .wp-block-group.is-reception .campaign-timer {
        width: 100%;
        line-height: 1.4
    }
}

article.article .wp-block-group.is-reception .campaign-timer__container {
    display: flex;
    flex-direction: row;
    justify-content: center
}

@media (max-width: 480px) {
    article.article .wp-block-group.is-reception .campaign-timer__container {
        flex-direction: column;
        font-size: 12px
    }
}

article.article .wp-block-group.is-reception .campaign-timer__container p {
    margin: 0
}

article.article .wp-block-group.is-reception .campaign-timer__container .countdown-text {
    padding-left: 1em;
    font-weight: 800
}

@media (max-width: 480px) {
    article.article .wp-block-group.is-reception .campaign-timer__container .countdown-text {
        padding-left: 0;
        font-size: 16px
    }
}

article.article .wp-block-group.is-reception .campaign-timer__container .countdown {
    width: 130px;
    text-align: left;
    white-space: nowrap;
    color: #a62626;
    font-weight: 800
}

article.article .wp-block-group.is-reception .campaign-timer__container .period_start,
article.article .wp-block-group.is-reception .campaign-timer__container .period_end {
    display: none
}

article.article .ranking-block__container {
    margin-bottom: 3em;
    padding: 2em;
    border: solid 2px #3b2874;
    background: linear-gradient(to bottom, #f1f1f4, 150px, #FFF, 400px, #fff);
    box-shadow: #9c86dc 0 0 2px
}

@media (max-width: 480px) {
    article.article .ranking-block__container {
        margin-bottom: 2em;
        padding: 1em
    }
}

@media (max-width: 781px) {
    article.article .ranking-block__container .ranking_block_main {
        font-size: 12px
    }
}

article.article .ranking-block__container .ranking-header__container {
    display: flex;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: solid 1px #ccc
}

/* article.article .ranking-block__container .ranking-header_rank {
    position: relative;
    margin-right: 1rem;
    padding: .25rem 1rem;
    min-width: 75px;
    height: 70px;
    background: #deded3;
    clip-path: polygon(0 0,100% 0,100% 100%,50% calc(100% - 20px),0 100%);
    font-size: 12px;
    font-weight: 800;
    margin-top: -36px;
    padding-top: 32px;
    padding-bottom: 10px;
    height: 100px;
    text-align: center
}

@media (max-width: 480px) {
    article.article .ranking-block__container .ranking-header_rank {
        margin-top:-20px;
        margin-right: .5rem;
        padding: 20px .5rem .25rem;
        min-width: 50px;
        height: 77px;
        clip-path: polygon(0 0,100% 0,100% 100%,50% calc(100% - 15px),0 100%);
        font-size: 10px
    }
}

article.article .ranking-block__container .ranking-header_rank .rank {
    font-size: 24px
}

@media (max-width: 480px) {
    article.article .ranking-block__container .ranking-header_rank .rank {
        font-size:18px
    }
}

article.article .ranking-block__container .ranking-header_rank.rank-color-1 {
    background: #edcd56
}

article.article .ranking-block__container .ranking-header_rank.rank-color-2 {
    background: #d0d0e1
}

article.article .ranking-block__container .ranking-header_rank.rank-color-3 {
    background: #d9c4aa
} */

article.article .ranking-block__container .ranking-header_name h4 {
    padding: 0;
    margin: 0;
    border: none;
    font-size: 32px
}

@media (max-width: 480px) {
    article.article .ranking-block__container .ranking-header_name h4 {
        font-size: 22px
    }

    article.article .ranking-block__container .ranking-header__container {
        margin-bottom: 0.7em;
        padding-bottom: 0.7em;
    }

    article.article .ranking-block__container .ranking-header__container .star-wrap {
        line-height: 1.1;
    }
}

article.article .ranking-block__container .ranking-header_detail__container {
    display: flex;
    align-items: flex-start
}

@media (max-width: 781px) {
    article.article .ranking-block__container .ranking-header_detail__container {
        flex-direction: column
    }
}

article.article .ranking-block__container .ranking-header_rept__container {
    display: flex;
    align-items: center;
    min-width: 270px;
    max-width: 270px
}

@media (max-width: 480px) {
    article.article .ranking-block__container .ranking-header_rept__container {
        min-width: initial;
        max-width: initial
    }
}

article.article .ranking-block__container .ranking-header_rept_label {
    margin-right: .5em;
    padding: 0 .5em;
    min-width: 70px;
    /* background: #3b2874; */
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    /* color: #fff */
}

@media (max-width: 480px) {
    article.article .ranking-block__container .ranking-header_rept_label {
        min-width: 50px;
        font-size: 12px
    }
}

article.article .ranking-block__container .ranking-header_rept_point {
    margin-right: 5px;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    color: #b90303
}

@media (max-width: 480px) {
    article.article .ranking-block__container .ranking-header_rept_point {
        font-size: 24px
    }
}

article.article .ranking-block__container .ranking-header_tag {
    display: flex
}

article.article .ranking-block__container .ranking-header_tag__container {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

article.article .ranking-block__container .ranking-header_tag span {
    margin: 0 5px 3px 0;
    padding: 0 5px;
    border-radius: 5px;
    /* border: solid 1px #3b2874;
    background: #ece7f9; */
    font-size: 1rem;
    font-weight: 800;
    white-space: nowrap
}

@media (max-width: 480px) {
    article.article .ranking-block__container .ranking-header_tag span {
        font-size: 10px
    }
}

article.article .ranking-block__container .ranking-header_catchcopy {
    margin-top: .5em
}

article.article .ranking-block__container .ranking-header_catchcopy h3 {
    padding-top: 0;
    border: none;
    background: inherit;
    text-align: inherit;
    color: inherit
}

article.article .ranking-block__container .ranking-header_image {
    text-align: center
}

@media (max-width: 600px) {
    article.article .ranking-block__container .ranking-header_image {
        margin-top: 0
    }
}

article.article .ranking-block__container .ranking-detail-table {
    margin: .5em;
    margin-bottom: 1em;
}

@media (max-width: 480px) {
    article.article .ranking-block__container .ranking-detail-table {
        margin-top: 6px;
        margin-bottom: .5em
    }
}

article.article .ranking-block__container .ranking-detail-table table {
    margin-top: 1em;
    margin-bottom: 1em
}

@media (max-width: 480px) {
    article.article .ranking-block__container .ranking-detail-table table {
        margin-top: .5em
    }
}

article.article .ranking-block__container .ranking-detail-table .caption-box {
    display: flex;
    flex-direction: column;
    margin: 0 0 .5em;
    padding: 0;
    border: 2px solid #3d325e;
    line-height: 1.4
}

@media (max-width: 480px) {
    article.article .ranking-block__container .ranking-detail-table .caption-box {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

article.article .ranking-block__container .ranking-detail-table .caption-box .box-label {
    /* border-bottom: 2px solid #3d325e;
    background: #3d325e; */
    justify-content: center;
    align-items: center;
    color: #fff
}

article.article .ranking-block__container .ranking-detail-table .caption-box .box-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

@media (max-width: 480px) {
    article.article .ranking-block__container .ranking-detail-table .caption-box .box-content {
        padding: .25em .5em
    }
}

article.article .ranking-block__container .ranking-detail-table .caption-box.buy-way .box-content {
    flex-wrap: wrap;
    gap: .5em
}

@media (max-width: 480px) {
    article.article .ranking-block__container .ranking-detail-table .caption-box.buy-way .box-content {
        gap: .25em
    }
}

article.article .ranking-block__container .ranking-detail-table .caption-box.buy-way .box-content figure {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: calc((100% - 1.5em) / 4);
    border-radius: 10px;
    text-align: center;
    font-weight: 800
}

@media (max-width: 480px) {
    article.article .ranking-block__container .ranking-detail-table .caption-box.buy-way .box-content figure {
        flex-direction: row;
        width: calc((100% - 0.25em) / 2);
        border-radius: 5px
    }
}

article.article .ranking-block__container .ranking-detail-table .caption-box.buy-way .box-content figure.visit {
    background: #ffdfdf;
    color: #ff5a5a
}

article.article .ranking-block__container .ranking-detail-table .caption-box.buy-way .box-content figure.delivery {
    background: #c7e9f1;
    color: #00a4c8
}

article.article .ranking-block__container .ranking-detail-table .caption-box.buy-way .box-content figure.store {
    background: #fff6ce;
    color: #c7a300
}

article.article .ranking-block__container .ranking-detail-table .caption-box.buy-way .box-content figure img {
    padding: .25em
}

@media (max-width: 480px) {
    article.article .ranking-block__container .ranking-detail-table .caption-box.buy-way .box-content figure img {
        padding: 3px;
        width: 30px
    }
}

@media (max-width: 480px) {
    article.article .ranking-block__container .ranking-detail-table .caption-box.buy-way .box-content figure figcaption {
        padding: 0
    }
}

/* article.article .ranking-block__container .ranking-detail-table .ranking-detail-table-row {
    align-items: stretch;
    gap: .5em;
    margin: 0;
    width: 100%
}

article.article .ranking-block__container .ranking-detail-table .ranking-detail-table-row .caption-box {
    width: 50%;
    flex:1;
}

@media (max-width: 480px) {
    article.article .ranking-block__container .ranking-detail-table td>img {
        width:50px!important
    }
} */

article.article .ranking-block__container .ranking-recommended-point {
    margin: 40px 0 !important;

    line-height: 1.6
}

article.article .ranking-block__container .ranking-recommended-point .box-label {
    background: none;
    font-size: 1.3em;
    font-weight: 800;
    color: #a62626
}

article.article .ranking-block__container .ranking-recommended-point .box-label.fab-check::before {
    content: "\f0a4"
}

article.article .ranking-block__container .ranking-recommended-point .box-content {
    border: solid 1px #ccc;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15)
}

article.article .ranking-block__container .ranking-recommended-point .box-content ul {
    padding-left: .5em;
    margin-bottom: 0;

}

article.article .ranking-block__container .ranking-recommended-point .box-content ul li {
    border-top: 1px dashed #ccc
}

article.article .ranking-block__container .ranking-recommended-point .box-content ul li:first-child {
    border: none
}

article.article .ranking-block__container .ranking-recommended-point .box-content ul li::before {
    top: .5em;
    color: #a62626
}

article.article .ranking-block__container .ranking-campaign {
    border: solid 2px #3b2874;
    background: #fff;
    overflow: auto
}

article.article .ranking-block__container .ranking-campaign>*:not(h2) {
    /* padding: 0 1.5em */
}

@media (max-width: 480px) {
    article.article .ranking-block__container .ranking-campaign>*:not(h2) {
        padding: 0 1em
    }

    article.article .ranking-block__container .ranking-recommended-point .box-content ul {
        padding-left: 0;
    }

    body .ranking-recommended-point .box-content ul li {
        padding-left: 1.5em !important;
    }

    article.article .ranking-block__container .ranking-recommended-point .box-content ul li::before {
        top: 4px;
        width: 1.5em;
        height: 1.5em;
    }
}

@media (max-width: 480px) {
    article.article .ranking-block__container .ranking-campaign>figure {
        margin-bottom: 1em
    }
}

article.article .ranking-block__container .ranking-campaign>*:last-child {
    padding-bottom: 2em
}

@media (max-width: 480px) {
    article.article .ranking-block__container .ranking-campaign>*:last-child {
        padding-bottom: 1em
    }
}

/* article.article .ranking-block__container .ranking-campaign h2 {
    padding: .5em 0;
    border: none;
    border-radius: 0;
    background: #3b2874;
    background-image: url(../../../../../../../themes/cocoon-child-master/css/img/wave.png);
    background-blend-mode: overlay;
    background-size: cover;
    background-position-y: bottom;
    text-align: center;
    color: #fff
} */

@media (max-width: 480px) {
    article.article .ranking-block__container .ranking-campaign h2 {
        padding: .5em 0;
        font-size: 18px
    }
}

article.article .ranking-block__container h4.review-lists-headline {
    margin: 0;
    padding: .5em 1.5em;
    border: none;
    background: #3d325e;
    background-image: url(../../../../../../../themes/cocoon-child-master/css/img/camera.png);
    background-blend-mode: soft-light;
    background-size: cover;
    background-position-y: center;
    color: #fff;
    font-size: 14px
}

article.article .ranking-block__container .review-lists {
    margin-top: 0;
    padding-bottom: 1em
}

article.article .ranking-block__container .review-lists .review-show {
    display: block !important
}

article.article .ranking-block__container .review-lists .review-hide {
    display: none !important
}

article.article .ranking-block__container .review-lists_container {
    display: none;
    padding: 0 1em;
    position: relative;
    font-size: 14px;
    overflow: hidden
}

article.article .ranking-block__container .review-lists_container .review-lists_buyer {
    padding-top: 1em;
    border-bottom: 1px solid #d3d3d3
}

article.article .ranking-block__container .review-lists_container .review-lists_buyer:nth-child(even) {
    height: 80px;
    border-bottom-width: 0
}

article.article .ranking-block__container .review-lists_container .review-lists_buyer .review-buyer_header {
    display: flex
}

article.article .ranking-block__container .review-lists_container .review-lists_buyer .review-buyer_icon {
    margin-right: 1em;
    width: 40px;
    height: 40px;
    border-radius: 50%
}

article.article .ranking-block__container .review-lists_container .review-lists_buyer .review-buyer_title {
    margin-left: 0;
    font-weight: 800
}

article.article .ranking-block__container .review-lists_container .review-lists_buyer .review-buyer_rept {
    display: flex;
    align-items: center;
    margin-bottom: 0
}

article.article .ranking-block__container .review-lists_container .review-lists_buyer .review-buyer_rept .star-wrap {
    width: 70px !important
}

article.article .ranking-block__container .review-lists_container .review-lists_buyer .review-buyer_attribute {
    margin-left: 1em;
    font-weight: 800
}

article.article .ranking-block__container .review-lists_container .review-lists_buyer .review-buyer_content {
    margin-bottom: 1em
}

article.article .ranking-block__container .review-lists_container .review-lists_buyer .review-buyer_content .review-useful {
    display: inline-block;
    padding: 0 1.25em;
    border: solid 1px #d3d3d3;
    border-radius: 20px;
    background-color: #fff;
    font-size: 11px;
    cursor: pointer
}

article.article .ranking-block__container .review-lists_container .review-lists_buyer .review-buyer_content .review-useful.pushed {
    border-color: silver;
    background-color: #e0e0e0;
    color: #999;
    cursor: initial
}

article.article .ranking-block__container .review-lists_container .review-lists_buyer .review-buyer_content .review-useful .useful_num {
    margin-right: 1em;
    color: #000
}

article.article .ranking-block__container .review-lists_container .review-lists_buyer .review-buyer_content>*:nth-last-child(2) {
    margin-bottom: 0
}

article.article .ranking-block__container .review-lists_container .overlay {
    position: relative;
    z-index: 1;
    background: linear-gradient(0deg, #fff, rgba(255, 255, 255, .6))
}

article.article .ranking-block__container .review-lists_container .overlay .read-more {
    margin: 0 auto;
    padding: 0 2em;
    width: 150px;
    border: none;
    border-radius: 10px;
    background-color: #a62626;
    text-align: center;
    line-height: 2.5em;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    cursor: pointer
}

.star-wrap {
    display: inline-block;
    position: relative;
    padding-right: 5px
}

@media (max-width: 480px) {
    .star-wrap {
        width: 100px
    }
}

.star-wrap img.point-star {
    vertical-align: bottom
}

.star-wrap:before {
    content: "";
    position: absolute;
    background-color: #f4f4f6;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0
}

.star-wrap.bg-white:before {
    background-color: #fff
}

.star-wrap50:before {
    width: 0
}

.star-wrap49:before {
    width: 3%
}

.star-wrap48:before {
    width: 5%
}

.star-wrap47:before {
    width: 7%
}

.star-wrap46:before {
    width: 8%
}

.star-wrap45:before {
    width: 10%
}

.star-wrap44:before {
    width: 12%
}

.star-wrap43:before {
    width: 14%
}

.star-wrap42:before {
    width: 16%
}

.star-wrap41:before {
    width: 18%
}

.star-wrap40:before {
    width: 20%
}

.star-wrap39:before {
    width: 22%
}

.star-wrap38:before {
    width: 24%
}

.star-wrap37:before {
    width: 26%
}

.star-wrap36:before {
    width: 28%
}

.star-wrap35:before {
    width: 30%
}

.star-wrap34:before {
    width: 32%
}

.star-wrap33:before {
    width: 34%
}

.star-wrap32:before {
    width: 36%
}

.star-wrap31:before {
    width: 38%
}

.star-wrap30:before {
    width: 40%
}

.star-wrap29:before {
    width: 42%
}

.star-wrap28:before {
    width: 44%
}

.star-wrap27:before {
    width: 46%
}

.star-wrap26:before {
    width: 48%
}

.star-wrap25:before {
    width: 50%
}

.star-wrap24:before {
    width: 52%
}

.star-wrap23:before {
    width: 54%
}

.star-wrap22:before {
    width: 56%
}

.star-wrap21:before {
    width: 58%
}

.star-wrap20:before {
    width: 60%
}

.star-wrap19:before {
    width: 62%
}

.star-wrap18:before {
    width: 64%
}

.star-wrap17:before {
    width: 66%
}

.star-wrap16:before {
    width: 68%
}

.star-wrap15:before {
    width: 70%
}

.star-wrap14:before {
    width: 72%
}

.star-wrap13:before {
    width: 74%
}

.star-wrap12:before {
    width: 76%
}

.star-wrap11:before {
    width: 78%
}

.star-wrap10:before {
    width: 80%
}

#list article.buyers.type-buyers,
main>article.buyers.type-buyers {
    padding: 2em;
    border: solid 2px #3b2874;
    background: linear-gradient(to bottom, #f1f1f4, 150px, #FFF, 400px, #fff);
    box-shadow: #9c86dc 0 0 2px
}

@media (max-width: 480px) {

    #list article.buyers.type-buyers,
    main>article.buyers.type-buyers {
        padding: 1em
    }
}

#list article.buyers.type-buyers h2,
main>article.buyers.type-buyers h2 {
    margin: 1em 0;
    padding: 0;
    border: none
}

#list article.buyers.type-buyers h2.entry-title,
main>article.buyers.type-buyers h2.entry-title {
    margin: -32px -32px 0;
    padding: .5em 1em;
    position: relative;
    border-radius: 0;
    background: #3d325e;
    background-image: url(../../../../../../../themes/cocoon-child-master/css/img/camera.png);
    background-blend-mode: soft-light;
    background-size: cover;
    background-position-y: center;
    color: #fff;
    font-weight: 800;
    font-size: 32px;
    line-height: 1.4
}

@media (max-width: 480px) {

    #list article.buyers.type-buyers h2.entry-title,
    main>article.buyers.type-buyers h2.entry-title {
        margin: -16px -16px 0;
        font-size: 24px
    }
}

#list article.buyers.type-buyers h2.entry-title+*:not(h2),
main>article.buyers.type-buyers h2.entry-title+*:not(h2) {
    margin-top: 1.4em
}

#list article.buyers.type-buyers .buyer-catchcopy,
main>article.buyers.type-buyers .buyer-catchcopy {
    margin: -32px -32px 0;
    padding: .5em 1em;
    position: relative;
    background: #3b2874;
    color: #fff;
    font-weight: 800;
    font-size: 32px;
    line-height: 1.4
}

#list article.buyers.type-buyers .wp-block-table,
main>article.buyers.type-buyers .wp-block-table {
    overflow: hidden
}

#list article.buyers.type-buyers .wp-block-buttons,
main>article.buyers.type-buyers .wp-block-buttons {
    margin-top: inherit;
    margin-bottom: 0
}

#list article.buyers .ranking-detail-table,
main>article.buyers .ranking-detail-table {
    margin-top: .5em;
    margin-bottom: 1em
}

@media (max-width: 480px) {

    #list article.buyers .ranking-detail-table,
    main>article.buyers .ranking-detail-table {
        margin-top: 6px;
        margin-bottom: .5em
    }
}

#list article.buyers .ranking-detail-table table,
main>article.buyers .ranking-detail-table table {
    margin-top: 1em;
    margin-bottom: 1em
}

@media (max-width: 480px) {

    #list article.buyers .ranking-detail-table table,
    main>article.buyers .ranking-detail-table table {
        margin-top: .5em
    }
}

#list article.buyers .ranking-detail-table .caption-box,
main>article.buyers .ranking-detail-table .caption-box {
    display: flex;
    flex-direction: column;
    margin: 0 0 .5em;
    padding: 0;
    border: 2px solid #3d325e;
    line-height: 1.4
}

@media (max-width: 480px) {

    #list article.buyers .ranking-detail-table .caption-box,
    main>article.buyers .ranking-detail-table .caption-box {
        font-size: 12.8px
    }
}

#list article.buyers .ranking-detail-table .caption-box .box-label,
main>article.buyers .ranking-detail-table .caption-box .box-label {
    border-bottom: 2px solid #3d325e;
    background: #3d325e;
    justify-content: center;
    align-items: center;
    color: #fff
}

#list article.buyers .ranking-detail-table .caption-box .box-content,
main>article.buyers .ranking-detail-table .caption-box .box-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

@media (max-width: 480px) {

    #list article.buyers .ranking-detail-table .caption-box .box-content,
    main>article.buyers .ranking-detail-table .caption-box .box-content {
        padding: .25em .5em
    }
}

#list article.buyers .ranking-detail-table .caption-box.buy-way .box-content,
main>article.buyers .ranking-detail-table .caption-box.buy-way .box-content {
    flex-wrap: wrap;
    gap: .5em
}

@media (max-width: 480px) {

    #list article.buyers .ranking-detail-table .caption-box.buy-way .box-content,
    main>article.buyers .ranking-detail-table .caption-box.buy-way .box-content {
        gap: .25em
    }
}

#list article.buyers .ranking-detail-table .caption-box.buy-way .box-content figure,
main>article.buyers .ranking-detail-table .caption-box.buy-way .box-content figure {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: calc((100% - 1.5em) / 4);
    border-radius: 10px;
    text-align: center;
    font-weight: 800
}

@media (max-width: 480px) {

    #list article.buyers .ranking-detail-table .caption-box.buy-way .box-content figure,
    main>article.buyers .ranking-detail-table .caption-box.buy-way .box-content figure {
        flex-direction: row;
        width: calc((100% - 0.25em) / 2);
        border-radius: 5px
    }
}

#list article.buyers .ranking-detail-table .caption-box.buy-way .box-content figure.visit,
main>article.buyers .ranking-detail-table .caption-box.buy-way .box-content figure.visit {
    background: #ffdfdf;
    color: #ff5a5a
}

#list article.buyers .ranking-detail-table .caption-box.buy-way .box-content figure.delivery,
main>article.buyers .ranking-detail-table .caption-box.buy-way .box-content figure.delivery {
    background: #c7e9f1;
    color: #00a4c8
}

#list article.buyers .ranking-detail-table .caption-box.buy-way .box-content figure.store,
main>article.buyers .ranking-detail-table .caption-box.buy-way .box-content figure.store {
    background: #fff6ce;
    color: #c7a300
}

#list article.buyers .ranking-detail-table .caption-box.buy-way .box-content figure img,
main>article.buyers .ranking-detail-table .caption-box.buy-way .box-content figure img {
    padding: .25em
}

@media (max-width: 480px) {

    #list article.buyers .ranking-detail-table .caption-box.buy-way .box-content figure img,
    main>article.buyers .ranking-detail-table .caption-box.buy-way .box-content figure img {
        padding: 3px;
        width: 30px
    }
}

@media (max-width: 480px) {

    #list article.buyers .ranking-detail-table .caption-box.buy-way .box-content figure figcaption,
    main>article.buyers .ranking-detail-table .caption-box.buy-way .box-content figure figcaption {
        padding: 0
    }
}

#list article.buyers .ranking-detail-table .ranking-detail-table-row,
main>article.buyers .ranking-detail-table .ranking-detail-table-row {
    align-items: stretch;
    gap: .5em;
    margin: 0;
    width: 100%
}

#list article.buyers .ranking-detail-table .ranking-detail-table-row .caption-box,
main>article.buyers .ranking-detail-table .ranking-detail-table-row .caption-box {
    margin-bottom: .5em;
    width: 50%
}

@media (max-width: 480px) {

    #list article.buyers .ranking-detail-table td>img,
    main>article.buyers .ranking-detail-table td>img {
        width: 50px !important
    }
}

#list article.buyers .ranking-recommended-point,
main>article.buyers .ranking-recommended-point {
    line-height: 1.6
}

#list article.buyers .ranking-recommended-point .box-label,
main>article.buyers .ranking-recommended-point .box-label {
    background: none;
    font-size: 1.3em;
    font-weight: 800;
    color: #a62626
}

#list article.buyers .ranking-recommended-point .box-label.fab-check::before,
main>article.buyers .ranking-recommended-point .box-label.fab-check::before {
    content: "\f0a4"
}

#list article.buyers .ranking-recommended-point .box-content,
main>article.buyers .ranking-recommended-point .box-content {
    border: solid 1px #ccc;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15)
}

#list article.buyers .ranking-recommended-point .box-content ul,
main>article.buyers .ranking-recommended-point .box-content ul {
    padding-left: .5em
}

#list article.buyers .ranking-recommended-point .box-content ul li,
main>article.buyers .ranking-recommended-point .box-content ul li {
    padding: .5em 0 .5em 1.5em;
    border-top: 1px dashed #ccc
}

#list article.buyers .ranking-recommended-point .box-content ul li:first-child,
main>article.buyers .ranking-recommended-point .box-content ul li:first-child {
    border: none
}

#list article.buyers .ranking-recommended-point .box-content ul li::before,
main>article.buyers .ranking-recommended-point .box-content ul li::before {
    top: .5em;
    color: #a62626
}

#list article.buyers .ranking-campaign,
main>article.buyers .ranking-campaign {
    border: solid 2px #3b2874;
    background: #fff;
    overflow: auto
}

#list article.buyers .ranking-campaign>*:not(h2),
main>article.buyers .ranking-campaign>*:not(h2) {
    padding: 0 1.5em
}

@media (max-width: 480px) {

    #list article.buyers .ranking-campaign>*:not(h2),
    main>article.buyers .ranking-campaign>*:not(h2) {
        padding: 0 1em
    }
}

@media (max-width: 480px) {

    #list article.buyers .ranking-campaign>figure,
    main>article.buyers .ranking-campaign>figure {
        margin-bottom: 1em
    }
}

#list article.buyers .ranking-campaign>*:last-child,
main>article.buyers .ranking-campaign>*:last-child {
    padding-bottom: 2em
}

@media (max-width: 480px) {

    #list article.buyers .ranking-campaign>*:last-child,
    main>article.buyers .ranking-campaign>*:last-child {
        padding-bottom: 1em
    }
}

#list article.buyers .ranking-campaign h2,
main>article.buyers .ranking-campaign h2 {
    margin-top: 0;
    padding: .5em 0;
    border: none;
    border-radius: 0;
    background: #3b2874;
    background-image: url(../../../../../../../themes/cocoon-child-master/css/img/wave.png);
    background-blend-mode: overlay;
    background-size: cover;
    background-position-y: bottom;
    text-align: center;
    color: #fff
}

@media (max-width: 480px) {

    #list article.buyers .ranking-campaign h2,
    main>article.buyers .ranking-campaign h2 {
        padding: .5em 0;
        font-size: 18px
    }
}

#list .disp-conditions .result__container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#list .disp-conditions .result__container>p {
    min-width: 135px;
    border: solid 1px #ccc;
    border-bottom-width: 3px;
    border-radius: 5px
}

@media (max-width: 480px) {
    #list .disp-conditions .result__container>p {
        min-width: 100px
    }
}

#list .disp-conditions .result__container>p a {
    display: inline-block;
    padding: 5px 10px;
    color: #999;
    font-weight: 800;
    text-decoration: none
}

@media (max-width: 480px) {
    #list .disp-conditions .result__container>p a {
        font-size: 14px
    }
}

#list .disp-conditions .result-num {
    display: inline-block;
    margin-left: .5em;
    font-weight: 800;
    color: #a62626
}

#list .disp-conditions__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 1em
}

#list .disp-conditions__container .search-tag {
    display: inline-block;
    margin: 0 6px 6px 0;
    padding: 3px 8px;
    border: 1px solid #999;
    border-radius: 2px;
    word-break: break-all;
    text-decoration: none;
    line-height: 1.5
}

@media (max-width: 480px) {
    #list .disp-conditions__container .search-tag {
        font-size: 12px
    }
}

#list .disp-conditions .sort-selected__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5em 1em;
    background: #f3f2f8
}

@media (max-width: 600px) {
    #list .disp-conditions .sort-selected__container {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width: 480px) {
    #list .disp-conditions .sort-selected__container {
        font-size: 14px
    }
}

#list .disp-conditions .sort-selected__container .sort-change {
    margin: 0;
    padding: 5px;
    position: relative;
    width: 120px;
    border: 1px solid #999;
    background: #f5f8fa;
    font-size: 13px;
    color: rgb(51, 51, 51);
    cursor: pointer
}

#list .disp-conditions .sort-selected__container .sort-change__containter {
    display: flex;
    justify-content: flex-end
}

@media (max-width: 600px) {
    #list .disp-conditions .sort-selected__container .sort-change__containter {
        width: 100%
    }
}

#list .disp-conditions .sort-selected__container .sort-change::after {
    content: "▼";
    position: absolute;
    right: 10px
}

#list .disp-conditions .sort-selected__container .sort-change .sort-order-list {
    display: none;
    width: 120px;
    position: absolute;
    left: -1px;
    border: 1px solid #999;
    z-index: 1;
    background: #f5f8fa
}

#list .disp-conditions .sort-selected__container .sort-change .sort-order-list .sort-controller {
    display: inline-block;
    margin: 0;
    width: 100%
}

#list .disp-conditions .sort-selected__container .sort-change .sort-order-list .sort-controller .sort-order {
    margin: 0;
    padding: 5px;
    border: none;
    text-align: left;
    font-family: inherit
}

#list .disp-conditions .sort-selected__container .sort-change .sort-order-list .sort-controller .sort-order:hover {
    background: #583da7;
    color: #fff;
    border-radius: 0
}

#list .disp-conditions .sort-selected__container .sort-change .sort-order-list.list-show {
    display: flex;
    flex-direction: column
}

#list .disp-conditions .sort-selected-view {
    display: inline-block;
    margin: auto 6px;
    padding: 0 1em;
    border-radius: 16px;
    background: #583da7;
    color: #fff
}

#list .disp-conditions .sort-buttons {
    text-align: center
}

#list .disp-conditions .sort-buttons .sort-controller {
    display: inline-block;
    width: calc(32% - 10px);
    min-width: 85px;
    margin: 0 5px
}

#list .disp-conditions .sort-buttons .sort-controller .sort-order {
    margin: 0;
    padding: 5px;
    border-radius: 16px;
    background: #dbdbd4
}

#list .disp-conditions .sort-buttons .sort-controller .sort-selected {
    background: #583da7;
    color: #fff
}

#list .disp-conditions .sort-select-list .sort-controller {
    display: inline-block;
    width: 100px;
    min-width: 85px;
    margin: 0 5px
}

#list .disp-conditions .sort-select-list .sort-controller .sort-order {
    margin: 0;
    padding: 5px;
    border: 1px solid #999
}

#frd-search-form {
    text-align: center
}

#frd-search-form h2 {
    border-radius: 0;
    background: #3d325e;
    background-image: url(../../../../../../../themes/cocoon-child-master/css/img/camera.png);
    background-blend-mode: soft-light;
    background-size: cover;
    background-position-y: center;
    color: #fff
}

#frd-search-form #search-form {
    padding: 1em
}

#frd-search-form .search-form_main {
    padding: .5em 1em
}

#frd-search-form .search-form_main fieldset {
    margin-bottom: 1em;
    border: none
}

#frd-search-form .search-form_main legend {
    font-weight: 800
}

#frd-search-form .search-form_main label {
    display: inline-block;
    margin: 0 .5em .5em;
    padding: 3px 12px;
    white-space: nowrap;
    background: #ccc;
    background: #dbdbd4;
    border-radius: 16px
}

#frd-search-form .search-form_main input[type=checkbox] {
    display: none
}

#frd-search-form .search-form_main input[type=checkbox]:checked+label {
    background-color: #583da7;
    color: #fff
}

#frd-search-form .searchBtn_box {
    display: block;
    padding: .5em;
    width: 100%;
    background: #a62626;
    border-radius: 16px;
    border: none;
    border-bottom: solid 6px #6a0707;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    cursor: pointer
}

.execphpwidget #frd-search-form {
    text-align: left
}

.execphpwidget #frd-search-form h2 {
    display: none
}

.execphpwidget #frd-search-form #search-form {
    padding: 0
}

.execphpwidget #frd-search-form #search-form_container {
    padding-bottom: 1em
}

.execphpwidget #frd-search-form .search-form_main {
    padding: 0 .5em .5em
}

.execphpwidget #frd-search-form .search-form_main fieldset {
    margin-bottom: 1em;
    border: none
}

.execphpwidget #frd-search-form .search-form_main fieldset:last-child {
    margin-bottom: 0
}

.execphpwidget #frd-search-form .search-form_main label {
    font-size: 14px;
    margin: 0 .25em .25em;
    padding: 0 10px
}

.execphpwidget #frd-search-form .searchBtn_box {
    margin: .5em;
    width: calc(100% - 1em)
}

.mb-menu #frd-search-form {
    margin-right: .5em;
    margin-bottom: 1em;
    text-align: left
}

.mb-menu #frd-search-form h2 {
    display: none
}

.mb-menu #frd-search-form .search-form_main {
    padding: .5em
}

.mb-menu #frd-search-form .search-form_main fieldset {
    margin-bottom: 1em;
    border: none
}

.mb-menu #frd-search-form .search-form_main fieldset:last-child {
    margin-bottom: 0
}

.mb-menu #frd-search-form .search-form_main label {
    font-size: 14px;
    margin: 0 .25em .25em;
    padding: 0 10px
}

.mb-menu #frd-search-form .searchBtn_box {
    margin: .5em;
    width: calc(100% - 1em)
}

.is-hidden {
    display: none !important
}

div.not-found-items {
    font-size: 14px
}

@media (max-width: 480px) {
    div.not-found-items {
        font-size: 12px
    }
}

div.not-found-items p.not-found-message {
    margin: 3em 3em 1.5em;
    padding: 1em;
    border: 1px solid #ccc;
    color: #666
}

@media (max-width: 480px) {
    div.not-found-items p.not-found-message {
        margin: 3em 1em 1.5em
    }
}

div.not-found-items p.not-found-return {
    margin: 0 3em;
    text-align: right
}

@media (max-width: 480px) {
    div.not-found-items p.not-found-return {
        margin: 0 1em
    }
}


/********************************************
 * デザイン刷新：やわらかオレンジ × コーラル配色
 * Cocoon/LazyBlocks HTMLを変更せず上書きする
 ********************************************/

/* ▼ おすすめポイント（ranking-recommended-point） */
.ranking-recommended-point {
    background: #FFF;
    border-radius: 18px;
    padding: 18px 20px;
    border: 1px solid #FFE3CC;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.ranking-recommended-point .box-label {
    background: #FFE5D6 !important;
    padding: 6px 14px;
    border-radius: 999px;
    color: #D85F00 !important;
    font-weight: 700;
    font-size: 20px;
}

.ranking-recommended-point .box-content {
    border: none !important;
    box-shadow: none !important;
    padding: 12px 16px;
    border-radius: 12px;
    background: #FFF;
}

.ranking-recommended-point .box-content ul li {
    border: none !important;
    padding-left: 32px !important;
    margin-bottom: 10px;
    position: relative;
}

.ranking-recommended-point .box-content ul li::before {
    content: "✔" !important;
    background: #FFE7D6;
    color: #FF6F50;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 4px;
}

/* ▼ 買取エリア / 受付時間 / 費用（ranking-detail-table） */
.ranking-detail-table {
    background: #FFF5E9;
    border-radius: 18px;
    padding: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.ranking-detail-table-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.ranking-detail-table .caption-box {
    background: #FFF;
    border-radius: 14px !important;
    border: 1px solid #FFD8B5 !important;
    overflow: hidden;
}

.ranking-detail-table .caption-box .box-label {
    /* background: #FFE6D3 !important;
  color: #D85F00 !important;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 700;
  text-align: left; */
}

.ranking-detail-table .caption-box .box-content {
    padding: 10px 12px !important;
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    display: block !important;
}

/* ▼ CTAボタン（どの inline-button も共通で色を柔らかく変更） */
[class^=inline-button-] {
    background: linear-gradient(135deg, #FF6F61, #FF8A00) !important;
    box-shadow: 0 4px 0 #C75020 !important;
    border: none !important;
    color: #fff !important;
}

[class^=inline-button-] a {
    color: #fff !important;
}



/* ▼ サブの強調テキスト */
article.article .bold-red,
article.article .red {
    color: #E53900 !important;
}

/********************************************
 * スマホ調整
 ********************************************/
@media(max-width: 768px) {
    .ranking-detail-table-row {
        flex-direction: column;
    }
}

/********************************************
 * カメラ買取ランキング：ヘッダー装飾（サンプル画像風）
 ********************************************/

/* ランキングカード全体（1社分） */
.article.ranking .company-details-list .company-detail-item .ranking-block__container {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 20px 18px 24px;
    margin-bottom: 32px;
    border: 1px solid #F5E2D0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
}

/* 上部ヘッダー（バッジ＋社名＋総合評価など） */
.article.ranking .ranking-header__container {
    display: flex;
    align-items: center;
    gap: 18px;
}

/* ---------------------------
 * バッジ風ランクマーク
 * --------------------------- */


/* 円形ランキングバッジ（参考画像と同じ） */
/* ▼ バッジコンテナ（円っぽい12角形の土台） */
.article.ranking .ranking-header_rank {
    position: relative;
    width: 90px;
    height: 90px;
}

/* SVG 自体をコンテナいっぱいに広げる */
.article.ranking .ranking-header_rank .rank-badge {
    width: 100%;
    height: 100%;
    display: block;
}

/* 中央の数字をバッジの中央に重ねる */
.article.ranking .ranking-header_rank .rank {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
}

/* ------------------------------
   ランクごとのグラデーション指定
   （stop-color を CSS で制御）
   ------------------------------ */

/* 1位：ゴールド系 */
.article.ranking .ranking-header_rank.rank-color-1 .badge-stop-1 {
    stop-color: #FFF4CE !important;
}

.article.ranking .ranking-header_rank.rank-color-1 .badge-stop-2 {
    stop-color: #FFD56A !important;
}

.article.ranking .ranking-header_rank.rank-color-1 .badge-stop-3 {
    stop-color: #FF9E1A !important;
}


/* 2位：シルバー系 */
.article.ranking .ranking-header_rank.rank-color-2 .badge-stop-1 {
    stop-color: #FFFFFF !important;
}

.article.ranking .ranking-header_rank.rank-color-2 .badge-stop-2 {
    stop-color: #D2D2D8 !important;
}

.article.ranking .ranking-header_rank.rank-color-2 .badge-stop-3 {
    stop-color: #9B9BA5 !important;
}


/* 3位：ブロンズ系 */
.article.ranking .ranking-header_rank.rank-color-3 .badge-stop-1 {
    stop-color: #FFE6C4 !important;
}

.article.ranking .ranking-header_rank.rank-color-3 .badge-stop-2 {
    stop-color: #CE9A61 !important;
}

.article.ranking .ranking-header_rank.rank-color-3 .badge-stop-3 {
    stop-color: #9A622C !important;
}

/* 4位：ブルー系 */
.article.ranking .ranking-header_rank.rank-color-4 .badge-stop-1 {
    stop-color: #E0F0FF !important;
}

.article.ranking .ranking-header_rank.rank-color-4 .badge-stop-2 {
    stop-color: #82B9FF !important;
}

.article.ranking .ranking-header_rank.rank-color-4 .badge-stop-3 {
    stop-color: #2A7FFF !important;
}

/* 5位：グリーン系 */
.article.ranking .ranking-header_rank.rank-color-5 .badge-stop-1 {
    stop-color: #E6FFE2 !important;
}

.article.ranking .ranking-header_rank.rank-color-5 .badge-stop-2 {
    stop-color: #6AD67A !important;
}

.article.ranking .ranking-header_rank.rank-color-5 .badge-stop-3 {
    stop-color: #1E9C46 !important;
}

/* グリーン系 */
.article.ranking .ranking-header_rank .badge-stop-1 {
    stop-color: #F4F4F4
}

.article.ranking .ranking-header_rank .badge-stop-2 {
    stop-color: #D0D0D0
}

.article.ranking .ranking-header_rank .badge-stop-3 {
    stop-color: #A0A0A0
}





/* ---------------------------
 * 社名・総合評価・タグ周り
 * --------------------------- */

.article.ranking .ranking-header_info {
    flex: 1;
}

.article.ranking .ranking-header_name h4 {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 800;
    color: #222;
}

/* 「総合評価」 + 点数 + 星の並び */
.article.ranking .ranking-header_detail__container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 14px;
}

.article.ranking .ranking-header_rept__container {
    display: flex;
    align-items: center;
    gap: 6px;
}

.article.ranking .ranking-header_rept_label {
    font-size: 12px;
    color: #E35A00;
    font-weight: 700;
}

.article.ranking .ranking-header_rept_point {
    font-size: 20px;
    font-weight: 800;
    color: #333;
}

/* 星アイコンをオレンジに */
.article.ranking .rating-star .fa {
    color: #FF9A00;
}

/* タグ（24時間 / 出張費0円 etc）をオレンジのピルに */
.article.ranking .ranking-header_tag__container {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.article.ranking .ranking-header_tag span {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    background: #FFF1E0;
    color: #D45500;
    font-size: 11px;
    font-weight: 600;
}

/* ---------------------------
 * キャッチコピー（高く売れるカメラ風）
 * --------------------------- */

.article.ranking .ranking-header_catchcopy h3 {
    margin: 16px 0 10px;
    font-size: 22px;
    font-weight: 800;
    color: #222;
    line-height: 1.4;
}

/* ---------------------------
 * スマホ対応
 * --------------------------- */
@media (max-width: 768px) {
    .article.ranking .ranking-header__container {
        align-items: flex-start;
    }

    .article.ranking .ranking-header_rank {
        flex-basis: 76px;
        width: 76px;
        height: 76px;
    }

    .article.ranking .ranking-header_catchcopy h3 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .article.ranking .ranking-header_rank {
        flex-basis: 64px;
        width: 64px;
        height: 64px;
    }

    .article.ranking .ranking-header_rank .rank {
        font-size: 22px;
    }

    article.article .ranking-block__container .ranking-header_tag span {
        font-size: 12px;
    }

    .article.ranking .ranking-header_detail__container {
        row-gap: 0;
    }
}

/* ▼ ランキング詳細テーブル全体の箱 */
.article.ranking .ranking-detail-table {
    margin-top: 24px;
    padding: 20px 22px;
    border-radius: 20px;
    background: linear-gradient(135deg, #f4f9ff, #eaf3ff);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

/* 1行を2列グリッド化（PC） */
.article.ranking .ranking-detail-table-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 16px;
    margin-bottom: 0;
    /* Cocoon側の余白打ち消し用 */
}

/* 各キャプションボックスをカード化 */
.article.ranking .ranking-detail-table .caption-box {
    border: none;
    background: #ffffff;
    border-radius: 16px;
    padding: 10px 16px 14px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
}

/* 見出し部分（買取エリア / 受付時間 / 費用 / 買取手段） */
.article.ranking .ranking-detail-table .caption-box-label {
    background: transparent;
    border: none;
    padding: 8px 16px;
    margin: 0 0 6px;
    border-bottom: 2px solid #FFD8B5;
    display: flex;
    align-items: center;
    gap: 6px;
    background-color: none !important;
}

/* ラベルのテキスト */
.article.ranking .ranking-detail-table .caption-box-label-text {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #f26a1a;
    text-align: center;
    margin: 0 auto;
    /* ランキング全体のオレンジ系と合わせる */

}

/* ラベル左の丸いアイコン（さりげないアクセント） */
.article.ranking .ranking-detail-table .caption-box-label::before {
    /* content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #f26a1a;
  opacity: 0.7; */
}

/* 値のテキスト（全国対応… / 24時間…など） */
.article.ranking .ranking-detail-table .caption-box-content {
    padding: 0;
}

.article.ranking .ranking-detail-table .caption-box-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: #333333;
    text-align: center;
}

/* ▼ ホバーでちょっと持ち上げる（PCのみでもOK） */
@media (hover: hover) {
    .article.ranking .ranking-detail-table .caption-box:hover {
        transform: translateY(-1px);
        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
        transition: all 0.18s ease-out;
    }
}

/* ▼ SPでは1カラム表示に */
@media (max-width: 768px) {
    .article.ranking .ranking-detail-table {
        padding: 16px 14px;
        border-radius: 16px;
    }

    .article.ranking .ranking-detail-table-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .article.ranking .ranking-detail-table .caption-box {
        border-radius: 14px;
    }
}

@media (max-width: 480px) {
    .article.ranking .ranking-detail-table-row {
        gap: 0px;
    }

    .article.ranking .ranking-detail-table .caption-box-label {
        margin-bottom: 0 !important;
        padding: .25em .5em !important;
    }

    .article.ranking .ranking-detail-table .caption-box-label-text {
        font-size: 14px;
    }

    article.article .ranking-block__container .ranking-detail-table .caption-box .box-content {
        padding: .25em .5em !important;
    }

    .article.ranking .ranking-detail-table .caption-box-content p {
        font-size: 14px;
    }
}


/* =========================
 * 吹き出し全体レイアウト
 * ======================= */
.speech-wrap {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

/* 右側（質問） */
.speech-wrap.sbp-r {}

/* 左側（回答） */
.speech-wrap.sbp-l {
    justify-content: flex-start;
}

/* 吹き出し内テキスト共通 */
.speech-balloon p {
    margin: 0;
    font-size: 18px;
    text-wrap: pretty;
}

/* =========================
 * 吹き出し本体（青ベース）
 * ======================= */
.article .speech-balloon {
    /* position: relative; */
    /* バルーンの青 */
    /* color: #fff;
    padding: 12px 18px;
    border-radius: 999px; */
    /* カプセル風 */
    /* font-size: 15px;
    line-height: 1.6;
    max-width: 620px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); */
    /* border: 3px solid #eee; */
    padding: 0.5em 8px;
    position: relative;
    margin: 0;
    width: calc(100% - 80px);
    word-wrap: break-word;
    border-radius: 6px;
}

.cocoon-block-balloon.not-nested-style>.speech-balloon {
    background-color: transparent;
    border-color: #cccccc;
}

/* =========================
 * しっぽ（右側のバルーン）
 * ======================= */
.speech-wrap.sbp-r .speech-balloon::before,
.speech-wrap.sbp-r .speech-balloon::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* 白い切り欠き部分 */
.speech-wrap.sbp-r .speech-balloon::before {
    right: -18px;
    width: 20px;
    height: 26px;
    background: #ffffff;
    /* ページ背景色に合わせる */
    border-radius: 0 0 20px 0;
}

/* 青い三角（実際のしっぽ） */
.speech-wrap.sbp-r .speech-balloon::after {
    right: -6px;
    border-width: 14px 0 14px 18px;
    border-style: solid;

}

/* =========================
 * しっぽ（左側のバルーン）
 * ======================= */
.speech-wrap.sbp-l .speech-balloon::before,
.speech-wrap.sbp-l .speech-balloon::after {
    content: "";
    position: absolute;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    top: 1pc;
}

/* 白い切り欠き部分 */
.speech-wrap.sbp-l .speech-balloon::before {
    border-right: 11px solid #cccccc;
    left: -11px;
    top: 50%;
    transform: translateY(-50%);
}

.speech-person {
    width: auto;
    min-width: auto;
    flex-direction: column;
}

/* 青い三角（実際のしっぽ） */
.speech-wrap.sbp-l .speech-balloon::after {
    border-right: 9px solid #fff;
    left: -7px;
    top: 50%;
    transform: translateY(-50%);
}

.cocoon-block-balloon.not-nested-style.sbp-r>.speech-balloon::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 11px solid #cccc;
    border-right: 0;
    top: 50%;
    transform: translateY(-50%);
    right: -12px !important;
}

.cocoon-block-balloon.not-nested-style.sbp-r>.speech-balloon::after {
    border-left: 9px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: none;
    right: -8px !important;
    top: 50%;
    transform: translateY(-50%);
}

/* =========================
 * アイコンまわり
 * ======================= */
.speech-person {
    display: flex;
    align-items: center;
}

/* 左右の余白を少しだけ */
.speech-wrap.sbp-l .speech-person {
    margin-right: 12px;
}

.speech-wrap.sbp-r .speech-person {
    margin-left: 12px;
}

/* アイコンを丸く・青トーンに */
.speech-icon {
    width: clamp(50px, 6.5vw, 65px);
    height: clamp(50px, 6.5vw, 65px);
    border-radius: 50%;
    overflow: hidden;

}

.speech-icon-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
}

/* スマホ時の微調整 */
@media (max-width: 768px) {
    .article .speech-balloon {
        font-size: 14px;
        padding: 10px 14px;
        max-width: 100%;
    }
}

/* =========================
   比較表内 ランクSVG調整
   ========================= */

/* 1位カラム全体の背景をほんのりオレンジに */
.article .compare-table table td:nth-child(2) {
    background-color: #fff7ec;
    /* 薄いオレンジ */
}


.compare-table .ranking-header_rank.is-table-rank {
    position: relative;
    width: 48px;
    height: 48px;
    margin: 0 auto;
}

.compare-table .ranking-header_rank.is-table-rank svg.rank-badge {
    width: 100%;
    height: 100%;
    display: block;
}

.compare-table .ranking-header_rank.is-table-rank .rank {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    pointer-events: none;
}

@media(max-width:480px) {
    .compare-table .ranking-header_rank.is-table-rank {
        width: 30px;
        height: 30px;
    }

    .compare-table .ranking-header_rank.is-table-rank .rank {
        font-size: 14px;
    }
}

.rank-color-1 .badge-stop-1 {
    stop-color: #fff1b8;
}

.rank-color-1 .badge-stop-2 {
    stop-color: #ffc94d;
}

.rank-color-1 .badge-stop-3 {
    stop-color: #f2a800;
}

.rank-color-2 .badge-stop-1 {
    stop-color: #f4f6f8;
}

.rank-color-2 .badge-stop-2 {
    stop-color: #c9ced6;
}

.rank-color-2 .badge-stop-3 {
    stop-color: #9da3ad;
}

.rank-color-3 .badge-stop-1 {
    stop-color: #f2d2b6;
}

.rank-color-3 .badge-stop-2 {
    stop-color: #d19a6a;
}

.rank-color-3 .badge-stop-3 {
    stop-color: #a8642a;
}

/* =========================
   ランキング用 FV下
   ========================= */
.wp-block-lazyblock-recommendation {
    background: linear-gradient(180deg,
            #f0faff 0%,
            #e6f4ff 100%);
    width: calc(100% + 58px);
    margin-left: -29px !important;
    margin-bottom: 60px;
    max-width: initial;
    padding: 20px 29px 40px;
}



.wp-block-lazyblock-recommendation img {
    max-width: 100%;
}

.wp-block-lazyblock-recommendation .ranking-block__container {
    padding-bottom: 60px !important;
}

.wp-block-lazyblock-recommendation .ranking-header__container {
    margin-bottom: 0 !important;
}

.wp-block-lazyblock-recommendation .button-block {
    text-align: center;
}

.wp-block-lazyblock-recommendation .inline-button-green a {
    font-size: 18px;
    min-width: 400px;
    margin: 0 auto;

    display: inline-block;
}

@media(max-width: 834px) {
    .wp-block-lazyblock-recommendation {
        width: calc(100% + 32px);
        margin-left: -16px !important;
        padding: 16px 16px 20px;
    }
}

@media(max-width:480px) {

    .wp-block-lazyblock-recommendation h2 span {
        font-size: 20px !important;
    }

    .wp-block-lazyblock-recommendation h2 {
        padding-left: 0% !important;
        padding-right: 0% !important;

    }

    .wp-block-lazyblock-recommendation .button-block>span {
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    .wp-block-lazyblock-recommendation .inline-button-green a {
        font-size: 16px;
        min-width: initial;
        width: 100%;
    }
}

/* =========================
   ランキング用 キャンペーン（オレンジVer）
   ========================= */

/* キャンペーン枠を少しだけオレンジ寄りに */
.article.article .ranking-block__container .ranking-campaign {
    margin: 40px auto 48px;
    padding: 24px 20px 28px;
    max-width: 860px;
    background: #fffaf3;
    /* ほんのりベージュ */
    border-radius: 18px;
    border: 1px solid #ffe0bf;
    box-shadow: 0 8px 20px rgba(255, 145, 0, 0.10);
}

/* ▼やわらかいタグ風の h2 見出し */
article.article .ranking-campaign>h2 {
    position: relative;

    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    padding: 6px 16px;

    font-weight: 700;
    color: #d85a00;
    background: #ffffff;
    /* border-radius: 999px; */
    /* カプセル型 */
    /* border: 1px solid #ffd4a3;
    box-shadow: 0 3px 6px rgba(255, 145, 0, 0.18); */
    letter-spacing: 0.06em;
}

/* 左に小さな★アイコン */

/* 下にうっすらオレンジライン（控えめな装飾） */
article.article .ranking-campaign>h2::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: -6px;
    height: 3px;
    background: linear-gradient(to right, #ffe7c1, #ffc78a, #ffe7c1);
    opacity: 0.9;
}

/* 画像と本文はそのまま／お好みで */
.ranking-campaign .wp-block-image {
    margin: 14px 0 22px;
}

.ranking-campaign .wp-block-image img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.10);
}

.ranking-campaign p {
    margin: 0 0 12px;

    line-height: 1.8;
}

/* 強調用クラス（前と同じでOK） */
.ranking-campaign .bold-red {
    color: #e85100;
    font-weight: 700;
}

.ranking-campaign .marker {
    background: linear-gradient(transparent 60%, #ffe49f 60%);
}


/* SP調整 */
@media (max-width: 768px) {
    .ranking-campaign {
        padding: 18px 14px 22px;
        border-radius: 14px;
    }

    .ranking-campaign>h2 {

        padding: 6px 12px;
        margin-bottom: 14px;
    }

    .ranking-campaign p {}
}

/* -----------------------------
 * サイドバー全体のボックス
 * --------------------------- */
aside.widget_search_filter_register_widget {
    background: #fff;
    border-radius: 18px;
    border: 2px solid #F5E5CF;
    padding: 18px 18px 22px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .04);
}

/* 見出し「買取業者を探す」 */
aside.widget_search_filter_register_widget .widget-sidebar-title {
    position: relative;
    margin: -18px -18px 14px;
    padding: 10px 18px 11px 40px;
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(90deg, #FFB347, #FF7A3C);
    /* オレンジ系 */
    color: #fff;
}

/* タイトル左の小アイコン */
aside.widget_search_filter_register_widget .widget-sidebar-title::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .4);
    transform: translateY(-50%);
}

/* フォーム基礎 */
aside.widget_search_filter_register_widget .searchandfilter {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}

/* -----------------------------
 * 商品の種類タブ（ラジオ）
 * --------------------------- */
aside.sf-field-taxonomy-company_type>ul {
    display: flex;
    gap: 6px;
    margin: 6px 0 14px;
    padding: 0;
    list-style: none;
}

aside.sf-field-taxonomy-company_type>ul>li {
    flex: 1 1 0;
    position: relative;
}

/* ラジオ本体は隠す */
aside.sf-field-taxonomy-company_type .sf-input-radio {
    position: absolute;
    opacity: 0;
}

/* タブ風ラベル */
aside.sf-field-taxonomy-company_type .sf-label-radio {
    display: block;
    padding: 6px 4px;
    text-align: center;
    border-radius: 999px;
    border: 1px solid #CBD5E1;
    background: #F8FAFC;
    color: #334155;
    font-size: 12px;
    cursor: pointer;
}

/* 選択中タブ（.sf-option-active が li につく） */
aside.sf-field-taxonomy-company_type .sf-option-active .sf-label-radio {
    border-color: #3B82F6;
    /* 青 */
    background: linear-gradient(135deg, #3B82F6, #2563EB);
    color: #fff;
}

/* -----------------------------
 * 各セクション見出し h4
 * --------------------------- */
aside.widget_search_filter_register_widget h4 {
    margin: 12px 0 4px;
    padding-bottom: 4px;
    border-bottom: 2px solid #0F766E;
    /* グリーン系ライン */
    font-size: 14px;
    font-weight: 700;
    color: #0F766E;
}

/* -----------------------------
 * チェックボックス周り
 * --------------------------- */
aside.widget_search_filter_register_widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0 1em;
}

aside.widget_search_filter_register_widget li ul li {
    margin: 3px 0;
    padding: 0;
    display: flex;
    align-items: center;
}

aside.widget_search_filter_register_widget li ul li label {
    padding-left: 0;
}

/* チェックの色（対応ブラウザ） */
aside.widget_search_filter_register_widget input[type="checkbox"],
aside.widget_search_filter_register_widget input[type="radio"] {
    accent-color: #0F766E;
    /* グリーン */
}

/* ラベルの行間 */
aside.widget_search_filter_register_widget .sf-label-checkbox,
aside.widget_search_filter_register_widget .sf-label-radio {
    cursor: pointer;
}

/* -----------------------------
 * 検索ボタン
 * --------------------------- */
aside.widget_search_filter_register_widget .sf-field-submit {
    width: 100%;
}

aside.widget_search_filter_register_widget .sf-field-submit input[type="submit"] {
    width: 100%;
    margin-top: 14px;
    padding: 10px 0;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #FFB347, #FF7A3C);
    /* オレンジ */
    color: #fff;
    font-weight: 700;
    letter-spacing: .12em;
    text-align: center;
    box-shadow: 0 4px 10px rgba(255, 122, 60, .4);
    cursor: pointer;
}

aside.widget_search_filter_register_widget .sf-field-submit input[type="submit"]:hover {
    opacity: .92;
    transform: translateY(1px);
}

/* スマホで少し余白を詰める */
@media (max-width: 768px) {
    aside.widget_search_filter_register_widget {
        padding: 14px 14px 18px;
    }
}

.search__link {
    text-decoration: none;
}

.company-detail-item--search .article.ranking .ranking-detail-table-row {
    margin-bottom: 14px;
}

.company-detail-item--search .article.ranking .ranking-detail-table .caption-box {
    margin-bottom: 0;
}

.company-detail-item--search .article.ranking h2 {
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
    color: #000 !important;
}

.company-detail-item--search {
    margin: 40px auto 0;
    padding: 24px 20px 28px;
    max-width: 860px;
    background: #fffaf3;
    border-radius: 18px;
    border: 1px solid #ffe0bf;
    box-shadow: 0 8px 20px rgba(255, 145, 0, 0.10);
}