/* BASE */
.tabs-container .tabs{margin: 0;list-style-type: none;}
.tabs-container .tabs li {cursor: pointer;}
.tabs-container .tabs-content .tab{display: none;}
.tabs-container .tabs-content .active{display: block;}
.tabs-container:not(.vertical) .tabs li{display: inline-block;margin-left: 4em;}
.tabs-container:not(.vertical) .tabs li:first-child{margin-left: 0;}
.tabs-container:not(.vertical) .tabs-content .tab{padding: 1em 0 0;display: none;}
.tabs-container:not(.vertical) .tabs-content .tab.active{display: block;}
@media screen and (max-width: 768px){
	.tabs-container .tabs{white-space: nowrap;overflow: auto;-webkit-overflow-scrolling: touch;}
	.tabs-container .tabs::-webkit-scrollbar{width: 0;background: transparent;}
	.tabs-container .tabs::-webkit-scrollbar-thumb{background: transparent;}
}
/* BASE */

.news.ref02 .wrapper-page{padding-top: 0;padding-bottom: 0;}
.news.ref02 .row .row.small-spacing{margin-right: -12px; margin-left: -12px;}
.news.ref02 .row .row.newsList{font-size: 0;letter-spacing: 0;}
.news.ref02 article.column{padding-bottom: 48px;}
.news.ref02 .newsList .column.hidden-news{display: none;}
.news.ref02 .small-spacing article.column{padding-right: 12px;padding-left: 12px;float: none;display: inline-block;vertical-align: top;}
.news.ref02 article a{text-decoration: none;display: block;}
.news.ref02 article a:hover{text-decoration: none;}
.news.ref02 article a:hover .desc .item-title{text-decoration: underline;}
.news.ref02 article .image{line-height: 0;}
.news.ref02 article .image img{width: 100%;display: block;}
.news.ref02 article .desc{padding: 23px 20px 0 20px;}
.news.ref02 article .desc .item-title{padding-top: 9px;}
.news.ref02 article .desc .item-category{padding-top: 22px;}

.news.ref02 .wrapper-see-more-news{text-align: center;display: none;}

@media screen and (max-width: 768px){
	.news.ref02 article .desc{padding: 15px 10px 0;}
}