/*------ financial ------*/
.ir-highlight-box {
	width: 100%;
}
.XJSImage_Table {
	width: 100%;
	margin-bottom: 15px;
}
.XJSImage_Table .XJSImage_Title {
	text-align: center;
	background-color: #eee;
	padding: 5px;
}
.XJSImage_Table .XJSImage_UnitL {
	font-size: 12px;
}
.XJSImage_Table .XJSImage_Main {
	text-align: center;
}
.XJSImage_Table .XJSImage_Main img {
	width: 80%;
}
.ir-hightlight-table-notes p {
	font-size: 12px;
	margin-bottom: 0;
}
.xj_chart_table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
}
.xj_chart_header {
	padding: 2px 5px;
	background-color: #f7f7f7;
	font-weight: 700;
	border: 0.5px #ddd solid;
}
.xj_chart_table td {
	border: 0.5px #ddd solid;
}
.xj_chart_table .xj_chart_td_last {
 	background: #fbf7ec;
}


/*------ pl table ------*/
#pl h2, #bs h2 {
	font-size: 18px;
}
p.ir-table-notes {
	text-align: right;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 1.2;
}
.ir-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 1;
}
.ir-table td {
	padding-top: 10px;
	padding-right:15px;
	padding-bottom:10px; 
	border-bottom: 0.5px #ccc solid;
	line-height: 1.2;
}
.ir-table td:nth-child(n+2) {
	text-align: right;
}
.ir-table-year td {
	border-top: 2px #aaa solid;
	border-bottom: 2px #aaa solid;
	text-align: right;
}
.ir-table-year td:first-child {
	width: 32%;
}
.ir-table-year td:nth-child(-n+5) {
	background-color: #e2e2e2;
}
.ir-table-year td:nth-child(2),
.ir-table-year td:nth-child(3),
.ir-table-year td:nth-child(4) {
	font-size: 12px;
}
.ir-table-year td:nth-child(n+6) {
	background-color: #f1f1f1;
}
.ir-tbl-ind1 {
	padding-left: 1rem;
}
.ir-tbl-ind2 {
	padding-left: 2rem;
}
.ir-table-integ {
	text-align: right;
	font-size: 12px;
}
.tbl_scroll {
	padding-bottom: 30px;
}
.ir-table-space {
	width: 15px;
	border: none!important;
	background: #fff!important;
}

/*------ library ------*/
section.g3 ul#year {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin-left: 0;
	justify-content: start;
}
section.g3 ul#year li {
	list-style: none;
	display: inline-block;
	width: 23%;
	text-align: center;
	margin-bottom: 0;
	margin-right: 2.66%;
	min-width: 150px;
}

section.g3 ul#year li:nth-child(4n) {
	margin-right: 0;
}
section.g3 ul#year li a {
	display: block;
	padding: 1em;
	margin: 0 auto 1.25rem auto;
	background: url(https://www.bell24.co.jp/ja/images/index2/arw04.png) center left 18px / 10px no-repeat #f7f7f7;
	border-radius: 20px;
	box-shadow: 1px 1px 1px 1px #efefef;
	line-height: 1.2rem;
	text-align: center;
	color: #444;
	font-size: 0.875rem;
	transition: .3s;
}
section.g3 ul#year li a:hover {
	transform: translateY(-4px);
}
section.g3 ul#year li.active a {
	display: block;
	padding: 1em;
	margin: 0 auto 1.25rem auto;
	background: url(https://www.bell24.co.jp/ja/images/index2/arw00.png) center left 18px / 10px no-repeat #7c61ff;
	border-radius: 20px;
	box-shadow: 1px 1px 1px 1px #efefef;
	line-height: 1.2rem;
	text-align: center;
	color: #fff;
	font-size: 0.875rem;
}
#xj_2list h2  {
	padding-left: 0.5em;
	border-left: 0.15em solid #aaa;
	text-align: left;
	font-size: 1.25rem;
	margin: 60px 0 16px 0;
}
[class^="lv2"] + div#xj_2list {
    margin-top: -30px;
}



