<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body {
	font-family: noto-sans-cjk-jp,"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3","Hiragino Kaku Gothic ProN","ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,sans-serif;
	font-size: 14px;
	background: #F0F2F4;
}
.navbar.is-white {
	background: #F0F2F4;
}
.navbar-brand .brand-text {
	font-size: 1.11rem;
	font-weight: bold;
}
.hero {
	background: -webkit-linear-gradient(left, #ea9f9f 10%, #7a6fdc 90%);
	background: -o-linear-gradient(left, #ea9f9f 10%, #7a6fdc 90%);
	background: linear-gradient(to right, #ea9f9f 10%, #7a6fdc 90%);
}
.hero .title a {
	color: #fff;
}
.hero .description {
	color: #fff;
}
.hero-body {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;
}
.card .media {
	margin: 1.5rem;
}
.card .media.-entry {
	margin: 10.5rem 1.5rem 1.5rem;
}
.media.-entry .media-center {
	width: 180px;
	height: 180px;
	border: 3px solid #ccc;
	border-radius: 50%;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #eee;
}
.media.-entry .media-center img {
	max-width: 320px;
	max-height: 100%;
}
.column.is-8:first-child {
	padding-top: 0;
	margin-top: 0;
}
.box {
	margin-bottom: 3rem;
}
.box.-upload {
	margin-bottom: 1.5rem;
}
.box.-upload .tags {
	margin-top: 0;
}
.articles {
	margin: 5rem 0;
	margin-top: -200px;
}
.article, .promo-block {
	margin-top: 4rem;
	margin-bottom: 2rem;
}
.article-title {
	font-size: 2rem;
	line-height: 1.5;
}
.article-subtitle {
	color: #909AA0;
	margin-bottom: 3rem;
}
.article-body {
	line-height: 1.4;
	margin: 0;
	word-break: break-all;
}
.article-body.-entry {
	margin: 0 6rem;
}
.promo-block .container {
	margin: 1rem 5rem;
}
.field.is-grouped {
	justify-content: flex-end;
}
.pagination:not(:last-child) {
	margin-bottom: 3rem;
}
.pagination-link, .pagination-next, .pagination-previous {
	background: #fff;
}
.content .seesaa-simple-sbm {
	list-style: none;
	margin: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.content .seesaa-simple-sbm li+li {
	margin-top: 0;
}
.content .bookmark{
	text-align: center;
	padding-top: 0;
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
.content .bookmark .sns_box {
	line-height:1;
	margin: 0 10px!important;
	padding-bottom:10px;
}
.content .bookmark .facebookBookmark .fb-like{
	padding-top:0px ! important;
	margin-top:0px ! important;
}
.footer {
	background-color: #363636;
	color: #fff;
	padding: 10px;
	text-align: center;
	line-height: 1;
}
.popular-article.-num {
	counter-increment: number 0;
}
.popular-article.-num .column {
	margin-bottom: 25px;
	position: relative;
}
.popular-article.-num .column:before {
	content: "ï”¡";
	display: none;
	font-family: "Font Awesome 5 Solid";
}
.popular-article.-num .column:after {
	counter-increment: number 1;
	content: counter(number) "";
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: white;
	font-weight: 400;
	width: 44px;
	height: 40px;
	color: white;
	top: -3px;
	left: 0;
	font-size: 1.3rem;
}
.popular-article.-num .column:last-child {
	margin-bottom: 0;
}
.popular-article.-num .column .fa-crown {
	position: absolute;
	top: -5px;
	left: 0px;
	width: 44px;
	height: 40px;
}
.popular-article.-num .column:nth-child(1) .fa-crown {
	color: #ffcb2c;
}
.popular-article.-num .column:nth-child(1):after {
	color: #ef1818;
	font-weight: bold;
}
.popular-article.-num .column:nth-child(2) .fa-crown {
	color: #b9b9b9;
}
.popular-article.-num .column:nth-child(2):after {
	color: #1161ff;
	font-weight: bold;
}
.popular-article.-num .column:nth-child(3) .fa-crown {
	color: #d6ae4d;
}
.popular-article.-num .column:nth-child(3):after {
	color: #11860b;
	font-weight: bold;
}</pre></body></html>