@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display&display=swap');



.news-list {
    width: 560px;
    margin: 50px auto;
    z-index: 10;
    position: relative;
}
@media screen and (max-width:550px)
{
.news-list {
    width: 100%;
    margin: 30px auto 40px;
    height: 365px;
    overflow: hidden;
 }
}
@media screen and (max-width:480px)
{

.news-list {
    width: 100%;
    margin: 15px auto 5px;
    height: 210px;
    overflow: hidden;}
}

/*-----------------------------------------------
    news-fonts
-----------------------------------------------*/

.news,h5
{
    line-height: 2;
     font-family: 'Noto Sans JP', 'Roboto', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .05em;
}

@media screen and (max-width: 550px)
{
    .news
    {
        min-height: 650px;
    }
}

/*-----------------------------------------------
    list_
-----------------------------------------------*/

.list_
{
    position: relative;
    margin: 0 auto;
    padding: 1% 0 2% 0;
    z-index: 1;
    width: 77%;
    height: 388px;
    overflow: hidden;
    color: #333;
    border-top: 1px solid #84848454;
    background-size: 100%;
}


.list_ a
{
    display: block;
    margin: 0 0 5px 0;
    margin-left: 0;
    padding: 8px 0 0 2px;
    width: 100%;
    line-height: 1.6;
    overflow: hidden;
    color: #fff;
    border-bottom: 1px solid #adaeae57;
    font-size: 0.95rem;
    list-style: none;
    text-align: left;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
}

.list_ a:hover
{
    color: #ff5a5a;
    letter-spacing: .05rem;
}



@media screen and (max-width:550px)
{
    .list_ a p{
        width: 55%;
        overflow: hidden;
        display: inline-block;
        margin: 0;
        padding: 0;
            white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
        color: #fff;
    }
        .list_ a br{
        display: none;
    }
    .list_
{
    height: 168px;
    padding: 2% 0 3% 0;

}


.list_ a
{
    margin: 0 0 3px 0;
    margin-left: 0;
    line-height: 1.5;
    font-size: .9rem;
    padding: 0px;
}
.list_ a br{
    display: none;
}
button {


    margin: -27px 60px 0 0;

}
.list_ a:nth-child(5),.list_ a:nth-child(6){
    display: none;
    height: 0;
}
}
@media screen and (max-width:480px)
{
button {

    margin: -23px 24px 0 0;

}
}




/*-----------------------------------------------
    tabs
-----------------------------------------------*/

.tabs
{
    position: relative;
    margin: 0 auto;
    width: 76%;
    height: 100%;
    height: 35px;
    max-width: 500px;
}

.tabs a
{

    display: block;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0 20px;
    float: left;
    height: 100%;
    line-height: 1.9;
    color: #acacac;
    border-bottom: 5px solid transparent;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}


@media screen and (max-width: 550px)
{
    .tabs{
        width: 81%;
    }
    .tabs a
    {
       /*! margin-left: 4px; */
        /*! width: 32%; */
        line-height: 30px;
        font-size: 1rem;
       padding: 0 7px;
       letter-spacing: -0.03rem;
    }

}

@media screen and (max-width: 320px)
{
    .tabs a
    {
        margin-top: 25px;
        width: 26%;
        min-width: 70px;
        line-height: 26px;
        font-size: 14px;
    }
}

.tabs a.active ,
.tabs a:hover ,
.tabs a:focus ,
.tabs a:active
{
    line-height: 1.9;
    color: #fff;
    border-bottom: 3px solid #fff;
    letter-spacing: 0rem;
}

.tab-cover
{
    position: absolute;
    top: 70px;
    z-index: 1;
    width: 100%;
    height: 6px;
}

/*-----------------------------------------------
    tag
-----------------------------------------------*/

.tag ,
.tag:hover
{
     font-family:'Noto Sans JP', 'Roboto', Arial, sans-serif;
    padding: 0 9px 1px 5px;
    float: left;
    line-height: 1.5;
    font-weight: 400;
    margin: -1px 7px 0 3px;
    padding: 1px 6px 0 4px;
    color: #fff;
    border: 1px solid #55acee;
    border-left: 0 solid #868686;
    border-radius: 4px;
    font-size: .85rem;
    letter-spacing: 0rem;
    background: #55acee;
}


.tag-hot ,
.tag-hot:hover
{
    margin: -1px 5px 0 6px;
    padding: 0px 4px 0 3px;
    color: #fff;
    border: 1px solid #55acee;
    border-left: 0 solid #868686;
    border-radius: 4px;
    font-size: 0.8rem;
    letter-spacing: 0rem;
    background: #55acee;
}
.tag-events
{
    color: #ee8942;
    border-left: 9px solid #ee8942;
}
.tag-sys
{
    color: #164894;
    border-left: 9px solid #164894;
}
.tag-news
{
    color: #1f6b16;
    border-left: 9px solid #1f6b16;
}

.tag-block
{
    padding: 0 13px 1px 77px;
}

.date
{
    margin: 0 0 0 0;
    float: left;
    line-height: 1.5;
    color: #55acee;
    font-size: .8rem;
    letter-spacing: .05rem;
}

.date::after
{
    content: '';
    clear: both;
}
.date:hover
{
    letter-spacing: .05rem;
}

@media screen and (max-width: 550px)
{
    .tag-block
    {
        padding: 0 13px 0 0;
    }
    .date
{

    float: right;
    font-size: .75rem;

}
.tag-hot ,
.tag-hot:hover
{
    margin: 2px 5px 0 6px;

    font-size: 0.7rem;

}
}
@media screen and (max-width: 550px)
{
    .list_ ul li a
    {
        padding: 6px 0 10px 0;
        font-size: .9rem;
    }

    .date
    {
        line-height: 2.5;
        font-size: .7rem;
        width: 21%;
    }
}

