@charset "UTF-8";


#main-content .page {
	border-bottom: 1px solid #e5e5e5;
}

.article {
	position: relative;
	margin: 0;
	padding-bottom: 55px;
}
.article .head {
	display: flex;
	align-items: center;
}
.article .head .date {
	font-size: 68px;
	color: #20c6e4;
	line-height: 1;
}
.article .head .date span {
	position: relative;
	display: inline-block;
	padding-right: 20px;
}
.article .head .date span:after {
	position: relative;
	top: -8px;
	left: 8px;
	content: '/';
	font-size: 56px;
}
.article .head .year {
	margin: 10px 0 0 -5px;
	font-size: 22px;
	color: #20c6e4;
	transform: rotate(90deg);
	letter-spacing: .08em;
}
.article .head .news-label {
	line-height: 2.2;
}

.article .share {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.article .share li {
	display: inline-block;
	vertical-align: middle;
}
.article .share li + li {
	margin-left: 12px;
}
.article .share li a {
	display: block;
	width: 56px;
	height: 56px;
	line-height: 56px;
	background-color: #f3f3f3;
	border-radius: 100%;
	transition: opacity .3s ease-out;
}
.article .share li a:hover {
	opacity: .6;
}
.article .share li a img {
	width: 24px;
	height: auto;
}
.article .share-top {
	position: absolute;
	right: 0;
	top: 10px;
}
.article .share-btm {
	margin-top: 38px;
}

.article .article-body {
	margin: 50px 0 30px;
}

.article .article-body .main-image {
	margin-bottom: 30px;
}
.article .article-body .main-image .img {
	background-color: #000;
	text-align: center;
}
.article .article-body .main-image .img figcaption {
	background-color: #fff;
	text-align: left;
}
.article .article-body .main-image img {
	max-height: 444px;
}


.article .article-body h2 {
	margin-bottom: .5em;
	font-size: 1.25em;
}

.article .article-body .box.img-right .img img,
.article .article-body .box.img-left .img img {
	max-width: 360px;
	max-height: 444px;
}


.article > .buttons .button.back {
	margin-top: 80px;
}




.side-contents .recent {
	padding: 25px 23px;
	border: 4px solid #caf1f8;
}
.side-contents .recent .lists {
	margin: 0;
	list-style-type: none;
}
.side-contents .recent .lists .item {
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.side-contents .recent .lists a {
	display: block;
	color: #1d1d1d;
	text-decoration: none;
	transition: opacity .3s ease-out;
}
.side-contents .recent .lists a:hover {
	opacity: .6;
}
.side-contents .recent .lists dt {
	font-weight: normal;
	color: #333;
}
.side-contents .recent .lists dd {
	margin: 0;
}
.side-contents .recent .news-list {
	padding: 0;
	border-bottom: 0;
}
.side-contents .recent .news-list .more {
	margin-bottom: 25px;
	padding: 5px 0;
	border: 0;
}
.side-contents .recent .news-list .more a {
	padding: 8px 0;
	display: block;
	background-color: #f3f3f3;
	border-radius: 4px;
}
.side-contents .recent .archive-list {
	margin: 0;
	list-style-type: none;
}
.side-contents .recent .archive-list a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.side-contents .recent .archive-list a:hover {
	text-decoration: underline;
}


@media screen and (max-width: 768px) {
	.article {
		padding-bottom: 5px;
	}
	.article .head .date {
		font-size: 34px;
	}
	.article .head .date span {
		padding-right: 10px;
	}
	.article .head .date span:after {
		top: -4px;
		left: 6px;
		font-size: 28px;
	}
	.article .head .year {
		margin: 4px 0 0 -2px;
		font-size: 11px;
		letter-spacing: .02em;
	}
	.article .head .news-label {
		font-size: 0.625rem;
	}

	.article .share {
	}
	.article .share li + li {
		margin-left: 0.5em;
	}
	.article .share li a {
		display: block;
		width: 45px;
		height: 45px;
		line-height: 45px;
		background-color: #f3f3f3;
	}
	.article .share li a img {
		width: 22px;
		height: auto;
	}
	.article .share-top {
		display: none;
	}
	.article .share-btm {
		margin-top: 28px;
	}

	.article .article-body {
		margin: 20px 0 30px;
	}
	.article .article-body h1 {
		font-size: 1.3125em;
	}
	.article .article-body .main-image img {
		max-height: 222px;
	}
	.article .article-body .box.img-right .img img,
	.article .article-body .box.img-left .img img {
		max-height: 222px;
	}

	.article > .buttons .button.back {
		margin-top: 40px;
	}


	.side-contents {
		margin-bottom: 30px;
	}
	.side-contents .recent {
		padding: 20px 18px;
		border: 3px solid #caf1f8;
	}
	.side-contents .recent .lists .item {
		margin-bottom: 14px;
	}
	.side-contents .recent .lists dd {
		font-weight: bold;
	}
	.side-contents .recent .lists .news-label {
		position: relative;
		top: -2px;
		font-size: 0.625rem;
	}
	.side-contents .recent .news-list .more a {
		padding: 11px 0;
	}
	.side-contents .recent .archive-list {
		display: flex;
		flex-wrap: wrap;
	}
	.side-contents .recent .archive-list li {
		width: 50%;
	}
}