@charset "utf-8";


/* header */

body#home h2,
body#home h2.title {
    /*color: var(--header-color1);
    font-family: "UD Shin Go Medium", Roboto, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;*/

}



/* section */

#news .oldnews p {
    text-align: left;
}

#news .cssframe {
    /* height: 496px; */
    max-height: none;
    overflow: auto;
    margin-top: 5px;
    /*background-color: var(--table-color2);*/
    border-bottom: 1px solid var(--border-color2);
    /*border-bottom: 1px solid var(--border-color2);*/
}

.post .post-content .table-responsive table.table {
    margin-bottom: 0;
}

.post .post-content .table-responsive {
    margin-bottom: 2rem;
}

.post .post-content table.table th,
.post .post-content table.table td {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}

@media (min-width: 991.98px) {

    .menu-main {
        /*background-color: transparent;
        background-color: #f0f0f0;*/
    }

    .menu-main ul.navbar-nav li.nav-item {
        /*width: calc(100% / 5);*/
    }

    .menu-main ul.navbar-nav a.nav-link {
        color: #1f1f1f;
        color: #fff;
    }

    .menu-main ul.navbar-nav li.nav-item a.nav-link::before,
    .menu-main ul.navbar-nav li.nav-item:last-child a.nav-link::after {
        background: var(--menu-border);

    }

    .flex-direction-nav a {
        color: #fff;
    }

}


@media (min-width: 768px) {
    section#main-banner {
        background-image: url(../images/mainimage-back.png);
        /*background-color: #c0a164;
        background-color: var(--theme-color1);
        background-color: var(--theme-color2);*/
        /*background-color: var(--theme-slidebg);*/
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
    }
}


@media (min-width: 769px) {
    #news .cssframe {
        max-height: none;
        background-color: var(--table-color2);
        border-bottom: 1px solid var(--border-color2);
    }

    ul.news-list a span.news-id p {

        font-size: 1rem;
        /* font-size: 0.875rem; */
    }

    ul.news-list a span.news-id p.news-title {
        margin-right: 0.625rem;
    }
}

@media (min-width: 992px) {
    #mainimage {
        background-color: #A6D7FD;
        margin-top: 0;
        height: 314px;
    }
}

@media (min-width: 1200px) {
    #mainimage {
        margin-top: 0;
        /*background-color: #fff;*/
        height: 375px;
    }
}

ul.news-list a span.news-id p.news-date {
    color: #6c757d !important;
    font-weight: 400;
}

ul.news-list a span.news-id p {
    font-size: 0.95rem;
    font-size: 0.9375rem;
    font-size: 1rem;
}

ul.tab li {
    font-weight: 500;
    color: #343a40;
    line-height: normal;
    padding: 0.4rem 0 0.4rem 0.7rem;
    padding: 0.4rem 0.7rem 0.4rem 0;
    font-size: 0.95rem;
    font-size: 0.95rem;
}

#news .oldnews p {
    font-size: 0.9rem;
    display: flex;
    flex-direction: column;
    text-align: center;
}

ul.tab li.btn-link:hover,
ul.tab li.btn-link.select {
    color: #1bb6b6;
}

ul.news-list a span.news-id p.news-title {
    display: inline-block;
    padding: 0.5rem 0;
    margin-left: 0;
}

ul.news-list a span.news-id p.news-date {
    margin-left: 0;
}

ul.news-list a span.news-id p.news-title span:first-child {
    margin-right: 0.625rem;
}


@media (min-width: 769px) {

    ul.tab li {
        font-weight: 500;
        color: #343a40;
        line-height: normal;
        padding: 0.25rem 0.5rem;
        font-size: 0.95rem;
    }

    ul.news-list a span.news-id p {
        font-size: 1rem;
    }

    #news .oldnews p {
        font-size: 0.95rem;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;

    }

    ul.news-list a span.news-id p.news-title {
        /*display: flex;*/
        /*margin-left: 0.625rem;*/
        padding-top: 0;
        padding-bottom: 0;
        line-height: inherit;
    }

    ul.news-list a span.news-id p.news-date {
        margin-left: 0.625rem;
    }

    ul.news-list a span.news-id p.news-title span:first-child {
        margin-right: 0.625rem;
    }
}



/*トップ右サイドボタン*/

.contents-side.card-body {
    border: 3px solid #e2e3e5;
}

.contents-side .card a {
    font-weight: 600;
}

.contents-side .card-red {
    border-color: #dc3545;
    background-color: #dc3545;
}

.contents-side .card-red .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.contents-side .card .card-red i,
.contents-side .card .card-red a {
    color: #fff;
}

.contents-side .card-orange {
    border-color: #ffa526;
    background-color: #ffa526;
}

.contents-side .card .card-orange i,
.contents-side .card .card-orange a {
    color: #fff;
}

.contents-side .card-dark {
    border-color: #f0f0f0;
    background-color: #f0f0f0;
}

.contents-side .card .card-dark i,
.contents-side .card .card-dark a {
    color: #383d41;
    color: #3b3b3b;
}


@media (max-width: 992px) {
    .menu-main {
        background: linear-gradient(to left, #1bb6b6 49px, #ffffff 20px, #FFFFFF 100%);
    }
}


/*トップスライド外ボタン*/
/*タブレット前まで*/
@media (min-width: 769px) {
    /*.contents-pickup .card-body {
                display: flex;
                justify-content: space-evenly;
                align-items: center;
            }*/

}

.contents-pickup .card-body {
    padding: 0.9rem 0;
    border: 3px solid #e2e3e5;
}

.contents-pickup .card a {
    font-weight: 600;
}

.contents-pickup .card-counseling i,
.contents-pickup .card-counseling a {
    color: #d24d53;
}

.contents-pickup .card-specialist i,
.contents-pickup .card-specialist a {
    color: #0095d9;
}

.contents-pickup .card-elanning i,
.contents-pickup .card-elanning a {
    color: #1bb6b6;
}

.contents-pickup .card-vfve i,
.contents-pickup .card-vfve a {
    color: #6f5499;
}

.contents-pickup .card-vfve img {
    height: 32px;
}

/*トップメイン汎用ボタン*/
.contents-main .card-body {
    border: none;
}

.contents-main .card-image {
    overflow: hidden;
    position: relative;
    border-radius: 3px;
    margin-bottom: 1rem;
}

.contents-main .card-image img {
    max-width: 100%;
    height: auto;
}

.contents-main .card-title {
    font-weight: 500;
    line-height: 1.45;
}
