ul.postlist-text {
	max-width: 1026px;
	margin: 0 auto;
	border-top: 2px solid #293A4C;
}
ul.postlist-text > li {
	padding: 30px 20px;
	border-bottom: 2px solid #293A4C;
}
ul.postlist-text > li > a {
	color: black;
	text-decoration: none;
}
ul.postlist-text > li > a:hover {
	text-decoration: underline;
}

@media only screen and (min-width: 768px) {
	ul.banner-center {
		display: flex;
		justify-content: center;
	}
}
@media only screen and (max-width: 960px) {
	.list-article-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;

		width: 341px;
		margin: 0 auto;
	}
	.top-list-article {
		width: 162px;
		height: 237px;
	}
	.top-list-article a {
		position: relative;
		color: #fff;
		display: block;
		height: 100%;
		text-decoration: none;
		width: 100%;
	}
	.top-list-article a img {
		position: relative;
		top: 80px;
		left: 50%;
		width: 162px;
		height: 162px;
		object-fit: cover;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.top-list-article a .article-list-text {
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 15;
	}
	.top-list-article a .article-list-text .article-list-category {
		display: inline-block;
		font-size: 18px;
		vertical-align: middle;
	}
	.top-list-article a .article-list-text .article-list-tags {
		display: inline-block;
		vertical-align: middle;
	}
	.top-list-article a .article-list-text .article-list-tags > p {
		color: #fff;
		font-size: 11px;
		display: inline-block;
		margin-left: 0.5em;
		padding: 3px 4px;
	}
	.top-list-article a .article-list-text .article-list-tags > p.tag-yokohama {
		background-color: #356090;
	}
	.top-list-article a .article-list-text .article-list-tags > p.tag-shinjuku {
		background-color: #7873b2;
	}
	.top-list-article a .article-list-text .article-list-tags > p.tag-shonan {
		background-color: #529dad;
	}
	.top-list-article a .article-list-text .article-list-title {
		color: #fff;
		font-size: 16px;
		line-height: 1.5em;
		padding-top: 0.25em;
	}
	.top-list-article a .article-list-title {
		margin-top: 5px;
		line-height: 18px;
		color: black;
		z-index: 20;
	}




	ul.postlist-text {
		width: calc(100% - 32px);
		margin: 30px 16px;
		border-top: 2px solid #293A4C;
	}
	ul.postlist-text > li {
		padding: 13px 8px;
		border-bottom: 2px solid #293A4C;
	}
	ul.postlist-text > li > a {
		color: black;
		font-size: 14px;
		line-height: 18px;
		text-decoration: none;
	}
}

/*----------------------------------------------------
	この記事を書いたのは…
----------------------------------------------------*/
@media only screen and (min-width: 768px) {
	div.author-block {
		display: flex;
		justify-content: space-between;
	}
	div.author-block figure {
		display: block;
		width: 200px;
	}
	div.author-block div {
		width: calc(100% - 220px);
	}
}

div.imgset2 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
div.imgset2 img {
	width: calc(( 100% - 20px ) / 2 );
	height: auto;
	margin-bottom: 20px;
}
div.imgset3 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
div.imgset3 img {
	width: calc(( 100% - 40px ) / 3 );
	height: auto;
	margin-bottom: 20px;
}
div.imgset4 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
div.imgset4 img {
	width: calc(( 100% - 60px ) / 4 );
	height: auto;
	margin-bottom: 20px;
}
/*
h3.single {
	color: #26394e;
	padding: 0.5em 0;
	border-top: solid 3px #26394e;
	border-bottom: solid 3px #26394e;
}
*/
h5 {
	font-size: 130%;
	padding-top: 3px;
	margin-bottom: 10px;
	color: #26394e;
	border-top: 3px solid #26394e;
	border-bottom: 3px solid #26394e;
}