@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 1080px;
	height: auto;
	padding: 60px 0 70px;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		padding: 40px 0 50px;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	box-sizing: border-box;
	width: 643px;
	height: auto;
	padding: 25px;
	margin: 0 auto 60px;
	background-color: #E6ECF4;
	border-radius: 8px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01{
		width: 100%;
		padding: 20px;
		margin: 0 auto 40px;
	}
}

.contents01 .contents01_01 .contents01_01_01 .text05{
	width: 100%;
	height: auto;
	margin: 0 auto 18px;
	font-size: 15px;
	line-height: 25px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .text05{
		font-size: 14px;
		line-height: 24px;
	}
}
.contents01 .contents01_01 .contents01_01_01 table{
	width: 100%;
	height: auto;
	margin: 0 auto;
	table-layout: fixed;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 table{
		max-width: 450px;
	}
}
.contents01 .contents01_01 .contents01_01_01 table tr th{
	width: 95px;
	height: auto;
	padding: 5px 0;
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 table tr th{
		width: 100%;
		padding: 14px 0 0;
		font-size: 14px;
		line-height: 22px;
		display: block;
	}
}
.contents01 .contents01_01 .contents01_01_01 table tr td{
	width: auto;
	height: auto;
	padding: 5px 0;
	margin: 0;
	font-size: 15px;
	line-height: 25px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 table tr td{
		width: 100%;
		padding: 4px 0 0;
		font-size: 14px;
		line-height: 22px;
		display: block;
	}
}
.contents01 .contents01_01 .contents01_01_01 table tr td span{
	width: auto;
	height: auto;
	font-size: 14px;
	line-height: 22px;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 table tr:first-of-type th,
.contents01 .contents01_01 .contents01_01_01 table tr:first-of-type td{
	padding-top: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 table tr:first-of-type td{
		padding-top: 4px;
	}
}
.contents01 .contents01_01 .contents01_01_01 table tr:last-of-type th,
.contents01 .contents01_01 .contents01_01_01 table tr:last-of-type td{
	padding-bottom: 0;
}
/*.contents01ここまで*/