@charset "utf-8";

body * {
	box-sizing: border-box;
}

/* --------------------------------------------------------
* eirBlock
* -------------------------------------------------------*/
.s_eirBlock {
	display: block;
}
.s_eirBlock:last-child {
}
.s_eirBlock:first-child {
	margin-top: 0;
	padding-bottom: 0;
}

/* --------------------------------------------------------
* EIRリスト
* -------------------------------------------------------*/

.s_eirItem {
	display: flex;
}
.s_eirList {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*　EIRリスト > アイテム
--------------------------------------------------------*/
.s_eirList_item {
	display: flex;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}
.s_eirList_item:first-child {
	margin-top: 0;
	border: 0;
}

.s_eirList_item {
	display: flex;
}
.s_eirModule_eirItem > * {
	margin-left: 10px;
}
.s_eirModule_eirItem > *:first-child {
	margin-left: 0;
}

.s_eirList_item-all_link {
	display: block;
}

/*　EIRリスト > アイテム（訂正）
--------------------------------------------------------*/
.eirItem_child {
	border-top: 0;
	margin-top: 0;
}
.eirItem_child .eirItem_head {
	visibility: hidden;
}
.eirItem_child .s_eirModule_titleBox {
	position: relative;
	padding-left: 20px;
	margin-left: 20px;
}
.eirItem_child .s_eirModule_titleBox::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 8px;
	border: 2px solid #000;
	border-right: none;
	border-top: none;
	position: absolute;
	top: 0.2rem;
	left: 0;
}

/*　EIRリスト > アイテム　付与クラス一覧
--------------------------------------------------------*/
/* 
.cat-news-tanshin,
.cat-news-yuho,
.cat-news-press,
.cat-news-pr,
.cat-news-announcement,
.cat-news-ir_material,
.cat-news-ir_material_for_fiscal_ym,
.cat-news-cgr_ds,
.cat-news-cgr_do,
.cat-news-gms,
.cat-news-custom_type {
} 
.cat-sub-announcement,
.cat-sub-ir_material,
.cat-sub-ir_material_for_fiscal_ym,
.cat-sub-custom_type1,
.cat-sub-id0 {
} 
.cat-num-1,
.cat-num-2,
.cat-num-3,
.cat-num-4 {
}
.s_eirList_item-url,
.s_eirList_item-pdf,
.s_eirList_item-xlsx,
.s_eirList_item-xls,
.s_eirList_item-docx,
.s_eirList_item-doc,
.s_eirList_item-pptx,
.s_eirList_item-ppt,
.s_eirList_item-zip,
.s_eirList_item-space {
}
.s_eirList_item-q_100,
.s_eirList_item-q_30,
.s_eirList_item-q_20,
.s_eirList_item-q_10,
.s_eirList_item-q_0 {
}
.s_eirList_item-thum_true,
.s_eirList_item-thum_false {
}
*/

/*　EIRリスト > 日付
--------------------------------------------------------*/
.s_eirModule_date {
	white-space: nowrap;
	/* 日付の表示形式によって幅の修正が必要 */
	/* width: 6rem; */
}

/*　EIRリスト > サムネイル
--------------------------------------------------------*/
.s_eirModule_thumbnail {
	width: 200px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	padding: 0;
}
.s_eirModule_thumbnail_img {
	width: 100%;
	height: auto;
	margin: 0;
	border: 1px solid #ccc;
}

/*　EIRリスト > カテゴリアイコン
--------------------------------------------------------*/
.s_eirModule_category {
	width: 100px;
}
.s_eirModule_category_icon {
	display: inline-block;
	width: 100px;
	background-color: #333;
	vertical-align: top;
	padding: 3px 0;
	text-align: center;
	color: #fff;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", arial,
		helvetica, clean, sans-serif;
	font-size: 10px;
}

/*
.cat-num-1 .s_eirModule_category_icon{
    background-color:#333;
} 
.cat-num-2 .s_eirModule_category_icon{
    background-color:#333;
} 
.cat-num-3 .s_eirModule_category_icon{
    background-color:#333;
} 
.cat-num-4 .s_eirModule_category_icon{
    background-color:#333;
} 
*/

/*　EIRリスト > カテゴリアイコン（画像）
--------------------------------------------------------*/
.s_eirModule_category_image {
	/* display: flex; */
	display: none;
	align-items: center;
	height: 24px;
}
.s_eirModule_category_image::before {
	content: "";
	width: 40px;
	height: 16px;
	display: block;
	background-repeat: no-repeat;
}
.cat-news-tanshin .s_eirModule_category_image::before {
	background-image: url(../img/category_icon/tanshin.gif);
}
.cat-news-press .s_eirModule_category_image::before {
	background-image: url(../img/category_icon/press.gif);
}
.cat-news-pr .s_eirModule_category_image::before {
	background-image: url(../img/category_icon/pr.gif);
}
.cat-news-yuho .s_eirModule_category_image::before {
	background-image: url(../img/category_icon/yuho.gif);
}
.cat-sub-material .s_eirModule_category_image::before {
	background-image: url(../img/category_icon/material.gif);
}

/*　EIRリスト > タイトルBOX
--------------------------------------------------------*/
.s_eirModule_titleBox {
	display: block;
	flex-grow: 1;
	/* 日付 + カテゴリアイコン + 余白 */
	/* width: calc(100% - (6rem + 100px + 20px)); */
}
/*.s_titleBox_title {
    display: inline;
    display: none;
}
*/

/*　EIRリスト > タイトル（書類名）
--------------------------------------------------------*/
.s_eirModule_title {
	display: inline;
}
.s_eirModule_title_link {
}
.eirItem_title_text {
}
.s_eirModule_title_label {
}

/*　EIRリスト > 固定文言
--------------------------------------------------------*/
.s_eirModule_title_static {
	display: inline;
	/*display: none;*/
}
.s_eirModule_title_static::before {
	content: "";
	display: inline;
}

/*　EIRリスト > アイテムタイプアイコン
--------------------------------------------------------*/
.s_eirModule_type {
}
.s_eirModule_type_icon {
	display: inline-block;
	vertical-align: middle;
	padding: 0px 10px;
	margin-left: 5px;
	line-height: 15px;
	color: #fff;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", arial,
		helvetica, clean, sans-serif;
	font-size: 10px;
}

/*　EIRリスト > アイテムタイプアイコン（CSS）
--------------------------------------------------------*/
.s_eirModule_type_icon-pdf {
	background-color: #ee3d23;
}
.s_eirModule_type_icon-url {
	background-color: #2196f3;
	display: none;
}
.s_eirModule_type_icon-doc,
.s_eirModule_type_icon-docx {
	background-color: #3f51b5;
	display: none;
}
.s_eirModule_type_icon-xls,
.s_eirModule_type_icon-xlsx {
	background-color: #4caf50;
	display: none;
}
.s_eirModule_type_icon-ppt,
.s_eirModule_type_icon-pptx {
	background-color: #ff5722;
	display: none;
}
.s_eirModule_type_icon-zip {
	background-color: #607d8b;
	display: none;
}
.s_eirModule_type_icon-space {
	display: none;
}
/*　EIRリスト > アイテムタイプアイコン（画像）
--------------------------------------------------------*/
.s_eirModule_type_figure {
	display: none;
	margin: 0 5px 0 0;
}

.s_eirModule_type_figure_image {
	height: 15px;
	vertical-align: middle;
}
.s_eirModule_type_figure_image-url,
.s_eirModule_type_figure_image-doc,
.s_eirModule_type_figure_image-docx,
.s_eirModule_type_figure_image-xls,
.s_eirModule_type_figure_image-xlsx,
.s_eirModule_type_figure_image-ppt,
.s_eirModule_type_figure_image-pptx,
.s_eirModule_type_figure_image-zip,
.s_eirModule_type_figure_image-space {
	display: none;
}

/*　EIRリスト > サイズ表示（KB）
--------------------------------------------------------*/
.s_eirModule_size {
}

/*　EIRリスト > ページ数
--------------------------------------------------------*/
.s_eirModule_page_num {
}

/*　EIRリスト > NEWアイコン
--------------------------------------------------------*/
.s_eirModule_new {
}
.s_eirModule_new_icon {
	display: inline-block;
	background-color: #f90;
	vertical-align: middle;
	padding: 0px 10px;
	line-height: 15px;
	color: #fff;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", arial,
		helvetica, clean, sans-serif;
	font-size: 10px;
}
/*　EIRリスト > NEWアイコン（画像）
--------------------------------------------------------*/
.s_eirModule_new_image {
	/* display: flex; */
	display: none;
	align-items: center;
	height: 24px;
}
.s_eirModule_new_image::before {
	content: "";
	width: 26px;
	height: 12px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(../img/new_icon.gif);
}

/*　EIRリスト > テキスト
--------------------------------------------------------*/
.s_eirModule_text {
}

/*　EIRリスト > コメント
--------------------------------------------------------*/
.s_eirModule_comment {
	font-size: 80%;
}

/*　基本パターン（タイトルBOX内を表示）
--------------------------------------------------------*/
.s_titleBox_type,
.s_titleBox_size,
.s_titleBox_page_num,
.s_titleBox_new {
	display: inline;
}
.s_titleBox_text,
.s_titleBox_comment {
	display: block;
}
.s_titleBox_title_link_static,
.s_titleBox_title_text_static {
	display: none;
}
.s_eirList_item_type,
.s_eirList_item_size,
.s_eirList_item_page_num,
.s_eirList_item_new,
.s_eirList_item_text,
.s_eirList_item_comment {
	display: none;
}

@media screen and (max-width: 768px) {
	.eir .s_eirList_item {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.s_eirList_item::before {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		order: 6;
	}
	.s_eirItem {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 768px) {
	.s_eirModule_titleBox {
		width: 100%;
		margin: 0;
		margin-top: 10px;
	}
}

/* --------------------------------------------------------
* EIRリスト > 表示順変更
* -------------------------------------------------------*/

.s_eirList_item_date {
	order: 1;
}
.s_eirList_item_thumbnail {
	order: 2;
}
.s_eirList_item_category {
	order: 3;
}
.s_eirList_item_category_second {
	order: 4;
}
.s_eirList_item_titleBox {
	order: 5;
}
.s_eirList_item_type {
	order: 6;
}
.s_eirList_item_size {
	order: 7;
}
.s_eirList_item_page_num {
	order: 8;
}
.s_eirList_item_new {
	order: 9;
}
.s_eirList_item_text {
	order: 10;
}
.s_eirList_item_comment {
	order: 11;
}

/* --------------------------------------------------------
* BoxList
* -------------------------------------------------------*/
.s_eirBoxList {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.s_eirBoxList_item {
	width: 33.3%; /*★並べる数を変更する場合％変更*/
	border-left: #e8e8e8 solid 1px;
	border-bottom: #e8e8e8 solid 1px;
	padding: 20px;
}
.s_eirBoxList_item:nth-child(-n + 3) {
	border-top: #e8e8e8 solid 1px;
}
.s_eirBoxList_item:nth-child(3n),
.s_eirBoxList_item:last-child {
	/*★並べる数を変更する場合(n)変更*/
	border-right: #e8e8e8 solid 1px;
}
.s_eirBoxList_item_inner {
	width: 100%;
	height: auto;
	position: relative;
}

/* BoxList > ヘッダー */
.s_eirBoxList_head::after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}

/* BoxList > ヘッダー > カテゴリアイコン */
.s_eirBoxList_head_categoryWrap {
	padding-bottom: 6px;
	margin-right: 4px;
	float: left;
}
.s_eirBoxList_head_categoryWrap::after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}
.s_eirBoxList_head_category_icon {
	margin: 0;
	display: block;
	float: left;
	width: 70px;
}
.s_eirBoxList_head_category_icon + .s_eirBoxList_head_category_icon {
	margin-left: 4px;
}
.s_eirBoxList_head_category_icon .s_eirModule_category_icon,
.s_eirBoxList_head_category_icon .s_eirModule_category_image {
	width: 100%;
}

/* BoxList > ヘッダー > 日付 */
.s_eirBoxList_head_dataWrap {
	float: right;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	padding-bottom: 6px;
}
.s_eirBoxList_head_dataWrap::after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}
.s_eirBoxList_head_new {
	display: block;
	align-self: center;
	padding: 1px;
	text-align: center;
	margin-top: -2px;
}
.s_eirBoxList_head_date {
	display: block;
	align-self: center;
	margin-left: 5px;
}

/* BoxList > ボディ */
.s_eirBoxList_item_body {
	margin-top: 8px;
}
.s_eirBoxList_body_item {
}

/* BoxList > ボディ > テキスト部分 */
.s_eirBoxList_body_textWrap {
}
.s_eirBoxList_body_title {
}
.s_eirBoxList_body_titleWrap {
	margin: 0;
	display: inline;
	word-break: break-all;
}
.s_eirBoxList_body_title_link {
	text-decoration: none;
}

.s_eirBoxList_body_title_link:hover {
	text-decoration: underline;
}
.s_eirBoxList_body_title_link_static,
.s_eirBoxList_body_title_text_static {
	display: none;
}
.s_eirBoxList_body_title_type {
	display: inline;
}
.s_eirBoxList_body_title_size {
	display: inline;
}
.s_eirBoxList_body_title_page {
	display: inline;
}
.eirUseText.s_eirBoxList_body_useText {
	margin-top: 6px;
	background: none;
}
.s_eirBoxList_body_comment {
	margin-top: 6px;
	font-size: 80%;
}

/* BoxList > ボディ > サムネイル部分 */
.s_eirBoxList_body_thumbWrap {
	margin: 0;
	padding: 0;
	width: 120px;
	float: right; /*★表示位置逆にする場合L⇔R変更*/
	margin-left: 10px; /*★表示位置逆にする場合L⇔R変更*/
}
.s_eirBoxList_body_thumb_img {
	width: 100%;
}

/* BoxList > 訂正・追加書類 */
.s_eirBoxList_item_inner-child {
	margin-top: 20px;
	padding-top: 12px;
	border-top: #e8e8e8 solid 1px;
}
.s_eirBoxList_item_inner-child .s_eirBoxList_head {
	display: none;
}

.s_eirBoxList_item_inner-child .s_eirBoxList_body_new {
	display: inline-block;
}

/* --------------------------------------------------------
* Year Controller
* -------------------------------------------------------*/

.s_yearController {
	margin-bottom: 30px;
}
.s_eirSelect {
	padding: 10px 40px 10px 10px;
	max-width: 100%;
}
.s_eirAnchor {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.s_eirAnchor li {
	margin-right: 20px;
}
.s_eirAnchor li:last-child {
	margin-right: 0;
}
.s_eirAnchor a:before {
	display: inline-block;
	content: "";
	border: 5px solid transparent;
	border-top: 5px solid #333;
	margin-right: 5px;
}

/* --------------------------------------------------------
* Newstype Controller
* -------------------------------------------------------*/

.s_newsTypeController {
	margin-bottom: 30px;
}
.s_eirTab {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
.s_eirTab li {
	width: 100%;
	border: 2px solid #333;
	background-color: #fff;
}
.s_eirTab li + li {
	border-left-width: 0;
}
.s_eirTab li:last-child {
	margin-right: 0;
}
.s_eirTab li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 10px;
	color: #333;
	text-align: center;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.s_eirTab li.active,
.s_eirTab li:hover {
	color: #fff;
	background-color: #333;
}
.s_eirTab li.active a,
.s_eirTab li:hover a {
	color: #fff;
}

/* --------------------------------------------------------
* Governance
* -------------------------------------------------------*/
.eir[class*="area_governance"] .s_eirList_item {
	display: block;
	text-align: right;
}
.eir[class*="area_governance"] .noDataText {
	display: none;
}

/* --------------------------------------------------------
* IR Calendar
* -------------------------------------------------------*/
.eirCalendar_figure {
	display: flex;
	justify-content: center;
	padding: 0;
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
}
.eirCalendar_image:nth-child(2) {
	margin-left: 2px;
}
.eirCalendarNote {
	margin-top: 30px;
}
.eirCalendar_image {
	width: 50%;
}

/* --------------------------------------------------------
* share
* -------------------------------------------------------*/
.s_eir_MoreBtn_link a {
	background-color: #fff;
	border: 2px solid #333;
	color: #333;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	margin-top: 30px;
	display: block;
}
.s_eir_MoreBtn_link a:hover {
	color: #fff;
	background-color: #333;
	text-decoration: none;
}

/* --------------------------------------------------------
* RSS
* -------------------------------------------------------*/
.eir_rss {
	text-align: right;
}
.eir_rss_image {
	width: 16px;
}

/* --------------------------------------------------------
* yuhoCsv
* -------------------------------------------------------*/
.eir_yuhoCsv_item {
	margin-top: 20px;
}
.eir_yuhoCsv_item:first-child {
	margin-top: 0;
}
.eir_yuhoCsv_item_link {
	display: block;
	width: 250px;
	background-color: #fff;
	padding: 15px;
	border: 1px solid #333;
	color: #333;
	text-align: center;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.eir_yuhoCsv_item_link:hover {
	color: #fff;
	background-color: #333;
	text-decoration: none;
}

/* --------------------------------------------------------
* Note
* -------------------------------------------------------*/
.eir_pdfNote,
.eir_pnexNote,
.eir_yuhoNote {
	margin-top: 30px;
}
.eir_pdfNote {
	display: flex;
}
.eir_pdfNote_item {
	margin-left: 10px;
}
.eir_pdfNote_item:first-child {
	margin-left: 0;
}
.eir_pnexNote_item-right {
	text-align: right;
}

/* --------------------------------------------------------
* Matrix
* -------------------------------------------------------*/
.s_eirMatrix_table {
	border-collapse: collapse;
	width: 100%;
}
.s_eirMatrix_th,
.s_eirMatrix_td {
	width: 20%;
	padding: 10px;
	border-style: solid;
	border-color: #d9d9d9;
	border-width: 1px;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.s_eirMatrix_th {
	background-color: #eee;
}

.eir-pager {
	letter-spacing: -0.5em;
	margin-top: 50px;
	margin-bottom: 80px;
	text-align: center;
}

.eir-pager .pagination {
	margin: 0;
}

.eir-pager span {
	display: inline-block;
	letter-spacing: normal;
	margin-right: 10px;
	margin-top: 5px;
}

.eir-pager span a {
	border: 1px solid #333;
	color: #333;
	display: inline-block;
	padding: 5px 10px;
}

.eir-pager span.current {
	border: 1px solid #eee;
	color: #eee;
	padding: 5px 10px;
}

.s_eirList_item_date_hidden {
	visibility: hidden;
}

.eirAccordionTrigger {
	background-image: none;
	cursor: pointer;
	padding: 5px;
	background-color: #2a855c;
	color: #fff;
	position: relative;
	margin: 0;
}
.eirAccordionTrigger::after {
	content: "＋";
	display: block;
	position: absolute;
	top: 2px;
	right: 10px;
}
.eirAccordionTrigger-open::after {
	content: "－";
}
.eirAccordionWrapper {
	display: none;
}
.eirAccordionWrapper-open {
	display: block;
}

/* --------------------------------------------------------
* HTMLカレンダー
* -------------------------------------------------------*/
.eir-calendar .eirHeading.s_eirHeading {
	text-align: center;
	font-size: 24px;
	padding: 12px 0;
	letter-spacing: 1px;
	background-color: #00519c;
	color: #fff;
	margin-bottom: 0;
}

.eir-calendar .inner {
	position: relative;
}

.eirCalendarTable {
	table-layout: fixed;
	border-collapse: collapse;
	width: calc(100% + 2px);
	-webkit-transform: translateX(-1px);
	transform: translateX(-1px);
}

.eirCalendarTable thead th {
	padding: 2px 0;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border: 1px solid #e5e5e5;
	font-weight: 400;
}

.eirCalendarTable td {
	background: #999999;
	vertical-align: top;
	text-align: center;
	color: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	height: 196px;
}

.eirCalendar_label {
	display: table;
	width: 86%;
	margin: 24px auto 0;
}

.eirCalendar_label span {
	display: table-cell;
	height: 57px;
	vertical-align: middle;
	/* background: #fff; */
	color: #fff;
	line-height: 1.3;
}

.eirCalendar_year {
	text-align: center;
	margin: 7px 0 0;
	font-size: 13px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",
		"ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: none;
}

.eirCalendar_month {
	font-size: 20px;
	margin: 25px 0 0;
	text-indent: 10px;
	line-height: 1;
}

/* .eirCalendar_year+.eirCalendar_month {
    margin-top: 0;
} */

.eirCalendar_month span {
	font-size: 30px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",
		"ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 3px 0 0;
}

@media screen and (max-width: 768px) {
	.s_eirList_item {
		flex-direction: column;
	}

	.s_eirTab {
		width: 100%;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.s_eirTab li {
		width: 49%;
		/* margin-right:0; */
		margin-top: 2%;
		border-left-width: 2px;
	}
	.s_eirTab li + li {
		border-left-width: 2px;
	}
	.s_eirTab li a {
		width: auto;
	}

	.s_eirAnchor {
		width: 100%;
		justify-content: space-between;
	}
	.s_eirAnchor li {
		width: 20%;
		margin-right: 0;
		margin-top: 2%;
	}
	.s_eirAnchor li a {
		width: auto;
	}

	.eirItem_child .eirItem_head {
		display: none;
	}

	.eir_yuhoCsv_item_link {
		width: 100%;
	}

	.eir_pdfNote {
		flex-direction: column;
	}
	.eir_pdfNote_item {
		margin-left: 0;
	}
	.eir_pdfNote_item:first-child {
		margin-bottom: 10px;
	}

	.eirCalendar_figure {
		flex-direction: column;
		max-width: 424px;
		width: 100%;
	}
	.eirCalendar_image {
		width: 100%;
	}
	.eirCalendar_image:nth-child(2) {
		margin-left: 0;
	}

	.s_eirMatrix_table {
		width: 100%;
	}
	.s_eirMatrix_th,
	.s_eirMatrix_td {
		word-break: break-all;
	}

	.eir-calendar .inner {
		overflow-x: auto;
	}
	.eir-calendar .scroll-container {
		width: calc(200% + 1px);
	}
	.eirCalendarTable td {
		height: 140px;
	}
	.eirCalendar_month span {
		font-size: 23px;
	}
	.eirCalendar_month {
		margin-top: 28px;
	}

	/* ----------------------------
	* BoxList
	* ---------------------------*/
	.s_eirBoxList {
		display: block;
	}
	.s_eirBoxList::after {
		display: none;
	}
	.s_eirBoxList_item {
		width: 100%;
		padding: 20px;
		border-right: #e8e8e8 solid 1px;
	}
	.s_eirBoxList_item:nth-child(-n + 3) {
		border-top: none;
	}
	.s_eirBoxList_item:first-child {
		border-top: #e8e8e8 solid 1px;
	}

	/* BoxList > ボディ > サムネイル部分 */
	.s_eirBoxList_body_thumbWrap {
		width: 100px;
	}
}

/* 見出し */
.s_eirHeading {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	background: #043f8c;
	display: block;
	padding: 6px 12px;
	margin-top: 48px;
	margin-bottom: 48px;
}
.s_eirHeading:first-child {
	margin-top: 0;
}
.s_eirHeading-hub {
	background: #5a5a5a;
}

/* Download */
.eirTarget_zipDownload a {
	display: block;
	text-align: center;
	padding: 10px;
	border-radius: 3px;
	font-weight: bold;
	width: 100%;
	border: none;
	cursor: pointer;
	border: 1px solid #00bed9;
	background: #00bed9;
	color: #fff;
	margin-top: 40px;
	margin-bottom: 40px;
}

/* Text Table */
.eir .s_eirText table {
	width: 100%;
	margin-top: 20px;
}
.eir .s_eirText table th,
.eir .s_eirText table td {
	padding: 10px;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.eir .s_eirText table th {
	background: #e9f0f9;
}

/* Matrix */
.s_eirMatrix_item {
	display: flex;
	flex-direction: column;
}
.s_eirMatrix_item_link {
	display: flex;
	flex-direction: column;
}
.s_eirMatrix_item_link_el-date {
	display: none;
}
.s_eirMatrix_item_link_el-title {
	display: none;
}
.s_eirMatrix_item_link_el-label {
	display: none;
}
.s_eirMatrix_item_link_el-categoryIcon {
	display: none;
}
.s_eirMatrix_item_link_el-quarter {
	display: none;
}
.s_eirMatrix_item_link_el-typeText {
	display: block;
}
.s_eirMatrix_item_link_el-typeFigure {
	display: none;
}
.s_eirMatrix_item_link_el-fileSize {
	display: block;
}
.s_eirMatrix_item_link_el-pageNum {
	display: none;
}
.s_eirMatrix_item_link_el-text {
	display: none;
}
.s_eirMatrix_item_link_el-comment {
	display: none;
}
.s_eirMatrix_item.eirItem_child .s_eirMatrix_item_link_el {
	display: none;
}
.s_eirMatrix_item.eirItem_child .s_eirMatrix_item_link_el-label {
	display: block;
}
.s_eirMatrix_item.eirItem_child .s_eirMatrix_item_link_el-label::before {
	content: "訂正資料";
}
.eirMatrix_q10 .s_eirMatrix_item_link_el-quarter::before {
	content: "第1四半期";
}
.eirMatrix_q20 .s_eirMatrix_item_link_el-quarter::before {
	content: "第2四半期";
}
.eirMatrix_q30 .s_eirMatrix_item_link_el-quarter::before {
	content: "第3四半期";
}
.eirMatrix_q100 .s_eirMatrix_item_link_el-quarter::before {
	content: "通期";
}


a:hover {
	color: #f9ab45;
}

#IR .eir .s_eirList {
	font-size: 14px;
}

#IR .s_eirModule_eirItem .eirItem_head {
	font-weight: bold;
	margin-left: 0;
}
#IR .eir_area_area_calendar_021 .s_eirModule_eirItem .eirItem_head {
	min-width: 100px;
}

#IR .s_eirModule_category_icon {
	background-color: #f9ab45;
}

#IR .s_eirList_item {
	padding-top: 0;
	border-top: none;
}

#IR .s_eirModule_eirItem > * {
	margin-left: 20px;
}

#IR .s_eirModule_eirItem .s_eirModule_comment {
	font-size: 14px;
}

#IR .s_eirModule_type_icon-pdf {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}

#IR .s_eirList_item_titleBox {
	margin-left: 20px;
}

#IR .eirCalendar.s_eirBlock {
	margin-bottom: 50px;
}

#IR .eirCalendarNote {
	font-size: 12px;
}

#IR #CONTENTS .eirHeading {
	font-size: 2.4em;
	line-height: 1.4;
	color: #000;
	text-align: left;
	margin-bottom: 24px;
	padding: 0 0 16px;
	border-bottom: 2px solid #f9ab45;
	background: none;
}

#IR .qirContent_unit_item {
	font-size: 13px;
}

@media only screen and (max-width: 641px) {
	#IR .s_eirList_item_titleBox {
		margin-left: 0;
	}
}

#IR .s_eirTab li {
	background: #f9ab45;
	border: none;
	transition: 0.3s;
}

#IR .s_eirTab li a {
	color: #fff;
}

#IR .s_eirTab li.active, #IR .s_eirTab li:hover {
	background: #f58f37;
}

.eir[data-area-name="area_governance_005"] {
	text-align: right;
	margin-bottom: 20px;
}

#IR .qirContent_label {
	font-size: 14px;
	margin-top: 20px;
}

.qirBox_carefulNote_title {
	font-size: 12px;
	margin-bottom: 10px;
}

#IR .qirContent_table table {
	font-size: 12px;
	margin-top: 20px;
}

#IR .qirContent_table th,
#IR .qirContent_table td {
	font-size: 12px;
	padding: 5px 4px;
}

#IR .noDataText {
	font-size: 14px;
}
