.p-postList.-type-card.-pc-col3 {
	margin: 0 -20px -40px;
}
.p-postList .p-postList__item {
	padding: 0 20px 0;
}
.p-postList .p-postList__thumb figure {
	aspect-ratio: 1;
	object-fit: cover;
	object-position: center;
}
.p-postList .p-postList__meta .p-postList__cat {
	order: -1;
}
.p-postList .p-postList__title {
	margin-bottom: 0.5em;
}
.-type-card .p-postList__item {
	margin-bottom: 40px;
}

.p-postList__item .p-postList__times {
	display: block;
}

.p-postList__item .c-postTimes__posted.icon-posted::before {
	display: inline;
}

.p-postList__author, .p-postList__cat, .p-postList__times, .p-postList__views {
	margin-right: 0.75em;
}

.post_content, .p-articleHead, .p-articleMetas, .p-articleThumb, .p-articleFoot {
	max-width: 800px;
	margin-left: auto!important;
	margin-right: auto!important;
}

.l-articleBottom__title {
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 3px;
	font-size: 24px !important;
	text-align: center;
	border: none;
	margin-bottom: 46px;
}

.p-postList .c-postTimes__posted {
	font-size: 12px;
	line-height: 1.4;
	color: var(--gh_blue);
}
.underline-title {
	display: inline-block;
	border-bottom: 1px solid var(--gh_dark_gray);
	padding-bottom: 10px;
	width: 100%;
}
@media (max-width: 960px) {
	.l-articleBottom__title {
		font-size: 22px !important;
		margin-bottom: 36px;
	}
}

@media (max-width: 599px) {
	.-type-card.-sp-col1 .p-postList__item, .-type-thumb.-sp-col1 .p-postList__item {
		width: 50%;
	}
	.p-postList.-type-card.-pc-col3 {
		margin: 0 -7.5px -40px;
	}
	.p-postList .p-postList__item {
		padding: 0 7.5px 0;
	}
}

@media (min-width: 600px) {
	.p-postList .p-postList__item:not(:first-child) .p-postList__body {
		border-left: 1px solid var(--gh_light_gray);
		padding: 0 0 0 1.2em;
		margin-top: 1.2em;
	}
	
	.post-type-archive .p-postList .p-postList__item:first-child, .tax-column-category .p-postList .p-postList__item:first-child {
		width: 100%!important;
	}
	
	.post-type-archive .p-postList .p-postList__item:first-child .p-postList__thumb figure, .tax-column-category .p-postList .p-postList__item:first-child .p-postList__thumb figure {
		aspect-ratio: 1000 / 560;
	}
}

@media screen and (min-width: 1240px) {
	.p-relatedPosts .p-postList__item {
		width: 33.333%;
	}
}

@media screen and (max-width: 599px) {
	.p-relatedPosts .p-postList__item {
		width: 100%;
		padding: 1.5em 0;
		margin-bottom: 0;
		border-bottom: 1px solid var(--color_border);
	}
	
	.p-relatedPosts .p-postList__item a {
		display: flex;
	}
	
	.p-relatedPosts .p-postList__thumb {
		width: 35.8%;
		margin-right: 4.5%;
	}
	
	.p-relatedPosts .p-postList__body {
		padding-top: 0;
		width: 59.7%;
	}
	
	.p-relatedPosts .p-postList__meta {
		display: none;
	}
	
}

