@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;
	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;
		margin-bottom: 60px;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents01 .contents01_01 .contents01_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 50px 0 0;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: calc((80/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 > .text01{
	}
}
.contents01 .contents01_01 .contents01_01_01 > .text01 > .text01_1{
	width: auto;
	height: auto;
	margin: 0 0 8px;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: calc((80/1000)*1em);
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 > .text01:nth-of-type(1){
	margin-top: 0;
}
/*.contents01ここまで*/