@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 150px;
	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-bottom: 0;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.contents01 .contents01_01 .contents01_01_01 ul{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 ul{
		border-bottom: 1px solid #D1C7B6;
	}
}
.contents01 .contents01_01 .contents01_01_01 ul li{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 25px 0;
	border-bottom: 1px solid #D1C7B6;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 ul li{
		gap: 25px;
		padding: 14px 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 ul li:nth-of-type(1){
	padding-top: 0;
}
.contents01 .contents01_01 .contents01_01_01 ul li .cms_img{
	width: 210px;
	height: 164px;
	margin: 0 40px 0 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 ul li .cms_img{
		width: 120px;
		height: 94px;
		flex-shrink: 0;
		display: block;
		position: relative;
		overflow: hidden;
		margin: 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 ul li .cms_img .img{
	width: 100%;
	height: 100%;
	margin: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 ul li .cms_img .img{
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
}
.contents01 .contents01_01 .contents01_01_01 ul li .cms_img .no_img{
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: #F8F8F8;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 ul li .cms_img .no_img{
		height: 100%;
	}
}
.contents01 .contents01_01 .contents01_01_01 ul li .cms_img .no_img::before{
	content: '';
	width: 50%;
	height: 50%;
	margin: 0;
	background-image: url(../img/common/logo01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 ul li .right{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	flex-grow: 1;
}
.contents01 .contents01_01 .contents01_01_01 ul li .right > p{
	width: auto;
	height: auto;
	margin: 0 0 3px;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 ul li .right > p > a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: calc((0/1000)*1em);
	color: #8C744B;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 ul li .right > p > a{
		font-size: 14px;
		line-height: 17px;
	}
}
.contents01 .contents01_01 .contents01_01_01 ul li .right > h2{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 ul li .right > h2 > a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 20px;
	line-height: 36px;
	letter-spacing: calc((20/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 ul li .right > h2 > a{
		font-size: 14px;
		line-height: 22px;
		margin-top: 5px;
	}
}
.contents01 .contents01_01 .contents01_01_02{
	width: 100%;
	height: auto;
	margin: 50px 0 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
/*.contents01ここまで*/