body {
    margin: 0;
    padding: 0;
    background: #f5f5eb;
    font-size: 14px
}

#container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 50px;
    border: 1px solid #cdcdcd;
    background: #fff;
    padding: 30px;
    box-sizing: border-box
}

@media screen and (max-width: 375px) {
    #container {
        margin: -50px 0 0;
        border: none;
        padding: 20px
    }
}

#contents .h_form h2 {
    padding: 6px 10px;
    background: #3a599a;
    color: #fff;
    font-size: 16px;
    margin: 0
}

@media screen and (max-width: 375px) {
    #contents .h_form h2 {
        text-align: center
    }
}

#contents .h_form .h_description {
    margin: 20px 0
}

#contents .h_form input[type=text] {
    width: 100%;
    padding: 10px;
    margin: 0 0 .5em;
    box-sizing: border-box;
    border: 1px solid #dbdbdb
}

#contents .h_form .h_hosoku,
#contents .h_form label {
    margin: 0
}

#contents .h_form .h_recaptcha_area {
    text-align: center;
    margin: 0
}

#contents .h_form .h_submit_area {
    text-align: center
}

#contents .h_form .g-recaptcha {
    width: 300px;
    margin: 30px auto
}

#contents .h_form table {
    text-align: left;
    margin-bottom: 12px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

#contents .h_form table td,
#contents .h_form table th {
    border: 1px solid #dbdbdb;
    vertical-align: middle;
    font-weight: 400;
    padding: 15px;
}

#contents .h_form table th {
    width: 240px;
    background: #f5f5eb;
}

@media screen and (max-width: 375px) {
    #contents .h_form table th {
        width: 100px
    }
}

#contents .h_submit.kagura {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    padding: 0 2em;
    width: 50%;
    text-decoration: none;
    border-radius: 4px;
    font-size: 21px;
    line-height: 3em;
    cursor: pointer;
    margin: 0;
    background: #fff;
    background: linear-gradient(180deg, #fff 0, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f6f6f6", GradientType=0)
}

@media screen and (max-width: 375px) {
    #contents .h_submit.kagura {
        width: 100%;
        font-size: 18px
    }
}

#contents .h_submit.kagura:hover {
    background: #f2f6f8;
    background: linear-gradient(180deg, #f2f6f8 0, #d8e1e7 50%, #b5c6d0 51%, #e0eff9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f6f8", endColorstr="#e0eff9", GradientType=0)
}

#contents .h_submit_area.kagura {
    padding: 2em;
}

#contents .h_submit_area.kagura > p {
    margin-bottom: 30px;
    font-size: 14px
}

.basket_order_required {
    color: #CC0000;
}

p.input_guide {
    margin: 0;
}

.mmaga_err_message {
    margin: 10px auto 20px auto;
    padding: 5px;
    border: solid 1px #FF0000;
    position: relative;
}

.mmaga_err_message .error_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    color: #FFF;
    background-color: #FF0000;
    padding: 5px;
    margin-bottom: 10px;
    text-align: center;
}
