@charset "UTF-8";
/*------------------------------------------------------------
    トピックス　一覧
------------------------------------------------------------*/
.topics_list > div > ul {
	margin-bottom: 60px;
}
.topics_box {
	padding: 20px 0;
	border-top: 1px solid #d9d9d9;
}
.topics_list ul li:last-child .topics_box {
	border-bottom: 1px solid #d9d9d9;	
}
.topics_time {
	font-family: 'Work Sans', sans-serif;
	font-size: 1.4rem;
	margin-right: 10px;
	color: #9d9d9d;
}
.topics_cat {
	font-size: 1.2rem;
    border: 1px solid #5dab88;
    color: #5dab88;
    padding: 3px 10px;
    max-width: 125px;
    width: 100%;
    text-align: center;
    border-radius: 3px;
}
.pager_prev .material-icons {
	transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
	.topics_time,.topics_cat {
		display: inline-block;
	}
	.topics_ttl {
		margin-top: 5px;
		display: block;
	}
}
@media screen and (min-width: 768px) {
	.topics_box {
		padding: 30px 0;
		display: flex;
	}
	.topics_time {
		font-size: 1.6rem;
		margin-right: 20px;
	}
	.topics_cat {
		font-size: 1.4rem;
		margin-right: 20px;
	}
	.topics_ttl {
		transition: .4s;
	}
	.topics_box:hover .topics_ttl {
		color: #5dab88;
	}
}
@media screen and (min-width: 992px) {
	.topics_list > div > ul {
		margin-bottom: 90px;
	}	
}
/*------------------------------------------------------------
    トピックス　詳細ページ
------------------------------------------------------------*/

.topics_detail_common {
	margin-bottom: 30px;
}
.topics_detail_main .topics_time, .topics_detail_main .topics_cat {
	display: inline-block;
}
.topics_detail_main .topics_ttl {
	color: #5dab88;
	font-size: 3rem;
	padding-top: 10px;
}
@media screen and (min-width: 992px) {
	.topics_detail_main .topics_ttl {
		color: #5dab88;
		font-size: 3.6rem;
	}	
}


/*------------------------------------------------------------
    トピックス　詳細ページ 投稿の際
------------------------------------------------------------*/
.topics_detail .topics_ttl {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3","游明朝体", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.topics_txt {
	margin-bottom: 30px;
}
.topics_txt h3 {
	font-size: 2rem;
    background: #5dab88;
    color: #fff;
    padding: 10px 1em;
    margin-bottom: 30px;
    border-radius: 5px;
}
.topics_txt img {
	margin: 30px 0;
}
.topics_txt p {
	margin-bottom: 30px;
}
.topics_txt a {
	display: inline;
    color: #3c64a5;
    -webkit-text-decoration: underline #3c64a5;
    text-decoration: underline #3c64a5;
    transition: .4s;
}
.topics_txt strong{
	color:#f7a85d;
}
.topics_txt em{
	color:#5dab88;
	font-weight: bold;
}
.topics_txt ul {
	margin-bottom: 30px;
}
.topics_txt .special-txt,
.topics_txt .special-txt a {
	color: #9d9d9d;
}
.topics_txt .special-txt {
	font-size: .8em;
}
.topics_txt .special-txt a {
	-webkit-text-decoration: underline #9d9d9d;
    text-decoration: underline #9d9d9d;
}
@media screen and (min-width: 768px) {
	.topics_txt a:hover,
    .topics_txt a:hover .material-icons {
    	color: #3d75d1;
    }
	.topics_txt a:hover {
		text-decoration: underline transparent;
	}
	.topics_txt .special-txt a:hover {
		color: #9d9d9d;
	}
}
@media screen and (min-width: 992px) {
	.topics_txt h3 {
        font-size: 2.4rem;
        margin-bottom: 40px;
    }
}