@charset "utf-8";
/*contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 1180px;
	height: auto;
	padding: 80px 0 70px;
	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: 40px 0 25px;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: auto;
	height: auto;
	margin: 0 0 40px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01{
		margin: 0 0 30px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .text01{
	width: auto;
	height: auto;
	margin: 0 0 7px;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: calc((110/1000)*1em);
	color: #C94032;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .text01{
		font-size: 13px;
		line-height: 23px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 28px;
	line-height: 38px;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .text02{
		font-size: 23px;
		line-height: 33px;
	}
}
.contents01 .contents01_01 .contents01_01_02{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_02{
		align-items: center;
		flex-wrap: nowrap;
		flex-direction: column;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01{
	width: calc((100% - (25px * 2)) / 3);
	height: auto;
	margin: 25px 25px 0 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01{
		width: 100%;
		margin: 15px 0 0;
	}
}
@media only screen and (min-width: 768px){
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01:nth-of-type(-n+3){
		margin-top: 0;
	}
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01:nth-of-type(3n){
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01:nth-of-type(1){
		margin-top: 0;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 a{
	width: 100%;
	height: 100%;
	padding: 20px;
	margin: 0;
	background-color: #FFFFFF;
	border-radius: 8px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	box-shadow: 1px 3px 3px rgba(0, 0, 0, .16);
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 a{
		padding: 20px 19px;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 a img{
	width: 100%;
	height: auto;
	margin: 0 0 12px;
	display: block;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 a .img{
	width: 100%;
	height: auto;
	aspect-ratio: 710/439;
	margin: 0 0 12px;
	background-color: #EFECEC;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 a .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_02 .contents01_01_02_01 a .text01{
	width: auto;
	height: auto;
	padding: 1px 11px;
	margin: 0 0 13px;
	border: 1px solid #262626;
	border-radius: 2px;
	font-size: 12px;
	line-height: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 a .text01{
		margin: 0 0 8px;
		padding: 0 4px;
		border-radius: 2px;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 a .contents01_01_02_01_01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 a .contents01_01_02_01_01 h4{
	width: auto;
	height: auto;
	margin: 0 0 23px;
	font-size: 20px;
	line-height: 30px;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 a .contents01_01_02_01_01 h4{
		margin: 0 0 8px;
		font-size: 17px;
		line-height: 27px;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 a .contents01_01_02_01_01 .list01{
	width: 100%;
	height: auto;
	margin: 0 0 12px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 a .contents01_01_02_01_01 .list01{
		margin: 0 0 10px;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 a .contents01_01_02_01_01 .list01 li{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 a .contents01_01_02_01_01 .list01 li:nth-of-type(1),
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 a .contents01_01_02_01_01 .list01 li:nth-of-type(2){
	width: 50%;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 a .contents01_01_02_01_01 .list01 li:nth-of-type(1){
	padding: 0 5px 0 0;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 a .contents01_01_02_01_01 .list01 li:nth-of-type(3){
	margin: 12px 0 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 a .contents01_01_02_01_01 .list01 li:nth-of-type(3){
		margin: 5px 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 a .contents01_01_02_01_01 .list01 li .text02{
	width: 43px;
	height: 28px;
	margin: 0 7px 0 0;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: calc((200/1000)*1em);
	color: #ffffff;
	background-color: #410F3D;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 a .contents01_01_02_01_01 .list01 li .text02{
		width: 38px;
		height: 22px;
		margin: 0 5px 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 a .contents01_01_02_01_01 .list01 li .text03{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 a .contents01_01_02_01_01 .list01 li .text03{
		font-size: 13px;
		line-height: 23px;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 a .contents01_01_02_01_01 .list02{
	width: 100%;
	height: auto;
	margin: 0 0 5px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 a .contents01_01_02_01_01 .list02 li{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 a .contents01_01_02_01_01 .list02.now li .text04{
	width: 82px;
	height: 25px;
	margin: 0 9px 0 0;
	font-size: 13px;
	line-height: 23px;
	color: #ffffff;
	background-color: #E04639;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 a .contents01_01_02_01_01 .list02.now li .text04{
		width: auto;
		padding: 0 4px;
		margin: 0 5px 0 0;
		font-size: 12px;
		line-height: 22px;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 a .contents01_01_02_01_01 .list02.now li .text05{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 13px;
	line-height: 23px;
	display: block;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 a .contents01_01_02_01_01 .list02.end li .text04{
	width: 100%;
	height: 27px;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	background-color: #707071;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 a .contents01_01_02_01_01 .list02.end li .text04{
		padding: 0 4px;
		margin: 0 5px 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 a .contents01_01_02_01_01 .text06{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	display: block;
}
/*contents01ここまで*/