@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;
}
.page section {
	margin-top: 2.5rem;
}
.page section h3 {
	display: inline-block;
	font-size: 1.5rem;
	border-bottom: 2px solid #d9d9d9;
	margin-bottom: 1.5rem;
	line-height: 1.5;
}
.page section h4 {
	font-size: 1.3rem;
	margin: 1.5rem 0;
}
.page section p, .page section ul, .page section dl {
	font-size: 16px;
	line-height: 2;
}
.page section img{
	max-width: 100%;
}
.page section a{
	color: #0070cf;
	text-decoration: underline;
}
.page section ul.note{
	font-size: 14px;
	line-height: 1.8;
	margin: 20px 0 0;
	color: #999;
}
.page section ul.note li{
	text-indent: -14px;
	padding-left: 14px;
}
.col2-box{
	display: flex;
	flex-wrap: wrap;
	gap: 0 30px;
	align-items: start;
}
.col2-inner{
	width: calc(50% - 15px);
}
.list-1em > li{
	/* カッコつき数字リスト等全角3文字分 */
	text-indent: -1.2em;
	padding-left: 1.2em;
}
.list-1em span{
	display: inline-block;
	width: 1.2em;
	transform: translateX(1.2em);
}
.mt0{
	margin-top: 0!important;
}
.mT1line{
	margin-top: 30px;
}
.taC{
	text-align: center;
}

@media (max-width: 780px) {
	.accessibility {
		width: 100%;
	}
	.border-ttl {
		font-size: 210%;
	}
	.page section h3 {
		font-size: 1.3rem;
	}
	.col2-box{
		display: flex;
		gap: 30px 0;
	}
	.col2-inner{
		width: 100%;
	}
}