@charset "UTF-8";

/* ----------------------------------
 News List
---------------------------------- */
.news-list-header { margin: 0 0 35px 0;}
.news-list-header .title { padding: 0; margin: 0; font-size: 26px; font-weight: 400; text-align: center;}
.news-list-header .for-store-detail { padding: 0; margin: 0; font-size: 14px; font-weight: 400; text-align: center;}
.news-list-header .for-store-detail a { font-size: 14px; color: #0047BA;}
.news-list { display: flex; flex-wrap: wrap;}
.news-list-item { width: calc((100% - 60px)/4); margin: 0 20px 40px 0;}
.news-list-item:nth-child(4n) { margin-right: 0;}
.news-list-item a { display: block; text-decoration: none;}
.news-list-item .image { width: 100%; padding: 75% 0 0 0; margin: 0 0 5px 0; position: relative; transition: 0.3s;}
.news-list-item .image figure { width: 100%; height: 100%; border-radius: 30px; display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; overflow: hidden;}
.news-list-item .image img  { vertical-align: top;}
.news-list-item a:hover .image { opacity: 0.6;}
.news-list-item .block-icon { margin: 0 0 5px 0;}
.news-list-item .date { margin: 0 0 5px 0; font-size: 14px; word-break: keep-all; color: #0047BA;}
.news-list-item .text { font-size: 14px;}
