    /* ----------------------------------- CSS RESET---------------------------------------- */
    /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
    
    html,
    body,
    div,
    span,
    applet,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    strong,
    sub,
    sup,
    tt,
    var,
    b,
    u,
    i,
    center,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    embed,
    figure,
    figcaption,
    footer,
    header,
    hgroup,
    menu,
    nav,
    output,
    ruby,
    section,
    summary,
    time,
    mark,
    audio,
    video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
        display: block;
    }
    
    body {
        line-height: 1;
    }
    
    ol,
    ul {
        list-style: none;
    }
    
    blockquote,
    q {
        quotes: none;
    }
    
    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
        content: none;
    }
    
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    
    @import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;900&display=swap");
    /* ---------------------------------------WRITTEN CSS ----------------------------------- */
    
    body {
        height: 100%;
        margin: 0 auto;
        font-family: "Noto Serif JP", serif;
    }
    
    .boshuu-form {
        width: 100vw;
        position: relative;
        margin-top: -70px;
    }
    
    main {
        /* padding: 20px; */
    }
    
    .form-disclaimer {
        padding: 3%;
        line-height: 1.5;
    }
    
    .hiring-link {
        padding-left: 20px;
    }
    
    .form-headings {
        height: 50px;
        max-width: 900px;
        background-color: rgba(128, 0, 0, 0.808);
        font-weight: bold;
        /* font-size: 3vw; */
        font-size: 20px;
        color: white;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        50% padding-left: 20px;
        border-left: 10px solid maroon;
        /* margin-top: 50px; */
    }
    
    form {
        width: 100vw;
        max-width: 900px;
        margin: 0 auto;
        /* background-color: rgba(128, 128, 128, 0.103); */
        /* padding: 20px; */
        margin-top: 100px;
        margin-bottom: 100px;
    }
    
    table {
        /* margin-top: 40px; */
        margin-bottom: 60px;
        width: 100%;
        max-width: 900px;
    }
    
    td:first-child {
        background-color: maroon;
        color: white;
        width: 30%;
        height: auto;
        border-bottom: 1px solid white;
    }
    
    td:last-child {
        height: auto;
        border-bottom: 1px solid rgb(206, 206, 206);
        padding-bottom: 3%;
        padding-left: 2%;
        padding-top: 3%;
    }
    
    td input {
        height: 35px;
        width: 90%;
        margin-bottom: 2%;
        display: inline-block;
    }
    
    .table-column-center {
        width: 100%;
        height: 100%;
    }
    
    .table-column-center .form-label {
        margin-top: auto;
        margin-bottom: auto;
    }
    
    td select {
        height: 40px;
        display: inline-block;
        /* width: 20%;
  max-width: 100px; */
    }
    
    .date-of-birth select {
        width: 100%;
        max-width: 100px;
    }
    
    small {
        font-size: 12px;
    }
    
    .form-label {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    
    .needed-red {
        display: inline-block;
        background-color: white;
        color: red;
        padding: 5px;
        font-size: 12px;
        font-weight: bold;
    }
    
    .date-of-birth {
        display: flex;
        justify-content: flex-start;
    }
    
    .dob-word {
        margin-left: 10px;
        margin-right: 5px;
        padding-top: 15px;
    }
    
    input[type="radio"] {
        display: inline-block;
        width: 20px;
        margin: 0;
    }
    
    .sex-input {
        width: max-content;
        margin-right: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .sex-input label {
        margin-right: 20px;
        margin-left: 10px;
    }
    
    .email-confirm {
        color: green;
        font-weight: bold;
        font-size: 14px;
    }
    
    .current-job select,
    .store-choice select,
    .job-choice select {
        width: 93%;
    }
    
    #month {
        /* margin-left: 4%; */
    }
    
    .information-policy-inner {
        width: 95%;
        max-width: 900px;
        margin: 0 auto;
        margin-top: 60px;
        padding: 0;
        line-height: 1.5;
    }
    
    .information-policy-text {
        height: 300px;
        overflow: scroll;
    }
    
    .checkbox-container {
        margin-top: 40px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .checkbox {
        background-color: red;
        color: white;
        padding: 0% 1%;
        width: 40px;
        /* margin-right: 50px; */
    }
    
    .form-btn {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -50px;
        margin-bottom: 50px;
    }
    
    .form-btn button {
        width: 70vw;
        height: 50px;
        font-size: 16px;
        max-width: 300px;
        background-color: maroon;
        color: white;
        font-weight: bold;
        border: none;
        border-radius: 5px;
    }
    
    input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 50px white inset;
    }
    
    input:-webkit-autofill:focus {
        -webkit-box-shadow: 0 0 0 50px white inset;
    }
    
    @media screen and (max-width: 768px) {
        .sex-input {
            margin-right: 0;
        }
        .form-label {
            flex-direction: column;
            gap: 10px;
        }
        label {
            font-size: 14px;
            text-align: center;
        }
        .email-confirm {
            font-size: 12px;
        }
        td {
            padding-top: 20px;
            padding-bottom: 30px;
        }
    }
    
    .checkbox-warning {
        display: inline-block;
        color: red;
        padding: 5px;
        margin-top: 20px;
        font-weight: bold;
        background-color: rgba(255, 0, 0, 0.384);
        line-height: 1.5;
    }
    
    .checkbox-warning img {
        width: 20px;
        height: auto;
        margin-right: 10px;
        vertical-align: middle;
    }
    
    .warning-container {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }
    
    .information-policy {
        margin-bottom: 10px;
    }
    /* 
@media screen and (max-width: 768px) {
  form {
    padding: 3%;
  }
  .form-headings {
    font-size: 3vw;
  }
  td input {
    width: 90%;
    height: 30px;
  }
  td:first-child {
    width: 40%;
  }
  .form-label {
    width: 30vw; 



flex-direction: column;
justify-content: center;

}
label {
    font-size: 3vw;
    margin-bottom: 10%;
}
.needed-red {
    font-size: 2vw;
}
.sex-input {
    width: 30px;
    margin-right: 0;
}
#month {
    margin-left: 1%;
}
.dob-word {
    margin-left: 1%;
    margin-right: 1%;
}
.email-confirm {
    font-size: 3vw;
}
.date-of-birth {
    margin-bottom: 1%;
}

}
  */
    
    .heading-colour {
        width: 100vw;
        max-width: 900px;
        margin: 0 auto !important;
    }
    
    .job-body {
        padding: 3%;
        line-height: 1.5;
    }
    
    .job-body-heading {
        display: inline-block;
        border-bottom: 1px solid maroon;
        border-left: 7px solid maroon;
        padding-left: 5px;
        margin-bottom: 10px;
        font-weight: bolder;
        margin-top: 20px;
        font-size: 18px;
    }
    
    .hiring-left {
        padding-left: 20px;
    }
    
    .job-contract {
        display: inline-block;
        font-size: 24px;
        display: flex;
        justify-content: center;
        padding-top: 3%;
        /* color: maroon; */
        font-weight: bolder;
    }
    
    .job-contract p {
        border-bottom: 1px solid maroon;
    }
    
    .job-information-naiyou {
        padding: 3%;
        padding-left: 0;
        padding-top: 0;
    }
    
    .job-information-naiyou ul {
        margin-top: 10px;
        margin-bottom: 20px;
        padding-left: 20px;
    }
    
    .policy-text {
        margin-top: 15px;
    }
    
    @media screen and(max-width:768px) {
        .mw_wp_form form {
            display: block;
            margin: 90px auto;
        }
        .mw_wp_form input[type="text"],
        .mw_wp_form input[type="email"] {
            margin: 10px 0;
        }
        .mw_wp_form .heading-colour {
            margin: 10px 0 20px;
        }
        .mw_wp_form select {
            min-width: 60px !important;
            text-align: center;
        }
        .sex-input-container input {
            vertical-align: middle;
        }
        .form-btn input {
            width: 70vw;
            height: 50px;
            font-size: 16px;
            max-width: 300px;
            background-color: maroon;
            color: white;
            font-weight: bold;
            border: none;
            border-radius: 5px;
            margin-bottom: 100px;
        }
        .hiring-pdf {
            padding: 3%;
        }
        form {
            margin-top: 100px;
        }
    }