@charset "UTF-8";

.postList__outer {
	border-top: solid 1px var(--light-gray);
}
.postList {
	display: flex;
	border-bottom: solid 1px var(--light-gray);
}
.postList dt {
	flex: 0 0 150px;
	padding: 15px 10px;
}
.postList dt:before {
	content: "\f017";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
}
.postList dd {
	flex: 1 1 300px;
	padding: 15px 10px;
}

.single-post p {
	margin: 0 0 30px;
}

#post .core-contents img {
	max-width: 100%;
	height: auto;
}
.blog-image {
	margin: 0 0 40px;
}
.center {
	display: block;
	text-align: center;
}
.bold {
	font-weight: 700;
	font-size: 18px;
	font-family:
		"Noto Sans JP",
		"游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック体", "YuGothic",
		"ヒラギノ角ゴシック", "Hiragino Sans",
		"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"メイリオ", "Meiryo",
		sans-serif;
}

.singlePost__note {
	display: none;
	font-size: 13px;
}
.single-post p.singlePost__note {
    margin: 0;
}
.tableInPost__outer {
	width: 100%;
}
.tableInPost {
	width: 100%;
	min-width: 840px;
	margin: 0 0 50px;
}
.tableInPost thead th {
	background-color: var(--navy);
	font-family:
		"Noto Serif JP",
		"游明朝", "Yu Mincho",
		"游明朝体", "YuMincho",
		"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
		"MS 明朝", "MS Mincho",
		"ＭＳ Ｐ明朝", "MS PMincho",
		serif;
	color: #fff;
}
.tableInPost thead th:nth-of-type(1) {
	width: 16%;
	border-right: solid 1px #fff;
}
.tableInPost thead th:nth-of-type(2) {
	width: 42%;
	border-right: solid 1px #fff;
}
.tableInPost thead th:nth-of-type(3) {
	width: 42%;
}
.tableInPost tbody th {
	border-left: solid 1px var(--light-gray);
}
.tableInPost tbody td:nth-of-type(1) {
	border-right: solid 1px var(--light-gray);
}
.tableInPost tbody td:nth-of-type(2) {
	border-right: solid 1px var(--light-gray);
}
.tableInPost em {
	color: var(--pink);
}

.single-post .matome__waku {
	margin: 0 0 50px;
}
.single-post p.matome {
	margin: 0 0 10px;
}
.single-post p.matome strong {
	display: inline-block;
	padding: 3px 25px;
	background-color: var(--gold);
	font-size: 18px;
	font-family:
		"Noto Serif JP",
		"游明朝", "Yu Mincho",
		"游明朝体", "YuMincho",
		"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
		"MS 明朝", "MS Mincho",
		"ＭＳ Ｐ明朝", "MS PMincho",
		serif;
	color: #fff;
}
.single-post .matome__waku em {
	color: var(--pink);
}
.inSinglePost {
	margin: 0 0 50px;
}
.inSinglePost figcaption {
	text-align: center;
}

/* End of file */