@charset "UTF-8";
.accessibility {
	padding-bottom: 6rem;
	width: 1000px;
	margin: 0 auto;
}
.border-ttl {
	margin-bottom: 30px;
	padding-bottom: 8px;
	font-size: 257%;
	line-height: 1.33;
	border-bottom: solid 4px #004098;
}
section {
	margin-top: 2.5rem;
}
section h3 {
	display: inline-block;
	font-size: 1.5rem;
	border-bottom: 2px solid #d9d9d9;
	margin-bottom: 1.5rem;
	line-height: 1.5;
}
section a{
	color: #014099 !important;
}
section a:hover{
	text-decoration: underline;
}
section p, section ul, section dl {
	font-size: 16px;
	line-height: 2;
}
section ul.list01{
	margin: 20px 0 0;
}
section ul.list01 li{
	text-indent: -20px;
	padding-left: 20px;
}
section ul.list01 li span{
	color: #aaa;
	padding: 0 4px 0 0;
}
section ul.list02{
	margin: 0 0 0 20px;
}
section ul.list02 li{
	text-indent: -15px;
	padding-left: 15px;
}
section ul.note{
	font-size: 14px;
	line-height: 1.8;
	margin: 20px 0 0;
}
section ul.note li{
	text-indent: -14px;
	padding-left: 14px;
}
section dt{
	font-weight: bold;
}
.sc21-u-contactLink {
	transition-property: color;
	transition-duration: .1s;
	transition-timing-function: linear;
}
.sc21-u-contactLink svg:first-child {
	margin-right: .3125rem;
	width: 1rem;
	height: 1rem;
	vertical-align: -0.125rem;
}

@media (max-width: 780px) {
	.accessibility {
		width: 100%;
	}
	.border-ttl {
		font-size: 210%;
	}
	section h3 {
		font-size: 1.3rem;
	}
}

section h4 {
	font-size: 1.4rem;
	margin-top: 1.4rem;
	margin-bottom: 1.0rem;
	line-height: 1.4;
}
.mt1L{
	margin-top: 1.5em;
}
.f-bold{
	font-weight: bold;
}
.table{
	border-collapse: collapse;
	width: 100%;
}
.table th, .table td{
	border: 1px solid #cbcbcb;
	padding: 15px;
	font-size: 15px;
} 
.table th{
	background: #f4fbff;
	text-align: center;
}
.table th.w20{
	width: 20%;
}
.table th.w40{
	width: 40%;
}
.flex-box{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 1em;
}
@media (max-width: 780px) {
	.table th, .table td{
		padding: 10px;
	}
	.table-wrap{
		width: 100%;
		overflow: scroll;
	}
	.table{
		width: 600px;
	}
}