@charset "UTF-8";



/* 0. Common */




/* 1. Information List */




/* 2. Information Article Elements */

main > p.c-header__heading{
	font-size:260%;
	background:#f5f5f6;
	padding:48px calc((100% - 950px)/2);
	font-weight:700;
}
@media (max-width:1030px){
	main > p.c-header__heading{
		padding:48px 30px;
	}
}
main > p.c-header__heading:has(+ p.lead){
	padding-bottom:24px;
}

main > p.c-header__heading + p.lead{
	font-size:140%;
	background:#f5f5f6;
	padding:0 calc((100% - 950px)/2) 48px;
}
@media (max-width:1030px){
	main > p.c-header__heading + p.lead{
		padding:0 30px 48px;
	}
}

main article.information_detail img{
	border-radius:0;
}

main article p.date{
	text-align:right;
	margin-top:1em;
	margin-bottom:4.5em;
}

main article p{
	margin-top:1.5em;
}

main article p:first-child{
	margin-top:0;
}

main article ul,
main article ol{
	margin-top:64px;
	padding:0 24px;
}
main article ul + ul,
main article ul + ol,
main article ol + ul,
main article ol + ol,
main article div.col2 ul,
main article div.col2 ol{
	margin-top:24px;
}

main article ul.frame,
main article ol.frame{
	margin-top:16px;
	padding:32px;
	border:1px solid #e8e8e8;
	border-radius:8px;
}

main article ul li,
main article ol li{
	font-size:140%;
	margin:0.25em 0;
	position:relative;
}

main article ul li:first-child,
main article ol li:first-child{
	margin-top:0;
}

main article ul li:last-child,
main article ol li:last-child{
	margin-bottom:0;
}

main article ul li.strong,
main article ol li.strong{
	font-weight:700;
}

main article ul li{
	list-style:none;
	position:relative;
	padding-left:1em;
}
main article ul li:before{
	content:"";
	display:inline-block;
	height:4px;
	width:4px;
	border-radius:50%;
	background:#000;
	position:absolute;
	left:5px;
	top:calc(0.75em - 2px);
}

main article ol li{
	list-style:decimal outside;
	margin-left:1.25em;
}

main article div.box > ul,
main article div.box > ol{
	margin-top:0;
	padding:0;
}

main article table th.center,
main article table td.center{
	text-align:center;
}

main article dl.table{
	display:grid;
	grid-auto-flow:column;
	grid-template-columns:auto auto;
	margin-top:24px;
}

main article dl.table dt,
main article dl.table dd{
	font-size:140%;
	padding:16px 24px;
	border:1px solid #e8e8e8;
	border-left:none;
	text-align:left;
}

main article dl.table dt:first-child,
main article dl.table dt:first-child + dd{
	border-left:1px solid #e8e8e8;
}

main article dl.table dt{
	background:#f5f5f6;
	font-weight:500;
	grid-row-start:1;
}

main article dl.table dd{
	grid-row-start:2;
	border-top:none;
}

main article p.more{
	text-align:right;
	margin-top:4.5em;
}

main article div.video{
	margin-top:60px;
	padding:0 72px;
}

main article div.video iframe{
	aspect-ratio:16/9;
	height:100%;
	width:100%;
}
