.btn-off {
    text-align: center;
    font-size: 35px;
    color: red;
}

.cartLabel {
    color: black;
}

body#template2 {
    color: black;
}

.grid-x {
    display: flex;
    /* height: 100%; */
}

.small-4.cell.cartLabel {
    width: 25%;
    background: #ffffcf;
}

.small-8.cell.cartEnter {
    width: 75%;
    background: #e9e7e7;
}

.contactBox__content .cartLabel {
    text-align: left;
    padding: 4px;
    font-size: 1rem;
    width: 20%;
    line-height: 2rem;
    background-color: #fff;
    color: #000;
}

.contactBox__content .cartEnter {
    width: calc(80%);
}

fieldset {
    height: 67px;
}

input {
    width: 80%;
    border: 3px solid #edd8bd!important;
    margin-left: 5%!important;
    margin-top: 1% !important;
    border-radius: 5px !important;
    height: 37px;
}

.form-error1.birthday-er {
    margin-top: 10px;
}

ul.menu {
    margin-left: 37px;
}

li.form-control-date-label {
    margin-top: 8px;
}

.form-error {
    display: none;
    margin-top: -0.42857rem;
    margin-bottom: 0.85714rem;
    font-size: 1.05714rem!important;
    font-weight: 700;
    color: #d97f71;
    margin-top: -12px!important;
    margin-left: 45px!important;
}

option {
    border: 3px solid #edd8bd!important;
    padding-top: 5px !important;
}

select {
    width: 80%!important;
    border: 3px solid #edd8bd!important;
    margin-left: 5%;
    margin-top: 2% !important;
    border-radius: 5px !important;
}

textarea {
    border: 3px solid #edd8bd!important;
    margin-left: 38px!important;
    width: 80% !important;
    border-radius: 10px !important;
}

fieldset.texara {
    height: auto!important;
}

h6.error_file {
    margin-top: -10px;
    margin-left: 40px;
}

.title2 {
    margin-top: 13px;
    text-align: center;
    width: 100%;
    margin-left: 0px;
    font-size: 14px;
}

.title3 {
    margin-top: 4px;
    text-align: center;
    width: 100%;
    margin-left: 0px;
    font-size: 14px;
}

.button-form button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-size: 1.14286rem;
    text-transform: uppercase;
    background-color: deepskyblue;
    border-radius: 5px;
    padding: 15px 40px;
    color: #fff;
    transition: background-color .25s ease-out, color .25s ease-out;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    border: 1px solid deepskyblue;
    margin-left: 28%;
}

@media (min-width: 769px) {
    .button-form {
        margin-top: 20px;
        margin-left: 258px;
    }
}

@media (min-width: 769px) {
    input#txtExperience {
        width: 50%!important;
    }
    input.form-control.input-md {
        width: 35%;
        margin-top: 13px!important;
    }
    .small-4.cell.cartLabel.required:after {
        content: "※";
        font-size: .85714rem;
        color: #d00;
        float: right;
        margin-top: -19px;
        left: 5px;
    }
    input#txtAnswer,
    input#txtAnswer2,
    input#txtAnswer3,
    input#txtAnswer4,
    input#txtAnswer5,
    input#txtAnswer6,
    input#txtAnswer7,
    input#txtPr,
    input#txtOffice,
    input#txtClub,
    input#txtAddress,
    input#txtDistrict,
    input#txtProvice,
    input#txtGuardian,
    input#txtGuardianFurigana {
        width: 80%;
    }
    input#txtExperience {
        width: 80%!important;
    }
    input#txtCandidateNamefurigana {
        width: 50%!important;
    }
    input#txtPhone {
        width: 35%!important;
    }
    input#txtEmail {
        width: 50%!important;
    }
    input#txtCandidateName {
        width: 50%!important;
    }
    select#txtGender {
        width: 20%!important;
        margin-left: 5%;
    }
    input#txtHeight {
        width: 20%!important;
    }
    input#txtWeight {
        width: 20%!important;
    }
    input#txtSchool {
        width: 50%!important;
    }
    input#txtAge {
        width: 20%!important;
    }
    input#txtWechat {
        width: 50%!important;
    }
    input#txtWeibo {
        width: 50%!important;
    }
    input#txtMajob {
        width: 50%!important;
    }
    select#txtCourse {
        width: 20%!important;
        margin-left: 5%;
    }
    select#txtExperience {
        width: 20%!important;
        margin-left: 5%;
    }
    select#txtUnpublish {
        width: 20%!important;
        margin-left: 5%;
    }
    select#txtOrigin {
        width: 20%!important;
        margin-left: 5%;
    }
    label.btn.btn-primary.btn-md {
        margin-top: 6px;
    }
    input#txtUrl {
        width: 50%!important;
    }
    input#txtPostCode {
        margin-left: 37px!important;
        width: 70%;
    }
    button.js-postcode-search.button {
        margin-top: 3px;
    }
    .form-error1.postcode-er {
        margin-left: 8%;
    }
    label.btn.txtQrbtn.btn-md {
        margin-top: 4px;
    }
    label.btn.txtAnswer6btn.btn-md {
        margin-top: 4px;
    }
    label.btn.txtAnswer7btn.btn-md {
        margin-top: 4px;
    }
    .form-error-validate {
        text-align: center;
        background: red;
        color: white;
        font-weight: 600;
        margin-bottom: 20px;
        width: 60%;
        margin-left: 20%;
        border-radius: 10px;
        height: 35px;
        padding-top: 5px;
    }
}

@media screen and (max-width: 768px) {
    .small-4.cell.cartLabel.required:after {
        content: "※";
        font-size: .85714rem;
        color: #d00;
        float: right;
        margin-top: -19px;
        left: 5px;
    }
    fieldset {
        display: contents;
    }
    .small-8.cell.cartEnter {
        width: 100%;
    }
    .small-4.cell.cartLabel {
        width: 100%;
    }
    button#btnSubmit {
        margin-top: 20px;
        margin-left: 34%;
    }
    .title2 {
        width: 100%;
    }
    .grid-x.grid-padding-x {
        margin-top: 20px;
    }
    input[type="text"] {
        margin-left: 10%!important;
    }
    input[type="file"] {
        margin-left: 12%!important;
    }
    .form-error {
        margin-left: 40px !important;
    }
    textarea {
        margin-left: 11%!important;
    }
    select {
        margin-left: 10%;
    }
    input#txtEmail {
        margin-left: 10%!important;
    }
    input.form-control.input-md {
        width: 50%;
        margin-top: 9px!important;
    }
    input[type="text"] {
        width: 80%;
    }
    input#txtEmail {
        width: 80%;
    }
    select#txtGender {
        margin-left: 10%;
    }
    select#txtExperience {
        margin-left: 10%;
    }
    select#txtUnpublish {
        margin-left: 10%;
    }
    select#txtOrigin {
        margin-left: 10%;
    }
    select#txtCourse {
        margin-left: 10%;
    }
    input#txtPostCode {
        margin-left: 60%!important;
        width: 100%;
    }
    button.js-postcode-search.button {
        margin-left: 49px;
        margin-top: 2px;
    }
    .form-error-validate {
        text-align: center;
        background: red;
        color: white;
        font-weight: 600;
        margin-bottom: 20px;
        width: 100%;
        border-radius: 10px;
    }
}

input[type="file"] {
    height: 32px;
}