/* News */
#content .col-main .post + .post {
	margin-top: 100px;
}
#content .col-main .post .title {
	display: flex;
	justify-content: space-between;
	border-bottom: 3px #000 solid;
	align-items: baseline;
	padding-bottom: 20px;
	align-items: flex-end;
}
#content .col-main .post .title .text{
	font-size: 2.2rem;
	line-height: 136.363%;
}
#content .col-main .post .title .date {
	width: 30%;
	white-space: nowrap;
	font-size: 1.6rem;
	text-align: right;
	font-weight: normal;
}
#content .col-main .post .body {
	margin-top: 28px;
	font-size: 1.6rem;
	line-height: 175%;
}
#content .col-main .post .body a {
	color: #a90101;
	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%;
}
