p{
    line-height: 1.8em;
}

/*LPページにするために必要なcss*/
html.aqua2019 .wrapper .layout_table {
    width: 100%;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
}

body:not(.home) .layout_table>main {
    max-width: 100%;
}

.widget.widget_nav_menu {
    display: none;
}

body:not(.home) .layout_table>.layout_menu {
    width: 0;
}
.logo {
    pointer-events: none;
}
nav.nav.header-gnav,
.breadcrumb {
    display: none;
}
.nav.header-nav,
.header-social{
    visibility: hidden;
    pointer-events: none;
}
.copyright {
    margin-top: 100px;
}
.footer {
    display: none;
}

.heading-type11 {
    margin-bottom: 2rem;
}
.textbox h2 {
    margin-top: 5rem;
}

.privacy-register-back-btn{
    margin-top: 60px;
}

ol ol {
    margin-top: 1rem !important;
}
ol ol>li::before {
    content: none !important;
}

@media screen and (max-width: 1366px) {
    html.aqua2019 .wrapper .layout_table {
        max-width: 90%;
    }
}

@media screen and (max-width: 767px) {
    nav.nav.nav--fnav,
    .footer-social,
    .nav.nav--fsub
     {
        display: none;
    }
    .header nav{
        display: none;
    }
    .header{
        justify-content: center;
    }
    .logo__ci {
        justify-content: center !important;
        padding-left: 0 !important;
    }
    li {
        margin-top: 1rem;
    }
}