@charset 'UTF-8';
/*  透過
----------------------------------------*/
/*  ボーダー
----------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
dfn,
em,
img,
ins,
q,
strong,
small,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption,
th,
td {
  text-align: left;
}

q:before,
q:after {
  content: '';
}

object,
embed {
  vertical-align: top;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

a,
label {
  cursor: pointer;
}

img {
  width: 100%;
  height: auto; 
  vertical-align: top;
}

body > img {
  position: absolute;
  height: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0; 
  border: 0;
}

svg {
  overflow: hidden;
}

/*---------------------------------------
  Base
----------------------------------------*/
.pc_block {
  display: block !important;
}

.sp_block {
  display: none !important;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-y: scroll;
          text-size-adjust: 100%;
  font-size: 62.5%; 

  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

html[data-font-size='small'] {
  font-size: 56.3%;
}

html[data-font-size='middle'] {
  font-size: 62.5%;
}

html[data-font-size='large'] {
  font-size: 75.0%;
}

body {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 100%;
  word-wrap: break-word;
  color: #000;
          text-size-adjust: 100%;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, '游ゴシック', YuGothic, sans-serif;
  font-size: 1.4rem;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7; 

  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
  overflow-wrap: break-word;
}
body.before_include {
  visibility: hidden;
}

a {
  text-decoration: none; 
  color: #000;
}
a:hover {
  text-decoration: underline;
}
a:hover img,
a:hover svg {
  opacity: 0.5;
}
a:active {
  color: #373737;
}

/* SP のみ有効な電話番号リンク
--------------------- */
.tel_for_sp {
  pointer-events: none; 
  color: inherit;
}
.tel_for_sp:hover img {
  opacity: 1;
}

input,
textarea,
select,
button {
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, '游ゴシック', YuGothic, sans-serif;

     -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
}
input::-ms-expand,
textarea::-ms-expand,
select::-ms-expand,
button::-ms-expand {
  display: none;
}

select,
button {
  cursor: pointer;
}

button {
  border: none; 
  background: none;
}

svg {
  vertical-align: middle;
}

.external_icn a {
  padding-right: 21px;
  background-image: url(/corp/img/share/ico-window.png);
  background-repeat: no-repeat; 
  background-position: right center;
}

.external_icn.white_icn a {
  background-image: url(/corp/img/share/ico-window_white.png);
}

.external_icn.red_icn a {
  background-image: url(/corp/img/share/ico-window_red.png);
}

.arrow {
  position: relative; 
  display: inline-block;
}
.arrow.direct_top {
  padding-left: 24px;
}
.arrow.direct_top:before {
  position: absolute;
  top: 50%;
  left: 2px;
  display: block;
  width: 9px;
  height: 9px;
  content: '';
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #000;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: 2px solid #000;
}
.arrow.direct_bottom {
  padding-left: 24px;
}
.arrow.direct_bottom:before {
  position: absolute;
  top: 50%;
  left: 2px;
  display: block;
  width: 9px;
  height: 9px;
  margin-top: -4.5px; 
  content: '';
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid transparent;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid transparent;
}
.arrow.direct_right {
  padding-left: 24px;
}
.arrow.direct_right:before {
  position: absolute;
  top: 50%;
  left: 2px;
  display: block;
  width: 9px;
  height: 9px;
  margin-top: -6px; 
  content: '';
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
}
.arrow.direct_left {
  padding-left: 24px;
}
.arrow.direct_left:before {
  position: absolute;
  top: 50%;
  left: 2px;
  display: block;
  width: 9px;
  height: 9px;
  margin-top: -6px; 
  content: '';
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
}

.inner_top,
.inner_bottom {
  margin: 0 auto;
  padding: 0 30px;
}
.inner_top:after,
.inner_bottom:after {
  display: block;
  clear: both;
  height: 0; 
  content: '';
}

.pdf_weight {
  font-size: 1.2rem;
  font-weight: normal;
}

.header {
  position: fixed;
  z-index: 400; 
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 18px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-top: 2px solid #e6002d;
  border-bottom: 1px solid #d1d0d0;
  background: #fff;
}
.header:after {
  display: block;
  clear: both;
  height: 0; 
  content: '';
}
.static_header .header {
  position: static;
}
.header .nav:after {
  display: block;
  clear: both;
  height: 0; 
  content: '';
}
.header .nav .nav_item {
  display: inline-block;
}
.header_sub {
  width: 1140px;
  margin: 0 auto 17px;
}
.header_sub:after {
  display: block;
  clear: both;
  height: 0; 
  content: '';
}
.header_sub_nav {
  float: right;
  margin-top: 16px;
}
.header_sub_nav .nav {
  float: left;
}
.header_sub_nav .nav .nav_item {
  position: relative; 
  margin-left: 10px;
  padding-left: 10px;
}
.header_sub_nav .nav .nav_item:first-child {
  margin-left: 0;
  padding-left: 0;
}
.header_sub_nav .nav .nav_item:first-child:before,
.header_sub_nav .nav .nav_item:first-child a:before {
  display: none;
}
.header_sub_nav .nav .nav_item a {
  font-size: 1.2rem;
}
.header_sub_nav .nav .nav_item a:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  height: 11px;
  margin-top: -5px;
  content: '';
  background: #999;
}
.header .logo {
  float: left;
}
.header .logo a,
.header .logo_img {
  display: table-cell; 
  width: 179px;
}
.header .logo .site_name {
  display: table-cell;
  padding-top: 8px;
  padding-left: 20px;
  vertical-align: middle;
  font-size: 1.3rem;
  font-weight: 700;
}
.header .font_nav {
  float: right;
  width: 74px;
  margin-left: 19px;
}
.header .font_nav:after {
  display: block;
  clear: both;
  height: 0; 
  content: '';
}
.header .font_nav .btn {
  float: left;
  margin-left: 1px;
}
.header .font_nav .btn:first-child {
  margin-left: 0;
  padding-left: 0;
}
.header .font_nav .btn:first-child:before,
.header .font_nav .btn:first-child a:before {
  display: none;
}
.header .font_nav .btn span {
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  text-align: center;
  color: #fff; 
  background: #ddd;
  font-size: 13px;
  line-height: 24px;
}
.header .font_nav .btn span.act,
.header .font_nav .btn span:hover {
  text-decoration: none; 
  background: #e6002d;
}
.header .btn_menu {
  display: none;
}
.header_main {
  position: relative;
  z-index: 400;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 5px; 
  text-align: center;
}
.header_main .nav_item {
  position: relative; 
  margin-left: 20px;
  padding-bottom: 6px;
  padding-left: 20px;
}
.header_main .nav_item:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 1px;
  height: 14px;
  content: '';
  background: #999;
}
.header_main .nav_item a:after {
  position: absolute;
  bottom: -15px; 
  display: block;
  width: 100%;
  content: '';
  border-bottom: 2px solid #e6002d;
}
.header_main .nav_item a {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
}
.header_main .nav_item a:not(.current):after {
  -webkit-transition: -webkit-transform 0.3s ease-out;
          transition: -webkit-transform 0.3s ease-out;
          transition:         transform 0.3s ease-out;
          transition:         transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.header_main .nav_item a:after {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}
.header_main .nav_item a:hover {
  text-decoration: none;
}
.header_main .nav_item a:hover:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.header_main .nav_item a[aria-selected='true']:after,
.header_main .nav_item a.current:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.header_main .nav_item a img {
  vertical-align: middle;
}
.header_main .search_btn {
  position: relative; 
  padding-right: 20px;
}
.header_main .search_btn:after {
  position: absolute;
  top: 5px;
  right: 0;
  display: block;
  width: 1px;
  height: 14px;
  content: '';
  background: #999;
}
.header_dropdown_nav {
  position: absolute;
  top: 120px;
  right: 0;
  left: 0;
  display: none;
  width: 100%;
  margin-top: -2px; 
  padding-top: 30px;
  background: #f6f6f6;
}
.header_dropdown_nav .nav_menu {
  display: none;
  width: 1140px;
  margin: 0 auto;
}
.header_dropdown_nav .nav_menu:after {
  display: block;
  clear: both;
  height: 0; 
  content: '';
}
.header_dropdown_nav .nav_menu.view {
  display: block;
}
.header_dropdown_nav .nav_title {
  float: left;
}
.header_dropdown_nav .local_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  float: right;
  width: 890px;

  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
          align-self: flex-start;
}
.header_dropdown_nav .local_nav .local_list {
  width: -webkit-calc(290px - 5px);
  width:         calc(290px - 5px);
  margin-right: 10px;
  margin-bottom: 10px; 

  -webkit-flex-basis: 290px;
  -ms-flex-preferred-size: 290px;
          flex-basis: 290px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
          align-items: stretch;
}
.header_dropdown_nav .local_nav .local_list:first-child {
  display: none;
}
.header_dropdown_nav .local_nav .local_list:nth-child(3n+1) {
  margin-right: 0;
}
.header_dropdown_nav .local_nav .local_list.external_icn .local_list_anchor:after {
  width: 11px;
  height: 8px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  border: none;
  background-image: url(/corp/img/share/ico-window.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.header_dropdown_nav .local_nav .local_list_anchor {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display:         inline-flex;
  width: 100%;
  height: 100%;
  padding: 20px; 
  -webkit-transition: border 0.35s ease;
          transition: border 0.35s ease;
  border: 1px solid #d1d0d0;
  background: #fff;
  font-weight: 700;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}
.header_dropdown_nav .local_nav .local_list_anchor:hover {
  text-decoration: none;
  border: 1px solid #e6002d;
}
.header_dropdown_nav .local_nav .local_list_anchor:after {
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 9px;
  height: 9px;
  margin-top: -6px; 
  content: '';
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
}
.header_dropdown_nav .site_search {
  width: 769px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.header_dropdown_nav .site_search .text_input {
  width: 645px;
  padding: 12px 23px;
  border: 1px solid #d1d0d0; 
  font-size: 1.6rem;
}
.header_dropdown_nav .site_search .submit_btn {
  width: 114px;
  height: 50px;
  margin-left: 6px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-out;
          transition: opacity 0.3s ease-out; 
  vertical-align: top;
  color: #fff;
  border: none;
  background: #9b9b9b;
  font-size: 1.6rem;
}
.header_dropdown_nav .site_search .submit_btn:hover {
  opacity: 0.5;
}
.header_dropdown_nav .close {
  width: 100%;
  margin-top: 20px;
}
.header_dropdown_nav .close a {
  display: block;
  width: 100%;
  padding: 9px 0; 
  text-align: center;
  background: #ebebeb;
  font-size: 1.3rem;
  font-weight: 700;
}
.header_dropdown_nav .close a:hover {
  text-decoration: none;
}
.header_dropdown_nav .close a .arrow {
  padding-left: 24px;
}
.header_dropdown_nav .close a .arrow:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 14px;
  height: 9px;
  margin-top: -4.5px;
  content: '';
  background: url(/corp/img/share/ico-arrow-b_top.png);
}
.header_dropdown_nav .nav_menu_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}
.header_dropdown_nav_item_anchor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
          flex-direction: column;
  width: 171px;
  margin-right: 43px;
  margin-left: 36px;
  -webkit-transition: opacity 0.35s ease;
          transition: opacity 0.35s ease; 

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}
.header_dropdown_nav_item_anchor:hover {
  text-decoration: none;
  opacity: 0.5;
}
.header_dropdown_nav_item_icon {
  vertical-align: bottom;
}
.header_dropdown_nav_item_text {
  position: relative; 
  display: block;
  margin-top: 12px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
.header_dropdown_nav_item_text:after {
  position: absolute;
  top: 50%;
  right: -20px;
  display: block;
  width: 7px;
  height: 7px;
  margin-top: -4px; 
  content: '';
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
}

/* 外部ヘッダー 閉じるボタン
 * --------------------- */
.close_btn {
  display: block;
  float: right;
  width: 118px;
  background-color: #ebebeb;
}
.close_btn a {
  display: block;
  width: 100%;
  padding: 15px 10px;
  text-align: center;
  line-height: 1;
}
.close_btn .menu_icn {
  display: none;
}
.close_btn .txt {
  position: relative;
  display: inline-block;
  padding-left: 20px; 
  font-weight: 700;
}
.close_btn .txt:before,
.close_btn .txt:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 3px;
  height: 14px;
  margin-top: -7px;
  content: '';
  background-color: #373737;
}
.close_btn .txt:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close_btn .txt:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*
---
name: 全体レイアウト
tag:
  - layout
category:
  - corp
---

```jade
.main

  //- コンテンツ上部
  .main_top
    .main_top_inner
      //- パンくずリスト・印刷ボタン
      nav.topic_path
        ol.topic_path_list
          li.topic_path_list_item
            a.topic_path_list_anchor(href="/") HOME
          li.topic_path_list_item
            a.topic_path_list_anchor(href="/corp/") 企業情報サイト
          li.topic_path_list_item
            a.topic_path_list_anchor(href="#") 親階層
          li.topic_path_list_item
            span.topic_path_list_current 現在のページ

      button.print_btn.js-print_button
        span.print_btn_icon
          img.print_btn_img(src="/corp/img/share/ico-print.png", width="17", height="16", alt="印刷ボタン")
        span.print_btn_text 印刷する

  //- コンテンツ
  .main_content
    article.content
      //- メインコンテンツ部分
      h1.content_title_main h1 タイトル
      div コンテンツ

    //- サイドナビゲーション
    aside.aside_nav
      h2.aside_nav_title
        a.aside_nav_title_anchor(href="#") 株主・投資家のみなさまへ
      ul.aside_nav_category
        li.aside_nav_category_item
          a.aside_nav_category_anchor.current(href="#") 経営方針・経営計画
        li.aside_nav_category_item
          a.aside_nav_category_anchor(href="#") IR活動の基本方針
        li.aside_nav_category_item
          a.aside_nav_category_anchor(href="#") 決算ハイライト
        li.aside_nav_category_item
          a.aside_nav_category_anchor(href="#") IRライブラリ

  //- コンテンツ下部
  .main_bottom
    ul.main_bottom_list
      li.main_bottom_list_item
        a.main_bottom_list_anchor(href="#") 他の同階層ページ
      li.main_bottom_list_item
        a.main_bottom_list_anchor.current(href="#") 現在のページ
```

with mixin
```jade 
block content

  //- コンテンツ上部
  .main_top
    .main_top_inner
      //- パンくずリスト・印刷ボタン (/corp/_pug/partial/_breadcrumb.pug)
      +breadcrumb

  //- コンテンツ
  .main_content
    article.content
      h1.content_title_main= PAGE_NAME
      div コンテンツ

    //- サイドナビゲーション (/corp/_pug/_partial/_aside.pug)
    -
      const childrenList = [
        {text: 'ページ名', link: '/corp/path/to_page/'}
      ]
    +asideNav(lists, childrenList)

  //- コンテンツ下部 (/corp/_pug/_partial/_main.pug)
  +mainBottom(childrenList)
``` 
*/
/*----------------------------------------
  メイン コンテンツ
----------------------------------------*/
.main {
  margin-bottom: 80px;
  padding-top: 126px;
  /*  メインコンテンツトップ
  ----------------------------------------*/
  /*  メインコンテンツ
  ----------------------------------------*/
  /*  メインコンテンツ ボトム
  ----------------------------------------*/
}
.main:after {
  display: block;
  clear: both;
  height: 0; 
  content: '';
}
.static_header .main {
  padding-top: 0;
}
.main_top {
  width: auto;
  margin-bottom: 37px;
  padding: 13px 0;
  border-bottom: 1px solid #d1d0d0;
  background-color: #f6f6f6;
  /*  パンくずリスト
    ----------------------------------------*/
  /*  印刷ボタン
    ----------------------------------------*/
}
.main_top_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
          justify-content: flex-end;
}
.main_top_inner:after {
  display: block;
  clear: both;
  height: 0; 
  content: '';
}
.main_top .topic_path {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
          flex-grow: 1;
}
.main_top .topic_path_list {
  width: auto;
}
.main_top .topic_path_list:after {
  display: block;
  clear: both;
  height: 0; 
  content: '';
}
.main_top .topic_path_list_item {
  position: relative; 
  display: inline-block;
  float: left;
  margin-right: 13px;
  padding-right: 25px;
}
.main_top .topic_path_list_item:after {
  position: absolute;
  top: 50%;
  right: 2px;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  content: '';
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
}
.main_top .topic_path_list_item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.main_top .topic_path_list_item:last-child:after {
  display: none;
}
.main_top .topic_path_list_anchor {
  color: #e6002d; 
  font-size: 1.2rem;
}
.main_top .topic_path_list_current {
  font-size: 1.2rem;
}
.main_top .print_btn {
  position: relative;
  padding-right: 0;
  padding-left: 20px;
  line-height: 1;

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.main_top .print_btn:after {
  display: block;
  clear: both;
  height: 0; 
  content: '';
}
.main_top .print_btn:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  height: 13px;
  margin-top: -6px; 
  content: '';
  background: #9e9e9e;
}
.main_top .print_btn_icon {
  display: inline-block;
  float: left; 
  width: 17px;
}
.main_top .print_btn_img {
  width: 17px;
  vertical-align: middle;
}
.main_top .print_btn_text {
  display: inline-block;
  float: right;
  margin-left: 8px;
  font-size: 1.3rem;
}
.main_content {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}
.main_content:after {
  display: block;
  clear: both;
  height: 0; 
  content: '';
}
.main_content.no_topic_path {
  margin-top: 37px;
}
.main_bottom {
  clear: both; 
  width: 1080px;
  margin: 80px auto 0;
  padding-top: 80px;
  border-top: 1px solid #d1d0d0;
}
.main_bottom_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 100%;
  margin-top: -10px; 

  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
          justify-content: flex-start;
}
.main_bottom_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  margin-top: 10px;
  margin-right: 24px; 

  -webkit-flex-basis: 344px;
  -ms-flex-preferred-size: 344px;
          flex-basis: 344px;
}
.main_bottom_list_item:nth-child(3n) {
  margin-right: 0;
}
.main_bottom_list_anchor {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 344px;
  padding: 17px 25px 18px 20px;
  -webkit-transition: border-color 0.3s ease-out;
          transition: border-color 0.3s ease-out; 
  border: 1px solid #d1d0d0;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}
.main_bottom_list_anchor:hover {
  text-decoration: none; 
  border-color: #e6002d;
}
.main_bottom_list_anchor:after {
  position: absolute;
  top: 50%;
  right: 21px;
  display: block;
  width: 11px;
  height: 11px;
  margin-top: -6px; 
  content: '';
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #484848;
  border-right: 1px solid #484848;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
}
.main_bottom_list_anchor.current {
  color: #fff;
  border-color: #999;
  background: #999;
  font-weight: 700;
}
.main_bottom_list_anchor.current:after {
  display: none;
}

/*----------------------------------------
  コンテンツ
----------------------------------------*/
/*
---
name: セクション、見出し
tag:
  - text
category:
  - corp
---

```jade
h1.content_title_main h1 見出し
p.content_description 冒頭説明文

section.content_section
  h2.content_title_sub h2 見出し

  section.content_section_sub
    h3.content_title_third h3 見出し

    section.content_section_third
      h4.content_title_fourth h4 見出し

      section.content_section_fourth
        h5.content_title_fifth h5 見出し

  section.content_section_sub
    h3.content_title_third h3 見出し

section.content_section
  h2.content_title_sub h2 見出し
```
*/
.content {
  float: left;
  width: 804px;
  max-width: 100%;
  /*  サイドナビなしパターン
  ----------------------------------------*/
  /*----------------------------------------
    テキスト
  ----------------------------------------*/
  /*
---
name: 段落
tag:
  - text
category:
  - corp
---

```jade
p.content_paragraph 段落文章

.content_paragraph
  p 段落文章
  p 段落文章

```
*/
  /*
---
name: 通常文章
tag:
  - text
category:
  - corp
---

```jade
p.content_text 説明文

.content_text
  p 説明文
  p 説明文
   a.content_text_link 本文中リンク
```
*/
  /*
---
name: 注釈
tag:
  - text
category:
  - corp
---

```jade
p.content_notes 注釈
p.content_notes.kome ※米印付き注釈

.content_notes
  p 注釈
  p.kome ※米印付き注釈
```
*/
  /*----------------------------------------
    リストスタイル
  ----------------------------------------*/
  /*
---
name: 通常（中黒）リスト
tag:
  - text
category:
  - corp
---

```jade
ul.content_ul
  li.content_ul_item アイテム 1
  li.content_ul_item アイテム 2
  li.content_ul_item アイテム 3
```
*/
  /*
---
name: 順序付きリスト
tag:
  - text
category:
  - corp
---

```jade
ol.content_ol
  li.content_ol_item 順序アイテム
  li.content_ol_item 順序アイテム
    ol.content_ol_parenthesis
      li.content_ol_parenthesis_item 括弧アイテム
      li.content_ol_parenthesis_item 括弧アイテム
        ol.content_ol_circle
          li.content_ol_circle_item &#9312;丸数字アイテム
          li.content_ol_circle_item &#9313;丸数字アイテム
          li.content_ol_circle_item &#9314;丸数字アイテム

ol.content_ol.margin
  li.content_ol_item 順序アイテム
  li.content_ol_item 順序アイテム
  li.content_ol_item 順序アイテム
```
*/
}
.content.content_no_sidenav {
  float: none;
  width: auto;
}
.content_section {
  width: auto;
  margin-top: 100px;
}
.content_title_main + .content_section,
.anchor_nav + .content_section {
  margin-top: 0;
}
.content_description + .content_section {
  margin-top: 80px;
}
.content_section_sub {
  margin-top: 50px;
}
.content_title_sub + .content_section_sub {
  margin-top: 40px;
}
.content_section_third {
  margin-top: 25px;
}
.content_section_fourth {
  margin-top: 25px;
}
.content_title {
  margin-bottom: 7px;
  /* メインタイトル
    -------------*/
  /* カテゴリトップタイトル
    -------------*/
  /* サブタイトル
    -------------*/
  /* 小タイトル
    -------------*/
  /* 下線付きタイトル
    -------------*/
  /* 太字タイトル
    -------------*/
}
.content_title_main {
  min-height: 57px;
  margin-bottom: 30px;
  font-size: 3.2rem;
  font-weight: normal; 
  line-height: 1.3;
}
.content_title_top_category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}
.content_title_top_category_img {
  width: 53px;
  height: 53px;
  margin-right: 24px;
}
.content_title_top_category_text_sp_break {
  display: none;
}
.content_title_sub {
  position: relative;
  margin-bottom: 40px;
  padding-left: 18px;
  font-size: 2rem;
  font-weight: normal; 
  line-height: 1.1;
  line-height: 1.4;
}
.content_title_sub:before {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  display: block;
  width: 4px;
  margin: auto;
  content: '';
  background-color: #e6002d;
}
.content_title_third {
  margin-bottom: 25px; 
  padding: 6px 14px 5px;
  border: 1px solid #d1d0d0;
  background-color: #fafafa;
  font-size: 1.6rem;
}
.content_title_fourth {
  margin-bottom: 25px; 
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d0d0;
}
.content_title_fifth {
  margin-bottom: 15px;
}
.content_description {
  line-height: 2;
}
.content_paragraph {
  margin-bottom: 15px; 
  line-height: 2;
}
.content_text {
  line-height: 2;
}
.content_text_strong {
  font-size: 2.8rem;
  line-height: 1;
}
.content_text_caption {
  display: inline-block;
  margin-top: 7px; 
  font-size: 1.3rem;
}
.content_text_link {
  text-decoration: underline;
}
.content_text_link:hover {
  opacity: 0.5;
}
.content_text_link.tel_for_sp {
  text-decoration: none;
}
.content_text_link.tel_for_sp:hover {
  opacity: 1;
}
.content_notes {
  font-size: 1.2rem;
  line-height: 1.7;
}
.content_notes.only_sp {
  display: none;
}
.content_ul {
  line-height: 2;
}
.content_ul_item {
  position: relative;
  padding-left: 1em;
}
.content_ul_item:before {
  position: absolute;
  top: 1em;
  left: 3px;
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-top: -1.5px;
  content: '';
  border-radius: 3px;
  background: #000;
}
.content_ol {
  line-height: 2;
}
.content_ol_item {
  position: relative;
  padding-left: 2.0em;
}
.content_ol_item:before {
  position: absolute;
  top: 0;
  left: 0;
}
.content_ol_item:nth-child(1):before {
  content: '1.';
}
.content_ol_item:nth-child(2):before {
  content: '2.';
}
.content_ol_item:nth-child(3):before {
  content: '3.';
}
.content_ol_item:nth-child(4):before {
  content: '4.';
}
.content_ol_item:nth-child(5):before {
  content: '5.';
}
.content_ol_item:nth-child(6):before {
  content: '6.';
}
.content_ol_item:nth-child(7):before {
  content: '7.';
}
.content_ol_item:nth-child(8):before {
  content: '8.';
}
.content_ol_item:nth-child(9):before {
  content: '9.';
}
.content_ol_item:nth-child(10):before {
  content: '10.';
}
.content_ol_item:nth-child(11):before {
  content: '11.';
}
.content_ol_item:nth-child(12):before {
  content: '12.';
}
.content_ol_item:nth-child(13):before {
  content: '13.';
}
.content_ol_item:nth-child(14):before {
  content: '14.';
}
.content_ol_item:nth-child(15):before {
  content: '15.';
}
.content_ol_item:nth-child(16):before {
  content: '16.';
}
.content_ol_item:nth-child(17):before {
  content: '17.';
}
.content_ol_item:nth-child(18):before {
  content: '18.';
}
.content_ol_item:nth-child(19):before {
  content: '19.';
}
.content_ol_item:nth-child(20):before {
  content: '20.';
}
.content_ol.margin .content_ol_item:not(:first-child) {
  margin-top: 30px;
}
.content_ol_parenthesis_item {
  position: relative;
  padding-left: 2.0em;
}
.content_ol_parenthesis_item:before {
  position: absolute;
  top: 0;
  left: 0;
}
.content_ol_parenthesis_item:nth-child(1):before {
  content: '(1)';
}
.content_ol_parenthesis_item:nth-child(2):before {
  content: '(2)';
}
.content_ol_parenthesis_item:nth-child(3):before {
  content: '(3)';
}
.content_ol_parenthesis_item:nth-child(4):before {
  content: '(4)';
}
.content_ol_parenthesis_item:nth-child(5):before {
  content: '(5)';
}
.content_ol_parenthesis_item:nth-child(6):before {
  content: '(6)';
}
.content_ol_parenthesis_item:nth-child(7):before {
  content: '(7)';
}
.content_ol_parenthesis_item:nth-child(8):before {
  content: '(8)';
}
.content_ol_parenthesis_item:nth-child(9):before {
  content: '(9)';
}
.content_ol_parenthesis_item:nth-child(10):before {
  content: '(10)';
}
.content_ol_parenthesis_item:nth-child(11):before {
  content: '(11)';
}
.content_ol_parenthesis_item:nth-child(12):before {
  content: '(12)';
}
.content_ol_parenthesis_item:nth-child(13):before {
  content: '(13)';
}
.content_ol_parenthesis_item:nth-child(14):before {
  content: '(14)';
}
.content_ol_parenthesis_item:nth-child(15):before {
  content: '(15)';
}
.content_ol_parenthesis_item:nth-child(16):before {
  content: '(16)';
}
.content_ol_parenthesis_item:nth-child(17):before {
  content: '(17)';
}
.content_ol_parenthesis_item:nth-child(18):before {
  content: '(18)';
}
.content_ol_parenthesis_item:nth-child(19):before {
  content: '(19)';
}
.content_ol_parenthesis_item:nth-child(20):before {
  content: '(20)';
}
.content_ol_circle_item {
  padding-left: 1em;
  text-indent: -1em;
}

.kome {
  padding-left: 1em;
  text-indent: -1em;
}
html[lang='en'] .kome {
  padding-left: 0.8em;
  text-indent: -0.8em;
}

/*
---
name: コンテンツブロック（マージンあり）
tag:
  - block
category:
  - corp
---

SPで両脇にマージンを空けたいときに。

```jade
.inner_content
  div ブロック
```
*/
/* グラフ
----------------------------------------*/
.graph_img_sp {
  display: none;
}

.graph_caption_wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* 灰色背景 カラム
----------------------------------------*/
.card_column {
  /* 1カラム */
  /* 2カラム */
  /* 3カラム */
}
.card_column_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 100%;
  margin-bottom: 25px;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
}
.card_column_2_row_item {
  background: #f6f6f6; 

  -webkit-flex-basis: -webkit-calc(50% - 12px);
  -ms-flex-preferred-size: calc(50% - 12px);
          flex-basis:         calc(50% - 12px);
}
.card_column_3_row_item {
  background: #f6f6f6; 

  -webkit-flex-basis: -webkit-calc(33.3333% - 12px);
  -ms-flex-preferred-size: calc(33.3333% - 12px);
          flex-basis:         calc(33.3333% - 12px);
}
.card_column_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
          flex-direction: column;
  height: 100%;
  min-height: 90px;
  padding: 10px; 
  text-align: center;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  -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;
}
.card_column_title {
  width: 100%;
  margin-bottom: 2px; 
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
.card_column_detail {
  color: #e92a4e;
  font-size: 1.7rem;
  font-weight: 700;
}

/*----------------------------------------
  サイドナビゲーション
----------------------------------------*/
/*
---
name: サイドナビゲーション カテゴリトップページ
tag:
  - layout
category:
  - corp
---

```jade
aside.aside_nav
  h2.aside_nav_title
    a.aside_nav_title_anchor(href="#") 株主・投資家のみなさまへ
  ul.aside_nav_category
    li.aside_nav_category_item
      a.aside_nav_category_anchor.current(href="#") 経営方針・経営計画
    li.aside_nav_category_item
      a.aside_nav_category_anchor(href="#") IR活動の基本方針
    li.aside_nav_category_item
      a.aside_nav_category_anchor(href="#") 決算ハイライト
    li.aside_nav_category_item
      a.aside_nav_category_anchor(href="#") IRライブラリ
```

with mixin
```jade 
//- asideNav: (/corp/_pug/_partial/_aside.pug)
//- navMenuList: (/corp/_pug/_variables/_nav_list.pug)
+asideNav(navMenuList.ir)
``` 
*/
/*
---
name: サイドナビゲーション カテゴリ下層ページ
tag:
  - layout
category:
  - corp
---

```jade
aside.aside_nav
  h2.aside_nav_title
    a.aside_nav_title_anchor(href="#") 株主・投資家のみなさまへ
  ul.aside_nav_category
    li.aside_nav_category_item_current
      a.aside_nav_category_anchor(href="#") 経営方針・経営計画
      ul.aside_nav_category_children
        li.aside_nav_category_children_item
          a.aside_nav_category_children_anchor(href="#") 下層ページ1
        li.aside_nav_category_children_item
          a.aside_nav_category_children_anchor.current(href="#") 下層ページ2
        li.aside_nav_category_children_item
          a.aside_nav_category_children_anchor(href="#") 下層ページ3
        li.aside_nav_category_children_item
          a.aside_nav_category_children_anchor(href="#") 下層ページ4
    li.aside_nav_category_item
      a.aside_nav_category_anchor(href="#") IR活動の基本方針
    li.aside_nav_category_item
      a.aside_nav_category_anchor(href="#") 決算ハイライト
    li.aside_nav_category_item
      a.aside_nav_category_anchor(href="#") IRライブラリ
```

with mixin
```jade 
//- asideNav: (/corp/_pug/_partial/_aside.pug)
//- navMenuList: (/corp/_pug/_variables/_nav_list.pug)
+asideNav(navMenuList.ir, childrenList)
``` 
*/
.aside_nav {
  float: right;
  width: 242px;
  margin-top: 87px;
}
.aside_nav_title {
  width: 100%;
}
.aside_nav_title_anchor {
  display: block;
  padding: 17px 16px; 
  color: #fff;
  background-color: #999;
  font-size: 1.5rem;
  font-weight: 700;
}
.aside_nav_title_anchor:hover {
  color: #fff;
}
.aside_nav_category {
  width: auto;
  border: 1px solid #d1d0d0;
}
.aside_nav_category_item {
  border-top: 1px solid #d1d0d0;
}
.aside_nav_category_item:first-child {
  border-top: none;
}
.aside_nav_category_item.current {
  border-top: 1px solid #d1d0d0;
  background: #f6f6f6;
}
.aside_nav_category_item.current .aside_nav_category_children {
  display: block;
}
.aside_nav_category_anchor {
  position: relative;
  display: block;
  padding: 17px 30px 18px; 
  font-size: 1.5rem;
}
.aside_nav_category_anchor:hover {
  color: #000;
}
.aside_nav_category_anchor:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 7px;
  height: 3px;
  margin-top: -1.5px; 
  content: '';
  background-color: transparent;
}
.aside_nav_category_anchor.current {
  background: #f6f6f6;
  font-weight: 700;
}
.aside_nav_category_anchor.current:after {
  background-color: #e6002d;
}
.aside_nav_category_anchor_icon {
  padding-right: 21px;
  background-image: url(/corp/img/share/ico-window.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.aside_nav_category_children {
  display: none; 
  padding: 0 0 30px 30px;
}
.aside_nav_category_children_anchor {
  display: block; 
  padding: 5px 14px;
  font-size: 1.3rem;
}
.aside_nav_category_children_anchor.current {
  position: relative; 
  font-weight: 700;
}
.aside_nav_category_children_anchor.current:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 7px;
  height: 2px;
  margin-top: -1px; 
  content: '';
  background-color: #e6002d;
}
.pamphlet_area{
  background: #FFF;
  text-align: center;
  margin-right: 30px;
  margin-top: 20px;
  padding: 15px 0;
}
.pamphlet_area a{
  padding:0;
  font-weight: bold;
}
.pamphlet_area a img{
  width: 50%;
  margin: 0 25% 10px;
  border: 1px solid #d1d1d1;
}
/*
---
name: ルート相対パス画像 mixin
tag:
  - image
category:
  - corp
---

```jade 
+img("img/example.png")(width="200", height="300", alt="テキスト")
``` 
*/
/*
---
name: 改行（SPのみ）
tag:
  - text
category:
  - corp
---

```jade
p 改行前<br class="br_sp">改行後
```
*/
.br_sp {
  display: none;
}

.footer {
  width: 100%;
}
.footer_sitemap {
  width: 307px;
  margin: 0 auto;
}
.footer_sitemap_btn {
  position: relative;
  top: 1px;
  width: 100%;
  height: 37px;
  text-align: center; 
  background: url(/corp/img/share/bg-footer-btn.png) no-repeat top center;
  font-size: 1.2rem;
  font-weight: 700;
}
.footer_sitemap_btn a {
  margin-top: 13px;
  padding-left: 24px;
}
.footer_sitemap_btn a:hover {
  text-decoration: none;
}
.footer_sitemap_btn a:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 14px;
  height: 9px;
  margin-top: -4.5px;
  content: '';
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); 
  background: url(/corp/img/share/ico-arrow-b_top.png);
}
.footer_sitemap_btn a.open:before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.footer_top {
  overflow: hidden;
  width: 100%;
  padding-top: 18px; 
  border-top: 1px solid #d1d0d0;
  background: #f6f6f6;
}
.footer_top_inner {
  width: 1080px;
  margin: 0 auto;
  padding: 36px 0;
}
.footer_top_inner .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}
.footer_top_inner .nav_item {
  width: -webkit-calc(25%);
  width:         calc(25%);
  margin-bottom: 40px;
}
.footer_top_inner .nav_item:nth-child(n+5) {
  margin-bottom: 0;
}
.footer_top_inner .nav_item > a {
  display: inline-block;
  margin-bottom: 8px; 
  font-weight: 700;
}
.footer_top_inner .local_list {
  margin-bottom: 3px;
}
.footer_top_inner .local_list a {
  font-size: 1.2rem;
}
.footer_top_inner .news_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 165px;
  height: 250px;

  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}
.footer_top_inner .news_col .local_list {
  width: 83px;
}
.footer_bottom {
  padding-top: 36px;
  padding-bottom: 32px;
  text-align: center; 
  color: #fff;
  background: #373737;
  font-size: 1.2rem;
}
.footer_bottom a {
  color: #fff; 
  font-size: 1.2rem;
}
.footer_bottom .nav {
  margin-bottom: 11px;
}
.footer_bottom .nav_item {
  position: relative; 
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
}
.footer_bottom .nav_item:first-child {
  margin-left: 0;
  padding-left: 0;
}
.footer_bottom .nav_item:first-child:before,
.footer_bottom .nav_item:first-child a:before {
  display: none;
}
.footer_bottom .nav_item a:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  height: 11px;
  margin-top: -5px;
  content: '';
  background: #fff;
}
.footer_bottom .nav_item.external_icn a {
  display: inline-block;
  background-image: url(/corp/img/share/ico-window_white.png);
}
.footer_trade_list {
  margin-bottom: 33px;
}
.footer_trade_list_item {
  display: inline-block;
  margin-left: 15px;
}
.footer_trade_list_item:first-child {
  margin-left: 0;
}
.footer_trade_list_item dt,
.footer_trade_list_item dd {
  display: inline-block; 
  font-size: 1.2rem;
}
.footer_sp_nav {
  display: none;
}

.page_top {
  position: fixed;
  right: 0;
  bottom: 50px;
  width: 50px;
  height: 50px; 
  background: #373737;
}
.page_top .page_top_btn {
  width: 100%;
  height: 100%;
}
.page_top a {
  position: relative; 
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 50px;
}
.page_top a:before {
  position: absolute;
  top: 16px;
  left: 50%;
  display: block;
  width: 18px;
  height: 2px;
  margin-left: -9px; 
  content: '';
  background: #fff;
}
.page_top a:after {
  position: absolute;
  bottom: 17px;
  left: 50%;
  display: block;
  width: 14px;
  height: 9px;
  margin-left: -7px; 
  content: '';
  background: url(/corp/img/share/ico-arrow-w_top.png) no-repeat center center;
}

.menu_background_wrapper {
  position: absolute;
  z-index: 100; 
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.menu_background_wrapper.view {
  display: block;
}

/*
---
name: 1/3 カラム
tag:
  - layout
category:
  - corp
---

```jade
.content_thumb
  .content_thumb_image
    figure.content_thumb_image_item
      p PCサイト
    figure.content_thumb_image_item
      p スマートフォンサイト
  .content_thumb_text
    | アコムのWebサイトは、リアル店舗と変わらないサービスを提供しています。例えば、はじめてのお客さまの事前審査をネット上でおこない、そのニーズに応じた形でご融資を実行するというサービスもそのひとつ。「欲しい情報がすぐに見つかり、最短で目的が達成できる」というコンセプトのもとにナビゲーション機能を充実させ、IT時代のインフォメーションサービスを提供しています。また、スマートフォンからもアクセスが可能です。
```
*/
/*
---
name: 1/3 カラム(左サムネイル・右テキストタイプ)
tag:
  - layout
category:
  - corp
---

```jade
.content_thumb
  .content_thumb_image.left
    figure.content_thumb_image_item
      p PCサイト
    figure.content_thumb_image_item
      p スマートフォンサイト
  .content_thumb_text.right
    | アコムのWebサイトは、リアル店舗と変わらないサービスを提供しています。例えば、はじめてのお客さまの事前審査をネット上でおこない、そのニーズに応じた形でご融資を実行するというサービスもそのひとつ。「欲しい情報がすぐに見つかり、最短で目的が達成できる」というコンセプトのもとにナビゲーション機能を充実させ、IT時代のインフォメーションサービスを提供しています。また、スマートフォンからもアクセスが可能です。
```
*/
.content_thumb {
  /*
---
name: 2/3カラム(センター揃え)
tag:
  - layout
category:
  - corp
---

```jade
.content_thumb_center
  img(src="/corp/aigis_assets/img/corp/components/content_thumb/img-thumb_1.jpg", width="804", height="472", alt="")
```
*/
  /*
---
name: 1/2カラム(センター揃え)
tag:
  - layout
category:
  - corp
---

```jade
.content_thumb_center.half
  img(src="/corp/aigis_assets/img/corp/components/content_thumb/img-thumb_1.jpg", width="804", height="472", alt="")
```
*/
  /*  センター揃え PC 528px x 330px
  ----------------------------------------*/
}
.content_thumb:after {
  display: block;
  clear: both;
  height: 0; 
  content: '';
}
.content_thumb_image {
  display: block;
  float: right;
  width: 252px;
  text-align: center;
  /*  サムネイル 左
    ----------------------------------------*/
}
.content_thumb_image_item {
  margin-bottom: 10px;
}
.content_thumb_image.left {
  float: left;
}
.content_thumb_text {
  display: block;
  float: left;
  width: -webkit-calc(100% - 272px);
  width:         calc(100% - 272px);
  /*  テキスト 右
    ----------------------------------------*/
}
.content_thumb_text.right {
  float: right;
}
.content_thumb_center {
  width: 528px;
  margin: 20px auto;
  /*  横幅 804px
    ----------------------------------------*/
}
.content_thumb_center.half {
  width: 390px;
}
.content_thumb_center.full {
  width: 100%;
}

/*
---
name: 1/2 カラム
tag:
  - layout
category:
  - corp
---

```jade
.content_half
  .content_half_left.content_text
    p 左側画像
  .content_half_right
    ul.content_ol_parenthesis
      li.content_ol_parenthesis_item 即時発行（一部店舗除く）
      li.content_ol_parenthesis_item 世界中で使えるグローバルカード
      li.content_ol_parenthesis_item 入会金・年会費無料
      li.content_ol_parenthesis_item 365日・24時間キャッシング
      li.content_ol_parenthesis_item 「一括」「リボ」をお支払い時に選択
      li.content_ol_parenthesis_item ATMで自由にお支払い
      li.content_ol_parenthesis_item 支払い期日は最長82日
```
*/
.content_half:after {
  display: block;
  clear: both;
  height: 0; 
  content: '';
}

.content_half_left,
.content_half_right {
  width: -webkit-calc(50% - 10px);
  width:         calc(50% - 10px);
}

.content_half_left {
  float: left;
}

.content_half_right {
  float: right;
}

.news_release {
  border-top: 1px dotted #d1d0d0;
}
.news_release_update {
  margin-bottom: 15px; 
  text-align: right;
  font-size: 1.3rem;
}
.news_release_list {
  margin-bottom: 20px;
}
.news_release_list_item {
  padding: 13px 0;
  border-bottom: 1px dotted #d1d0d0;
}
.news_release_list_item:after {
  display: block;
  clear: both;
  height: 0; 
  content: '';
}
.news_release_list_anchor {
  position: relative; 
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 100%;
  padding-right: 40px;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}
.news_release_list_anchor:hover {
  text-decoration: none;
}
.news_release_list_anchor:after {
  position: absolute;
  top: 50%;
  right: 21px;
  display: block;
  width: 11px;
  height: 11px;
  margin-top: -6px; 
  content: '';
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #484848;
  border-right: 1px solid #484848;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
}
.news_release_list_anchor.external_anchor:before {
  position: absolute;
  top: 50%;
  right: 21px;
  width: 11px;
  height: 8px;
  margin-top: -4px;
  content: '';
  background-image: url(/corp/img/share/ico-window.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.news_release_list_anchor.external_anchor:after {
  display: none;
}
.news_release_list_anchor:hover .news_release_list_date,
.news_release_list_anchor:hover .news_release_list_text {
  text-decoration: underline;
}
.news_release_list_no_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 100%; 
  padding-right: 40px;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}
.news_release_list_label {
  min-width: 60px;
  margin-right: 16px; 
  padding: 1px 0;
  text-align: center;
  color: #373737;
  background: #ecf1f3;
  font-size: 1.1rem;
}
.news_release_list_date {
  color: #666;
}
.news_release_list_text {
  min-width: 1px;
  margin-left: 28px;
}
.news_release_list_icon {
  display: inline-block;
  margin-left: 10px; 
  line-height: 1.8em;
}
.news_release_list_icon_img {
  margin-right: 10px;
}
.news_release_links {
  width: 100%;
  text-align: right;
}
.news_release_rss_btn {
  display: inline-block;
  vertical-align: middle;
}
.news_release_rss_anchor {
  display: inline-block;
  width: 59px;
  border: 1px solid #ff8c00;
  line-height: 1;
}
.news_release_rss_anchor:hover {
  opacity: 0.5;
}
.news_release_rss_text {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 18px;
  vertical-align: middle;
  background: url(/corp/img/share/ico-rss.png) no-repeat center center;
}
.news_release_archives {
  display: inline-block;
  margin-left: 27px;
  vertical-align: middle;
}
.news_release_archives_anchor {
  position: relative;
  display: inline-block;
  padding-left: 15px; 
  font-size: 1.3rem;
  font-weight: 700;
}
.news_release_archives_anchor:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  margin-top: -3px; 
  content: '';
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
}
.news_release .read_rss {
  display: inline-block;
  width: 59px;
  margin-right: 24px;
  border: 1px solid #ff8c00;
  line-height: 1;
}
.news_release .read_rss:hover {
  opacity: 0.5;
}
.news_release .read_rss span {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 18px;
  vertical-align: middle;
  background: url(/corp/img/share/ico-rss.png) no-repeat center center;
}
.news_release + .fileviewer_block {
  margin-top: 60px;
}

/*  透過
----------------------------------------*/
/*  ボーダー
----------------------------------------*/
/* お知らせ 詳細ページ
-------------------------------------*/
.news_detail .content_title_sub {
  margin-bottom: 40px;
}

.news_detail_block {
  margin: 40px 0;
}
.news_detail_block:first-of-type {
  margin-top: 0;
}

.news_detail_table {
  margin: 40px 0;
}

.news_detail_date {
  text-align: right;
}

/*
---
name: PDF 注意文言
tag:
  - block
category:
  - corp
---

```jade
.fileviewer_block
  .fileviewer_block_inner
    .fileviewer_bnr
      a.fileviewer_bnr_anchor(href="https://get.adobe.com/reader/", target="_blank")
        img.fileviewer_bnr_img(src="/corp/img/share/ico-adobe.png", width="180", height="44", alt="Get ADOBE READER")
    p.fileviewer_text
      | PDFファイルをご覧頂くには、アドビ社のAdobe Reader(R)が必要になります。
      br
      | 最新のAdobe Reader はアドビ社のサイトより無料でダウンロード可能です。
```

with mixin
```jade 
+fileViewerBlock
``` 
*/
.fileviewer_block {
  margin-top: 100px;
  padding: 30px 50px;
  border: 1px solid #d1d0d0;
}
.fileviewer_block_inner {
  width: 100%;
}
.fileviewer_block_inner:after {
  display: block;
  clear: both;
  height: 0; 
  content: '';
}

.fileviewer_bnr {
  float: left;
  width: 180px;
}

.fileviewer_text {
  float: right;
  width: 500px; 
  color: #333;
}

.fileviewer_text_en {
  float: right;
  width: 504px; 
  color: #333;
}

/*
---
name: リンクボタン
tag:
  - link
category:
  - corp
---

```jade
p
  a.link_button(href="#") 同画面遷移リンク
p
  a.link_button.external(href="#" target="_blank") 別画面遷移リンク
```

with mixin
```jade
p
  +linkButton('同画面遷移リンク', '#')
p
  +linkButton('別画面遷移リンク', '#', true)
```
*/
.link_button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  min-height: 60px;
  padding: 19px 49px 20px 19px;
  -webkit-transition: border-color 0.3s ease-out;
          transition: border-color 0.3s ease-out; 
  border: 1px solid #d1d0d0;
  font-size: 1.4rem;
  line-height: 1.4;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}
.link_button:hover {
  text-decoration: none; 
  border-color: #e6002d;
}
.link_button::after {
  position: absolute;
  top: 50%;
  right: 22px;
  display: block;
  width: 11px;
  height: 11px;
  margin-top: -6px; 
  content: '';
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #484848;
  border-right: 1px solid #484848;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
}
.link_button.external::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 11px;
  height: 8px;
  margin-top: -4px;
  content: '';
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; 
  border-width: 0;
  background-image: url(/corp/img/share/ico-window.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.link_button_size {
  padding-left: 5px;
  font-size: 1.2rem;
}

/*
---
name: ダウンロードボタン
tag:
  - link
category:
  - corp
---

```jade
ul.download_button_list
  li.download_button_list_item
    a.download_button(href="#")
      span.download_button_icon
        svg(role="img" aria-label=title class='svg-pdf pdf', width="22", height="22").download_button_icon_img
          title 'PDF資料'
          use(xlink:href="/corp/img/share/svg-symbols.svg#icon-pdf")
      span.download_button_text PDFで<br>ダウンロード
  li.download_button_list_item
    a.download_button(href="#")
      span.download_button_icon
        svg(role="img" aria-label=title class='svg-excel excel', width="22", height="22").download_button_icon_img
          title 'PDF資料'
          use(xlink:href="/corp/img/share/svg-symbols.svg#icon-excel")
      span.download_button_text エクセルで<br>ダウンロード
```

with mixin
```jade
//- +downloadButton(type, text, link)
//- type: 'pdf' | 'excel'
ul.download_button_list
  li.download_button_list_item
    +downloadButton('pdf', 'PDFで<br>ダウンロード', '#')
  li.download_button_list_item
    +downloadButton('excel', 'エクセルで<br>ダウンロード', '#')
```
*/
.download_button,
.download_button_lines {
  position: relative;
  display: block;
  width: 252px;
  padding: 17px 19px 18px;
  -webkit-transition: border-color 0.3s ease-out;
          transition: border-color 0.3s ease-out; 
  border: 1px solid #d1d0d0;
  font-size: 1.3rem;
}
.download_button:hover,
.download_button_lines:hover {
  text-decoration: none; 
  border-color: #e6002d;
}
.download_button svg,
.download_button_lines svg {
  -webkit-transition: opacity 0.3s ease-out;
          transition: opacity 0.3s ease-out;
}
.download_button::after,
.download_button_lines::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 11px;
  height: 15px;
  margin-top: -7.5px; 
  content: '';
  background: url(/corp/img/share/ico-download.png) no-repeat left top;
  background-size: 11px auto;
}
.download_button_icon_img {
  margin-right: 12px;
}
.download_button_text {
  display: inline-block;
  line-height: 1.8em;
}
.download_button_text br {
  display: none;
}

.download_button_lines {
  display: table-cell;
  height: 70px;
  padding: 10px 10px 10px;
  vertical-align: middle;
}
.download_button_lines_icon_img {
  margin: 0 12px 0 0;
  padding-top: 0;
}
.download_button_lines_text_lines {
  display: inline-block;
  line-height: 1.5em;
}
.download_button_lines_text_lines br {
  display: block;
}

/*  ダウンロードボタンリスト
----------------------------------------*/
.download_button_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
          justify-content: flex-end;
}
.download_button_list.o-left_box {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
          justify-content: flex-start;
}
.content_text + .download_button_list,
.content_section + .download_button_list {
  margin-top: 30px;
}
.panel_list + .download_button_list {
  margin-top: 25px;
}
.download_button_list_item:not(:first-child) {
  margin-left: 24px;
}

/*
---
name: 表
tag:
  - block
category:
  - corp
---

```jade
.scrollable_table
  table.table
    caption.table_caption キャプション
    thead.table_thead
      tr.table_tr
        th.table_th &nbsp;
        th.table_th.center 見出し
        th.table_th.center 見出し
    tbody
      tr.table_tr
        th.table_th 見出し
        td.table_td.center 値
        td.table_td.center 値
    tfoot.table_tfoot
      tr.table_tr.focus
        th.table_th 見出し
        td.table_td.center 値
        td.table_td.center 値
```
*/
.table {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.4;
}
.table_caption,
.table_th,
.table_td {
  padding: 10px 9px;
  border: solid 1px #d1d0d0;
}
.table_caption.center,
.table_th.center,
.table_td.center {
  text-align: center;
  vertical-align: middle;
}
.table_caption.right,
.table_th.right,
.table_td.right {
  text-align: right;
}
.table_caption {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 0;
  background: #f6f6f6;
  font-size: 1.6rem; 
  font-weight: bold;
}
.table_th {
  background: #f6f6f6;
  font-weight: normal;
}
.table_td {
  background: #fff;
}
.table_tfoot .table_th,
.table_tfoot .table_td {
  background: #eaeaea;
  font-weight: bold;
}
.table.positive .table_caption,
.table.positive .table_th,
.table.positive .table_tfoot .table_td {
  background: #fffaee;
}
.table.positive .table_tfoot .table_th,
.table.positive .table_tfoot .table_td {
  background: #fff5de;
}
.table_tr.focus .table_th,
.table_tr.focus .table_td {
  background: #fdf2f3;
}
.table a {
  text-decoration: underline;
}
.table a:hover {
  text-decoration: none;
}
.table.fixed {
  width: 100%;
  table-layout: fixed;
}
.table.fixed .table_caption,
.table.fixed .table_th,
.table.fixed .table_tfoot .table_td {
  background: #eee;
}

/*  SPで横スクロール可能な表
----------------------------------------*/
.scrollable_table {
  margin-bottom: 20px;
  /* SP で見出し固定に使う placeholder を PC では非表示にする
  ----------------------------------------*/
}
.scrollable_table:last-child {
  margin-bottom: 0;
}
.scrollable_table.focus {
  margin-top: 60px;
  padding-top: 60px;
  border-top: dotted 1px #d1d0d0;
}
.scrollable_table.heading_fix .table_td_placeholder {
  display: none;
}

/*
---
name: タブ
tag:
  - link
category:
  - corp
---

```jade
.tab
  ul.tab_list
    li.tab_item.current
      span.tab_item_text 現在のタブ
    li.tab_item
      a(href="#").tab_item_text タブ
```
*/
.tab {
  position: relative;
  margin-bottom: 68px;
}
.tab::after {
  position: absolute;
  bottom: -8px;
  width: 100%;
  content: '';
  border-bottom: solid 2px #db0016;
}
.tab_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  border: solid 1px #d1d0d0; 
  background: #f6f6f6;
}
.tab_item {
  position: relative;
  width: 50%;
}
.tab_item:not(:first-child)::after {
  position: absolute;
  top: 50%;
  left: 0;
  height: 80%;
  content: '';
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); 
  border-left: solid 1px #d1d0d0;
}
.tab_item_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  height: 45px;
  padding: 0 6px;
  text-align: center; 
  font-size: 1.8rem;
  line-height: 1.3;

  -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;
}
.tab_item.current .tab_item_text {
  position: absolute;
  top: 6px;
  left: 50%;
  width: 389px;
  height: 48px;
  margin: auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); 
  color: #fff;
  background: #db0016;
}

/*
---
name: 子タブ
tag:
  - link
category:
  - corp
---

```jade
.child_tab
  ul.child_tab_list
    li.child_tab_item.current
      span.child_tab_item_text 現在のタブ
    li.child_tab_item
      a(href="#").child_tab_item_text タブ
```
*/
.child_tab {
  margin-bottom: 60px;
}
.child_tab_list {
  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;
}
.child_tab_item:not(:first-child) {
  margin-left: 4px;
}
.child_tab_item_text {
  display: block;
  width: 260px;
  text-align: center; 
  border: solid 1px #d1d0d0;
  background: #f6f6f6;
  font-size: 1.6rem;
  line-height: 46px;
}
.child_tab_item.current .child_tab_item_text {
  position: relative;
  color: #fff;
  border-color: #db0016;
  background: #db0016;
}
.child_tab_item.current .child_tab_item_text::after {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  margin-left: -7px;
  content: '';
  border: solid 7px transparent;
  border-top-color: #db0016;
  border-bottom: 0;
}

/*
---
name: パネル
tag:
  - link
category:
  - corp
---

```jade
ul.panel_list
  li.panel_list_item
    a.link_button(href="#") 同画面遷移リンク

ul.panel_list.column_3
  li.panel_list_item
    a.link_button(href="#") 同画面遷移リンク
  li.panel_list_item
    a.link_button.external(href="#" target="_blank") 別画面遷移リンク
  li.panel_list_item
    a.download_button(href="#")
      span.download_button_icon
        svg(role="img" aria-label=title class='svg-pdf pdf', width="22", height="22").download_button_icon_img
          title 'PDF資料'
          use(xlink:href="/corp/img/share/svg-symbols.svg#icon-pdf")
      span.download_button_text PDFリンク
```

with mixin
```jade 
ul.panel_list
  li.panel_list_item
    +linkButton('同画面遷移リンク', '#')

ul.panel_list.column_3
  li.panel_list_item
    +linkButton('同画面遷移リンク', '#')
  li.panel_list_item
    +linkButton('別画面遷移リンク', '#', true)
  li.panel_list_item
    +downloadButton('pdf', 'PDFリンク', '#')
``` 
*/
.panel_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  margin-top: 30px; 

  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
}
.panel_list_item {
  margin-top: 10px; 

  -webkit-flex-basis: 390px;
  -ms-flex-preferred-size: 390px;
          flex-basis: 390px;
}
.panel_list.column_3 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
          justify-content: flex-start;
}
.panel_list.column_3 .panel_list_item {
  -webkit-flex-basis: 252px;
  -ms-flex-preferred-size: 252px;
          flex-basis: 252px;
}
.panel_list.column_3 .panel_list_item:not(:nth-child(3n+1)) {
  margin-left: 24px;
}

/*
---
name: ご注意事項
tag:
  - block
category:
  - corp
---

```jade
section.cautions
  h2.cautions_title
    svg(role="img" aria-label=title class='svg-attention attention', width="24", height="21")
      title '重要'
      use(xlink:href="/corp/img/share/svg-symbols.svg#icon-attention")
    | ご注意事項
  ul.cautions_list
    li.cautions_list_item 注意事項が入ります。注意事項が入ります。注意事項が入ります。
    li.cautions_list_item 注意事項が入ります。注意事項が入ります。注意事項が入ります。注意事項が入ります。注意事項が入ります。注意事項が入ります。注意事項が入ります。注意事項が入ります。注意事項が入ります。注意事項が入ります。
```

with mixin
```jade 
section.cautions
  h2.cautions_title
    +icon('attention')(width="24", height="21")
    | ご注意事項
  ul.cautions_list
    li.cautions_list_item 注意事項が入ります。注意事項が入ります。注意事項が入ります。
    li.cautions_list_item 注意事項が入ります。注意事項が入ります。注意事項が入ります。注意事項が入ります。注意事項が入ります。注意事項が入ります。注意事項が入ります。注意事項が入ります。注意事項が入ります。注意事項が入ります。
``` 
*/
.cautions {
  margin-top: 40px;
}
.cautions_title {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d0d0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2;
}
.cautions_title .svg-attention {
  margin-top: -3px;
  margin-right: 8px;
  vertical-align: middle;
}
.cautions_list {
  padding-left: 20px;
}
.cautions_list_item {
  position: relative;
  list-style: disc;
  font-size: 1.4rem;
  line-height: 2;
}

/*
---
name: お問い合わせ窓口
tag:
  - block
category:
  - corp
---

```jade
.contact_tel
  p.contact_tel_title お問い合わせ窓口
  p.contact_tel_text {問い合わせ先名称が入ります}
  p.contact_tel_number 00-0000-0000
```
*/
.contact_tel {
  width: 528px;
  margin: 40px auto;
  padding: 35px 20px;
  text-align: center; 
  border: 1px solid #d1d0d0;
}
.contact_tel_title {
  font-size: 1.6rem; 
  font-weight: bold;
}
.contact_tel_text {
  margin-top: 5px;
}
.contact_tel_number {
  margin-top: 5px;
  color: #db0016;
  font-family: Arial;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
}

/*
---
name: 関連情報
tag:
  - link
category:
  - corp
---

```jade
.related_link_block
  h3.related_link_block_title 関連情報
  .related_link_block_inner
    ul.related_link_block_inner_list
      li.related_link_block_inner_list_item
        a.link_button(href="/corp/about-us/company/group/") グループ企業
      li.related_link_block_inner_list_item
        a.link_button(href="/corp/about-us/company/organization/") 組織図
```

with mixin
```jade 
.related_link_block
  h3.related_link_block_title 関連情報
  .related_link_block_inner
    ul.related_link_block_inner_list
      li.related_link_block_inner_list_item
        +linkButton('グループ企業', '/corp/about-us/company/group/')
      li.related_link_block_inner_list_item
        +linkButton('組織図', '/corp/about-us/company/organization/')
``` 
*/
.related_link_block {
  margin-top: 60px;
}
.related_link_block_title {
  margin-bottom: 20px; 
  font-size: 2rem;
}
.related_link_block_inner {
  padding: 30px; 
  background-color: #f6f6f6;
}
.related_link_block_inner_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 100%;
  margin-top: -10px; 

  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
          justify-content: flex-start;
}
.related_link_block_inner_list_item {
  margin-top: 10px;
  margin-right: 24px;
  background-color: #fff; 

  -webkit-flex-basis: 360px;
  -ms-flex-preferred-size: 360px;
          flex-basis: 360px;
}
.related_link_block_inner_list_item:nth-child(2n) {
  margin-right: 0;
}

/*  サイドナビ
----------------------------------------*/
aside .aside_nav_category {
  margin-bottom: 40px;
}

aside .download_button_list_item .download_button,
aside .download_button_list_item .download_button_lines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 240px;
  padding: 15px 19px 15px;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}
aside .download_button_list_item .download_button_text {
  line-height: 1.3em;
}
aside .download_button_list_item .download_button_text br {
  display: block;
}

/*
---
name: PDF、Flashファイルリンク
tag:
  - link
category:
  - corp
---

```jade
ul.file_link_list
  li.file_link_list_item
    a.file_link(href="#")
      span.file_link_text PDFファイル名
      svg(role="img" aria-label=title class='svg-pdf pdf', width="22", height="22").file_link_icon
        title 'PDF資料'
        use(xlink:href="/corp/img/share/svg-symbols.svg#icon-pdf")
      span.file_link_size （124KB）
  li.file_link_list_item
    a.file_link(href="#")
      span.file_link_text Flashファイル名
      svg(role="img" aria-label=title class='svg-fl fl', width="22", height="22").file_link_icon
        title 'Flash動画'
        use(xlink:href="/corp/img/share/svg-symbols.svg#icon-fl")
      span.file_link_size （124KB）
```

with mixin
```jade 
ul.file_link_list
  li.file_link_list_item
    +fileLink('PDFファイル名', 'pdf', '#', '（124KB）')
  li.file_link_list_item
    +fileLink('Flashファイル名', 'fl', '#', '（124KB）')
``` 
*/
.file_link {
  display: inline-block;
  vertical-align: top; 
  font-size: 1.2rem;
}
.file_link_text {
  vertical-align: middle;
  text-decoration: underline;
}
.file_link_icon {
  margin-left: 8px;
}
.file_link_size {
  margin-left: 2px;
  vertical-align: middle;
}
.file_link:hover {
  text-decoration: none; 
  opacity: 0.5;
}
.file_link_list_item:not(:first-child) {
  margin-top: 20px;
}

/*
---
name: 検索フォーム
tag:
  - form
category:
  - corp
---

```jade
form.content_text.search_form(action="#" method="post")
  span.search_form_input_wrapper
    input.search_form_input(type="text" placeholder="キーワードを入力ください")
  button.search_form_submit(type="submit") 検索
```
*/
.search_form {
  position: relative;
  z-index: 2; 
  margin-top: 30px;
}
.search_form_input {
  padding: 12px;
  border: 1px solid #d1d0d0;
}
.search_form_submit {
  padding: 12px;
  color: #fff; 
  border: 1px solid #9b9b9b;
  background-color: #9b9b9b;
}
.search_form_submit:hover {
  opacity: 0.5;
}

/*
---
name: キャプチャーリスト
tag:
  - block
category:
  - corp
---

```jade
ul.capture_list
  li.capture_item
    a.capture_anchor(href="/corp/csr/groupcsr/")
      span.capture_figure
      img.capture_figure_img(src="/corp/aigis_assets/img/corp/components/content_thumb/img-thumb_2.jpg", width="250", height="156")
      span.capture_text アコムのCSR
  li.capture_item
    a.capture_anchor(href="/corp/csr/theme/")
      span.capture_figure
      img.capture_figure_img(src="/corp/aigis_assets/img/corp/components/content_thumb/img-thumb_3.jpg", width="250", height="156")
      span.capture_text 重点活動テーマ
  li.capture_item
    a.capture_anchor(href="/corp/csr/theme/etc/")
      span.capture_figure
      img.capture_figure_img(src="/corp/aigis_assets/img/corp/components/content_thumb/img-thumb_4.jpg", width="250", height="156")
      span.capture_text その他のテーマ
```

with mixin
```jade 
-
  const list = [
    {text: "アコムのCSR", link: "/corp/csr/groupcsr/", path: "/corp/aigis_assets/img/corp/components/content_thumb/img-thumb_2.jpg"},
    {text: "重点活動テーマ", link: "/corp/csr/theme/", path: "/corp/aigis_assets/img/corp/components/content_thumb/img-thumb_3.jpg"},
    {text: "その他のテーマ", link: "/corp/csr/theme/etc/", path: "/corp/aigis_assets/img/corp/components/content_thumb/img-thumb_4.jpg"}
  ]
+captureList(list)
``` 
*/
.capture_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 100%;

  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}
.capture_list:after {
  display: block;
  clear: both;
  height: 0; 
  content: '';
}
.content_description + .capture_list {
  margin-top: 50px;
}

.capture_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  min-width: 1px;
  margin-top: 24px; 
  margin-right: 24px;
  border: 1px solid #d1d0d0;
  background: #fff;

  -webkit-flex-basis: 250px;
  -ms-flex-preferred-size: 250px;
          flex-basis: 250px;
}
.capture_item:nth-child(3n) {
  margin-right: 0;
}
.capture_item:nth-child(-n+3) {
  margin-top: 0;
}

.capture_anchor {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
}
.capture_anchor:hover {
  text-decoration: none;
}

.capture_text {
  display: block;
  padding: 11px 15px;
  line-height: 1.5;
}

/*
---
name: アンカーナビゲーション
tag:
  - link
category:
  - corp
---

```jade
div.anchor_nav
  ul.anchor_nav_list
    li.anchor_nav_list_item
      a.link_button(href="#anchor01") アンカーテキスト01
    li.anchor_nav_list_item
      a.link_button(href="#anchor02") アンカーテキスト02
```

with mixin
```jade 
-
  const anchors = [
    {text: 'アンカーテキスト01', anchor: 'anchor01'},
    {text: 'アンカーテキスト02', anchor: 'anchor02'},
  ]
+anchorNav(anchors)
``` 
*/
.anchor_nav_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  margin-bottom: 80px;
  letter-spacing: -0.40em;

  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}
.anchor_nav_list.only_sp {
  display: none;
}

.anchor_nav_list_item {
  max-width: 25%;
  margin: -1px 0 0 -1px; 
  letter-spacing: normal;

  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
}

.anchor_nav .link_button {
  z-index: 0; 
  height: 100%;
  min-height: 50px;
  padding: 5px 49px 5px 19px;
}
.anchor_nav .link_button::after {
  position: absolute;
  top: 50%;
  right: 22px;
  display: block;
  width: 11px;
  height: 11px;
  margin-top: -5.5px; 
  content: '';
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid transparent;
  border-right: 1px solid #484848;
  border-bottom: 1px solid #484848;
  border-left: 1px solid transparent;
}
.anchor_nav .link_button:hover {
  z-index: 200;
}

/*  ライブラリ ファイルリスト
----------------------------------------*/
.library_file_list {
  border-bottom: 1px dotted #d1d0d0;
}
.library_file_list_item {
  border-top: 1px dotted #d1d0d0;
}
.library_file_list_item.thread {
  position: relative;
  padding-left: 30px;
}
.library_file_list_item.thread:before {
  position: absolute;
  top: 20px;
  left: 12px; 
  width: 10px;
  height: 9px;
  content: '';
  border-bottom: 1px solid #373737;
  border-left: 1px solid #373737;
}
.library_file_list_item .link_button {
  padding-left: 0;
  border: none;
}
.library_file_list_item .link_button_icon {
  margin: 0;
  padding-left: 10px;
}
.library_file_list_item .link_button_size {
  padding-left: 5px;
  font-size: 1.2rem;
}
.library_file_list_item .link_button:hover {
  text-decoration: underline;
}

/*
---
name: セレクトフォーム
tag:
  - form
category:
  - corp
---

※option.placeholder以外を選択するとselect要素から.no_selectを削除します。

```jade
div
  label.select_form
    .select_form_decorate
      select.select_form_body.no_select
        option(disabled selected).select_form_option.placeholder 選択してください
        option(value="1").select_form_option 選択肢1
        option(value="2").select_form_option 選択肢2
        option(value="3").select_form_option 選択肢3
        option(value="4").select_form_option 選択肢4
div
  label.select_form
    span.select_form_prefix プレフィックス
    .select_form_decorate
      select.select_form_body.no_select
        option(disabled selected).select_form_option.placeholder 選択してください
        option(value="1").select_form_option 選択肢1
        option(value="2").select_form_option 選択肢2
        option(value="3").select_form_option 選択肢3
        option(value="4").select_form_option 選択肢4
    span.select_form_suffix サフィックス
```

with mixin
```jade 
+selectForm([
  {label: '選択肢1', value: "1"},
  {label: '選択肢2', value: "2"},
  {label: '選択肢3', value: "3"},
  {label: '選択肢4', value: "4"}
])
``` 
*/
.select_form_decorate {
  position: relative;
  display: inline-block;
  height: 54px;
}
.select_form_decorate:before {
  position: absolute;
  z-index: 1; 
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
  content: '';
  pointer-events: none;
  border-left: 1px solid #d1d0d0;
}
.select_form_decorate:after {
  position: absolute;
  top: 50%;
  right: 22px;
  display: block;
  width: 11px;
  height: 11px;
  margin-top: -5.5px;
  content: '';
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none; 
  border-top: 1px solid transparent;
  border-right: 1px solid #484848;
  border-bottom: 1px solid #484848;
  border-left: 1px solid transparent;
}

.select_form_body {
  position: relative;
  height: 54px;
  margin: 0;
  padding: 0 67px 0 13px;
  border: 1px solid #d1d0d0;
  border-radius: 0;
  background-color: #fff;
  font-size: 1.4rem;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.select_form_body.no_select {
  color: #717171;
}

.select_form_option {
  color: #000;
}
.select_form_option:checked {
  color: #717171;
}
.select_form_option.placeholder {
  display: none;
}

.select_form_prefix {
  padding-right: 13px;
}

.select_form_suffix {
  padding-left: 13px;
}

.another_window {
  pointer-events: none;
}
.another_window_icon {
  display: none;
}
.another_window img:hover {
  cursor: default;
  opacity: 1;
}

/*
---
name: リードテキスト
tag:
  - block
category:
  - corp
---

```jade
.leadtext_area
  p.leadtext_area_subject リードタイトル
  p.leadtext_area_body 本文

.leadtext_area
  p.leadtext_area_subject.left リードタイトル（左寄せ）
  p.leadtext_area_body 本文
```
*/
.leadtext_area {
  margin: 30px 20px;
  padding: 20px;
  border: 2px solid #dc2334;
  background: #fffaee;
}
.leadtext_area_subject {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
.leadtext_area_subject.left {
  text-align: left;
}
.leadtext_area_body {
  margin-top: 10px;
  line-height: 2;
}

.stock_chart {
  float: right;
  width: 344px;
}
.stock_chart_link {
  position: relative; 
  display: block;
}
.stock_chart_link:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  content: '';
  -webkit-transition: border 0.35s ease;
          transition: border 0.35s ease;
  border: 1px solid transparent;
}
.stock_chart:hover .stock_chart_link:before {
  border: 1px solid #dc2334;
}
.stock_chart:hover img {
  position: relative;
  z-index: 1;
  opacity: 1;
}

/*
---
name: テキストフォーム、テキストエリア
tag:
  - form
category:
  - corp
---

```jade
input(type="text" placeholder="プレースホルダ").input
input(type="email" placeholder="プレースホルダ").input
textarea(placeholder="プレースホルダ").textarea
```

with mixin
```jade 
+input('プレースホルダ')
+inputEmail('プレースホルダ')
+textarea('プレースホルダ')
``` 
*/
.input,
.textarea {
  padding: 12px;
  border: 1px solid #d1d0d0;
  border-radius: 0;
  background-color: #fff;
  font-size: 1.6rem;
}

/*
---
name: フォーム
tag:
  - form
category:
  - corp
---

```jade
form.form(action="#" method="post")
  .form_body
    .form_fieldset
      p.form_label メールアドレス
        small.form_label_required 必須
      .form_value
        input(type="email" required).js-input.input.form_input
        .form_error.js-error(aria-hidden="true")
```
*/
.form {
  margin-top: 30px;
}
.form_body {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  line-height: 1.4;
}
.form_fieldset {
  display: table-row;
}
.form_label,
.form_value {
  display: table-cell;
  padding: 10px 9px;
  vertical-align: middle; 
  border: solid 1px #d1d0d0;
}
.form_label {
  width: 230px;
  min-width: 230px;
  max-width: 230px;
  background: #f6f6f6;
  font-weight: normal;
}
.form_label_required {
  margin-left: 0.5em;
  color: #e6002d;
  font-size: 1.2rem;
}
.form_input {
  display: block;
  width: 100%;
}
.form_error {
  margin-top: 9px;
  color: #e6002d;
  font-size: 1.3rem;
}
.form_error[aria-hidden='true'] {
  display: none;
}
.form_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  margin-top: 20px;
  text-align: center; 

  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
}
.form_footer_item:not(:first-child) {
  margin-left: 30px;
}
.form_footer_form {
  display: block;
}
.form_button {
  height: 50px;
  padding: 12px 45px;
  -webkit-transition: opacity 0.3s ease-out;
          transition: opacity 0.3s ease-out; 
  white-space: nowrap;
  font-size: 1.6rem;
}
.form_button.cancel {
  background-color: #f6f6f6;
}
.form_button.submit {
  color: #fff; 
  background-color: #9b9b9b;
}
.form_button:hover {
  text-decoration: none; 
  opacity: 0.5;
}

/*---------------------------------------
  CMSコンテンツ用スタイル
----------------------------------------*/
.cms .font_large {
  font-size: 1.6rem;
}

.cms .font_medium {
  font-size: 1.4rem;
}

.cms .font_small {
  font-size: 1.2rem;
}

.cms .font_bold {
  font-weight: bold;
}

.cms .font_black {
  color: #000;
}

.cms .font_red {
  color: #db0016;
}

.cms .text_left {
  text-align: left;
}

.cms .text_right {
  text-align: right;
}

.cms .text_center {
  text-align: center;
}

.cms .link,
.cms .link_external,
.cms .link_pdf {
  text-decoration: underline;
}
.cms .link:hover,
.cms .link_external:hover,
.cms .link_pdf:hover {
  text-decoration: none;
}

.cms .link_external {
  margin-right: 5px;
  padding-right: 16px;
  background: url(/corp/img/share/ico-window.png) right center no-repeat;
}

.cms .link_pdf {
  margin-right: 5px;
  padding-right: 21px;
  background: url(/corp/img/share/ico-pdf.svg) right center no-repeat;
  background-size: 16px 16px;
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
