h2.etitle {
    font-family: a-otf ud reimin pro;
}

.top_news {
    padding-top: 0px;
    padding-bottom: 0px;
}

.top_news .etitle {
    font-family: MS Mincho;
}

.pagination {
    margin-top: 0px;
    margin-bottom: 50px;
    display: inline-block;
}
  
.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}
  
.pagination a.active {
    background-color: #297fca;
    color: white;
    border: 1px solid #297fca;
}
  
.pagination a:hover:not(.active) {background-color: #ddd;}

.top_news p{
    font-size: 17px !important;
}

.top_news--time {
    font-size: 17px !important;
}

.tag {
    font-size: 17px !important;
}

#contents {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    margin-bottom: 30px;
    text-align:center
}

#content {
    float: right;
    margin-bottom: 80px;
    max-width: 950px;
    width: 100%;
    text-align: left;
}

.detailNews {
    background: url(../images/news/bg_pattern.gif);
    border: 1px solid #bbb;
    padding: 30px 25px;
    clear: both;
    margin-bottom: 40px;
}

.detailTitle {
    border-left: 6px solid #1e4b8a;
    margin-bottom: 30px;
}

.detailTitle h1 {
    color: #1e4b8a;
    font-size: 28px;
    margin-left: 10px;
}

.detailTitle span.detailDate {
    margin: 0 10px;
}

.detailNews p {
    font-size: 18px;
    line-height: 1.7;
}

p.pager {
    margin-bottom: 30px;
    padding-top: 20px;
    text-align: center;
}

p.pager a {
    border: 1px solid #ccc;
    color: #2d5a97;
    display: inline-block;
    line-height: 1;
    margin: 0 2px;
    padding: 10px 12px;
    text-decoration: none;
    font-family: A-OTF-FutoGoB101Pro-Bold;
}

#news_content {
    width: 90%;
    margin: auto;
    display: flex;
    gap: 30px;
}

#lMenu {
    display: none;
}

@media screen and (min-width: 1440px) {
    #news_content {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    #lMenu {
        display: block;
    }
}

#lMenu {
    float: left;
    width: 210px;
    margin-bottom: 80px;
}

#lMenu h3 {
    line-height: 0 !important;
}

#lMenu ul {
    width: 100%;
}

#lMenu ul li {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 100%;
}

#lMenu ul li.last a {
    border-bottom: 1px solid #ccc;
}
#lMenu ul li a {
    background: url(../images/news/icon_arrow_01.gif) no-repeat 10px center #fff;
    border-bottom: 1px dotted #ccc;
    color: #333;
    display: block;
    padding: 16px 24px;
    text-decoration: none;
}

#lMenu h4:first-child {
    background: #297fca;
    padding: 15px 10px;
}

#lMenu h4 {
    background: #434343;
    border-left: 1px solid #434343;
    border-right: 1px solid #434343;
    color: #fff !important;
    font-weight: normal;
    padding: 5px 10px;
    width: 210px;
}

#lMenu ul.archive li a {
    background: url(../images/news/icon_arrow_01.gif) no-repeat 10px center #fff;
    border-bottom: 1px dotted #ccc;
    color: #333;
    display: block;
    padding: 11px 24px;
    text-decoration: none;
}

::selection {
    background-color: #1e4b8a;
    color: #FFF;
}

@media screen and (min-width: 768px) {
    .top_news--lists {
        max-width: 950px;
        margin: unset;
    }
}