@charset "UTF-8";

/* CSS Document */
/*---------------------------------
common
---------------------------------*/
#KVimg{
  margin-bottom: 15px;
}

#KVimg img{
  width: 100%;
}

#header #nav li a.navCompany {
  background-image: url(/images/common_new/nav_company_act.gif);
}
#header #nav li a.navCompany:hover {
  background-image: url(/images/common_new/nav_company_act.gif);
}


#header #nav li a.navCsr {
  background-image: url(/images/common_new/nav_project_off.gif);
}
#header #nav li a.navCsr:hover {
  background-image: url(/images/common_new/nav_project_on.gif);
}
/*----------

#header #nav li a.navIr {
  background-image: url(/images/common_new/nav_ir_act.gif);
  width: 158px;
}
#header #nav li a.navIr:hover {
  background-image: url(/images/common_new/nav_ir_act.gif);
}
----------*/

p.SecuritiesCode{
    font-size: 0.75em;
}

/* IR共通エリア */
#IR_MENU .imgBox{
  margin-bottom: 20px;
}

#IR_MENU p a{
  text-decoration: underline;
}

#IR_MENU .imgBox img{
  max-height: 100px;
}

#question ul.sbsList{
  padding-right: 80px;
}

/*
#question ul.sbsList>li{
  width: 33.33333333333333%;
}

#question ul.sbsList>li:nth-of-type(3n){
  margin-right: -80px;
}*/

#ranking .rankingBox{
  counter-reset: ranking-mark;
  font-size: 0;
}

#ranking .rankingBox p{
  font-weight: bold;
  display:inline-block;
  line-height: 2;
  margin: 5px 40px 15px 0;
}

#ranking .rankingBox p:before{
  display:inline-block;
  content: counter(ranking-mark, decimal);
  counter-increment: ranking-mark;
  padding: 5px 7px;
  margin-right: 10px;
  background-color: #003a9c;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

#ranking .rankingBox p:not(:first-child):before{
  background-color: #aaa;
}

#award{
  font-size: 0;
}

#award li{
  display: inline-block;
  text-align: center;
}

#award li:not(:last-child){
  margin-right: 40px;
}

#award li img{
  max-width: 100%;
  vertical-align: bottom;
  max-height: 100px;
}

#daikyoGroup{
  text-align: center;
  font-size: 0;
}

/*--- /ir/private/history.html　テーブル ---*/
.moduleOn table.gpTable .boder_none td ~ td{
  border-left: none;
}

/*--- /ir/policy/message.html Kvテキスト ---*/
.moduleOn [id^="Mv_"] #MvBg #MvInner #MvTxt_message {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 25px;
}
.moduleOn [id^="Mv_"] #MvBg #MvTxt_message h1 {
    display: inline-block;
    font-size: 32px;
    border-bottom: 2px solid #fff;
}
.moduleOn [id^="Mv_"] #MvBg #MvTxt_message p {
    font-size: 14px;
    line-height: 2.0;
    margin-top: 25px;
}

/*--- /ir/event/index.html　動画アイコン---*/
.icon_video:after {
    content: '';
    display: inline-block;
    margin: -5px 0 0px 7px;
    background-image: url(../../images/common/icon_video_48_48.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 7px;
    vertical-align: middle;
    border: 2px #fff dotted;
    border-radius: 25px;
    padding: 15px 15px;
}

/*--- /ir/index.html　ダウンロードアイコン追加---*/
.icon_download:after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 0 3px 10px;
    background-image: url(../../images/common/icon_download.png);
    background-size: contain;
    vertical-align: middle;
}

/*--- /ir/policy/governance.html テーブル---*/
.moduleOn table.nlTable .th_pd th{
  padding: 5px 0px;
}

/*---------------------------------
common end
---------------------------------*/
/*---------------------------------
top
---------------------------------*/
#topBox{
  position: relative;
  margin-bottom: 15px;
  min-width: 950px;
  overflow-x: hidden;
}

#slideBox{
  width: 100%;
}

#stockBox{
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

#stockBox #stockInfo{
  position: relative;
	top: 50%;
	left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

#stockBox #stockInfo img{
  display: block;
  width: 80%;
  max-width: 100%;
  height: auto;
  background-color: rgba(48, 48, 48, 0.5)
}

#slideBox #topSlide{
  letter-spacing: normal;
  height:0;
  opacity:0;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  overflow-x: hidden;
}

#slideBox #topSlide.slick-initialized{
  height:auto;
  opacity:1;
}

#slideBox #topSlide img{
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* IRヘッダー */
#irheader{
  height: auto;
  padding-top: 10px;
}

#irheader .xj_irtop_latestdate{
  text-align: left;
}

#irheader a,#irheader div{
  display: inline-block;
}
/*---------------------------------
top end
---------------------------------*/

/*---------------------------------
SNS all
---------------------------------*/

#irheader {
  text-align: right;
  margin-bottom: 5px !important;
}

/*---------------------------------
XJ
---------------------------------*/

/* IRニュース */
  table.irnews{
    width: 100%;
    font-size: 1em;
    text-align: left;
  }

    table.irnews tr{
    border: none;
  }
  
#xj-select-year {
  margin: 40px 0;
  padding: 20px 3% 20px;
  background-color: #fafafa;
  border: 1px #e5e5e5 solid;
}

#xj-select-year ul{
  font-size: 0;
  margin-top: 0;
}

#xj-select-year ul li{
  position:relative;
  display:inline-block;
  line-height:2.0;
  list-style:none;
  vertical-align: top;
  font-size:0.875rem;
  margin-right:40px;
  margin-top: 6px;
  padding-left:12px;
  font-weight: bold;
  color:#00b3ef !important;
}

#xj-select-year ul li:before {
  position: absolute;
  left: 0;
  top: 0.525em;
  content: " ";
  display: inline-block;
  width: 8px;
  height: 13px;
  padding-right:10px;
  background: url(/images/common/icon_Rightarrow4.png) no-repeat center left;
  background-size: 8px 13px;
}

#xj-select-year ul li:last-child{
  margin-right: 0;
}

#xj-title .h2{
  border: none;
}

#xj-title ~ .h3{
  border: none;
  padding: 0
}

#xj-title h2{
  padding: 0;
  margin-bottom: 0;
}

[id^="xj-mainlist"] ul{
  margin: 0;
}

[id^="xj-mainlist"] ul li a{
  background-image: none;
  position:relative;
  display:inline-block;
  font-weight: bold;
  font-size:0.875rem;
  margin-top: 6px;
  padding-left:12px;
}

[id^="xj-mainlist"] ul li a:before {
  position: absolute;
  left: 0;
  top: 0.3em;
  content: " ";
  display: inline-block;
  width: 8px;
  height: 13px;
  padding-right:10px;
  background: url(/images/common/icon_Rightarrow4.png) no-repeat center left;
  background-size: 8px 13px;
}

[id^="xj-mainlist"] div.h3{
  border: none;
}

[id^="xj-mainlist"] table th,[id^="xj-mainlist"] table td{
  text-align: left;
  font-size: 0.875rem !important;
}

[id^="xj-mainlist"] td.xj_pt_date{
  width: 25%;
  padding: 10px 0;
}

/*---------------------------------
XJ end
---------------------------------*/

  /*---------------------------------
  /ir/library/news.html
  ---------------------------------*/

#xj-mainlist table.news{
  width: 100%;
  border-collapse: collapse;
}

#xj-mainlist table.news tr{
  border: none;
  text-align: left;
}

#xj-mainlist table.news th,#xj-mainlist table.news td{
  font-size: 0.875rem !important;
  width: auto;
  height: auto;
  vertical-align: middle;
  padding-left: 10px !important;
}

#xj_documents li{
  display: inline-block;
  margin-right: 20px;
  margin-top: 20px;
}

  /*---------------------------------
  /ir/library/news.html end
  ---------------------------------*/

  /*---------------------------------
 /ir/private/presentation.html end
  ---------------------------------*/

#xj-select-year02 ul.column4List{
   font-size: 0;
}

#xj-select-year02 ul.column4List li{
   display: inline-block;
   line-height: 2.0;
   list-style: none;
   vertical-align: top;
   font-size: 0.875rem;
   margin-right: 40px;
   margin-top: 6px;
}

#xj-select-year02 ul.column4List li a{
   position: relative;
   display: inline-block;
   color: #00b3ef !important;
   padding-left: 12px;
}

#xj-select-year02 ul.column4List li a:before{
   position: absolute;
   left: 0;
   top: 0.525em;
   content: " ";
   display: inline-block;
   width: 8px;
   height: 13px;
   padding-right: 10px;
   background: url(/images/common/icon_Rightarrow4.png) no-repeat center left;
   background-size: 8px 13px;
}

table.news td{
  height: auto;
  width: auto;
}

.columnItem{
  margin-bottom: 20px;
}

.smallFont{
  font-size: 0.71em !important;
}

/*---------------------------------
/ir/finance/highlight01.html
---------------------------------*/
.tabBox .tabContent iframe{
  width: 100%;
}

.tabBox .tabContent iframe#PL {
  height: 592px;
}

.tabBox .tabContent iframe#Segment1 {
  height: 568px;
}

.tabBox .tabContent iframe#Segment2 {
  height: 593px;
}
.tabBox .tabContent iframe#Segment2[src*="lang=en"] {
  height: 618px;
}

.tabBox .tabContent iframe#BS {
  height: 617px;
}

.tabBox .tabContent iframe#PS {
  height: 592px;
}

.tabBox .tabContent iframe#CF {
  height: 617px;
}
/*---------------------------------
/ir/finance/highlight01.html end
---------------------------------*/
/*---------------------------------
XJ end
---------------------------------*/

/*---------------------------------
sw
---------------------------------*/

.sw_chart{
}
.sw_chart iframe{
    width:100%;
}

.sw_highlight iframe{
    width:100%;
}

/*---------------------------------
sw end
---------------------------------*/

/*---------------------------------
Mv area
---------------------------------*/
.moduleOn #Mv_irindex #MvBg{
  background:url(/images/finance/index/Mv.jpg)center no-repeat;
  background-size:cover;
}
/*event*/

.moduleOn #Mv_schedule_index #MvBg{
  background:url(/images/finance/schedule/Mv.jpg)center no-repeat;
  background-size:cover;
}

/*faq*/
.moduleOn #Mv_faq_index #MvBg{
  background:url(/images/finance/faq/Mv.jpg)center no-repeat;
  background-size:cover;
}

/*library*/
.moduleOn #Mv_annual #MvBg{
  background:url(/images/finance/annual/Mv.jpg)center no-repeat;
  background-size:cover;
}
.moduleOn #Mv_yuuka #MvBg{
  background:url(/images/finance/yuuka/Mv.jpg)center no-repeat;
  background-size:cover;
}
.moduleOn #Mv_business #MvBg{
  background:url(/images/finance/business/Mv.jpg)center no-repeat;
  background-size:cover;
}

/*policy*/
.moduleOn #Mv_articles #MvBg{
  background:url(/images/finance/policy/articles/Mv.jpg)center no-repeat;
  background-size:cover;
}

.moduleOn #Mv_governance #MvBg{
  background:url(/images/finance/policy/governance/Mv.jpg)center no-repeat;
  background-size:cover;
}

.moduleOn #Mv_risk #MvBg{
  background:url(/images/finance/policy/risk/Mv.jpg)center no-repeat;
  background-size:cover;
}

/*private*/
.moduleOn #Mv_words #MvBg{
  background:url(/images/finance/words/Mv.jpg)center no-repeat;
  background-size:cover;
}

.moduleOn #Mv_e-koukoku_index #MvBg{
  background:url(/images/finance/stocks/e-koukoku/Mv.jpg)center no-repeat;
  background-size:cover;
}

.moduleOn #Mv_private_environment #MvBg{
  background:url(/images/company/environment/Mv.jpg)center no-repeat;
  background-size:cover;
}

.moduleOn #Mv_structure #MvBg{
  background:url(/images/company/structure/Mv.jpg)center no-repeat;
  background-size:cover;
}

/*stocks*/
.moduleOn #Mv_analyst #MvBg{
  background:url(/images/finance/stocks/analyst/Mv.jpg)center no-repeat;
  background-size:cover;
}

.moduleOn #Mv_bond #MvBg{
  background:url(/images/finance/bond/Mv.jpg)center no-repeat;
  background-size:cover;
}

.moduleOn #Mv_dividend #MvBg{
  background:url(/images/finance/stocks/dividend/Mv.jpg)center no-repeat;
  background-size:cover;
}

.moduleOn #Mv_meeting #MvBg{
  background:url(/images/finance/meeting/Mv.jpg)center no-repeat;
  background-size:cover;
}

.moduleOn #Mv_memo #MvBg{
  background:url(/images/finance/stocks/memo/Mv.jpg)center no-repeat;
  background-size:cover;
}

.moduleOn #Mv_policyindex #MvBg{
  background:url(/images/finance/policy/index/Mv.jpg)center no-repeat;
  background-size:cover;
}

.moduleOn #Mv_privateindex #MvBg{
  background:url(/images/finance/private/index/Mv.jpg)center no-repeat;
  background-size:cover;
}

.moduleOn #Mv_eventindex #MvBg{
  background:url(/images/finance/event/index/Mv.jpg)center no-repeat;
  background-size:cover;
}

.moduleOn #Mv_libraryindex #MvBg{
  background:url(/images/finance/library/index/Mv.jpg)center no-repeat;
  background-size:cover;
}

.moduleOn #Mv_library_results #MvBg{
  background:url(/images/finance/results/Mv.jpg)center no-repeat;
  background-size:cover;
}


.moduleOn #Mv_stocksindex #MvBg{
  background:url(/images/finance/stocks/index/Mv.jpg)center no-repeat;
  background-size:cover;
}

.moduleOn #Mv_financeindex #MvBg{
  background:url(/images/finance/finance/index/Mv.jpg)center no-repeat;
  background-size:cover;
}

.moduleOn #Mv_highlight #MvBg{
  background:url(/images/finance/finance/highlight/Mv.jpg)center no-repeat;
  background-size:cover;
}

.moduleOn #Mv_irmailindex #MvBg{
  background:url(/images/finance/irmail/index/Mv.jpg)center no-repeat;
  background-size:cover;
}

.moduleOn #Mv_message #MvBg{
  background:url(/images/finance/policy/message/Mv.jpg)center no-repeat;
  background-size:cover;
}

.moduleOn #Mv_plan #MvBg{
  background:url(/images/finance/policy/plan/Mv.jpg)center no-repeat;
  background-size:cover;
}

.moduleOn #Mv_history #MvBg{
  background:url(/images/company/about/history/Mv.jpg)center no-repeat;
  background-size:cover;
}

.moduleOn #Mv_chart #MvBg{
  background:url(/images/finance/library/chart/Mv.jpg)center no-repeat;
  background-size:cover;
}

.moduleOn #Mv_project #MvBg{
  background:url(/images/finance/private/project/Mv.jpg)center no-repeat;
  background-size:cover;
}

.moduleOn #Mv_presentation #MvBg{
  background:url(/images/finance/presentation/Mv.jpg)center no-repeat;
  background-size:cover;
}

.moduleOn #Mv_questionnaire #MvBg{
  background:url(/images/finance/questionnaire/Mv.jpg)center no-repeat;
  background-size:cover;
}

.moduleOn #Mv_information #MvBg{
  background:url(/images/finance/stocks/information/Mv.jpg)center no-repeat;
  background-size:cover;
}

.moduleOn #Mv_news #MvBg{
  background:url(/images/finance/library/news/Mv.jpg)center no-repeat;
  background-size:cover;
}

.moduleOn #Mv_disclaim_index #MvBg{
  background:url(/images/finance/disclaim/index/Mv.jpg)center no-repeat;
  background-size:cover;
}

.moduleOn #Mv_use_index #MvBg{
  background:url(/images/finance/use/index/Mv.jpg)center no-repeat;
  background-size:cover;
}

.moduleOn #Mv_finance_presentation #MvBg{
  background:url(/images/finance/finance/presentation/Mv.jpg)center no-repeat;
  background-size:cover;
}
.moduleOn #Mv_company_message #MvBg{
  background:url(/images/company/message/Mv.jpg)center no-repeat;
  background-size:cover;
}

/*en*/
.moduleOn #Mv_sustainability_index #MvBg{
  background:url(/english/images/sustainability/index/Mv.jpg)center no-repeat;
  background-size:cover;
}
.moduleOn #Mv_sustainability_materiality #MvBg{
  background:url(/english/images/sustainability/materiality/Mv.jpg)center no-repeat;
  background-size:cover;
}
.moduleOn #Mv_sustainability_esg #MvBg{
  background:url(/english/images/sustainability/esg/Mv.jpg)center no-repeat;
  background-size:cover;
}
.moduleOn #Mv_sustainability_contribution #MvBg{
  background:url(/english/images/sustainability/contribution/Mv.jpg)center no-repeat;
  background-size:cover;
}
.moduleOn #Mv_sustainability_compliance #MvBg{
  background:url(/english/images/sustainability/compliance/Mv.jpg)center no-repeat;
  background-size:cover;
}
.moduleOn #Mv_sustainability_customer #MvBg{
  background:url(/english/images/sustainability/customer/Mv.jpg)center no-repeat;
  background-size:cover;
}

.moduleOn #Mv_en_annual #MvBg{
  background:url(/english/images/reports/annual/Mv.jpg)center no-repeat;
  background-size:cover;
}

.moduleOn #Mv_en_plan #MvBg{
  background:url(/english/images/company/vision/Mv.jpg)center no-repeat;
  background-size:cover;
}

.moduleOn #Mv_en_bond #MvBg{
  background:url(/english/images/company/bonds/Mv.jpg)center no-repeat;
  background-size:cover;
}

.fontBlack{
  color: #000 !important;
  border-color: #000 !important;
}


#MvTxt> h1 > br{
  display: none;
  }

/*---------------------------------
Mv area end
---------------------------------*/

/*---------------------------------

SP
---------------------------------*/

@media screen and (max-width: 768px) {
  /*---------------------------------
  common
  ---------------------------------*/
  /* IR共通エリア */
  #IR_MENU > .colBox{
    border-bottom: 1px solid #000;
  }

  #question ul.sbsList>li{
    width: 100%;
    padding-right: 0
  }

  #question ul.sbsList>li{
    width: 100%;
    margin-right: 0
  }

  #question ul.sbsList>li:nth-of-type(3n){
    margin-right: -0;
  }

  #ranking .rankingBox p{
    width: 100%;
    margin: 20px 0 0 0;
  }

  #award{
    padding-right: 40px;
  }

  #award li{
    width: 50%;
    margin-right: 20px;
  }

  #award li:nth-of-type(2n){
    margin-right: -40px;
  }

  #MvTxt> h1 > br{
  display: inline;
  }

  /*---SP_KV調整---*/
.moduleOn #Mv_message #MvBg{
  background:url(/images/finance/policy/message/Mv_sp.jpg)center no-repeat;
  background-size:cover;
}
.moduleOn #Mv_words #MvBg{
  background:url(/images/finance/words/Mv_sp.jpg)center no-repeat;
  background-size:cover;
}
 /*---SP_KV調整EN---*/
.moduleOn #Mv_sustainability_esg #MvBg{
  background:url(/english/images/sustainability/esg/Mv_sp.jpg)center no-repeat;
  background-size:cover;
}

/*---/ir/private/history.html　テーブル---*/
.moduleOn table.gpTable .boder_none td{
  border-bottom: none !important;
}
.moduleOn table.gpTable .boder_none img{
  max-width: 50% !important;
}

/*--- /ir/policy/message.html Kvテキスト ---*/
.moduleOn [id^="Mv_"] #MvBg #MvInner #MvTxt_message {
    width: 76%;
}

/*--- /ir/event/index.html　動画アイコン---*/
.icon_video:after {
    margin: -2px 0px 0px 3px;
    background-image: url(../../images/common/icon_video_48_48.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 4px;
    padding: 11px 11px;
}

/*--- /ir/policy/message.html トップメッセージ改行----*/
h1 > span{
  border-bottom: none;
}
h1 > span.br::before {
  content: "\A" ;
  white-space: pre ;
}

  /*---------------------------------
  common end
  ---------------------------------*/
  /*---------------------------------
  top
  ---------------------------------*/
  #topBox{
    background-color: transparent;
    min-width: auto;
    min-width: initial;
  }

  #slideBox{
    width: 100%;
    margin-bottom: 15px;
  }

  #stockBox{
    position: relative;
    width: 100%;
  }

  #stockBox #stockInfo{
    top: 0;
    left: 0;
    padding: 20px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  #stockBox #stockInfo img{
    width: auto;
  }

  #xj-mainlist table.irnews td:nth-child(3){
    width: 100%;
  }


  /*---------------------------------
  top end
  ---------------------------------*/

  /*---------------------------------
  XJ
  ---------------------------------*/
  #xj-mainlist table.irnews th,#xj-mainlist table.irnews td{
    display: inline-block;
  }

  #xj-mainlist table.irnews th{
    width: auto;
  }

  [id^="xj-mainlist"] td.xj_pt_date{
    width: 50%;
  }

  [id^="xj-mainlist"] td.xj_pt_date p{
    font-size: 0.75rem !important;
  }

  /*---------------------------------
  XJ end
  ---------------------------------*/

  /*---------------------------------
  /ir/library/annual.html
  ---------------------------------*/

  #xj-select-year ul li{
    margin-right: 20px;
  }

  /*---------------------------------
  /ir/library/annual.html end
  ---------------------------------*/

  /*---------------------------------
  /ir/library/news.html
  ---------------------------------*/

  #xj-mainlist table.news th,#xj-mainlist table.news td{
      width: auto !important;
      display: inline-block;
      border: none !important;
    }

  #xj-mainlist table.news td:nth-child(3n){
      width: 100%;
      border: none !important;
    }

    #xj-mainlist table.news tr{
      border-bottom: 1px solid #ddd !important;
      border-top: 1px solid #ddd !important;
    }

  /*---------------------------------
  /ir/library/news.html end
  ---------------------------------*/
  /*---------------------------------
  /ir/finance/highlight01.html
  ---------------------------------*/
  .tabBox .tabContent iframe{
    width: 100%;
  }

  .tabBox .tabContent iframe#PL {
    height: 705px;
  }

  .tabBox .tabContent iframe#Segment1 {
    height: 583px;
  }
  .tabBox .tabContent iframe#Segment1[src*="lang=en"] {
    height: 597px;
  }

  .tabBox .tabContent iframe#Segment2 {
    height: 683px;
  }
  .tabBox .tabContent iframe#Segment2[src*="lang=en"] {
    height: 760px;
  }

  .tabBox .tabContent iframe#BS {
    height: 780px;
  }

  .tabBox .tabContent iframe#PS {
    height: 655px;
  }

  .tabBox .tabContent iframe#CF {
    height: 730px;
  }
  .tabBox .tabContent iframe#CF[src*="lang=en"] {
    height: 750px;
  }

  /*---------------------------------
  /ir/finance/highlight01.html end
  ---------------------------------*/

/*---------------------------------
sw
---------------------------------*/


.sw_highlight{
    padding-bottom: 20px;
}


.sw_highlight iframe{
}


/*---------------------------------
sw end
---------------------------------*/

table.spTh th {
   width: 30%;
   padding: 5px;
}

table.spTh td {
   display: block;
   width: auto;
   height: auto;;
   padding: 5px;
}

table.spTh tr{
   border: none;
}


}


/*---------------------------------
SP end
---------------------------------*/
