html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        flex: 0 0 20%;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        flex: 0 0 20%;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        flex: 0 0 20%;
    }
}

.col-15 {
    width: 20%;
    flex: 0 0 20%;
}

.displaynon {
    display: none;
}

.titlefont {
    font-size: 1.1em;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 10px;
}

.linkfontsize {
    font-size: 0.9em;
}

.linkfont {
    font-size: 1.1em;
    font-weight: bold;
}

.logo-01 {
    margin-bottom: 0;
}

.border-menu {
    border-left: 1px #000000 ridge;
    height: 100%;
}
/*スマホサイズ*/
@media (max-width: 575px) {
    .form-label {
        text-align: left !important;
    }
}

.copyright {
    font-size: 12px;
    color: #000;
}
.privacy {
    font-size:12px;
    color: #777;
    text-decoration-line: none;
}

.privacy:hover {
    text-decoration-line: underline;
    color: #777;
}

.note-text {
    font-size: 0.92em;
    color: #444;
}

@media (max-width: 767.98px) {
    .systemadmin-logo {
        width: 200px !important;   
        height: auto !important;
    }
    .systemadmin-header-logo a {
        width: 200px !important;
    }
}

/* 既存のPC用スタイルはそのまま */
@media (min-width: 400px) {
    .nttme_distribution__header-logo a {
        width: 280px;
    }
}