<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTf-8";

:root {
    --l-order-c-font: #333333;
    --l-order-c-base: #f9f3ea;
    --l-order-c-accent: #dc5f3c;
}

.color-accent {
    color: var(--l-order-c-accent) !important;
}

.bg_base {
    background-color: #f9f3e8 !important;
}

.bg_block {
    background-color: #f9f3e8 !important;
    background-image: linear-gradient(45deg, #d0c7b280 25%, transparent 25%, transparent 75%, #d0c7b280 75%),
        linear-gradient(45deg, #d0c7b280 25%, transparent 25%, transparent 75%, #d0c7b280 75%) !important;
    background-position: 10px 10px, 43px 43px !important;
    background-size: 66px 66px !important;
}

.l-order {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', '游ゴシック', sans-serif;
}

.l-order_section {
    padding: 80px 20px;
}

.l-order_headingLv3 {
    display: block;
    margin-bottom: 40px;
    font-size: 38px;
    font-weight: 600;
    text-align: center;
    position: relative;
}

@media screen and (max-width: 991px) {
    .l-order_headingLv3 {
        font-size: clamp(22px, 4.9vw, 26px);
    }
}

.l-order_headingLv3_sub {
    font-size: 22px;
}

@media screen and (max-width: 991px) {
    .l-order_headingLv3_sub {
        font-size: clamp(18px, 4.4vw, 22px);
    }
}

.l-order_headingLv3::before {
    display: block;
    content: '';
    width: 35px;
    height: 0vw;
    margin: 0 auto;
    border-top: 2px solid var(--l-order-c-font);
    position: relative;
    top: -20px;
}

.l-order_headingTips {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
    gap: 40px;
    margin-bottom: 40px;
    font-size: 38px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    position: relative;
}

@media screen and (max-width: 991px) {
    .l-order_headingTips {
        justify-content: space-between;
        gap: 0px;
        max-width: 380px;
        margin-right: auto;
        margin-left: auto;
        font-size: clamp(18px, 4.9vw, 26px);
    }
}

.l-order_headingTips::before {
    display: block;
    content: url('https://gigaplus.makeshop.jp/orochoku/images/page/l-order/line-l.svg');
    width: 47px;
    height: 43px;
}

.l-order_headingTips::after {
    display: block;
    content: url('https://gigaplus.makeshop.jp/orochoku/images/page/l-order/line-r.svg');
    width: 47px;
    height: 43px;
}

.l-order_lead {
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .l-order_lead {
        font-size: 18px;
    }
}

/* こんなシーンでご利用いただいております */
.l-order_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

@media screen and (max-width: 991px) {
    .l-order_grid {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
}

.l-order_scene {
    display: block;
}

.l-order_scene img {
    display: block;
    width: 100%;
    height: auto;
}

/* 安心して選ばれる4つのポイント */
.l-order_pointWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 19fr 17fr 21fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

@media screen and (max-width: 991px) {
    .l-order_pointWrap {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}

.l-order_point {
    display: block;
    padding: 40px;
    background-color: var(--l-order-c-base);
    border-radius: 40px;
}

@media screen and (max-width: 991px) {
    .l-order_point {
        padding: 40px 20px;
    }
}

.l-order_point:nth-child(1) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    grid-area: 1 / 1 / 2 / 3;
}

.l-order_point:nth-child(2) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    grid-area: 2 / 1 / 3 / 3;
}

.l-order_point:nth-child(3) {
    grid-area: 3 / 1 / 4 / 2;
}

.l-order_point:nth-child(4) {
    grid-area: 3 / 2 / 4 / 3;
}

@media screen and (max-width: 991px) {
    .l-order_point:nth-child(1) {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .l-order_point:nth-child(2) {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}

.l-order_pointHead {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0 15px;
    margin: 0;
    color: var(--l-order-c-accent);
    font-weight: 600;
    line-height: 1 !important;
}

.l-order_pointHead_head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.l-order_pointHead_point {
    display: block;
    font-size: 12px;
    text-align: center;
}

.l-order_pointHead_num {
    display: block;
    font-size: 40px;
    text-align: center;
}

.l-order_pointHead_text {
    display: block;
    font-size: 24px;
    text-align: left;
    line-height: 1.4 !important;
}

.l-order_desc {
    margin: 1em 0;
    font-size: 18px;
    line-height: 2 !important;
}

@media screen and (max-width: 991px) {
    .l-order_pointHead_text {
        font-size: clamp(20px, 4.6vw, 24px);
    }

    .l-order_pointHead_point {
        font-size: clamp(10px, 2.5vw, 12px);
    }

    .l-order_pointHead_num {
        font-size: clamp(28px, 6.2vw, 40px);
    }

    .l-order_desc {
        font-size: 16px;
    }
}

.l-order_pic {
    display: block;
    text-align: center;
}

.l-order_pic img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* おろちょくのおすすめ法人様向けギフト */
.l-order_product_wrap {
    width: 100%;
}

.l-order_product {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media screen and (max-width: 991px) {
    .l-order_product_wrap {
        width: 100%;
        padding-bottom: 30px;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .l-order_product {
        width: max-content;
    }
}

.l-order_product_item {
    display: flex;
    flex-direction: column;
    gap: 5px 0;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .l-order_product_item {
        width: clamp(240px, 58.8vw, 300px);
    }
}

.l-order_product_head {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 0 10px;
    height: 24px;
    margin-bottom: 10px;
    color: var(--l-order-c-accent);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .l-order_product_head {
        font-size: 16px;
    }
}

.l-order_product_head::before {
    display: block;
    content: '';
    width: 2px;
    height: 30px;
    background-color: var(--l-order-c-accent);
    transform: rotate(-30deg);
}

.l-order_product_head::after {
    display: block;
    content: '';
    width: 2px;
    height: 30px;
    background-color: var(--l-order-c-accent);
    transform: rotate(30deg);
}

.l-order_product_pic {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 20px;
    overflow: hidden;
}

.l-order_product_pic img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.l-order_product_text {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.l-order_product_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 300px;
    height: 48px;
    margin: auto auto 0 auto;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff !important;
    background-color: #a20728;
    border-radius: 48px;
    text-decoration: none !important;
    position: relative;
}

@media screen and (max-width: 991px) {
    .l-order_product_btn {
        font-size: 16px;
    }
}

.l-order_product_btn::after {
    content: '＞';
    position: absolute;
    right: 20px;
}

/* 注文方法 */
.l-order_howto {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.l-order_howto_inner {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    width: calc(100% - 100px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
    background-color: #ffffff;
    border: 3px solid #ffffff;
    border-radius: 40px;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .l-order_howto_inner {
        /* width: calc(100% - 50px); */
        width: 100%;
        padding: 40px 20px;
    }
}

.l-order_howto_inner__email {
    border-color: #275e34 !important;
}

.l-order_howto_inner__fax {
    border-color: #ad302a !important;
}

.l-order_howto_title {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .l-order_howto_title {
        font-size: 22px;
    }
}

.l-order_howto_title__email {
    color: #275e34 !important;
}

.l-order_howto_title__fax {
    color: #ad302a !important;
}

.l-order_howto_text {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .l-order_howto_text {
        font-size: 16px;
    }
}

.l-order_howto_addressWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding-top: 20px;
    border-top: 2px solid;
}

@media screen and (max-width: 991px) {
    .l-order_howto_addressWrap {
        flex-direction: column;
        gap: 10px;
    }
}

.l-order_howto_addressWrap__email {
    border-top: 2px solid #275e34 !important;
}

.l-order_howto_addressWrap__fax {
    border-top: 2px solid #ad302a !important;
}

.l-order_howto_address {
    display: block;
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    word-break: break-all;
}

@media screen and (max-width: 991px) {
    .l-order_howto_address {
        font-size: min(6vw, 30px);
    }

    .l-order_howto_address__tel {
        font-size: 30px;
    }
}

.l-order_howto_member {
    font-size: 18px;
}

@media screen and (max-width: 991px) {
    .l-order_howto_member {
        font-size: 18px;
    }
}

.l-order_howto_btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 600px;
    height: 90px;
    margin: 0 auto;
    padding: 0 120px 0 40px;
    font-size: 24px;
    text-decoration: none !important;
    border-radius: 20px;
    position: relative;
}

@media screen and (max-width: 991px) {
    .l-order_howto_btn {
        /* width: calc(100% - 40px); */
        width: 100%;
        padding: 0 20px;
        font-size: 15px;
        line-height: 1.5;
    }
}

.l-order_howto_btn::after {
    display: block;
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    right: 40px;
    z-index: 10;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .l-order_howto_btn::after {
        position: inherit;
        width: 40px;
        height: 40px;
        margin: auto 0;
        right: 0;
    }
}

.l-order_howto_btn__email {
    color: #ffffff !important;
    background-color: #275e34 !important;
    border-bottom: 10px solid #1c5629;
}

.l-order_howto_btn__email::after {
    content: url('https://gigaplus.makeshop.jp/orochoku/images/page/l-order/download-1.svg');
}

.l-order_howto_btn__fax {
    color: #ffffff !important;
    background-color: #ad302a !important;
    border-bottom: 10px solid #822420;
}

.l-order_howto_btn__fax::after {
    content: url('https://gigaplus.makeshop.jp/orochoku/images/page/l-order/download-2.svg');
}

.l-order_howto_time {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .l-order_howto_time {
        font-size: 16px;
    }
}

/* 領収書発行について */
.l-order_receipt {
    display: flex;
    flex-direction: column;
    gap: 80px 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

@media screen and (max-width: 991px) {
    .l-order_receipt {
        gap: 40px 0;
    }
}

.l-order_receipt_step {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}

.l-order_receipt_desc {
    font-size: 18px;
}

@media screen and (max-width: 991px) {
    .l-order_receipt_desc {
        font-size: 16px;
    }
}

.l-order_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
}

@media screen and (max-width: 767px) {
    .l-order_flex {
        flex-direction: column;
        align-items: flex-start;
    }
}

.l-order_flexInner {
    padding: 15px;
    background-color: #f9f3e8;
}

.l-order_flexInner__pc {
    width: 66%;
}

.l-order_flexInner__pc3 {
    width: 55%;
}

@media screen and (max-width: 767px) {
    .l-order_flexInner__pc,
    .l-order_flexInner__pc3 {
        width: 100%;
    }
}

.l-order_flexInner__sp {
    width: 33%;
}

.l-order_flexInner__sp3 {
    width: 45%;
}

@media screen and (max-width: 767px) {
    .l-order_flexInner__sp,
    .l-order_flexInner__sp3 {
        width: 100%;
    }
}

.l-order_flexHead {
    margin: 0 0 1em 0;
}

.l-order_receipt_pic {
    display: block;
}

.l-order_receipt_pic img {
    display: block;
    width: 100%;
}

/* よくある質問 */
.l-order_faq dl {
    margin-bottom: 20px;
}

.l-order_faq dt {
    display: flex;
    justify-content: flex-start;
    gap: 0 10px;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 10px;
    background: #f2f2f2;
}

.l-order_faq dt:hover {
    cursor: pointer;
}

.l-order_faq dt::before {
    content: 'Q';
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #a20728;
}

.l-order_faq dt::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-top: 1px solid #4b4b4b;
    border-right: 1px solid #4b4b4b;
    transform: rotate(135deg);
    transition: 0.3s;
    margin-left: auto;
    margin-right: 20px;
    margin-top: 5px;
}

.l-order_faq dt.active::after {
    transform: translateY(8px) rotate(-45deg);
    transition: 0.3s;
}

.l-order_faq dd {
    display: none;
    padding: 30px;
    display: none;
    position: relative;
}

@media screen and (max-width: 991px) {
    .l-order_faq dt {
        font-size: 15px;
        padding: 20px 50px 20px 10px;
        position: relative;
    }

    .l-order_faq dt::after {
        transform: translateY(-50%) rotate(135deg);
        position: absolute;
        top: 50%;
        right: 0;
    }

    .l-order_faq dt.active::after {
        transform: translateY(-50%) rotate(-45deg);
    }
}

.l-order .currentName_title {
    font-size: 22px;
    margin-bottom: 1em;
}
</pre></body></html>