@charset 'UTF-8';

.nopost {
	text-align: left;
}

.headding{
	font-size: 3rem;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic, "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	line-height: 1;
	margin-bottom: 40px;
	text-align: center;
}
.blog .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 1000px;
	margin:  0 auto;
}

.blog .left {
	width: 74%;
}
.blog .left .article {
	margin-bottom: 60px;
}
.blog .left .article:last-child {
	margin-bottom: 0;
}
.blog .left .image {
	width: 200px;
}
.blog .left .title {
	margin-bottom: 10px;
	line-height: 1.2;
	font-size: 1.6rem;
}
.blog .left .date {
	margin-bottom: 5px;
	font-size: 1.2rem;
}
.blog .left .text {
	line-height: 1.71;
}
.blog .left .button {
	margin-top: 25px;
}
.blog .left .page {
	text-align: center;
}

.blog .right {
	width: 20%;
	font-size: 1.2rem;
}
.blog .right .title {
	margin-bottom: 10px;
}
.blog .right a {
	text-decoration: underline;
	font-weight: normal;
	/* color: #C61515; */
}
.blog .right a:hover {
	text-decoration: none;
}
.blog .right table {
	margin-bottom: 37px;
}
.blog .right table tr {
	font-size: 1.2rem;
	line-height: 1.8;
}
.blog .right table caption {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 5px;
    margin-bottom: 5px;
	text-align: left;
	font-size: 1.4rem;
}
.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: 37px;
}
.blog .right .archive li {
	margin-bottom: 5px;
}
.blog .right .archive li:last-child {
	margin-bottom: 0;
}
.blog .right .news li {
	margin-bottom: 10px;
}
.blog .right .latest {
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 20px;
}
.blog .right .latest li {
	margin-bottom: 10px;
}
.blog .right .latest li:last-child {
	margin-bottom: 0;
}

.blog .detail .text {
	overflow: hidden;
}
.blog .detail .color {
	color: #ea9e18;
	font-weight:  bold;
}
.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;
}

.button {
	text-align: left;
}