/*固定ページ一覧*/
header + *:not(.heading-title) {
	margin-top: 100px;
}

.page_list {

	border: 1px solid lightgray;
	border-radius: 1rem;
	margin: 3rem auto 0 auto;
	padding: 2rem;
}
.parent_title {
	margin-bottom: 2rem;
	padding: 0 0 2rem 0;
	border-bottom:1px solid lightgrey ;
}
.eye_catch {
	text-align: center;
}
.eye_catch img {
	width: 150px;
}

.parent_title h2 {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom:0;
}
.page_list .card-tate .asset-body {
	display: block;
	order: 3;
  }