@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01{
	}
}
.contents01 .contents01_01{
	width: 100%;
	height: auto;
	padding: 0 0 55px;
	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: 0 0 60px;
	}
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .cat01{
		width: 100%;
		height: 61px;
		margin: 0 0 40px;
		font-size: 15px;
		lighting-color: 26px;
		color: #ffffff;
		background-color: #000000;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}
	.contents01 .contents01_01 .cat01::before{
		content: '';
		margin: 0 13px 0 0;
		background-image: url(../img/common/aside_inc/item01.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		display: block;
		flex-shrink: 0;
		width: 21px;
		height: 24px;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	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_01{
		gap: 40px 16px;
	}
}
.contents01 .contents01_01 .contents01_01_01 > .item01{
	width: calc((100% - 36px * 3) / 4);
	height: auto;
	padding: 0 0 40px;
	margin: 50px 36px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 > .item01{
		width: calc((100% - 16px * 1) / 2);
		margin: 0;
		padding: 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 > .item01:nth-of-type(-n+4){
	margin-top: 0;
}
.contents01 .contents01_01 .contents01_01_01 > .item01:nth-of-type(4n){
	margin-right: 0;
}
.contents01 .contents01_01 .contents01_01_01 > .item01 > .img01{
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	margin: 0 0 6px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 > .item01 > .img02{
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	margin: 0 0 6px;
	background-color: #E8E8E8;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.contents01 .contents01_01 .contents01_01_01 > .item01 > .img02::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 > .item01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 6px;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 > .item01 > .text01 > a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 13px;
	line-height: 23px;
	color: #A0A0A0;
	letter-spacing: calc((30/1000)*1em);
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 > .item01 > .text02{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 > .item01 > .text02 > a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 23px;
	letter-spacing: calc((50/1000)*1em);
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 > .item01 > .text03{
	width: auto;
	height: auto;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: calc((30/1000)*1em);
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 > .item01 > .text03{
		position: initial;
		margin: initial;
		font-size: 13px;
		line-height: 23px;
		width: 100%;
		text-align: end;
	}
}
.contents01 .contents01_01 .contents01_01_01 > .item01 > .text03 > span{
	width: auto;
	height: auto;
	margin: 0 8px;
	font-size: 28px;
	line-height: 38px;
	color: #DE0011;
	letter-spacing: calc((30/1000)*1em);
	display: inline;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 > .item01 > .text03 > span{
		margin: 0 4px;
		font-size: 23px;
		line-height: 27px;
	}
}
/*.contents01ここまで*/