/*
table, tr, td, a, ul, li{ margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
table { border-collapse: collapse; border-spacing: 0; }
*/

hr {
    border: none;
    border-top: 2px solid #16263d;
    margin: 10px 0;
}

/*a , a:link , a:visited , a:hover , a:active{ text-decoration-line: none; color: #F000FF; }

p{ font-size: 18px; color:#F000FF; line-height: 28px; }*/

.float-none {
    border: hidden;
    margin: 0;
    padding: 0;
    clear: both;
}

.tabbox {
    margin-top: 4%;
}

.btn-tab { /*float: right;*/
    list-style: none;
    width: 18%;
    background-color: #576c89;
    border-radius: 5px;
    margin: 1% auto 10px auto;
    padding: 8px 0;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    background: linear-gradient(to bottom, #576c89 0%,#16263d 100%);
}

    .btn-tab:hover {
        filter: brightness(1.2);
    }

    .btn-tab a {
        color: #ffffff;
    }

    .btn-tab:hover {
        background-color: #253e61;
    }

.nav-news {
    overflow: hidden;
    margin: 50px 0 30px;
}

@media (max-width: 599px) {
    .nav-news {
        overflow: hidden;
        margin: 30px 0 30px;
    }
}

.menubar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .menubar li {
        margin: 8px 4px 0;
        width: calc((100% / 5 - 0.01px) - 8px);
    }

        .menubar li a {
            display: inline-block;
            border: 1px solid #16263d;
            border-radius: 5px;
            text-align: center;
            color: #000;
            line-height: normal;
            padding: 9px 0;
            width: 100%;
        }

            .menubar li a:hover {
                background-color: #16263d;
                border: 1px solid #16263d;
                color: #fff;
                text-decoration: none;
            }

            .menubar li a:hover, .menubar li.active a, .menubtn-active {
                background: #16263d;
                color: #fff;
            }

@media (max-width: 919px) {
    .menubar li {
        width: calc((100% / 3 - 0.01px) - 8px);
    }
}

@media (max-width: 599px) {
    .menubar li {
        width: calc(50% - 8px);
    }

        .menubar li a {
            min-width: 0;
            width: 100%;
            font-size: .8rem;
        }
}

.tab-content {
    min-height: 235px;
}

    .tab-content table {
        width: 100%;
    }

    .tab-content tr {
        border-bottom: solid #979a9f 1px;
        height: 45px;
    }

    .tab-content td:nth-child(odd) {
        width: 20%;
        text-align: center;
        color: white;
        vertical-align: middle;
    }

    .tab-content td:nth-child(even) {
        width: 60%;
        text-align: left;
        color: white;
        vertical-align: middle;
    }

        .tab-content td:nth-child(even) a {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            white-space: normal;
            font-size: 17px;
            line-height: 1.2;
        }

.newsfixedPageList h3 {
    margin-top: 8px;
    font-weight: normal;
}

.newsfixedPageList h4 {
    margin-top: 8px;
    font-weight: normal;
    font-size: 30px;
}

.newsfixedPageList h3 a:hover {
    color: #9a774a;
}

.newsfixedPageList li {
    padding: 20px 0;
    border-bottom: #dddddd dotted 1px;
}

    .newsfixedPageList li div {
        display: flex;
        align-items: flex-start;
    }

    .newsfixedPageList li .newsdate { /*font-family: Roboto;*/
        font-weight: bold;
        font-size: 9px;
        font-size: 0.9rem;
        margin: 0 0 0 15px;
    }

    .newsfixedPageList li .newscategory {
        flex: 0 0 9em;
        padding: 2px 5px;
        margin: 0 0 0 0;
        border-radius: 2px;
        background: #999999;
        font-size: 8px;
        font-size: 0.8rem;
        color: #fff;
        text-align: center;
        font-weight: normal;
    }

/*.newsfixedPageList li h2 { font-size: 14px; font-size: 1.4rem; margin-bottom: 0; }*/
/*.pressReleaseList .date { flex: 0 0 auto; }*/

.pagenewscontent {
    padding: 90px 0;
    overflow: hidden;
}

@media screen and (max-width:919px) {
    .newsfixedPageList h3 {
        font-size: 10px;
        font-size: 1rem;
    }

    .newsfixedPageList h4 {
        font-size: 10px;
        font-size: 1rem;
    }

    .newsfixedPageList li {
        flex-wrap: wrap;
        padding: 15px 0;
    }

        /*.newsfixedPageList li .newsdate { font-size: 8px; font-size: 0.8rem; }*/

        .newsfixedPageList li .newscategory {
            font-size: 11px;
            font-size: 0.8rem;
            margin: 0 0 0 0;
        }

    /*.newsfixedPageList li h3 { width: 100%; margin-left: 0; margin-top: 8px; font-size: 13px; font-size: 1.3rem; } */

    .pagenewscontent {
        padding: 40px 0;
        overflow: hidden;
    }
}

.newsmo-buttonCenter {
    text-align: center;
    margin-top: 32px;
}

.newsa-button {
    display: inline-block;
    min-width: 240px;
    padding: 16px 40px;
    border-radius: 24px;
    background-color: #333;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s, color .2s;
    white-space: nowrap;
    font-weight: 700;
    cursor: pointer;
    margin: 0 12px;
}

    .newsa-button:hover {
        background-color: #000;
        color: #fff;
    }

.newsexception {
    padding-top: 14px;
    padding-bottom: 14px;
    border: 2px solid #333;
    background-color: #fff;
    color: #333;
}

    .newsexception:hover {
        background-color: #333;
        color: #fff;
    }

/*Pad*/
@media(min-width:992px) and (max-width:1199px) {
    .tab-content {
        min-height: 200px;
    }

        .tab-content tr {
            height: 30px;
        }
}
/*Pad End*/

/*Mobile*/
@media(min-width:0px) and (max-width:767px) {
    .tab-content td:nth-child(odd) {
        width: 30%;
    }

    .tab-content td:nth-child(even) {
        width: 40%;
    }

    .btn-tab {
        width: 30%;
        margin-bottom: 3%;
    }

    .tabbox {
        margin: 2%;
    }
}
/*Mobile End*/

.news-content__list {
    text-align: left;
}

.news-content__link {
    padding: 26px 0;
    border-bottom: 2px dotted #BABABA;
    text-decoration: none;
    display: block;
}

.icon-color-event {
    background-color: #f7a900;
}

.icon-color-news {
    background-color: #0564bc;
}

.icon-color-service {
    background-color: #369220;
}

.icon-color-system {
    background-color: #ff0000;
}

.news-icon-time {
    margin-bottom: 10px;
}

.news-icon-text {
    font-size: 18px;
    display: inline-block;
    padding: 2px 20px;
    border-radius: 5px;
    color: #fff;
    vertical-align: middle;
    margin-right: 9px;
}

.news--time {
    color: #5a6371;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.news-ctt-text {
    font-size: 22px;
    color: #F000FF;
    display: block;
}

.pagenavi {
    width: 100%;
    text-align: center;
    margin: 1% auto 4% auto;
}

    .pagenavi span, .pagenavi a {
        padding: 5px 15px;
        display: inline-block;
        margin: 1% 0.3%;
        font-size: 120%;
        text-decoration: none;
        color: #fff;
        background: #b3b9c2;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
    }

        .pagenavi a:hover {
            background: #16263d;
        }

    .pagenavi .current {
        background: #16263d;
    }

@media screen and (max-width: 919px) {
    .news-content__link {
        padding: 4.93333vw 0;
        border-bottom: 0.7vw dotted #BABABA;
    }

    .news-icon-time {
        margin-bottom: 4.06667vw;
    }

    .news-icon-text {
        font-size: 4vw;
        padding: 0.6vw 4vw;
        border-radius: 1.26667vw;
        margin-right: 4vw;
    }

    .news--time {
        color: #5a6371;
        font-size: 3.46667vw;
    }

    .news-ctt-text {
        font-size: 4vw;
        color: #F000FF;
        line-height: 5vw;
    }

    .pagenavi {
        margin: 4% auto 1% auto;
    }
}

.news-ctbox {
    width: 100%;
    text-align: left;
}

.newsctt-content {
    padding: 0px 0 10px 0;
    border-bottom: 2px dotted #BABABA;
    text-decoration: none;
    display: block;
}

.newsctt-icon-time {
    margin-bottom: 10px;
}

.newsctt-icon-text {
    font-size: 18px;
    display: inline-block;
    padding: 2px 20px;
    border-radius: 5px;
    color: #fff;
    vertical-align: middle;
    margin-right: 9px;
}

.newsctt--time {
    color: #5a6371;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.newsctt-ctt-text {
    font-size: 22px;
    color: #F000FF;
    display: block;
}

@media screen and (max-width: 919px) {
    .newsctt-content {
        padding: 0 0 2.93333vw 0;
        border-bottom: 0.7vw dotted #BABABA;
    }

    .newsctt-icon-time {
        margin-bottom: 4.06667vw;
    }

    .newsctt-icon-text {
        font-size: 4vw;
        padding: 0.6vw 4vw;
        border-radius: 1.26667vw;
        margin-right: 4vw;
    }

    .newsctt--time {
        color: #5a6371;
        font-size: 3.46667vw;
    }

    .newsctt-ctt-text {
        font-size: 4vw;
        color: #16263d;
        line-height: 5vw;
    }
}

.news-detail__content {
    text-align: left;
    color: #4b4b4b !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin-top: 30px;
    border-bottom: 1px solid #BABABA;
    padding-bottom: 4%;
}

    .news-detail__content * {
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        font-size: 16px !important;
        line-height: 1.5 !important;
        clear: both !important;
        background: none !important;
        word-break: break-all !important;
    }

    .news-detail__content > *:last-child {
        margin-bottom: 0 !important;
    }

    .news-detail__content h1, .news-detail__content h2, .news-detail__content h3, .news-detail__content h4, .news-detail__content h5, .news-detail__content h6 {
        margin: 0 0 16px 0 !important;
        color: #4b4b4b !important;
        font-weight: bold !important;
        display: block !important;
    }

    .news-detail__content p {
        margin: 0 0 14px 0 !important;
        display: block !important;
    }

    .news-detail__content a {
        color: #a1491d !important;
    }

    .news-detail__content img {
        margin: 0px auto !important;
        max-width: 100% !important;
        display: block !important;
        height: auto !important;
    }

    .news-detail__content table {
        width: auto !important; /*border: 1px solid #fff !important; border-collapse: collapse;*/
    }

        .news-detail__content table th, .news-detail__content table td, .news-detail__content table p {
            width: auto !important;
        }

    .news-detail__content th, .news-detail__content td { /*border: 1px solid #fff !important;*/
    }

    .news-detail__content h1 > * {
        font-size: 42px !important;
        color: #3a0000 !important;
        text-align: center !important;
        font-weight: bold !important;
    }

@media screen and (max-width: 919px) {
    .news-detail__content {
        font-size: 3.46667vw !important;
        margin-top: 8%;
    }

        .news-detail__content img {
            max-width: 100% !important;
        }

        .news-detail__content * {
            font-size: 3.46667vw !important;
        }

        .news-detail__content h1, .news-detail__content h2, .news-detail__content h3, .news-detail__content h4, .news-detail__content h5, .news-detail__content h6 {
            margin: 0 0 2.13333vw 0 !important;
        }

        .news-detail__content p {
            margin: 0 0 2.13333vw 0 !important;
        }

        .news-detail__content h1 > * {
            font-size: 5.6vw !important;
        }
}

.pageframe {
    width: 30%;
    margin: 2% auto 0;
    text-align: center;
}

@media(min-width:1200px) and (max-width:1720px) {
    .pageframe {
        width: 40%;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .pageframe {
        width: 50%;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .pageframe {
        width: 50%;
        margin: 5% auto 0;
    }
}

@media(min-width:0px) and (max-width:767px) {
    .pageframe {
        width: 100%;
        margin: 5% auto 0;
    }
}

.btn-list {
    border-radius: 5px;
    background-color: #b3b9c2;
    font-weight: bolder;
    font-size: 16px;
    color: #ffffff;
    padding: 8px 25px;
    cursor: pointer;
    margin: 1%;
}

    .btn-list:hover {
        color: #ffffff;
        background-color: #16263d;
    }

@media screen and (max-width: 919px) {
    .btn-list {
        border-radius: 4px;
        font-size: 15px;
        margin: 1%;
    }
}