@charset "utf-8";

.site-main {
    padding-top: 140px;
}

fieldset {
    overflow: hidden;
}

.wpmem_msg {
    margin-bottom: 20px;
}

.input-area {
    padding: 0 127px 63px 40px;
}

.logged-area {
    text-align: center;
}

.logged-area .login_status a {
    display: inline-block;
    margin-top: 18px;
}

.myform_section.q1 {
    margin-bottom: 99px;
}

.form-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.regist .form-box,
.login .form-box {
    margin-bottom: 17px;
}

.login .button_div {
    text-align: center;
    margin: 60px calc(50% - 48vw);
    width: 100vw;
}

.login_btn input[type="submit"] {
    display: block;
    width: 221px;
    margin: 20px auto 0px;
    padding: 18px 0;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background: #333;
    border-radius: 100vh;
    text-align: center;
}

.regist_btn input[type="submit"] {
    display: block;
    width: 221px;
    margin: 20px auto 0 230px;
    padding: 18px 0;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background: #333;
    border-radius: 100vh;
    text-align: center;
}

.form-box label {
    display: flex;
    flex-direction: row-reverse;
    min-width: 135px;
    margin-right: 25px;
    font-weight: 700;
    text-align: right;
}

.form-box input {
    /* width: 73.85%; */
    max-width: 430px;
    width: 430px;
    height: 53px;
    padding-left: 6%;
    line-height: 53px;
    border: 1px solid #333;
    border-radius: 10px;
}

.form-box input::placeholder {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    color: #b7b7b7;
}

#birthday_year::before {
    display: inline-block;
    content: '年';
}

.formRemarks.form-box {
    align-items: flex-start;
    margin-bottom: 99px;
}

.form-box .div_select {
    width: 100%;
}

.form-box .div_radio {
    display: flex;
    width: 100%;
}

.form-box .div_radio label {
    display: inline-block;
    min-width: auto;
    padding: 2.8%;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 100vh;
    transition: background-color .3s ease;
    text-align: center;
}

.form-box .div_radio label:not(:last-child) {
    margin-right: 6px;
}

.form-box .div_radio label:hover,
.form-box .div_radio input:checked+label {
    background-color: #eae2d8;
}

#label_occupation_1::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 4px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: text-bottom;
    background-image: url(../img/top/icon/vet.png);
}

#label_occupation_2::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 4px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: text-bottom;
    background-image: url(../img/top/icon/vn.png);
}

#label_occupation_3::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 4px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: text-bottom;
    background-image: url(../img/top/icon/groomer.png);
}

.form-box #birthday_year,
.form-box #experience {
    width: 140px;
    margin-right: 14px;
}

.form-box #prefectures {
    width: 175px;
}

.form-box #when {
    width: 100%;
}

.formRemarks.form-box label {
    margin-top: 24px;
}

.form-box .div_textarea {
    width: 100%;
}
.form-box textarea {
    position: relative;
    width: 100%;
    height: 224px;
    padding-top: 20px;
    padding-left: 6%;
    border: 1px solid #333;
    border-radius: 10px;
}

.form-box textarea::placeholder {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    color: #b7b7b7;
}

.form-box select {
    width: 30%;
    /* max-width: 175px; */
    height: 53px;
    /* margin-right: 43.8%; */
    padding-left: 6%;
    line-height: 53px;
    border: 1px solid #333;
    border-radius: 10px;
}

.formYearsExperience input {
    max-width: 175px;
}

.formTimeChange.form-box select {
    width: 73.85%;
    max-width: 430px;
    margin-right: 0;
}

.form-box select:invalid {
    color: #b7b7b7;
}

.form-box .form-box_buttons {
    width: 73.85%;
    max-width: 432px;
}

/*-------------------------------------------------------------

　login

-------------------------------------------------------------*/
.loginForm {
    width: 100%;
    margin: auto;
    padding: 75px 0 100px;
    background-color: #eee9e2;
}

.my_form {
    max-width: 760px;
    margin: auto;
    padding-top: 67px;
    padding-bottom: 71px;
    border-radius: 10px;
    background-color: #fff;
}

.login-title {
    margin-bottom: 35px;
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 0.1em;
}

.attention_text {
    margin-bottom: 34px;
    font-size: 1.6rem;
    line-height: 1.857;
    text-align: center;
}

.formUserAddress {
    margin-bottom: 17px;
}

.formPassword {
    margin-bottom: 82px;
}

.regist-link {
    color: #b4672f;
}

.login-button {
    width: 221px;
    margin: auto;
}

.login-button .blackButton {
    padding: 18px 0;
}

/*-------------------------------------------------------------

　regist

-------------------------------------------------------------*/
.registForm {
    width: 100%;
    margin: auto;
    padding: 75px 0 100px;
    background-color: #eee9e2;
}

.regist_form {
    max-width: 760px;
    margin: auto;
    padding-top: 67px;
    padding-bottom: 71px;
    border-radius: 10px;
    background-color: #fff;
}

.regist-title {
    margin-bottom: 35px;
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 0.1em;
}

.required-text,
.required-mark,
#wpmem_reg .req {
    color: #b4672f;
    font-size: 1.4rem;
}

.required-text {
    margin-left: 27%;
    margin-bottom: 18px;
}

.required-mark {
    display: inline-block;
    margin-right: 4px;
}

.form-box input[type="radio"] {
    display: none;
}

.form-box .radio-label {
    display: inline-block;
    padding: 2.8%;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 100vh;
    transition: background-color .3s ease;
}

.form-box_buttons label {
    margin-right: 0;
}

.form-box_buttons .radio-label {
    min-width: auto;
    padding: 3% 3.8%;
}

.form-box .radio-label:not(:last-child) {
    margin-right: 6px;
}

.form-box .radio-label:hover,
.form-box .form-box_button:checked+label {
    background-color: #eae2d8;
}

.label-icon::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 4px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: text-bottom;
}

.label-icon.label-vet::before {
    background-image: url(../img/top/icon/vet.png);
}

.label-icon.label-vn::before {
    background-image: url(../img/top/icon/vn.png);
}

.label-icon.label-groomer::before {
    background-image: url(../img/top/icon/groomer.png);
}

.formBirthdayYear,
.formPrefectures {
    position: relative;
}

.formBirthdayYear::before,
.formPrefectures::before {
    position: absolute;
    top: 45%;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    padding: 0;
    content: '';
    border-bottom: solid 2px #333;
    border-right: solid 2px #333;
    pointer-events: none;
}

.formBirthdayYear::before {
    left: 275px;
}

.formPrefectures::before {
    left: 305px;
}

.formBirthdayYear select,
.formYearsExperience input {
    width: 24%;
    margin-right: 14px;
}

.formYearsExperience select {
    width: 14%;
    margin-right: 14px;
}

.link-area,
.profile ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 36%;
    margin: 0 auto 54px;
}

.profile ul {
    width: 100%;
    padding-left: 42%;
}


.link-area li:not(:last-child),
.profile li:not(:last-child) {
    margin-bottom: 17px;
}

.link-area li,
.profile li {
    position: relative;
    padding-left: 20px;
}

.link-area li::before,
.profile li::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    transform: rotate(45deg);
}

.logged-area .register_status {
    margin-bottom: 18px;
}

.regist .logged-area {
    margin-bottom: 40px;
}

.register_links {
    text-align: center;
}

.register_links li {
    display: block;
}

.register_links li:not(:last-child) {
    margin-bottom: 12px;
}

.regist-button {
    width: 221px;
    margin: auto;
}

.regist-button .blackButton {
    padding: 18px 0;
}

.formBirthdayYear::after,
.formYearsExperience::after {
    content: '年';
}

.login .link-text {
    text-align: center;
    margin: 20px calc(50% - 48vw);
    width: 100vw;
}

@media only screen and (max-width: 900px) {

.profile ul {
    width: 80%;
    padding-left: 10%;
}

    .my_form,
    .regist_form {
        max-width: 85%;
    }

    .input-area {
        padding: 0 10%;
    }

    .form-box {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        /* padding: 0 20%; */
    }

    .form-box .div_text {
        width: 100%;
    }

    .form-box label {
        min-width: auto;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: left;
    }

    .login .form-box label {
        flex-direction: revert;
    }

    .form-box input,
    .form-box textarea,
    .form-box select {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        padding-left: 4%;
    }

    .form-box .form-box_buttons {
        width: 100%;
    }

    .form-box .div_radio {
        flex-wrap: wrap;
    }

    .form-box_buttons .radio-label {
        padding: 3% 2.8%;
    }

    .formBirthdayYear::before,
    .formPrefectures::before {
        top: 55%;
        left: 135px;
    }

    .formYearsExperience {
        position: relative;
    }

    .formBirthdayYear::after,
    .formYearsExperience::after {
        position: absolute;
        content: '年';
        left: 185px;
        bottom: 10px;
    }

    .link-area {
        width: 100%;
        margin: 40px auto 0;
        padding: 0 10%;
    }

    .login_btn input[type="submit"] {
        margin: 20px auto 0;
    }

    .regist_btn input[type="submit"] {
        margin: 20px auto 0;
    }

    .login .button_div {
        width: 100%;
        margin: auto;
    }

    .login .link-text {
        width: 100%;
        margin: 28px auto 0;
        font-size: 1.4rem;
    }
}