@charset 'UTF-8';

.blog .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.blog .left {
	width: 720px;
}
.blog .left .article:not(.detail) {
	margin-bottom: 60px;
}
.blog .left .image {
	width: 180px;
	margin-right: 30px;
}
.blog .left .date{
	margin-top: -5px;
	margin-bottom: 6px;
	color: #CA021C;
	font-weight: bold;
	line-height: 1.86;
	font-size: 1.4rem;
}
.blog .right {
	width: 220px;
	font-size: 1.4rem;
	letter-spacing: 0.025em;
}
.blog .right .title {
	color: #CA021C;
	margin-bottom: 15px;
	line-height: 1.5;
	padding: 7px 0 7px;
	font-size: 1.4rem;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #211E1E;
}
.blog .right td a {
	font-weight: bold;
	color: #CA021C;
}

.blog .right table {
	line-height: 2;
	margin-bottom: 30px;
}
.blog .right table caption {
	border-bottom: 1px solid #DEDFE0;
	line-height: 1.67;
	padding:4px 0 2px;
	text-align: left;
	font-size: 1.4rem;
	margin-bottom: 6px;
}
.blog .right table th,
.blog .right table td {
	width: auto;
	border: none;
	padding: 0;
	text-align: center;
	background: none;
	line-height: 1.8;
}
.blog .right table th {
	color: #211E1E;
	font-weight: normal;
}
.blog .right .archive {
	margin-bottom: 30px;
}
.blog .right .archive li {
	padding: 5px 0;
	line-height: 1.5;
}

.blog .right .archive li:last-child {
	margin-bottom: 0;
}
.blog .right .latest li {
	margin-bottom: 13px;
	line-height: 1.5;
}
.blog .right .latest li a{
	display: block;
	margin-bottom: 4px;
}
.blog .right .latest li:last-child {
	margin-bottom: 0;
}
.text p + p {
	margin-top: 0;
}