<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.top {
	max-width: 1080px;
	width: 90%;
	height: auto;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media (max-width: 480px) {
	.top {
		width: 95%;
	}
}
.top__breadcrumb {
	margin-top: 180px;
}
.top__breadcrumb #breadcrumbs {
	color: #94C7B8;
	font-size: 12px;
}
.top__breadcrumb #breadcrumbs a {
	color: #94C7B8;
}
.top__sentense {
	color: #94C7B8;
	letter-spacing: 4px;
}
.top__sentense--title {
	color: #787878;
	margin-top: 8px;
	font-size: 92px;
	font-weight: normal;
	letter-spacing: 8px;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 480px) {
	.top__sentense--title {
		font-size: 56px;
	}
}
.top__sentense--subtitle {
	color: #787878;
	font-size: 18px;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 480px) {
	.top__sentense--subtitle {
		font-size: 16px;
	}
}

.article {
	max-width: 1080px;
	width: 90%;
	height: auto;
	margin: 80px auto 120px auto;
}
@media (max-width: 480px) {
	.article {
		width: 95%;
	}
}
.article__title {
	padding-bottom: 32px;
	border-bottom: 1px solid #A9E0CB;
}
.article__title h1 {
	color: #333;
	font-size: 24px;
}
.article__title .sub {
	margin-top: 12px;
}
.article__title .sub .date {
	font-size: 12px;
	margin-right: 20px;
	color: #333;
}
.article__title .sub .category {
	display: inline-block;
	font-size: 14px;
	border-bottom: 2px solid #94C7B8;
	padding-bottom: 2px;
	color: #333;
}
.article__contents {
	width: 100%;
	height: auto;
	margin-top: 32px;
}
.article__contents .thumbnail {
	width: 100%;
	height: auto;
	margin-bottom: 32px;
}
.article__contents div, .article__contents p {
	line-height: 1.5em;
	margin-bottom: 12px;
}
.article__contents img {
	height: auto;
}
.article__bottom {
	display: flex;
	justify-content: space-between;
	padding: 80px 0;
	margin-top: 80px;
	border-top: 1px solid #94C7B8;
	border-bottom: 1px solid #94C7B8;
}
@media (max-width: 480px) {
	.article__bottom {
		padding: 48px 0;
	}
}
.article__bottom a {
	margin: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #787878;
}
@media (max-width: 480px) {
	.article__bottom a {
		font-size: 14px;
	}
}
.article__bottom a:hover {
	opacity: 0.7;
}</pre></body></html>