#jewelry .contents__left > section .titleHeading + .text {
    margin-top: 2rem;
}
@media (max-width: 767px) {
    #jewelry .contents__left > section .titleHeading + .text {
        margin-top: 2rem;
    }
}
#jewelry .contents__left > section .text--wrap {
    margin-top: 1rem;
    font-size: 16px;
    font-size: 1rem;
}
#jewelry .contents__left > section .titleSub {
    margin-bottom: 1rem;
}
#jewelry .contents__left > section .colBox .text {
    font-size: 14px;
    color: #545454;
}
@media (max-width: 767px) {
    #jewelry .contents__left > section .colBox .text {
        font-size: 12px;
    }
}
#jewelry .contents__left > section:first-of-type .titleMain--wrapper {
    margin-bottom: 2rem;
}
@media (min-width: 768px) {
    #jewelry .contents__left > section:first-of-type .titleMain--wrapper {
        margin-bottom: 2rem;
    }
}
@media (min-width: 768px) {
    #jewelry .result__flex .flex__content .content__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 2rem;
    }
}
#jewelry
    .result__flex
    .flex__content
    .content__list
    .content__item:nth-child(n + 5) {
    display: list-item;
}
#jewelry .jewelrySoubaBox {
    width: 100%;
    max-width: 864px;
    margin: 4rem auto 0;
}
@media (max-width: 767px) {
    #jewelry .jewelrySoubaBox {
        width: calc(100% + 1rem);
        margin: 2rem -0.5rem 0;
    }
}
#jewelry .jewelrySoubaBox .titleSub {
    margin-bottom: 2rem;
}
#jewelry .jewelrySoubaBox__header {
    color: #fff;
    text-align: center;
}
#jewelry .jewelrySoubaBox__header .tab__item {
    width: 50%;
}
#jewelry .jewelrySoubaBox__header .tab__item.active a {
    pointer-events: none;
    background-color: #faf1dd;
}
#jewelry .jewelrySoubaBox__title {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 10.5px 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: #cc1d2c;
    border-radius: 24px 24px 0 0;
}
@media (min-width: 768px) {
    #jewelry .jewelrySoubaBox__title {
        font-size: 24px;
        font-size: 1.5rem;
    }
}
@media (min-width: 768px) {
    #jewelry .jewelrySoubaBox__title {
        padding: 14px 0;
    }
}
#jewelry .jewelrySoubaBox__body {
    background-color: #faf1dd;
    border-radius: 0 0 24px 24px;
}
@media (max-width: 767px) {
    #jewelry .jewelrySoubaBox__body {
        width: 100%;
    }
    #jewelry .jewelrySoubaBox__body.active {
        padding: 32px 16px;
        margin: 0;
    }
}
@media (min-width: 768px) {
    #jewelry .jewelrySoubaBox__form {
        max-width: 680px;
        margin: 0 auto;
    }
}
#jewelry .jewelrySoubaBox__form .form__lead {
    margin-bottom: 1rem;
    color: #545454;
}
#jewelry .jewelrySoubaBox__form .form__lead.noTab {
    padding-top: 1.5rem;
}
@media (max-width: 767px) {
    #jewelry .jewelrySoubaBox__form .form__lead {
        font-size: 14px;
    }
}
@media (min-width: 768px) {
    #jewelry .jewelrySoubaBox__form dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (min-width: 768px) {
    #jewelry .jewelrySoubaBox__form dl dt {
        width: 21.1%;
        margin-top: 0.5rem;
    }
}
#jewelry .jewelrySoubaBox__form dl dd {
    margin-bottom: 2%;
}
#jewelry .jewelrySoubaBox__form dl dd.border {
    width: 100%;
    height: 1px;
    margin: 20px 0 12px;
    background-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
    #jewelry .jewelrySoubaBox__form dl dd {
        width: 78.9%;
        margin-top: 0.5rem;
    }
}
#jewelry .jewelrySoubaBox__form .form__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#jewelry .jewelrySoubaBox__form .form__wrap > *:first-child {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
}
@media (max-width: 767px) {
    #jewelry .jewelrySoubaBox__form .form__wrap > *:first-child {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    }
}
#jewelry .jewelrySoubaBox__form .form__wrap > *.form--symbol {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}
#jewelry .jewelrySoubaBox__form .form__wrap > *:last-child {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}
@media (max-width: 767px) {
    #jewelry .jewelrySoubaBox__form .form__wrap > *:last-child {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }
}
#jewelry .jewelrySoubaBox__form .form__liner {
    position: relative;
    z-index: 0;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 24px;
}
#jewelry .jewelrySoubaBox__form .form__liner select,
#jewelry .jewelrySoubaBox__form .form__liner input {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding: 0.75rem 40px 0.75rem 25px;
    overflow: hidden;
    font-size: 0.875rem;
    border: 2px solid #d82300;
    border-radius: 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#jewelry .jewelrySoubaBox__form .form__liner::after {
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 0;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    vertical-align: middle;
    content: "";
    border-right: 1px solid #d82300;
    border-bottom: 1px solid #d82300;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
#jewelry .jewelrySoubaBox__form .form__liner--weight input {
    padding: 0.4rem 40px;
    font-size: 20px;
    text-align: center;
}
#jewelry .jewelrySoubaBox__form .form__liner--weight::after {
    top: 12px;
    width: auto;
    height: auto;
    margin-top: 0;
    content: "g";
    border-right: none;
    border-bottom: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
#jewelry .jewelrySoubaBox__form .btn__red {
    display: block;
    width: 100%;
    max-width: 392px;
    margin: 1rem auto 0;
}
#jewelry .jewelrySoubaBox__form .btn__red button.souba {
    display: block;
    width: 100%;
    font-weight: bold;
    color: #fff;
    background-color: #d82300;
    border: 2px solid #d82300;
}
#jewelry .jewelrySoubaBox__form .btn__red button.souba:hover {
    background-color: #b31e00;
    border: 2px solid #b31e00;
}
#jewelry .jewelrySoubaBox__form .btn__red button.souba::after {
    background-image: url("../images/common/icon_arrow_white01_3.png");
    background-size: contain;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
#jewelry .jewelrySoubaBox__form .form__answer {
    padding: 12px 5vw;
    margin-top: 2rem;
    background-color: #fff;
    border-radius: 24px;
}
#jewelry .jewelrySoubaBox__form .form__answer--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#jewelry .jewelrySoubaBox__form .form__answer--inner.hasBorder {
    position: relative;
    margin-bottom: 20px;
}
#jewelry .jewelrySoubaBox__form .form__answer--inner.hasBorder::after {
    position: absolute;
    bottom: -10px;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
}
#jewelry .jewelrySoubaBox__form .form__answer .sumTitle {
    width: 48%;
    font-size: 87.5%;
    font-weight: bold;
    color: #cc1d2c;
}
#jewelry .jewelrySoubaBox__form .form__answer .price {
    width: 52%;
    font-size: 150%;
    font-weight: bold;
    text-align: right;
}
#jewelry .jewelrySoubaBox__form .form__answer .price input {
    width: 85%;
    font-size: 104%;
    line-height: 1;
    vertical-align: top;
}
#jewelry .jewelrySoubaBox__form .form__answer .price .value {
    font-size: 87.5%;
    font-weight: normal;
}
#jewelry .jewelrySoubaBox__table {
    padding: 2rem 20px 48px;
}
#jewelry .jewelrySoubaBox__table .jewelrySoubaBox__table__title {
    font-weight: bold;
    color: #d82300;
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
}
#jewelry .jewelrySoubaBox__table__scroll {
    display: inline-block;
    max-height: 336px;
    padding-right: 12px;
    overflow-y: scroll;
    border-radius: 24px;
    scrollbar-color: #d82300;
}
@media (max-width: 767px) {
    #jewelry .jewelrySoubaBox__table__scroll {
        max-height: 392px;
    }
}
#jewelry .jewelrySoubaBox__table__scroll::-webkit-scrollbar {
    width: 12px;
}
#jewelry .jewelrySoubaBox__table__scroll::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 12px;
}
#jewelry .jewelrySoubaBox__table__scroll::-webkit-scrollbar-thumb {
    background: #d82300;
    border-radius: 12px;
}
#jewelry .jewelrySoubaBox__table table {
    width: 100%;
    margin-top: 1rem;
    overflow: hidden;
    table-layout: fixed;
    border-collapse: collapse;
    border-radius: 0 0 24px 24px;
    border-radius: 24px;
}
#jewelry .jewelrySoubaBox__table table.is-sp thead tr + tr th {
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: normal;
}
#jewelry .jewelrySoubaBox__table table thead th {
    padding-top: 14px;
    padding-bottom: 14px;
    font-weight: 400;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #545454;
    font-size: 14px;
    font-size: 0.875rem;
}
@media (min-width: 768px) {
    #jewelry .jewelrySoubaBox__table table thead th {
        width: 25%;
    }
}
@media (max-width: 767px) {
    #jewelry .jewelrySoubaBox__table table thead th {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
#jewelry .jewelrySoubaBox__table table thead th + th {
    border-left: solid 1px #faf1d1;
}
#jewelry .jewelrySoubaBox__table table thead th.table__head--bold {
    font-weight: 700;
}
#jewelry .jewelrySoubaBox__table table thead th.table__head--emphasis {
    background-color: #d82300;
}
#jewelry .jewelrySoubaBox__table table .table__items {
    overflow: hidden;
    text-align: center;
    border-radius: 0 0 24px 24px;
}
#jewelry .jewelrySoubaBox__table table .table__items td:first-child {
    padding-top: 14px;
    padding-bottom: 14px;
    font-weight: 400;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #545454;
    border: 1px solid #faf1dd;
    font-size: 14px;
    font-size: 0.875rem;
}
@media (max-width: 767px) {
    #jewelry .jewelrySoubaBox__table table .table__items td:first-child {
        padding-top: 0;
        padding-bottom: 0;
    }
}
#jewelry .jewelrySoubaBox__table table .table__items .table__item {
    height: 56px;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #faf1dd;
}

.jewelry_colour_clarity td {
    font-size: 12px;
    padding: 1%;
}

@media (max-width: 767px) {
    #jewelry .jewelrySoubaBox__table table .table__items .table__item {
        padding-top: 10px;
        padding-bottom: 10px;
        word-wrap: break-word;
        vertical-align: text-bottom;
    }
}
#jewelry .jewelrySoubaBox__table table .table__items .table__item.color {
    padding-top: 14px;
    padding-bottom: 14px;
    font-weight: 400;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #545454;
    font-size: 14px;
    font-size: 0.875rem;
}
@media (min-width: 768px) {
    #jewelry .jewelrySoubaBox__table table .table__items .table__item.color {
        width: 25%;
    }
}
@media (max-width: 767px) {
    #jewelry .jewelrySoubaBox__table table .table__items .table__item.color {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
#jewelry
    .jewelrySoubaBox__table
    table
    .table__items
    .table__item.color.table__head--bold {
    font-weight: 700;
}
#jewelry
    .jewelrySoubaBox__table
    table
    .table__items
    .table__item.color.table__head--emphasis {
    background-color: #d82300;
}
#jewelry .jewelrySoubaBox__table table .table__items .table__item.price::after {
    font-size: 68.75%;
    font-weight: normal;
    content: "円";
}
#jewelry .jewelrySoubaBox__table table .table__items .table__item.item--name {
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
}
#jewelry
    .jewelrySoubaBox__table
    table
    .table__items
    .table__item.item--name
    span {
    font-weight: 400;
    font-size: 12px;
    font-size: 0.75rem;
}
#jewelry
    .jewelrySoubaBox__table
    table
    .table__items
    .table__item.item--emphases {
    font-weight: 700;
    color: #d82300;
    font-size: 18px;
    font-size: 1.125rem;
}
#jewelry .jewelrySoubaBox__table__attend {
    max-width: 660px;
    margin-top: 2rem;
}
#jewelry .jewelrySoubaBox__table__attend .attendList__title {
    margin-bottom: 1rem;
    font-size: 18px;
    font-weight: bold;
}
#jewelry .jewelrySoubaBox__table__attend .attendList__item {
    margin-left: 1.2rem;
    font-size: 14px;
}
#jewelry .jewelrySoubaBox__table__attend .attendList__item:not(:last-of-type) {
    margin-bottom: 0.5rem;
}
#jewelry .jewelrySoubaBox__table__attend .attendList__item::before {
    margin-left: -1.2rem;
}
@media (max-width: 767px) {
    #jewelry .brandinfo__body {
        background-position: 5px min(180px, 46.1538461538%);
    }
}
@media (min-width: 768px) {
    #jewelry .brandinfo__body__img img {
        width: 100%;
        max-width: 496px;
        height: auto;
    }
}
#jewelry .brandinfo__body__text p + p {
    margin-top: 1rem;
}
#jewelry .colBox + .titleSub {
    margin-top: 2rem;
}
@media (min-width: 768px) {
    #jewelry [class*="flex--hasItem"] .flex__content.active {
        padding: min(3.33vw, 48px) min(3.47vw, 50px);
    }
}
#jewelry .num-content__lists {
    margin-top: 2rem;
    counter-reset: number 0;
}
#jewelry .num-content__lists > * {
    padding-left: 38px;
}
#jewelry .num-content__lists .num-content__list {
    position: relative;
}
#jewelry .num-content__lists .num-content__list::before {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5.5px 7px;
    font-family: "Roboto";
    font-size: 1rem;
    line-height: 1.3125;
    color: #fff;
    content: counter(number, decimal-leading-zero) " ";
    counter-increment: number 1;
    background-color: #d82300;
    border-radius: 2px;
}
#jewelry .num-content__lists .num-content__list > span {
    display: block;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.4444444444;
    color: #000;
}
#jewelry .num-content__lists .num-content__list > p {
    margin-top: 1rem;
}
#jewelry .num-content__lists .num-content__list + .num-content__list {
    margin-top: 2rem;
}
#jewelry .num-content__lists .num-content__list > .num-content__listFullNumber {
    margin-top: 1rem;
    counter-reset: number 0;
}
#jewelry
    .num-content__lists
    .num-content__list
    > .num-content__listFullNumber
    > * {
    padding-left: 24px;
}
#jewelry
    .num-content__lists
    .num-content__list
    > .num-content__listFullNumber
    > li {
    position: relative;
}
#jewelry
    .num-content__lists
    .num-content__list
    > .num-content__listFullNumber
    > li
    > span {
    font-weight: bold;
    color: #000;
}
#jewelry
    .num-content__lists
    .num-content__list
    > .num-content__listFullNumber
    > li::before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
    content: "(" counter(number) ")";
    counter-increment: number 1;
}
#jewelry
    .num-content__lists
    .num-content__list
    > .num-content__listFullNumber
    > li
    > ul {
    margin-top: 0.5rem;
}
#jewelry
    .num-content__lists
    .num-content__list
    > .num-content__listFullNumber
    > li
    > ul
    > li {
    list-style-type: "・";
}
#jewelry
    .num-content__lists
    .num-content__list
    > .num-content__listFullNumber
    > li
    + li {
    margin-top: 1rem;
}
#jewelry .num-content__lists .num-content__list dt {
    margin-top: 1rem;
    font-weight: bold;
    color: #000;
}
#jewelry .num-content__lists .num-content__list dd {
    margin-top: 0.5rem;
}
#jewelry .num-content__lists .num-content__list dd > ul {
    padding-left: 24px;
}
#jewelry .num-content__lists .num-content__list dd > ul > li {
    list-style-type: "・";
}
#jewelry .num-content__lists .num-content__list dd p + p {
    margin-top: 1rem;
}
#jewelry .form__wrap .form__liner {
    position: relative;
    z-index: 0;
    max-width: 392px;
    margin: 0 auto;
    background: #fff;
    border-radius: 24px;
}
#jewelry .form__wrap .form__liner select,
#jewelry .form__wrap .form__liner input {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding: 0.75rem 40px 0.75rem 25px;
    overflow: hidden;
    font-size: 0.875rem;
    border: 2px solid #d82300;
    border-radius: 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#jewelry .form__wrap .form__liner::after {
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 0;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    vertical-align: middle;
    content: "";
    border-right: 1px solid #d82300;
    border-bottom: 1px solid #d82300;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
#jewelry .form__wrap .form__liner--weight input {
    padding: 0.4rem 40px;
    font-size: 20px;
    text-align: center;
}
#jewelry .form__wrap .form__liner--weight::after {
    top: 12px;
    width: auto;
    height: auto;
    margin-top: 0;
    content: "g";
    border-right: none;
    border-bottom: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
#jewelry .form__wrap .form__liner--result input {
    padding: 0.4rem 40px;
    font-size: 20px;
    text-align: center;
    border-color: #fff;
}
#jewelry .form__wrap .form__liner--result::after {
    top: 17px;
    right: 13px;
    width: auto;
    height: auto;
    margin-top: 0;
    font-size: 14px;
    content: "円";
    border-right: none;
    border-bottom: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
@media (max-width: 767px) {
    #jewelry .shop__detail--kaitori {
        padding: 0 1rem;
    }
}
#jewelry .shop__detail--kaitori .titleMain--wrapper {
    margin-bottom: 2rem;
}
@media (min-width: 768px) {
    #jewelry .shop__detail--kaitori .titleMain--wrapper {
        margin-bottom: 4rem;
    }
}
#jewelry .shop__detail--kaitori .acod__02 {
    margin-top: 0.5rem;
}
@media (min-width: 768px) {
    #jewelry .shop__detail--kaitori .acod__02 .acod__switch {
        font-size: 1.125rem;
    }
    #jewelry .shop__detail--kaitori .acod__02 .acod__switch p {
        text-align: center;
    }
    #jewelry .shop__detail--kaitori .acod__02 .acod__contents--padd {
        padding-right: 2rem;
        padding-left: 2rem;
    }
    #jewelry .shop__detail--kaitori .acod__02 .colBox {
        gap: 1.78vw 1.34vw;
        margin-top: 1rem;
    }
    #jewelry .shop__detail--kaitori .acod__02 .colBox__col04 > .col {
        width: 12.2222vw;
    }
}
@media (max-width: 767px) {
    #jewelry .shop__detail--kaitori .acod__02 .colBox {
        padding: 0;
        margin-top: 1rem;
    }
}
#jewelry .shop__detail--kaitori .acod__02 .btn__wrap a {
    padding: calc(0.625rem - 1px) 40px calc(0.625rem - 1px) 25px;
}
#jewelry .shop__detail--kaitori .shop__detail--kaitoriBtnList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 12px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    width: 88%;
    padding: 16px;
    margin: auto;
    border-radius: 24px;
}
@media (max-width: 767px) {
    #jewelry .shop__detail--kaitori .shop__detail--kaitoriBtnList {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        width: 100%;
    }
}
@media (min-width: 768px) {
    #jewelry .shop__detail--kaitori .shop__detail--kaitoriBtnList .btn__wrap {
        width: calc(50% - 0.5rem - 12px);
        margin: 0.5rem auto;
        margin: 0;
    }
}
@media (max-width: 767px) {
    #jewelry .shop__detail--kaitori .shop__detail--kaitoriBtnList .btn__wrap {
        margin: 0 auto;
    }
}
#jewelry .jewelry-result-cat {
    padding: 0.75rem 1.25rem;
    margin-top: 4rem;
    background: #f2f2f2;
    border-radius: 24px;
}
#jewelry .jewelry-result-cat.another {
    margin-top: 10px;
}
@media (max-width: 767px) {
    #jewelry .jewelry-result-cat {
        padding: 0.75rem 1rem;
        margin: 0 -0.5rem;
        margin-top: 2rem;
    }
}
#jewelry .jewelry-result-cat__ttl {
    position: relative;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.4444444444;
    text-align: center;
}
@media (min-width: 768px) {
    #jewelry .jewelry-result-cat__ttl.acod__switch {
        pointer-events: none;
    }
}
@media (max-width: 767px) {
    #jewelry .jewelry-result-cat__ttl {
        padding: 0 0.5rem;
        text-align: left;
        cursor: pointer;
    }
    #jewelry .jewelry-result-cat__ttl.acod__switch::after {
        position: absolute;
        top: 50%;
        right: 0;
        width: 12px;
        height: 12px;
        margin-top: -6px;
        vertical-align: middle;
        content: "";
        background: url("../images/common/icon_plus_red01.png") no-repeat right
            center;
        background-size: contain;
    }
    #jewelry .jewelry-result-cat__ttl.acod__switch.open::after {
        background: url("../images/common/icon_minus_red01.png") no-repeat right
            center;
        background-size: contain;
    }
}
#jewelry .jewelry-result-cat__item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 0.75rem;
    -webkit-column-gap: 4.854368932%;
    -moz-column-gap: 4.854368932%;
    column-gap: 4.854368932%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 824px;
    margin: 1.5625rem auto 0.8125rem;
}
#jewelry .jewelry-result-cat__item ul li {
    position: relative;
    width: 47.572815534%;
    max-width: 392px;
}
@media (max-width: 767px) {
    #jewelry .jewelry-result-cat__item ul li {
        width: 100%;
        max-width: 100%;
    }
}
#jewelry .jewelry-result-cat__item ul li a {
    display: block;
    padding: 0.625rem 2.25rem 0.625rem 1.5rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
    background: #fff;
    border: solid 2px rgba(0, 0, 0, 0);
    border-radius: 24px;
}
#jewelry .jewelry-result-cat__item ul li a:hover {
    border-color: #d82300;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
#jewelry .jewelry-result-cat__item ul li a::after {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 1rem;
    height: 1rem;
    margin-top: -0.5rem;
    vertical-align: middle;
    content: "";
    background: url("../images/common/icon_arrow_red01.png") no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
}
#jewelry .jewelry-result-cat__content {
    margin-top: 10px;
    background-color: #f2f2f2;
    border-radius: 24px;
}
@media (max-width: 767px) {
    #jewelry .jewelry-result-cat__content {
        padding: 0.75rem 0.5rem;
        margin: 10px -0.5rem;
    }
}
@media (min-width: 768px) {
    #jewelry .jewelry-result-cat__content {
        padding: 0.75rem 50px;
    }
}
#jewelry .jewelry-result-cat__content .colBox {
    gap: 2rem 1.3%;
    margin-top: 1.5rem;
}
@media (min-width: 1441px) {
    #jewelry .jewelry-result-cat__content .colBox {
        gap: 2rem 1.25rem;
    }
}
@media (max-width: 767px) {
    #jewelry .jewelry-result-cat__content .colBox {
        gap: 1rem 0.375rem;
    }
}
@media (max-width: 767px) {
    #jewelry .jewelry-result-cat__content .colBox__col04 {
        padding: 0 1rem;
    }
}
#jewelry .jewelry-result-cat__content .colBox__col04 > .col {
    width: 24%;
    max-width: 176px;
}
@media (max-width: 767px) {
    #jewelry .jewelry-result-cat__content .colBox__col04 > .col {
        max-width: 98px;
    }
}
@media (max-width: 767px) {
    #jewelry .jewelry-result-cat__content .colBox.sp__col03 {
        width: 100%;
        padding: 0 0.5rem;
    }
    #jewelry .jewelry-result-cat__content .colBox.sp__col03 > .col {
        width: 32.1%;
        max-width: 100px;
    }
}
@media (max-width: 767px) {
    #jewelry .jewelry-result-cat__content .acod__result-cat__switch {
        cursor: pointer;
    }
    #jewelry .jewelry-result-cat__content .acod__result-cat__switch::after {
        position: absolute;
        top: 50%;
        right: 7px;
        width: 12px;
        height: 12px;
        margin-top: -6px;
        vertical-align: middle;
        content: "";
        background: url("../images/common/icon_plus_red01.png") no-repeat right
            center;
        background-size: contain;
    }
    #jewelry
        .jewelry-result-cat__content
        .acod__result-cat__switch.open::after {
        background: url("../images/common/icon_minus_red01.png") no-repeat right
            center;
        background-size: contain;
    }
}
#jewelry .another .jewelry-result-cat {
    margin-top: 0;
}
#jewelry .another .jewelry-result-cat:not(:last-of-type) {
    margin-bottom: 10px;
}
#jewelry .another .jewelry-result-cat .acod__contents .colBox {
    gap: 2.22vw;
    margin: 2rem 0;
} /*# sourceMappingURL=jewelry.min.css.map */
