@charset "utf-8";

/* 20250421 追加 */

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

    #page02 .product-inner .flex-box:first-child {
        justify-content: space-between;
        text-align: center;
    }

    #page02 .business-box {
        width: calc((100% - 30px) / 3);
        margin-right: 10px;
        margin-bottom: 20px;
    }

    .page-menu a {
        font-size: 13px !important;
        padding: 0.8rem 0.1rem !important;
    }

    .page-menu a:before {
        margin-right: 0 !important;
    }

    .product-inner .catch {
        font-size: 21px;
        margin-bottom: 0;
    }

    h2.recommend {
        font-size: 18px;
    }

    .product-inner .recommend-txt{
        font-size: 16px;
        padding: 0 10px 10px 10px;
    }


    .download-btn {
        justify-content: center;
        gap: 0 24px;
    }

    .contact-btn,
    .pdf-btn {
        width: 40% !important;
        margin: 3% 0 !important;
        font-size: 11px !important;
    }

    #page04 .flex-box {
        justify-content: space-between;
    }

    #page04 .function-box {
        width: calc((100% - 30px) / 3);
        margin-right: 0;
        margin-bottom: 20px;
    }

    #page05 .price07:after {
        right: 54px;
    }

    .function-fukidashi{
        font-size: 14px !important;
    }
}

@media screen and (min-width: 481px) {
    .pc-none {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .product-inner .bottom-ttl {
        font-size: 30px;
    }
}

/* 20250501 レンタルのご案内ページ スタイル移動 */

/* 20240508 「料金」の記載 */
.page-id-6190 .cmn-price {
    font-size: 0.75rem;
    text-align: center;
}

.page-id-6190 .cmn-price span {
    margin-top: 2px;
    display: block;
    font-size: 1.25rem;
    color: #ffb007;
    font-weight: bold;
}

/* 20240808 コンテンツに項目追加 */
.page-id-6190 .row.reason {
    overflow-x: scroll;
    flex-wrap: nowrap;
}

.page-id-6190 .row.reason>* {
    flex-shrink: 0;
    width: 90%;
    max-width: 90%;
}

@media (min-width: 768px) {
    .page-id-6190 .row.reason .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}

/* 20240909:画像のテキスト化 */
.page-id-6190 .retouch-section-flow-lists {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    counter-reset: number 0;
}

@media (min-width: 768px) {
    .page-id-6190 .retouch-section-flow-lists {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

.page-id-6190 .retouch-section-flow-lists ol {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.page-id-6190 .retouch-section-flow-lists ol:has(> :nth-child(2)) li:before {
    display: block;
}

.page-id-6190 .retouch-section-flow-lists ol li {
    position: relative;
    margin-left: 50px;
    padding: 1em 1em 0 1em;
    text-align: center;
    color: var(--nx-primary);
    font-size: 1.25rem;
    font-weight: 700;
    background-color: #f8f9fa;
    line-height: 1.2;
}

.page-id-6190 .retouch-section-flow-lists ol li:before {
    position: absolute;
    left: -28px;
    top: 50%;
    display: none;
    content: "";
    width: 2px;
    height: 100%;
    background-color: var(--nx-primary);
}

.page-id-6190 .retouch-section-flow-lists ol li:last-child:before {
    display: none;
}

.page-id-6190 .retouch-section-flow-lists ol li i {
    display: flex;
    justify-content: center;
    min-height: 1px;
    font-style: normal;
}

@media (min-width: 768px) {
    .page-id-6190 .retouch-section-flow-lists ol li i {
        min-height: 2.5em;
    }
}

.page-id-6190 .retouch-section-flow-lists ol li span {
    position: absolute;
    left: 0;
    top: 50%;
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    line-height: 1;
    transform: translate(-100%, -50%);
    background-color: var(--nx-primary);
    color: #fff;
    border-radius: 100%;
    width: 55px;
    aspect-ratio: 1/1;
    padding: 0.5em;
}

.page-id-6190 .retouch-section-flow-lists ol li span:before {
    content: "STEP";
    font-size: 0.8rem;
}

.page-id-6190 .retouch-section-flow-lists ol li span:after {
    counter-increment: number 1;
    content: counter(number);
}

.page-id-6190 .retouch-section-flow-lists ol li img {
    display: block;
    margin-inline: auto;
    width: 125px;
    margin-top: -0.5em;
    aspect-ratio: 90 / 94;
}

@media (min-width: 768px) {
    .page-id-6190 .retouch-section-flow-lists ol li img {
        margin-top: -1.5em;
    }
}

.page-id-6190 .retouch-section-flow-lists li {
    list-style-type: none;
}

.page-id-6190 .retouch-section-flow-lists dt {
    position: relative;
    margin-bottom: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 1rem;
    color: var(--nx-white);
    background-color: var(--nx-primary);
    font-weight: 700;
    font-size: 1.25rem;
    padding-bottom: 2rem;
}

@media (min-width: 768px) {
    .page-id-6190 .retouch-section-flow-lists dt {
        padding-bottom: 1rem;
    }
}

.page-id-6190 .retouch-section-flow-lists dt:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 20px;
}

@media (min-width: 768px) {
    .page-id-6190 .retouch-section-flow-lists dt:before {
        top: 0;
        width: 30px;
        height: 100%;
    }
}

.page-id-6190 .retouch-section-flow-lists dt:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: auto;
    bottom: 1px;
    width: 100%;
    height: 20px;
    background-color: var(--nx-primary);
    clip-path: polygon(50% 100%, 100% 0, 0 0);
}

@media (min-width: 768px) {
    .page-id-6190 .retouch-section-flow-lists dt:after {
        right: 0;
        top: 0;
        padding-bottom: 1em;
        width: 30px;
        height: 100%;
        clip-path: polygon(100% 50%, 0 0, 0 100%);
    }
}

/* 20240508 追加 「比較早見表」の設置 */
.page-id-6190 .rental-table-container {
    overflow-x: auto;
}

.page-id-6190 .rental-table {
    border-collapse: collapse;
    width: 800px;
    font-weight: bold;
    text-align: center;
}

.page-id-6190 .rental-table th a {
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

.page-id-6190 .rental-table th,
.page-id-6190 .rental-table td {
    padding: .5em 1em;
    border: 1px solid #c7c6c6;
    font-size: 15px;
}

.page-id-6190 .rental-table th {
    background: var(--nx-primary);
    color: #fff;
}

.page-id-6190 .-main-color {
    background: var(--nx-primary);
    color: #fff;
    width: 14%;
}

.page-id-6190 .rental-table-caution {
    margin-top: 10px;
    font-size: 12px;
}

@media (min-width: 768px) {
    .page-id-6190 .rental-table {
        max-width: 100%;
        width: 100%;
    }
}
/* //20250501 レンタルのご案内ページ スタイル移動 */

/* 20250501 ンタルのご案内ページ 支払いや送料について */
.page-id-6190 .postage-link {
    display: flex;
    flex-direction: column;
}
.page-id-6190 .postage-link p {
    padding: .5rem 0;
    text-align: center;
}
.page-id-6190 .postage-link .btn {
    --nx-btn-padding-y: 1rem;
    --nx-btn-border-width: 3px;
    --nx-btn-font-weight: 700;
    width: 100%;
}
@media (min-width: 768px) {
    .page-id-6190 .postage-link {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 2rem;
    }
    .page-id-6190 .postage-link p {
        font-size: 1.25rem;
        margin-bottom: 0;
        padding-right: 1rem;
        text-align: left;
        flex: 1;
    }
    .page-id-6190 .postage-link .btn {
        width: 30%;
    }
}

/* 20250521 追加 */

.menu .sub-menu a {
    padding: 4px 6px 4px 15px;
}

/* 20250916 追加 */
.posts.grid-array {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.posts.grid-array > div {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .posts.grid-array {
    grid-template-columns: 1fr 1fr 1fr;
}
.posts.grid-array > div .maker-standard_horizon a {
    font-size: 14px;
}
}