section.member p.reminder,
section.member .link-text
{
    margin-top: 30px;

    text-align: center;
}
section.member p.reminder a,
section.member .link-text a
{
    text-decoration: underline;

    color: var(--c_green);
}
@media (hover)
{
    section.member p.reminder a:hover,
    section.member .link-text a:hover
    {
        text-decoration: none;
    }
}
@media screen and (max-width: 768px)
{
    section.member p.reminder a,
    section.member .link-text a
    {
        display: inline-block;
    }
}
section.member .change
{
    width: 220px;
}
section.member p.complete
{
    font-size: 18px;

    margin: 0 !important;

    text-align: center;
}
@media screen and (max-width: 768px)
{
    section.member p.complete
    {
        font-size: 14px;

        text-align: left;
    }
}



section.member .inner > p
{
    display: none;
}
section.member .wpmem_msg
{
    margin-bottom: 30px;
}