@charset "Shift_JIS";


/* =================================================================================

 Common style of library

================================================================================= */

/* ///////////////////////////////////////////////// index style */

div#sectionWrap table.tblStyle01 th{
	width:160px;
}

div#sectionWrap table.tblStyle01 th.type01{
	color: #4D4D4D;
	background-color: #CBDCEF;/* 青 */
	font-weight: bold;
}
div#sectionWrap table.tblStyle01 th.type02{
	color: #4D4D4D;
	background-color: #DBEFBE;/* 緑 */
	font-weight: bold;
}
div#sectionWrap table.tblStyle01 th.type03{
	color: #4D4D4D;
	background-color: #D6C4EF;/* 紫 */
	font-weight: bold;
}
div#sectionWrap table.tblStyle01 th.type04{
	color: #4D4D4D;
	background-color: #FDCFC1;/* 赤 */
	font-weight: bold;
}
div#sectionWrap table.tblStyle01 th.type05{
	color: #4D4D4D;
	background-color: #FFDEAF;/* オレンジ */
	font-weight: bold;
}

/* ///////////////////////////////////////////////// 改修後追加CSS */

/* コンテンツ幅、余白 
/////////////////////////*/
@media screen and (min-width: 768px ) {
	.library-content + .library-content {
		margin-top: 60px;
	}
	.ir-basic-btn__wrap {
		margin-left: 22px;
		margin-right: 23px;
	}

	#contents .library-content .title-lv3 {
		margin-top: 20px;
	}

	#contents .library .js-acc__panel {
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 767px ) {
	.library-content + .library-content:not(.ir-basic-btn__wrap) {
		margin-top: 24px;
	}
	.ir-basic-btn__wrap {
		margin-top: 48px;
		margin-inline: 10px;
	}

	#contents .library-content .title-lv3 {
		margin-top: 18px;
	}
}
#contents .library .title-lv2 {
	margin-top: 0;
}
#contents .library .js-acc + .js-acc {
	margin-top: 20px;
}

/* IR資料室の年度別ナビ 
/////////////////////////*/
.library-nav {
	display: grid;
	grid-template-columns: repeat(8,1fr);
	gap: 16px;
	margin-block: 48px;
}
@media screen and (max-width: 767px) {
	.library-nav {
		grid-template-columns: repeat(2,1fr);
		gap: 15px;
		margin-inline: 10px;
		margin-block: 40px;
	}
}
.library-nav__link {
	display: flex;
	background-color: #F2F2F2;
	height: 49px;
	align-items: center;
	justify-content: space-between;
	padding-inline: 12px;
}
.library-nav__link.active {
	background-color: #0D72B8;
	color: #fff;
}
.library-nav__link::after{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #0D72B8;
	border-bottom: 2px solid #0D72B8;
	transform: translateY(-3px) rotate(45deg);
	box-sizing: border-box;
}
.library-nav__link.active::after {
	transform: translateY(-3px) rotate(45deg);
	border-right-color: #fff;
	border-bottom-color: #fff;
}
.library-nav__link:hover {
	text-decoration: none;
}
.library-nav__link:not(.active):hover {
	opacity: 0.7;
}
@media screen and (min-width: 768px ) {
	.library-nav__link.year-2016 {
		line-height: 1.2;
	}
}
@media screen and (max-width: 767px ) {
	.library-nav__link.year-2016 br {
		display: none;
	}
}

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

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

.table-scroll tr > * {
	text-align: center;
	border: 1px solid #fff;
}

.table-scroll thead tr > * {
	border-top: 0;
}
.table-scroll tbody tr:last-child > * {
	border-bottom: 0;
}
.table-scroll tr > *:first-child {
	border-left: 0;
}
.table-scroll tr > *:last-child {
	border-right: 0;
}

.table-scroll thead th {
	background-color: #0D72B8;
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	padding-block: 20px;
	width: 169px;
}

.table-scroll thead th:nth-child(1) {
	width: 299px;
}

.table-scroll tbody tr:nth-child(odd) > * {
	background-color: #F2F2F2;
}
.table-scroll tbody tr:nth-child(even) > * {
	background-color: #F2FAFF;
}
.table-scroll tbody tr.bg-blue > * {
	background-color: #F2FAFF;
}
.table-scroll tbody tr.bg-gray > * {
	background-color: #F2F2F2;
}

.table-scroll tbody th {
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
	padding-inline: 20px;
	padding-top: 20px;
	padding-bottom: 18px;
}

@media screen and (max-width: 767px) {
	.table-scroll {
		width: 879px;
	}
	.table-scroll__wrap {
		margin-inline: 20px;
		max-width: 879px;
	}
	.table-scroll thead th {
		width: calc(( 100% - 198px ) / 4 );
	}
	.table-scroll thead th:nth-child(1) {
		width: 198px;
	}
}

/* スクロールtableの案内（横にスクロールしてご覧ください。） */
.text-scroll-sp {
	margin-inline: 20px;
	margin-block: 20px;
}

/* table内テキストリンク */
a.library-text-link {
	color: #0D72B8;
	font-weight: bold;
	text-decoration: underline;
}
/* アイコン付きテキストリンク */
a.library-text-link[target=_blank] {
	color: #001B2D;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a.library-text-link[target=_blank].-pdf::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 9px;
	background-image: url('../img/icon-pdf.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 23px;
	height: 28px;
}

/* アコーディオン */
.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%);
}
.js-acc__btn::after {
  content: "";
  display: block;
  width: 2px;
	background-color: #0D72B8;
	position: absolute;
  position: absolute;
	top: 50%;
}
@media screen and (min-width: 768px) {
  .js-acc__btn::before {
		right: 19px;
		width: 26px;
  }
  .js-acc__btn::after {
		right: 19px;
		height: 26px;
		-webkit-transform: translateY(-50%) translateX(-12px);
					transform: translateY(-50%) translateX(-12px);
  }
}
@media screen and (max-width: 767px) {
	.js-acc__btn::before {
		width: 20px;
		right: 9px;
	}
  .js-acc__btn::after {
    height: 20px;
		right: 9px;
		-webkit-transform: translateY(-50%) translateX(-9px);
					transform: translateY(-50%) translateX(-9px);
  }
}
.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;
  }
}