@charset "UTF-8";

.post {
	border: 0pt solid orange;
}

* @media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1133px) {}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}

.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
	padding: 0;
	margin: 1.0em 0;
	text-align: left;
	font-size: 1.0rem;
	line-height: 1.2;
	color: var(--color-font);
}

.post h1::after,
.post h2::after,
.post h3::after,
.post h4::after,
.post h5::after,
.post h6::after {
	display: none;
}

.post h1::before,
.post h2::before,
.post h3::before,
.post h4::before,
.post h5::before,
.post h6::before {
	display: none;
}

.post a {
	color: var(--color-key);
	text-decoration: underline;
}

.post hr {
	margin: 5vw auto;
	clear: both;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1133px) {}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}





.post h1 {
	font-size: 4.0rem;
	font-weight: 600;
	line-height: 1.3;
}

.post h2,
.post h3 {
	font-size: 3.0rem;
	line-height: 1.5;
	font-weight: 600;
}

.post h3 {
	font-weight: 400;
}

.post h4,
.post h5 {
	font-size: 2.4rem;
	line-height: 1.7;
	font-weight: 600;
}

.post h5 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.post h6 {
	font-size: 1.4rem;
	line-height: 1.7;
	font-weight: 500;
}

.post strong {
	font-weight: 600 !important;
	color: inherit;
}

.post p {
	font-size: 1.8rem;
	line-height: 2;
	padding: 0;
	margin: 1em 0;
	color: var(--color-font);
}

.post ul,
.post ol {
	font-size: 1.7rem;
	padding: 0 0 0 3em;
	margin: 3em 0;
}

.post ul li,
.post ol li {
	list-style-type: disc;
	list-style-position: outside;
	font-size: inherit;
	line-height: 1.5;
	padding: 0;
	margin: 1em 0;
	color: var(--color-font);
}

.post ol li {
	list-style-type: decimal;
}

.post blockquote {
	border: 4px solid rgba(197, 222, 239, 0.5);
	background: rgba(197, 222, 239, 0.2);
	padding: 4.5rem;
	margin: 3.0rem 0;
}

.post blockquote * {
	color: #1d87c5 !important
}

.post blockquote *:first-child {
	margin-top: 0;
}

.post blockquote *:last-child {
	margin-bottom: 0;
}

.post pre {
	font-size: 1.6rem;
	color: #333;
	background: #f3f3f3;
	padding: 1.0em 0.5em;
	margin: 1em 0;
	width: 100%;
	overflow: auto;
	border-right: 1em solid #ddd;
	border-left: 1em solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1133px) {}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}










.post img {
	width: auto;
	max-width: 100% !important;
	height: auto;
	padding: 0;
	margin: 1.5rem 0;
}

.post img.size-thumbnail {}

.post img.size-medium {}

.post img.size-large {}

.post img.size-full {}

.post img.alignleft {
	float: left;
	margin: 1.5rem 1.5rem 1.5rem 0 !important;
	clear: both;
}

.post img.alignright {
	float: right;
	margin: 1.5rem 0 1.5rem 1.5rem !important;
	clear: both;
}

.post img.aligncenter {
	margin: 1.5rem auto !important;
	clear: both;
	display: block;
}


.post .wp-caption {
	border: 0px solid green;
	display: block;
	width: 100% !important;
}

.post .wp-caption-text {
	background: white;
	display: block;
	font-size: 14px;
	line-height: 1.4;
	padding: 0.5em 0;
	margin: 1em 0 2em;
	text-align: center;
	color: #999;
	display: inline-block;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1133px) {}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {
	.post img.size-thumbnail {
		max-width: 25% !important;
	}

	.post img.size-medium {
		max-width: 50% !important;
	}
}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}










.post .title {
	display: block;
	padding: 0 0 3vw 0;
	margin: 0 0 6vw 0;
	border-bottom: 10px solid #f9f9f9;

}


.post .title h1 {
	font-size: 6.0rem;
	border-bottom: 0px dashed var(--color-font);
	padding: 0 0 0.25em 0;
	margin: 0 0 0.25em 0;
}

.post time {
	display: block;
	padding: 0;
	margin: 0;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}

.post .date,
.post .category-name {
	font-size: 1.4rem;
	margin-right: 1em;
	line-height: 1;
	display: block;
	font-weight:600;
	color: var(--color-font);

}

.post .category-name a {
	text-decoration: none;
	color: var(--color-font);
	font-weight: 600;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1133px) {}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}
