@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 1120px;
	height: auto;
	padding: 30px 0 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		padding: 30px 0 0;
	}
}
.contents01 .contents01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 30px;
	font-size: 14px;
	line-height: 24px;
	color: #675729;
	letter-spacing: calc((140/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 > .text01{
		margin: 0 0 8px;
	}
}
.contents01 .contents01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0 0 60px;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: calc((80/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 > .text02{
		margin: 0 0 14px;
		font-size: 24px;
		line-height: 34px;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 900px;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01{
		width: 100%;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
	width: 100%;
	height: auto;
	padding: 0 0 15px;
	margin: 0 auto 30px;
	border-bottom: 1px solid #D1D1D1;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 auto 30px;
	font-size: 16px;
	line-height: 26px;
	color: #575757;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0 auto 5px;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: calc((140/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 > .text02{
		width: auto;
		height: auto;
		margin: 0 auto 5px;
		font-size: 18px;
		line-height: 28PXpx;
		letter-spacing: calc((140/1000)*1em);
		display: block;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02{
	width: 100%;
	height: auto;
	margin: 35px 0 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02{
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_03{
	width: auto;
	height: auto;
	margin: 56px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_03{
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_03 > .link01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	color: #255205;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_03 > .link01::after{
	content: '';
	width: 20px;
	height: 7px;
	margin: 0 0 0 20px;
	background-image: url(../img/single_news/item01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	flex-shrink: 0;
}
/*.contents01ここまで*/