@charset "utf-8";
#under h2 {
    background: #d10312;
    border-left: #efefef 0.5rem solid;
    color: #fff;
}
table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0.04rem;
}
table th,
table td {
    padding: 0.16rem 0.3rem 0.08rem;
    background: #efefef;
    font-size: 0.16rem;
}
table th {
    width: 3rem;
    vertical-align: top;
    text-align: left;
}
input {
    margin-bottom: 0.08rem;
}
input,
textarea {
    padding: 0.08rem;
    border: none;
    font-size: 0.16rem;
}
input::placeholder {
    font-size: 0.16rem;
    color: #666;
}
#btn-zip {
    padding: 0.04rem 0.08rem;
    margin-left: 0.1rem;
    background: #010101;
    border-radius: 0.02rem;
    font-size: 0.12rem;
    color: #fff;
    display: inline-block;
}
.mw_wp_form_confirm #btn-zip {
    display: none;
}
.policy {
    height: 2.4rem;
    padding: 0.2rem;
    margin: 0.3rem auto;
    border: #efefef 1px solid;
    overflow: scroll;
}
.policy+p {
    margin-bottom: 0.3rem;
}
.btn-form {
    padding: 0.08rem 0.2rem;
    border: none;
    cursor: pointer;
}
.btn-back {
    margin-right: 0.2rem;
}
.btn-send {
    background: #d10312;
    color: #fff;
}



@media screen and (min-width:1118px) { /* PCのみ */
}

@media screen and (max-width:1118px) { /* タブレット以下の場合 */
}

@media screen and (max-width:1118px) and (min-width:768px) { /* タブレットのみ */
}

@media screen and (max-width:768px) { /* スマホのみ */
    table th,
    table td {
        width: 100%;
        display: block;
        font-size: 0.3rem;
    }
    input,
    textarea,
    input::placeholder {
        font-size: 0.3rem;
    }
    #btn-zip {
        font-size: 0.22rem;
    }
}