@charset "utf-8";
.checkout-lead{
    margin-top: 1em;
}
.checkout-form .form-item{
    justify-content: center;
    align-items: center;
}
.checkout-form input{
    border-radius: 5px;
}
.checkout-form input[type="date"]{
    width: 15em;
}
.checkout-information .checkout-lead br{
    display: none;
}
.checkout-information .checkout-form{
    max-width: 580px;
    margin: 0 auto;
}
.checkout-information .form-item{
    padding: 1em 0;
    margin: 0;
}
.checkout-information .form-box{
    width: 100% !important;
    display: block;
    padding: 0.5em;
}
.checkout-store{
    text-align: center;
}
.checkout-store_wrap{
    text-align: left;
    display: inline-block;
    max-width: 580px;
    margin: 0 auto;
}
.checkout-store label{
    display: flex;
}
.checkout-store label address{
    margin-left: 0.5em;
    font-size: clamp(12px, 1.1vw, 14px);
}
.checkout-store label address:before{
    content: "（"
}
.checkout-store label address:after{
    content: "）"
}
.checkout-sent .more{
    margin-top: 1em;
    width: 15em;
    padding: 1em 0 0.7em !important;
    font-size: clamp(16px, 1.4vw, 18px);
}
.checkout-back{
    margin-top: 1em;
}
.checkout-back a{
    text-decoration: underline;
}
.checkout-att p{
    padding-left: 1em;
    text-indent: -1.4em;
    line-height: 1.4;
    margin-bottom: 1em;
}
.checkout-att p:before{
    content: "※";
}
.checkout-att_h5{
    display: inline-block;
    border-radius: 1em 1em 0 0;
    padding: 0.5em 1.5em 0 !important;
    font-weight: 700;
    font-size: clamp(16px, 1.4vw, 18px);
}
.checkout-att_h5:before,
.checkout-att_h5:after{
    content: "■■";
    padding: 0 0.2em;
}
.checkout-att_wrap{
    padding: 2em 2em 1em;
    border-radius: 0 1em 1em 1em;
}
.checkout-agree{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18em;
    padding: 0.5em 0;
    margin: 1em auto;
    cursor: pointer;
    transition: 0.3s all;
}
.checkout-end{
    pointer-events: none;
}
.checkout-end.clicked{
    pointer-events: inherit;
}
.checkout-form .form-item_h6{
    width: 8em;
}
.checkout-form .form-item_h6 small{
    display: block;
    font-size: 80%;
}
.checkout-form input,
.checkout-form textarea{
    border-radius: 5px;
}
.checkout-form textarea{
    height: 5em;
}
.checkout-reg{
    padding: 0.5em 1em;
    line-height: 1.4;
    border-radius: 5px;
}
.checkout-review .cart-qty input{
    border: none;
    pointer-events: none;
    padding: 0;
}
@media screen and (max-width: 780px) {
    .checkout-nostore .checkout-lead{
        text-align: left !important;
    }
    .checkout-nostore .checkout-lead br{
        display: none;
    }
}
@media screen and (max-width: 680px) {
    .checkout-information .checkout-lead br{
        display: block;
    }
    .checkout-att_wrap {
        padding: 2em 1em 1em;
    }
}

