@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: 500px;
}
.blog-list .article {
	margin-bottom: 60px;
}
.blog-list .subtitle.-blog {
	margin-bottom: 30px;
}
.blog-list .image {
	width: 170px;
	margin-right: 30px;
}
.blog-list .square a {
	border: 1px solid #DCE1E2;
}
.blog-list .date {
	margin-bottom: 4px;
	margin-top: -8px;
}
.blog-list .button {
	width: 300px;
	margin: 40px auto 0;
}
.blog-list .button a {
	display: block;
	border-radius: 25px;
	background: #B1E06C;
	padding: 14px 0 12px;
	color: #314415;
	font-size: 1.6rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho,
		"ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",
		"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.5;
}
.blog-list .button a:hover {
	opacity: 0.8;
}

.blog-list .page {
	text-align: center;
	margin: -10px auto 0;
}

.blog .right {
	width: 205px;
	font-size: 1.2rem;
	font-weight: normal;
}
.blog .right .title {
	margin-bottom: 13px;
	color: #333219;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: center;
	line-height: 1.29;
	padding: 0px 10px 5px;
	background: url("../image/bg04.png") left bottom repeat-x;
}
.blog .right table a {
	font-weight: normal;
	color: #666666;
}
.blog .right a:hover{
	text-decoration: none;
}
.blog .right a {
	font-weight: normal;
	text-decoration: underline;
	color: #666666;
}

.blog .right table {
	margin-bottom: 35px;
	line-height: 1.8;
	color: #222A33;
}

.blog .right table caption {
	font-weight: normal;
	border-bottom: 1px solid #D3D1CB;
	margin-bottom: 15px;
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.67;
	color: #222A33;
	padding: 0px 0 4px;
}
.blog .right table th,
.blog .right table td {
	width: auto;
	border: none;
	padding: 0;
	background: none;
	text-align: center;
	color: #222A33;
}
.blog .right table th {
	background: none;
	font-weight: normal;
}
.blog .right .archive {
	margin-bottom: 35px;
	margin-top: 13px;
}
.blog .right .archive li {
	margin: 0 0 8px;
}
.blog .right .archive li:last-child {
	margin-bottom: 0;
}
.blog .right .latest {
	margin-top: 15px;
}
.blog .right .latest a {
	color: #666666;
	font-size: 1.2rem;
	margin-bottom: 3px;
}
.blog .right .latest li {
	margin-bottom: 10px;
	color: #222A33;
	line-height: 1.8;
}
.blog .right .latest li:last-child {
	margin-bottom: 0;
}


.blog-detail .date {
	margin-bottom: 5px;
}
.blog-detail .button {
	margin-top: 50px;
	text-align: left;
	line-height: 1.2;
}
.blog-detail .button a {
	background: url("../image/icon_back.png") left center no-repeat;
	padding-left: 20px;
	font-weight: lighter;
	font-size: 1.2rem;
	text-align: left;
	text-decoration: none;
}
.blog-detail .button a:hover {
	opacity: 0.8;
}

