/*------------------------------ ページタイトル ----------*/
#topicsArchive h1 {
	background:rgba(0,54,100,0.70);
	color:#fff;
	font-size: 36px;
	letter-spacing: 15px;
	text-align: center;
	padding: 40px 0;
	line-height: 130%;
	margin-bottom:50px;
}
#topicsArchive h1 span {
	font-size: 12px !important;
	display: block;
	letter-spacing: 3px;
}
/*------------------------------ ページタイトル ----------*/
.article-wrap{
    position: relative;
    clear: both;
    overflow: hidden;
    max-width: 1048px;
    padding: 10px 20px 0 20px;
    margin: -60px auto 50px auto;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.article {
	padding: 60px 0;
	border-bottom: 1px solid rgba(0,54,100,0.70);
}
.article:last-child{
	margin-bottom: 0;
}
.article_head {
}
.article_head-inner {
	display: flex;
	align-items: center;
}
.article_date {
	font-weight: 700;
	margin-bottom: 0;
}
.article_category {
	border-radius: 20px;
    width: 85px;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin: 0 0 0 20px;
}
.article_title {
	margin-top: 15px;
	font-size: 26px;
	line-height: 1.35;
	font-weight: bold;
}

.article_body{
	margin: 30px 0 0;
}

.entry-content p:last-child{
	margin-bottom: 0;
}

/*-----------------------------------------------------------------------------------------
	レスポンシブ
-----------------------------------------------------------------------------------------*/
@media only screen and (max-width: 680px) {

	/*------------------------------ ページタイトル ----------*/
	#topicsArchive h1 {
		font-size: 1.2rem;
		letter-spacing: 8px;
		padding: 7% 0;
		line-height: 130%;
		margin-bottom:10%;
	}
	#topicsArchive h1 span {
		font-size: 0.7rem !important;
		display: block;
		letter-spacing: 2px;
	}

}