#content .post + .post {
	margin-top: 15px;
}
#content .post .title {
	padding: 0 15px 15px;
	border-bottom: 2px solid #000;
	position: relative;
}
#content .post .title:after {
	content:'';
	width: 10px;
	height: 6px;
	position: absolute;
	background: url(/sp/asset/img/btn-title_open.svg) no-repeat left top;
	background-size: contain;
	right: 15px;
	bottom: 15px;
}
#content .post .title.open:after {
	background: url(/sp/asset/img/btn-title.svg) no-repeat left top;
	background-size: contain;
}
#content .post .title .date {
	font-size: 1.2rem;
	display: block;
}
#content .post .title .text {
	display: block;
	margin-top: 8px;
	font-size: 1.5rem;
	line-height: 2.2rem;
	padding-right: 20px;
}
#content .post .body {
	padding: 15px;
	font-size: 1.2rem;
	line-height: 1.8rem;
	border-bottom: 2px solid #000;
	display: none;
}

#content .post .body img {
	height: auto;
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

#content .post .body a {
	word-break: break-all;
}

#content .col-main .post .video {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
}
#content .col-main .post .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}