@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	padding-bottom: 39px;
}
@media only screen and (max-width: 767px) {
	.contents01{
		padding-bottom: 37px;
	}
}
.contents01 .contents01_01{
	width: 1100px;
	height: auto;
	margin: 36px auto 0;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		margin: 40px auto 0;
		text-align: center;
		padding-bottom: 0;
	}
}
.contents01 .contents01_01 h2{
	font-size: 28px;
	line-height: 38px;
	font-weight: 400;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 h2{
		font-size: 25px;
		line-height: 35px;
	}
}
.contents01 .contents01_01 h2 span{
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.1em;
	color: #A28C67;
	display: block;
}

/*.contents02ここから*/
.contents02{
	width: 100%;
	height: auto;
}
.contents02 .contents02_01{
	width: 620px;
	height: auto;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01{
		width: 90%;
		height: auto;
		margin: 0 auto;
	}
}
.contents02 .contents02_01 .date{
	font-size: 14px;
	line-height: 24px;
}
.contents02 .contents02_01 ul.cat_area{
	width: 100%;
	height: auto;
	margin: 10px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.contents02 .contents02_01 ul.cat_area li{
	width: auto;
	height: auto;
	margin-right: 6.5px;
}
.contents02 .contents02_01 ul.cat_area li a{
	padding: 0 13px;
	font-size: 12px;
	line-height: 24px;
	background-color: #D04747;
	color: #fff;
	display: block;
}
.contents02 .contents02_01 ul.cat_area li a.cat_topics{
	background-color: #D04747;
}
.contents02 .contents02_01 ul.cat_area li a.cat_news{
	background-color: #707070;
}
.contents02 .contents02_01 ul.cat_area li a.cat_blog{
	background-color: #A18C67;
}

.contents02 .contents02_01 .main_title{
	font-size: 20px;
	line-height: 30px;
	margin-top: 15px;
	text-decoration: underline;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .main_title{
		font-size: 18px;
		line-height: 28px;
		margin-top: 10px;
	}
}
.contents02 .contents02_01 .main_text{
	font-size: 16px;
	line-height: 26px;
	margin-top: 40px;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .main_text{
		font-size: 16px;
		line-height: 24px;
		margin-top: 30px;
	}
}
.contents02 .contents02_01 .thumbnail{
	width: auto;
	height: auto;
	display: block;
	margin-top: 40px;
}
.contents02 .contents02_01 .thumbnail img{
	height: auto;
	max-width: 100%;
}
.contents02 .contents02_01 .main_text h2{
	font-size: 24px;
	line-height: 34px;
}
.contents02 .contents02_01 .main_text h3{
	font-size: 20px;
	line-height: 30px;
}
.contents02 .contents02_01 .main_text h4{
	font-size: 18px;
	line-height: 28px;
}
.contents02 .contents02_01 .main_text h5{
	font-size: 14px;
	line-height: 24px;
}
.contents02 .contents02_01 .main_text h6{
	font-size: 12px;
	line-height: 22px;
}
.contents02 .contents02_01 .main_text p{
	font-size: 16px;
	line-height: 26px;
}



/*singlepaginationここから*/
.s-pagenavi{
	width: 437px;
	height: auto;
	margin: 120px auto 40px;
	display: flex;
	justify-content: space-between;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.s-pagenavi{
		width: 90%;
		border-top: 1px solid #545454;
		border-bottom: 1px solid #545454;
		padding: 27px 0;
		margin: 55px auto 0;
	}
}
.s-pagenavi .s-pagenavi_01,
.s-pagenavi .s-pagenavi_03{
	width: 25%;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.s-pagenavi .s-pagenavi_01,
	.s-pagenavi .s-pagenavi_03{
		width: 30%;
	}
}
.s-pagenavi .s-pagenavi_02{
	width: 50%;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.s-pagenavi .s-pagenavi_02{
		width: 40%;
	}
}
.s-pagenavi .s-pagenavi_01{
	text-align: left;
}
.s-pagenavi .s-pagenavi_02{
	text-align: center;
}
.s-pagenavi .s-pagenavi_03{
	text-align: right;
}
.s-pagenavi .s-pagenavi_01 a,
.s-pagenavi .s-pagenavi_02 a,
.s-pagenavi .s-pagenavi_03 a{
	box-sizing: border-box;
	width: auto;
	height: 37px;
	display: inline-block;
	/*padding: 0 26px;*/
	margin: 0;
	font-size: 15px;
	line-height: 37px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.s-pagenavi .s-pagenavi_01 a,
	.s-pagenavi .s-pagenavi_02 a,
	.s-pagenavi .s-pagenavi_03 a{
		padding: 0;
	}
	.s-pagenavi .s-pagenavi_01 a{
		margin-left: 10px;
	}
	.s-pagenavi .s-pagenavi_03 a{
		margin-right: 10px;
	}

}
/*singlepaginationここまで*/