 @charset "utf-8";
/* ===========================================================

  Title:　common.css
  Created:　2018-4-27

=========================================================== */
/*

  body
  header
  user-navigation
  global-navigation
  container
  contens
  topicpath
  btPageTop
  footer


=========================================================== */
/*

  body

=========================================================== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');

html {
  font-size: 62.5%
}
body {
  position: relative;
  font-family: 'Noto Sans JP', '游ゴシック', 'Yu Gothic','メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 400;
  color: #111;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  background-image: url(../img/global/background.png);
  background-size: 100%;
}
@media screen and (max-width: 1200px) {
  body {
  }
}
html * {
  max-height: 999999px;
} /* Chrome font size adjust  */

/* ===========================================================

  header

=========================================================== */
header {
}
header .header {
  position: relative;
}
header .mobile-logo,
header .securities_code {
  display: none;
}
header a:link, header a:visited {
  text-decoration: none;
}
/* logo
----------------------------------------------------------- */
header .logo {
  padding: 28px 0 0 30px;
}
header h1 {
  float: left;
}
header h1 a {
  display: block;
  width: 305px;
  height: 38px;
  background-image: url(../img/ja/global/logo.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 305px auto;
}
/* code */
header .logo p {
  float: left;
  margin: 0 0 0 15px;
  padding: 0 15px;
  border: solid 1px #dddddd;
  color: #111;
  height: 38px;
  line-height: 36px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  header {
    z-index: 999;
    height: 72px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
  }
  header .logo {
    padding: 0;
  }
  header h1 {
    float: none;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  /* code */
  header .mobile-logo {
    display: block;
    position: absolute;
    top:16px;
    left: 16px;

  }
  header h1 a {
    background-size: 235px auto;
  }
  header .securities_code {
    position: absolute;
    top: 20px;
    left: 256px;
    padding: 5px 15px;
    border: 1px solid #ababab;
    font-size: 13px;
  }
}

/* ===========================================================

  user-navigation

=========================================================== */
.user-navigation {
  padding:16px;
}
/* .user-navigation__search
----------------------------------------------------------- */

.search_container{
  box-sizing: border-box;
  width:194px;
  margin-bottom: 8px;
}
.search_container input[type="text"]{
  background: #EDECEB;
  border: none;
  height: 40px;
  width: 154px;
  float: left;
  padding: 10px;
  font-family: 'Noto Sans JP', '游ゴシック', 'Yu Gothic','メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  border: none;
  background: #b81408;
  background-image: url(../img/global/search.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: #fff;
  outline : none;
  width: 40px;
  height: 40px;
}

.user-navigation__search--close, .user-navigation__search--close span {
  display: none;
}
.user-navigation__search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999998;
  text-align: center;
}
.user-navigation__search form {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  height: 50px;
  line-height: 50px;
  width : calc(100% - 40%);
  margin: -20px 20% 0;
  border-bottom: solid 1px #0f274e;
}
@media screen and (max-width: 1200px) {
  .user-navigation__search form {
    width : calc(100% - 20%);
    margin: -20px 10% 0;
  }
}
.user-navigation__search form input[type="text"] {
  font-size: 24px;
  font-size: 2.4rem;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  width : calc(100% - 40px);
  display: block;
  float: left;
  color: #111;
  background: none;
  border: none;
}
.user-navigation__search form input:focus {
  outline: none !important;
  background: none;
}
.user-navigation__search form input[type="submit"] {
  margin: 0;
  padding: 0;
  height: 50px;
  line-height: 50px;
  width: 40px;
  float: right;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../img/common/icon/icon_search_b.png);
  background-size: 26px auto;
  /*Scott Kellum Method */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
/* ser-navigation__search--open */
.user-navigation__search--open {
}
.user-navigation__search--open span {
  position: relative;
  display: block;
  width: 45px;
  height: 34px;
  border-left: dotted 1px #8e8e8e;
  border-right: dotted 1px #8e8e8e;
  background-repeat: no-repeat;
  background-position: 50% 48%;
  background-image: url(../img/common/global/button_search.png);
  background-size: 13px auto;
  /*　Scott Kellum Method */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 1;
}
.user-navigation__search--open:hover {
  cursor: pointer;
  opacity: 0.6;
}
/* ser-navigation__search-close */
.user-navigation__search--close {
  position: fixed;
  z-index: 9999;
  top: 30px;
  right: 30px;
  content: " ";
  height: 50px;
  width: 50px;
  z-index: 999999;
  transition: .3s ease-in-out;
}
.user-navigation__search--close:hover {
  cursor: pointer;
}
.user-navigation__search--close span {
  display: block;
  /*　Scott Kellum Method */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.user-navigation__search--close:before, .user-navigation__search--close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: " ";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #999;
  margin: -1px 0 0 -25px;
}
.user-navigation__search--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.user-navigation__search--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.user-navigation__search--close:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* user-navigation__language
----------------------------------------------------------- */
.user-navigation__language {
  width: 194px;
}
.user-navigation__language li {
  background-color: #b81408;
  width: 194px;
  height: 40px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.user-navigation__language a {
  display: block;
  white-space: nowrap;
  color: #fff;
  font-size: 14px;
}
.user-navigation__language a:hover {
  opacity: 0.6;
}

/* ===========================================================

  global-navigation

=========================================================== */
.global-navigation {
  position: fixed;
  top: 0px;
  width: 224px;
  min-height: 100vh;
  padding: 35px 0px 0;
  background-color: #fff;
  text-align: center;
  z-index: 99;
}
.global-navigation a:link, .global-navigation a:visited {
  text-decoration: none;
}
.global-navigation nav {
  margin-bottom: 10px;
}
.global-navigation .logo {
  margin-bottom: 35px;
}
.global-navigation .logo h1 a {
  position: relative;
  display: block;
  height: 143px;
  background-image: url(../img/global/logo.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 134px auto;
}
html[lang="en"] .global-navigation .logo h1 a {
  height: 130px;
  background-image: url(../img/global/logo--en.png);
  background-size: 100px auto;
}
.global-navigation .logo h1 a span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-weight: bold;
}
.global-navigation .securities_code {
  margin: 0 30px 20px;
  padding: 5px 15px;
  border: 1px solid #ababab;
  font-size: 13px;
}


@media screen and (max-width: 1200px) {
  .global-navigation {
    width: auto;
    height: auto;
    padding: 0;
    background-color: transparent;
  }
  .global-navigation nav {
    display: none;
  }
}
.global-navigation ul.gn {
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .global-navigation ul.gn {
    margin-top: 48px;
    margin-bottom: 121px;
  }
}
.global-navigation ul.gn li {
  margin: 0;
}
.global-navigation ul.gn li.primary {
  position: relative;
}
.global-navigation ul.gn li a.primary-bt {
  display: block;
  padding: 28px 0;
  line-height: 1;
  position: relative;
  z-index: 300;
  font-size: 16px;
  font-weight: bold;
  color: #111;
}
#about .global-navigation ul.gn li#gn-about a.primary-bt,
#features .global-navigation ul.gn li#gn-features a.primary-bt,
#portfolio .global-navigation ul.gn li#gn-portfolio a.primary-bt,
#finance .global-navigation ul.gn li#gn-finance a.primary-bt,
#ir .global-navigation ul.gn li#gn-ir a.primary-bt,
#csr .global-navigation ul.gn li#gn-csr a.primary-bt {
  color: #111;
  background-color: rgba(0,0,0,0.60);
}


.global-navigation ul.gn li a.primary-bt:hover:before,
.global-navigation ul.gn li a.over:before {
}
.global-navigation ul.gn li a.primary-bt:hover {
  text-decoration: none;
  background-color: rgba(0,0,0,0.30);
}
.global-navigation ul.gn li ul {
  display: none;
  padding: 10px 0px;
  width: 280px;
}
.global-navigation ul.gn li ul.submenu {
  position: absolute;
  top: 0;
  left: 224px;
  z-index: 9999;
  text-align: left;
}
.global-navigation ul.gn li#gn-finance ul.submenu,
.global-navigation ul.gn li#gn-ir ul.submenu {
  top: inherit;
  bottom: 0px;
}
.global-navigation ul.gn li ul.submenu::before {
  content: " ";
  width: 280px;
  height: 100vh;
  background-color: rgba(0, 42, 116, 0.95);
  position: fixed;
  top: 0;
  left: 224px;
}

.global-navigation ul.gn li ul ul {
  display: none !important;
}
#about .global-navigation ul.gn li#gn-about ul,
#features .global-navigation ul.gn li#gn-features ul,
#portfolio .global-navigation ul.gn li#gn-portfolio ul,
#finance .global-navigation ul.gn li#gn-finance ul,
#ir .global-navigation ul.gn li#gn-ir ul,
#csr .global-navigation ul.gn li#gn-csr ul {
  display: block;
}
.global-navigation ul.gn li ul li {
  display: block;
  margin: 0;
}
.global-navigation ul.gn li ul a {
  display: block;
  position: relative;
  color: #fff !important;
  padding: 16px 32px;
  font-size: 16px;
  line-height: 1.4;
  word-wrap: break-word;
}
/* .global-navigation ul.gn li ul a:after {
  position: absolute;
  content: "";
  vertical-align: middle;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
} */
.global-navigation ul.gn li ul a:hover, .global-navigation ul.gn li ul a.current {
  background-color: #0f274e;
  text-decoration: none;
}

/* ===========================================================

  slicknav_nav

=========================================================== */
.slicknav_menu {
  display: none;
}
@media screen and (max-width: 1200px) {
  .global-navigation {
    top: 90px;
  }
  .slicknav_menu {
    font-size: 16px;
    *zoom: 1;
    display: block;
    padding: 0;
    position: fixed;
    min-width: 100%;
    top: 0;
    z-index: 99999;
  }
  .slicknav_menu * {
    box-sizing: border-box;
  }
  .slicknav_menu * {
    box-sizing: border-box;
  }
  .slicknav_menu_inner {
    height: 100%;
    position: relative;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .slicknav_menu:before {
    content: " ";
    display: table;
  }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both;
  }
  /* ハンバーガーメニュー */
  .slicknav_btn {
    position: absolute;
    top: 16px;
    right: 16px;
    text-decoration: none;
    background-color: #fff;
    display: block;
    vertical-align: middle;
    float: right;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .slicknav_menu .slicknav_menutxt {
  }
  .slicknav_menu .slicknav_icon {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
  }
  .slicknav_menu .slicknav_no-text {
    margin: 0;
  }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #0f274e;
    display: block;
    width: 30px;
    height: 3px;
    margin: 12px 0 0 5px;
    transition: .3s ease-in-out;
  }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 4px;
  }
  /* close-btn */
  .slicknav_open {
    background-color: #rgba(0,0,0,0.60);
  }
  .slicknav_menu .slicknav_open .slicknav_icon-bar {
  }
  .slicknav_menu .slicknav_open .slicknav_icon-bar:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 18px;
  }
  .slicknav_menu .slicknav_open .slicknav_icon-bar:nth-of-type(2) {
    opacity: 0
  }
  .slicknav_menu .slicknav_open .slicknav_icon-bar:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -10px;
  }
  /* menu */
  .slicknav_nav {
    clear: both;
    text-align: left;
    background-color: #0f274e;
    color: #fff;
    font-size: 14px;
    border-top: none;
    /*navi scroll*/

    width: 100% !important;
    height: 100%;
    position: fixed;
    top: 72px;
    left: 0;
    /* overflow: scroll !important; */
    display: block;
    margin: 0;
    padding: 0 0 72px;
  }
  .slicknav_nav li {
    display: block;
    margin: 0;
    padding: 0;
    clear: both;
  }
  /* .slicknav_nav > li:last-child {
    display: none;
  } */
  .slicknav_nav a.primary-bt {
    display: block !important;
    padding: 12px 15px !important;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    height: 48px;
    border-bottom: solid 1px rgba(255,255,255,1);
  }
  .slicknav_nav a.primary-bt br {
    display: none;
  }
  .slicknav_nav a.primary-bt:hover {
    text-decoration: none !important;
  }
  .slicknav_nav a.primary-bt span {
    color: #fff;
  }
  .slicknav_nav li ul {
    display: block;
    overflow: hidden;
    width: 100% !important;
    margin: 0 !important;
    padding: 16px;
    background-color: #002A74;
  }
  .slicknav_nav ul li + li {
    /* border-top: solid 1px rgba(255,255,255,0.10); */
  }
  .slicknav_nav ul li a {
    display: block;
    padding: 16px 0px;
    text-decoration: none;
    color: #fff;
    line-height: 18px;
    font-size: 14px !important;
    font-weight: bold;
  }
  /* 3rd */
  .slicknav_nav ul li ul {
    padding-left: 20px;
  }
  /* slicknav option */
  .slicknav_nav .slicknav_arrow {
  }
  .slicknav_nav .slicknav_item {
    position: relative;
    cursor: pointer;
  }
  .slicknav_nav .slicknav_item .slicknav_arrow i {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 48px;
    height: 47px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    font-size: 15px;
    font-style: normal;
    background-color: #002A74;
  }
  .slicknav_nav .slicknav_item .slicknav_arrow i.icon-plus:before,
  .slicknav_nav .slicknav_item .slicknav_arrow i.icon-plus:after {
    display: block;
    content: '';
    background-color: #C0A46E;
    position: absolute;
    width: 16px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    }
  .slicknav_nav .slicknav_item .slicknav_arrow i.icon-plus:before {
    width: 2px;
    height: 16px;
  }
  .slicknav_nav .slicknav_item .slicknav_arrow i.icon-minus:before {
    display: block;
    content: '';
    background-color: #C0A46E;
    position: absolute;
    width: 16px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    }
  .slicknav_nav .slicknav_item a {
    display: inline;
    padding: 0;
    margin: 0;
  }
  .slicknav_nav .slicknav_row {
    display: block;
  }
  .slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;
    color: inherit;
    text-decoration: none;
  }
}
/* ===========================================================

  container

=========================================================== */
.container {
  position: relative;
  padding: 0 0 0 224px;
}
@media screen and (max-width: 1200px) {
  .container {
    min-width: 320px;
    padding: 10px 0 0 0;
  }
}

/* ===========================================================

  main

=========================================================== */
main {
  text-align: left;
  margin: 0 20px;
}
@media screen and (max-width: 1200px) {
  main {
    margin: 0 10px;
  }
}
/* ===========================================================

  title

=========================================================== */
.title {
  position: relative;
  background-color: #00163D;
  max-width: 1088px;
  text-align: center;
  background-image: url(../img/global/title--background.png);
  margin: 32px auto 0;
}
.title::before {
  position: absolute;
  top: -8px;
  left: -16px;
  content: url(../img/global/title--cloud.png);
  display: inline-block;
}
.title::after {
  position: absolute;
  bottom: -16px;
  right: -16px;
  content: url(../img/global/title--cloud.png);
  display: inline-block;
}
.title h1 {
  color: #fff;
  line-height: 1.4;
  font-family: "noto serif jp";
  font-size: 40px;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  padding: 53px 0;
}
@media screen and (max-width: 1200px) {
  .title {
    width: 100%;
    margin-top: 72px;
    display: table;
    table-layout: fixed;
  }
  .title h1 {
    display: table-cell;
    line-height: 1.4;
    height: auto;
    width: 100%;
    height: 140px;
    font-size: 26px;
    padding: 0 30px;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .title::before {
    content: "";
    top: 8px;
    background-image: url(../img/global/title--cloud.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 188px;
    height: 40px;
  }
  .title::after {
    content: "";
    bottom:8px;
    background-image: url(../img/global/title--cloud.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 188px;
    height: 40px;
  }  
}

/* ===========================================================

  topic path

=========================================================== */
.topic-path {
  clear: both;
  overflow: hidden;
  background-color: #00133B;
  width: 100%;
  height: 48px;
  margin: 0 auto;
  padding-left: 256px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.topic-path li {
  float: left;
  margin: 0;
  height: 48px;
  line-height: 48px;
  list-style: none;
}
.topic-path li:before {
  content: ">";
  padding: 0 12px;
  color: #fff !important;
}
.topic-path li:first-child {
  padding: 0;
}
.topic-path li:first-child:before {
  content: "";
  padding: 0;
}
.topic-path a:link, .topic-path a:visited {
  text-decoration: none;
  color: #fff;
}
.topic-path a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .topic-path {
    width: auto;
    height: auto;
    padding: 10px 16px 10px;
  }
  .topic-path li {
    height: auto;
    line-height: 2;
  }
}

/* ===========================================================

  contents-style

=========================================================== */
.contents-style {
  max-width: 1088px;
  margin: 0 auto 32px;
  background-color: #fff;
}
.contents-style:after {
  content: "";
  clear: both;
  display: block;
}
.contents-wrapper {
  padding: 64px;
}
@media screen and (max-width: 1200px) {
  .contents-style {
    width: 100%;
    padding: 0px 16px 30px;
  }
  .contents-wrapper {
    padding: 32px 0;
  }  
}

/* ===========================================================

  bt-pagetop

=========================================================== */
body .bt-pagetop {
  clear: both;
  width: 50px;
  height: 50px;
  margin: 0;
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 95;
}
.bt-pagetop a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #0f274e;
  opacity: 1;
  transition: .2s ease-in-out;
  /*　Scott Kellum Method */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.bt-pagetop a:before {
  content: " ";
  position: absolute;
  top: 15px;
  left: 50%;
  margin: 0 0 0 -12px;
  width: 24px;
  border-top: solid 1px #fff;
}
.bt-pagetop a:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 0 0 -8px;
  width: 15px;
  height: 15px;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bt-pagetop a:hover {
  opacity: 0.5;
}
/* ===========================================================

  footer

=========================================================== */
footer {
  position: relative;
  clear: both;
  overflow: hidden;
  text-align: left;
}
/* footer-menu
----------------------------------------------------------- */
.footer-menu {
  display: flex;
  justify-content: start;
  background-color: rgba(0, 15, 47, 0.64);
  padding: 40px 0 40px 224px;
}
@media screen and (max-width: 1200px) {
  .footer-menu {
    display: none;
  }
}

/* footer-menu / footer-menu__navigation
----------------------------------------------------------- */
.footer-menu__navigation {
  width: 100%;
  max-width: 1088px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .footer-menu__navigation {
    display: none;
  }
}
.footer-menu__navigation > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.footer-menu__navigation > ul > li {
  padding-right: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.footer-menu__navigation ul li a:link, .footer-menu__navigation ul li a:visited {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
}
.footer-menu__navigation ul li a:hover {
  color: #fff;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 400;
}
.footer-menu__navigation > ul > li > a {
  color: #fff !important;
}
.footer-menu__navigation ul ul {
  font-size: 15px;
  padding-top: 10px;
}
.footer-menu__navigation ul ul li {
  position: relative;
  margin-bottom: 3px;
}
/* footer-menu / footer-menu__banner
----------------------------------------------------------- */
.footer-menu__banner {
  width: 380px;
}
.footer-menu__banner dt {
  border-left: solid 4px #e50038;
  line-height: 14px;
  padding-left: 5px;
  margin-bottom: 10px;
  font-size: 15px;
}
.footer-menu__banner dd {
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .footer-menu__banner dd {
    text-align: center;
  }
}

/* sub-footer
----------------------------------------------------------- */
.sub-footer {
  background-color: rgba(34, 36, 38, 0.64);
  padding: 0 32px 0 256px;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .sub-footer {
    font-size: 15px;
    height: auto;
    padding: 0;
    display: block;
  }
}

/* sub-footer__navigation
----------------------------------------------------------- */
.sub-footer__navigation {
  width: calc(100% - 300px);
}
.sub-footer__navigation ul {
  width: auto;
  display: flex;
  flex-wrap: wrap;
}
.sub-footer__navigation ul li {
  margin: 0 0 5px;
  padding: 0;
  white-space: nowrap;
}
.sub-footer__navigation li a {
  border-left: solid 1px #aaa;
  font-size: 12px;
  line-height: 20px;
  height: 12px;
  padding: 0 10px;
}
.sub-footer__navigation li:first-child a {
  padding: 0 10px 0 0;
  border-left: none;
}
.sub-footer__navigation li a:link, .sub-footer__navigation li a:visited {
  color: #fff;
  text-decoration: none;
}
.sub-footer__navigation li a:hover {
  color: #fff;
}
.sub-footer__navigation li a.current {
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .sub-footer__navigation {
    display: block;
    width: 100%;
  }
  .sub-footer__navigation ul {
    display: block;
  }
  .sub-footer__navigation ul li {
    margin: 0;
    padding: 0;
  }
  .sub-footer__navigation ul li a, .sub-footer__navigation li:first-child a {
    position: relative;
    display: block;
    font-size: 15px;
    margin: 0;
    padding: 0 25px 0 20px;
    border: none;
    border-bottom: solid 1px #fff;
    height: auto;
    line-height: 50px;
    text-decoration: none;
  }
  .sub-footer__navigation ul li a:before {
    position: absolute;
    content: " ";
    top: 50%;
    right: 16px;
    width: 8px;
    height: 8px;
    margin-top: -3px;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-left: 8px solid #fff;
    }
}

/* sub-footer__copyright
----------------------------------------------------------- */
.sub-footer__copyright {
  width: 300px;
  text-align: right;
  margin: 0;
}
.sub-footer__copyright small {
  font-size: 13px;
}
@media screen and (max-width: 1200px) {
  .sub-footer__copyright {
    font-size: 11px;
    width: 100%;
    text-align: center;
    padding: 45px 0;
  }
}

/* CSS Document */


/* ===========================================================

  column-responsive

=========================================================== */
.column-responsive, .column-responsive--equal-width, .column-responsive--2, .column-responsive--3, .column-responsive--4 { display: block; margin-left: 0; margin-right: 0; }

.column-responsive .column__cell, .column-responsive--equal-width .column__cell, .column-responsive--2 .column__cell, .column-responsive--3 .column__cell, .column-responsive--4 .column__cell { padding-left: 0; padding-right: 0; }

/* 等幅コラム */
.column-responsive--equal-width .column__cell { padding-left: 0; padding-right: 0; }

/* 2等分コラム */
.column-responsive--2 .column__cell, .column-responsive--2 .column__cell--2of1 { padding-left: 0; padding-right: 0; }

.column-responsive--2 .column__cell--2of2 { padding-left: 0; padding-right: 0; }

/* 3等分コラム */
.column-responsive--3 .column__cell, .column-responsive--3 .column__cell--3of1 { padding-left: 0; padding-right: 0; }

.column-responsive--3 .column__cell--3of2 { padding-left: 0; padding-right: 0; }

.column-responsive--3 .column__cell--3of3 { padding-left: 0; padding-right: 0; }

/* 4等分コラム */
.column-responsive--4 .column__cell, .column-responsive--4 .column__cell--4of1 { padding-left: 0; padding-right: 0; }

.column-responsive--4 .column__cell--4of2 { padding-left: 0; padding-right: 0; }

.column-responsive--4 .column__cell--4of3 { padding-left: 0; padding-right: 0; }

.column-responsive--4 .column__cell--4of4 { padding-left: 0; padding-right: 0; }

@media print, screen and (min-width: 768px) { .column-responsive, .column-responsive--equal-width, .column-responsive--2, .column-responsive--3, .column-responsive--4 { display: flex; flex-wrap: wrap; margin-left: -1.0em; margin-right: -1.0em; }
  .column-responsive__cell { padding-left: 1.0em; padding-right: 1.0em; }
  /* 等幅コラム */
  .column-responsive--equal-width { display: flex; flex-wrap: wrap; margin-left: -1.0em; margin-right: -1.0em; flex-wrap: nowrap; }
  .column-responsive--equal-width .column__cell { padding-left: 1.0em; padding-right: 1.0em; flex-grow: 1; flex-basis: 100%; }
  /* 2等分コラム */
  .column-responsive--2 { display: flex; flex-wrap: wrap; margin-left: -1.0em; margin-right: -1.0em; }
  .column-responsive--2 .column__cell, .column-responsive--2 .column-responsive__cell--2of1 { padding-left: 1.0em; padding-right: 1.0em; flex-basis: 50%; width: 50%; }
  .column-responsive--2 .column-responsive__cell--2of2 { padding-left: 1.0em; padding-right: 1.0em; flex-basis: 100%; width: 100%; }
  /* 3等分コラム */
  .column-responsive--3 { display: flex; flex-wrap: wrap; margin-left: -1.0em; margin-right: -1.0em; }
  .column-responsive--3 .column__cell, .column-responsive--3 .column-responsive__cell--3of1 { padding-left: 1.0em; padding-right: 1.0em; flex-basis: 33.3333%; width: 33.3333%; }
  .column-responsive--3 .column-responsive__cell--3of2 { padding-left: 1.0em; padding-right: 1.0em; flex-basis: 66.6666%; width: 66.6666%; }
  .column-responsive--3 .column-responsive__cell--3of3 { padding-left: 1.0em; padding-right: 1.0em; flex-basis: 100%; width: 100%; }
  /* 4等分コラム */
  .column-responsive--4 { display: flex; flex-wrap: wrap; margin-left: -1.0em; margin-right: -1.0em; }
  .column-responsive--4 .column__cell, .column-responsive--4 .column-responsive__cell--4of1 { padding-left: 1.0em; padding-right: 1.0em; flex-basis: 25%; width: 25%; }
  .column-responsive--4 .column-responsive__cell--4of2 { padding-left: 1.0em; padding-right: 1.0em; flex-basis: 50%; width: 50%; }
  .column-responsive--4 .column-responsive__cell--4of3 { padding-left: 1.0em; padding-right: 1.0em; flex-basis: 75%; width: 75%; }
  .column-responsive--4 .column-responsive__cell--4of4 { padding-left: 1.0em; padding-right: 1.0em; flex-basis: 100%; width: 100%; } }

  .forSP{ display: block !important;}
  .forPC{ display: none !important;}

@media print, screen and (min-width: 768px) {
.forSP{ display: none !important;}
.forPC{ display: block !important;}
}

/* amchartの凡例の高さ調整用 */
.chartWrapper svg {
    height: 100% !important;
}
