@charset "utf-8";
header{
	background-color: #ffffff;
}
main{
	padding-top: 90px;
}
@media only screen and (max-width: 767px){
	main{
		padding-top: 70px;
	}
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 980px;
	height: auto;
	padding: 0 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		padding: 0 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01{
	}
}
.contents01 .contents01_01 .contents01_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	color: #8C744B;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 26px;
	line-height: 44px;
	letter-spacing: calc((20/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 > .text02{
		font-size: 18px;
		line-height: 32px;
	}
}
.contents01 .contents01_01 .contents01_01_02{
	width: 100%;
	height: auto;
	margin: 51px 0 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02{
		margin: 38px 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_03{
	width: auto;
	height: auto;
	margin: 50px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_03{
		width: 100%;
		justify-content: space-between;
	}
}
.contents01 .contents01_01 .contents01_01_03 .contents01_01_03_01,
.contents01 .contents01_01 .contents01_01_03 .contents01_01_03_03{
	width: 15px;
	height: auto;
	margin: 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_03 .contents01_01_03_01,
	.contents01 .contents01_01 .contents01_01_03 .contents01_01_03_03{
		width: 70px;
	}
}
.contents01 .contents01_01 .contents01_01_03 .contents01_01_03_02{
	width: 70px;
	height: auto;
	margin: 0 70px;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_03 .contents01_01_03_02{
		width: 120px;
		margin: 0;
	}
}
.contents01 .contents01_01 .contents01_01_03 .contents01_01_03_01 a,
.contents01 .contents01_01 .contents01_01_03 .contents01_01_03_02 a,
.contents01 .contents01_01 .contents01_01_03 .contents01_01_03_03 a{
	width: 100%;
	height: auto;
	margin: 0;
	font-size: 17px;
	line-height: 27px;
	letter-spacing: calc((40/1000)*1em);
	display: flex;
	justify-content: center;
	align-items: center;
}
/*.contents01ここまで*/