@charset "utf-8";
/* CSS Document */

/*PC*/
@media print, screen and (min-width: 769px) {
.box-news-wrap {
height: 700px;
overflow-y: scroll;
}





}


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


/*sp*/
@media only screen and (max-width: 768px) {
.box-news-wrap {
height: 365px;
overflow-y: scroll;
}






}