@charset 'UTF-8';
.blog{
	margin-bottom: 0;
}
.square img {
    padding: 2px;
}
.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: 670px;
}
.blog .left .article {
	margin-bottom: 20px;
	background: #F7F3D0;
	border: 1px solid #F7F3D0;
	padding: 38px 30px 23px 38px;
}
.blog .left .box{
	margin-bottom: 8px;
}
.blog .left .article:last-child {
	margin-bottom: 0;
}
.blog .right .image {
	width: 120px;
}
.square a, .square span{
	border: 1px solid #EAE27F;
}
.blog .left .title{
	margin-bottom: 12px;
}
.blog .left .title a{
	line-height: 1.2;
	font-size: 2.0rem;
	color: #0D56CC;
	font-weight: bold;
}
.blog .left .date {
	margin-top: 10px;
	font-size: 1.4rem;
	color: #AF9F3F;
}
.blog .left .button {
	margin-top: 25px;
}
.blog .left .page {
	text-align: center;
	margin-top: 30px;
}
.blog .right {
	width: 180px;
}
.blog .right .title {
	font-size: 1.2rem;
	line-height: 1.85;
	text-align: center;
	border-radius: 11px;
	background: #E2D571;
	margin-bottom: 25px;
}
.blog .right a {
	font-weight: bold;
	color: #0D56CC;
}
.blog .right table {
	margin-bottom: 30px;
	font-size: 1.059rem;
}
.blog .right table caption {
	border-bottom: 1px solid #333333;
	margin-bottom: 10px;
	text-align: left;
	padding-bottom: 7px;
	line-height: 1.4291;
	font-size: 1.235rem;
}
.blog .right table th,
.blog .right table td {
	width: auto;
	border: none;
	padding: 0;
	text-align: center;
	background: none;
}
.blog .right table th {
	background: none;
}
.blog .news{
	font-size: 1.2rem;
}
.blog .news li{
	margin-bottom: 7px;
}
.blog .right .archive {
	margin-bottom: 32px;
}
.blog .right .archive li a{
	font-size: 1.2rem;
	letter-spacing: 0.025em;
}
.blog .right .archive li {
	line-height: 1.2;
	margin-bottom: 14px;
}
.blog .right .archive li:last-child {
	margin-bottom: 0;
}
/* .blog .right .latest {
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 20px;
} */
.blog .right .latest li {
	margin-bottom: 10px;
    line-height: 1.6;
}
.blog .right .latest li a{
	font-size: 1.2rem;
}
.blog .right .latest li:last-child {
	margin-bottom: 0;
}
.blog .detail {
	overflow: hidden;
}
.blog .detail.article {
	margin-bottom:0;
	background: none;
	border: none;
	padding: 0;
}
.blog .detail .date {
    margin-bottom: 15px;
}
.blog .detail a {
	outline: none;
	text-decoration: underline;
	color: #C61515;
}
.blog .detail a:hover {
	text-decoration: none;
}
.blog .detail .img {
	width: 300px;
	margin: 0 auto;
}
.blog .detail .button {
	margin-top: 50px;
}

