/* ヘッダ */
.main-header-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0px;
}

.main-header {
    width: 90%;
    height: auto;
    margin-bottom: 30px;
}


.footer-contents {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    max-width: 1088px;
    height: auto;
}

.footer-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    font-size: var(--fontSize-s);
}

.footer-links > span {
    margin-right: 16px;
}

.footer-links > span:last-child {
    margin-right: 0px;
}

.footer .nnds-link{
    font-size: inherit;
}
.footer {
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 36px;
}
#nnds-divider-footer-divider {
    display: none;
}