@media screen and (max-width: 767px) {
    /*---------------------------------------
basic
---------------------------------------*/

    article.common h2 {
        font-size: 36px;
    }

    article.common h2 span {
        font-size: 16px;
    }

    /* ------------------------------------------
form
------------------------------------------ */

    #entry_form .page_img {
        height: 180px;
        background-size: cover;
        position: relative;
    }
    #entry_form .page_cont {
        text-align: center;
    }

    #entry_form_table {
        text-align: left;
        /* margin: 50px -20px; */
        padding-bottom: 50px;
    }

    #entry_form_table table {
        width: 100%;
        border-collapse: collapse;
        font-size: 16px;
    }

    #entry_form_table table tr th {
        font-weight: bold;
    }
    #entry_form_table table,
    #entry_form_table table tbody,
    #entry_form_table table tr,
    #entry_form_table table tr td,
    #entry_form_table table tr th {
        background: none;
        width: 100%;
        display: block;
        text-align: left;
    }

    #entry_form_table select,
    #entry_form_table input {
        font-size: 16px;
        transition: background 0.3s ease-in;
    }

    #entry_form_table .hissu {
        color: #fff;
        font-size: 13px;
        background: #ff5400;
        padding: 3px 10px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px;
    }

    #entry_form_table .radio_cont {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 15px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    #entry_form_table .radio_cont.inline {
        display: inline-block;
        margin-right: 30px;
    }

    #entry_form_table .radio_cont input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    #entry_form_table .radio_cont .check {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        height: 20px;
        width: 20px;
        background-color: #f6f6f6;
        border-radius: 50px;
        border: 1px solid #cccccc;
        transition: background 0.3s ease-in;
    }

    #entry_form_table .radio_cont:hover input ~ .check {
        background-color: #fcffd2;
    }

    #entry_form_table .check:after {
        content: "";
        position: absolute;
        display: none;
    }

    #entry_form_table .radio_cont input:checked ~ .check:after {
        display: block;
    }

    #entry_form_table .radio_cont .check:after {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 10px;
        height: 10px;
        background: #005cc6;
        border-radius: 50px;
    }

    #entry_form_table input[type="text"],
    #entry_form_table input[type="email"],
    #entry_form_table input[type="tel"],
    #entry_form_table textarea {
        background: #eeeeee;
        padding: 10px;
        border: 2px solid #cccccc;
        /* width: auto; */
        max-width: 100%;
    }
    #entry_form_table textarea {
        font-size: 16px;
        line-height: 1.5;
    }
    #entry_form_table input[type="text"]:focus,
    #entry_form_table input[type="email"]:focus,
    #entry_form_table input[type="tel"]:focus,
    #entry_form_table textarea:focus,
    #entry_form_table select:focus {
        background: #fcffd2;
    }

    #entry_form_table input[name="sei"],
    #entry_form_table input[name="mei"],
    #entry_form_table input[name="kana-mei"],
    #entry_form_table input[name="kana-sei"] {
        min-width: 250px;
        margin: 0 20px;
    }

    #entry_form_table input[name="zip01"],
    #entry_form_table input[name="zip02"] {
        min-width: 140px;
    }

    #entry_form_table input[name="zip01"] {
        margin-right: 20px;
    }

    #entry_form_table input[name="zip02"] {
        margin: 0 20px;
    }

    #entry_form_table span.rei {
        display: block;
        margin: 10px 0 0 0;
    }

    #entry_form_table input[name="address"] {
        /* width: 100%; */
    }

    #entry_form_table input[name="email"],
    #entry_form_table input[name="telephone"] {
        max-width: 500px;
        width: 100%;
        margin-right: 20px;
    }

    #entry_form_table .submit_wrap {
        display: block;
        margin-top: 70px;
        text-align: center;
    }

    #entry_form_table .submit_wrap button {
        display: block;
        border: 0;
        background: #ff5400;
        color: #fff;
        padding: 15px 30px;
        min-width: 250px;
        font-size: 16px;
        cursor: pointer;
        max-width: 250px;
        margin: 0 auto;
    }

    #entry_form_table .submit_wrap .back-btn {
        background: #868686;
    }

    #entry_form_table .submit_wrap button:hover {
        opacity: 0.6;
    }

    #entry_form_table select {
        background: #eeeeee;
        font-size: 14px;
        height: 40px;
        border: 2px solid #cccccc;
        box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
        position: relative;
        padding: 10px 50px 10px 10px;
        display: inline-block;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
    }

    #entry_form_table select::-ms-expand {
        display: none;
    }

    #entry_form_table .select {
        display: inline-block;
        position: relative;
        margin: 0 10px;
        cursor: pointer;
    }

    #entry_form_table .select:before {
        content: "";
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        pointer-events: none;
        border-left: 2px solid #cccccc;
    }

    #entry_form_table .select:after {
        content: "";
        width: 8px;
        height: 8px;
        border-left: 2px solid #4b4b4b;
        border-bottom: 2px solid #4b4b4b;
        position: absolute;
        top: 50%;
        right: 16px;
        margin: -8px 0 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #entry_form_table label.error {
        color: red;
        display: block;
        margin-top: 5px;
    }

    #entry_form_table table {
        border-top: 1px solid #ccc;
    }

    #entry_form_table table tr td,
    #entry_form_table table tr th {
        padding: 0;
        border: 0;
    }

    #entry_form_table table tr td {
        padding: 10px 10px 30px;
        padding: 10px 8px 30px;
        border-bottom: 1px solid #ccc;
        font-size: 14px;
    }

    #entry_form_table table tr th {
        padding: 30px 10px 10px;
    }

    #entry_form_table input[name="email"],
    #entry_form_table input[name="telephone"],
    #entry_form_table input[name="hp"] {
        width: 70%;
    }

    #entry_form_table input[name="zip01"],
    #entry_form_table input[name="zip02"] {
        width: 30%;
        min-width: 0;
        margin: 0 1%;
    }

    #entry_form_table .select {
        margin: 0 1%;
        font-size: 14px;
    }

    #entry_form_table input[name="sei"],
    #entry_form_table input[name="mei"],
    #entry_form_table input[name="kana-mei"],
    #entry_form_table input[name="kana-sei"] {
        min-width: 0;
        width: 34%;
        width: 28%;
        margin: 0 2%;
    }

    #entry_form_table select {
        padding: 10px 35px 10px 5px;
    }

    #entry_form_table .select:before {
        width: 30px;
    }

    #entry_form_table .select:after {
        right: 10px;
    }

    #entry_form_table .form-table__radio {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    /* End max-width:767px */
}
