/****************************** mobile,cpmmon ******************************/

/* -------------------- アーカイブ -------------------- */
.sub_news_list {
	margin-bottom: 30px;
}
.sub_news_item {
	/* border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1); */
  border-bottom: 1px dotted var(--corp_color);
	padding-bottom: 12px;
}
.sub_news_item:not(:last-child) {
	margin-bottom: 12px;
}
.sub_news_item a {
	display: flex;
	height: 100px;
}
.sub_news_item a img {
	width: 30%;
	border-radius: 10px
}
.sub_news_item a > div {
	width: 70%;
	padding: 10px 0px 0px 15px;
	box-sizing: border-box;
	/* position: relative; */
}
.sub_news_item h3 {
	font-size: 13px;
  line-height: 18px;
	margin-top: 8px;
}
.sub_news_item_detail {
	display: flex;
	/* justify-content: space-between; */
	font-size: 10px;
	font-weight: 700;
}
.sub_news_item time {
	letter-spacing: 0px;
	margin-right: 15px;
}
.sub_news_item span {
	text-align: right;
	border-bottom: 1px solid var(--corp_color);
	padding-bottom: 4px;
}

/* -------------------- シングル -------------------- */

/* メタ情報 */
.sub_news_single_meta {
	font-size: 12px;
	margin-bottom: 10px;
	display: flex;
}
.sub_news_single_meta,
.sub_news_single_meta a {
	color: #666666;
}
.sub_news_single_meta a {
	display: inline;
}
.sub_news_single_update {
  margin-right: 10px;
}

/* タイトル・サムネイル */
.sub_news_single_ttl {
	line-height: 24px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	font-size: 18px;
}
.sub_news_single_thumbnail {
	margin-bottom: 20px;
}

/* 本文 */
.sub_news_single_txt h2,
.sub_news_single_txt h3 {
  margin-top: 30px;
  padding: 10px;
}
.sub_news_single_txt h2,
.sub_news_single_txt h3,
.sub_news_single_txt h4 {
	margin-bottom: 15px;
  line-height: 24px;
}
.sub_news_single_txt h2 {
	font-weight: 600;
	background: #05a8ef;
	color: #ffffff;
}
.sub_news_single_txt h3 {
	border-left: 3px solid #05a8ef;
	box-sizing: border-box;
	background: #f4f4f4;
}
.sub_news_single_txt h4 {
  padding: 10px 0;
  border-bottom: 1px solid #c7c7c7;
	position: relative;
}
.sub_news_single_txt h4:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 50%;
  border-bottom: 1px solid #05a8ef;
}
.sub_news_single_txt ul {
	list-style: inherit;
	padding: 0 5px 0 20px;
}
.sub_news_single_txt p {
	margin-bottom: 15px;
}
.sub_news_single_txt th,
.sub_news_single_txt td {
	padding: 5px;
}
.sub_news_single_txt a {
	display: inline;
	text-decoration: underline;
	color: #337ab7;
}
.wp-block-image img {
  height: auto;
}


/* -------------------- ページ送り -------------------- */
.pagenavi {
	display: flex;
	justify-content: center;
}
.pagenavi .page-numbers {
	font-size: 12px;
	width: 30px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: block;
	border: 1px solid var(--corp_color);
	border-radius: 3px;
	box-sizing: border-box;
	color: var(--corp_color);
}
.page-numbers:not(:last-child) {
	margin-right: 10px;
}
.pagenavi .current {
	background: var(--corp_color);
	color: #ffffff;
	border: none;
	font-weight: 600;
}

/****************************** tablet ******************************/
@media (min-width: 600px){

	/* -------------------- アーカイブ -------------------- */
	.sub_news_list {
		margin-bottom: 40px;
	}

	.sub_news_item {
		padding-bottom: 20px;
	}
	.sub_news_item:not(:last-child) {
		margin-bottom: 20px;
	}

	.sub_news_item a {
		height: 110px;
	}
	.sub_news_item a img {
		width: 12%;
		border-radius: 10px
	}
	.sub_news_item a > div {
		width: 88%;
		padding: 10px 0px 0px 20px;
	}

	.sub_news_item h3 {
		font-size: 16px;
	  line-height: 22px;
		margin-top: 10px;
	}
	.sub_news_item_detail {
		font-size: 12px;
	}

	/* -------------------- シングル -------------------- */

	/* メタ情報 */
	.sub_news_single_meta {
		margin-bottom: 20px;
	}
	.sub_news_single_update {
	  margin-right: 20px;
	}

	.sub_news_single_thumbnail {
    margin-bottom: 30px;
	}

	.sub_news_single_ttl {
    line-height: 36px;
		margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    font-size: 24px;
	}

	/* -------------------- ページ送り -------------------- */
	.pagenavi .page-numbers {
		font-size: 13px;
		width: 35px;
		height: 40px;
		line-height: 40px;
	}
}

/****************************** PC ******************************/
@media (min-width: 1025px){


}
