h2 {
	font-size: 26px;
	font-weight: 400;
	text-align: center;
	border-bottom: 3px #ed1e79 solid;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

article#post {
	margin-top: 50px;
}

@media screen and ( min-width: 768px ){
	div#container {
		display: flex;
	}

	main#content {
		width: 80%;
	}
	aside#sidebar {
		width: 20%;
	}
}

.news_date {
	color: #333;
	padding-bottom: 14px;
	border-bottom: 1px #CCC solid;
}

h3 {
	margin-top: 14px;
	padding-bottom: 14px;
	border-bottom: 1px #CCC solid;
}

.entry-content {
	margin-top: 30px;
	color: #333;
}

.entry-content {
	line-height: 1.8;
}

.entry-content p{
	margin-bottom: 1.2em;
}

.back_to_list {
	width: 8em;
	margin: 50px auto 0;
	text-align: center;
}

ul.news_category_list{
	margin-top: 50px;
}

li.news_li {
    display: flex;
    margin-bottom: 35px;
    line-height: 1.8;
}


/* Pagenation */
.m-pagenation{
	margin-top: 50px;
}
ol.m-pagenation__body {
    list-style: none;
    display: flex;
	margin: 0;
	justify-content: center;
}

ol.m-pagenation__body li {
    padding: 5px;
    border: 1px #CCC solid;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
    line-height: 18px;
}

ol.m-pagenation__body li.-current {
	background: #5d5652;
	border: 1px #5d5652 solid;
	color: #FFF;
}

ol.m-pagenation__body li.-current a {
	color: #FFFFFF;
}

ol.m-pagenation__body li:hover {
	border: 1px #5d5652 solid;
}

ol.m-pagenation__body li.-current:hover {
	border: 1px #5d5652 solid;
}


@media screen and ( min-width: 768px ){
	h2 {
		width: 300px;
		text-align: left;
	}

	article#post {
		margin: 80px 150px;
	}

	ul.news_category_list{
		padding-left: 100px;
	}

}

.widget_recent_entries ul li {
	padding: 10px 0 10px;
}



/* === Column archive ================================================= */

/* 全体 */
.column-archive {
  max-width: 1200px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}

.column_thumb img {
    width: 150px;
    height: 150px;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.column_data {
    width: calc(100% - 175px);
}

.column_thumb {border: 1px #ccc solid;}

ul.column_list li {
    margin-bottom: 30px;
}

/* 見出し */
.archive-header {
  text-align: center;
  margin-bottom: 3rem;
}
.archive-desc   { font-size: .9rem; color: #777; }

/* グリッド */
.cards {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

