@charset 'UTF-8';

.section{
	max-width: 1000px;
}

.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: 740px;
}
.blog .left .article {
	margin-bottom: 40px;
}
.blog .left .article:last-child {
	margin-bottom: 0;
}
.blog .left .image {
	width: 200px;
}
.blog .left .date {
	font-size: 1.2rem;
	line-height: 1.3;
	margin-bottom: 5px;
}
.blog .left .button {
	margin-top: 22px;
}
.blog .left .button a{
	display: block;
	width: 200px;
	margin: 0 auto;
	border-radius: 25px;
	text-align: center;
	padding: 17px 0;
	color: #FFFFFF;
	font-size: 1.6rem;
	font-weight: normal;
	font-family: 'Vidaloka', serif;
	background: #006633;
	line-height: 1.0;
    letter-spacing: 0.05em;
}
.blog .left .button a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.blog .left .button.back a{
    font-family: '游ゴシック', 'Yu Gothic', YuGothic,"メイリオ", "Meiryo",ヒラギノ角ゴ Pro W3, "Hiragino Kaku Gothic Pro",sans-serif;
    text-decoration: none;
    font-weight: bold;
    padding: 22px 0;
    width: 250px;
    border-radius: 50px;
}
.blog .left .page {
	text-align: center;
}

.blog .right {
	width: 200px;
	font-size: 1.2rem;
}
.blog .right .title {
	margin-bottom: 10px;
}
.blog .right a {
	text-decoration: underline;
	font-weight: normal;
	color: #FF3333;
}
.blog .right a:hover {
	text-decoration: none;
}
.blog .right table {
	margin-bottom: 30px;
}
.blog .right table caption {
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 10px;
	text-align: left;
	font-size: 1.4rem;
}
.blog .right table th,
.blog .right table td {
	width: auto;
	border: none;
	padding: 0;
	text-align: center;
}
.blog .right table th {
	background: none;
}
.blog .right .archive {
	margin-bottom: 30px;
}
.blog .right .archive li {
	margin-bottom: 6px;
}
.blog .right .archive li:last-child {
	margin-bottom: 0;
}
.blog .right .latest {
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 15px;
}
.blog .right .latest li {
	margin-bottom: 9px;
}
.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;
}

.square a, .square span {
    padding-top: calc(100% - 0px);
    border: none;
}
.square img{
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    top: 0%;
}