@charset "utf-8";

/* --------------------------------------------------------
* 全体設定
* eirBlock
* eir年タイトル
* EIRリスト
* Year Controller
* Newstype Controller
* Note
* Governance
* IR Calendar
* share
* RSS
* yuhoCsv
* BoxList
* Matrix
* HTMLカレンダー
* エリアカスタマイズ用
* エリアカスタマイズ用（カテゴリアイコンあり体裁）
* -------------------------------------------------------*/


/* --------------------------------------------------------
* 全体設定
* -------------------------------------------------------*/
.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;
}


/* --------------------------------------------------------
* eirBlock
* -------------------------------------------------------*/
.s_eirBlock {
    display:block;
}
section.s_eirBlock {
}
/*.s_eirBlock:last-child {
    padding-bottom:0;
}
.s_eirBlock:first-child {
    margin-top:0;
}*/
.eirGroup{
    margin-top: 6rem;
}
.eir_area_area_latest_quarter_017 .eirGroup,
.eir_area_area_top_002 .eirGroup{
    margin-top: 0;
}
.s_eirQuarterBlock {
    width: 1160px;
    max-width: 100%;
    margin: 6rem auto 0;
    padding: 0 4rem;
}
.eir_area_area_latest_quarter_017 .s_eirQuarterBlock,
.eir_area_area_top_002 .s_eirQuarterBlock {
    width: 100%;
    margin: 0;
    padding: 0;
}
.s_eirBlock:last-child .s_eirQuarterBlock {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .eirGroup{
        margin-top: 3rem;
    }
    .s_eirQuarterBlock {
        margin: 1rem auto 0;
        padding: 0 2rem;
    }
}




/* --------------------------------------------------------
* eir年タイトル
* -------------------------------------------------------*/
.s_eirHeading {
    position: relative;
}
.s_eirHeading::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #e7eaf0;
    left: 0;
    bottom: 0;
}
.s_eirHeading span {
    position: relative;
    display: block;
    width: 1160px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 4rem;
    font-size: 2.6rem;
    line-height: 1.8;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    transform: translateY(0.4em);
}
.s_eirHeading span::before,
.s_eirHeading span::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #e7eaf0;
    border-radius: 50%;
    bottom: 9px;
}
.s_eirHeading span::before {
    left: -2px;
}
.s_eirHeading span::after {
    right: -2px;
}
.s_eirHeading span:empty::before,
.s_eirHeading span:empty::after {
    content: none;
}
.s_eirQuarter {}

@media screen and (max-width: 767px) {
    .s_eirHeading span {
        font-size: 2rem;
        padding: 0 2rem;
    }
    .s_eirHeading span::before,
    .s_eirHeading span::after {
        bottom: 6px;
    }
    .s_eirHeading span::before {
        left: calc(1rem - 2px);
    }
    .s_eirHeading span::after {
        right: calc(1rem - 2px);
    }
}

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

@media screen and (max-width: 767px) {
    .s_eirItem {
        flex-wrap: wrap;
    }
}


/*　EIRリスト > アイテム
--------------------------------------------------------*/
.eir_area_area_latest_quarter_017 .s_eirList_item {
    display: block;
}
.s_eirList_item {
    display: flex;
    padding: 2rem 1rem;
    border-bottom: 1px solid #CCC;
}
.s_eirList_item:first-child {
    margin-top:0;
}
.s_eirModule_eirItem > * {
    margin-left: 30px;
}
.s_eirModule_eirItem > *:first-child {
    margin-left: 0;
}
.s_eirModule_eirItem > *:nth-child(2) {
    margin-left: 42px;
}
.s_eirList_item-all_link {
    display: block;
}

@media screen and (max-width: 767px) {
    .s_eirModule_eirItem > *:nth-child(2) {
        margin-left: 0;
    }
    .s_eirList_item {
        flex-direction: column;
    }
    .eir .s_eirList_item {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .s_eirList_item::before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        order: 6;
    }
}


/*　EIRリスト > アイテム（訂正）
--------------------------------------------------------*/
.eirItem_child {
    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_area_area_latest_quarter_017 .s_eirModule_titleBox {
    margin-left: 0;
}

@media screen and (max-width: 767px) {
    .eirItem_child .eirItem_head {
        display:none;
    }
}


/*　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;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    /* 日付の表示形式によって幅の修正が必要 */
    /* 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 {
	min-width: 10rem;
    height: 2.5rem;
    color: #fff;
    background: linear-gradient(to right, #023894 0%, #2f4aa2 52%, #5c5caf 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
    .s_eirModule_eirItem > .s_eirModule_category {
        margin-left: 12px;
    }
    .s_eirModule_category_icon {
        min-width: 6rem;
        height: 2rem;
        font-size: 1rem;
    }
}


/*　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 {
    position: relative;
    padding-right: 8rem;
    line-height: 1.8;
    flex-grow: 1;
    /* 日付 + 余白 */
    /* width: calc(100% - (6rem + 20px)); */
}

/*.s_titleBox_title {
    display: inline;
    display: none;
}
*/

@media screen and (max-width: 767px) {
    .s_eirModule_titleBox {
        /*display: flex;
        flex-wrap: wrap;*/
        width: 100%;
        margin: 5px 0 0;
        padding-right: 0;
    }
}


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

.s_eirModule_title_link .s_eirModule_title_label {
	background: linear-gradient(#023894, #023894) 100% 100%/0 1px no-repeat;
	transition: background-size 0.4s;
}

@media screen and (min-width: 767px) {
	.s_eirModule_title_link:hover .s_eirModule_title_label{
		background-position: 0 100%;
		background-size: 100% 1px;
	}
}

@media screen and (max-width: 767px) {
    .s_eirModule_title_link .s_eirModule_title_label::after {
        bottom: -1px;
    }
}


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


/*　EIRリスト > アイテムタイプアイコン
--------------------------------------------------------*/
.s_eirModule_type {
    order: 3;
}
.s_eirModule_type_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    min-width: 6rem;
    height: 2rem;
    line-height: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #023894;
    color: #023894;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif;
    font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
    .s_eirModule_type_icon {
        display: inline-block;
        min-width: 4rem;
        font-size: 1rem;
        padding: 0 .5rem;
    }
}

/*　EIRリスト > アイテムタイプアイコン（CSS）
--------------------------------------------------------*/
.s_eirModule_type_icon-pdf {
    border-color: #023894;
    color: #023894;
    display:none;
}
.s_eirModule_type_icon-url {
    border-color: #2196F3;
    color: #2196F3;
    display:none;
}
.s_eirModule_type_icon-doc,
.s_eirModule_type_icon-docx {
    border-color: #3F51B5;
    color: #3F51B5;
    display:none;
}
.s_eirModule_type_icon-xls,
.s_eirModule_type_icon-xlsx {
    border-color: #4CAF50;
    color: #4CAF50;
    display:none;
}
.s_eirModule_type_icon-ppt,
.s_eirModule_type_icon-pptx {
    border-color: #FF5722;
    color: #FF5722;
    display:none;
}
.s_eirModule_type_icon-zip {
    border-color: #607D8B;
    color: #607D8B;
    display:none;  
}
.s_eirModule_type_icon-space {
    display:none;
}


/*　EIRリスト > アイテムタイプアイコン（画像）
--------------------------------------------------------*/
.s_eirModule_type_figure {
    display: inline;
}
.s_eirModule_type_figure_image {
    height:15px;
    vertical-align:middle;
}
.s_eirModule_type_figure_image-space {
    display:none;
}
/*.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 {
    order: 2;
}


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


/*　EIRリスト > NEWアイコン
--------------------------------------------------------*/
.s_eirModule_new {
    order: 4;
}
.s_eirModule_new_icon {
    display: inline-block;
    color:#FFF;
    width: 6rem;
    height: 2rem;
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: center;
    vertical-align: middle;
    margin: 0 0 0 3rem;
    background: linear-gradient(to right, #68aebe 3%, #6285b6 72%, #5b5cae 100%);
}
@media screen and (max-width: 767px) {
    .s_eirModule_new_icon {
        width: 4rem;
        height: 1.8rem;
        font-size: 1rem;
        margin: 0 0 0 1rem;
    }
}


/*　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 {
    order: 5;
    font-size: 80%;
    width: 100%;
}


/*　基本パターン（タイトルBOX内を表示）
--------------------------------------------------------*/
.s_titleBox_type,
.s_titleBox_size,
.s_titleBox_page_num,
.s_titleBox_new {
    display: inline;
}
.s_titleBox_text,
.s_titleBox_comment {
    display: block;
    padding-top: 5px;
}
.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 (min-width: 768px) {
    .s_titleBox_type{
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media screen and (max-width: 767px) {
    .s_titleBox_type{
        margin-left: 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;
}

/* --------------------------------------------------------
* Year Controller
* -------------------------------------------------------*/
.s_yearController {
    position: relative;
    width: 1160px;
    max-width: 100%;
    margin: 6rem auto 0;
    padding: 0 4rem;
}
.s_yearController::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
    position: absolute;
    left: 27rem;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.s_eirSelect {
    resize: vertical;
    background: #f3f3f3;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 1.2rem;
    min-width: 25rem;
    font-size: 1.6rem;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*Firefox用*/
    text-indent: .01px; 
    text-overflow: "";
}
.s_eirSelect:focus-visible {
    outline: none;
}
.eirAnchorLink {
    width: 1160px;
    max-width: 100%;
    margin: 0 auto 6rem;
    padding: 0 4rem;
}
.s_eirAnchor {
    display: flex;
    flex-wrap: wrap;
    transform: translateX(-2.5rem);
}
.s_eirAnchor li {
    margin: 0.5rem 2.5rem;
}
/* .s_eirAnchor li:last-child {
    margin-right:0;
}*/
.s_eirAnchor a {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding-right: 3rem;
}
.s_eirAnchor a:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #023894;
    border-left: 2px solid #023894;
    top: 5px;
    right: 2px;
    transform: rotate(-45deg);
    transition: 0.3s all;
}

@media screen and (max-width: 767px) {
    .s_yearController {
        margin: 3rem auto 0;
        padding: 0 2rem;
    }
    .s_yearController::after {
        left: 16rem;
    }
    .s_eirSelect {
        padding: 1rem;
        font-size: 1.4rem;
        min-width: 16rem;
    }
    .eirAnchorLink {
        margin-bottom: 3rem;
        padding: 0 2rem;
    }
    .s_eirAnchor {
        transform: translateX(0);
    }
    .s_eirAnchor li {
        margin: 0.5rem;
        width: auto;
    }
    .s_eirAnchor li a {
        padding-right: 2rem;
    }
    .s_eirAnchor li a:before {
        width: 6px;
        height: 6px;
        right: 4px;
    }
}


/* --------------------------------------------------------
* Newstype Controller
* -------------------------------------------------------*/
.s_newsTypeController {
    width: 1160px;
    max-width: 100%;
    margin: 6rem auto 0;
    padding: 0 4rem;
}
.s_eirTab {
    display: flex;
    margin:0;
    padding:0;
    list-style:none;
}
.s_eirTab li {
	width: 100%;
    min-height: 5rem;
	background-color:#F4F5F9;
}
.s_eirTab li + li {
	border-left-width: 0;
}
.s_eirTab li:last-child {
	margin-right:0;
}
.s_eirTab li a {
	display: block;
    height: 100%;
    padding: 0.5em 0;
    text-align: center;
    background: #F4F5F9;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all;
}
.s_eirTab li.active a,
.s_eirTab li:hover a {
    color:#FFF;
    background-color:#68AEBE;
}
.eir_area_area_top_001 .s_newsTypeController {
    padding: 0;
}
.eir_area_area_top_001 .s_eirQuarterBlock {
    padding: 0;
}
.eir_area_area_top_001 .eirGroup {
    margin-top: 2rem;
}
.eir_area_area_top_001 .s_eirQuarterBlock {
    margin-top: 0;
}
.eir_area_area_top_001 .s_eirTab {
    gap: 0;
}
.eir_area_area_top_001 .s_eirTab li {
    border: 1px solid #e7eaf0;
    min-height: auto;
}
.eir_area_area_top_001 .s_eirTab li a {
    background-color:#fff;
    height: 4rem;
}
.eir_area_area_top_001 .s_eirTab li.active a,
.eir_area_area_top_001 .s_eirTab li:hover a {
    color:#333;
    background-color:#e7eaf0;
}

@media screen and (max-width: 767px) {
    .s_newsTypeController {
        margin: 3rem auto 0;
        padding: 0 2rem;
    }
    .s_eirTab {
        width:100%;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 2px 0px;
    }
    .s_eirTab li {
        width: calc((100% / 2) - 1px);
        min-height: 3.5rem;
    }
    .eir_area_area_top_001 .eirGroup {
        margin-top: 0;
    }
    .eir_area_area_top_001 .s_eirTab li {
        width: calc(100% / 2);
        min-height: auto;
    }
    .eir_area_area_top_001 .s_eirTab li:first-child {
        width: 100%;
    }
    .eir_area_area_top_001 .s_eirTab li:nth-child(even){
        border-right: none;
    }
    .eir_area_area_top_001 .s_eirTab li:nth-child(n+2){
        border-top: none;
    }
    .eir_area_area_top_001 .s_eirTab li a {
        height: 3rem;
    }
    /*.s_eirTab li + li {
        border-left-width: 2px;
    } */
    .s_eirTab li a {
        width:auto;
    }
}


/* --------------------------------------------------------
* Note
* -------------------------------------------------------*/
.eir_pnexNote_item > a,
.eir_yuhoNote_item > a{
    position: relative;
    color: #023894;
}
.eir_pnexNote_item > a::after,
.eir_yuhoNote_item > a::after{
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    left: 0;
    bottom: -5px;
    transition: 0.3s all;
    background: #023894;
}
.eir_pdfNote_item > a:hover::after,
.eir_pnexNote_item > a:hover::after,
.eir_pnexNote_item > a:hover::after {
    width: 100%;
}
.eir_pdfNote_item > a img{
    transition: 0.3s all;
}
.eir_pdfNote_item > a:hover img{
    opacity: .6;
}
.eir_pdfNote img,
.eir_pnexNote img {
    width: auto;
}

/* PDF注記
* -------------------------------------------------------*/
.eir_pdfNote {
    width: 1080px;
    max-width: 100%;
    margin: 6rem auto 0;
    padding: 0 4rem;
    padding: 5rem;
    border: 10px solid #e7eaf0;
}
.eir_pdfNote {
    display: flex;
    justify-content: flex-start;
}
.eir_pdfNote_item {
    margin-top: 0;
    margin-left:20px;
    line-height: 1.8;
}
.eir_pdfNote_item:first-child {
    margin-left:0; 
}

/* PNEX注記
* -------------------------------------------------------*/
.eir_pnexNote {
    width: 1160px;
    max-width: 100%;
    margin: 4rem auto 0;
    padding: 0 4rem;
    line-height: 1.8;
}
.eir_pnexNote_item {
    line-height: 1.8;
}
.eir_pnexNote_item > a img{
    transition: 0.3s all;
}
.eir_pnexNote_item > a:hover img{
    opacity: .6;
}
.eir_pnexNote_item-right {
    text-align: right;
}
.eir_pnexNote_item-right > a::after{
    content: none;
}

/* 外部リンクアイコン*/
.eir_pnexNote_item:first-of-type a[target="_blank"]::after {
}

/* 有報注記
* -------------------------------------------------------*/
.eir_yuhoNote {
    width: 1160px;
    max-width: 100%;
    margin: 4rem auto 0;
    padding: 0 4rem;
}
.eir_yuhoNote_item {
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    .eir_pdfNote {
        width: calc(100% - 4rem);
        flex-direction: column;
        margin-top: 3rem;
        padding: 3rem;
        border-width: 5px;
    }
    .eir_pdfNote_item {
        margin-left:0; 
    }
    .eir_pdfNote_item:first-child {
        margin-bottom: 20px; 
    }
    .eir_pnexNote,
    .eir_yuhoNote{
        margin-top: 2rem;
        padding: 0 2rem;
    }
}


/* --------------------------------------------------------
* Governance
* -------------------------------------------------------*/
.eir[class*="area_governance"] .s_eirList_item {
    justify-content: flex-end;
    text-align:right;
    border-bottom: none;
}
.eir[class*="area_governance"] .noDataText {
    display:none;
}
.eir[class*="area_governance"] .s_titleBox_type {
    position: inherit;
    transform: inherit;
    top: inherit;
    right: inherit;
}
.eir[class*="area_governance"]  .s_eirModule_titleBox {
    width: auto;
    flex-grow: 0;
    padding-right: 0;
}

@media screen and (max-width: 767px) {
    .eir[class*="area_governance"] .s_eirList_item {
        justify-content: flex-start;
        text-align:left;
    }
    .eir[class*="area_governance"]  .s_eirModule_titleBox {
        width: 100%;
    }
}

/* --------------------------------------------------------
* 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 {
    width: 1160px;
    max-width: 100%;
    margin: 4rem auto 0;
    padding: 0 4rem;
}
.eirCalendar_image {
	width:50%;
}

@media screen and (max-width: 767px) {
    .eirCalendarNote {
        margin: 2rem auto 0;
        padding: 0 2rem;
    }
	.eirCalendar_figure {
		flex-direction: column;
		max-width:424px;
		width:100%;
    }
	.eirCalendar_image {
	    width: 100%;
    }
	.eirCalendar_image:nth-child(2) {
		margin-left:0;
    }
}


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

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


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

@media screen and (max-width: 767px) {
	.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;
	}
}


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

@media screen and (max-width: 767px){
    .s_eirMatrix_table {
    	width:100%;
    }
    .s_eirMatrix_th,
    .s_eirMatrix_td {
    	word-break:break-all;
    }
}

.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: 767px) {
    .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;
    }
}

.eirDataArea > .noDataText{
    display: block;
    width: 1160px;
    max-width: 100%;
    margin: 6rem auto 6rem;
    padding: 0 4rem;
}

@media screen and (max-width: 767px) {
    .eirDataArea > .noDataText {
        margin-top: 3rem;
        padding: 0 2rem;
    }
}

/* --------------------------------------------------------
* エリアカスタマイズ用
* -------------------------------------------------------*/
/*
.エリアclass {}

@media screen and (max-width: 767px) {
    .エリアclass {}
}
*/


/* --------------------------------------------------------
* エリアカスタマイズ用（カテゴリアイコンあり体裁）
* -------------------------------------------------------*/
/*
.エリアclass .s_eirModule_titleBox {
    日付 +　余白 + カテゴリアイコン + 余白
    width: calc(100% - (6rem + 20px + 100px + 20px));
}

@media screen and (max-width: 767px) {
    .エリアclass .s_eirModule_titleBox {
        width: 100%;
    }
}
*/



/* QIR */
/*---------------------------------
  Content:グラフ関連
-----------------------------------*/
.chartBg{
    background-color: #e7eaf0;
}
.qir_area_fs_001 .qirMenu_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    transform: translateX(-2.5rem);
}
.qir_area_fs_001 .qirMenu_list_item{
    margin: 0.5rem 2.5rem;
    width: auto;
}
.qir_area_fs_001 .qirMenu_list_item_link{
    position: relative;
    display: inline-block;
    text-align: left;
    font-weight: bold;
    background: none;
    padding: 0 3rem 0 0;
}
.qir_area_fs_001 .qirMenu_list_item_link:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #023894;
    border-left: 2px solid #023894;
    top: 5px;
    right: 2px;
    transform: rotate(-45deg);
    transition: 0.3s all;
}
.qir_area_fs_001 .qirMenu_list_item_link:hover {
    background: none;
    text-decoration: none;
    color: #023894;
    cursor: pointer;
}

@media screen and (max-width:767px) {
    .qir_area_fs_001 .qirMenu_list{
        transform: translateX(0);
    }
    .qir_area_fs_001 .qirMenu_list_item{
        margin: 0.5rem 1rem;
    }
    .qir_area_fs_001 .qirMenu_list_item_link{
        padding-right: 2rem;
        font-size: 1.4rem;
    }
    .qir_area_fs_001 .qirMenu_list_item_link:before {
        width: 6px;
        height: 6px;
    }
}
@media screen and (max-width:767px) {
    .qir_area_fs_001 .qirMenu_list_item{
        margin: 0.5rem 1rem;
    }
    .qir_area_fs_001 .qirMenu_list_item_link{
        padding-right: 2rem;
        font-size: 1.4rem;
    }
    .qir_area_fs_001 .qirMenu_list_item_link:before {
        width: 6px;
        height: 6px;
    }
}

/*　テーブル
-----------------------------------*/
.qirContent_table table,
.qirContent_table th,
.qirContent_table td {
	border-color: #c7d5de;
}
.qirContent_table thead th {
	background-color: #68AEBE;
	color: #fff;
}
.qirContent_table tbody th {
	background-color: #758fa0;
	color: #fff;
}

.qir_area_highlight_004 .qirContent,
.qir_area_highlight_005 .qirContent,
.qir_area_highlight_006 .qirContent,
.qir_area_fs_001 .qirContent {
    margin-top: 60px;
}
.qir_area_fs_001 .qirContent .qirContent_table_unit{
    display: none;
}
.qir_area_fs_001 .qirContent_table table {
	font-size: 1.6rem;
}
.qir_area_fs_001 .qirContent_table table {
	font-size: 1.6rem;
}
.qir_area_highlight_004 .qirContent_table table,
.qir_area_highlight_004 .qirContent_table th,
.qir_area_highlight_004 .qirContent_table td,
.qir_area_highlight_005 .qirContent_table table,
.qir_area_highlight_005 .qirContent_table th,
.qir_area_highlight_005 .qirContent_table td,
.qir_area_highlight_006 .qirContent_table table,
.qir_area_highlight_006 .qirContent_table th,
.qir_area_highlight_006 .qirContent_table td,
.qir_area_fs_001 .qirContent_table table,
.qir_area_fs_001 .qirContent_table th,
.qir_area_fs_001 .qirContent_table td {
	border-color: #fff;
    background-color: #e7eaf0;
    padding: 1rem 1.5rem;
}
.qir_area_highlight_004 .qirContent_table thead th,
.qir_area_highlight_005 .qirContent_table thead th,
.qir_area_highlight_006 .qirContent_table thead th,
.qir_area_fs_001 .qirContent_table thead th {
	background-color: #68AEBE;
}
.qir_area_highlight_004 .qirContent_table tbody th,
.qir_area_highlight_005 .qirContent_table tbody th,
.qir_area_highlight_006 .qirContent_table tbody th,
.qir_area_fs_001 .qirContent_table tbody th {
	background-color: #68AEBE;
}
.qir_area_highlight_004 *+.qirBox,
.qir_area_highlight_005 *+.qirBox,
.qir_area_highlight_006 *+.qirBox,
.qir_area_fs_001 *+.qirBox {
    margin-top: 4rem;
}
.qir_area_highlight_004 .qirBox_carefulNote_title,
.qir_area_highlight_005 .qirBox_carefulNote_title,
.qir_area_highlight_006 .qirBox_carefulNote_title,
.qir_area_fs_001 .qirBox_carefulNote_title {
    color: #68AEBE;
    margin-bottom: 10px;
}
.qir_area_highlight_004 .qirBox_asteriskNote_item,
.qir_area_highlight_005 .qirBox_asteriskNote_item,
.qir_area_highlight_006 .qirBox_asteriskNote_item,
.qir_area_fs_001 .qirBox_asteriskNote_item {
    line-height: 2;
}
.qir_area_highlight_004 .qirBox_carefulNote_list_item,
.qir_area_highlight_005 .qirBox_carefulNote_list_item,
.qir_area_highlight_006 .qirBox_carefulNote_list_item,
.qir_area_fs_001 .qirBox_carefulNote_list_item {
	position: relative;
    padding-left: 1em;
    line-height: 2;
}
.qir_area_highlight_004 .qirBox_carefulNote_list_item::before,
.qir_area_highlight_005 .qirBox_carefulNote_list_item::before,
.qir_area_highlight_006 .qirBox_carefulNote_list_item::before,
.qir_area_fs_001 .qirBox_carefulNote_list_item::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #68AEBE;
    border-radius: 50%;
    left: 0;
    top: 0.6em;
}
.qir_area_highlight_004 .qirBox_pnexNote_text,
.qir_area_highlight_005 .qirBox_pnexNote_text,
.qir_area_highlight_006 .qirBox_pnexNote_text,
.qir_area_fs_001 .qirBox_pnexNote_text {
    line-height: 1.8;
}
.qir_area_highlight_004 .qirBox_pnexNote_text > a,
.qir_area_highlight_005 .qirBox_pnexNote_text > a,
.qir_area_highlight_006 .qirBox_pnexNote_text > a,
.qir_area_fs_001 .qirBox_pnexNote_text > a {
    position: relative;
    color: #023894;
}
.qir_area_highlight_004 .qirBox_pnexNote_text > a::after,
.qir_area_highlight_005 .qirBox_pnexNote_text > a::after,
.qir_area_highlight_006 .qirBox_pnexNote_text > a::after,
.qir_area_fs_001 .qirBox_pnexNote_text > a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    left: 0;
    bottom: -5px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    background: #023894;
}
.qir_area_highlight_004 .qirBox_pnexNote_text > a:hover::after,
.qir_area_highlight_005 .qirBox_pnexNote_text > a:hover::after,
.qir_area_highlight_006 .qirBox_pnexNote_text > a:hover::after,
.qir_area_fs_001 .qirBox_pnexNote_text > a:hover::after {
    width: 100%;
}
.qir_area_highlight_004 .pnexIcon > a:hover,
.qir_area_highlight_005 .pnexIcon > a:hover,
.qir_area_highlight_006 .pnexIcon > a:hover,
.qir_area_fs_001 .pnexIcon > a:hover {
    opacity: .6;
}

.qir_area_fs_001 .qirArea {
    max-width: 100%;
}
.qir_area_fs_001 .qirMenu,
.qir_area_fs_001 .qirBox,
.qir_area_fs_001 .qirSection_wrapper {
    width: 1160px;
    max-width: 100%;
    margin: 6rem auto 0;
    padding: 0 4rem;
}
.qir_area_fs_001 .qirSection_head {
    margin-top: 6rem;
}
.qir_area_fs_001 .qirSection_head_title {
    position: relative;
    font-size: 100%;
	padding-top: 145px;
	margin-top: -145px;
}
.qir_area_fs_001 .qirSection_head_title::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #e7eaf0;
    left: 0;
    bottom: 0;
}
.qir_area_fs_001 .qirSection_head_title span {
    position: relative;
    display: block;
    width: 1160px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 4rem;
    font-size: 2.6rem;
    line-height: 1.8;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    transform: translateY(0.4em);
}
.qir_area_fs_001 .qirSection_head_title span::before,
.qir_area_fs_001 .qirSection_head_title span::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #e7eaf0;
    border-radius: 50%;
    bottom: 9px;
}
.qir_area_fs_001 .qirSection_head_title span::before {
    left: -2px;
}
.qir_area_fs_001 .qirSection_head_title span::after {
    right: -2px;
}
.qir_area_fs_001 .qirContent,
.qir_area_fs_001 .qirArea-twocolumn .qirContent.qirContent-together{
    margin: 0;
}

@media screen and (max-width: 1260px), print{
	.qir_area_fs_001 .qirSection_head_title{
		padding-top: 68px;
		margin-top: -68px;
	}
}

/*---------------------------------
  レスポンシブ
-----------------------------------*/
@media screen and (max-width:767px) {
    .qir_area_highlight_004 .qirContent-id101 .qirContent_legend{
        display: none;
    }
    .qir_area_fs_001 .qirMenu,
    .qir_area_fs_001 .qirBox,
    .qir_area_fs_001 .qirSection_wrapper {
        margin: 3rem auto 0;
        padding: 0 2rem;
    }
    .qir_area_fs_001 .qirSection_head {
        margin-top: 3rem;
    }
    .qir_area_fs_001 .qirSection_head_title span {
        font-size: 2rem;
        padding: 0 2rem;
    }
    .qir_area_fs_001 .qirSection_head_title span::before,
    .qir_area_fs_001 .qirSection_head_title span::after {
        bottom: 6px;
    }
    .qir_area_fs_001 .qirSection_head_title span::before {
        left: calc(1rem - 2px);
    }
    .qir_area_fs_001 .qirSection_head_title span::after {
        right: calc(1rem - 2px);
    }
	.qirContent_table{
		overflow-x: auto;
	}
    .qir_area_fs_001 .qirContent_table table {
        font-size: 1.4rem;
    }
    .qir_area_highlight_004 .qirContent_table table,
    .qir_area_highlight_004 .qirContent_table th,
    .qir_area_highlight_004 .qirContent_table td,
    .qir_area_highlight_005 .qirContent_table table,
    .qir_area_highlight_005 .qirContent_table th,
    .qir_area_highlight_005 .qirContent_table td,
    .qir_area_highlight_006 .qirContent_table table,
    .qir_area_highlight_006 .qirContent_table th,
    .qir_area_highlight_006 .qirContent_table td {
        padding: 1rem;
    }
	.qirArea-responsive .qirContentWrapper {
		display: block;
		margin-top: 40px;
	}
	.qirArea-responsive .qirContent {
		width: 100%;
		margin:0 auto 30px;
	}
	.qirArea-responsive .qirScrollTable{
		width: 100%;
		overflow-y: scroll;
	}
	.qirArea-responsive .qirScrollTable .qirTable{
		min-width: 600px;
	}
    .qir_area_highlight_004 .qirArea-twocolumn .qirContent,
    .qir_area_highlight_005 .qirArea-twocolumn .qirContent,
    .qir_area_highlight_006 .qirArea-twocolumn .qirContent {
        width: 100%;
    }
    .qir_area_highlight_004 .qirContent_table,
    .qir_area_highlight_005 .qirContent_table,
    .qir_area_highlight_006 .qirContent_table,
    .qir_area_fs_001 .qirContent_table {
        -webkit-overflow-scrolling: touch;
        padding-bottom: 1rem;
    }
    .qir_area_highlight_004 .qirContent_table::-webkit-scrollbar,
    .qir_area_highlight_005 .qirContent_table::-webkit-scrollbar,
    .qir_area_highlight_006 .qirContent_table::-webkit-scrollbar,
    .qir_area_fs_001 .qirContent_table::-webkit-scrollbar {
        height: 1rem;
    }
    .qir_area_highlight_004 .qirContent_table::-webkit-scrollbar-track,
    .qir_area_highlight_005 .qirContent_table::-webkit-scrollbar-track,
    .qir_area_highlight_006 .qirContent_table::-webkit-scrollbar-track,
    .qir_area_fs_001 .qirContent_table::-webkit-scrollbar-track {
        border-radius: 10px;
        box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    }
    .qir_area_highlight_004 .qirContent_table::-webkit-scrollbar-thumb,
    .qir_area_highlight_005 .qirContent_table::-webkit-scrollbar-thumb,
    .qir_area_highlight_006 .qirContent_table::-webkit-scrollbar-thumb,
    .qir_area_fs_001 .qirContent_table::-webkit-scrollbar-thumb {
        background-color: #e7eaf0;
        border-radius: 10px;
        box-shadow:0 0 0 1px rgba(255, 255, 255, .2);
    }
    .qir_area_highlight_004 *+.qirBox,
    .qir_area_highlight_005 *+.qirBox,
    .qir_area_highlight_006 *+.qirBox {
        margin-top: 2rem;
    }
}

/*---------------------------------
  決算のご報告
-----------------------------------*/
#br.un_account{
    height: auto !important;
}
/* 決算月　タブ */
#br.un_account #brMenu{
    margin-bottom: 6rem;
}
/* 決算月　タブ */
#br.un_account #brMenu ul{
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
#br.un_account #brMenu li{
    float: none;
    width: calc(100%/ 4);
    min-height: 5rem;
    height: auto;
    background: #F4F5F9;
}
#br.un_account #brMenu li:hover{
    opacity: 1 !important;
}
#br.un_account #brMenu li.selected {
    background: #68AEBE;
    color: #fff;
}
#br.un_account #brMenu li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.5em 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.8;
    transition: 0.5s all;
}
#br.un_account #brMenu li:hover a{
    background: #68AEBE;
    color: #fff;
}
#br.un_account #brInner{
    padding: 5rem 4rem;
    border: 10px solid #e7eaf0;
}
@media screen and (max-width:767px) {
    #br.un_account #brMenu{
        margin-bottom: 3rem;
    }
    #br.un_account #brMenu ul{
        gap: 2px;
    }
	#br.un_account #brMenu li{
        width: calc((100% - 2px) / 2);
        min-height: 3.5rem;
	}
    #br.un_account #brMenu li a{
        font-size: 1.4rem;
    }
    #br.un_account #brInner{
        padding: 3rem 1.5rem;
    }
}

/* カテゴリ　タブ */
#br.un_account #innerTab ul{
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
#br.un_account #innerTab li{
    float: none;
    width: calc(100%/ 3);
    min-height: 5rem;
    height: auto;
    background: #F4F5F9;
}
#br.un_account #innerTab li.selected {
    background: #68AEBE;
    color: #fff;
}
#br.un_account #innerTab li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.5em 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.8;
    transition: 0.5s all;
}
#br.un_account #innerTab li:hover a{
    background: #68AEBE;
    color: #fff;
}
#br.un_account #innerArea{
    padding: 0;
    border: none;
}
@media screen and (max-width:767px) {
    #br.un_account #innerTab ul{
        gap: 2px;
    }
	#br.un_account #innerTab li{
        width: calc((100% - 4px) / 3);
        min-height: 3.5rem;
	}
    #br.un_account #innerTab li a{
        font-size: 1.2rem;
    }
}

/* タイトル */
#br.un_account #innerArea h3 {
    position: relative;
    margin: 6rem 0 2rem !important;
    padding: 0 0 0.5rem;
    color: #023894;
    font-size: 2rem;
    font-weight: bold;
}
#br.un_account #innerArea h3::after {
    position: absolute;
    content: "";
    width: 7rem;
    height: 1px;
    background: #023894;
    left: -4rem;
    bottom: 0;
}
#br.un_account #innerArea h3.h3title{
    height: auto;
    margin: 4rem 0 1.5rem !important;
    padding: 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: #023894;
}
#br.un_account #innerArea h3.h3title::after{
    content: none;
}
@media screen and (max-width:767px) {
    #br.un_account #innerArea h3 {
        margin: 3rem 0 1.5rem !important;
        font-size: 1.6rem;
    }
    #br.un_account #innerArea h3::after {
        width: 5rem;
        left: -1.5rem;
    }
    #br.un_account #innerArea h3.h3title{
        margin: 3rem 0 1rem !important;
    }
}

/* 内容 */
#br.un_account table.brTable {
    width: 100%;
    padding: 0 5rem;
    height: auto;
    margin-bottom: 0;
    font-size: 1.4rem;
}
#br.un_account table.brTable td{
    line-height: 1.6;
}
#br.un_account table.brTable td.title,
#br.un_account table.brTable td.value,
#br.un_account table.brTable td.ratio{
    padding: 1rem;
}
#br.un_account table.brTable td.forward,
#br.un_account table.brTable td.title{
    background: #fff;
    color: #023894;
    font-weight: bold;
    border-bottom: 1px solid #023894;
	font-size: 1.6rem;
}
#br.un_account table.brTable td.forward{
	width: 2%;
}
#br.un_account table.brTable td.title{
	width: 40%;
}
#br.un_account table.brTable td.value,
#br.un_account table.brTable td.ratio,
#br.un_account table.brTable td.back{
    background: #fff;
    border-bottom: 1px solid #ccc;
}
#br.un_account table.brTable td.value{
	width: 28%;
}
#br.un_account table.brTable td.ratio{
	width: 28%;
}
#br.un_account table.brTable td.back{
	width: 2%;
}
#br.un_account table.brTable td.value span{
	font-size: 2.2rem;
}

@media screen and (max-width:767px) {
    #br.un_account table.brTable tr {
        display: flex;
        flex-wrap: wrap;
    }
    #br.un_account table.brTable td.forward,
    #br.un_account table.brTable td.title,
    #br.un_account table.brTable td.value,
    #br.un_account table.brTable td.ratio,
    #br.un_account table.brTable td.back{
        display: block;
    }
    #br.un_account table.brTable td.forward,
    #br.un_account table.brTable td.title {
        font-size: 1.4rem;
    }
    #br.un_account table.brTable td.forward,
    #br.un_account table.brTable td.back{
        width: 0;
    }
    #br.un_account table.brTable td.title,
    #br.un_account table.brTable td.value,
    #br.un_account table.brTable td.ratio{
        width: 100%;
        padding: 1.5rem 1rem;
    }
    #br.un_account table.brTable td.value span{
        font-size: 2rem;
    }
}

/* テーブル */
#br.un_account table.segTable{
    border: none;
    margin-bottom: 4rem;
}
#br.un_account table.segTable caption{
    font-size: 1.2rem !important;
}
#br.un_account table.segTable td.head{
    padding: 1rem 1.5rem;
    background-color: #68AEBE;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
}
#br.un_account table.segTable td.head:last-child{
    border-right: none;
}
#br.un_account table.segTable th,
#br.un_account table.segTable td {
    padding: 2rem 1.5rem;
    background: #e7eaf0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 1.4rem;
}
#br.un_account table.segTable td:last-child{
    border-right: none;
}

@media screen and (max-width:767px) {
    #br.un_account table.segTable{
        margin-bottom: 2rem;
    }
    #br.un_account table.segTable caption{
        font-size: 1rem !important;
    }
    #br.un_account table.segTable td.head,
    #br.un_account table.segTable th,
    #br.un_account table.segTable td {
        padding: 1rem 0.5rem;
        font-size: 1.2rem;
    }
}

.eir_area_area_governance_022 .eirGroup,
.eir_area_area_governance_022 .s_eirQuarterBlock {
    margin-top: 0;
}

.eirGovernance_nextSec {
    margin-top: 0;
}