@charset 'UTF-8';
#wrap{
	color: #EBEAE6;
}
.section{
	max-width: 1080px;
}
.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: 800px;
}
.blog .left .article {
	margin-bottom: 40px;
}
.blog .left .article:last-child {
	margin-bottom: 0;
}
.blog .left .image {
	width: 150px;
	margin-right: 20px;
}
.blog .left .title {
	border-top: 1px solid #60524C;
	border-bottom: 1px solid #60524C;
	padding: 10px 10px 9px;
	margin-bottom: 20px;
	line-height: 1.2;
	color: #F2F0E8;
	font-size: 1.6rem;
	font-weight: normal;
}
.blog .left .date {
	margin-bottom: 4px;
	line-height: 1.2;
	font-size: 1.2rem;
}
.blog .left .button {
	max-width: 96px;
    width: 100%;
    margin: 20px 0 0 auto;
    text-align: right;
    line-height: 1.2;
}
.blog .left .button a{
	    position: relative;
    display: block;
    font-size: 1.6rem;
    color: #AD5B3A;
    letter-spacing: 0.2em;
}
.blog .left .button a::before{
	content: '';
    position: absolute;
    width: 33px;
    height: 6px;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    transition: .3s;
    background: url('../image/icon_arrow.svg') center no-repeat;
}
.blog .left .button a:hover{
	text-decoration: none;
}
.blog .left .button a:hover::before{
	transform: translate(3px, -50%);
}
.blog .left .page {
	text-align: center;
}

.blog .right {
	width: 150px;
	font-size: 1.2rem;
}
.blog .right .title {
	margin-bottom: 15px;
	font-size: 1.2rem;
	letter-spacing: 0.2em;
	text-align: center;
	font-weight: 900;
	font-family: 'Overlock', cursive;
	line-height: 40px;
	background: #403632;
}
.blog .right a {
	text-decoration: underline;
	font-weight: normal;
	font-family: 'Sawarabi Mincho', sans-serif;
}
.blog .right a:hover {
	text-decoration: none;
}
.blog .right table {
	margin-bottom: 25px;
	line-height: 1.75;
}
.blog .right table caption {
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.2;
	font-size: 1.3rem;
}
.blog .right table th,
.blog .right table td {
	width: auto;
	border: none;
	padding: 0;
	text-align: center;
}
.blog .right table th,
.section table td{
	background: none;
}
.blog .right .archive {
	margin-bottom: 30px;
	line-height: 1.2;
}
.blog .right .archive li {
	margin-bottom: 11px;
}
.blog .right .archive li:last-child {
	margin-bottom: 0;
}
.blog .right .archive li a{
	display: block;
	background: url('../image/icon01.png') left 10px center no-repeat;
	padding-left: 28px;
}
.blog .right .latest {
	line-height: 1.4166;
}
.blog .right .latest li {
	margin-bottom: 10px;
	padding-left: 22px;
	background: url('../image/icon02.png') left 7px top 6px no-repeat;
}
.blog .right .latest li a{
	display: block;
	margin-bottom: 5px;
}
.blog .right .latest li:last-child {
	margin-bottom: 0;
}

.blog .detail {
	overflow: hidden;
}
.blog .detail .color {
	color: #EA9E18;
}
.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;
}

