  @charset "utf-8";

.s_eirBlock{
    margin-top:80px;
    display:block;
}
.s_eirList__sb li.s_eirList_item__sb a.s_eirItem_title_text__sb:hover .p-news__title {
    text-decoration: none;
}

.cat-news-tanshin,
.cat-sub-ir_material_for_fiscal_ym44,
.cat-sub-ir_material_for_fiscal_ym45,
.cat-sub-ir_material_for_fiscal_ym5 {
    background-color:#007ac5;
}
.cat-news-press {
    background-color:#d0104c;
}
.cat-sub-ir_material_for_fiscal_ym6,
.cat-sub-ir_material_for_fiscal_ym8 {
    background-color:#0e1188;
}
.cat-sub-ir_material_for_fiscal_ym34,
.cat-sub-ir_material_for_fiscal_ym36,
.cat-sub-ir_material_for_fiscal_ym18,
.cat-sub-ir_material_for_fiscal_ym28,
.cat-sub-announcement9 {
    background-color:#e03700;
}
.cat-sub-ir_material6,
.cat-sub-ir_material7 {
    background-color:#e11e82;
}
.cat-news-pr,
.cat-sub-announcement,
.cat-sub-announcement1,
.cat-sub-announcement2 {
    background-color:#008015;
}

.s_eirList_item_type_icon__sb.c-link__icon-pdf.url {
    background-image: url(/assets/img/filetype_icon/url.png);
}
.s_eirList_item_type_icon__sb.c-link__icon-pdf.xls,
.s_eirList_item_type_icon__sb.c-link__icon-pdf.xlsx {
    background-image: url(/assets/img/filetype_icon/xls.png);
}
.s_eirList_item_type_icon__sb.c-link__icon-pdf.doc,
.s_eirList_item_type_icon__sb.c-link__icon-pdf.docx,
.s_eirList_item_type_icon__sb.c-link__icon-pdf.ppt,
.s_eirList_item_type_icon__sb.c-link__icon-pdf.pptx,
.s_eirList_item_type_icon__sb.c-link__icon-pdf.zip,
.s_eirList_item_type_icon__sb.c-link__icon-pdf.space {
    display: none;
}
.s_eirList_item_type_figure_image-url,
.s_eirList_item_type_figure_image-doc,
.s_eirList_item_type_figure_image-docx,
.s_eirList_item_type_figure_image-xls,
.s_eirList_item_type_figure_image-xlsx,
.s_eirList_item_type_figure_image-ppt,
.s_eirList_item_type_figure_image-pptx,
.s_eirList_item_type_figure_image-zip,
.s_eirList_item_type_figure_image-space{
    display:none;
}
.s_eirList_item_new__sb {
    display: inline-block;
    background-color: #dc3c02;
    vertical-align: middle;
    padding: 0 7px;
    border-radius: 3px;
    line-height: 20px;
    color: #FFF;
}


.eir_area_irtop_schedule .eirCalendarNote {
    display: none;
}
.eir_area_irtop_schedule .s_eirList_item__sb {
    padding: 0;
    min-height: auto;
}
.eir_area_irtop_schedule .s_eirList_item__sb:nth-child(n+2) {
    padding-top: 10px;
}


.eir_area_news .eirDataArea.s_eirBlock,
.eir_area_irnews .eirDataArea.s_eirBlock {
    margin-top: 20px;
}

.eir_area_irnews .s_yearController {
    margin-bottom: 30px;
}
.s_yearController .c-sidemenu__item--link.active a {
    color: #007ac5;
    background-color: #fafafa;
}
.s_yearController .c-sidemenu__item--link.active a::after {
    background-image: url(/assets/img/icon_btn_arrow2.png);
}


.eir a.c-link {
    line-height: 22px;
}
a.eirItem_title_text .p-news-item__title {
    color: #444;
}
a.eirItem_title_text {
    color: #444;
}
a.eirItem_title_text:hover .p-news-item__title {
    text-decoration: none;
}
a.eirItem_title_text.c-link:hover {
    text-decoration: none;
}




/* Newstype Controller */
.s_eirTab{
    display: flex;
    flex-wrap:wrap;
	margin:0;
	padding:0;
	list-style:none;
}
.s_eirTab li{
    margin-right:10px;
    margin-bottom:10px;
}
.s_eirTab li:last-child{
	margin-right:0;
}
.s_eirTab li a{
	display:block;
	width:150px;
	padding: 7px 15px;
	background-color:#e6e6e6;
	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 a,
.s_eirTab li a:hover{
	color:#FFF;
	background-color:#007ac5;
}

.s_eir_news_head {
    display: flex;
    justify-content: space-between;
    background-color: #444444;
    padding: 10px 10px 10px 20px;
    align-items: center;
    margin-bottom: 20px;
}
.s_eir_news_head .s_eir_news_title {
    color: #fff;
}
.s_eir_irnews_head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.s_eir_rss a {
    border-radius: 15px;
    padding-left: 30px;
    color: #007ac5;
    background-color: #fff;
}
.s_eir_news_head .s_eir_rss a {
    border: none;
}


.s_eir_button_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 95px;
  }
  
  .s_eir_button_g {
    margin-right: 60px;
    width: 300px;
    height: 60px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: 250ms ease-out;
    transition: 250ms ease-out;
    margin-top: 20px;
    border: 2px solid #444;
  }
  
  .s_eir_button_g:last-child {
    margin-right: 0;
  }
  
  .s_eir_button_g:hover {
    background-color: #444;
  }
  
  .s_eir_button_g a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    /* font-size: 20px; */
    font-weight: 700;
    overflow: hidden;
    -webkit-transition: 250ms ease-out;
    transition: 250ms ease-out;
  }
  
  .s_eir_button_g:hover a {
    color: #fff;
  }
  
  .s_eir_button_g a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 9px;
    height: 14px;
    font-weight: bold;
    background-image: url(/assets/img/icon_btn_arrow3.png);
    -webkit-transition: 250ms ease-out;
    transition: 250ms ease-out;
  }
  
  .s_eir_button_g:hover a:after {
    background-image: url(/assets/img/icon_btn_arrow1.png);
  }



.eir_area_session .c-section__title.s_eirHeading {
    margin-bottom: 0;
}
.s_eir_tableFlex__sb {
    display: flex;
}
.s_eirItem_thumb__sb {
    border: 1px solid #f0f0f0;
    border-left: none;
    padding: 10px;
    /* order: 1; */
}
.s_eirList_item_thumbnail__sb {
    width: 200px;
}
.s_eirItem_table.c-table th,
.s_eirMatrixMonthly__sb .c-table th {
   vertical-align: top;
   width: 24%;
}

.s_eirItem_tableTitle__sb {
    margin-bottom: 10px;
    margin-top: -80px;
    padding-top: 120px;
}
table.s_eirItem_table ul.s_eirList__sb li.s_eirList_item__sb {
    padding: 10px 0;
    min-height: 0;
    background-color: #fff;
    display: inline-block;
}

@media screen and (max-width: 768px){
    .s_eirItem_tableTitle__sb {
        margin-bottom: 10px;
        margin-top: -40px;
        padding-top: 80px;
    }

    .s_eir_tableFlex__sb {
        display: flex;
        flex-wrap: wrap;
    }
    .s_eirItem_table {
        order: 2;
    }
    .s_eirItem_thumb__sb {
        order: 1;
        border: none;
        padding: 0 0 10px;
    }

    .eir_relatedList .p-news__title {
        margin-top: 0;
    }
}

.s_eir_tableMaterial__sb {
    margin: 40px 0;
    
}

.eir_area_monthly .s_eirMatrixMonthly__sb {
    margin: 40px 0 20px;
}
.s_eirMatrixMonthly__sb {
    margin: 40px 0;
}
.s_eirHeading_monthly {
    margin-top: 80px;
}
.s_eirMatrixMonthly__sb th {
    width: 20%;
}
.s_eirMatrixMonthly__sb td {
    width: 40%;
}
.s_eirMatrixMonthly__sb .c-stripe-list li {
    background-color: #fff;
}

@media screen and (max-width: 768px){
    .s_eirMatrixMonthly__sb {
        overflow-x: scroll;
    }
    .s_eirMatrixMonthly__sb th {
        min-width: 80px;
    }
    .s_eirMatrixMonthly__sb .p-news__list li {
        padding: 0;
    }
}



.eir_area_analyst .s_eirItem_table th {
    width: 60%;
}
.eir_area_analyst .s_eirItem_table td {
    width: 40%;
}



.eir_area_gp_report .eirDataArea.s_eirBlock,
.eir_area_annual .eirDataArea.s_eirBlock {
    margin-top: 50px;
}
.s_eirThumnailList__sb {
    padding-left: 240px;
    min-height: 280px;
}
.s_eirThumnailList__sb .s_eirList_item__sb {
    position: relative;
}

.s_eirThumnailList__sb .s_eirList_item__sb:nth-child(odd) {
    background: #fafafa;
}
.s_eirThumnailList__sb .s_eirList_item__sb:first-child,
.s_eirThumnailList__sb .s_eirList_item__sb:nth-child(2n) {
    background: #fff;
}
.s_eirThumnailList__sb .s_eirList_item__sb .s_eirItem_thumb__sb {
    position: absolute;
    left: -240px;
    top: 0;
    padding: 0;
    border: 0;
    z-index: -1;
}
.s_eirThumnailList__sb .s_eirList_item__sb .s_eirItem_thumb__sb .s_eirList_item_thumbnail {
    border: none;
}
.s_eirThumnailList__sb .s_eirList_item__sb:first-child {
    padding-bottom: 30px;
}
.s_eirThumnailList__sb .s_eirList_item__sb:first-child .s_eirList_item_title__sb {
    font-size: 20px;
    line-height: 26px;
}
@media screen and (max-width: 768px){
    .s_eirThumnailList__sb {
        padding-left: 0;
    }
    .s_eirThumnailList__sb .s_eirList_item__sb .s_eirItem_thumb__sb {
        position: relative;
        left: 0;
        z-index: 1;
        order: 0;
        margin-bottom: 20px;
    }
}


.eir_area_individual {
    margin-bottom: 30px;
}


.eir_pdfNote p,
.eir_pnexNote p  {
    line-height: 2
}
.eir_pdfNote img,
.eir_pnexNote img  {
    width: auto;
}





/* library*/

.s_ir_library__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;

  }
  
  .s_ir_library__list li.s_ir_library__list_item {
    margin-bottom: 3.251%;
    width: 48%;
  }
  
  /* .s_ir_library__list li:nth-child(3n) {
    margin-right: 0;
  } */
  
  .s_ir_library__item {
    display: block;
    height: 100%;
    
  }
  
  .s_ir_library__item a.s_ir_library__link {
    display: block;
    width: 100%;
    height: 180px;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 30px 10.75%;
  }
  
  .s_ir_library__image {
    position: relative;
  }
  
  .s_ir_library__image img {
    width: 100%;
  }
  
  .s_ir_library__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 122, 197, 0.5);
    opacity: 0;
    -webkit-transition: 250ms ease-out;
    transition: 250ms ease-out;
  }
  
  .s_ir_library__item a:hover .s_ir_library__overlay {
    opacity: 1;
  }
  
  .s_ir_library__content {
    padding: 30px 10.75%;
    min-height: 150px;
    background-color: #f5f5f5;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  
  .s_ir_library--small .s_ir_library__content {
    padding-left: 8%;
    padding-right: 8%;
  }
  
  .s_ir_library__item a.s_ir_library__link:hover {
    color: #007ac5;
  }
  
  .s_ir_library__title {
    position: relative;
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
  }
  
  .s_ir_library__title:after {
    content: "";
    display: inline-block;
    margin-left: 15px;
    width: 9px;
    height: 14px;
    background-image: url("/assets/img/common/icon_btn_arrow2.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
  }
  
  .s_ir_library--small .s_ir_library__title {
    font-size: 18px;
  }
  
  .s_ir_library--small .s_ir_library__title:after {
    margin-left: 10px;
  }
  
  .s_ir_library__desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
  }
  
  .s_ir_library--small .s_ir_library__desc {
    font-size: 14px;
  }

    .s_ir_library__newtxt {
        font-weight: 600;
        margin-bottom: 10px;
    }


  .s_ir_library__content .s_eirList__sb li.s_eirList_item__sb {
    padding: 0 0 10px;
    background: none;
  }

  @media screen and (max-width: 768px){
      .s_ir_library__list li.s_ir_library__list_item {
        width: 100%;
        margin-bottom: 30px;
      }
      .s_ir_library__item a.s_ir_library__link {
        height: auto;
      }
  }

/* library*/





body *{
	box-sizing:border-box;
}


.s_eirBlock:last-child{
    padding-bottom:30px;
}
.s_eirBlock:first-child{
    margin-top:0;
    padding-bottom:0;
}

/* List */
.s_eirList{
	margin:0;
	padding:0;
	list-style:none;
}
.s_eirList_item{
    display: flex;
    margin-top:20px;
    padding-top:20px;
    border-top: 1px solid #CCC;
}
.s_eirList_item:first-child{
    margin-top:0;
    border:0;
}

.s_eirList_item_head{
    white-space:nowrap;    
}
.s_eirList_item_body{
    margin-left:10px; 
}
.eirItem_child{
    border-top:0;
    margin-top:0;
}
.eirItem_child .eirItem_head{
    visibility:hidden;
}


.s_eirList_item_category{
	display:inline-block;
	width:100px;
	background-color:#333;
	vertical-align:top;
	margin-left:5px;
	padding:3px 0;
	text-align:center;
	color:#FFF;
	font: 0.6rem 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif;
}
/* .cat-news-tanshin{
    background-color:#333;
}
.cat-news-yuho{
    background-color:#333;
}
.cat-news-press{
    background-color:#333;
}
.cat-news-pr{
    background-color:#333;
}
.cat-news-announcement{
    background-color:#333;
}
.cat-news-ir_material{
    background-color:#333;
}
.cat-news-ir_material_for_fiscal_ym{
    background-color:#333;
}
.cat-news-cgr_ds,
.cat-news-cgr_do{
    background-color:#333;
}
.cat-news-gms{
    background-color:#333;
} */

.s_eirList_item_thumbnail{
	width:●px;
	height:auto;
	margin:0;
	border:1px solid #ccc;
}

.s_eirList_item_title{
    display:inline;
}
.s_eirList_item_type{
    display:inline;
}
.s_eirList_item_type_icon{
    display: inline-block;
    vertical-align: middle;
    padding: 0px 10px;
    margin-left:5px;
    line-height: 15px;
    color:#FFF;
    font: 0.6rem 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif;
}
.s_eirList_item_type_icon-pdf{
    background-color:#ee3d23;
}
.s_eirList_item_type_icon-url{
    background-color:#2196F3;
    display:none;
}
.s_eirList_item_type_icon-doc,
.s_eirList_item_type_icon-docx{
    background-color:#3F51B5;
    display:none;
}
.s_eirList_item_type_icon-xls,
.s_eirList_item_type_icon-xlsx{
    background-color:#4CAF50;
    display:none;
}
.s_eirList_item_type_icon-ppt,
.s_eirList_item_type_icon-pptx{
    background-color:#FF5722;
    display:none;
}
.s_eirList_item_type_icon-zip{
    background-color:#607D8B;  
    display:none;  
}
.s_eirList_item_type_icon-space{
    display:none;
}
.s_eirList_item_type_figure{
    display:none;
    margin:0 5px 0 0;
}
.s_eirList_item_type_figure_image-url,
.s_eirList_item_type_figure_image-doc,
.s_eirList_item_type_figure_image-docx,
.s_eirList_item_type_figure_image-xls,
.s_eirList_item_type_figure_image-xlsx,
.s_eirList_item_type_figure_image-ppt,
.s_eirList_item_type_figure_image-pptx,
.s_eirList_item_type_figure_image-zip,
.s_eirList_item_type_figure_image-space{
    display:none;
}
.s_eirList_item_type_figure_image{
    height:15px;
    vertical-align:middle;
}

.s_eirList_item_new{
    display: inline-block;
    background-color:#F90;
    vertical-align: middle;
    padding: 0px 10px;
    line-height: 15px;
    color:#FFF;
    font: 0.6rem 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif;
}
.s_eirList_item_comment{
    font-size:0.8rem;
}

/* Year Controller */
.s_eirSelect{
    padding:10px 40px 10px 10px;
}
.s_eirAnchor{
    display: flex;
    flex-wrap:wrap;
	margin:0;
	padding:0;
	list-style:none;
}
.s_eirAnchor li{
    margin-right:20px;
}
.s_eirAnchor li:last-child{
    margin-right:0;
}
.s_eirAnchor a:before {
    display:inline-block;
    content: "";
    border: 5px solid transparent;
    border-top: 5px solid #333;
    margin-right:5px;
}


/* Governance */
.eir_area_governance .s_eirList_item{
    display: block;
    text-align:right;
}
.eir_area_governance .noDataText{
    display:none;
}

/* IR Calendar */
.eirCalendar_figure{
	display:flex;
	justify-content: center;
	margin:0;
	padding:0;
}
.eirCalendar_image:nth-child(2){
    margin-left:2px;
}
.eirCalendarNote{
    margin-top:30px;
}

/* FAQ */
.s_eirList_item_faq-q{
    font-weight:bold;
}
.s_eirList_item_faq-q::before{
    content:'Q.';
}
.s_eirList_item_faq-a{
    padding-left:1rem;
}
.s_eirList_item_faq-a p{
    margin:0;
    padding:0;
    line-height:1.6rem;
}

/* Meeting */
.eirItem-pickupText .eirItem_head,
.eirItem-pickupText .eirItem_title,
.eirItem-pickupText .eirItem_type,
.eirItem-pickupText .eirItem_new{
    display:none;
}
.eirItem-pickupText p{
    padding:0;
}

/* share */
.eir_MoreBtn_link{
    display:block;
	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_MoreBtn_link:hover{
	color:#FFF;
	background-color:#333;
	text-decoration:none;
}
.eir_rss{
    text-align:right;
}
.eir_rss_image{
    width:16px;
}
/* .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;
} */
.eir_pdfNote{
    display: flex;
}
.eir_pdfNote_item{
    margin-left:10px; 
}
.eir_pdfNote_item:first-child{
    margin-left:0; 
}
.eir_pnexNote_item-right{
    text-align:right;
}

/* Matrix */
.s_eirMatrix_table{
	border-collapse:collapse;
    width:100%;
}
.s_eirMatrix_th,
.s_eirMatrix_td{
    width:20%;
    padding:10px;
	border-style:solid;
	border-color:#d9d9d9;
	border-width:1px;
	justify-content: center;
	align-items: center;
	text-align:center;
}
.s_eirMatrix_th{
    background-color:#eee;
}

.eir-pager {
    letter-spacing: -0.5em;
    margin-top: 50px;
    margin-bottom: 80px;
    text-align: center;
}

.eir-pager .pagination {
    margin: 0;
}

.eir-pager span {
    display: inline-block;
    letter-spacing: normal;
    margin-right: 10px;
    margin-top: 5px;
}

.eir-pager span a {
    border: 1px solid #333;
    color: #333;
    display: inline-block;
    padding: 5px 10px;
}

.eir-pager span.current {
    border: 1px solid #eee;
    color: #eee;
    padding: 5px 10px;
}

.s_eirList_item_date_hidden{
    visibility: hidden;
}

.s_eir_tableFlex__sb .c-table.haveThumbnail{
    width: calc(100% - 220px);
}

@media screen and (max-width: 768px){
    .s_eirList_item{
        flex-direction: column;
    }
    .s_eirList_item_body{
        margin-top:10px;
        margin-left:0;
    }

    .s_eirTab{
        width:100%;
        justify-content: space-between;
    }
    .s_eirTab li{
        width:49%;
        margin-right:0;
        margin-top:2%;
    }
    .s_eirTab li a{
        width:auto;
    }

    .s_eirAnchor{
        width:100%;
        justify-content: space-between;
    }
    .s_eirAnchor li{
        width:20%;
        margin-right:0;
        margin-top:2%;
    }
    .s_eirAnchor li a{
        width:auto;
    }

    .eirItem_child .eirItem_head{
        display:none;
    }

	.eir_yuhoCsv_item_link{
		width:100%;
	}
    
    .eir_pdfNote{
        flex-direction: column;
    }
    .eir_pdfNote_item{
        margin-left:0; 
    }
    .eir_pdfNote_item:first-child{
        margin-bottom: 10px; 
    }    

	.eirCalendar_figure{
		flex-direction: column;
	}
	.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;
    }

    .s_eir_tableFlex__sb .c-table.haveThumbnail{
        width: 100%;
    }
}
