<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.under #content {
    width: 100%;
    padding: 3% 5%;
    background: #fff;
}
.under .mainvisual {
    background-image: url(/userfile/config/Banner-Page-PC.jpg);
    background-color: #191919;
    padding: 110px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-box-shadow: 0 -3px 7px rgb(12 12 12 / 20%);
    -khtml-box-shadow: 0 -3px 7px rgba(12,12,12,.2);
    -moz-box-shadow: 0 -3px 7px rgba(12,12,12,.2);
    -ms-box-shadow: 0 -3px 7px rgba(12,12,12,.2);
    -o-box-shadow: 0 -3px 7px rgba(12,12,12,.2);
    box-shadow: 0 -3px 7px rgb(12 12 12 / 20%);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.under .mainvisual:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
}
.breadcrumb {
    padding: 10px 0;
    opacity: 0.9;
}

.page_title {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}
.under-ttl {
    font-size: 36px;
    color: #00adee;
    padding-bottom: 20px;
    line-height: 1.5em;
    margin-bottom: 30px;
    text-transform: uppercase;
    border-bottom: 1px solid #d5d4d4;
}
.topic-path {
    display: flex;justify-content:center;
    flex-wrap: wrap;
    order: 2;
}

.topic-path li {
    font-size: 16px;
    color: #fff;
    text-transform: lowercase;
    font-weight: 500;
}

.topic-path li::first-letter {
    text-transform: uppercase;
}

.topic-path a {
    text-decoration: none;
    color: #fff;
}

.topic-path li:not(:last-child):after {
    content: '/';
    display: inline-block;
    position: relative;
    margin: 0 10px;
}

.topic-path a:hover {
    color: #3a9046;
}
.pager {
    margin: 45px 0 0;
    text-align: center;
}

    .pager a {
        padding: 4px 11px;
        text-align: center;
        text-decoration: none;
        border: 1px solid #fff;
        color: #3a9046;
        transition: all 0.5s ease;
        background: #fff;
        box-shadow: 0px 0px 0px 1px #3a9046;
        margin: 0 5px;
    }

    .pager a:hover {
        border: 1px solid #fff;
        color: #fff;
        background: #3499cd;
        box-shadow: 0px 0px 0px 1px #3499cd;
    }

    .pager strong {
        margin: 0 5px;
        padding: 4px 11px;
        text-align: center;
        text-decoration: none;
        border: 1px solid #fff;
        color: #fff;
        font-weight: normal;
        background: #3a9046;
        box-shadow: 0px 0px 0px 1px #3a9046;
    }

.pager a:first-child {
    padding: 4px 11px;
    background: #fff;
}

    .pager a:first-child:hover {
        background: #3499cd;
        color: #fff;
        border-color: #fff;
        box-shadow: 0px 0px 0px 1px #3499cd;
    }

.pager a:last-child {
    padding: 4px 11px;
    background: #fff;
}

.pager a:last-child:hover {
    background: #3499cd;
    color: #fff;
    border-color: #fff;
    box-shadow: 0px 0px 0px 1px #3499cd;
}
@media screen and (max-width: 1400px) {
    .under #content {
        padding: 3%;
    }
}
@media screen and (max-width: 768px) {
    .topic-path li {
        font-size: 14px;
        line-height: 1.8em;
    }

    .under #content {
        padding: 25px 3%;
    }

    .under .mainvisual {
        padding:0;
        /*display: none;*/
    }
    .page_title {
        font-size: 23px;
        margin-bottom: 0px;
    }
    .breadcrumb {
        padding: 10px 0;
    }

    .topic-path li:not(:last-child):after {
        content: '/';
        margin: 0 5px;
    }
}
@media screen and (max-width: 480px) {
    .under-ttl{font-size: 24px;}
    .breadcrumb .container{display:block;}
  
}</pre></body></html>