@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 .section-order .main-content .section-prod .prod-table {
    width: 100%;
    margin-bottom: 50.5px;
    border-collapse: collapse;
}
@media screen and (max-width: 767px) {
    .order-main .section-order .main-content .section-prod .prod-table {
        margin-bottom: 32px;
    }
}
.order-main .section-order .main-content .section-prod .prod-table .name-num {
    margin-right: 22px;
    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;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .order-main
        .section-order
        .main-content
        .section-prod
        .prod-table
        .name-num {
        font-size: 14px;
        line-height: 19px;
    }
}
.order-main .section-order .main-content .section-prod .prod-table .name-pic {
    max-width: 70px;
    width: 100%;
    margin-right: 17px;
}
@media screen and (max-width: 991px) {
    .order-main
        .section-order
        .main-content
        .section-prod
        .prod-table
        .name-pic {
        max-width: 170px;
        margin-right: 15px;
    }
}
@media screen and (max-width: 575px) {
    .order-main
        .section-order
        .main-content
        .section-prod
        .prod-table
        .name-pic {
        max-width: 112px;
    }
}
.order-main .section-order .main-content .section-prod .prod-table .name-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;
}
@media screen and (max-width: 991px) {
    .order-main
        .section-order
        .main-content
        .section-prod
        .prod-table
        .name-text {
        font-size: 14px;
        line-height: 19px;
    }
}
@media screen and (max-width: 991px) {
    .order-main
        .section-order
        .main-content
        .section-prod
        .prod-table
        .name-text {
        margin-bottom: 11px;
    }
}
.order-main
    .section-order
    .main-content
    .section-prod
    .prod-table
    .name-text
    span {
    display: block;
    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;
}
@media screen and (max-width: 991px) {
    .order-main
        .section-order
        .main-content
        .section-prod
        .prod-table
        .name-text
        span {
        font-size: 11px;
        line-height: 15px;
    }
}
@media screen and (max-width: 991px) {
    .order-main
        .section-order
        .main-content
        .section-prod
        .prod-table
        .name-text
        span {
        margin-top: 12.5px;
    }
}
.order-main .section-order .main-content .section-prod .prod-table .qty-input {
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 991px) {
    .order-main
        .section-order
        .main-content
        .section-prod
        .prod-table
        .qty-input {
        justify-content: flex-start;
        margin-bottom: 12.5px;
    }
}
.order-main
    .section-order
    .main-content
    .section-prod
    .prod-table
    .qty-input_text {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    color: #000000;
}
@media screen and (max-width: 991px) {
    .order-main
        .section-order
        .main-content
        .section-prod
        .prod-table
        .qty-input_text {
        font-size: 13px;
        line-height: 17px;
    }
}
.order-main
    .section-order
    .main-content
    .section-prod
    .prod-table
    .qty-input_num {
    max-width: 40px;
    width: 100%;
    height: 100%;
    padding: 8px;
    box-sizing: border-box;
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 11px;
    line-height: 15px;
    color: #000000;
    text-align: center;
    border: 2px solid #a0a0a0;
}
@media screen and (max-width: 767px) {
    .order-main
        .section-order
        .main-content
        .section-prod
        .prod-table
        .qty-input_num {
        font-size: 11px;
        line-height: 15px;
    }
}
.order-main .section-order .main-content .section-prod .prod-table .qty-btn {
    height: 31px;
    padding: 0 5px;
    box-sizing: border-box;
    background-color: #efefef;
    border: 2px solid #a0a0a0;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    line-height: 12px;
    color: #000000;
}
@media screen and (max-width: 767px) {
    .order-main
        .section-order
        .main-content
        .section-prod
        .prod-table
        .qty-btn {
        font-size: 11px;
        line-height: 12px;
    }
}
.order-main
    .section-order
    .main-content
    .section-prod
    .prod-table
    .qty-btn_sub {
    border-right: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.order-main
    .section-order
    .main-content
    .section-prod
    .prod-table
    .qty-btn_add {
    margin-right: 7px;
    border-left: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.order-main .section-order .main-content .section-prod .prod-table .price-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: #000000;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .order-main
        .section-order
        .main-content
        .section-prod
        .prod-table
        .price-text {
        font-size: 16px;
        line-height: 21px;
    }
}
@media screen and (max-width: 767px) {
    .order-main
        .section-order
        .main-content
        .section-prod
        .prod-table
        .price-text {
        text-align: left;
    }
}
.order-main
    .section-order
    .main-content
    .section-prod
    .prod-table
    .price-text
    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: 991px) {
    .order-main
        .section-order
        .main-content
        .section-prod
        .prod-table
        .price-text
        span {
        font-size: 12px;
        line-height: 16px;
    }
    .order-main
        .section-order
        .main-content
        .section-prod
        .prod-table
        .price-text
        .price-value {
        font-size: inherit;
        font-weight: inherit;
    }
}
.order-main
    .section-order
    .main-content
    .section-prod
    .prod-table
    .price-text
    span:first-child {
    margin-right: 1.5px;
}
.order-main
    .section-order
    .main-content
    .section-prod
    .prod-table
    .price-text
    span:last-child {
    margin-left: 10.5px;
}
.order-main .section-order .main-content .section-prod .prod-table .deli-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;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .order-main
        .section-order
        .main-content
        .section-prod
        .prod-table
        .deli-text {
        font-size: 14px;
        line-height: 19px;
    }
}
.order-main
    .section-order
    .main-content
    .section-prod
    .prod-table
    .delete-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.order-main .section-order .main-content .section-prod .prod-table .delete-pic {
    max-width: 23px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .order-main
        .section-order
        .main-content
        .section-prod
        .prod-table
        .delete-pic {
        max-width: 17px;
    }
}
.order-main
    .section-order
    .main-content
    .section-prod
    .prod-table
    .delete-text {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    color: #000000;
}
@media screen and (max-width: 767px) {
    .order-main
        .section-order
        .main-content
        .section-prod
        .prod-table
        .delete-text {
        font-size: 10px;
        line-height: 14px;
    }
}
.order-main .section-order .main-content .section-prod .prod-th {
    padding-bottom: 7.5px;
    border-collapse: collapse;
}
.order-main .section-order .main-content .section-prod .prod-tr {
    border-collapse: collapse;
    border-bottom: 1px solid #bcbcbc;
}
@media screen and (max-width: 991px) {
    .order-main .section-order .main-content .section-prod .prod-tr_head_pc {
        display: none;
    }
}
.order-main
    .section-order
    .main-content
    .section-prod
    .prod-tr_head_pc
    .prod-th_title {
    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: 21px;
    color: #000000;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .order-main
        .section-order
        .main-content
        .section-prod
        .prod-tr_head_pc
        .prod-th_title {
        font-size: 14px;
        line-height: 21px;
    }
}
.order-main
    .section-order
    .main-content
    .section-prod
    .prod-tr_head_pc
    .prod-th_name {
    width: 55%;
}
.order-main
    .section-order
    .main-content
    .section-prod
    .prod-tr_head_pc
    .prod-th_name
    .prod-th_title {
    padding-left: 40.5px;
    box-sizing: border-box;
    text-align: left;
}
.order-main
    .section-order
    .main-content
    .section-prod
    .prod-tr_head_pc
    .prod-th_qty {
    width: 15%;
}
.order-main
    .section-order
    .main-content
    .section-prod
    .prod-tr_head_pc
    .prod-th_total {
    width: 10%;
}
.order-main
    .section-order
    .main-content
    .section-prod
    .prod-tr_head_pc
    .prod-th_deli {
    width: 10%;
}
.order-main
    .section-order
    .main-content
    .section-prod
    .prod-tr_head_pc
    .prod-th_delete {
    width: 10%;
}
.order-main .section-order .main-content .section-prod .prod-tr_head_sp {
    display: none;
}
@media screen and (max-width: 991px) {
    .order-main .section-order .main-content .section-prod .prod-tr_head_sp {
        display: block;
    }
}
.order-main
    .section-order
    .main-content
    .section-prod
    .prod-tr_head_sp
    .prod-th {
    display: block;
    padding-bottom: 10.5px;
}
.order-main
    .section-order
    .main-content
    .section-prod
    .prod-tr_head_sp
    .prod-th_title {
    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: #1c3388;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .order-main
        .section-order
        .main-content
        .section-prod
        .prod-tr_head_sp
        .prod-th_title {
        font-size: 16px;
        line-height: 21px;
    }
}
@media screen and (max-width: 991px) {
    .order-main .section-order .main-content .section-prod .prod-tr_pc {
        display: none;
    }
}
.order-main .section-order .main-content .section-prod .prod-tr_pc .prod-td {
    padding: 25px 0;
    box-sizing: border-box;
}
.order-main
    .section-order
    .main-content
    .section-prod
    .prod-tr_pc
    .prod-td_name {
    display: flex;
    align-items: center;
    padding-left: 10.5px;
}
.order-main .section-order .main-content .section-prod .prod-tr_pc_even {
    background-color: #f7f7f7;
}
.order-main .section-order .main-content .section-prod .prod-tr_sp {
    display: none;
}
@media screen and (max-width: 991px) {
    .order-main .section-order .main-content .section-prod .prod-tr_sp {
        display: block;
    }
}
.order-main .section-order .main-content .section-prod .prod-tr_sp_even {
    background-color: #f7f7f7;
}
.order-main
    .section-order
    .main-content
    .section-prod
    .prod-tr_sp
    .item-wrapper {
    flex: 1;
}
.order-main .section-order .main-content .section-prod .prod-tr_sp .item-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.order-main .section-order .main-content .section-prod .prod-tr_sp .prod-td {
    display: flex;
    padding: 18px 8.5px 10px 15px;
    box-sizing: border-box;
}

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