@charset 'utf-8';

/**
 * Post
 */
.section-post {
	padding: 30px 0 60px 0;
}
.section-post .container {
	width: 870px;
}

/* 新型コロナ対応注意文言 */
.post-caution {
	margin: 0 auto 50px;
	padding: 1.5em;
	font-size: 17px;
	color: #c00000;
	text-align: center;
	border: 1px solid #c00000;
}

.post-caution p {
	margin: 0;
	line-height: 1.5;
}

.post-header {
	text-align: center;
	margin: 0 0 25px;
}
.post-header .category {
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #454444;
	margin: 0 0 10px;
	font-weight: 300;
}
.post-header .title-text,
.post-header h2 {
	font-size: 35px;
	line-height: 1.6;
	letter-spacing: 0;
	color: #282828;
	margin: 0 0 10px;
	text-align: left;
}
.post-header .term {
	display: inline-block;
	line-height: 35px;
	background: #e3e3e3;
	padding: 0 45px;
	font-size: 22px;
	letter-spacing: 0.14em;
	margin: 0 0 25px;
}
.post-header .term span {
	font-size: 18px;
	letter-spacing: 0;
}
.post-header .promotion {
	color: #8c8b8b;
	margin: 10px 0;
	text-align: center;
}
.post-header .published {
	color: #686868;
	letter-spacing: 0.1em;
	font-weight: 300;
}
.post-header .admin-preview-edit {
	font-size: 22px;
	margin: 0 0 0 20px;
}
.post-body .content {
	font-size: 18px;
	font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, sans-serif;
	line-height: 2;
	padding: 0 40px;
	margin: 0 0 40px;
	word-wrap: break-word;
}
.post-body .content a {
	text-decoration: underline;
}
.post-body .content a:hover {
	color: #999;
}
.post-body .content a.tag-word {
	text-decoration: none;
	border-bottom: 1px #999 dotted;
}

.post-body .content img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.post-body .content .video iframe {
	display: block;
	width: 100%;
	height: 489px;
	margin: 0 auto;
}
.post-body .content ul {
	margin: 0 0 0 10px;
	list-style-type: none;
	color: #000;
	font-weight: bold;
}
.post-body .content ul li:before {
	content: "";
	width: 6px;
	height: 6px;
	color: #949494;
	display: inline-block;
	border-radius: 100%;
	background: #949494;
	position: relative;
	left: -10px;
	top: -3px;
}
.post-body .content ol {
	margin: 0 0 0 10px;
	color: #000;
	font-weight: bold;
}
.post-body .content ol li {
	counter-increment: number;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}
.post-body .content ol li:before {
	position: relative;
	top: 4px;
	text-align: center;
	content: counter(number);
	display: inline-block;
	width: 18px;
	color: #949494;
	font-size: 30px;
}
.post-body .content h3 {
	color: #000;
	text-align: center;
	font-size: 35px;
	line-height: 1.6;
	padding: 60px 0;
}
.post-body .content h4 {
	color: #000;
	font-weight: 300;
	font-size: 24px;
	line-height: 1.8;
	padding: 50px 0;
	background: url(/images/dotline.png) repeat-x top left,
				url(/images/dotline.png) repeat-x bottom left;
}
.post-body .content h5 {
	color: #000;
	font-weight: 300;
	font-size: 22px;
	line-height: 1.8;
	padding: 0 0 30px;
	border-bottom: 1px solid #000;
}
.post-body .content blockquote {
	position: relative;
	padding: 0 0 0 35px;
}
.post-body .content blockquote:before {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	background: url(/images/sprite@2x.png) no-repeat top left;
	background-size: 250px 250px;
	background-position: -232px 0;
	width: 18px;
	height: 16px;
}
.post-body .content .customstyle-caption {
	display: block;
	text-align: center;
	font-size: 15px;
	color: #666;
}
.post-body .content .customstyle-box {
	font-size: 16px;
	padding: 30px;
	border: 1px solid #9d9d9d;
}
.post-body .author {
	margin: 50px 0 0 0;
	text-align: right;
	color: #858484;
}
.post-body .pager {
	margin: 90px 0;
}
.post-body .pager a {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 20px 10px;
}
.post-body .thumbnail {
	padding: 0 40px;
	margin: 0 0 30px;
}
.post-body .thumbnail ul {
	font-size: 0;
	margin: 0 0 0 -10px;
}
.post-body .thumbnail li {
	display: inline-block;
	width: calc(12.5% - 10px);
	width: -webkit-calc(12.5% - 10px);
	margin: 0 0 10px 10px;
}
.post-body .thumbnail img {
	display: block;
	width: 100%;
}
.around-post {
	width: 750px;
	text-align: center;
	background: url(/images/dotline_h.png) repeat-y top left,
				url(/images/dotline_h.png) repeat-y top right,
				url(/images/dotline_h.png) repeat-y top center;
	margin: 0 auto;
	margin-top: 50px;
}
.around-post ul {
	font-size: 0;
}
.around-post li {
	display: inline-block;
	width: 375px;
	box-sizing: border-box;
	padding: 30px 60px 0 60px;
	text-align: center;
	vertical-align: top;
}
.around-post li .nav {
	font-size: 18px;
	letter-spacing: 0.14em;
	color: #868585;
	margin: 0 0 10px;
}
.around-post li .image {
	margin: 0 0 30px;
}
.around-post li .image img {
	display: block;
	width: 100%;
}
.around-post li .title {
	font-size: 20px;
	font-weight: 300;
	text-align: left;
}

.OUTBRAIN > div {
	padding-bottom: 17px;
}

.craft-widget-container > div {
	width: 750px;
	margin: 30px auto 10px auto;
}

@media screen and (max-width:768px) {
	.section-post {
		padding: 22px 0 60px 0;
	}
	.section-post .container {
		width: 100%;
	}

	/* 新型コロナ対応注意文言 */
	.post-caution {
		margin-bottom: 30px;
		padding: 1.2em;
		font-size: 15px;
		text-align: left;
	}
	.post-caution p {
		line-height: 1.6;
	}

	.post-header .title-text,
	.post-header h2 {
		font-size: 22px;
	}
	.post-header .term {
		padding: 0 15px;
		letter-spacing: 0;
		font-size: 22px;
		margin: 0 0 20px;
	}
	.post-header .term span {
		font-size: 16px;
	}
	.post-header .category {
		margin: 0 0 17px;
	}
	.post-body .content h3 {
		font-size: 22px;
		padding: 25px 0;
	}
	.post-body .content {
		font-size: 17px;
		padding: 0 0 20px;
	}
	.post-body .content h4 {
		font-size: 16px;
	}
	.post-body .content h5 {
		font-size: 16px;
	}
	.post-body .content img {
		margin: 0 auto;
		max-width: 100%;
		height: auto;
	}
	.post-body .content .video iframe {
		height: 188px;
	}
	.post-body .thumbnail ul {
		margin: 0 0 0 -10px;
	}
	.post-body .thumbnail {
		padding: 0;
	}
	.post-body .thumbnail li {
		width: calc(33.333% - 10px);
		width: -webkit-calc(33.333% - 10px);
		margin: 0 0 10px 10px;
	}
	.around-post {
		width: 100%;
		background: url(/images/dotline_h.png) repeat-y top center;
	}
	.around-post li {
		vertical-align: top;
		width: 50%;
		padding: 0 0 0 15px;
	}
	.around-post li .image {
		margin: 0 0 20px;
	}
	.around-post li:first-child {
		text-align: left;
		padding: 0 15px 0 0;
	}
	.around-post li:last-child {
		text-align: right;
	}
	.around-post li .title {
		text-align: left;
		font-size: 14px;
	}
	.around-post li .nav {
		font-size: 16px;
	}
	.craft-widget-container > div {
		width: 100%;
	}

}

/* vr view test */
.vrview-container {
	position: relative;
	width: 100%;
	padding-top: 66.6666%;
}

.vrview-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


