@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	padding-bottom: 68px;
}
.contents01 .contents01_01{
	width: 980px;
	height: auto;
	text-align: center;
	margin: 0 auto;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_01{
		width: 100%;
		padding: 0 5%;
	}
}
.contents01 .contents01_01 h2{
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 0.004em;
	padding: 60px 0 47px;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_01 h2 {
		font-size: 24px;
		line-height: 34px;
		padding: 35px 0;
	}
}

.contents01 .contents01_02{
	width: 980px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_02{
		width: 100%;
		padding: 0 5%;
	}
}
.contents01 .contents01_02 tr{
	border-top: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
}
.contents01 .contents01_02 tr th{
	width: 200px;
	font-size: 15px;
	line-height: 25px;
	padding: 18px 0;
	text-align: left;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_02 tr th{
		width: 100%;
		padding: 20px 0 0;
		display: block;
	}
}
.contents01 .contents01_02 tr td{
	flex: auto;
	font-size: 15px;
	line-height: 25px;
	padding: 18px 0;
	text-align: left;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_02 tr td{
		width: 100%;
		padding: 5px 0 20px;
		display: block;
	}
}