@charset "utf-8";

/* --------------------------------------------------------
* 全体設定
* eirBlock
* eir年タイトル
* EIRリスト
* Year Controller
* Newstype Controller
* noDataText
* Note
* Governance
* IR Calendar
* share
* RSS
* Matrix
* Accordion
* サムネ専用構造用
* テキスト機能
* エリアカスタマイズ用
* -------------------------------------------------------*/


/* --------------------------------------------------------
* 全体設定
* -------------------------------------------------------*/
.eir *,
.eirTarget_zipDownload *,
.eirTarget_pdfNote *,
.eirTarget_pnexNote *,
.eirTarget_yuhoNote *,
.eirTarget_rss_59846 *,
.eirTarget_latestFiscalYm_eirSampleArea *,
.eirTarget_latestQuarter_eirSampleArea *,
.eir_controller_year *,
.eir_controller_newstype *,
.eirTarget_calendarImg * {
    box-sizing: border-box;
}

.eir img {
  display: inline;
	width: auto;
  max-width: 100%;
}


/* --------------------------------------------------------
* eirBlock
* -------------------------------------------------------*/
.s_eirBlock {
    display: block;
}
.s_eirBlock:last-child {
    padding-bottom: 0;
}
.s_eirBlock:first-child {
    margin-top: 0;
}
.s_eirQuarterBlock {
    margin-bottom: 60px;
}
.s_eirBlock:last-child .s_eirQuarterBlock {
    margin-bottom: 0;
}


/* --------------------------------------------------------
* eir年タイトル
* -------------------------------------------------------*/
.s_eirHeading { font-size: 20px; }
.s_eirQuarter {}

@media screen and (max-width: 1139px) {
  .s_eirHeading {
    font-size: 16px;
  }
}
@media screen and (max-width: 899px) {}


/* --------------------------------------------------------
* EIRリスト
* -------------------------------------------------------*/

/*　EIRリスト > アイテム
--------------------------------------------------------*/
.s_eirList {
    margin: 0;
    padding: 0;
    list-style: none;
}
.s_eirList li {
    list-style: none;
}
.s_eirList_item {
    border-top: 1px solid #CCC;
}
.s_eirList_item:first-child {
    border-top-width: 0;
}
.s_eirList_item:last-child {
    border-bottom: 1px solid #CCC;
}
.s_eirList_item:has( + .eirItem_child) {
    padding-bottom: 10px;
}
@media screen and (max-width: 899px) {
  .s_eirList_item:has( + .eirItem_child) {
      padding-bottom: 15px;
  }
}

/* オールリンク用 */
.s_eirItem {
	display: flex;
	padding: 20px 0;
}
@media screen and (max-width: 899px) {
	.s_eirItem {
		flex-wrap: wrap;
	}
}

/* テキストリンク用 */
.s_eirList_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 20px;
    padding: 20px;
    transition: background .3s;
}
.s_eirList_item:hover {
    background-color: #fffbfb;
}
.s_eirList_item-all_link {
    display: block;
}
@media screen and (max-width: 899px) {
    .s_eirList_item {}
}
@media screen and (max-width: 500px) {
    .s_eirList_item {
        margin: 0 -20px;
    }
}


/*　EIRリスト > アイテム（訂正）
--------------------------------------------------------*/
.eirItem_child {
	border-top: 0;
	margin-top: 0;
  padding-top: 0;

    &:has(.s_eirItem) {
        border-top: 1px solid #CCC;
    }
    
    & .eirItem_head {
        visibility: hidden;
        height: 0;
    }

    & .s_eirModule_titleBox {
        position: relative;
        padding-left: 20px;
        margin-left: 20px;
    }

    & .s_eirModule_titleBox::before{
        content: "";
        display: inline-block;
        width: 0.5em;
        height: 0.4em;
        border: 1px solid #000;
        border-right: none;
        border-top: none;
        position: absolute;
        top: 0.2rem;
        left: 0;
    }
}
@media screen and (max-width: 899px) {
	.eirItem_child {
        & .eirItem_head {
            display: none;
        }

        & .s_eirModule_titleBox {
            margin: 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 {
    font-size: calc(16/16*1rem);
    line-height: 1;
    flex-shrink: 0;
    white-space: nowrap;
    width: 7.5rem;
}


/*　EIRリスト > サムネイル
--------------------------------------------------------*/
.s_eirModule_thumbnail {
    flex-shrink: 0;
    width: 200px;
    margin: 0 20px 0 0;
    padding: 0;
}
.s_eirModule_thumbnail_img {
	width: 100%;
	height: auto;
	margin: 0;
	border: 1px solid #ccc;
}
@media screen and (max-width: 899px) {
    .s_eirModule_thumbnail {
        margin: 10px 0 0;
        width: 100%;
    }
}


/*　EIRリスト > カテゴリアイコン
--------------------------------------------------------*/
.s_eirModule_category {
    flex-shrink: 0;
}
.s_eirModule_category_icon {
    background-color: #000;
    border-radius: 13px;
    color: #FFF;
    display: grid;
    place-items: center;
    font-size: calc(12/16*1rem);
    line-height: 1;
    height: 26px;
    padding-inline: 16px;
    min-width: 80px;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
@media screen and (max-width: 899px) {
    .s_eirModule_category {}
}

/* ニュースタイプ */
/* .cat-news-●● .s_eirModule_category_icon {
    background-color: #000;
} */
/* サブタイプ */
/* .cat-sub-●● .s_eirModule_category_icon {
    background-color: #000;
} */


/*　EIRリスト > カテゴリアイコン（画像）
--------------------------------------------------------*/
.s_eirModule_category_image {
    display: none;
}


/*　EIRリスト > タイトルBOX
--------------------------------------------------------*/
.s_eirModule_titleBox {
    display: block;
    flex-grow: 1;
    width: 100%;
}
@media screen and (max-width: 899px) {
    .s_eirModule_titleBox {
        width: 100%;
    }
}

.s_titleBox_title {
    /* display: inline;
    display: none; */
}


/*　EIRリスト > タイトル（書類名）
--------------------------------------------------------*/
.s_eirModule_title {
    display: inline;
    font-size: calc(14/16*1rem);
    font-weight: 400;
    line-height: calc(27/16*1rem);
    letter-spacing: .127em;
}
.s_eirModule_title_link {
}
.s_eirModule_title_link:hover {
	color: #b10104;
}
.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 {
}

/* CSSアイコン */
/*.s_eirModule_type_icon {
    display: inline-block;
}
.s_eirModule_type_figure {
    display: none;
}*/

/* 画像アイコン */
 .s_eirModule_type_icon {
    display: none;
}
.s_eirModule_type_figure {
    display: inline-block;
} 

.s_eirModule_type_icon {
    vertical-align: middle;
    padding: 0px 10px;
    margin-left: 5px;
    line-height: 15px;
    color: #FFF;
    font-size: 10px;
}


/*　EIRリスト > アイテムタイプアイコン（CSS）
--------------------------------------------------------*/
.s_eirModule_type_icon-pdf {
    background-color: #ee3d23;
    display: none;
}
.s_eirModule_type_icon-url {
    color: transparent;
    display: inline-block;
    font-size: 0.85em;
    padding: 0;
    position: relative;
}
.s_eirModule_type_icon-url::after {
    content: "\f08e";
    color: #C50A0D;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
}
.s_eirModule_type_icon-url ~ .s_eirModule_type_figure {
    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 {
    margin: 0;
}
.s_eirModule_type_figure_image {
    height: 15px;
    width: auto;
    vertical-align: middle;
    margin-left: 5px;
}
.s_eirModule_type_figure:has(.s_eirModule_type_figure_image-doc),
.s_eirModule_type_figure:has(.s_eirModule_type_figure_image-docx),
.s_eirModule_type_figure:has(.s_eirModule_type_figure_image-xls),
.s_eirModule_type_figure:has(.s_eirModule_type_figure_image-xlsx),
.s_eirModule_type_figure:has(.s_eirModule_type_figure_image-ppt),
.s_eirModule_type_figure:has(.s_eirModule_type_figure_image-pptx),
.s_eirModule_type_figure:has(.s_eirModule_type_figure_image-zip),
.s_eirModule_type_figure:has(.s_eirModule_type_figure_image-space) {
    /*display: none;*/
}

/* 疑似要素アイコン表示 */
/*
.s_eirList_item-url .s_eirModule_type_figure::before {
}
.s_eirList_item-pdf .s_eirModule_type_figure::before {
}
*/


/*　EIRリスト > サイズ表示（KB）
--------------------------------------------------------*/
.s_eirModule_size {
}


/*　EIRリスト > NEWアイコン
--------------------------------------------------------*/
.s_eirModule_new {
}
.s_eirModule_new_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 15px;
    padding: 0px 10px;
    background-color: #F90;
    text-align: center;
    color: #FFF;
    font-size: 10px;
    vertical-align: middle;
}


/*　EIRリスト > NEWアイコン（画像）
--------------------------------------------------------*/
.s_eirModule_new_image {
    display: none;
}

/*　EIRリスト > テキスト
--------------------------------------------------------*/
.s_eirModule_text {
}


/*　EIRリスト > コメント
--------------------------------------------------------*/
.s_eirModule_comment {
    font-size: 80%;
    line-height: 1.4;
    margin-top: 8px;
}


/*　基本パターン（タイトル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;
}


/* EIRリスト > 表示順変更
* -------------------------------------------------------*/
.s_eirList_item_date {
    order: 3;
}
.s_eirList_item_thumbnail {
    order: 1;
}
.s_eirList_item_category {
    order: 2;
}
.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;
}


/* --------------------------------------------------------
* Year Controller
* -------------------------------------------------------*/

/* プルダウン
* -------------------------------------------------------*/
.s_yearController {
  margin-bottom: 30px;
  max-width: 280px;
  position: relative;
}

.s_yearController::after {
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
  height: 7px;
  width: 10px;
  margin: auto 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
}

.s_eirSelect {
  border: 1px solid #979797;
  cursor: pointer;
  font-size: calc(14/16*1rem);
  padding: 10px 40px 10px 10px;
  width: 100%;
}

@media screen and (max-width: 499px) {
  .s_yearController {
      max-width: 100%;
  }
}

/* アンカー
* -------------------------------------------------------*/
.s_eirAnchor {
    display: flex;
    flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
    gap: 20px;
    
    & a::before {
        display: inline-block;
        content: "";
        border: 5px solid transparent;
        border-top: 5px solid #333;
        margin-right: 5px;
    }
}
@media screen and (max-width: 899px) {
    .s_eirAnchor {
        width:100%;
        gap: 10px 20px;

        & li {
            width: calc((100% - (20px * 3)) / 4);

            & a {
                width:auto;
            }
        }
    }
}


/* --------------------------------------------------------
* Newstype Controller
* -------------------------------------------------------*/
.s_newsTypeController {
	margin-bottom: 60px;
}
.s_eirTab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px;
    margin: 0;
    padding: 0;
    list-style: none;

    & li {
        text-align: center;

        & a {
            display: block;
            font-weight: 500;
            line-height: 2;
            height: 100%;
            width: fit-content;
            margin: 0 auto;
            padding: 0 10px;
            text-decoration: none;
            outline: none;
            position: relative;
        }

        & a::after {
            background-image: linear-gradient(#4a5071, #4a5071);
            background-position: 100% 100%;
            background-size: 0% 1px;
            background-repeat: no-repeat;
            content: "";
            height: 1px;
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            transition: background-size .6s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        &.active a {
            color: var(--ir-main);
        }

        &.active a::after,
        &:hover a::after {
            background-position: 0 100%;
            background-size: 100% 1px;
            text-decoration: none;
        }
    }
}
@media screen and (max-width: 899px) {
    .s_newsTypeController {
        margin-bottom: 40px;
    }
  
    .s_eirTab {
        gap: 15px;

        & li {

            & a {
                font-size: calc(14/16*1rem);
            }
        }
    }
}

@media screen and (max-width: 470px) {
    .s_eirTab {
          gap: 10px;
        
          & li {
              min-width: calc((100% - 15px) / 2);
      
            & a {
                border: 1px solid currentColor;
                border-radius: 9999px;
                padding: 5px 10px;
                width: 100%;
            }

          &.active a {
              background-color: var(--ir-main);
              color: #FFF;
              pointer-events: none;
          }

          &.active a::after,
          &:hover a::after {
              display: none;
          }
          
        }
    }
  }
}


/* --------------------------------------------------------
* noDataText
* -------------------------------------------------------*/
.noDataText {
    display: block;
}


/* --------------------------------------------------------
* Note
* -------------------------------------------------------*/
.eir_pdfNote,
.eir_pnexNote,
.eir_yuhoNote {
    & p {
        margin: 0;
    }
}
/*.eir_pdfNote_item,*/
.eir_pnexNote_item,
.eir_yuhoNote_item{
      font-size: 14px;
      line-height: 1.7;
}
.eir_pdfNote img,
.eir_pnexNote img {
    width: auto;
    vertical-align: bottom;
}

/* PDF注記
* -------------------------------------------------------*/
.eir_pdfNote {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 50px;
}

/* PNEX注記
* -------------------------------------------------------*/
.eir_pnexNote {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 30px;
}
.eir_pnexNote_item-right {
    text-align:right;
}

/* 外部リンクアイコン*/
.eir_pnexNote_item:first-of-type a[target="_blank"] {
    color: var(--ir-main);
    text-decoration: underline;
    white-space: nowrap;
}
.eir_pnexNote_item:first-of-type a[target="_blank"]:hover {
    text-decoration: none;
}
.eir_pnexNote_item:first-of-type a[target="_blank"]::after {
}

/* 有報注記
* -------------------------------------------------------*/
.eir_yuhoNote {
    margin-top: 30px;
}
@media screen and (max-width: 899px) {
    .eir_pdfNote {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}


/* --------------------------------------------------------
* Governance
* -------------------------------------------------------*/
.eir[class*="area_governance"] {
    & .noDataText {
        display: none;
    }
    & .s_eirList_item {
        border: none;
        display: block;
        padding-top: 0;
        text-align: right;
        margin-bottom: 0;/*資料無しの場合消えるアキ*/
    }
    & .s_eirModule_titleBox {
        width: 100%;
    }
}
@media screen and (max-width: 899px) {
    .eir[class*="area_governance"] {
        & .s_eirList_item {
            text-align: left;
        }
    }
}


/* --------------------------------------------------------
* IR Calendar
* -------------------------------------------------------*/
.eirCalendar_figure {
	display: flex;
	justify-content: center;
    flex-wrap: nowrap;
    gap: 2px;
	padding: 0;
	width: 100%;
	margin: 0 auto;
}
.eirCalendarNote {
    line-height: 1.7;
    margin: 60px 0 0;
}
@media screen and (max-width: 899px) {
  .eirCalendarNote {
      margin: 40px 0 0;
  }
}
.eirCalendar_image {
	width: 50%;
}
@media screen and (max-width: 899px) {
	.eirCalendar_figure {
		flex-direction: column;
        gap: 10px;
		width: 100%;
    }
	.eirCalendar_image {
        width: 100%;
    }
}


/* --------------------------------------------------------
* 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;
    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;
}


/* --------------------------------------------------------
* Matrix
* -------------------------------------------------------*/
.s_eirMatrix_table {
	border-collapse: collapse;
    width: 100%;
}
.s_eirMatrix_th,
.s_eirMatrix_td {
    width: 20%;
    padding: 10px;
	border: 1px solid #d9d9d9;
}
.s_eirMatrix_th {
    background-color: #eee;
}
.s_eirMatrix_item + .s_eirMatrix_item {
    margin-top: 10px;
}
.s_eirMatrix_item_link_el-date,
.s_eirMatrix_item_link_el-comment,
.s_eirMatrix_item_link_icon {
    display: none;
}
.s_eirMatrix_item_link_image {
    height: 15px;
}
.s_eirMatrix_item_el:not(:has(.s_eirMatrix_item_link_image-pdf)) .s_eirMatrix_item_link_image {
    display: none;
}
.s_eirMatrix_item_el:not(:has(.s_eirMatrix_item_link_image-pdf)) .s_eirMatrix_item_link_el-typeFigure::before {
    content: "";
    background: url(../img/filetype_icon/url.png) no-repeat center / cover;
    display: inline-block;
    width: 15px;
    height: 15px;
}

/* タイトル表示時は削除 */
.s_eirMatrix_item_link {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
}
.s_eirMatrix_item_link_el-title {
    display: none;
}
.eirItem_child .s_eirMatrix_item_link::before {
    content: "訂正資料";
    display: block;
    text-align: center;
}
/* ここまで　タイトル表示時は削除 */
@media screen and (max-width: 899px){
    .s_eirMatrix_table {
        width: 100%;
    }
    .s_eirMatrix_th,
    .s_eirMatrix_td {
        word-break: break-all;
    }
}


/* --------------------------------------------------------
* Accordion
* -------------------------------------------------------*/
.s_eirList_item_date_hidden {
    visibility: hidden;
}
.eirAccordionTrigger {
    background-image: none;
    cursor: pointer;
    padding: 5px;
    background-color: #2a855c;
    color: #FFF;
    position: relative;
    margin: 0 0 20px;
}
.eirAccordionTrigger::after {
    content: "＋";
    display: block;
    position: absolute;
    top: 2px;
    right: 10px;
}
.eirAccordionTrigger-open::after {
    content: "－";
}
.eirAccordionWrapper {
    display: none;
}
.eirAccordionWrapper-open {
    display: block;
}


/* --------------------------------------------------------
* サムネ専用構造用
* -------------------------------------------------------*/
.s_eirThumbnailGroup {
	display: flex;
}
.s_eirThumbnailImgBlock {
    flex-shrink: 0;
	width: 200px;
	margin-right: 50px;
}
.s_eirThumbnailImgBlock .s_eirThumbnail_item {
	margin: 0 0 30px;
}
.s_eirThumnailEntireTitle {
	margin-top: 0;
}
.s_eirThumnailEntire + .s_eirList_item,
.s_eirThumnailSection + .s_eirList_item {
	border-top: 0;
    margin-top: 0;
    padding-top: 0;
}
.s_eirThumnailSection {
	margin-top: 20px;
}
@media screen and (max-width: 899px) {
	.s_eirThumbnailGroup {
		flex-wrap: wrap;
	}
	.s_eirThumbnailImgBlock {
		width: 100%;
	}
}


/* --------------------------------------------------------
* テキスト機能
* -------------------------------------------------------*/
.s_eirText + .s_eirList {
    margin-top: 30px;
}


/* --------------------------------------------------------
* 1ページ複数エリア 注記削除
* -------------------------------------------------------*/
/*
.エリアclass {
    & .eir_pdfNote,
    & .eir_yuhoNote,
    & .eir_pnexNote {
        display: none;
    }
}
*/


/* --------------------------------------------------------
* カレンダー注記削除
* -------------------------------------------------------*/
/*
.エリアclass {
    & .eirCalendarNote {
        display: none;
    }
}
*/


/* --------------------------------------------------------
* エリアカスタマイズ用
* -------------------------------------------------------*/
/*
.エリアclass {}
@media screen and (max-width: 899px) {
    .エリアclass {}
}
*/










/* QIR */
/*---------------------------------
  BASE SETTING
-----------------------------------*/
.qir ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.qirArea {
	max-width: 100%;
}
.qirSection_wrapper {
	gap: 50px;
}
.qirContent {
	margin-top: 0;
}
.qir .qirArea-twocolumn {
	& .qirContent {
    margin-top: 0;
    width: calc((100% - 50px) / 2);
	}
}
@media screen and (max-width: 899px) {

  .qir .qirArea-twocolumn {
    & .qirContent {
        width: 100%;
    }
  }

}


/*---------------------------------
  指標名、単位
-----------------------------------*/
.qirContent_label {
  font-size: 20px;
}
.qirContent_unit {
}

@media screen and (max-width: 1139px) {
  .qirContent_label {
      font-size: 16px;
  }
}
@media screen and (max-width: 899px) {}


/*---------------------------------
  遡及修正削除
-----------------------------------*/
/* .qirBox_carefulNote_list_item-retrospective {
	display: none;
} */

.qirBox_asteriskNote_item,
.qirBox_carefulNote_list_item,
.qirBox_pnexNote_text {
    font-size: 14px;
    line-height: 1.7;
}

/*---------------------------------
  注記
-----------------------------------*/
.qirArea_wrapper + .qirBox,
.qirBox + .qirArea_wrapper {
	/*margin-top: 50px;*/
}
.qirBox_carefulNote_title {
	margin-bottom: 10px;
}
.pnexIcon {
	margin-top: 1em;

	& a {
		display: inline-block;
	}
}
@media screen and (max-width: 899px) {}

/*　 PNEX注記：外部リンクアイコン
-----------------------------------*/
.qirBox_pnexNote_text:first-of-type a[target="_blank"] {
  color: var(--ir-main);
  text-decoration: underline;
}
.qirBox_pnexNote_text:first-of-type a[target="_blank"]:hover {
  text-decoration: none;
}
.qirBox_pnexNote_text:first-of-type a[target="_blank"]::after {
}


/*---------------------------------
  凡例
-----------------------------------*/
.qirContent_legend_list {
	gap: 10px;

	& span {
		margin: 0;
	}
}
.qirContent_legend_list_item {
	margin: 0;
}
.qirContent_legend_label {
	display: flex;
	align-items: center;
	gap: 5px;

	&::after {
		display: none;
	}
}
.qirContent_legend_label_shape {
	margin-top: 0;
}
.qirContent_legend_label_checkbox {
	margin: 0;
	appearance: auto !important;
}
@media screen and (max-width: 899px) {}


/*---------------------------------
  テーブル
-----------------------------------*/
.qirContent_table {
	overflow-x: auto;
}
.qirArea-responsive {
	& .qirScrollTable {
		& .qirTable {
			min-width: 600px;
		}
	}
}
@media screen and (max-width: 899px) {}

.qirContent_table {
	margin-top: 10px;

	& table,
	& th,
	& td {
		border-color: #c7d5de;
	}

	& table {
		margin-top: 0;

		& th,
		& td {
			padding: 10px 8px;
		}

		& td {
			white-space: nowrap;
		}

		& thead th {
			background-color: #2b2e38;
			color: #fff;
			font-weight: bold;
      letter-spacing: .127em;
		}
	
		& tbody th {
			background-color: #2b2e38;
			color: #fff;
			font-weight: bold;
      letter-spacing: .127em;
		}
	}
}
@media screen and (min-width: 900px) {
  .qirContent_table tbody th {
      min-width: 8em;
  }
}


@media screen and (max-width: 899px) {
	.qirArea-responsive {
		& .qirContentWrapper {
			display: block;
			margin-top: 40px;
		}

		& .qirContent {
			width: 100%;
		}

		& .qirScrollTable {
			width: 100%;
			overflow-y: scroll;
		}
	}
}


/*---------------------------------
  凡例個別設定
-----------------------------------*/
.qirArea-twocolumn .qirContent.qirContent-id201,
.qirArea-twocolumn .qirContent.qirContent-id202 {
    width: 100%;
}
.qirContent-id101 .qirContent_legend {
    visibility:hidden;
}
.qirContent-id102 .qirContent_legend,
.qirContent-id122 .qirContent_legend  {
    display: none;
}
@media screen and (max-width: 899px) {
    .qirContent-id101 .qirContent_legend {
        display: none;
    }
}

/* 円グラフ
-----------------------------------*/
.qirContent_type-pie {
	& .qirContent_legend_list_item {
	pointer-events: none;
	}
	& .qirContent_legend_label_checkbox {
		display: none;
	}
}


/*---------------------------------
  配当
-----------------------------------*/
.qir[class*="area_dividend"] {
	& .qirContent_table {
		margin-top: 0;
	}
}
@media screen and (max-width: 899px) {}


/* --------------------------------------------------------
* 1ページ複数エリア 注記削除
* -------------------------------------------------------*/
/*
.エリアclass {
    & .qirBox {
      display: none;
    }
}
*/