.MyPageStack {
    display: grid;
    gap: 20px;
}

.MyPageForm {
    display: grid;
    gap: 14px;
}

.MyPage .UI_Field input[type="text"],
.MyPage .UI_Field input[type="email"],
.MyPage .UI_Field input[type="tel"],
.MyPage .UI_Field input[type="password"] {
    width: 100%;
}

.MyPageReadonlyValue {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid var(--LineColor);
    border-radius: 8px;
    background-color: #f7f7f7;
    color: var(--MainText1);
    word-break: break-word;
}
