img {
    max-width: 100%;
    height: auto;
}

body {
    margin: 0px;
}

body,
th,
td {
    font-family: "Noto Sans JP";
}

input[type="text"],
textarea {
    width: calc(100% - 20px);
    padding: 9px;
    background-color: #f5f5f5;
    border: solid 1px #ccc;
    border-radius: 5px;
    font-size: 16px;
}

textarea {
    height: 100px;
}

button {
    font-family: "Noto Sans JP";
    color: #fff;
    background-color: #000;
    font-size: 14px;
    border: none;
    padding: 10px 20px;
    border-radius: 40px;
    line-height: 1;
    cursor: pointer;
}

.btn_zip,
.btn_zip_shipment {
    margin: 10px 0px 0px 0px;
}


table {
    width: 100%;
}

th,
td {
    display: block;
    font-family: "Noto Sans JP";
    vertical-align: top;
}

th {
    margin: 20px 0px 5px 0px;
    font-weight: bold;
    text-align: left;
}

h1 {
    background-color: #000;
    padding: 10px 0px;
    text-align: center;
    margin: 0px 0px 20px 0px;
}

h1 img {
    width: 150px;
}

body>section {
    margin: 80px auto;
    width: calc(100% - 30px);
}

h2 {
    position: relative;
    font-size: 20px;
    margin: 40px auto;
    text-align: center;
}

h3 {
    position: relative;
    font-size: 22px;
    margin: 60px auto 40px auto;
    text-align: center;
}

h3::after {
    position: absolute;
    content: "";
    width: 180px;
    height: 1px;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    background-color: #000;
}

#wrap_choose_grade>div {
    padding: 20px 20px 10px 20px;
    border: double 1px #ccc;
    background-color: #f3f3f3;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2)
}

#wrap_choose_grade>div>div+div {
    margin-top: 20px;
}

#wrap_how_to_pay>div {
    margin: 20px 0px;
}

#wrap_how_to_pay .wrap_how_to_pay+div {
    display: none;
    margin-left: 30px;
}

.wrap_how_to_pay_s button {
    margin-left: 20px;
    display: none;
}

.wrap_how_to_pay_s+div {
    display: none;
}

.wrap_how_to_pay_s {
    margin-top: 20px;
}

#wrap_delivery_date>div>div {
    margin: 10px 0px;
}
#wrap_delivery_date strong{
    font-size:100%;
    color:#900;
    font-weight: bold;
}

#wrap_where_to_ship>div+div {
    margin-top: 20px;

}
#wrap_privacy{
    margin:60px auto;
}
#btn_cta {
    margin: 80px auto;
    text-align: center;
}

#btn_cta button {
    font-size: 24px;
    font-weight: bold;
    padding: 15px 40px;
    margin: 10px 20px;
}

.required::after {
    content: "※";
    color: #f30;
    font-weight: bold;
}

/*=======================================================
エラーメッセージ
=======================================================*/
#wrap_form_error_message {
    color: #c00;
    font-weight: bold;
    margin: 40px auto;
}

div.error {
    color: #c00;
    font-weight: bold;
}

input.error {
    background-color: rgba(192, 0, 0, 0.2);
    border: solid 2px rgba(192, 0, 0, 1);
}

input.error[type="radio"],input.error[type="checkbox"] {
    outline: 4px solid rgba(192, 0, 0, 0.5);
}

/*==============================================================================================================
PCPCPCPCPCPCPCPCPCPC
==============================================================================================================*/
@media screen and (min-width:769px) {

    #wrap_intro,
    #wrap_form {
        max-width: 960px;
    }

    th,
    td {
        display: table-cell;
        padding: 10px 20px;
    }

    th {
        width: 12em;
    }

    /*=======================================================
閉じ括弧
=======================================================*/
}