#message {
    margin-bottom: 30px;
}
#news {
    margin-bottom: 25px;
}
#news .news_title {
	position: relative;
	font-size: 24px;
	border-bottom: 4px solid #DFDFDF;
	padding: 6px 0 7px 2px;
	margin-bottom: 22px;
	color: #0473bd;
}
.message .panel_body {
    background: #F5F0E9;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: 40px;
}
.message .president {
    padding-left: 10px;
}
.message .president h4 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: -2px;
    font-weight: bold;
}
.message .control_nav {
    margin-bottom: 0;
    margin-top: 6px;
    width: 50%;
    background-color: #F5F0E9;
}
.message .control_nav .rows .item {
	border-color: #F5F0E9;
}
.news_title .more {
    display: inline-block;
    float: right;
    border: 3px solid #F2F3F5;
    font-size: 16px;
    font-weight: bold;
    padding: 0px 20px 1px 18px;
    color: #666;
    margin-top: 1px;
}
.news_title .more:hover {
	border-color: #5399DF;
}
.news_title .more span {
    display: block;
    background: url(/global/common/images/arrow01.png) no-repeat 0 center;
    padding-left: 15px;
}
.box_notice .horizontal .entry_meta {
	float: left;
	width: 130px;
	margin-bottom: 0;
}
.box_notice .horizontal li .entry_title h3{
	padding-left:130px;
	padding-right:20px;
}
/* President Message */
.data_list {
    font-size: 16px;	
}
.data_list dd {
	padding-left:130px;
	margin-top:-22px;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom: 1px solid #ccc;
}
.data_list dd img {
	display: inline-block;
	margin-left: 2px;
}

/* President Message */
.message_txt p {
	margin-bottom:10px;
}



/* FINANCIAL DATA */
.financial .section {
    margin-bottom: 40px;
}
#financial .heading {
    margin-bottom: 17px;
    padding-left: 11px;
}
#financial .heading span {
    padding-top: 1px;
}
.financial .section.last_child {
    margin-bottom: 60px;
}
.financial .section .link {
	border-bottom: 1px solid #CCC;
	padding-bottom: 12px;
	margin-bottom: 20px;
}
.link ul li {
	font-size: 16px;
}
.link ul li a {
    display: inline-block;
    text-decoration: underline;
    background: url(/global/common/images/bullet.png) no-repeat 0 10px;
    padding-left: 10px;
}
.link ul li a:hover {
	text-decoration: none;
}
.link ul li img {
	display: inline-block;
	margin-left: 2px;
}

.box_notice {
    margin-top: -2px;
}

/* IR News */

#ir-news {
	margin-bottom: 60px;

}
/* IR Library */

.library_link li {
    border-bottom: 1px solid #CCC;
    padding-bottom: 12px;
    margin-bottom: 20px;
	font-size: 16px;
}
.library_link li a {
    display: inline-block;
    text-decoration: underline;
    background: url(/global/common/images/bullet.png) no-repeat 0 10px;
    padding-left: 10px;
}
.library_link li a:hover {
	text-decoration: none;
}
.library_link li img {
	display: inline-block;
	margin-left: 2px;
}
table.data {
	margin-bottom: 40px;
	margin-top: 15px;
	width: 100%;
}
table.data, table.data th, table.data td{
	border: 1px solid #dcdcdc;
	border-collapse: collapse;
	padding: 10px;
	vertical-align: middle;
	text-align: center;
}
table.data th {
	background-color: #f4f4f4;
	text-align: center;
}
table.data th.left {
	text-align: left;
}
table.data td ul.txt_indent li {
	margin-bottom: 5px;
}

/* Fact Sheets */
.fact-sheets .notice {
	background: #F2F3F5;
	padding: 17px 21px 20px;
	margin-bottom: 20px;
	font-size: 16px;
}
ul.txt_indent li {
	text-indent: -20px;
	padding-left: 20px;
	margin-bottom: 5px;
}
ul.list_indent {
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}
ul.list_indent li {
	text-indent: -20px;
	padding-left: 45px;
	margin-bottom: 14px;
}

/* Disclosure Policy */
.attention {
	color:#cc0000;
	font-weight:bold;
}
/*Corporate Governance*/
.corporate-governance .message_txt .txt{
    margin-bottom: 40px;
}

/* IR TOP/library リニューアル */
/* PC/SP切り替え */
.spOnly {
	display: none;
}
.pcOnly {
	display: block;
}

/* //////////////////////////////
IR TOP
////////////////////////////// */
/* IR TOP ボタン */
.ir-basic-btn {
	display: block;
	max-width: 280px;
	text-align: center;
	border: 4px solid #F2F3F5;
	font-size: 16px;
	font-weight: bold;
	padding-block: 18px;
	color: #666;
	margin-inline: auto;
	margin-top: 30px;
}
.ir-basic-btn:hover {
border-color: #5399DF;
}
.ir-basic-btn span {
	display: inline-block;
	background: url(/global/common/images/arrow01.png) no-repeat 0 center;
	padding-left: 15px;
}

/* IR TOP 画像 */
.ir-index-img {
	text-align: center;
}

.ir-index-img img {
	max-width: 100%;
	margin-inline: auto;
}

/* //////////////////////////////
IR Library
////////////////////////////// */
.panel_default.library {
	margin-bottom: 60px;
}

/* IR Libraryのページナビ */
.library-nav {
	display: grid;
	grid-template-columns: repeat(8,1fr);
	gap: 10px;
	background-color: #F2F3F5;
	padding-inline: 12px;
	padding-block: 10px;
}

.library-nav li {
	display: flex;
	flex-direction: column;
}

a.library-nav__link {
	flex-grow:1;
	display: flex;
	align-items: center;
	background-color: #67AFDF;
	background-image: url(/global/common/images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 7px auto;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px;
	font-weight: bold;
	padding-block: 16px;
	padding-left: 25px;
}
a.library-nav__link:hover {
	background-color:#0473bd;
}

a.library-nav__link.FY2017 {
	padding-block: 5px;
	line-height: 1.1;
}
a.library-nav__link.FY2017 .library-nav__text {
	display: inline-block;
	font-size: 90%;
}

/* IR Libraryのメインコンテンツ */
.library-main {
	margin-top: 40px;
}

.library-main h3.heading {
	padding-top: 14px;
	padding-bottom: 13px;
}

h3.heading + .library-content {
	margin-top: 20px;
}

.library-content + .library-content {
	margin-top: 40px;
}

.library-main .js-acc + .js-acc {
	margin-top: 20px;
}
.library-main .js-acc__panel {
	padding-bottom: 20px;
}

/* IR Library 青文字タイトル */
.library-heading-style1 {
	color: #0473BD;
	font-size: 18px;
	font-weight: bold;
	background: url(/global/common/images/bullet02.png) no-repeat 0 center;
	padding-left: 15px;
	clear: both;
}

/* table（SP時横スクロール）
/////////////////////////*/
.table-scroll{
	width: 840px;
	table-layout: fixed;
	white-space: nowrap;
}

.table-scroll__wrap {
	max-width: 840px;
	overflow: auto;
	margin-inline: auto;
	margin-top: 16px;
}

.table-scroll tr > * {
	text-align: center;
	border: 1px solid #DCDCDC;
	overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
	padding-inline: 10px;
	padding-block: 12px;
	vertical-align: middle;
	font-size: 14px;
}

.table-scroll thead th {
	background-color: #F4F4F4;
	line-height: 1.4;
	padding-block: 22px;
}

.table-scroll tbody th {
	line-height: 1.4;
}

.table-scroll tbody td {
	padding-top: 20px;
	padding-bottom: 19px;
}

.table-scroll tbody td.narrow {
	padding-block: 12px;
}

/* table内テキストリンク */
a.library-text-link {
	color: #0D72B8;
	text-decoration: underline;
	line-height: 1.14;
}
/* アイコン付きテキストリンク */
a.library-text-link[target=_blank] {
	display: flex;
	gap: 9px;
	justify-content: center;
	align-items: flex-start;
	padding-top: 5px;
	text-align: left;
}
a.library-text-link[target=_blank].-pdf::before {
	content: '';
	display: block;
	background-image: url('/global/common/images/ico_pdf.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 22px;
	height: 21px;
	flex-shrink: 0;
	transform: translateY(-5px);
}

/* アコーディオン */
.js-acc__btn {
  position: relative;
  cursor: pointer;
}
.js-acc__btn::before {
  content: "";
  display: block;
  height: 2px;
	background-color: #0D72B8;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	right: 20px;
	width: 26px;
}
.js-acc__btn::after {
  content: "";
  display: block;
  width: 2px;
	background-color: #0D72B8;
	position: absolute;
  position: absolute;
	top: 50%;
	right: 20px;
	height: 26px;
	transform: translateY(-50%) translateX(-12px);
	-webkit-transform: translateY(-50%) translateX(-12px);
}
.js-acc__btn.is-show::after {
	display: none;
}
.js-acc__btn:hover {
  opacity: 0.8;
}

.js-acc__panel {
  display: none;
  -webkit-animation: fadeIn 1s ease forwards;
          animation: fadeIn 1s ease forwards;
}
.js-acc__panel.is-show {
  display: block;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}