@charset "utf-8";

.eir *,
.eirTarget_zipDownload *,
.eirTarget_pdfNote *,
.eirTarget_pnexNote *,
.eirTarget_yuhoNote *,
.eirTarget_rss_59846 *,
.eirTarget_yuhoCsv_741478 *,
.eirTarget_latestFiscalYm_eirSampleArea *,
.eirTarget_latestQuarter_eirSampleArea *,
.eir_controller_year *,
.eir_controller_newstype *,
.eirTarget_calendarImg *{
    box-sizing:border-box;
    line-height: normal;
}

.eir_pnexNote_item:first-of-type a[target="_blank"]::after {
    position: relative;
    bottom: 6px;
    margin: 0 5px;
    display: inline-block;
    content: "\E004";
    line-height: 1;
    -webkit-transform: translateY(50%) scale(1.19);
    transform: translateY(50%) scale(1.19);
    font-family: icon;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    font-size: 10px;
    vertical-align: middle;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}


/* --------------------------------------------------------
* タイプアイコン
* -------------------------------------------------------*/
.s_eirList_item-pdf .s_eirModule_eirItem::after {
    display: inline-block;
    content: "\E005";
    line-height: 1;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    top: 50%;
    right: 20px;
    position: absolute;
    font-family: icon;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    font-size: 10px;
    vertical-align: middle;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.s_eirList_item-url .s_eirModule_eirItem::after {
    display: inline-block;
    content: "\E004";
    line-height: 1;
    -webkit-transform: translateY(50%) scale(1.19);
    transform: translateY(50%) scale(1.19);
    top: 50%;
    position: absolute;
    font-family: icon;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    font-size: 10px;
    vertical-align: middle;
    -webkit-transform-origin: center left;
    transform-origin: center left;
    right: 18px;
}

@media screen and (max-width: 767px) {
    .s_eirList_item-pdf .s_eirModule_eirItem::after {
        right: 10px;
    }

    .s_eirList_item-url .s_eirModule_eirItem::after {
        right: 8px;
    }
}


/* --------------------------------------------------------
* カテゴリアイコンあり
* -------------------------------------------------------*/
@media (min-width: 768px) {
    .eir_area_area_news_002 .s_eirModule_titleBox {
        width: calc(100% - (4.5rem + 15px + 104px + 40px));
    }
}

@media screen and (max-width: 767px) {
    .eir_area_area_news_002 .s_eirModule_titleBox {
        width: 100%;
    }
}


/* --------------------------------------------------------
* アンカーリンク位置修正
* -------------------------------------------------------*/
.eir_area_area_tanshin_016 .s_eirHeading,
.eir_area_area_yuho_007 .s_eirHeading,
.eir_area_area_ir_material_008 .s_eirHeading,
.eir_area_area_meeting_010 .s_eirHeading {
    margin-top: -70px;
    padding-top: 70px;
}

@media screen and (max-width: 767px) {
    .eir_area_area_tanshin_016 .s_eirHeading,
    .eir_area_area_yuho_007 .s_eirHeading,
    .eir_area_area_ir_material_008 .s_eirHeading,
    .eir_area_area_meeting_010 .s_eirHeading {
        margin-top: -60px;
        padding-top: 60px;
    }
}


/* --------------------------------------------------------
* IRTOP
* -------------------------------------------------------*/
@media (min-width: 768px) {
    .eir_area_area_top_001 .s_eirList {
        width: 800px;
        margin: auto;
    }
}


/* --------------------------------------------------------
* IRニュース
* -------------------------------------------------------*/
@media (min-width: 768px) {
    .eir_area_area_news_002 .s_eirList {
        width: 800px;
        margin: auto;
    }
}


/* --------------------------------------------------------
* IRカレンダー
* -------------------------------------------------------*/
.eir_area_area_calendar_012 .s_eirList_item-all_link::before {
    content: none;
}

.eir_area_area_calendar_012 .s_eirModule_date {
    width: 7rem;
}

.eir_area_area_calendar_012 .s_eirModule_titleBox {
    width: calc(100% - (7rem + 40px));
    padding: 0;
}

@media screen and (max-width: 767px) {
    .eir_area_area_calendar_012 .s_eirModule_titleBox {
        width: 100%;
    }
}


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

/* --------------------------------------------------------
* eir年タイトル
* -------------------------------------------------------*/
.s_eirHeading{
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .s_eirHeading {
        font-size: 1.875rem;
        line-height: 1.5;
    }
}

@media screen and (max-width: 767px) {
    .s_eirHeading {
        font-size: 1.25rem;
        line-height: 1.5;
    }
}

.s_eirQuarter{}


/* --------------------------------------------------------
* EIRリスト
* -------------------------------------------------------*/
.s_eirItem {
    display: flex;
    align-items: center;
}
.s_eirList{
	margin:0;
	padding:0;
	list-style:none;
}


/*　EIRリスト > アイテム
--------------------------------------------------------*/
.s_eirList_item{
    display: flex;
    border-bottom: 1px solid #ebeef0;
}

.s_eirList_item{
    position: relative;
    display: flex;
}
/* .s_eirModule_eirItem > *{
    margin-left: 20px;
} */
.s_eirModule_eirItem > *:first-child{
    margin-left: 0;
}
.s_eirModule_eirItem {
    padding: 30px 0 20px;
}

.s_eirList_item-all_link{
    display: block;
}

.s_eirList_item > a {
    text-decoration: none;
}

/* .s_eirList_item_titleBox {
  display: flex;
  align-items: center;
  gap: 4px;
} */

@media (min-width: 768px) {
    .s_eirList_item-all_link::before {
        position: absolute;
        right: 100%;
        bottom: -1px;
        left: 0;
        content: "";
        border-bottom: 1px solid #172126;
        -webkit-transition: right .3s cubic-bezier(.765,.045,.36,.94);
        transition: right .3s cubic-bezier(.765,.045,.36,.94);
    }

    .s_eirList_item-all_link:hover::before {
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .s_eirModule_eirItem {
        padding: 25px 0;
    }
}


/*　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リスト > 日付
--------------------------------------------------------*/
.s_eirModule_date {
    white-space: nowrap;
    /* 日付の表示形式によって幅の修正が必要 */
    width: 4.5rem;
    color: #9daab3;
    font-size: .8125rem;
}


/*　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: 104px;
    margin-left: 15px;
}
.s_eirModule_category_icon{
    display:inline-block;
    letter-spacing: .3em;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid currentColor;
    color: #2a4abf;
    font-weight: 400;
    text-align: center;
    min-width: 104px;
    font-size: .75rem;
    line-height: 1.5;
    padding: 0 5px 2px;
}

@media screen and (max-width: 767px) {
    .s_eirModule_category {
        position: relative;
        bottom: 2px;
        width: 97px;
    }
    .s_eirModule_category_icon {
        padding: 1px 5px;
        min-width: 97px;
        font-size: .6875rem;
        line-height: 1.63636;
    }
}

/*　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; */
    /* display:flex; */
    flex-grow: 1;
    /* 日付 + カテゴリアイコン + 余白 */
    /* width: calc(100% - (6rem + 100px + 20px)); */
    margin-left: 40px;
    padding: 0 70px 0 0;
}

/*　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{
    margin-top: 5px;
    font-size: 80%;
}


/*　基本パターン（タイトルBOX内を表示）
--------------------------------------------------------*/

.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_titleBox_type,
.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: 767px){
    .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: 767px){
    .s_eirModule_titleBox {
        width: 100%;
        margin: 0;
        margin-top: 8px;
        padding: 0 50px 0 0;
    }
    
    
}


/* --------------------------------------------------------
* 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: 20px;
    width: 220px;
    position: relative;
}
.s_yearController::after {
    position: absolute;
    top: 50%;
    right: 20px;
    font-family: icon;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    display: inline-block;
    content: "\E001";
    font-size: 10px;
    line-height: 1;
    vertical-align: middle;
    -webkit-transform: translateY(-50%) scale(.6);
    transform: translateY(-50%) scale(.6);
    color: #172126;
}
.s_eirSelect{
    border: 1px solid #e1e4e6;
    font-weight: 700;
    width: 100%;
    color: #172126;
    background: #fff;
    max-width: 100%;
}
.s_eirAnchor{
    display: flex;
    flex-wrap:wrap;
	margin:0;
	padding:0;
    list-style:none;
    margin: 0 0 60px;
}
.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;
}

@media (min-width: 768px) {
    .s_yearController::after {
        right: 20px;
    }

    .s_eirSelect {
        padding: 11px 40px 13px 20px;
    }
}

@media screen and (max-width: 767px) {
    .s_yearController {
        margin-bottom: 10px;
    }

    .s_yearController::after {
        right: 35px;
    }

    .s_eirSelect {
        padding: 15px 48px 15px 24px;
        font-size: 1rem;
        -webkit-transform: scale(.9);
        transform: scale(.9);
        margin-left: -12px;
    }

    
}


/* --------------------------------------------------------
* Newstype Controller
* -------------------------------------------------------*/
.s_eirTab{
    position: relative;
    display: flex;
    margin:0;
    padding:0;
    list-style:none;
    width: 100%;
}
.s_eirTab:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background: #e1e4e6;
    bottom: 0;
    left: 0;
}
.s_eirTab li{
    border-width: 1px 1px 0;
    border-color: #e1e4e6;
    border-style: solid;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 54px;
    cursor: pointer;
}
.s_eirTab li a{
    display:flex;
    justify-content: center;
    align-items: center;
	width: 100%;
	height:100%;
	padding: 12px 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 {
    border-top: none;
    margin-top: -6px;
    height: 66px;
}
.s_eirTab li.active::before {
    position: absolute;
    background: #2a4abf;
    height: 6px;
    width: calc(100% + 2px);
    content: '';
    top: 0;
    left: -1px;
}
.s_eirTab li.active::after {
    position: absolute;
    height: 2px;
    width: 100%;
    content: '';
    background: #fff;
    bottom: 0;
    left: 0;
    z-index: 1;
}

@media (min-width: 768px) {
    .eir_controller_newstype {
        margin: 0 auto 50px;
        width: 900px;
    }

    .s_eirTab li {
        width: calc((100% - 24px) / 4);
    }

    .s_eirTab li:nth-child(n+2) {
        margin-left: 8px;
    }

    .s_eirTab li a {
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 1;
    }
}

@media screen and (max-width: 767px) {
    .eir_controller_newstype {
        width: calc(100% + 40px);
        margin: 6px auto 40px -20px;
    }

    .s_eirTab {
        padding: 0 10px;
    }

    .s_eirTab li {
        width: calc((100% - 15px) / 4);
    }
    
    .s_eirTab li:nth-child(n+2) {
        margin-left: 5px;
    }

    .s_eirTab li a {
        font-size: .875rem;
        font-weight: 500;
        line-height: 1.5;
    }
}


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

.eir_area_area_governance_004 .s_eirList_item-all_link::before {
    content: none;
}

.eir_area_area_governance_004 .s_eirList_item {
    border: none;
    margin-bottom: 40px;
}

.eir_area_area_governance_004 .s_eirModule_eirItem {
    display: inline-flex;
    padding: 0;
}

.eir_area_area_governance_004 .s_eirModule_titleBox {
    position: relative;
    padding: 0;
}

.eir_area_area_governance_004 .s_eirList_item-pdf .s_eirModule_titleBox::after {
    position: relative;
    bottom: 2px;
    display: inline-block;
    content: "\E005";
    line-height: 1;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    font-family: icon;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    font-size: 10px;
    vertical-align: middle;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.eir_area_area_governance_004 .s_eirList_item-url .s_eirModule_titleBox::after {
    position: relative;
    bottom: 2px;
    display: inline-block;
    content: "\E004";
    line-height: 1;
    -webkit-transform: translateY(50%) scale(1.19);
    transform: translateY(50%) scale(1.19);
    font-family: icon;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    font-size: 10px;
    vertical-align: middle;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.eir_area_area_governance_004 .s_eirList_item-url .s_eirModule_eirItem::after,
.eir_area_area_governance_004 .s_eirList_item-pdf .s_eirModule_eirItem::after {
    content: none;
}

@media (min-width: 768px) {
    .eir_area_area_governance_004 .s_eirModule_title_label {
        position: relative;
    }

    .eir_area_area_governance_004 .s_eirModule_title_label::after {
        position: absolute;
        right: 0;
        bottom: 0;
        content: "";
        background: currentColor;
        height: 1px;
        width: 100%;
        -webkit-transition: width .3s cubic-bezier(.765,.045,.36,.94);
        transition: width .3s cubic-bezier(.765,.045,.36,.94);
    }

    .eir_area_area_governance_004 .s_eirList_item a:hover .s_eirModule_title_label::after {
        width: 0;
    }
}


/* --------------------------------------------------------
* 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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 100px 0 0;
}
.eir_pdfNote_item{
    margin: 0 0 0 25px;
    font-size: .875rem;
    line-height: 1.5;
}
.eir_pdfNote_item:first-child{
    margin-left:0; 
}
.eir_yuhoNote_item,
.eir_pnexNote_item {
    /* font-size: .875rem;
    line-height: 1.5; */
    line-height: 2;
}
.eir_pnexNote_item-right{
    text-align:right;
}
.eir_pdfNote img,
.eir_pnexNote img {
    width: auto;
}

@media screen and (max-width: 767px) {
    .eir_pdfNote{
        margin: 80px 0 0;
        flex-direction: column;
    }
    .eir_pdfNote_item{
        margin-left:0;
        font-size: .75rem;
        line-height: 1.75;
    }
    .eir_pdfNote_item:first-child{
        margin-bottom: 10px; 
    }
    .eir_yuhoNote_item,
    .eir_pnexNote_item {
        /* font-size: .75rem;
        line-height: 1.75; */
    }
}



/* --------------------------------------------------------
* 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;
}

.qirContent_table thead th {
	background-color: #001A66;
	color: #fff;
}



.qirContent_table tbody tr:first-child,
.qirContent_table tbody tr:first-child th,
.qirContent_table tbody tr:first-child td:last-child {
	background-color: #EDEDED;
}

.qirContent_table tbody th {
	background-color: #F6F7FB;
	color: #172126;
}


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

    .eirItem_child .eirItem_head{
        display:none;
    }

	.eir_yuhoCsv_item_link{
		width:100%;
	}

	.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;
	}

}

/* --------------------------------------------------------
* IRライブラリ
* -------------------------------------------------------*/
.ir__resultList_meta .date{
  display:inline-block;
  width: 7ch;          /* "2023.10.13" がちょうど10文字 */
  font-variant-numeric: tabular-nums; /* 等幅数字にする（効く環境だけ） */
  white-space: nowrap;
}
