@charset 'UTF-8';
.box-contact{
	margin-bottom: 120px;
}
.blog{
	margin-bottom: 130px;
}
.blog .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.page {
    margin-bottom: 0;
}
.blog .left {
	width: 740px;
}
.blog .left .article {
	margin-bottom: 50px;
}
.blog .left .image {
	width: 200px;
	margin-right: 30px;
}
.blog .left .date{
	margin-top: -5px;
	line-height: 1.5;
}
.blog .left .title {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.75;
	color: #000000;
	background: url("../image/icon_bottom.jpg") left bottom repeat-x;
	padding: 7px 10px 5px;
	margin-bottom: 30px;
}

.blog .left .imgleft .button{
	text-align: left;
}
.blog .left .button {
	margin-top: 28px;
	text-align: center;
}

.blog .left .page {
	text-align: center;
}

.blog .right {
	width: 200px;
	font-size: 1.2rem;
	color: #000000;
	letter-spacing: 0.025em;
}
.blog .right .title {
	color: #474747;
	margin-bottom: 15px;
	background: #EAECEE;
	line-height: 1.5;
	font-family: "游明朝","Yu Mincho", YuMincho,serif, 'メイリオ', 'Meiryo', sans-serif;
	padding: 10px 0 9px;
	font-size: 1.4rem;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.08em;
}
.blog .right a {
	font-weight: 500;
	color: #C61515;
	text-decoration: underline;
}
.blog .right a:hover{
	text-decoration: none;
}
.blog .right table {
	line-height: 2;
	margin-bottom: 35px;
}
.blog .right table caption {
	border-bottom: 1px solid #E6E6E6;
	line-height: 1.67;
	padding-bottom: 3px;
	text-align: left;
	font-size: 1.4rem;
	margin-bottom: 6px;
	color: #333;
}
.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 .right .archive {
	margin-bottom: 35px;
}
.blog .right .archive li {
	margin-bottom: 15px;
	line-height: 1.5;
}
.blog .right .archive li a{
	text-decoration: underline;
}
.blog .right .archive li a:hover{
	text-decoration: none;
}
.blog .right .archive li:last-child {
	margin-bottom: 0;
}
.blog .right .latest li {
	margin-bottom: 13px;
	line-height: 1.5;
	color: #000000;
}
.blog .right .latest li a{
	display: block;
	margin-bottom: 4px;
	text-decoration: underline;
	font-weight: normal;
}
.blog .right .latest li a:hover{
	text-decoration: none;
}
.blog .right .latest li:last-child {
	margin-bottom: 0;
}

.blog .detail {
	overflow: hidden;
}
.blog .detail .color {
	color: #EA9E18;
}
.blog .right table a {
	font-weight: 500;
}
.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;
}

.text p + p {
	margin-top: 0;
}
