@charset "utf-8";
/*
 * VERITE IR コンテンツ用（会社案内 /aboutus … #contents）
 * verite.jp 公開 CSS から抜粋。サブナビ等の画像は /img/usr/freepage/ir/（ルート相対 URL）。
 * 正本: リポジトリ直下 css/usr/freepage/ir/ir_common.css（各 LP は /css/usr/freepage/ir/ir_common.css を参照）。
 */

/*------------------------------------------------------------------------------
 * utility（抜粋）
 *-----------------------------------------------------------------------------*/

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

.fs85 {
  font-size: 85%;
  line-height: 140%;
}

.calendar-image {
  margin-bottom: 30px;
}

/*------------------------------------------------------------------------------
 * メインカラム + サイドナビ（sub.css 抜粋）
 *-----------------------------------------------------------------------------*/

#contents {
  max-width: 100%;
  min-height: 300px;
  margin: 0 auto 40px;
}

#contents_left {
  width: 900px;
  max-width: 100%;
  float: left;
}

#contents_right {
  width: 350px;
  max-width: 100%;
  float: right;
  margin-top: 0;
}

/* subnav (#contents_right) */

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

#subnav {
  border-top: solid 1px #ad007e;
  padding-top: 1px;
  margin-bottom: 30px;
}

.bg_line #subnav {
  border-top: solid 1px #ccc;
}

#subnav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#subnav li {
  list-style-type: none;
}

#subnav_title a {
  border-top: dotted 1px #ad007e;
  border-bottom: solid 1px #eaeaea;
  padding: 18px 0;
  font-size: 16px;
  line-height: 22px;
  color: #666;
  display: block;
  overflow: hidden;
}

.bg_line #subnav_title a {
  border-top: dotted 1px #9a9a9a;
  border-bottom: solid 1px #eaeaea;
}

#subnav_title a:hover {
  text-decoration: underline;
}

#subnav li a {
  background: url(/img/usr/freepage/ir/subnav01.gif) no-repeat 7px 14px;
  border-bottom: solid 1px #eaeaea;
  padding: 10px 0 10px 20px;
  font-size: 12px;
  line-height: 16px;
  color: #666;
  display: block;
}

#subnav li a:hover,
#subnav ul li.current a,
#subnav ul li.current a:hover {
  background-image: url(/img/usr/freepage/ir/subnav01_ov.gif);
  color: #cc3366;
}

.bg_line #subnav li a:hover,
.bg_line #subnav ul li.current a,
.bg_line #subnav ul li.current a:hover {
  background: url(/img/usr/freepage/ir/subnav01_ov_g.gif)
    no-repeat 7px 14px;
  color: #333;
}

#subnav li.current ul li a,
.bg_line #subnav li.current ul li a {
  background: none !important;
  padding-left: 30px;
  font-size: 11px;
  color: #666;
}

#subnav li.current ul li a:hover,
#subnav li.current ul li.current a {
  background: none !important;
  color: #cc3366;
}

.bg_line #subnav li.current ul li a:hover,
.bg_line #subnav li.current ul li.current a {
  background: none !important;
  color: #333;
}

#subnav li.current ul li.current ul li a,
.bg_line #subnav li.current ul li.current ul li a {
  background: none !important;
  padding-left: 40px;
  font-size: 11px;
  color: #666;
}

#subnav li.current ul li.current ul li a:hover,
#subnav li.current ul li.current ul li.current a {
  background: none !important;
  color: #cc3366;
}

.bg_line #subnav li.current ul li.current ul li a:hover,
.bg_line #subnav li.current ul li.current ul li.current a {
  background: none !important;
  color: #333;
}

/*------------------------------------------------------------------------------
 * ページ見出し（shoplist 相当 + 画像は verite.jp 本番）
 * マークアップ: .subtitle02_line は #contents の外（link の直後）に置き、ビューポート全幅の帯にする。
 *-----------------------------------------------------------------------------*/

.subtitle02_line {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-top: 50px;
  margin-bottom: 40px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
  background-image: url(/img/usr/freepage/ir/bg_container_line2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.subtitle02_line_text {
  display: block;
  width: 980px;
  max-width: 100%;
  margin-inline: auto;
  box-sizing: border-box;
  font-family: Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS P Gothic", sans-serif;
  font-size: 36px;
  line-height: 40px;
  color: #333;
  padding: 40px 16px;
  font-weight: normal;
}

.subtitle02_line_text span {
  display: inline;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka,
    "MS P Gothic", sans-serif;
  font-size: 12px;
  color: #666;
  margin-left: 20px;
  position: relative;
  top: -5px;
}

/* tablet（参考: sub_tablet 相当） */
@media only screen and (min-width: 691px) and (max-width: 979px) {
  .page-contentspages .subtitle02_line {
    padding-left: 0;
    padding-right: 0;
  }

  .page-contentspages .subtitle02_line_text {
    width: 95%;
    margin-inline: auto;
    margin-top: 0;
    padding: 30px 16px;
    font-weight: normal;
  }
}

/* smartphone: 帯・文字は PC と同一（旧 shoplist SP 用の簡略化は使わない） */
@media only screen and (max-width: 690px) {
  .page-contentspages .subtitle02_line {
    margin-top: 50px;
    margin-bottom: 40px;
    padding: 0;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
    /* ベースの background-image を打ち消さない（メルカート SP 向け h2 上書きより優先するため明示） */
    background-image: url(/img/usr/freepage/ir/bg_container_line2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .page-contentspages .subtitle02_line_text {
    font-size: 32px;
    line-height: 40px;
    color: #333;
    font-weight: normal;
    padding: 40px 16px;
    margin-top: 0;
    margin-bottom: 0;
    width: 980px;
    max-width: 100%;
    margin-inline: auto;
    box-sizing: border-box;
  }

  .page-contentspages .subtitle02_line_text span {
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka,
      "MS P Gothic", sans-serif;
    font-size: 12px;
    color: #666;
    margin-left: 20px;
    position: relative;
    top: -5px;
  }
}

/*------------------------------------------------------------------------------
 * IR ライブラリー枠など（sub.css 抜粋）
 *-----------------------------------------------------------------------------*/

#ir_library {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka,
    "MS P Gothic", sans-serif;
}

h3.ir_news,
.irList,
.ir_ttl,
#ir_con {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka,
    "MS P Gothic", sans-serif;
}

#contents_left div#ir_library dl dt {
  width: 12em;
}

#contents_left div#ir_library dl dt div.ir_date {
  width: 110px;
}

#contents_left div#ir_library dl dd {
  padding-left: 12em;
}

/*------------------------------------------------------------------------------
 * #contents 内の一般 h3（140513_common.css 抜粋）
 * メルカート枠には common が無いため、IR 帯見出し用に限定スコープで含める。
 *-----------------------------------------------------------------------------*/

#contents h3 {
  margin: 2em 0 1em;
  padding: 0.3em 0 0.3em 0.3em;
  background: #211c14 url(/img/usr/freepage/ir/h3-bg.gif);
  font: normal bold 100% / 1.3 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro",
    Osaka, "MS P Gothic", sans-serif;
  color: #423828;
  clear: both;
}

#contents h3 span {
  padding-left: 0.75em;
  background: url(/img/usr/freepage/ir/h3-span-bg.gif) no-repeat left center;
}

/* 右側（RSS・一覧）は帯ストライプをかけず float（140513_irinfo + common の合成） */
#contents h3 span.ir_news_right {
  padding-left: 0;
  background: none;
  float: right;
  padding-right: 10px;
  margin-top: 0;
  font-weight: normal;
}

#contents h3 span.ir_news_right a {
  font-weight: normal;
}

/* E-IR 側が付与する RSS コンテナ（例: アナウンスリスト周り） */
.eir_rss {
  margin-bottom: 5px;
}

/*------------------------------------------------------------------------------
 * IR ブロック・トップ・アイコン類（140513_irinfo.css 抜粋）
 *-----------------------------------------------------------------------------*/

.menulead {
  padding: 0.6em;
}

/* 矢印付きリンク（<a class="arr">。utility の .arr a はネスト用のため a.arr で補完） */
a.arr,
.arr {
  background: url(/img/usr/freepage/ir/arr03.gif) no-repeat center left;
  padding-left: 1.5em;
}

/* RSS案内は緑系、一覧へはマゼンタ系（本番 E-IR ブロックのトーンに合わせる） */
#contents h3.ir_news span.ir_news_right > a.arr:first-of-type {
  color: #693;
}

#contents h3.ir_news span.ir_news_right > a.arr:last-of-type {
  color: #cc3366;
}

h3.ir_news {
  min-height: 25px;
  height: auto;
  padding: 0.75em 0 0.3em 0.3em;
  overflow: hidden;
}

#top_above {
  clear: both;
  height: 152px;
}

#top_above a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
  opacity: 0.7;
}

#top_above_l {
  width: 330px;
  height: 152px;
  float: left;
  background: url(/img/usr/freepage/ir/top_message.jpg) no-repeat top left;
}

#top_above_l ul {
  list-style-type: none;
  padding: 113px 0 0 15px;
  margin: 0;
}

#top_above_l ul li {
  background: none;
  padding-left: 0;
}

#top_above_r {
  width: 330px;
  height: 152px;
  float: right;
}

#top_above_r ul {
  list-style-type: none;
  padding: 113px 0 0 15px;
  margin: 0;
}

#top_above_r ul li {
  background: none;
  padding-left: 0;
  float: left;
}

#ir_con {
  clear: both;
  margin-top: 50px;
}

#ir_con_l {
  width: 420px;
  height: 350px;
  float: left;
}

#ir_con_r {
  width: 420px;
  height: 350px;
  float: right;
}

.ir_con_in_lib {
  border: 1px solid #cccccc;
  margin: 0 0 1.2em;
  padding: 1px;
  width: 420px;
  height: 356px;
}

.ir_con_in {
  border: 1px solid #cccccc;
  margin: 0 0 1.5em;
  padding: 1px;
  height: 74px;
}

h2.ir_ttl {
  background: url(/img/usr/freepage/ir/twocoumnmenu_bg.gif) repeat scroll
    0 50% #888073;
  border: 1px solid #888073;
  font-size: 100%;
  margin: 0;
  padding: 0.3em 0 0.3em 16px;
}

h2.ir_ttl a {
  color: #ffffff;
}

.ir_below_l {
  float: left;
  width: 345px;
}

.ir_below_img {
  float: left;
}

/* .ir_lib {
  clear: both;
} */

.ir_lib ul {
  padding: 80px 0 0 10px;
  margin: 0;
  list-style-type: none;
}

.ir_lib ul li {
  background: url(/img/usr/freepage/ir/arr03.gif) no-repeat 0 4px;
  padding-left: 1.5em;
  padding-bottom: 0.8em;
}

.ir_dl {
  width: 270px;
  height: 70px;
  padding: 0 0 0 28px;
}

.ir_dl a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
  opacity: 0.7;
}

/* 余白クラス（IR 共通で使用）*/
.mT20 {
  margin-top: 20px;
}

table.irtable {
  width: 100%;
  margin: 1em 0 2em;
  color: #321;
  clear: both;
  border-collapse: collapse;
}

table.irtable th {
  color: #888073;
  padding-bottom: 0.75em;
}

table.irtable th.noicon {
  color: #888073;
  padding: 0;
}

table.irtable th,
table.irtable td {
  border: none;
  border-bottom: 1px dotted #c3bfb9;
  vertical-align: middle;
  text-align: left;
}

table.irtable th img {
  display: block;
}

table.irtable td.icon {
  padding-top: 0.75em;
}

/*------------------------------------------------------------------------------
 * 決算PDF注記（140513_common.css 抜粋）
 *-----------------------------------------------------------------------------*/

dl.reader {
  height: 100%;
  margin: 2.5em 0 0;
  padding: 0.5em;
  border: 1px solid #ccc;
}

dl.reader dt {
  float: left;
  width: 158px;
}

dl.reader dd {
  margin: 0 0 0 178px;
  font-size: 75%;
}

dl.reader:after {
  content: "";
  clear: both;
  display: block;
}

/*------------------------------------------------------------------------------
 * メルカート埋め込み時の親幅が狭い場合
 *-----------------------------------------------------------------------------*/

@media screen and (max-width: 1000px) {
  #contents_left,
  #contents_right {
    float: none;
    width: 100%;
    margin-top: 1.5em;
  }

  #ir_con,
  #top_above {
    width: 100%;
  }

  #ir_con_l,
  #ir_con_r {
    float: none;
    width: 100%;
    height: auto;
  }

  .ir_con_in_lib,
  .ir_con_in {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

/*------------------------------------------------------------------------------
 * SP（data-browse-mode="S"）かつ本文内の .ir-sp-desktop-contents 内：
 * ヘッダー／フッターは従来どおり SP。見出し帯 (.subtitle02_line) は枠より上（同一 _content）。
 * IR 本文 (#contents) は PC 相当幅・横スクロール。
 *-----------------------------------------------------------------------------*/

html[data-browse-mode="S"] .ir-sp-desktop-contents {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
}

html[data-browse-mode="S"] .ir-sp-desktop-contents #contents {
  box-sizing: border-box;
  width: 980px;
  min-width: 980px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

/* 帯は main 直下。overflow がかかったスクロール枠の外に出し、横スクロール時の見切れを防ぐ */
html[data-browse-mode="S"] body.page-contentspages main.pane-main h2.subtitle02_line {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
}

html[data-browse-mode="S"] body.page-contentspages main.pane-main h2.subtitle02_line .subtitle02_line_text {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
  box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
  html[data-browse-mode="S"] .ir-sp-desktop-contents #contents_left {
    float: left;
    width: 710px;
    max-width: none;
    margin-top: 0;
  }

  html[data-browse-mode="S"] .ir-sp-desktop-contents #contents_right {
    float: right;
    width: 230px;
    max-width: none;
    margin-top: 0;
  }

  html[data-browse-mode="S"] .ir-sp-desktop-contents #ir_con,
  html[data-browse-mode="S"] .ir-sp-desktop-contents #top_above {
    width: 710px;
  }

  html[data-browse-mode="S"] .ir-sp-desktop-contents #ir_con_l {
    float: left;
    width: 330px;
    height: 350px;
  }

  html[data-browse-mode="S"] .ir-sp-desktop-contents #ir_con_r {
    float: right;
    width: 330px;
    height: 350px;
  }

  html[data-browse-mode="S"] .ir-sp-desktop-contents .ir_con_in_lib {
    width: 330px;
    max-width: none;
    height: 356px;
  }

  html[data-browse-mode="S"] .ir-sp-desktop-contents .ir_con_in {
    width: 330px;
    max-width: none;
    height: 74px;
  }

  html[data-browse-mode="S"] .ir-sp-desktop-contents .ir_below_l {
    width: 255px;
  }
}
