@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01{
	}
}
.contents01 .contents01_01{
	width: 1040px;
	height: auto;
	padding: 50px 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: 45px 0;
	}
}
.contents01 .contents01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 22px;
	font-size: 32px;
	line-height: 42px;
	letter-spacing: calc((80/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 > .text01{
		margin: 0 0 25px;
		font-size: 23px;
		line-height: 33px;
	}
}

.contents01 .contents01_01 .contents01_01_00{
	width: auto;
	height: auto;
	margin: 0 0 33px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_00{
		width: 100%;
		margin: 0 0 30px;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
}
.contents01 .contents01_01 .contents01_01_00 .icon{
	width: 72px;
	height: auto;
	padding: 0 0 5px;
	margin: 0;
	font-size: 13px;
	line-height: 23px;
	letter-spacing: calc((80/1000)*1em);
	color: #D3D3D3;
	border-bottom: 2px solid #D3D3D3;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_00 .icon{
		width: calc(100% / 4);
		padding: 0 0 7px;
		margin: 10px 0 0;
		font-size: 12px;
		line-height: 22px;
		letter-spacing: calc((50/1000)*1em);
	}
	.contents01 .contents01_01 .contents01_01_00 .icon:nth-of-type(-n+4){
		margin-top: 0;
	}
}
.contents01 .contents01_01 .contents01_01_00 .icon.active{
	color: #F53D1C;
	border-bottom: 2px solid #F53D1C;
}
.contents01 .contents01_01 .contents01_01_00 .icon:first-of-type{
	margin-left: 0;
}
.contents01 .contents01_01 .contents01_01_00 .icon:last-of-type{
	margin-right: 0;
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	flex-grow: 1;
}
/*.contents01ここまで*/