@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 {
    margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
    .order-main .section-order {
        margin-bottom: 36px;
    }
}
.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: 5px;
    }
}
.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-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: 991px) {
    .order-main
        .section-order
        .main-content
        .section-prod
        .prod-table
        .qty-text {
        font-size: 12px;
        line-height: 16px;
    }
}
@media screen and (max-width: 991px) {
    .order-main
        .section-order
        .main-content
        .section-prod
        .prod-table
        .qty-text {
        margin-bottom: 6.5px;
        text-align: left;
    }
}
.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;
    }
}
.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
    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-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: 70%;
}
.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: 15%;
}
@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_first {
    border-top: 1px solid #bcbcbc;
}
.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;
}
.order-main .section-order .main-content .section-info {
    margin-bottom: 105px;
}
@media screen and (max-width: 767px) {
    .order-main .section-order .main-content .section-info {
        margin-bottom: 60px;
    }
}
.order-main .section-order .main-content .section-info .info-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 60px;
}
@media screen and (max-width: 1199px) {
    .order-main .section-order .main-content .section-info .info-wrapper {
        gap: 26px 30px;
    }
}
@media screen and (max-width: 991px) {
    .order-main .section-order .main-content .section-info .info-wrapper {
        flex-direction: column;
        gap: 26px 0;
    }
}
.order-main .section-order .main-content .section-info .info-inner {
    flex: 0 0 calc((100% - 60px) / 2);
}
@media screen and (max-width: 1199px) {
    .order-main .section-order .main-content .section-info .info-inner {
        flex: 0 0 calc((100% - 30px) / 2);
    }
}
@media screen and (max-width: 991px) {
    .order-main .section-order .main-content .section-info .info-inner {
        flex: 0 0 1;
    }
}
.order-main .section-order .main-content .section-info .info-text {
    margin-left: 17px;
    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-order .main-content .section-info .info-text {
        font-size: 14px;
        line-height: 20px;
    }
}
.order-main .section-order .main-content .section-info .info-dl {
    border: 1px solid #bcbcbc;
}
.order-main .section-order .main-content .section-info .info-dl_wrapper {
    display: flex;
}
.order-main
    .section-order
    .main-content
    .section-info
    .info-dl_wrapper
    + .info-dl_wrapper {
    border-top: 1px solid #bcbcbc;
}
.order-main .section-order .main-content .section-info .info-dt {
    width: 30%;
    display: flex;
    align-items: center;
    padding-left: 25px;
    box-sizing: border-box;
    border-right: 1px solid #bcbcbc;
    background-color: #f7f7f7;
}
@media screen and (max-width: 1199px) {
    .order-main .section-order .main-content .section-info .info-dt {
        width: 25%;
        justify-content: center;
        padding-left: 0;
    }
}
@media screen and (max-width: 991px) {
    .order-main .section-order .main-content .section-info .info-dt {
        justify-content: flex-start;
        padding-left: 12px;
    }
}
@media screen and (max-width: 575px) {
    .order-main .section-order .main-content .section-info .info-dt {
        justify-content: center;
        padding-left: 0;
    }
}
.order-main .section-order .main-content .section-info .info-dt_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;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .order-main .section-order .main-content .section-info .info-dt_text {
        font-size: 14px;
        line-height: 20px;
    }
}
.order-main .section-order .main-content .section-info .info-dt_text br {
    display: none;
}
@media screen and (max-width: 1199px) {
    .order-main .section-order .main-content .section-info .info-dt_text br {
        display: block;
    }
}
@media screen and (max-width: 991px) {
    .order-main .section-order .main-content .section-info .info-dt_text br {
        display: none;
    }
}
@media screen and (max-width: 575px) {
    .order-main .section-order .main-content .section-info .info-dt_text br {
        display: block;
    }
}
.order-main .section-order .main-content .section-info .info-dd {
    width: 70%;
    padding: 20px 0 20px 10px;
    box-sizing: border-box;
}
@media screen and (max-width: 1199px) {
    .order-main .section-order .main-content .section-info .info-dd {
        width: 75%;
    }
}
.order-main .section-order .main-content .section-info .info-dd_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-order .main-content .section-info .info-dd_text {
        font-size: 14px;
        line-height: 20px;
    }
}
@media screen and (max-width: 991px) {
    .order-main .section-order .main-content .section-info .info-dd {
        padding-left: 20px;
    }
}
.order-main .aside-total .total-price .price-wrapper:last-of-type {
    margin-top: 32px;
}
.order-main .aside-total .total-point .point-wrapper {
    margin-bottom: 32px;
}
.order-main .aside-total .total-point .point-wrapper:last-of-type {
    margin-bottom: 32px;
}
.order-main .aside-total .total-point .point-attn {
    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: #ab2525;
}
@media screen and (max-width: 767px) {
    .order-main .aside-total .total-point .point-attn {
        font-size: 12px;
        line-height: 20px;
    }
}

/* 確認ボタンエリア */
.order-main .section-order .main-content .confirm-send {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .order-main .section-order .main-content .confirm-send {
        flex-direction: column;
        align-items: center;
        gap: 16px;
        margin-top: 32px;
        margin-bottom: 32px;
    }
}
.order-main .section-order .main-content .confirm-form {
    margin: 0;
    max-width: 290px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .order-main .section-order .main-content .confirm-form {
        max-width: 240px;
    }
}

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