@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
.order-main {
    padding-top: 15px;
}
.order-main .section-mainTitle {
    margin-bottom: 38px;
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .order-main .section-mainTitle {
        font-size: 16px;
        line-height: 21px;
    }
}
@media screen and (max-width: 767px) {
    .order-main .section-mainTitle {
        padding-bottom: 10.5px;
        margin: 0 13.5px 26px;
        border-bottom: 1px solid #bcbcbc;
        color: #1c3388;
    }
}
.order-main .section-text {
    margin-bottom: 40px;
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .order-main .section-text {
        font-size: 14px;
        line-height: 19px;
    }
}
@media screen and (max-width: 767px) {
    .order-main .section-text {
        margin: 0 13px 40px;
        text-align: left;
    }
}
.order-main .section-title {
    margin-bottom: 24px;
    padding: 7.5px 0 7.5px 17px;
    box-sizing: border-box;
    background-color: #f7f7f7;
    text-align: left;
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .order-main .section-title {
        font-size: 16px;
        line-height: 21px;
    }
}
@media screen and (max-width: 767px) {
    .order-main .section-title {
        padding: 9px 0 9px 17px;
    }
}
.order-main .section-order {
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 74px;
}
@media screen and (max-width: 1400px) {
    .order-main .section-order {
        padding: 0 1.5rem;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 767px) {
    .order-main .section-order {
        flex-direction: column-reverse;
        margin-bottom: 55px;
        padding: 0;
    }
}
.order-main .section-step {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 37.5px;
}
@media screen and (max-width: 1400px) {
    .order-main .section-step {
        padding: 0 1.5rem;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 767px) {
    .order-main .section-step {
        margin-bottom: 30px;
        padding: 0 13.5px;
    }
}
.order-main .section-step .step-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 35px;
    border-bottom: 1px solid #e8e8e8;
}
.order-main .section-step .step-round {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 13px;
    border-radius: 50%;
}
@media screen and (max-width: 767px) {
    .order-main .section-step .step-round {
        width: 50px;
        height: 50px;
        margin-bottom: 11px;
    }
}
.order-main .section-step .step-subtext {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #1c3388;
}
@media screen and (max-width: 767px) {
    .order-main .section-step .step-subtext {
        font-size: 14px;
        line-height: 19px;
    }
}
@media screen and (max-width: 767px) {
    .order-main .section-step .step-subtext {
        display: none;
    }
}
.order-main .section-step .step-text {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    color: #1c3388;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .order-main .section-step .step-text {
        font-size: 20px;
        line-height: 27px;
    }
}
.order-main .section-step .step-heading {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #1c3388;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .order-main .section-step .step-heading {
        font-size: 9px;
        line-height: 14px;
    }
}
.order-main .section-step .step-arrow {
    width: 10px;
    height: 10px;
    display: flex;
    position: relative;
    transform: rotate(45deg);
    top: 45px;
}
@media screen and (max-width: 767px) {
    .order-main .section-step .step-arrow {
        top: 25px;
    }
}
@media screen and (max-width: 575px) {
    .order-main .section-step .step-arrow {
        left: -3px;
    }
}
.order-main .section-step .step-arrow_second {
    transform: translateX(-100%) rotate(45deg);
}
@media screen and (max-width: 575px) {
    .order-main .section-step .step-arrow_second {
        left: 7.5px;
    }
}
.order-main .section-step .step-arrow::before {
    content: "";
    height: 1.5px;
    position: absolute;
    background: #1c3388;
    border-radius: 1px;
    top: 0;
    left: 0;
    right: 0;
}
.order-main .section-step .step-arrow::after {
    content: "";
    width: 1.5px;
    position: absolute;
    background: #1c3388;
    border-radius: 1px;
    top: 0;
    right: 0;
    bottom: 0;
}
.order-main .section-step .step-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-right: 16px;
}
@media screen and (max-width: 767px) {
    .order-main .section-step .step-inner {
        margin-right: 9px;
    }
}
@media screen and (max-width: 380px) {
    .order-main .section-step .step-inner {
        margin-right: 5px;
    }
}
.order-main .section-step .step-inner ~ .step-inner {
    margin-left: 16px;
}
@media screen and (max-width: 767px) {
    .order-main .section-step .step-inner ~ .step-inner {
        margin-left: 9px;
    }
}
@media screen and (max-width: 380px) {
    .order-main .section-step .step-inner ~ .step-inner {
        margin-left: 5px;
    }
}
.order-main .section-step .step-inner_two .step-heading br:first-child {
    display: none;
}
@media screen and (max-width: 575px) {
    .order-main .section-step .step-inner_two .step-heading br:first-child {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .order-main .section-step .step-inner_two .step-heading span {
        display: none;
    }
}
.order-main .section-step .step-inner_three .step-heading br {
    display: none;
}
@media screen and (max-width: 767px) {
    .order-main .section-step .step-inner_three .step-heading br {
        display: block;
    }
}
.order-main .section-step .step-inner_four .step-inner {
    margin-right: 0;
}
.order-main .section-step .step-inner_four .step-heading br {
    display: none;
}
@media screen and (max-width: 767px) {
    .order-main .section-step .step-inner_four .step-heading br {
        display: block;
    }
}
.order-main .section-step .step-inner_active .step-round {
    background-color: #ffffff;
    border: 3px solid #1c3388;
}
.order-main .section-step .step-inner_passive .step-round {
    background-color: #bac1db;
    border: 3px solid #bac1db;
}
.order-main .section-step .step-inner_passive .step-subtext {
    color: #ffffff;
}
.order-main .section-step .step-inner_passive .step-text {
    color: #ffffff;
}
.order-main .section-step .step-inner_passive .step-heading {
    color: #000000;
}
.order-main .section-step .step-inner_fin .step-round {
    background-color: #1c3388;
    border: 3px solid #1c3388;
}
.order-main .section-step .step-inner_fin .step-subtext {
    color: #ffffff;
}
.order-main .section-step .step-inner_fin .step-text {
    color: #ffffff;
}
.order-main .section-step .step-inner_fin .step-heading {
    color: #000000;
}
.order-main .section-order .main-content {
    max-width: 820px;
    width: 100%;
    margin-right: 60px;
}
@media screen and (max-width: 1199px) {
    .order-main .section-order .main-content {
        margin-right: 30px;
    }
}
@media screen and (max-width: 767px) {
    .order-main .section-order .main-content {
        margin-right: 0;
        padding: 0 12px;
        box-sizing: border-box;
    }
}
.order-main .section-notice {
    margin-bottom: 40px;
}
.order-main .section-notice .notice-heading {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
    .order-main .section-notice .notice-heading {
        margin-bottom: 18px;
    }
}
.order-main .section-notice .notice-heading_pic {
    max-width: 40px;
    width: 100%;
    margin-right: 11px;
}
@media screen and (max-width: 767px) {
    .order-main .section-notice .notice-heading_pic {
        max-width: 30px;
    }
}
.order-main .section-notice .notice-heading_title {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .order-main .section-notice .notice-heading_title {
        font-size: 16px;
        line-height: 21px;
    }
}
.order-main .section-notice .notice-heading_text {
    margin-bottom: 18px;
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}
@media screen and (max-width: 767px) {
    .order-main .section-notice .notice-heading_text {
        font-size: 14px;
        line-height: 20px;
    }
}
.order-main .section-notice .notice-item_wrapper {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 991px) {
    .order-main .section-notice .notice-item_wrapper {
        align-items: flex-start;
    }
}
@media screen and (max-width: 767px) {
    .order-main .section-notice .notice-item_inner {
        width: calc(100% - 100px);
    }
}
.order-main .section-notice .notice-item_pic {
    max-width: 80px;
    width: 100%;
    margin-right: 19px;
}
@media screen and (max-width: 767px) {
    .order-main .section-notice .notice-item_pic {
        margin-right: 16px;
    }
}
.order-main .section-notice .notice-item_title {
    margin-bottom: 16px;
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .order-main .section-notice .notice-item_title {
        font-size: 14px;
        line-height: 20px;
    }
}
.order-main .section-notice .notice-item_text {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}
@media screen and (max-width: 767px) {
    .order-main .section-notice .notice-item_text {
        font-size: 14px;
        line-height: 20px;
    }
}
.order-main .section-notice .notice-item + .notice-item {
    margin-top: 30px;
}
.order-main .section-attn .attn-title {
    margin-left: 17px;
    margin-bottom: 18px;
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .order-main .section-attn .attn-title {
        font-size: 14px;
        line-height: 20px;
    }
}
@media screen and (max-width: 767px) {
    .order-main .section-attn .attn-title {
        margin-bottom: 16px;
    }
}
.order-main .section-attn .attn-text {
    margin-left: 17px;
    margin-bottom: 14px;
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}
@media screen and (max-width: 767px) {
    .order-main .section-attn .attn-text {
        font-size: 14px;
        line-height: 22px;
    }
}
.order-main .section-attn .attn-text:last-child {
    margin-bottom: 0;
}
.order-main .aside-total {
    max-width: 320px;
    width: 100%;
}
@media screen and (max-width: 1199px) {
    .order-main .aside-total {
        max-width: 280px;
    }
}
@media screen and (max-width: 767px) {
    .order-main .aside-total {
        max-width: 100%;
        margin-bottom: 25px;
        padding: 0 28px;
        box-sizing: border-box;
    }
}
.order-main .aside-total .total-wrapper {
    width: 100%;
    padding: 19px 19px 24px;
    box-sizing: border-box;
    background-color: #f8f8f8;
}
.order-main .aside-total .total-title {
    margin-bottom: 18px;
    padding-bottom: 11px;
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    font-weight: bold;
    border-bottom: 1px solid #bcbcbc;
}
@media screen and (max-width: 767px) {
    .order-main .aside-total .total-title {
        font-size: 16px;
        line-height: 21px;
    }
}
.order-main .aside-total .total-price {
    margin-bottom: 18px;
    border-bottom: 1px solid #bcbcbc;
}
.order-main .aside-total .total-price .price-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.order-main
    .aside-total
    .total-price
    .price-wrapper:nth-of-type(2)
    .price-text {
    color: #ab2525;
}
.order-main .aside-total .total-price .price-wrapper:nth-of-type(3) {
    margin-bottom: 12px;
}
.order-main .aside-total .total-price .price-text {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}
@media screen and (max-width: 767px) {
    .order-main .aside-total .total-price .price-text {
        font-size: 14px;
        line-height: 19px;
    }
}
.order-main .aside-total .total-price .price-num {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
@media screen and (max-width: 767px) {
    .order-main .aside-total .total-price .price-num {
        font-size: 16px;
        line-height: 19px;
    }
}
.order-main .aside-total .total-price .price-num span {
    font-size: 14px;
    line-height: 19px;
}
@media screen and (max-width: 767px) {
    .order-main .aside-total .total-price .price-num span {
        font-size: 14px;
        line-height: 19px;
    }
}
.order-main .aside-total .total-price .price-banner {
    margin-bottom: 20px;
    padding: 4px 0;
    background-color: #ffffff;
    border-radius: 15px;
}
.order-main .aside-total .total-price .price-free {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .order-main .aside-total .total-price .price-free {
        font-size: 14px;
        line-height: 20px;
    }
}
.order-main .aside-total .total-price .price-free span {
    font-size: 16px;
    line-height: 20px;
    color: #ab2525;
}
@media screen and (max-width: 767px) {
    .order-main .aside-total .total-price .price-free span {
        font-size: 16px;
        line-height: 20px;
    }
}
.order-main .aside-total .total-discount {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 11px;
    padding-bottom: 16px;
    border-bottom: 1px solid #bcbcbc;
}
.order-main .aside-total .total-discount .discount-text {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    text-align: right;
}
@media screen and (max-width: 767px) {
    .order-main .aside-total .total-discount .discount-text {
        font-size: 12px;
        line-height: 20px;
    }
}
.order-main .aside-total .total-discount .discount-num {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 21px;
    color: #000000;
}
@media screen and (max-width: 767px) {
    .order-main .aside-total .total-discount .discount-num {
        font-size: 20px;
        line-height: 21px;
    }
}
.order-main .aside-total .total-discount .discount-num span {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}
@media screen and (max-width: 767px) {
    .order-main .aside-total .total-discount .discount-num span {
        font-size: 16px;
        line-height: 21px;
    }
}
.order-main .aside-total .total-point {
    margin-bottom: 15px;
    border-bottom: 1px solid #bcbcbc;
}
.order-main .aside-total .total-point .point-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.order-main .aside-total .total-point .point-wrapper:nth-of-type(2) {
    margin-bottom: 6px;
}
.order-main .aside-total .total-point .point-wrapper:nth-of-type(3) {
    margin-bottom: 19px;
}
.order-main .aside-total .total-point .point-text {
    font-size: 12px;
    line-height: 20px;
}
@media screen and (max-width: 767px) {
    .order-main .aside-total .total-point .point-text {
        font-size: 12px;
        line-height: 20px;
    }
}
.order-main .aside-total .total-point .point-num {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
@media screen and (max-width: 767px) {
    .order-main .aside-total .total-point .point-num {
        font-size: 16px;
        line-height: 19px;
    }
}
.order-main .aside-total .total-point .point-num span {
    font-size: 14px;
    line-height: 19px;
}
@media screen and (max-width: 767px) {
    .order-main .aside-total .total-point .point-num span {
        font-size: 14px;
        line-height: 19px;
    }
}
.order-main .aside-total .total-point .point-inner {
    display: flex;
    align-items: center;
}
.order-main .aside-total .total-point .point-inner .point-input {
    max-width: 80px;
    width: 100%;
    height: 30px;
    margin-right: 4px;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #bcbcbc;
    text-align: right;
    border-radius: 6px;
}
.order-main .aside-total .total-point .point-inner .point-num {
    font-size: 14px;
    line-height: 19px;
}
@media screen and (max-width: 767px) {
    .order-main .aside-total .total-point .point-inner .point-num {
        font-size: 14px;
        line-height: 19px;
    }
}
.order-main .aside-total .total-pay {
    max-width: 240px;
    width: 100%;
    height: 42px;
    margin: 0 auto 15px;
}
.order-main .aside-total .total-pay .pay-link {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 15px;
    box-sizing: border-box;
    background-color: #f7cf46;
    border-radius: 6px;
    box-shadow: 0px 2px 0px #c39b13;
}
.order-main .aside-total .total-pay .pay-text {
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
        Meiryo, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .order-main .aside-total .total-pay .pay-text {
        font-size: 16px;
        line-height: 24px;
    }
}
.order-main .aside-total .total-pay .pay-arrow {
    width: 9px;
    height: 9px;
    display: flex;
    position: relative;
    transform: rotate(45deg);
}
.order-main .aside-total .total-pay .pay-arrow::before {
    content: "";
    height: 1.5px;
    position: absolute;
    background: #bf9f2e;
    border-radius: 3px;
    top: 0;
    left: 0;
    right: 0;
}
.order-main .aside-total .total-pay .pay-arrow::after {
    content: "";
    width: 1.5px;
    position: absolute;
    background: #bf9f2e;
    border-radius: 3px;
    top: 0;
    right: 0;
    bottom: 0;
}
.order-main .aside-total .total-amazon {
    max-width: 240px;
    width: 100%;
    margin: 0 auto 28px;
}
.order-main .aside-total .total-amazon .amazon-link {
    display: inline-block;
}
.order-main .aside-total .total-amazon .amazon-pic {
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
}
.order-main .aside-total .total-shop {
    max-width: 223px;
    width: 100%;
    height: 33px;
    margin: 0 auto;
}
.order-main .aside-total .total-shop .shop-link {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 7px 0;
    box-sizing: border-box;
    background-color: #ffffff;
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    text-align: center;
    border: 1px solid #b2b2b2;
    border-radius: 6px;
}
@media screen and (max-width: 767px) {
    .order-main .aside-total .total-shop .shop-link {
        font-size: 14px;
        line-height: 19px;
    }
}
.order-main .aside-btnLink {
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
    .order-main .aside-btnLink {
        margin-top: 18px;
    }
}
.order-main .aside-btnLink .btnLink-wrapper {
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 991px) {
    .order-main .aside-btnLink .btnLink-wrapper {
        flex-direction: column-reverse;
        align-items: center;
    }
}
.order-main .aside-btnLink .btnLink-link {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #b2b2b2;
    position: relative;
}
.order-main .aside-btnLink .btnLink-text {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #434343;
}
@media screen and (max-width: 767px) {
    .order-main .aside-btnLink .btnLink-text {
        font-size: 16px;
        line-height: 21px;
    }
}
.order-main .aside-btnLink .btnLink-arrow {
    width: 10px;
    height: 10px;
    display: flex;
    position: absolute;
    transform: translateY(-50%) rotate(225deg);
    top: 50%;
}
.order-main .aside-btnLink .btnLink-arrow::before {
    content: "";
    height: 2px;
    position: absolute;
    background: #b2b2b2;
    border-radius: 3px;
    top: 0;
    left: 0;
    right: 0;
}
.order-main .aside-btnLink .btnLink-arrow::after {
    content: "";
    width: 2px;
    position: absolute;
    background: #b2b2b2;
    border-radius: 3px;
    top: 0;
    right: 0;
    bottom: 0;
}
.order-main .aside-btnLink .btnLink-btn_back {
    max-width: 290px;
    width: 100%;
    height: 53px;
    margin-right: 24px;
}
@media screen and (max-width: 991px) {
    .order-main .aside-btnLink .btnLink-btn_back {
        max-width: 416px;
        margin-right: 0;
    }
}
.order-main .aside-btnLink .btnLink-btn_back .btnLink-arrow {
    left: 17px;
}
.order-main .aside-btnLink .btnLink-btn_next {
    max-width: 416px;
    width: 100%;
    height: 53px;
}
@media screen and (max-width: 991px) {
    .order-main .aside-btnLink .btnLink-btn_next {
        margin-bottom: 10px;
    }
}
.order-main .aside-btnLink .btnLink-btn_next .btnLink-link {
    background-color: #f7cf46;
    border: 1px solid #f7cf46;
}
.order-main .aside-btnLink .btnLink-btn_next .btnLink-arrow {
    right: 17px;
    transform: translateY(-50%) rotate(45deg);
}
.order-main .aside-btnLink .btnLink-btn_next .btnLink-arrow::before {
    background: #bf9f2e;
}
.order-main .aside-btnLink .btnLink-btn_next .btnLink-arrow::after {
    background: #bf9f2e;
}

/*# sourceMappingURL=order.css.map */
