.newstopics-select
{
    margin-bottom: 40px;
}
@media print, screen and (min-width: 768px)
{
    .newstopics-select
    {
        display: -ms-flexbox;
        display: flex;

        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }
}
.newstopics-select-category
{
    margin-bottom: 35px; 

    text-align: center;
}
@media print, screen and (min-width: 768px)
{
    .newstopics-select-category
    {
        display: -ms-flexbox;
        display: flex;

        margin-bottom: 0;
    }
    .newstopics-select-category li
    {
        position: relative; 

        width: 170px;
        margin-right: 20px;
    }
}
.newstopics-select-category li a
{
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    font-weight: bold; 
    line-height: 40px;

    position: relative;

    display: block;

    height: 40px;

    border-bottom: 1px solid #ddd;
    background: #eee;
}
@media print, screen and (min-width: 768px)
{
    .newstopics-select-category li a
    {
        font-size: 1.6rem;

        padding-bottom: 9px;

        cursor: pointer;
        transition: all ease-in-out .35s; 

        border-bottom: 1px solid #1d2088;
        background: #fff;
    }
    .newstopics-select-category-ttl:hover
    {
        opacity: .7;
    }
}
.newstopics-select-category.sp-visible li.has-child > a
{
    opacity: 1!important;
}
.newstopics-select-category.pc-visible li.has-child > a
{
    pointer-events: none;
}
.newstopics-select-category li.has-child > a::after
{
    position: absolute;
    top: 50%;
    right: 12px;

    display: block;

    width: 8px;
    height: 8px;
    margin-top: -3px; 

    content: '';
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);

    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.newstopics-select-category li.has-child > a.is-active::after
{
    width: 8px;
    height: 8px;

    -webkit-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
            transform: rotate(315deg); 

    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.newstopics-select-category li.has-child ul.children
{
    display: none;
}
@media print, screen and (min-width: 768px)
{
    .newstopics-select-category li.has-child ul.children
    {
        position: absolute;
        top: 100%;
        left: 0;

        width: 100%;
        padding: 10px 0;

        background: #f0f0f0;
    }
}
.newstopics-select-category li.has-child ul.children li a
{
    font-family: 'Roboto', sans-serif; 
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 40px;

    position: relative;

    display: block;

    height: 40px;

    border-bottom: 1px solid #ddd;
    background: #ccc;
}
@media print, screen and (min-width: 768px)
{
    .newstopics-select-category li.has-child ul.children li a
    {
        line-height: 1;

        height: auto;
        padding: 10px 20px;

        text-align: left;

        border-bottom: none; 
        background: none;
    }
}
.newstopics-select-archive-ttl
{
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;

    margin-bottom: 15px; 

    text-align: center;
}
.newstopics-select-archive-select
{
    width: 100%; 
    height: 40px;
    padding: 0 18px;

    border: 1px solid #000;
}
.newstopics-select-archive-select-wrap
{
    position: relative;

    width: 225px;
    height: 40px;
    margin: 0 auto;
}
.newstopics-select-archive-select-wrap::after
{
    position: absolute;
    top: 50%;
    right: 10px;

    display: block;

    width: 8px;
    height: 8px;
    margin-top: -3px; 

    content: '';
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);

    border-width: 2px !important;
    border-top: 1px solid #3289ad;
    border-right: 1px solid #3289ad;
}

.M_pager
{
    display: -ms-flexbox;
    display: flex;

    width: 100%; 

    -ms-flex-pack: center;
    justify-content: center;
}
.M_pager li
{
    font-size: 1.1rem;
    line-height: 26px;

    width: 26px;
    height: 26px;

    text-align: center; 

    background: #eee;
}
@media print, screen and (min-width: 768px)
{
    .M_pager li
    {
        font-size: 1.2rem; 
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.M_pager li:not(:last-child)
{
    margin-right: 20px;
}
.M_pager li:last-child
{
    min-width: 75px;
}
.M_pager li:last-child a
{
    position: relative;
}
.M_pager li:last-child a::after
{
    display: inline-block;

    width: 8px;
    height: 8px;
    margin-left: 2px; 

    content: '';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    border-width: 2px !important;
    border-top: 1px solid #3289ad;
    border-right: 1px solid #3289ad;
}
@media print, screen and (min-width: 768px)
{
    .M_pager li:last-child
    {
        min-width: 90px;
    }
}
.M_pager li a
{
    display: block;

    width: 100%;
    height: 100%; 

    border: 1px solid #ccc;
    background: #fff;
}

@media print, screen and (min-width: 768px)
{
    .newstopics-enrty
    {
        max-width: 1160px;
        margin-right: auto; 
        margin-left: auto;
    }
}

.newstopics-enrty-heading
{
    font-size: 1.4rem;
    font-weight: bold;

    margin-bottom: 12px;
    padding-bottom: 15px;

    border-bottom: 1px solid #ccc;
}
@media print, screen and (min-width: 768px)
{
    .newstopics-enrty-heading
    {
        font-size: 1.8rem;

        margin-bottom: 18px; 
        padding-right: 8px;
        padding-bottom: 20px;
        padding-left: 8px;
    }
}

.newstopics-enrty-meta
{
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    margin-bottom: 30px; 

    -ms-flex-align: center;
    align-items: center;
}
@media print, screen and (min-width: 768px)
{
    .newstopics-enrty-meta
    {
        margin-bottom: 40px;
        padding: 0 8px;
    }
}

.newstopics-enrty-date
{
    font-size: 1.2rem;

    margin-right: 15px;
}
@media print, screen and (min-width: 768px)
{
    .newstopics-enrty-date
    {
        margin-right: 28px;
    }
}

.newstopics-enrty-category
{
    font-size: 1.2rem;
    font-weight: bold;
}


.newstopics-enrty-body
{
   
}

.icon-new
{
    display: inline-block;

    width: 22px; 
    margin-left: 8px;

    vertical-align: middle;
}
@media print, screen and (min-width: 768px)
{
    .icon-new
    {
        width: 29px;
        margin-left: 30px;
    }
}

.newstopics-post-wrapper
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media print, screen and (min-width: 768px)
{
    .newstopics-post-wrapper
    {
        -ms-flex-pack: left;
        justify-content: left;
    }
}

.newstopics-post
{
    width: calc(50% - 8px);
}
.newstopics-post:nth-child(n + 3)
{
    margin-top: 40px;
}
@media print, screen and (min-width: 768px)
{
    .newstopics-post
    {
        width: calc(33.33% - 27px);
    }
    .newstopics-post:nth-child(n + 3)
    {
        margin-top: 0;
    }
    .newstopics-post:nth-child(n + 4)
    {
        margin-top: 60px;
    }
    .newstopics-post:not(:nth-child(3n))
    {
        margin-right: 40px;
    }
}

.newstopics-post a
{
    display: block;

    width: auto;
}

.newstopics-img
{
    width: 100%;
    margin-bottom: 20px;
}

.newstopics-cont
{
    width: 100%;
}

.newstopics-date
{
    font-size: .9rem;

    margin-bottom: 8px;
}
@media print, screen and (min-width: 768px)
{
    .newstopics-date
    {
        font-size: 1.2rem;

        margin-bottom: 15px;
    }
}

.newstopics-category
{
    font-family: 'Roboto', sans-serif;
    font-size: .9rem;
    font-weight: bold;

    margin-bottom: 5px;
}
@media print, screen and (min-width: 768px)
{
    .newstopics-category
    {
        font-size: 1.2rem;
    }
}

.newstopics-ttl
{
    font-style: 1.1rem;
    line-height: 1.25;

    margin-bottom: 8px;
}
@media print, screen and (min-width: 768px)
{
    .newstopics-ttl
    {
        font-size: 1.4rem;
        line-height: 1.57;
    }
}

.newstopics-desc
{
    font-style: 1.1rem;
    line-height: 1.454545455;

    color: #999;
}
@media print, screen and (min-width: 768px)
{
    .newstopics-desc
    {
        font-size: 1.4rem;
        line-height: 1.57;
    }
}
