@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 table{
	width: 100%;
	height: auto;
	margin: 0 0 45px;
	table-layout: fixed;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 table{
		margin: 0 0 18px;
	}
}
.contents01 .contents01_01 table tr{
}
.contents01 .contents01_01 table tr th{
	width: 120px;
	height: auto;
	padding: 20px 0;
	border-bottom: 1px solid #E6E6E6;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: calc((100/1000)*1em);
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 table tr th{
		width: 109px;
		font-size: 14px;
		line-height: 23px;
	}
}
.contents01 .contents01_01 table tr td{
	width: auto;
	height: auto;
	padding: 20px 0;
	border-bottom: 1px solid #E6E6E6;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: calc((80/1000)*1em);
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 table tr td{
		font-size: 14px;
		line-height: 23px;
	}
}
.contents01 .contents01_01 table tr:nth-of-type(1) th,
.contents01 .contents01_01 table tr:nth-of-type(1) td{
	padding-top: 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 table tr:last-of-type th,
	.contents01 .contents01_01 table tr:last-of-type td{
		padding-bottom: 0;
		border-bottom: 0;
	}
}
.contents01 .contents01_01 table tr td span{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: calc((80/1000)*1em);
	padding: 0 0 0 3em;
	text-indent: -3em;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 table tr td span{
		font-size: 14px;
		line-height: 23px;
	}
}
.contents01 .contents01_01 table tr td a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: calc((80/1000)*1em);
	display: inline-block;
	pointer-events: none;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 table tr td a{
		font-size: 14px;
		line-height: 23px;
		pointer-events: auto;
	}
}
.contents01 .contents01_01 .iframe{
	width: 100%;
	height: auto;
	aspect-ratio: 622/344;
	margin: 0;
	display: block;
	position: relative;
}
/*.contents01ここまで*/