@charset 'utf-8';

.fs_14 {font-size: 14px!important;}

.mb40 {
	margin-bottom: 40px;
}

.text-align-right {
	text-align: right;
}

.mb50 {
	margin-bottom: 50px;
}

.table-mt-04 {
	margin-top: 4px;
}

.back-home {
	margin-top: 80px;
	margin-bottom: 100px;
	text-align: center;
}

.back-home a {
	display: block;
	width: fit-content;
	height: 18px;
	margin: 0 auto;
	font-size: 1.6rem;
	color: #333;
	padding: 0 25px;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	line-height: 1;
}

.posts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px 70px;
	margin-top: 50px;
}

.post img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.post p {
	font-size: 16px;
}

.grid-link4 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 10px 20px;
}

/* テーブル関連 */
.table-01 th {
	width: 20%;
}

/* SP版で使用 */
@media screen and (max-width: 767px) {
	.posts {
		gap: 20px;
	}

	.grid-link4 {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 6px 12px;
	}
}