@charset "UTF-8";

.fncPage .dl--list {
	margin-top:1em;
}
.fncPage .dl--list dt {
	width: 2.5em;
}
.fncPage .dl--list dd {
	margin-left: 2.5em;
}
	
/* 2020.11.17追加 */
.text-indent-1{
	padding-left:1em !important;
}

.text-indent-2{
	padding-left:2em !important;
}

.text-indent-3{
	padding-left:3em !important;
}
	
.responsive-table td:not(:first-child){
	text-align:right;
}
	
@media print, screen and (max-width: 681px) {
  .mg__t2{
		margin-top:2em;
	}
}

/* 2020.12.23追加 */
ul.libTop li a {
    background-position: 6% 20% !important;
}

/* 2022.07.29追加 */
#consolidated_balance table td:not(:first-child),
#income_statements table td:not(:first-child) {
    text-align: right;
}


/* 2023.09.12追加 */
.flex-half-block {
	display: flex;
	justify-content: space-between;
}
.flex-half-block:has(> :nth-child(-n+1):last-child) {
	justify-content: center;
}
.flex-half-block li{
	width: calc(50% - 10px);
}
.flex-half-block:has(> :nth-child(-n+1):last-child) li {
	width: 75%;
}
.flex-half-block li figure {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	margin: 0;
    height: 100%;
}
.flex-half-block li figure figcaption {
	margin-bottom: 5px;
	font-size: 122%;
	text-align: center;
	font-weight: bold;
}
@media print, screen and (max-width: 681px) {
	.flex-half-block {
		display: block;
	}
	.flex-half-block li {
		width: 100%;
	}
	.flex-half-block:has(> :nth-child(-n+1):last-child) li {
		width: 100%;
	}
	.flex-half-block li figure {
		margin-bottom: 30px;
	}
}
.annotation {
	margin: 0 0 1.5em;
	padding: 0;
	list-style: none;
}
.annotation li {
	display: block;
	position: relative;
	padding: 0 0 0 18px;
	font-size: 0.8750rem;
}
.annotation-number {
	counter-reset: number 0;
	margin: 0 0 1.5em;
	padding: 0;
	list-style: none;
}
.annotation li::before {
	content: "*";
	display: block;
	position: absolute;
	left: 0;
}
.annotation-number li {
	counter-increment: number 1;
	display: block;
	position: relative;
	padding: 0 0 0 30px;
	font-size: 0.8750rem;
	line-height: 1.5em;
}
.annotation-number li::before {
	content: "*" counter(number);
	display: block;
	position: absolute;
	left: 0;
}
small {
	font-size: 0.8750rem;
}
.table-unit {
	margin-bottom: 10px;
	text-align: right;
}
table.table-layout {
	width: 100%;
}
table.table-layout td,th {
	padding: 5px;
	border: 1px #009 solid;
}
table.table-layout th {
	vertical-align: middle;
	background: #e0ecfb;
}
table.table-layout th.txt-center {
	text-align: center;
}
table.table-layout td {
	text-align: right;
}
table.table-layout td.txt-left {
	text-align: left;
}
table.table-layout .border-no {
	border: none;
}
table.table-layout .border-bold {
	border: 3px #009 solid;
}
table.table-layout .border-bold-side {
	border-left: 3px #009 solid;
	border-right: 3px #009 solid;
}
table.table-layout .border-bold-top {
	border-top: 3px #009 solid;
}
table.table-layout .border-bold-bottom {
	border-bottom: 3px #009 solid;
}
.sp__scroll_x__info {
	display: none;
}
@media print, screen and (max-width: 681px) {
	table.table-layout {
		width: 700px;
		margin-bottom: 5px;
	}
	.sp__scroll_x {
		max-width: 100vw;
		width: 100%;
		overflow-x: scroll;
	}
	.sp__scroll_x__info {
    display: flex;
    width: 100%;
    height: 30px;
    margin: 0 0 10px;
    padding: 0;
    background-color: #666;
    color: #fff;
    align-items: center;
    justify-content: center;
		font-size: 0.8750rem;
	}
}

.mb3em {
	margin-bottom: 3em;
}

table.table-calculate {
	max-width: 480px;
	width: 100%;
}
table.table-calculate td {
	padding: 5px;
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
}
table.table-calculate .border-gray {
	border: solid 1px #999;
}
table.table-calculate .txt-gray {
	color: #999;
}