@charset "utf-8";
.contents01 .contents01_01{
	width: 1180px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding-bottom: 100px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01{
		width: 90%;
		max-width: 375px;
		padding-bottom: 60px;
	}
	.contents01 #etc{
		padding-bottom: 100px;
	}
}
.contents01 .contents01_01 ul{
	width: 100%;
	height: auto;
	padding: 0 20px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.contents01 .contents01_01 ul li{
	width: 100%;
	height: auto;
	display: block;
	margin-top: 30px;
}
.contents01 .contents01_01 ul li a{
	width: auto;
	height: auto;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.06em;
	color: #214486;
	text-decoration: underline;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 ul li a{
		font-size: 15px;
		line-height: 25px;
		align-items: flex-start;
	}
}
.contents01 .contents01_01 ul li a img{
	width: 25px;
	height: auto;
	display: block;
	margin-right: 20px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 ul li a img{
		width: 20px;
		margin-right: 10px;
		margin-top: 5px;
	}
}








