.p_login_content_grid,
.p_profile-info__btn-more {
    display: flex !important;
}

.p_profile-info__btn-more {
    flex-direction: column !important;
}

@media screen and (min-width: 768px) {
    .p_profile-info__btn-more {
        flex-direction: row !important;
    }
}
.p_login_content_grid .item {
    position: relative !important;
}

.p_login_content_title,
.p_login__sect_heading {
    text-align: center !important;
}

.p_login__sect_heading .en {
    font-family: "IBM Plex Sans Condensed", sans-serif;
}

@media screen and (min-width: 768px) {
    .p_login_content_grid .item {
        font-size: 0.875rem;
    }
}

.c_login-btn__sect {
    font-size: 1rem;
}
@media screen and (min-width: 768px) {
    .c_login-btn__sect {
        font-size: 1.25rem;
    }
}

.p_login__sect_heading .en {
    font-size: 2.75rem;
}
@media screen and (min-width: 768px) {
    .p_login__sect_heading .en {
        font-size: clamp(
            3.75rem,
            calc(3.75rem + 0.0267857143 * (100vw - 768px)),
            4.875rem
        );
    }
}

.p_login__sect_heading .en {
    font-weight: 200;
}

.p_login__sect {
    width: 100%;
    max-width: 580px;
    margin-inline: auto;
}

.p_login__item {
    margin-top: 16px;
}

.p_login__item + .p_login__item {
    margin-top: 40px;
}

.p_login__item label {
    font-weight: 300;
}

.p_login__item .div_text {
    margin-top: 6px;
}

.p_login__item .div_text input {
    display: block;
    width: 100%;
    border: 1px solid #e2e2ef;
    padding: 10px 10px;
    font-weight: 500;
}

.p_login__item-name {
    font-weight: 700;
}

.p_login__item-body {
    margin-top: 6px;
}

.p_login__item-body input {
    display: block;
    width: 100%;
    border: 1px solid #e2e2ef;
    padding: 10px 10px;
    font-weight: 500;
}

.p_login__item-check-box {
    display: flex;
    align-items: center;
    gap: 1px;
}

.p_login__item-check-box input[type="checkbox"] {
    border-radius: 5px;
    background-color: rgba(226, 226, 239, 0.1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 24px;
    height: 24px;
    border: 1px solid #e2e2ef;
}

.p_login__item-check-box input[type="checkbox"]:checked:before {
    position: absolute;
    display: inline-block;
    border-bottom: 3px solid #dd2a95;
    border-left: 3px solid #dd2a95;
    height: 8px;
    width: 20px;
    top: 6px;
    left: 1px;
    transform: rotate(-45deg);
    content: "";
}

.p_login__item-check-box input[type="submit"] {
    display: none;
}

.p_login__btn-sect {
    margin-top: 24px;
}

.p_login__pass-forget-sect {
    display: flex;
    justify-content: center;
}

.p_login__pass-forget-name {
    font-size: 0.875rem;
    position: relative;
    margin-top: 10px;
}

.p_login__pass-forget-name:hover::after {
    background-color: transparent;
}

.p_login #wpmem_login {
    margin-top: 24px;
}

.p_login #wpmem_login legend,
.p_login #wpmem_reg legend {
    display: none;
}

.p_login #wpmem_login input[type="text"],
.p_login #wpmem_login input[type="password"],
.p_login #wpmem_login input[type="text"],
.p_login input[type="text"],
.p_login #wpmem_login input[type="password"] input[type="password"],
.p_login #wpmem_reg input[type="email"],
.p_login #wpmem_reg input[type="text"] {
    display: block;
    width: 100%;
    border: 1px solid #b9c9d8;
    padding: 10px 10px;
    font-weight: 500;
}

.p_login #wpmem_login,
.p_login #wpmem_reg {
    width: 100%;
    font-size: inherit;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-weight: inherit;
}

.p_login #wpmem_login .div_text,
.p_login #wpmem_reg .div_text {
    margin: 0;
    margin-top: 6px;
}

.p_login .p_login__item + p,
.p_login .p_login__item + p + p {
    margin-top: 20px;
}

.p_login #siteguard_captcha {
    width: 52% !important;
    margin-top: 10px;
}

.p_login .wpmem_msg,
.p_login #wpmem_reg {
    width: 100%;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.p_login #wpmem_msg,
.p_login .wpmem_msg {
    background-color: transparent;
}

.p_login #wpmem_reg .req-text {
    display: none;
}

.p_member {
    padding-top: 40px;
    padding-bottom: 50px;
}

.p_member__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.p_member__item {
    background: #e2e2ef;
    border: 1px solid #e2e2ef;
    transition: 0.5s;
}

.p_member__item:hover {
    background: #fff;
}

.p_member__item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 205px;
}

.p_member__item:nth-of-type(2) .p_member__item-name {
    margin-top: 15px;
}

.p_member__item-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px 20px;
}

.p_member__item-name {
    font-weight: 700;
    font-size: 1.25rem;
    color: #313055;
    margin-top: 10px;
}

.p_profile-info__title {
    font-weight: 700;
    font-size: 1.25rem;
    position: relative;
    padding-bottom: 10px;
}

.p_profile-info__title::before {
    content: "";
    display: inline-block;
    background-color: #dd2a95;
    height: 2px;
    width: 120px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
}

.p_profile-info__title::after {
    content: "";
    display: inline-block;
    background-color: #e2e2ef;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.p_profile-info__sect {
    margin-top: 48px;
}

.p_profile-info__info-list {
    border-top: 1px solid #e2e2ef;
    border-bottom: 1px solid #e2e2ef;
}

.p_profile-info__item + .p_profile-info__item {
    border-top: 1px solid #e2e2ef;
}

.p_profile-info__item:last-of-type .p_profile-info__item-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.p_profile-info__item-name {
    font-weight: 300;
    padding: 20px 0 6px;
    position: relative;
}

.p_profile-info__item-body {
    font-weight: 300;
    padding: 6px 0 20px;
}

.p_profile-info__item-body-day {
    display: inline-block;
    margin-right: 1em;
}

.p_profile-info__btn-sect {
    margin-top: 30px;
}

.p_profile-info__btn-sect + .p_profile-info__btn-sect {
    margin-top: 20px;
}

.p_profile-info__pass-forget-sect {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.p_profile-info__pass-forget-name {
    font-size: 0.875rem;
    position: relative;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}

.p_profile-info__pass-forget-name:hover::after {
    background-color: transparent;
}

.p_profile-info__pdf-btn {
    font-weight: 700;
    transition: 0.3s ease-in-out;
}

.p_profile-info__pdf-btn a {
    transition: 0.5s;
    position: relative;
    display: inline-flex;
    align-items: flex-end;
}

.p_profile-info__pdf-btn a img {
    display: inline-block;
    width: 40px;
    aspect-ratio: 50/50;
    margin-right: 8px;
}

.p_profile-info__pdf-btn a:hover {
    color: #dd2a95;
}

.p_profile-info__btn-more {
    gap: 20px;
    align-items: center;
    margin-top: 64px;
}
@media screen and (min-width: 768px) {
    .p_profile-info__btn-more {
        gap: 40px;
        justify-content: center;
        margin-top: 80px;
    }
}

@media screen and (min-width: 768px) {
    .p_login__item {
        margin-top: 30px;
    }
    .p_login__item .div_text {
        margin-top: 10px;
    }
    .p_login__item .div_text input {
        padding: 16px 10px;
    }
    .p_login__item-body {
        margin-top: 10px;
    }
    .p_login__item-body input {
        padding: 16px 10px;
    }
    .p_login__item-check-box input[type="checkbox"] {
        width: 30px;
        height: 30px;
    }
    .p_login__item-check-box input[type="checkbox"]:checked:before {
        height: 12px;
        width: 30px;
        top: 7px;
        left: 1px;
    }
    .p_login__btn-sect {
        margin-top: 28px;
    }
    .p_login__pass-forget-name {
        margin-top: 14px;
        font-size: 1.25rem;
    }
    .p_login #wpmem_login {
        margin-top: 47px;
    }
    .p_login #wpmem_login input[type="text"],
    .p_login #wpmem_login input[type="password"],
    .p_login #wpmem_login input[type="text"],
    .p_login input[type="text"],
    .p_login #wpmem_login input[type="password"] input[type="password"],
    .p_login #wpmem_reg input[type="email"],
    .p_login #wpmem_reg input[type="text"] {
        padding: 14px 10px;
    }
    .p_login #wpmem_login .div_text,
    .p_login #wpmem_reg .div_text {
        margin-top: 10px;
    }
    .p_login .p_login__item + p {
        margin-top: 34px;
    }
    .p_login .p_login__item + p + p {
        margin-top: 10px;
    }
    .p_login #siteguard_captcha {
        margin-top: 10px;
    }
    .p_member {
        padding-top: 73px;
        padding-bottom: 100px;
    }
    .p_member__list {
        margin-top: 37px;
        flex-direction: row;
        gap: 3.4482758621%;
    }
    .p_member__item {
        width: 48.275862069%;
    }
    .p_member__item:nth-of-type(2) .p_member__item-box {
        padding: 50px 10px 12px;
    }
    .p_member__item:nth-of-type(2) .p_member__item-name {
        margin-top: 40px;
    }
    .p_member__item-box {
        padding: 58px 10px 40px;
    }
    .p_member__item-name {
        font-size: 1.875rem;
        margin-top: 25px;
    }
    .p_profile-info__title {
        font-size: 1.875rem;
        padding-bottom: 16px;
    }
    .p_profile-info__sect {
        margin-top: 118px;
    }
    .p_profile-info__item-name {
        padding: 24px 0 8px;
    }
    .p_profile-info__item-body {
        padding: 8px 0 24px;
    }
    .p_profile-info__btn-sect {
        margin-top: 60px;
    }
    .p_profile-info__pass-forget-sect {
        margin-top: 35px;
    }
    .p_profile-info__pass-forget-name {
        font-size: 1.25rem;
    }
    .p_profile-info__pass-forget-name:hover {
        text-decoration: none;
    }
    .p_profile-info__pdf-btn a {
        padding-left: 48px;
    }
    .p_profile-info__pdf-btn a img {
        position: absolute;
        left: 0;
    }
}
@media screen and (min-width: 1025px) {
    .p_profile-info__item {
        display: grid;
        align-items: center;
        grid-template-columns: 460px 1fr;
    }
    .p_profile-info__item-body {
        padding: 36px 0 33px 60px;
    }
    .p_profile-info__item:last-of-type .p_profile-info__item-body {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 50px;
    }
    .p_profile-info__item-name {
        padding: 61px 0 58px;
    }
    .p_profile-info__item-name::after {
        content: "";
        width: 1px;
        height: 90px;
        max-height: 80%;
        background-color: #b9c9d8;
        position: absolute;
        top: 50%;
        right: 0;
        translate: 0 -50%;
    }
}
.p_login_content {
    background-color: #f5f8fb;
    padding: 24px 16px;
    margin-top: 32px;
}
@media screen and (min-width: 768px) {
    .p_login_content {
        margin-top: 59px;
        padding-top: 35px;
        padding-bottom: 48px;
    }
}
.p_login_content_grid {
    gap: 8px 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 16px;
}
@media screen and (min-width: 768px) {
    .p_login_content_grid {
        max-width: 1060px;
        margin-left: auto;
        margin-right: auto;
        padding-right: 6px;
    }
}
.p_login_content_grid .item {
    line-height: 1.4285714286;
    width: 100%;
    padding-left: 9px;
}
@media screen and (min-width: 768px) {
    .p_login_content_grid .item {
        width: calc(50% - 10px);
    }
}
@media screen and (min-width: 1025px) {
    .p_login_content_grid .item {
        width: 320px;
        max-width: calc(33.33% - 14px);
    }
}
.p_login_content_grid .item::before {
    content: "";
    width: 3px;
    height: 1px;
    background-color: #b9c9d8;
    position: absolute;
    top: 0.55em;
    left: 0;
}
@media screen and (min-width: 768px) {
    .p_login_content_grid .item::before {
        top: 0.55em;
    }
}

.p_login__sect {
    margin-top: 64px;
}
@media screen and (min-width: 768px) {
    .p_login__sect {
        margin-top: 108px;
    }
}
.p_login__sect_heading .en {
    line-height: 1;
    text-transform: uppercase;
    background: linear-gradient(128deg, #db2697 0%, #3885cc 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.c_login-btn {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
}
.c_login-btn a {
    display: block;
    max-width: 400px;
    margin-inline: auto;
}
.c_login-btn a:hover .c_login-btn__box {
    color: #313055;
    background: #fff;
}
.c_login-btn__sect {
    position: relative;
}
@media screen and (min-width: 768px) {
    .c_login-btn__sect:hover::after {
        opacity: 0.4;
    }
}
.c_login-btn__sect::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image: linear-gradient(124deg, #db2697 0%, #3885cc 80%);
    transition: 300ms linear;
    opacity: 0.6;
}
.c_login-btn__box {
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 0;
    padding: 13px 10px;
}
@media screen and (min-width: 768px) {
    .c_login-btn__box {
        padding: 23px 10px 19px;
    }
}

.p_member_top .block_btn {
    margin-top: 32px;
}
@media screen and (min-width: 768px) {
    .p_member_top .block_btn {
        margin-top: 59px;
    }
}
