@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 622px;
	height: auto;
	padding: 0 0 80px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		padding: 0 0 70px;
	}
}
.contents01 .contents01_01 ul{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents01 .contents01_01 ul li{
	width: 100%;
	height: auto;
	padding: 0 0 20px;
	margin: 30px 0 0;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: calc((100/1000)*1em);
	border-bottom: 1px solid #C0C4CB;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents01 .contents01_01 ul li:nth-of-type(1){
	margin-top: 0;
}
.contents01 .contents01_01 ul li .text01{
	width: auto;
	height: auto;
	margin: 0 0 8px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 ul li .text01{
		margin: 0 0 3px;
	}
}
.contents01 .contents01_01 ul li .text01 > a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 13px;
	line-height: 23px;
	letter-spacing: calc((100/1000)*1em);
	color: #BCBDC1;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 ul li .text01 > a{
		font-size: 12px;
		line-height: 22px;
	}
}
.contents01 .contents01_01 ul li .text02{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
}
.contents01 .contents01_01 ul li .text02 > a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: calc((100/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 ul li .text02 > a{
		font-size: 14px;
		line-height: 25px;
	}
}
/*.contents01ここまで*/