@charset "utf-8";
/* CSS Document */
.white_area02 .rt_tab li a {
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 5px 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.white_area02 .rt_tab li.active a {
    color: #FFF !important;
}
.white_area02 .rt_tab li:nth-child(2) a {
    color: #eb6877;
}
.white_area02 .rt_tab li:nth-child(3) a {
    color: #f19149;
}
.white_area02 .rt_tab li:nth-child(4) a {
    color: #dc1e78;
}
.white_area02 .rt_tab li:nth-child(5) a {
    color: #0d348e;
}
#realtime_list li a {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 10px;
	padding-bottom: 3px;
}

#realtime_list li .real_left {
    width: 20%;
}
#realtime_list li .real_left_bg {
    width: 100%;
    padding-bottom: 133.3333%;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
#realtime_list li .real_right {
    width: 77%;
}
.real_right .click_news_tag {
    width: 32%;
    text-align: center;
    font-size: 3vw;
    color: #FFF;
    background: #dc1e78;
    border-radius: 4px;
    padding: 3px 0;
}
.real_right .click_news_tag.type2 {
    background: #f2914a;
}
.real_right .real_time {
    font-size: 3vw;
    color: #000;
    padding: 6px 0 2px 0;
}
.real_right .real_ttl {
    font-size: 4vw;
    font-weight: bold;
    color: #ec0042;
}