.cart .entry-content .coupon input[type="submit"],
.cart .entry-content .prev-step input[type="submit"],
.cart .entry-content .order_review input[type="submit"],
.cart .entry-content #net_shop_admin_checkout input[type="submit"], .cart .entry-content .next-step input[type="submit"] {
    border: 1px solid #858585;
    border-radius: 4px;
    background: #efefef;
    color: #000000;
}

.cart .entry-content .coupon input[type="submit"],
.cart .entry-content .order_review input[type="submit"],
.cart .entry-content #net_shop_admin_checkout input[type="submit"] {
    margin: 0;
    padding: 0 6px;
    font-weight: normal;
    font-size: 1em;
}

.cart .entry-content .next-step input[type="submit"] {
    line-height: 44px;
}

.cart .entry-content .prev-step {
    position: relative;
}

.cart .entry-content .prev-step .angle-left::before {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #a5a5a5;
    font-weight: 900;
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
    content: "\f104";
}

.cart .entry-content .prev-step input[type="submit"] {
    width: 120px;
    padding: 0 0 0 20px;
    border: 1px solid #efefef;
    background: #ffffff;
    font-weight: normal;
    line-height: 44px;
}

.cart .entry-content .coupon input[type="submit"]:hover, .cart .entry-content .prev-step input[type="submit"]:hover,
.cart .entry-content #net_shop_admin_checkout input[type="submit"]:hover, .cart .entry-content .next-step input[type="submit"]:hover {
    border: 1px solid #767676;
    background: #e5e5e5;
}

.cart .entry-content .net_shop_admin_checkout input[type="submit"], .cart .entry-content .next-step input[type="submit"] {
    width: 200px;
    padding: 0 10px;
    border: none;
    -webkit-box-shadow: 2px 2px 4px #bbbbbb;
            box-shadow: 2px 2px 4px #bbbbbb;
    background: #ffc000;
    color: #000000;
    font-weight: normal;
    font-size: 1rem;
    line-height: 44px;
}

.cart .entry-content .net_shop_admin_checkout input[type="submit"]:hover, .cart .entry-content .next-step input[type="submit"]:hover {
    border: none;
    background: #eab200;
}

#net_shop_admin_shopping_cart .net_shop_admin_coupon_code {
    margin-bottom: 5px !important;
}

.cart .btn-box {
    text-align: right;
}

.btn-box .call {
    height: 60px;
}

.btn-box .call img {
    height: 100%;
}

#net_shop_admin_flow {
    height: auto;
}

#net_shop_admin_flow ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
    position: relative;
    float: none;
    clear: none;
    margin: 30px 0;
    gap: 10px;
}

#net_shop_admin_flow ol li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    list-style: none;
    position: relative;
    float: none;
    height: inherit;
    margin: 0;
    padding: 0;
    color: #d9d9d9;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    counter-increment: steps;
}

#net_shop_admin_flow ol li span::before {
    display: block;
    position: relative;
    z-index: 1;
    width: 36px;
    height: 36px;
    margin: 7px auto 20px auto;
    border-radius: 50%;
    background-color: #d9d9d9;
    color: #ffffff;
    font-size: 12px;
    line-height: 36px;
    text-align: center;
    content: "";
    content: counter(steps);
}

#net_shop_admin_flow ol li:not(:first-child)  span::after {
    position: absolute;
    top: 25px;
    left: -50%;
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
    content: "";
}

#net_shop_admin_flow ol li span.current {
    color: #ed5901;
}

#net_shop_admin_flow ol li span.current::before {
    background-color: #ed5901;
    color: #ffffff;
}

#net_shop_admin_flow ol li span.complete::before {
    color: #7f7f7f;
    font-weight: 900;
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
}

.cart .billing_information_input .orderer, .cart .billing_information_input .orderer th, .cart .billing_information_input .orderer td {
    border: none;
}

.cart .billing_information_input .orderer tbody, .cart .billing_information_input .orderer .company, .cart .billing_information_input .orderer .name, .cart .checkout_step tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.cart .billing_information_input .orderer .dot {
    min-width: 110px;
    background: #ffffff;
    font-weight: normal;
    text-align: left !important;
}

.cart .billing_information_input .orderer .dot:before {
    content: "●";
}

.cart .billing_information_input .orderer .company td, .cart .billing_information_input .orderer .name td {
    margin-left: 1.5rem;
}

.cart .billing_information_input .orderer .company {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.cart .billing_information_input .orderer .company input[type="text"] {
    width: 305px !important;
}

.cart .billing_information_input .orderer .name {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

.cart .billing_information_input .orderer .name .full-name {
    margin-right: 24px;
}

.cart .billing_information_input .orderer .name input[type="text"] {
    width: 110px !important;
}

.cart .billing_information_input .orderer .tel {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}

.cart .billing_information_input .orderer .email {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
}

.cart .billing_information_input .orderer .tel input[type="text"], .cart .billing_information_input .orderer .email input[type="text"] {
    width: 180px !important;
}

.cart .billing_information_input .orderer .must {
    margin-left: 5px;
    padding: 0 3px;
    background-color: #ed5901;
    color: #ffffff;
    font-size: 12px;
}

.txt-bold {
    font-weight: bold;
}

.txt-red {
    color: #ff0000;
}

.txt-box {
    max-width: 880px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    background-color: #f2f2f2;
    text-align: left;
}

.txt-wrap {
    max-width: 880px;
    margin: 0 auto 1.714285714rem;
}

.txt-dec {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #ffff7f));
    background: -o-linear-gradient(transparent 50%, #ffff7f 0%);
    background: linear-gradient(transparent 50%, #ffff7f 0%);
    font-size: 18px;
    font-weight: bold;
}

.txt-box p:last-child {
    margin-bottom: 0;
}

.mt-70 {
    margin-top: 70px;
}

.mb-1r {
    margin-bottom: 1rem !important;
}

.mb-3r {
    margin-bottom: 3rem !important;
}

.cart #net_shop_admin_checkout_body .prev-step {
    text-align: left;
}

.cart #net_shop_admin_checkout_body .txt {
    font-weight: normal;
    text-align: left;
    white-space: normal;
}

.cart .select:not(:first-of-type) .label {
    border-top: none;
}

.cart .label {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #cccccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #f2f2f2;
    cursor: pointer;
}

.cart .entry-content dl, .cart .entry-content dd {
    margin: 0 !important;
}

input[type=radio] {
    display: none;
}

.head-text {
    display: inline-block;
    position: relative;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
}

.head-text::before {
    display: inline-block;
    position: relative;
    top: 3px;
    width: 8px;
    height: 8px;
    margin-right: 20px;
    padding: 2px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-clip: content-box;
    background-color: #ffffff;
    content: "";
}

input[type="radio"]:checked + label > .head-text:before {
    background-color: #000000;
}

.cart .content {
    display: block;
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding: 0 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.cart .content:last-of-type {
    border-bottom: 1px solid #cccccc;
}

input[type="radio"]:checked + label + .content {
    visibility: visible;
    opacity: 1;
    height: auto;
    padding: 10px 20px;
}

#net_shop_admin_checkout_body.order_review,
.order_review .checkout_step {
    margin-bottom: 20px;
}

.order_review .changebox form {
    margin-top: 6px;
}

.alert-message {
    font-weight: bold;
    color: #ff0000;
    text-align: center;
}

@media screen and (max-width:800px) {
    .btn-box {
        width: auto;
    }

    .btn-box .call a {
        position: static;
    }

    .cart .sitetitle-box {
        margin-bottom: 10px;
    }

    .cart #net_shop_admin_shopping_cart .checkout_table,
    .cart #net_shop_admin_checkout_body .checkout_table {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        border-top: 1px solid #9c9c9c;
        border-right: none;
        border-bottom: none;
        border-left: 1px solid #9c9c9c;
    }

    .cart #net_shop_admin_shopping_cart .checkout_table thead,
    .cart #net_shop_admin_checkout_body .checkout_table thead {
        flex-basis: 35%;
    }

    .cart #net_shop_admin_shopping_cart .checkout_table tbody,
    .cart #net_shop_admin_checkout_body .checkout_table tbody {
        flex-basis: 65%;
    }

    .cart #net_shop_admin_shopping_cart .checkout_table tr,
    .cart #net_shop_admin_checkout_body .checkout_table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .cart #net_shop_admin_shopping_cart .checkout_table th, .cart #net_shop_admin_shopping_cart .checkout_table .td,
    .cart #net_shop_admin_checkout_body .checkout_table th, .cart #net_shop_admin_checkout_body .checkout_table td {
        padding-left: 10px !important;
        border-top: none;
        border-right: 1px solid #9c9c9c;
        border-bottom: 1px solid #9c9c9c;
        border-left: none;
        line-height: 1.5;
    }

    .checkout_table_sp th {
        width: 35%;
    }

    .checkout_table_sp td {
        width: 65%;
    }

    .net_shop_admin_shopping_cart_sp tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

    .entry-content .net_shop_admin_shopping_cart_sp th,
    .entry-content .net_shop_admin_shopping_cart_sp td {
        line-height: 1;
        border: none;
    }

    .entry-content .net_shop_admin_shopping_cart_sp th {
        width: 35%;
        border-right: 1px solid #9c9c9c;
    }

    .net_shop_admin_shopping_cart_sp tr:not(:last-child) th,
    .net_shop_admin_shopping_cart_sp tr:not(:last-child) td {
        border-bottom: 1px solid #9c9c9c;
    }

    .net_shop_admin_shopping_cart_sp td {
        width: 65%;
    }

    .net_shop_admin_shopping_cart_sp .coupon input[type="text"] {
        width: 65%;
    }

    .order_review .changebox form {
        display: inline-block;
        margin-left: 20px;
    }

    .order_review .form-table tbody th.changebox {
        width: 140px;
        line-height: 40px;
    }
}
@media screen and (min-width:801px) {
    .btn-box .call {
        height: 70px;
        margin-top: -20px;
    }

    .cart .billing_information_input .orderer .company input[type="text"] {
        width: 50% !important;
    }
}