/*
Theme Name: zousanrecords CLASSIC child
Description: WordPressテーマ「zousanrecords CLASSIC」の子テーマです。
Template: zousanrecordsclassic
Author: Hiroshi Ota
Author URI: https://wp.zousanrecords.com/
Version: 1.0.0.0
*/

/* top_topics_area */

#top_topics_area .topics_box .list_cont a {
	text-decoration: none;
}

#top_topics_area .topics_box .list_cont a:hover {
	color: inherit;
}

#top_topics_area .topics_box .list_cont a .topics_pic {
	position: relative;
	margin-bottom: 5px;
	overflow: hidden;
}

#top_topics_area .topics_box .list_cont a .topics_pic p.object_fit {
	margin-bottom: 0;
}

#top_topics_area .topics_box .list_cont a img {
	transition: .5s;
}

#top_topics_area .topics_box .list_cont a:hover img {
	transform: scale(1.1);
	opacity: 0.8;
	transition: .5s;
}

#top_topics_area .topics_box .list_cont p.topics_date time {
	margin-bottom: 5px;
	font-weight: 500;
	font-style: italic;
	color: var(--text_color);
	font-size: 1.4rem;
	font-family: 'Roboto', "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 599px) {

	#top_topics_area .topics_box ul.topics_ul {
		margin-bottom: 15px !important;
	}
	
	#top_topics_area .topics_box .list_cont {
		margin-bottom: 0.5em;
	}
	
	#top_topics_area .topics_box .list_cont .topics_cont {
		display: flex;
		justify-content: space-between;
	}
	
	#top_topics_area .topics_box .list_cont .topics_cont .topics_pic {
		flex-basis: 40%;
		max-width: 40%;
	}
	
	#top_topics_area .topics_box .list_cont .topics_cont .topics_caption {
		flex-basis: 58%;
		max-width: 58%;
	}
	
	#top_topics_area .topics_box .list_cont .topics_title {
		line-height: 1.4em;
	}
}

@media screen and (min-width: 600px) {
	
	#top_topics_area .topics_box .list_cont {
		margin-bottom: 2.0em;
	}
}

/* li_category */

.list_cont .li_category {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 2px 8px 3px;
	font-size: 1.0rem;
	font-weight: 500;
	z-index: 2;
	color: #fff;
}

.list_cont .li_category.cat00 {
	display: none !important;
}

.list_cont .li_category.cat01 {
	background: #c3003a;
}

.list_cont .li_category.cat02 {
	background: #3a546b;
}

.list_cont .li_category.cat03 {
	background: #d5a02e;
}

.list_cont .li_category.cat04 {
	background: #918d43;
}

.list_cont .li_category.cat05 {
	background: #787cac;
}

.list_cont .li_category.cat06 {
	background: #604439;
}

.list_cont .li_category.cat07 {
	background: #6f2757;
}

.list_cont .li_category.cat08 {
	background: #c1541c;
}

.list_cont .li_category.cat09 {
	background: #565d63;
}

.list_cont .li_category.cat10 {
	background: #baaa52;
}