/*--------------------

目次
    #page-common
    #hero
    #news

--------------------*/
/*--------------------

    #page-common

--------------------*/
a{
    color:black;
}
.title{
    text-align: center;
}
.title span{
    font-size: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding: 0 55px;
}
.title span::before,.title span::after{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 24px;
    height: 1px;
    background-color: black;
}
.title h2{
    font-size: 23px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold; 
}

@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 1024px) {
    #news .container{
        padding-left: 24px;
        padding-right: 24px;
    }
}
@media screen and (max-width: 768px) {
    #news .container{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 480px) {
    #news .container{
        padding-left: 18px;
        padding-right: 18px;
    }
}
@media screen and (max-width: 375px) {

}
@media screen and (max-width: 320px) {

}
/*--------------------

    #hero

--------------------*/
#hero{
    background-image: url(../img/index/1x/hero-100.jpg);
    background-image: image-set(url(../img/index/1x/hero-100.jpg) 1x, url(../img/index/2x/hero@2x-100.jpg) 2x);
    background-image: -webkit-image-set(url(../img/index/1x/hero-100.jpg) 1x, url(../img/index/2x/hero@2x-100.jpg) 2x);
    background-size: cover;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#hero .container{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
#hero h2{
    color:white;
    font-size: 36px;
}

@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 480px) {

}
@media screen and (max-width: 375px) {

}
@media screen and (max-width: 320px) {

}
/*--------------------

    #news

--------------------*/
#news{
    padding: 4vw 0 3vw;
}
#news .container{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
#news .title span::before{
    left:20px;
}
#news .title span::after{
    right:20px;
}
#news .content ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}
#news .content ul li{
    width: 300px;
	margin-left:10px;
	margin-right:10px;
    margin-bottom: 1vw;
    padding: 1vw;
}
#news .content ul li .thumb{
    margin-bottom: 0.6vw;
}
#news .content ul li span{
    font-size: 8px;
    display: inline-block;
    margin-bottom: 6vw;
}
#news .content ul li h2{
    font-size: 14px;
}
@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width:959px) {
#news .content ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}
}
@media screen and (max-width: 768px) {
    #news .content ul{
        justify-content: space-around;
    }
}
@media screen and (max-width: 480px) {

}
@media screen and (max-width: 375px) {

}
@media screen and (max-width: 320px) {

}
#page-nation{
    width: 100%;
}
#page-nation ul{
    display: flex;
    justify-content: center;
    list-style: none;
    text-align: center;
}
#page-nation ul .page-numbers{
    background: black;
    color:white;
    font-weight: bold;
    display: inline-block;
    width: 30px;
    height: 35px;
    line-height: 35px;
    margin: 5px;
}
@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 480px) {

}
@media screen and (max-width: 375px) {

}
@media screen and (max-width: 320px) {

}