@charset "UTF-8";

/*pc*/
@media all and (min-width:751px) {

.news__w{
}

.newsbox{
padding: 0 6rem;
display: flex;
flex-wrap: wrap;
width: 100%;
}

.news0{
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
margin: 3rem 0 .5rem 0;
}

.news01{
font-size: 1.3rem;
    color: #A8A8A8;
display: inline-block;
margin: 0 15px 0 0;
}

.news02{
display: inline-block;
}

.news02 span{
display: inline-block;
border-radius: 3px;
text-align: center;
padding: 0 0;
font-size: 1.3rem;
width: 100px;
}

.news02 span.category01{
background: #497fb9;
color: #fff;
}

.news02 span.category02{
background: #d23e3e;
color: #fff;
}

.news03{
    width: 100%;
    font-size: 1.7rem;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #009e74;
}

.news04{
    width: 100%;
    font-size: 1.5rem;
    font-weight: 400;
    border-bottom: 1px dotted #ccc;
padding-bottom: 3rem;

}

.news04 p{
margin: 0 0 .5rem 0;
}


}
/*PC*/






























/*sp*/
@media all and (max-width:750px) {

.news__w{
}

.newsbox{
padding: 0 0.5rem;
display: flex;
flex-wrap: wrap;
width: 100%;
}

.news0{
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
margin: 0 0 .5rem 0;
font-weight: 400;
margin-top: 2rem;
}

.news01{
    font-size: 1.3rem;
    color: #A8A8A8;
    display: inline-block;
    width: 100%;
}

.news02{
display: inline-block;
}

.news02 span{
display: inline-block;
border-radius: 3px;
text-align: center;
padding: 0 2vw;
font-size: 1.3rem;
}

.news02 span.category01{
background: #497fb9;
color: #fff;
}

.news02 span.category02{
background: #d23e3e;
color: #fff;
}

.news03{
    width: 100%;
    font-size: 1.7rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
    color: #009e74;
}

.news04{
width: 100%;
font-size: 1.4rem;
    font-weight: 400;
        border-bottom: 1px dotted #ccc;
padding-bottom: 2rem;
}

.news04 p{
margin: 0 0 1rem 0;
}





}
/* sp*/
