@charset "utf-8";



/* news */

.news ul {
    width:100%;
    margin:0 auto 50px;
}
.news ul li {
    width:90%;
    margin:0 0 20px;
    padding:30px 5%;
    display:flex; flex-flow:row wrap; justify-content:space-between; align-content:flex-start; align-items:flex-start;
    letter-spacing:0;
    border-radius:10px;
    background:#fff;
}
.news ul li > a {width:18%; margin:0 0 10px;}
.news ul li > a img {max-width:100%;}

.news ul li p a[target="_blank"] {margin:15px 0 0; display:block; color:#e63764;}
.news ul li p a[target="_blank"] small {display:block;}

.news ul li div {width:78%;}

.news ul li h3 {
    width:100%;
    margin:0 0 10px !important;
    font-size:1.3rem !important;
    font-weight:900;
    line-height:1.4;
}
.news ul li h3 span {
    display:block;
    font-size:1.1rem;
}
.news ul li p {
    width:100%;
    line-height:1.5;
}
.news a.banner-oneslife {
	width:90%;
	max-width:500px;
	margin: 0 auto 60px;
	display: block;
}
.news a.banner-oneslife img {max-width:100%;}

@media only screen and (max-width:640px){
    
    .news ul li {
        margin:0 0 10px;
        padding:20px 5%;
    }
    .news ul li > a ,
    .news ul li div {width:100%;}
}

