/* ------------------------------------------
  下層ページ
------------------------------------------ */

body {
	padding-top: 88px;
}

.header {
	background-color: #2b80af;
	top: 0;
	padding: 7px 0px;
}

.btn-wrap {
	display: none;
}

.l-secondary {
	display: none;
}

.top_top_news_main_lists.archive {
	width: 100%;
}

.top_top_news_main_lists.archive .top_top_news_main_lists_item {
	width: calc(33.333333% - 20px);
	margin-left: 20px;
}

.top_top_news_main_lists.archive .top_top_news_main_lists_item:nth-child(3n+1) {
	margin-left: 0;
}

.top_top_news_main_lists.archive .top_top_news_main_lists_item:nth-child(n+4) {
	margin-top: 20px;
}

.top_top_news_main_lists.archive .top_top_news_main_lists_item_link_mid_date {
	color: #333;
}

.top_top_news_main_lists.archive .top_top_news_main_lists_item_link_cat {
	background: #d42e34;
	color: #fff;
}

.top_top_news_main_lists.archive .top_top_news_main_lists_item_link_title {
	color: #333;
}

@media screen and (max-width: 767px) {
	.top_top_news_main_lists.archive .top_top_news_main_lists_item {
		width: calc(50% - 10px);
		margin-left: 20px;
	}
	.top_top_news_main_lists.archive .top_top_news_main_lists_item:nth-child(3n+1) {
		margin-left: 20px;
	}
	.top_top_news_main_lists.archive .top_top_news_main_lists_item:nth-child(n+4) {
		margin-top: 20px;
	}
	.top_top_news_main_lists.archive .top_top_news_main_lists_item:nth-child(2n+1) {
		margin-left: 0;
	}
	.top_top_news_main_lists.archive .top_top_news_main_lists_item:nth-child(n+3) {
		margin-top: 20px;
	}
}

.p-cover {
	height: 300px;
	background-image: url(../images/common/sub_title_back.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

.p-cover__title {
	font-size: 30px;
	font-family: inherit;
	position: relative;
	z-index: 0;
}

.l-contents__inner.l-inner.mt50 .l-primary {
	max-width: 850px;
	border-radius: 30px;
	background: #fff;
	border: 6px solid #3f99c4;
	margin: -100px auto 0;
	padding: 40px 40px;
}

.l-contents--no-border .l-contents__inner {
	background: initial;
}

.l-contents {
	margin-bottom: 0;
}

.p-entry__inner {
	background-color: #fff;
}

@media screen and (max-width: 767px) {
	.l-contents__inner.l-inner.mt50 .l-primary {
		border-radius: 20px;
		border: 4px solid #3f99c4;
		margin: -60px auto 0;
		padding: 40px 20px;
	}
	.p-cover {
		height: 200px;
	}
}