@charset "UTF-8";

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

.news__w{
}

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

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

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

.news2{
display: inline-block;
}

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

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

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

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

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

}

.news4 p{
margin-bottom: 1em;}

}



/*news*/
/*お知らせ内テキストベタ打ち*/
 .newsSingle {
        border-bottom: 1px solid #cac8bc;
        padding: 0 0 3rem;
        margin: 0 0 3rem;
    }

    .newsSingle >.dateCategory {
        display: grid;
        grid-template-columns: 10em 1fr;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }

    .newsSingle >.dateCategory>.date {
        font-size: 1.5rem;
    }

    .newsSingle >.dateCategory>.category>span {
       display: inline-block;
        padding: 5px 20px;
        line-height: 1.2;
        font-size: 1.5rem;
        background-color: #433a28;
        color: #fff;
        border-radius: 5px;
            
    }

    .newsSingle >.title {
        font-size: 2rem;
        line-height: 1.4;
        font-weight: 500;
    }

    .newsbox >.content {
        line-height: 2.0;
        font-size: 1.6rem
    }	

/*PC*/






























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

.news__w{
}

.newsbox{
padding: 0 1rem;
display: flex;
flex-wrap: wrap;
width: 100%;
	line-height: 1.4;
}

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

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

.news2{
display: inline-block;
}

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

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

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

.news3{
    width: 100%;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
    color: #001157;
}

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

.news4 p{
margin-bottom: 1em;}



/*news*/
/*お知らせ内テキストベタ打ち*/
 .newsSingle {
        border-bottom: 1px solid #cac8bc;
        padding: 0 0 2rem;
        margin: 0 0 2rem;
    }

    .newsSingle >.dateCategory {
        display: grid;
        grid-template-columns: 11em 1fr;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }

    .newsSingle >.dateCategory>.date {
        font-size: 1.5rem;
    }

    .newsSingle >.dateCategory>.category>span {
        display: inline-block;
		margin-left:5px;
        padding: 5px 10px;
        line-height: 1.2;
        font-size: 1.5rem;
        background-color: #433a28;
        color: #fff;
        border-radius: 5px;
            
    }

    .newsSingle >.title {
        font-size: 1.7rem;
        line-height: 1.4;
        font-weight: 500;
    }

    .newsbox >.content {
        line-height: 1.7;
        font-size: 1.6rem
    }	


}
/* sp*/
