@charset "UTF-8";
@font-face {
  font-family: 'YuGothicM';
  font-style: normal;
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}

@font-face {
  font-family: 'YuGothicM';
  font-style: normal;
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}

[tabindex] {
  outline: none !important;
}

.gtidx-attention {
  margin: 0 0 20px;
}

.gtidx-extra-banner.-pc {
  margin: 30px auto;
  max-width: 1200px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gtidx-extra-banner.-pc > .banner {
  text-align: center;
}

.gtidx-extra-banner.-sp {
  margin: 30px 0 -10px;
}

.gtidx-extra-banner.-sp > .banner {
  text-align: center;
}

.gtidx-extra-banner a {
  -webkit-transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.gtidx-extra-banner a:hover, .gtidx-extra-banner a:active, .gtidx-extra-banner a:focus {
  opacity: 0.8;
}

.gtidx-global-accordion {
  padding: 5px;
  display: none;
}

.gtidx-global-accordion a {
  text-decoration: none;
  color: inherit;
}

.gtidx-global-accordion a:hover, .gtidx-global-accordion a:active, .gtidx-global-accordion a:focus {
  color: #df0523;
  text-decoration: underline;
}

.gtidx-global-accordion > .hdg {
  text-align: center;
  font-size: 93.75%;
  font-size: 0.9375rem;
  margin: 12px 0 5px;
}

.gtidx-global-accordion > ul:not([class]) {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  font-size: 87.5%;
  font-size: 0.875rem;
}

.gtidx-global-accordion > ul:not([class]) + .hdg {
  margin-top: 25px;
}

.gtidx-global-accordion > ul:not([class]) > li {
  list-style: none;
  margin: 0 0 5px;
  padding: 0;
}

.gtidx-global-accordion > ul:not([class]) > li:last-child {
  margin-bottom: 0;
}

.gtidx-global-accordion > ul:not([class]) > li > a {
  display: block;
  background: #fff;
  text-decoration: none;
  padding: 10px 25px 10px 10px;
  position: relative;
}

.gtidx-global-accordion > ul:not([class]) > li > a::after {
  content: '';
  display: block;
  content: "\f3d3";
  color: #df0523;
  position: absolute;
  top: 50%;
  right: 9px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 112.5%;
  font-size: 1.125rem;
}

.gtidx-global-accordion > ul:not([class]) > li > a:hover, .gtidx-global-accordion > ul:not([class]) > li > a:active, .gtidx-global-accordion > ul:not([class]) > li > a:focus {
  color: #df0523;
}

.gtidx-global-accordion > ul:not([class]) > li > a > .group {
  display: block;
  color: #666;
  font-size: 75%;
  font-size: 0.75rem;
  margin: 2px 0 0;
}

.gtidx-global-accordion > .nav {
  list-style: none;
  margin: 20px 10px 13px;
  padding: 0;
  text-align: center;
  font-size: 87.5%;
  font-size: 0.875rem;
}

.gtidx-global-accordion > .nav > li {
  list-style: none;
  margin: 0 0 8px;
}

.gtidx-global-accordion > .nav > li:last-child {
  margin-bottom: 0;
}

.gtidx-global-accordion > .nav > li > a {
  display: block;
  border: 1px solid #ddd;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #ffffff), to(#ecedef));
  background: -webkit-linear-gradient(top, #ffffff 80%, #ecedef);
  background: -o-linear-gradient(top, #ffffff 80%, #ecedef);
  background: linear-gradient(to bottom, #ffffff 80%, #ecedef);
  text-decoration: none;
  padding: 10px 15px;
}

.gtidx-global-accordion > .nav > li > a:hover, .gtidx-global-accordion > .nav > li > a:active, .gtidx-global-accordion > .nav > li > a:focus {
  color: #df0523;
}

.gtidx-global-accordion > .nav > li > a > span {
  display: block;
}

.gtidx-global-accordion > .nav > li > a > span::before {
  content: '';
  display: inline-block;
  content: "\f3d3";
  color: #df0523;
  font-size: 87.5%;
  font-size: 0.875rem;
  margin-right: 6px;
}

.gtidx-global-nav {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
  background: -webkit-linear-gradient(top, #fff, #efefef);
  background: -o-linear-gradient(top, #fff, #efefef);
  background: linear-gradient(to bottom, #fff, #efefef);
  padding: 26px 0 24px;
  border-bottom: 1px solid #ccc;
}

.gtidx-global-nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gtidx-global-nav > ul > li {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gtidx-global-nav > ul > li:not(.-personal):not(.-business) {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.gtidx-global-nav > ul > li.-solution > a > .label {
  font-size: 112.5%;
  font-size: 1.125rem;
}

.gtidx-global-nav > ul > li:first-child {
  border-left: 1px solid #ddd;
}

.gtidx-global-nav > ul > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
  padding: 0 37px;
  position: relative;
  -webkit-transition: color 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: color 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.gtidx-global-nav > ul > li > a:hover, .gtidx-global-nav > ul > li > a:active, .gtidx-global-nav > ul > li > a:focus {
  color: #df0523;
}

.gtidx-global-nav > ul > li > a > .opener {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 500;
  background: transparent;
  border: none;
  margin: 0;
  padding: 5px 10px;
}

.gtidx-global-nav > ul > li > a > .opener::before {
  content: '';
  display: block;
  content: "\f218";
  color: #df0523;
  font-size: 125%;
  font-size: 1.25rem;
}

.gtidx-global-nav > ul > li > a > .opener[aria-expanded="true"]::before {
  content: "\f209";
}

.gtidx-global-nav > ul > li > a > .small {
  margin-right: 0.4em;
  margin-bottom: 0.2em;
  font-size: 87.5%;
  font-size: 0.875rem;
}

.gtidx-global-nav > ul > li > a > .label {
  font-size: 125%;
  font-size: 1.25rem;
}

.gtidx-main-album {
  margin: 40px 0 0;
  background: #f4f4f4;
  padding: 30px 0 10px;
}

.gtidx-main-album > .inner {
  position: relative;
  width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gtidx-main-album .albumhdg {
  font-size: 62.5%;
  font-size: 0.625rem;
  margin: 0 0 20px;
}

.gtidx-main-album .albummore {
  position: absolute;
  top: 8px;
  right: 15px;
}

.gtidx-main-album .albummore > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 87.5%;
  font-size: 0.875rem;
}

.gtidx-main-album .albummore > ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gtidx-main-album .albummore > ul > li > a {
  display: block;
  color: inherit;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  padding: 8px 25px;
}

.gtidx-main-album .albummore > ul > li > a:hover, .gtidx-main-album .albummore > ul > li > a:active, .gtidx-main-album .albummore > ul > li > a:focus {
  color: #df0523;
}

.gtidx-main-album .albumpanels {
  margin-right: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.gtidx-main-album .albumpanels > .album {
  position: relative;
  float: left;
  margin: 0 30px 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #999;
  overflow: hidden;
  border-radius: 8px;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gtidx-main-album .albumpanels > .album.-col1of3 {
  width: 370px;
}

.gtidx-main-album .albumpanels > .album.-col2of3 {
  width: 770px;
}

.gtidx-main-album .albumpanels > .album.-col3of3 {
  width: 1170px;
}

.gtidx-main-album .albumpanels > .album::before {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  background-color: #999;
  position: absolute;
  top: -70px;
  right: -70px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 5000;
}

.gtidx-main-album .albumpanels > .album > a {
  display: block;
  text-decoration: none;
  color: #333;
  background: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gtidx-main-album .albumpanels > .album > a:hover > .image > span, .gtidx-main-album .albumpanels > .album > a:active > .image > span, .gtidx-main-album .albumpanels > .album > a:focus > .image > span {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}

.gtidx-main-album .albumpanels > .album > a > .image {
  overflow: hidden;
}

.gtidx-main-album .albumpanels > .album > a > .image > span {
  display: block;
  padding-top: 248px;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.gtidx-main-album .albumpanels > .album > a > .image > span.-sp {
  padding-top: 68%;
}

.gtidx-main-album .albumpanels > .album > a > .body {
  padding: 20px;
}

.gtidx-main-album .albumpanels > .album > a > .body > .title {
  font-size: 87.5%;
  font-size: 0.875rem;
  font-weight: bold;
}

.gtidx-main-album .albumpanels > .album.-news {
  border-color: #9F93C5;
}

.gtidx-main-album .albumpanels > .album.-news::before {
  background-color: #9F93C5;
}

.gtidx-main-album .albumpanels > .album.-products {
  border-color: #E7CE00;
}

.gtidx-main-album .albumpanels > .album.-products::before {
  background-color: #E7CE00;
}

.gtidx-main-album .albumpanels > .album.-voice {
  border-color: #F77900;
}

.gtidx-main-album .albumpanels > .album.-voice::before {
  background-color: #F77900;
}

.gtidx-main-album .albumpanels > .album.-topics {
  border-color: #6AC1E5;
}

.gtidx-main-album .albumpanels > .album.-topics::before {
  background-color: #6AC1E5;
}

.gtidx-main-album .albumpanels > .album.-ad {
  border-color: #71A0CB;
}

.gtidx-main-album .albumpanels > .album.-ad::before {
  background-color: #71A0CB;
}

.gtidx-main-album .albumpanels > .album.-csr {
  border-color: #66BDB9;
}

.gtidx-main-album .albumpanels > .album.-csr::before {
  background-color: #66BDB9;
}

.gtidx-main-album .albumpanels > .album.-inamori {
  border-color: #A1C642;
}

.gtidx-main-album .albumpanels > .album.-inamori::before {
  background-color: #A1C642;
}

.gtidx-main-album .albumpanels > .album.-seasonary {
  border-color: #dd3980;
}

.gtidx-main-album .albumpanels > .album.-seasonary::before {
  background-color: #dd3980;
}

.gtidx-main-album .albumpanels > .album.-others {
  border-color: #f99595;
}

.gtidx-main-album .albumpanels > .album.-others::before {
  background-color: #f99595;
}

.gtidx-main-content {
  float: left;
  width: 855px;
}

.gtidx-main-group {
  margin: 30px 0 0;
  border: 1px solid #ddd;
}

.gtidx-main-group > .inner {
  border-top: 1px solid #df0523;
  padding: 22px 30px 15px;
  position: relative;
}

.gtidx-main-group > .inner > .articles {
  margin: 25px 0 0;
  font-size: 87.5%;
  font-size: 0.875rem;
  line-height: 1.45;
}

.gtidx-main-group > .inner > .articles > li {
  margin: 0 0 23px;
}

.gtidx-main-group > .inner > .articles .header > .date {
  display: block;
  float: left;
  margin-right: 17px;
}

.gtidx-main-group > .inner > .articles .header > .group {
  display: block;
  float: left;
  font-size: 75%;
  font-size: 0.75rem;
  background: #f6f6f6;
  padding: 2px 8px;
}

.gtidx-main-group > .inner > .articles .body {
  margin: 5px 0 0;
}

.gtidx-main-hdg {
  border-bottom: 1px solid #ddd;
  padding: 0 0 14px;
}

.gtidx-main-hdg > .hdg {
  font-weight: bold;
  font-size: 125%;
  font-size: 1.25rem;
}

.gtidx-main-information {
  margin: 30px 0 0;
  border: 1px solid #ddd;
}

.gtidx-main-information > .inner {
  border-top: 1px solid #df0523;
  padding: 10px 15px 15px;
  position: relative;
}

.gtidx-main-information > .inner > .articles {
  margin: 15px 0 0;
  font-size: 87.5%;
  font-size: 0.875rem;
  line-height: 1.45;
}

.gtidx-main-information > .inner > .articles > li {
  margin: 0 0 12px;
  padding: 0 0 10px;
}

.gtidx-main-information > .inner > .articles > li:not(:last-child) {
  border-bottom: 1px dotted #ddd;
}

.gtidx-main-information > .inner > .articles .body {
  margin: 5px 0 0;
}

.gtidx-main-news {
  margin: 0;
  border: 1px solid #ddd;
}

.gtidx-main-news > .inner {
  border-top: 1px solid #df0523;
  padding: 22px 30px 15px;
  position: relative;
}

.gtidx-main-news > .inner > .pickup {
  margin: 20px 0 0;
  line-height: 1.45;
  font-size: 87.5%;
  font-size: 0.875rem;
}

.gtidx-main-news > .inner > .pickup > li {
  float: left;
  width: 384px;
  margin-right: 25px;
}

.gtidx-main-news > .inner > .pickup > li:last-child {
  margin-right: 0;
}

.gtidx-main-news > .inner > .pickup > li > a {
  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;
  position: relative;
}

.gtidx-main-news > .inner > .pickup > li > a:hover, .gtidx-main-news > .inner > .pickup > li > a:active, .gtidx-main-news > .inner > .pickup > li > a:focus {
  text-decoration: none;
}

.gtidx-main-news > .inner > .pickup > li > a:hover > .image img, .gtidx-main-news > .inner > .pickup > li > a:active > .image img, .gtidx-main-news > .inner > .pickup > li > a:focus > .image img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.gtidx-main-news > .inner > .pickup > li > a > .image {
  float: left;
  width: 145px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border: 1px solid #ddd;
  overflow: hidden;
}

.gtidx-main-news > .inner > .pickup > li > a > .image img {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.gtidx-main-news > .inner > .pickup > li > a > .cont {
  padding-left: 15px;
}

.gtidx-main-news > .inner > .pickup > li > a > .cont > .category {
  display: inline-block;
  width: 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 75%;
  font-size: 0.75rem;
  border: 1px solid #ddd;
  background: #fff;
  padding: 2px;
  text-align: center;
  letter-spacing: -0.5px;
}

.gtidx-main-news > .inner > .pickup > li > a > .cont > .body {
  margin: 0;
}

.gtidx-main-news > .inner > .articles {
  margin: 30px 0 0;
  font-size: 87.5%;
  font-size: 0.875rem;
  line-height: 1.45;
}

.gtidx-main-news > .inner > .articles > li {
  margin: 0 0 14px;
}

.gtidx-main-news > .inner > .articles > li > .date {
  display: block;
  float: left;
  width: 126px;
}

.gtidx-main-news > .inner > .articles > li > .category {
  display: block;
  float: left;
  width: 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 75%;
  font-size: 0.75rem;
  border: 1px solid #ddd;
  padding: 2px;
  text-align: center;
  letter-spacing: -0.5px;
}

.gtidx-main-news > .inner > .articles > li > .body {
  float: right;
  width: 533px;
}

.gtidx-main-panel-nav > ul {
  position: absolute;
  top: 2em;
  right: 30px;
  font-size: 87.5%;
  font-size: 0.875rem;
}

.gtidx-main-panel-nav > ul > li {
  position: relative;
  padding-left: 11px;
  float: left;
  margin-left: 20px;
}

.gtidx-main-panel-nav > ul > li::before {
  content: '';
  display: block;
  content: "\f3d3";
  color: #df0523;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 87.5%;
  font-size: 0.875rem;
}

.gtidx-main-panel-nav > ul > li > a {
  color: inherit;
}

.gtidx-modal-column-business {
  margin: 24px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.gtidx-modal-column-business.-left {
  width: 676px;
  float: left;
}

.gtidx-modal-column-business.-right {
  width: 444px;
  float: right;
}

.gtidx-modal-column-business > .hdg {
  font-weight: bold;
  font-size: 100%;
  font-size: 1rem;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
}

.gtidx-modal-column-business > .hdg > span {
  display: inline-block;
  position: relative;
  padding: 0 15px 0 0;
}

.gtidx-modal-column-business > .hdg > span::after {
  content: '';
  display: block;
  width: 99em;
  height: 1px;
  background: #df0523;
  position: absolute;
  top: 40%;
  left: 100%;
  z-index: 1;
}

.gtidx-modal-ir-chart {
  background: rgba(255, 255, 255, 0.7);
  width: 280px;
  height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 44px;
}

.gtidx-modal-ir-chart > iframe {
  display: block;
  margin: 0 auto;
  width: 280px;
  height: 200px;
}

.gtidx-modal-linklist {
  margin: 16px 0 0;
  list-style: none;
  padding: 0;
  font-size: 87.5%;
  font-size: 0.875rem;
}

.gtidx-modal-linklist > li {
  list-style: none;
  margin: 0 0 5px;
  position: relative;
  padding-left: 13px;
}

.gtidx-modal-linklist > li::before {
  content: '';
  display: block;
  content: "\f3d3";
  color: #df0523;
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 87.5%;
  font-size: 0.875rem;
}

.gtidx-modal-linklist > li > a {
  text-decoration: none;
}

.gtidx-modal-linklist > li > a:hover, .gtidx-modal-linklist > li > a:active, .gtidx-modal-linklist > li > a:focus {
  text-decoration: underline;
}

.gtidx-modal-nav-business {
  list-style: none;
  margin: 16px -20px 0 0;
  padding: 0;
  font-size: 75%;
  font-size: 0.75rem;
  line-height: 1.35;
}

.gtidx-modal-nav-business > li {
  list-style: none;
  margin: 0;
  float: left;
  margin: 0 20px 20px 0;
  width: 212px;
}

.gtidx-modal-nav-business > li > a {
  display: block;
  text-decoration: none;
  position: relative;
  color: inherit;
}

.gtidx-modal-nav-business > li > a:hover > .thumb > span > span, .gtidx-modal-nav-business > li > a:active > .thumb > span > span, .gtidx-modal-nav-business > li > a:focus > .thumb > span > span {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.gtidx-modal-nav-business > li > a > .thumb {
  width: 50px;
  overflow: hidden;
  display: table-cell;
  background: -webkit-gradient(linear, left top, left bottom, from(#a2cbf9), to(#fff));
  background: -webkit-linear-gradient(top, #a2cbf9, #fff);
  background: -o-linear-gradient(top, #a2cbf9, #fff);
  background: linear-gradient(to bottom, #a2cbf9, #fff);
}

.gtidx-modal-nav-business > li > a > .thumb > span {
  display: block;
  height: 50px;
  border: 1px solid #ccc;
  overflow: hidden;
}

.gtidx-modal-nav-business > li > a > .thumb > span > span {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.gtidx-modal-nav-business > li > a > .body {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 10px;
}

.gtidx-modal-nav-business > li > a > .body .st-Icon-External {
  position: relative;
  top: -2px;
}

.gtidx-modal-nav-business > li > a > .body .group {
  display: block;
  font-size: 62.5%;
  font-size: 0.625rem;
  line-height: 1.25;
  margin: 5px 0 0;
}

.gtidx-modal-nav-company {
  font-size: 100%;
  font-size: 1rem;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  width: 680px;
}

.gtidx-modal-nav-company > li {
  list-style: none;
  margin: 0 20px 8px 0;
  padding: 0;
  float: left;
}

.gtidx-modal-nav-company > li::before {
  content: '';
  display: inline-block;
  content: "\f3d3";
  color: #df0523;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 6px;
  font-size: 100%;
  font-size: 1rem;
}

.gtidx-modal-nav-company > li > a {
  color: inherit;
}

.gtidx-modal-nav-ir {
  font-size: 100%;
  font-size: 1rem;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  width: 680px;
}

.gtidx-modal-nav-ir > li {
  list-style: none;
  margin: 0 20px 8px 0;
  padding: 0;
  float: left;
}

.gtidx-modal-nav-ir > li::before {
  content: '';
  display: inline-block;
  content: "\f3d3";
  color: #df0523;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 6px;
  font-size: 100%;
  font-size: 1rem;
}

.gtidx-modal-nav-ir > li > a {
  color: inherit;
}

.gtidx-modal-nav-ir + .gtidx-modal-nav-ir.-small {
  margin-top: 0;
  font-size: 87.5%;
  font-size: 0.875rem;
}

.gtidx-modal-nav-personal {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  line-height: 1.4;
}

.gtidx-modal-nav-personal > li {
  list-style: none;
  margin: 0 20px 30px 0;
  padding: 0;
  float: left;
  width: calc((100% - (20px * 4)) / 5);
}

.gtidx-modal-nav-personal > li:nth-child(5n+1) {
  clear: both;
}

.gtidx-modal-nav-personal > li:nth-child(5n+5) {
  margin-right: 0;
}

.gtidx-modal-nav-personal > li > a {
  display: block;
  color: inherit;
}

.gtidx-modal-nav-personal > li > a:hover, .gtidx-modal-nav-personal > li > a:active, .gtidx-modal-nav-personal > li > a:focus {
  text-decoration: none;
}

.gtidx-modal-nav-personal > li > a:hover > .thumb > span > span, .gtidx-modal-nav-personal > li > a:active > .thumb > span > span, .gtidx-modal-nav-personal > li > a:focus > .thumb > span > span {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.gtidx-modal-nav-personal > li > a > .thumb {
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#e1f6f9), to(#fff));
  background: -webkit-linear-gradient(top, #e1f6f9, #fff);
  background: -o-linear-gradient(top, #e1f6f9, #fff);
  background: linear-gradient(to bottom, #e1f6f9, #fff);
}

.gtidx-modal-nav-personal > li > a > .thumb > span {
  display: block;
  height: 100px;
  border: 1px solid #ccc;
  overflow: hidden;
}

.gtidx-modal-nav-personal > li > a > .thumb > span > span {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.gtidx-modal-nav-personal > li > a > .body {
  margin: 10px 0 0;
}

.gtidx-modal-nav-personal > li > a > .body > span {
  display: block;
  font-size: 87.5%;
  font-size: 0.875rem;
}

.gtidx-modal-nav-personal > li > a > .body .group {
  display: block;
  font-size: 62.5%;
  font-size: 0.625rem;
  margin: 3px 0 0;
}

.gtidx-modal-nav-recruit {
  font-size: 100%;
  font-size: 1rem;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  width: 680px;
}

.gtidx-modal-nav-recruit > li {
  list-style: none;
  margin: 0 25px 8px 0;
  padding: 0;
  float: left;
}

.gtidx-modal-nav-recruit > li::before {
  content: '';
  display: inline-block;
  content: "\f3d3";
  color: #df0523;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 6px;
  font-size: 100%;
  font-size: 1rem;
}

.gtidx-modal-nav-recruit > li > a {
  color: inherit;
}

.gtidx-modal-nav-solution {
  list-style: none;
  margin: 20px -11px 0;
  padding: 0;
  line-height: 1.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.gtidx-modal-nav-solution > li {
  list-style: none;
  margin: 0 22px 30px 0;
  padding: 0;
  width: calc((100% - (22px * 4)) / 4);
}

.gtidx-modal-nav-solution > li > a {
  display: block;
  color: inherit;
}

.gtidx-modal-nav-solution > li > a:hover, .gtidx-modal-nav-solution > li > a:active, .gtidx-modal-nav-solution > li > a:focus {
  text-decoration: none;
}

.gtidx-modal-nav-solution > li > a:hover > .thumb > span > span, .gtidx-modal-nav-solution > li > a:active > .thumb > span > span, .gtidx-modal-nav-solution > li > a:focus > .thumb > span > span {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.gtidx-modal-nav-solution > li > a > .thumb {
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#e1f6f9), to(#fff));
  background: -webkit-linear-gradient(top, #e1f6f9, #fff);
  background: -o-linear-gradient(top, #e1f6f9, #fff);
  background: linear-gradient(to bottom, #e1f6f9, #fff);
}

.gtidx-modal-nav-solution > li > a > .thumb > span {
  display: block;
  height: 100px;
  border: 1px solid #ccc;
  overflow: hidden;
}

.gtidx-modal-nav-solution > li > a > .thumb > span > span {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.gtidx-modal-nav-solution > li > a > .body {
  margin: 10px 0 0;
}

.gtidx-modal-nav-solution > li > a > .body > span {
  display: block;
  font-size: 87.5%;
  font-size: 0.875rem;
}

.gtidx-modal-nav-solution > li > a > .body .group {
  display: block;
  font-size: 62.5%;
  font-size: 0.625rem;
  margin: 3px 0 0;
}

.gtidx-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 8000;
  background: rgba(75, 75, 75, 0.8);
  -webkit-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}

.gtidx-modal-overlay[aria-hidden="true"] {
  opacity: 0;
  visibility: hidden;
}

.gtidx-modal-overlay[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
}

.gtidx-modal-window {
  position: absolute;
  top: 75px;
  left: 50%;
  z-index: 8000;
  background: #fff;
  margin-left: -50vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.25s;
       -o-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
       -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.gtidx-modal-window[aria-hidden="true"] {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.gtidx-modal-window[aria-hidden="true"] > .inner {
  display: none;
}

.gtidx-modal-window[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  width: 100vw;
  height: auto;
}

.gtidx-modal-window[aria-hidden="false"] > .inner {
  display: block;
}

.gtidx-modal-window#modalPersonal, .gtidx-modal-window#modalBusiness {
  background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), color-stop(40%, #fff));
  background: -webkit-linear-gradient(top, #e3e3e3, #fff 40%);
  background: -o-linear-gradient(top, #e3e3e3, #fff 40%);
  background: linear-gradient(to bottom, #e3e3e3, #fff 40%);
}

.gtidx-modal-window#modalCompany {
  background-image: url("../img/modal/bg_company.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.gtidx-modal-window#modalIr {
  background-image: url("../img/modal/bg_ir.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.gtidx-modal-window#modalRecruit {
  background-image: url("../img/modal/bg_recruit.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.gtidx-modal-window#modalCompany > .inner, .gtidx-modal-window#modalIr > .inner, .gtidx-modal-window#modalRecruit > .inner {
  padding-top: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 380px;
}

.gtidx-modal-window a {
  text-decoration: none;
  color: #039;
}

.gtidx-modal-window a:hover, .gtidx-modal-window a:active, .gtidx-modal-window a:focus {
  color: #df0523;
}

.gtidx-modal-window > .inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 30px 15px 35px;
}

.gtidx-modal-window > .inner > .hdg {
  font-size: 125%;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
  border-left: 3px solid #df0523;
  padding-left: 18px;
}

.gtidx-modal-window > .inner > .imghdg {
  font-size: 62.5%;
  font-size: 0.625rem;
  line-height: 1;
  margin: 0 0 55px;
  padding: 0;
}

.gtidx-modal-window > .inner > .nav {
  float: right;
  list-style: none;
  margin: 25px 0 0;
  padding: 0;
  font-size: 87.5%;
  font-size: 0.875rem;
  line-height: 1.3;
}

.gtidx-modal-window > .inner > .nav > li {
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0;
  float: left;
}

.gtidx-modal-window > .inner > .nav > li > a {
  display: block;
  background: #df0523;
  color: #fff;
  padding: 11px 20px;
  -webkit-transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.gtidx-modal-window > .inner > .nav > li > a:hover, .gtidx-modal-window > .inner > .nav > li > a:active, .gtidx-modal-window > .inner > .nav > li > a:focus {
  opacity: 0.8;
}

.gtidx-modal-window > .inner > .nav > li > a > span {
  display: block;
}

.gtidx-modal-window > .inner > .nav > li > a > span::before {
  content: '';
  display: inline-block;
  content: "\f3d3";
  font-size: 87.5%;
  font-size: 0.875rem;
  margin-right: 6px;
}

.gtidx-modal-window > .inner .totop {
  font-size: 100%;
  font-size: 1rem;
  line-height: 1.3;
  margin: 0 0 13px;
  padding: 0;
  width: 310px;
}

.gtidx-modal-window > .inner .totop > a {
  display: block;
  background: #df0523;
  color: #fff;
  padding: 13px 10px;
  -webkit-transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  text-align: center;
}

.gtidx-modal-window > .inner .totop > a:hover, .gtidx-modal-window > .inner .totop > a:active, .gtidx-modal-window > .inner .totop > a:focus {
  opacity: 0.8;
}

.gtidx-modal-window > .inner .totop > a > span {
  display: block;
}

.gtidx-modal-window > .inner .totop > a > span::before {
  content: '';
  display: inline-block;
  content: "\f3d3";
  font-size: 87.5%;
  font-size: 0.875rem;
  margin-right: 6px;
}

.gtidx-modal-window > .inner > .close {
  position: absolute;
  top: -44px;
  right: 15px;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(87%, #ffffff), to(#ecedef));
  background: -webkit-linear-gradient(top, #ffffff 87%, #ecedef);
  background: -o-linear-gradient(top, #ffffff 87%, #ecedef);
  background: linear-gradient(to bottom, #ffffff 87%, #ecedef);
  font-size: 87.5%;
  font-size: 0.875rem;
  padding: 0 15px;
  height: 44px;
  line-height: 44px;
  -webkit-transition: color 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: color 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.gtidx-modal-window > .inner > .close::before {
  content: '';
  display: inline-block;
  content: "\f2d7";
  color: #df0523;
  font-size: 112.5%;
  font-size: 1.125rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 6px;
}

.gtidx-modal-window > .inner > .close:hover, .gtidx-modal-window > .inner > .close:active, .gtidx-modal-window > .inner > .close:focus {
  color: #df0523;
}

.gtidx-ms-layout {
  width: 1200px;
  padding: 0 15px;
  margin: 30px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
}

.gtidx-ms-layout ul,
.gtidx-ms-layout li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gtidx-ms-layout a {
  text-decoration: none;
  color: #039;
}

.gtidx-ms-layout a:hover, .gtidx-ms-layout a:active, .gtidx-ms-layout a:focus {
  color: #df0523;
  text-decoration: underline;
}

.gtidx-mv-slide-pc .mvslider {
  visibility: hidden;
  opacity: 0;
  height: 305px;
  -webkit-transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
  -o-transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
  visibility: visible\9;
  opacity: 1\9;
  height: auto\9;
}

.gtidx-mv-slide-pc .mvslider.slick-initialized {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.gtidx-mv-slide-pc .mvslider .slick-list .mv.slick-slide {
  margin: 0 3px;
}

.gtidx-mv-slide-pc .mvslider .slick-list .mv:not(.slick-current) {
  opacity: 0.2;
}

.gtidx-mv-slide-pc .mvslider .slick-list .mv a {
  display: block;
  position: relative;
  -webkit-transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.gtidx-mv-slide-pc .mvslider .slick-list .mv a:hover, .gtidx-mv-slide-pc .mvslider .slick-list .mv a:active, .gtidx-mv-slide-pc .mvslider .slick-list .mv a:focus {
  opacity: 0.8;
}

.gtidx-mv-slide-pc .mvslider .mv {
  margin: 0 auto 15px\9;
  text-align: center\9;
}

.gtidx-mv-slide-pc .mvslider .mv a {
  text-align: center\9;
}

.gtidx-mv-slide-pc .mvslider .mv a img {
  display: inline\9;
}

.gtidx-mv-slide-pc .mvslider .slick-arrow {
  background: #282828;
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100;
  text-align: center;
  -webkit-transition: background 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: background 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.gtidx-mv-slide-pc .mvslider .slick-arrow:hover, .gtidx-mv-slide-pc .mvslider .slick-arrow:active, .gtidx-mv-slide-pc .mvslider .slick-arrow:focus {
  background: #656565;
}

.gtidx-mv-slide-pc .mvslider .slick-arrow::before {
  display: none;
}

.gtidx-mv-slide-pc .mvslider .slick-arrow::after {
  content: '';
  display: block;
  color: #fff;
  font-size: 175%;
  font-size: 1.75rem;
  line-height: 40px;
}

.gtidx-mv-slide-pc .mvslider .slick-arrow.slick-prev {
  left: calc(((100% - 1170px) / 2) - 40px - 6px);
}

.gtidx-mv-slide-pc .mvslider .slick-arrow.slick-prev::after {
  content: "\f3d2";
}

.gtidx-mv-slide-pc .mvslider .slick-arrow.slick-next {
  right: calc(((100% - 1170px) / 2) - 40px - 6px);
}

.gtidx-mv-slide-pc .mvslider .slick-arrow.slick-next::after {
  content: "\f3d3";
}

.gtidx-mv-slide-sp {
  overflow-x: hidden;
}

.gtidx-mv-slide-sp .mvslider {
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
  -o-transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
}

.gtidx-mv-slide-sp .mvslider.slick-initialized {
  visibility: visible;
  opacity: 1;
  height: auto;
  margin-bottom: 45px;
}

.gtidx-mv-slide-sp .mvslider .slick-list .mv.slick-slide {
  margin: 0;
}

.gtidx-mv-slide-sp .mvslider .slick-list .mv:not(.slick-current) {
  opacity: 0.2;
}

.gtidx-mv-slide-sp .mvslider .slick-list .mv a {
  display: block;
  position: relative;
  -webkit-transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.gtidx-mv-slide-sp .mvslider .slick-list .mv a:hover, .gtidx-mv-slide-sp .mvslider .slick-list .mv a:active, .gtidx-mv-slide-sp .mvslider .slick-list .mv a:focus {
  opacity: 0.8;
}

.gtidx-mv-slide-sp .mvslider .slick-list .mv img {
  width: 100%;
}

.gtidx-mv-slide-sp .mvslider .slick-dots {
  bottom: -22px;
}

.gtidx-mv-slide-sp .mvslider .slick-dots li {
  margin: 0 5px;
  width: auto;
  height: auto;
}

.gtidx-mv-slide-sp .mvslider .slick-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
}

.gtidx-mv-slide-sp .mvslider .slick-dots button::before {
  content: '';
  display: block;
  opacity: 1;
  width: 10px;
  height: 10px;
  background-color: #dadada;
  border-radius: 50%;
}

.gtidx-mv-slide-sp .mvslider .slick-dots .slick-active button::before {
  opacity: 1;
  background-color: #df0523;
}

.gtidx-sub-banner {
  margin: 28px 0 0;
}

.gtidx-sub-banner > ul > li {
  border: 5px solid #ddd;
  margin: 0 0 5px;
}

.gtidx-sub-banner > ul > li > a {
  display: block;
  -webkit-transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.gtidx-sub-banner > ul > li > a:hover, .gtidx-sub-banner > ul > li > a:active, .gtidx-sub-banner > ul > li > a:focus {
  opacity: 0.8;
}

.gtidx-sub-content {
  float: right;
  width: 280px;
}

.gtidx-sub-nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.gtidx-sub-nav > ul > li {
  float: left;
  width: 140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gtidx-sub-nav > ul > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 87.5%;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.25;
  font-weight: bold;
  color: #333;
  min-height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e0e0e0));
  background: -webkit-linear-gradient(top, #f9f9f9, #e0e0e0);
  background: -o-linear-gradient(top, #f9f9f9, #e0e0e0);
  background: linear-gradient(to bottom, #f9f9f9, #e0e0e0);
  -webkit-transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  border: 1px solid #ccc;
}

.gtidx-sub-nav > ul > li > a:hover, .gtidx-sub-nav > ul > li > a:active, .gtidx-sub-nav > ul > li > a:focus {
  text-decoration: none;
  color: inherit;
  opacity: 0.8;
}

.gtidx-sub-nav > ul > li > a.-em {
  min-height: 70px;
  background-color: #0e81aa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#55b6d7), to(#0e81aa));
  background-image: -webkit-linear-gradient(top, #55b6d7, #0e81aa);
  background-image: -o-linear-gradient(top, #55b6d7, #0e81aa);
  background-image: linear-gradient(to bottom, #55b6d7, #0e81aa);
  color: #fff;
  border: 1px solid #58c5ee;
}

.gtidx-sub-nav > ul > li > a.-em.-prdct {
  font-size: 100%;
  font-size: 1rem;
}

.gtidx-sub-nav > ul > li > a > span {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.gtidx-sub-news {
  margin: 25px 0 0;
  position: relative;
}

.gtidx-sub-news > .hdg {
  font-weight: bold;
  font-size: 112.5%;
  font-size: 1.125rem;
}

.gtidx-sub-news > ul {
  margin: 13px 0 0;
  line-height: 1.4;
  font-size: 87.5%;
  font-size: 0.875rem;
}

.gtidx-sub-news > ul > li {
  margin: 10px 0 5px;
  padding: 12px 0 0;
  position: relative;
  border-top: 1px dotted #ddd;
}

.gtidx-sub-news > ul > li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.gtidx-sub-news > .more {
  position: absolute;
  top: -2px;
  right: 0;
  font-size: 75%;
  font-size: 0.75rem;
  border: 1px solid #ddd;
  line-height: 1.3;
}

.gtidx-sub-news > .more > a {
  display: block;
  padding: 7px 10px 6px;
}

.gtidx-sub-news > .more > a:hover, .gtidx-sub-news > .more > a:active, .gtidx-sub-news > .more > a:focus {
  text-decoration: none;
}

.gtidx-sub-news > .more > a > span {
  display: block;
  position: relative;
  padding-left: 13px;
}

.gtidx-sub-news > .more > a > span::before {
  content: '';
  display: inline-block;
  content: "\f3d3";
  color: #df0523;
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 87.5%;
  font-size: 0.875rem;
}

.gtidx-sub-other {
  margin: 20px 0 0;
}

.gtidx-sub-other > ul {
  font-size: 87.5%;
  font-size: 0.875rem;
}

.gtidx-sub-other > ul > li {
  margin: 0 0 5px;
  position: relative;
  padding-left: 13px;
}

.gtidx-sub-other > ul > li::before {
  content: '';
  display: block;
  content: "\f3d3";
  color: #df0523;
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 87.5%;
  font-size: 0.875rem;
}

.gtidx-sub-other > ul > li > a {
  color: inherit;
}

.gtidx-sub-related {
  margin: 25px 0 0;
}

.gtidx-sub-related > .hdg {
  font-weight: bold;
  font-size: 112.5%;
  font-size: 1.125rem;
}

.gtidx-sub-related > ul {
  margin: 7px 0 0;
}

.gtidx-sub-related > ul > li {
  margin: 0 0 10px;
}

.gtidx-sub-related > ul > li > a {
  display: block;
  -webkit-transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.gtidx-sub-related > ul > li > a:hover, .gtidx-sub-related > ul > li > a:active, .gtidx-sub-related > ul > li > a:focus {
  opacity: 0.8;
}

.leidx-inner-link {
  margin: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.leidx-inner-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}

.leidx-inner-link ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #fff;
}

.leidx-inner-link ul > li.-full {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #fff;
}

.leidx-inner-link ul > li.-full > a {
  padding: 8px 10px;
}

.leidx-inner-link ul > li:nth-child(even), .leidx-inner-link ul > li:last-child {
  border-right: none;
}

.leidx-inner-link ul > li > a {
  display: block;
  text-align: center;
  font-size: 112.5%;
  font-size: 1.125rem;
  font-weight: bold;
  color: inherit;
  background: #e5e5e5;
  padding: 13px 10px;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.leidx-inner-link ul > li > a:hover, .leidx-inner-link ul > li > a:active, .leidx-inner-link ul > li > a:focus {
  color: #fff;
  background: #45aacd;
  text-decoration: none;
}

.leidx-inner-link ul > li > a:hover > span::before, .leidx-inner-link ul > li > a:active > span::before, .leidx-inner-link ul > li > a:focus > span::before {
  color: #fff;
}

.leidx-inner-link ul > li > a.-solution {
  background: #f6f6f6;
}

.leidx-inner-link ul > li > a.-solution:hover, .leidx-inner-link ul > li > a.-solution:active, .leidx-inner-link ul > li > a.-solution:focus {
  color: #fff;
  background: #7792cb;
  text-decoration: none;
}

.leidx-inner-link ul > li > a.-solution.-active {
  color: #fff;
  background: #7792cb;
  text-decoration: none;
}

.leidx-inner-link ul > li > a.-active {
  color: #fff;
  background: #45aacd;
  text-decoration: none;
}

.leidx-inner-link ul > li > a.-active > span::before {
  color: #fff;
}

.leidx-inner-link ul > li > a > span {
  display: inline-block;
  position: relative;
}

.leidx-inner-link ul > li > a > span::before {
  content: '';
  display: inline-block;
  content: "\f3d0";
  color: #df0523;
  font-size: 125%;
  font-size: 1.25rem;
  margin: 0 8px 0 0;
  position: relative;
  top: 1px;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.leidx-inner-link.-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 1000;
  background: #e5e5e5;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.leidx-inner-link.-sticky > ul {
  width: auto;
  margin: 0 auto;
}

#forStickyNavContent {
  padding-top: 25px;
}

#forStickyNavContent #personal .leaf-hdg-lv3 {
  margin-top: 0;
}

.leidx-nav-personal {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  line-height: 1.4;
}

.leidx-nav-personal > li {
  list-style: none;
  margin: 0 20px 30px 0;
  padding: 0;
  float: left;
  width: calc((100% - (20px * 4)) / 5);
}

.leidx-nav-personal > li > a {
  display: block;
  color: inherit;
}

.leidx-nav-personal > li > a:hover, .leidx-nav-personal > li > a:active, .leidx-nav-personal > li > a:focus {
  text-decoration: none;
}

.leidx-nav-personal > li > a:hover > .thumb > span > span, .leidx-nav-personal > li > a:active > .thumb > span > span, .leidx-nav-personal > li > a:focus > .thumb > span > span {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.leidx-nav-personal > li > a > .thumb {
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#e1f6f9), to(#fff));
  background: -webkit-linear-gradient(top, #e1f6f9, #fff);
  background: -o-linear-gradient(top, #e1f6f9, #fff);
  background: linear-gradient(to bottom, #e1f6f9, #fff);
}

.leidx-nav-personal > li > a > .thumb > span {
  display: block;
  height: 100px;
  border: 1px solid #ccc;
  overflow: hidden;
}

.leidx-nav-personal > li > a > .thumb > span > span {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.leidx-nav-personal > li > a > .body {
  margin: 10px 0 0;
}

.leidx-nav-personal > li > a > .body > span {
  display: block;
  font-size: 87.5%;
  font-size: 0.875rem;
}

.leidx-nav-personal > li > a > .body .group {
  display: block;
  font-size: 62.5%;
  font-size: 0.625rem;
  margin: 3px 0 0;
}

.leidx-nav-solution {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  line-height: 1.4;
}

.leidx-nav-solution > li {
  list-style: none;
  margin: 0 20px 30px 0;
  padding: 0;
  float: left;
  width: calc((100% - (20px * 4)) / 5);
}

.leidx-nav-solution > li:nth-child(5n) {
  margin-right: 0;
}

.leidx-nav-solution > li > a {
  display: block;
  color: inherit;
}

.leidx-nav-solution > li > a:hover, .leidx-nav-solution > li > a:active, .leidx-nav-solution > li > a:focus {
  text-decoration: none;
}

.leidx-nav-solution > li > a:hover > .thumb > span > span, .leidx-nav-solution > li > a:active > .thumb > span > span, .leidx-nav-solution > li > a:focus > .thumb > span > span {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.leidx-nav-solution > li > a > .thumb {
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#375eaf), to(#a3b5de));
  background: -webkit-linear-gradient(top, #375eaf, #a3b5de);
  background: -o-linear-gradient(top, #375eaf, #a3b5de);
  background: linear-gradient(to bottom, #375eaf, #a3b5de);
}

.leidx-nav-solution > li > a > .thumb > span {
  display: block;
  height: 100px;
  border: 1px solid #ccc;
  overflow: hidden;
}

.leidx-nav-solution > li > a > .thumb > span > span {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.leidx-nav-solution > li > a > .body {
  margin: 10px 0 0;
}

.leidx-nav-solution > li > a > .body > span {
  display: block;
  font-size: 87.5%;
  font-size: 0.875rem;
}

.leidx-nav-solution > li > a > .body .group {
  display: block;
  font-size: 62.5%;
  font-size: 0.625rem;
  margin: 3px 0 0;
}

.leidx-page-header {
  margin: 0 0 15px;
}

.leidx-page-header > .pagetitle {
  float: left;
  font-size: 137.5%;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.3;
  font-weight: 200;
}

.leidx-page-header > .search {
  float: right;
  width: 350px;
  background: #eee;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.leidx-page-header > .search fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.leidx-page-header > .search legend {
  display: none;
}

.leidx-page-header > .search .block {
  border: 1px solid #cbcbcb;
  background: #fff;
  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;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.leidx-page-header > .search .block > input[type="text"] {
  border: 0;
  padding: 3px 6px;
  margin: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 30px;
}

.leidx-page-header > .search .block > input[type="image"] {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 0;
}

.leidx-page-layout {
  width: 1200px;
  padding: 0 15px;
  margin: 30px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
}

.leidx-page-layout a {
  text-decoration: none;
  color: #039;
}

.leidx-page-layout a:hover, .leidx-page-layout a:active, .leidx-page-layout a:focus {
  color: #df0523;
  text-decoration: underline;
}

.idx-content-banner {
  width: 1200px;
  padding: 0 15px;
  margin: 30px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.idx-content-banner > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.idx-content-banner > ul > li {
  list-style: none;
  margin: 0 20px 0 0;
  float: left;
  width: 276px;
}

.idx-content-banner > ul > li:last-child {
  margin-right: 0;
}

.idx-content-banner > ul > li a {
  -webkit-transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.idx-content-banner > ul > li a:hover, .idx-content-banner > ul > li a:active, .idx-content-banner > ul > li a:focus {
  opacity: 0.8;
}

.idx-content-banner > ul > li img {
  width: 100%;
  height: auto;
}

.idx-footer-sitemap {
  background: #f3f3f3;
  min-width: 1200px;
}

.idx-footer-sitemap a {
  color: #039;
  text-decoration: none;
}

.idx-footer-sitemap a:hover, .idx-footer-sitemap a:active, .idx-footer-sitemap a:focus {
  text-decoration: underline;
}

.idx-footer-sitemap > .inner {
  width: 1200px;
  padding: 35px 15px 20px;
  margin: 0 auto;
}

.idx-footer-sitemap .column {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
}

.idx-footer-sitemap .column.-personal {
  width: 20%;
}

.idx-footer-sitemap .column.-business {
  width: 43%;
}

.idx-footer-sitemap .column.-company {
  width: 18%;
}

.idx-footer-sitemap .column.-other {
  width: 19%;
}

.idx-footer-sitemap .subcolumn {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.idx-footer-sitemap .subcolumn:first-of-type {
  padding-right: 15px;
}

.idx-footer-sitemap .hdg {
  font-size: 112.5%;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 15px;
}

.idx-footer-sitemap .hdg[aria-hidden="true"] {
  display: none;
}

.idx-footer-sitemap .subhdg {
  font-size: 87.5%;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0 0 8px;
}

.idx-footer-sitemap .links {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 87.5%;
  font-size: 0.875rem;
  line-height: 1.5;
}

.idx-footer-sitemap .links > li {
  margin: 0 0 8px;
  list-style: none;
  position: relative;
  padding-left: 13px;
}

.idx-footer-sitemap .links > li::before {
  content: '';
  display: block;
  content: "\f3d3";
  color: #df0523;
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 87.5%;
  font-size: 0.875rem;
}

.idx-footer-sitemap .links > li .small {
  font-size: 75%;
  font-size: 0.75rem;
}

.idx-footer-sitemap .otherlink {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  font-size: 112.5%;
  font-size: 1.125rem;
  font-weight: bold;
}

.idx-footer-sitemap .otherlink.-small {
  font-size: 87.5%;
  font-size: 0.875rem;
}

.idx-footer-sitemap .otherlink > li {
  margin: 0 0 7px;
  list-style: none;
}

.idx-footer-utility {
  background: #9a9a9a;
  min-width: 1200px;
}

.idx-footer-utility a {
  color: #fff;
  text-decoration: none;
}

.idx-footer-utility a:hover, .idx-footer-utility a:active, .idx-footer-utility a:focus {
  text-decoration: underline;
}

.idx-footer-utility > .inner {
  width: 1200px;
  padding: 17px 15px;
  margin: 0 auto;
}

.idx-footer-utility ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 87.5%;
  font-size: 0.875rem;
}

.idx-footer-utility ul > li {
  list-style: none;
  float: left;
  margin: 0 25px 0 0;
  padding-left: 13px;
  position: relative;
}

.idx-footer-utility ul > li::before {
  content: '';
  display: block;
  content: "\f3d3";
  color: #fff;
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 100%;
  font-size: 1rem;
}

.leaf-article-group {
  margin: 25px 0 0;
  font-size: 87.5%;
  font-size: 0.875rem;
  line-height: 1.45;
}

.leaf-article-group > ul > li {
  margin: 0 0 25px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ddd;
}

.leaf-article-group > ul .header > .date {
  display: block;
  float: left;
  margin-right: 17px;
}

.leaf-article-group > ul .header > .group {
  display: block;
  float: left;
  font-size: 75%;
  font-size: 0.75rem;
  background: #f6f6f6;
  padding: 2px 8px;
  position: relative;
  top: -1px;
}

.leaf-article-group > ul .body {
  margin: 5px 0 0;
}

.leaf-hdg-lv2 {
  margin: 60px 0 35px;
  border: 1px solid #ddd;
  background: #f3f3f3;
  font-size: 137.5%;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 20px 25px;
  position: relative;
}

.leaf-hdg-lv2:first-child {
  margin-top: 0;
}

.leaf-hdg-lv2::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #df0523;
}

.leaf-page-title + .leaf-hdg-lv2 {
  margin-top: 25px;
}

.leaf-pgh-note + .leaf-hdg-lv2 {
  margin-top: 10px;
}

.leaf-hdg-lv3 {
  margin: 45px 0 0;
  font-size: 131.25%;
  font-size: 1.3125rem;
  font-weight: 600;
  border-left: 3px solid #df0523;
  padding-left: 17px;
  line-height: 1.4;
}

#business .leaf-hdg-lv3 {
  margin-top: 15px;
}

.leaf-hdg-lv4 {
  font-size: 100%;
  font-size: 1rem;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
  font-weight: 600;
  margin: 25px 0;
}

.leaf-hdg-lv4 > span {
  display: inline-block;
  position: relative;
  padding: 0 15px 0 0;
}

.leaf-hdg-lv4 > span::after {
  content: '';
  display: block;
  width: 99em;
  height: 1px;
  background: #df0523;
  position: absolute;
  top: 40%;
  left: 100%;
  z-index: 1;
}

.leaf-index-labels {
  margin: 25px 0 0;
}

.leaf-index-labels > ul {
  margin-right: -15px !important;
}

.leaf-index-labels > ul > li {
  float: left;
  width: 285px;
  margin-right: 15px;
  margin-bottom: 20px;
}

.leaf-index-labels > ul > li > a {
  display: block;
  border: 1px solid #ddd;
  padding: 16px 15px 13px 31px;
  position: relative;
}

.leaf-index-labels > ul > li > a::before {
  content: '';
  display: block;
  content: "\f3d3";
  color: #df0523;
  position: absolute;
  top: 50%;
  left: 13px;
  font-size: 137.5%;
  font-size: 1.375rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.leaf-index-labels > ul > li > a:hover, .leaf-index-labels > ul > li > a:active, .leaf-index-labels > ul > li > a:focus {
  text-decoration: none;
}

.leaf-hdg-lv2 + .leaf-index-labels {
  margin-top: -10px;
}

.leaf-list-link {
  margin: 0 0 0 5px;
  font-size: 87.5%;
  font-size: 0.875rem;
}

.leaf-list-link > ul > li {
  margin: 0 0 5px;
  position: relative;
  padding-left: 13px;
}

.leaf-list-link > ul > li::before {
  content: '';
  display: block;
  content: "\f3d3";
  color: #df0523;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 87.5%;
  font-size: 0.875rem;
}

.leaf-hdg-lv2 + .leaf-list-link {
  margin-top: -10px;
}

.leaf-main-content {
  float: right;
  width: 885px;
}

.leaf-ms-layout {
  width: 1200px;
  padding: 0 15px 80px;
  margin: 30px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
}

.leaf-ms-layout ul,
.leaf-ms-layout li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.leaf-ms-layout a {
  text-decoration: none;
  color: #039;
}

.leaf-ms-layout a:hover, .leaf-ms-layout a:active, .leaf-ms-layout a:focus {
  color: #df0523;
  text-decoration: underline;
}

.leaf-page-title {
  font-size: 150%;
  font-size: 1.5rem;
  margin: 0;
  color: #000;
  line-height: 1.6;
}

.leaf-pgh-note {
  margin: 1.45em 0 0;
  font-size: 87.5%;
  font-size: 0.875rem;
}

.leaf-pgh-note.-right {
  text-align: right;
}

.leaf-pgh-note.-small {
  font-size: 75%;
  font-size: 0.75rem;
}

.gtidx-main-hdg + .leaf-pgh-note {
  margin-top: 0.8em;
}

.leaf-sitemap-grouptitle {
  font-size: 112.5%;
  font-size: 1.125rem;
  font-weight: 600;
  border-left: 3px solid #df0523;
  padding-left: 17px;
  line-height: 1.4;
}

.leaf-sitemap-grouptitle .opener {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 500;
  background: transparent;
  border: none;
  margin: 0;
  padding: 5px 15px;
  border-left: 1px solid #d0d0d2;
}

.leaf-sitemap-grouptitle .opener::before {
  content: '';
  display: block;
  content: "\f218";
  color: #df0523;
  font-size: 125%;
  font-size: 1.25rem;
}

.leaf-sitemap-grouptitle .opener[aria-expanded="true"]::before {
  content: "\f209";
}

.leaf-sitemap-layout {
  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;
  margin: 35px 85px 75px;
}

.leaf-sitemap-layout a {
  color: inherit;
}

.leaf-sitemap-layout > .block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}

.leaf-sitemap-layout > .block.-left {
  padding-right: 50px;
}

.leaf-sitemap-layout > .block.-right {
  padding-left: 50px;
  border-left: 1px solid #e6e6e6;
}

.leaf-sitemap-layout > .block > .group {
  margin: 0 0 45px;
}

.leaf-sitemap-layout > .block > .group > .navholder > .subtitle {
  font-weight: 600;
  font-size: 100%;
  font-size: 1rem;
  margin: 16px 0 0;
  color: #565656;
}

.leaf-sitemap-layout > .block > .group > .navholder > .leaf-sitemap-nav + .subtitle {
  margin: 24px 0 0;
}

.leaf-sitemap-layout > .block > .group + .subgroup {
  margin-top: -8px;
  padding-top: 35px;
  border-top: 1px solid #e6e6e6;
}

.leaf-sitemap-layout > .block > .subgroup {
  margin: 0 0 23px;
}

.leaf-sitemap-nav {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
  line-height: 1.45;
  font-size: 100%;
  font-size: 1rem;
}

.leaf-sitemap-nav > li {
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
  position: relative;
  padding-left: 13px;
}

.leaf-sitemap-nav > li:first-child {
  margin: 0;
}

.leaf-sitemap-nav > li::before {
  content: '';
  display: block;
  content: "\f3d3";
  color: #df0523;
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 87.5%;
  font-size: 0.875rem;
}

.leaf-sitemap-nav > li > a::after {
  content: '';
  display: none;
  content: "\f3d3";
  color: #df0523;
  position: absolute;
  top: 50%;
  right: 9px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 112.5%;
  font-size: 1.125rem;
}

.leaf-sitemap-nav > li > a > .group {
  font-size: 81.25%;
  font-size: 0.8125rem;
}

.leaf-sitemap-nav > li > a > .group::before {
  content: '\3014';
}

.leaf-sitemap-nav > li > a > .group::after {
  content: '\3015';
}

.subtitle + .leaf-sitemap-nav {
  margin-top: 8px;
}

.leaf-sitemap-subnav {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.45;
  font-size: 100%;
  font-size: 1rem;
}

.leaf-sitemap-subnav > li {
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.leaf-sitemap-subnav > li:first-child {
  margin: 0;
}

.leaf-sub-content {
  float: left;
  width: 250px;
}

.leaf-sub-nav > ul {
  border-top: 1px solid #ddd;
}

.leaf-sub-nav > ul > li {
  border-bottom: 1px solid #ddd;
}

.leaf-sub-nav > ul > li > a {
  display: block;
  text-decoration: none;
  font-size: 100%;
  font-size: 1rem;
  padding: 14px 15px 14px 25px;
}

.leaf-sub-nav > ul > li > a.-current {
  background: #f3f3f3;
}

.leaf-sub-nav > ul > li > a:hover, .leaf-sub-nav > ul > li > a:active, .leaf-sub-nav > ul > li > a:focus {
  color: #df0523;
  background: #f3f3f3;
}

.leaf-sub-nav > ul > li > a > span {
  display: inline-block;
  border-left: 2px solid #df0523;
  padding-left: 8px;
  line-height: 1.3;
}

.leaf-sub-nav > ul > li > ul {
  padding: 13px 15px 13px 35px;
}

.leaf-sub-nav > ul > li > ul > li {
  margin: 0 0 10px;
  line-height: 1.3;
}

.leaf-sub-nav > ul > li > ul > li:last-child {
  margin-bottom: 0;
}

.leaf-sub-nav > ul > li > ul > li > a {
  text-decoration: none;
}

.leaf-sub-nav > ul > li > ul > li > a:hover, .leaf-sub-nav > ul > li > ul > li > a:active, .leaf-sub-nav > ul > li > ul > li > a:focus {
  text-decoration: underline;
  color: #df0523;
}

.leaf-sub-nav > ul > li > ul > li > a.-current {
  font-weight: bold;
}

.leaf-sub-nav > ul > li.-open > a {
  background: #f3f3f3;
}

._left {
  text-align: left !important;
}

._center {
  text-align: center !important;
}

._right {
  text-align: right !important;
}

._top {
  vertical-align: top !important;
}

._middle {
  vertical-align: middle !important;
}

._bottom {
  vertical-align: bottom !important;
}

.gtidx-global-nav > ul:after, .gtidx-main-album .albumpanels:after, .gtidx-main-group > .inner > .articles .header:after, .gtidx-main-hdg:after, .gtidx-main-news > .inner > .pickup:after, .gtidx-main-news > .inner > .pickup > li > a:after, .gtidx-main-news > .inner > .articles > li:after, .gtidx-modal-nav-business:after, .gtidx-modal-nav-business > li > a:after, .gtidx-modal-nav-company:after, .gtidx-modal-nav-ir:after, .gtidx-modal-nav-personal:after, .gtidx-modal-nav-recruit:after, .gtidx-modal-nav-solution:after, .gtidx-modal-window > .inner:after, .gtidx-modal-window > .inner > .body:after, .gtidx-modal-window > .inner > .nav:after, .gtidx-ms-layout:after, .gtidx-sub-nav > ul:after, .leidx-inner-link ul:after, .leidx-nav-business:after, .leidx-nav-personal:after, .leidx-nav-solution:after, .leidx-page-header:after, .leidx-page-layout:after, .idx-content-banner > ul:after, .idx-footer-sitemap > .inner:after, .idx-footer-sitemap .column:after, .idx-footer-utility ul:after, .leaf-article-group > ul .header:after, .leaf-index-labels > ul:after, .leaf-ms-layout:after, ._clear:after {
  content: "";
  display: block;
  clear: both;
}

._fz10 {
  font-size: 1rem;
}

._fz11 {
  font-size: 1.1rem;
}

._fz12 {
  font-size: 1.2rem;
}

._fz13 {
  font-size: 1.3rem;
}

._fz14 {
  font-size: 1.4rem;
}

._fz15 {
  font-size: 1.5rem;
}

._fz16 {
  font-size: 1.6rem;
}

._fz18 {
  font-size: 1.8rem;
}

._fz20 {
  font-size: 2rem;
}

._fz22 {
  font-size: 2.2rem;
}

._fz24 {
  font-size: 2.4rem;
}

._fz26 {
  font-size: 2.6rem;
}

._fz28 {
  font-size: 2.8rem;
}

._fz30 {
  font-size: 3rem;
}

._hide {
  font-size: 0;
  height: 0;
  width: 0;
  visibility: 0;
  overflow: 0;
  position: absolute;
  top: -9999px;
  left: -9999px;
}

@font-face {
  font-family: "Ion-Icons";
  src: url("../fonts/ionicons.eot?v=3.0.0-alpha.3");
  src: url("../fonts/ionicons.eot?v=3.0.0-alpha.3#iefix") format("embedded-opentype"), url("../fonts/ionicons.woff?v=3.0.0-alpha.3") format("woff"), url("../fonts/ionicons.ttf?v=3.0.0-alpha.3") format("truetype"), url("../fonts/ionicons.svg?v=3.0.0-alpha.3#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.gtidx-global-accordion > ul:not([class]) > li > a::after, .gtidx-global-accordion > .nav > li > a > span::before, .gtidx-global-nav > ul > li > a > .opener::before, .gtidx-global-nav > ul > li > a > .opener[aria-expanded="true"]::before, .gtidx-main-panel-nav > ul > li::before, .gtidx-modal-linklist > li::before, .gtidx-modal-nav-company > li::before, .gtidx-modal-nav-ir > li::before, .gtidx-modal-nav-recruit > li::before, .gtidx-modal-window > .inner > .nav > li > a > span::before, .gtidx-modal-window > .inner .totop > a > span::before, .gtidx-modal-window > .inner > .close::before, .gtidx-mv-slide-pc .mvslider .slick-arrow.slick-prev::after, .gtidx-mv-slide-pc .mvslider .slick-arrow.slick-next::after, .gtidx-sub-news > .more > a > span::before, .gtidx-sub-other > ul > li::before, .leidx-inner-link ul > li > a > span::before, .leidx-nav-business > li > .panel > ul > li::before, .leidx-nav-business > li > .panel > ul > li > a::after, .idx-footer-sitemap .links > li::before, .idx-footer-utility ul > li::before, .leaf-index-labels > ul > li > a::before, .leaf-list-link > ul > li::before, .leaf-sitemap-grouptitle .opener::before, .leaf-sitemap-grouptitle .opener[aria-expanded="true"]::before, .leaf-sitemap-nav > li::before, .leaf-sitemap-nav > li > a::after, ._ion {
  font-family: 'Ion-Icons';
  font-weight: normal;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

._mt0, ._mv0 {
  margin-top: 0 !important;
}

._mb0, ._mv0 {
  margin-bottom: 0 !important;
}

._mr0, ._mh0 {
  margin-right: 0 !important;
}

._ml0, ._mh0 {
  margin-left: 0 !important;
}

._mt5, ._mv5 {
  margin-top: 5px !important;
}

._mb5, ._mv5 {
  margin-bottom: 5px !important;
}

._mr5, ._mh5 {
  margin-right: 5px !important;
}

._ml5, ._mh5 {
  margin-left: 5px !important;
}

._mt10, ._mv10 {
  margin-top: 10px !important;
}

._mb10, ._mv10 {
  margin-bottom: 10px !important;
}

._mr10, ._mh10 {
  margin-right: 10px !important;
}

._ml10, ._mh10 {
  margin-left: 10px !important;
}

._mt15, ._mv15 {
  margin-top: 15px !important;
}

._mb15, ._mv15 {
  margin-bottom: 15px !important;
}

._mr15, ._mh15 {
  margin-right: 15px !important;
}

._ml15, ._mh15 {
  margin-left: 15px !important;
}

._mt20, ._mv20 {
  margin-top: 20px !important;
}

._mb20, ._mv20 {
  margin-bottom: 20px !important;
}

._mr20, ._mh20 {
  margin-right: 20px !important;
}

._ml20, ._mh20 {
  margin-left: 20px !important;
}

._mt25, ._mv25 {
  margin-top: 25px !important;
}

._mb25, ._mv25 {
  margin-bottom: 25px !important;
}

._mr25, ._mh25 {
  margin-right: 25px !important;
}

._ml25, ._mh25 {
  margin-left: 25px !important;
}

._mt30, ._mv30 {
  margin-top: 30px !important;
}

._mb30, ._mv30 {
  margin-bottom: 30px !important;
}

._mr30, ._mh30 {
  margin-right: 30px !important;
}

._ml30, ._mh30 {
  margin-left: 30px !important;
}

._mt35, ._mv35 {
  margin-top: 35px !important;
}

._mb35, ._mv35 {
  margin-bottom: 35px !important;
}

._mr35, ._mh35 {
  margin-right: 35px !important;
}

._ml35, ._mh35 {
  margin-left: 35px !important;
}

._mt40, ._mv40 {
  margin-top: 40px !important;
}

._mb40, ._mv40 {
  margin-bottom: 40px !important;
}

._mr40, ._mh40 {
  margin-right: 40px !important;
}

._ml40, ._mh40 {
  margin-left: 40px !important;
}

._mt45, ._mv45 {
  margin-top: 45px !important;
}

._mb45, ._mv45 {
  margin-bottom: 45px !important;
}

._mr45, ._mh45 {
  margin-right: 45px !important;
}

._ml45, ._mh45 {
  margin-left: 45px !important;
}

._mt50, ._mv50 {
  margin-top: 50px !important;
}

._mb50, ._mv50 {
  margin-bottom: 50px !important;
}

._mr50, ._mh50 {
  margin-right: 50px !important;
}

._ml50, ._mh50 {
  margin-left: 50px !important;
}

._mt55, ._mv55 {
  margin-top: 55px !important;
}

._mb55, ._mv55 {
  margin-bottom: 55px !important;
}

._mr55, ._mh55 {
  margin-right: 55px !important;
}

._ml55, ._mh55 {
  margin-left: 55px !important;
}

._mt60, ._mv60 {
  margin-top: 60px !important;
}

._mb60, ._mv60 {
  margin-bottom: 60px !important;
}

._mr60, ._mh60 {
  margin-right: 60px !important;
}

._ml60, ._mh60 {
  margin-left: 60px !important;
}

._mt65, ._mv65 {
  margin-top: 65px !important;
}

._mb65, ._mv65 {
  margin-bottom: 65px !important;
}

._mr65, ._mh65 {
  margin-right: 65px !important;
}

._ml65, ._mh65 {
  margin-left: 65px !important;
}

._mt70, ._mv70 {
  margin-top: 70px !important;
}

._mb70, ._mv70 {
  margin-bottom: 70px !important;
}

._mr70, ._mh70 {
  margin-right: 70px !important;
}

._ml70, ._mh70 {
  margin-left: 70px !important;
}

._mt75, ._mv75 {
  margin-top: 75px !important;
}

._mb75, ._mv75 {
  margin-bottom: 75px !important;
}

._mr75, ._mh75 {
  margin-right: 75px !important;
}

._ml75, ._mh75 {
  margin-left: 75px !important;
}

._mt80, ._mv80 {
  margin-top: 80px !important;
}

._mb80, ._mv80 {
  margin-bottom: 80px !important;
}

._mr80, ._mh80 {
  margin-right: 80px !important;
}

._ml80, ._mh80 {
  margin-left: 80px !important;
}

._mt85, ._mv85 {
  margin-top: 85px !important;
}

._mb85, ._mv85 {
  margin-bottom: 85px !important;
}

._mr85, ._mh85 {
  margin-right: 85px !important;
}

._ml85, ._mh85 {
  margin-left: 85px !important;
}

._mt90, ._mv90 {
  margin-top: 90px !important;
}

._mb90, ._mv90 {
  margin-bottom: 90px !important;
}

._mr90, ._mh90 {
  margin-right: 90px !important;
}

._ml90, ._mh90 {
  margin-left: 90px !important;
}

._mt95, ._mv95 {
  margin-top: 95px !important;
}

._mb95, ._mv95 {
  margin-bottom: 95px !important;
}

._mr95, ._mh95 {
  margin-right: 95px !important;
}

._ml95, ._mh95 {
  margin-left: 95px !important;
}

._mt100, ._mv100 {
  margin-top: 100px !important;
}

._mb100, ._mv100 {
  margin-bottom: 100px !important;
}

._mr100, ._mh100 {
  margin-right: 100px !important;
}

._ml100, ._mh100 {
  margin-left: 100px !important;
}

._mt {
  margin: 1.4em 0 0;
}

._nowrap {
  white-space: nowrap !important;
}

._pt0, ._pv0 {
  paddgin-top: 0 !important;
}

._pb0, ._pv0 {
  padding-bottom: 0 !important;
}

._pr0, ._ph0 {
  padding-right: 0 !important;
}

._pl0, ._ph0 {
  padding-left: 0 !important;
}

._pt5, ._pv5 {
  padding-top: 5px !important;
}

._pb5, ._pv5 {
  padding-bottom: 5px !important;
}

._pr5, ._ph5 {
  padding-right: 5px !important;
}

._pl5, ._ph5 {
  padding-left: 5px !important;
}

._pt10, ._pv10 {
  padding-top: 10px !important;
}

._pb10, ._pv10 {
  padding-bottom: 10px !important;
}

._pr10, ._ph10 {
  padding-right: 10px !important;
}

._pl10, ._ph10 {
  padding-left: 10px !important;
}

._pt15, ._pv15 {
  padding-top: 15px !important;
}

._pb15, ._pv15 {
  padding-bottom: 15px !important;
}

._pr15, ._ph15 {
  padding-right: 15px !important;
}

._pl15, ._ph15 {
  padding-left: 15px !important;
}

._pt20, ._pv20 {
  padding-top: 20px !important;
}

._pb20, ._pv20 {
  padding-bottom: 20px !important;
}

._pr20, ._ph20 {
  padding-right: 20px !important;
}

._pl20, ._ph20 {
  padding-left: 20px !important;
}

._pt25, ._pv25 {
  padding-top: 25px !important;
}

._pb25, ._pv25 {
  padding-bottom: 25px !important;
}

._pr25, ._ph25 {
  padding-right: 25px !important;
}

._pl25, ._ph25 {
  padding-left: 25px !important;
}

._pt30, ._pv30 {
  padding-top: 30px !important;
}

._pb30, ._pv30 {
  padding-bottom: 30px !important;
}

._pr30, ._ph30 {
  padding-right: 30px !important;
}

._pl30, ._ph30 {
  padding-left: 30px !important;
}

._pt35, ._pv35 {
  padding-top: 35px !important;
}

._pb35, ._pv35 {
  padding-bottom: 35px !important;
}

._pr35, ._ph35 {
  padding-right: 35px !important;
}

._pl35, ._ph35 {
  padding-left: 35px !important;
}

._pt40, ._pv40 {
  padding-top: 40px !important;
}

._pb40, ._pv40 {
  padding-bottom: 40px !important;
}

._pr40, ._ph40 {
  padding-right: 40px !important;
}

._pl40, ._ph40 {
  padding-left: 40px !important;
}

._pt45, ._pv45 {
  padding-top: 45px !important;
}

._pb45, ._pv45 {
  padding-bottom: 45px !important;
}

._pr45, ._ph45 {
  padding-right: 45px !important;
}

._pl45, ._ph45 {
  padding-left: 45px !important;
}

._pt50, ._pv50 {
  padding-top: 50px !important;
}

._pb50, ._pv50 {
  padding-bottom: 50px !important;
}

._pr50, ._ph50 {
  padding-right: 50px !important;
}

._pl50, ._ph50 {
  padding-left: 50px !important;
}

._nosave {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  touch-callout: none;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media screen and (min-width: 769px) {
  html.-modalopen {
    overflow-x: hidden;
  }
  .gtidx-extra-banner.-sp {
    display: none;
  }
  .gtidx-global-accordion {
    display: none !important;
  }
  .gtidx-global-nav > ul > li > a > .opener {
    display: none !important;
  }
  .gtidx-main-album.-sp {
    display: none;
  }
  .gtidx-main-album .albumhdg img {
    width: 204px;
    height: auto;
  }
  .gtidx-main-album .albumpanels > .album > a > .image > span.-sp {
    display: none;
  }
  .gtidx-main-information {
    display: none;
  }
  .gtidx-mv-slide-sp {
    display: none !important;
  }
  .gtidx-sub-nav > ul > li:nth-child(2n+1) > a {
    border-right: 0;
  }
  .gtidx-sub-nav > ul > li:nth-child(1) > a > span {
    border-right: 1px solid #63b4db;
  }
  .gtidx-sub-nav > ul > li:nth-child(2) > a {
    border-left-color: #146d8c;
  }
  .gtidx-sub-nav > ul > li:nth-child(2) > a > span {
    border-left: 1px solid #63b4db;
  }
  .gtidx-sub-nav > ul > li:nth-child(5) > a, .gtidx-sub-nav > ul > li:nth-child(6) > a {
    border-top: 0;
  }
  .gtidx-sub-nav > ul > li:nth-child(3) > a > span, .gtidx-sub-nav > ul > li:nth-child(5) > a > span {
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
  }
  .gtidx-sub-nav > ul > li:nth-child(4) > a > span, .gtidx-sub-nav > ul > li:nth-child(6) > a > span {
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #fff;
  }
  .gtidx-sub-nav > ul > li > a > span .hide {
    display: none;
  }
  .leidx-nav-business {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    line-height: 1.4;
  }
  .leidx-nav-business > li {
    list-style: none;
    margin: 0 20px 30px 0;
    padding: 0;
    float: left;
    width: calc((100% - (20px * 9)) / 10);
    position: relative;
  }
  .leidx-nav-business > li:nth-child(10n+1) {
    clear: both;
  }
  .leidx-nav-business > li:nth-child(10n+10) {
    margin-right: 0;
  }
  .leidx-nav-business > li > a {
    display: block;
    color: inherit;
  }
  .leidx-nav-business > li > a:hover, .leidx-nav-business > li > a:active, .leidx-nav-business > li > a:focus {
    text-decoration: none;
  }
  .leidx-nav-business > li > a:hover > .thumb > span > span, .leidx-nav-business > li > a:active > .thumb > span > span, .leidx-nav-business > li > a:focus > .thumb > span > span {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
  }
  .leidx-nav-business > li > a > .opener {
    display: none;
  }
  .leidx-nav-business > li > a > .thumb {
    overflow: hidden;
    background: -webkit-gradient(linear, left top, left bottom, from(#a2cbf9), to(#fff));
    background: -webkit-linear-gradient(top, #a2cbf9, #fff);
    background: -o-linear-gradient(top, #a2cbf9, #fff);
    background: linear-gradient(to bottom, #a2cbf9, #fff);
  }
  .leidx-nav-business > li > a > .thumb > span {
    display: block;
    height: 100px;
    border: 1px solid #ccc;
    overflow: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .leidx-nav-business > li > a > .thumb > span > span {
    display: block;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .leidx-nav-business > li > a > .body {
    margin: 10px 0 0;
  }
  .leidx-nav-business > li > a > .body > span {
    display: block;
    font-size: 75%;
    font-size: 0.75rem;
  }
  .leidx-nav-business > li > a > .body .group {
    display: block;
    font-size: 62.5%;
    font-size: 0.625rem;
    margin: 3px 0 0;
  }
  .leidx-nav-business > li > .panel {
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 1000;
    display: block !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .leidx-nav-business > li > .panel::before {
    content: '';
    display: block;
    position: absolute;
    top: 24px;
    left: 0;
    width: 19px;
    height: 39px;
    background: url("../img/leidx-nav-business/balloon_arrow_01.png") 0 0 no-repeat;
  }
  .leidx-nav-business > li > .panel.-left {
    right: 100%;
    padding-right: 19px;
  }
  .leidx-nav-business > li > .panel.-left::before {
    right: 0;
    left: auto;
    background: url("../img/leidx-nav-business/balloon_arrow_02.png") 0 0 no-repeat;
  }
  .leidx-nav-business > li > .panel.-right {
    left: 100%;
    right: auto;
    padding-left: 19px;
  }
  .leidx-nav-business > li > .panel > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    font-size: 87.5%;
    font-size: 0.875rem;
    width: 230px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px 22px;
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.25);
  }
  .leidx-nav-business > li > .panel > ul > li {
    list-style: none;
    margin: 0 0 8px;
    padding: 0 0 0 14px;
    position: relative;
  }
  .leidx-nav-business > li > .panel > ul > li:last-child {
    margin-bottom: 0;
  }
  .leidx-nav-business > li > .panel > ul > li::before {
    content: '';
    display: block;
    content: "\f3d3";
    color: #df0523;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 87.5%;
    font-size: 0.875rem;
  }
  .leidx-nav-business > li.-hover .thumb > span {
    border-color: #df0523;
  }
  .leidx-nav-business > li.-hover > .panel {
    opacity: 1;
    visibility: visible;
  }
  .leidx-nav-personal > li:nth-child(5n+1) {
    clear: both;
  }
  .leidx-nav-personal > li:nth-child(5n+5) {
    margin-right: 0;
  }
  .leidx-page-header > .pagetitle {
    position: relative;
    top: 3px;
  }
  .leaf-sitemap-grouptitle .opener {
    display: none !important;
  }
  .leaf-sitemap-layout > .block > .group > .navholder {
    display: block !important;
  }
  .leaf-sub-nav > ul > li > a > .opener {
    display: none;
  }
  .leaf-sub-nav > ul > li > ul {
    display: none;
  }
  .leaf-sub-nav > ul > li.-open > ul {
    display: block !important;
  }
  ._sponly {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
  .gtidx-extra-banner.-pc {
    display: none;
  }
  .gtidx-global-nav {
    padding: 0;
    background: none;
    border-bottom: none;
  }
  .gtidx-global-nav > ul {
    border-top: 1px solid #ddd;
    width: auto;
    padding: 0;
    display: block;
  }
  .gtidx-global-nav > ul > li {
    width: auto !important;
    display: block;
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
  .gtidx-global-nav > ul > li:first-child {
    border-left: none;
  }
  .gtidx-global-nav > ul > li.-open {
    background: #f3f3f3;
  }
  .gtidx-global-nav > ul > li > a {
    text-align: left;
    padding: 14px 40px 12px 22px;
  }
  .gtidx-global-nav > ul > li > a > .small {
    font-size: 75%;
    font-size: 0.75rem;
  }
  .gtidx-global-nav > ul > li > a > .label {
    font-size: 112.5%;
    font-size: 1.125rem;
  }
  .gtidx-global-nav > ul > li > a > .label > br {
    display: none;
  }
  .gtidx-main-album {
    margin: 25px 0;
    padding: 20px 0 15px;
  }
  .gtidx-main-album.-pc {
    display: none;
  }
  .gtidx-main-album > .inner {
    width: auto;
    padding: 0 10px;
  }
  .gtidx-main-album .albumhdg img {
    width: 160px;
    height: auto;
  }
  .gtidx-main-album .albummore {
    position: static;
  }
  .gtidx-main-album .albummore > ul > li > a {
    width: 180px;
    margin: 0 auto;
    text-align: center;
  }
  .gtidx-main-album .albumpanels {
    margin: 0;
    display: block;
  }
  .gtidx-main-album .albumpanels > .album {
    margin: 0 0 15px;
    width: 100% !important;
  }
  .gtidx-main-album .albumpanels > .album > a > .image > span.-pc {
    display: none;
  }
  .gtidx-main-album .albumpanels > .album > a > .body {
    padding: 10px 12px;
  }
  .gtidx-main-content {
    float: none;
    width: auto;
  }
  .gtidx-main-group > .inner {
    padding: 10px 15px 15px;
  }
  .gtidx-main-group > .inner > .articles {
    margin: 15px 0 0;
  }
  .gtidx-main-group > .inner > .articles > li {
    margin: 0 0 20px;
  }
  .gtidx-main-group > .inner > .articles .header > .date {
    float: none;
    margin: 0;
  }
  .gtidx-main-group > .inner > .articles .header > .group {
    float: none;
    margin: 3px 0 0;
  }
  .gtidx-main-hdg {
    padding: 0 0 8px;
  }
  .gtidx-main-news > .inner {
    padding: 10px 15px 15px;
  }
  .gtidx-main-news > .inner > .pickup {
    display: block;
  }
  .gtidx-main-news > .inner > .pickup > li {
    float: none;
    display: block;
    width: auto;
    margin: 0 0 18px;
  }
  .gtidx-main-news > .inner > .pickup > li > a {
    padding: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .gtidx-main-news > .inner > .pickup > li > a > .image {
    width: 80px;
  }
  .gtidx-main-news > .inner > .pickup > li > a > .cont {
    padding-left: 10px;
  }
  .gtidx-main-news > .inner > .pickup > li > a > .cont > .category {
    font-size: 62.5%;
    font-size: 0.625rem;
    width: auto;
    padding: 2px 15px;
  }
  .gtidx-main-news > .inner > .articles {
    margin: 15px 0 0;
  }
  .gtidx-main-news > .inner > .articles > li > .date {
    width: auto;
    margin-right: 10px;
  }
  .gtidx-main-news > .inner > .articles > li > .category {
    font-size: 62.5%;
    font-size: 0.625rem;
    width: auto;
    padding: 2px 15px;
  }
  .gtidx-main-news > .inner > .articles > li > .body {
    clear: both;
    float: none;
    width: auto;
    margin: 0;
    padding: 3px 0 0;
  }
  .gtidx-main-panel-nav > ul {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    border-top: 1px solid #ddd;
    padding: 15px 0 0;
  }
  .gtidx-main-panel-nav > ul > li {
    float: none;
    margin-left: 0;
  }
  .gtidx-modal-overlay {
    display: none !important;
  }
  .gtidx-modal-window {
    display: none !important;
  }
  .gtidx-ms-layout {
    width: auto;
    padding: 0 10px;
    margin: 40px 0 0;
  }
  .gtidx-mv-slide-pc {
    display: none !important;
  }
  .gtidx-sub-banner > ul > li > a img {
    width: 100%;
    height: auto;
  }
  .gtidx-sub-content {
    float: none;
    width: auto;
  }
  .gtidx-sub-nav {
    margin: 40px 0 0;
  }
  .gtidx-sub-nav > ul {
    display: block;
  }
  .gtidx-sub-nav > ul > li {
    width: auto;
    float: none;
    display: block;
  }
  .gtidx-sub-nav > ul > li > a {
    display: block;
    min-height: 0;
    padding: 15px 10px;
  }
  .gtidx-sub-nav > ul > li > a.-em {
    min-height: 0;
  }
  .gtidx-sub-nav > ul > li > a > span br {
    display: none;
  }
  .gtidx-sub-news {
    display: none;
  }
  .gtidx-sub-news > ul {
    margin: 8px 0 0;
  }
  .gtidx-sub-news > .more {
    position: static;
    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;
    border: none;
    margin: 15px 0 0;
  }
  .gtidx-sub-news > .more > a {
    border: 1px solid #ddd;
    padding: 10px 30px;
  }
  .gtidx-sub-related > ul > li > a img {
    width: 100%;
    height: auto;
  }
  .leidx-inner-link ul > li > a {
    font-size: 93.75%;
    font-size: 0.9375rem;
    padding: 15px 5px;
  }
  .leidx-inner-link ul > li > a > span::before {
    font-size: 112.5%;
    font-size: 1.125rem;
    top: 2px;
  }
  .leidx-inner-link.-sticky > ul {
    width: 100vw;
  }
  .leidx-nav-business {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 81.25%;
    font-size: 0.8125rem;
  }
  .leidx-nav-business > li {
    list-style: none;
    margin: 0;
    padding: 0;
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #ccc;
  }
  .leidx-nav-business > li:last-child {
    border-bottom: 1px solid #ccc;
  }
  .leidx-nav-business > li > a {
    display: block;
    color: inherit;
    position: relative;
    padding: 10px 35px 10px 70px;
    min-height: 60px;
    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;
  }
  .leidx-nav-business > li > a:hover, .leidx-nav-business > li > a:active, .leidx-nav-business > li > a:focus {
    text-decoration: none;
  }
  .leidx-nav-business > li > a > .thumb {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#a2cbf9), to(#fff));
    background: -webkit-linear-gradient(top, #a2cbf9, #fff);
    background: -o-linear-gradient(top, #a2cbf9, #fff);
    background: linear-gradient(to bottom, #a2cbf9, #fff);
  }
  .leidx-nav-business > li > a > .thumb > span {
    display: block;
    width: 60px;
    height: 60px;
  }
  .leidx-nav-business > li > a > .thumb > span > span {
    display: block;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .leidx-nav-business > li > a > .body {
    line-height: 1.3;
  }
  .leidx-nav-business > li > a > .body .group {
    font-size: 62.5%;
    font-size: 0.625rem;
    display: block;
    color: #666;
    margin: 2px 0 0;
  }
  .leidx-nav-business > li > a > .opener {
    position: absolute;
    top: 50%;
    right: 3px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 125%;
    font-size: 1.25rem;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin: 0;
    padding: 0;
    z-index: 100;
    cursor: pointer;
    color: #df0523;
  }
  .leidx-nav-business > li > .panel {
    padding: 5px;
    background: #f3f3f3;
  }
  .leidx-nav-business > li > .panel > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 75%;
    font-size: 0.75rem;
  }
  .leidx-nav-business > li > .panel > ul > li {
    list-style: none;
    margin: 0 0 5px;
    padding: 0;
  }
  .leidx-nav-business > li > .panel > ul > li:last-child {
    margin-bottom: 0;
  }
  .leidx-nav-business > li > .panel > ul > li > a {
    display: block;
    background: #fff;
    text-decoration: none;
    padding: 7px 25px 7px 10px;
    position: relative;
  }
  .leidx-nav-business > li > .panel > ul > li > a::after {
    content: '';
    display: block;
    content: "\f3d3";
    color: #df0523;
    position: absolute;
    top: 50%;
    right: 9px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 87.5%;
    font-size: 0.875rem;
  }
  .leidx-nav-business > li > .panel > ul > li > a:hover, .leidx-nav-business > li > .panel > ul > li > a:active, .leidx-nav-business > li > .panel > ul > li > a:focus {
    text-decoration: none;
  }
  .leidx-nav-personal > li {
    margin: 0 15px 20px 0;
    width: calc((100% - (15px * 1)) / 2);
  }
  .leidx-nav-personal > li:nth-child(2n+1) {
    clear: both;
  }
  .leidx-nav-personal > li:nth-child(2n+2) {
    margin-right: 0;
  }
  .leidx-nav-personal > li > a > .body > span br {
    display: none;
  }
  .leidx-nav-solution > li {
    margin: 0 15px 20px 0;
    width: calc((100% - (15px * 1)) / 2);
  }
  .leidx-nav-solution > li:nth-child(2n+1) {
    clear: both;
  }
  .leidx-nav-solution > li:nth-child(2n+2) {
    margin-right: 0;
  }
  .leidx-nav-solution > li:nth-child(5n) {
    margin-right: 15px;
  }
  .leidx-nav-solution > li > a > .body > span br {
    display: none;
  }
  .leidx-page-header > .pagetitle {
    float: none;
    margin: 15px 0;
    font-size: 112.5%;
    font-size: 1.125rem;
  }
  .leidx-page-header > .search {
    float: none;
    width: auto;
    margin: 15px 0 0;
  }
  .leidx-page-layout {
    width: auto;
    padding: 0 15px;
    margin: 0 0 25px;
  }
  .idx-content-banner {
    width: auto;
    padding: 0 10px;
    margin: 35px 0 25px;
  }
  .idx-content-banner > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .idx-content-banner > ul > li {
    float: none;
    width: calc((100% - 10px) / 2);
    margin: 0 10px 10px 0;
  }
  .idx-content-banner > ul > li:nth-child(2n+2) {
    margin-right: 0;
  }
  .idx-footer-sitemap {
    display: none;
  }
  .idx-footer-utility {
    display: none;
  }
  .leaf-article-group {
    margin: 15px 0 0;
  }
  .leaf-article-group > ul > li {
    margin: 0 0 20px;
  }
  .leaf-article-group > ul .header > .date {
    float: none;
    margin: 0;
  }
  .leaf-article-group > ul .header > .group {
    float: none;
    margin: 3px 0 0;
    position: static;
  }
  .leaf-hdg-lv2 {
    font-size: 118.75%;
    font-size: 1.1875rem;
    padding: 15px 20px;
    margin: 50px 0 0;
  }
  .leaf-hdg-lv3 {
    font-size: 112.5%;
    font-size: 1.125rem;
    margin: 25px 0 0;
  }
  .leaf-index-labels {
    margin: 15px 0 0;
    font-size: 87.5%;
    font-size: 0.875rem;
  }
  .leaf-index-labels > ul {
    margin-right: 0 !important;
  }
  .leaf-index-labels > ul > li {
    margin: 0 0 10px;
    width: auto;
    float: none;
  }
  .leaf-hdg-lv2 + .leaf-index-labels {
    margin-top: 15px;
  }
  .leaf-list-link {
    margin: 15px 0 0;
  }
  .leaf-hdg-lv2 + .leaf-list-link {
    margin-top: 15px;
  }
  .leaf-main-content {
    float: none;
    width: auto;
    padding-bottom: 35px;
  }
  .leaf-ms-layout {
    width: auto;
    padding: 0 10px;
    margin: 13px 0 0;
  }
  .leaf-pgh-note {
    font-size: 75%;
    font-size: 0.75rem;
  }
  .leaf-sitemap-grouptitle {
    border-left: none;
    padding: 0;
    font-size: 106.25%;
    font-size: 1.0625rem;
  }
  .leaf-sitemap-grouptitle > a {
    display: block;
    padding: 15px 65px 13px 3px;
    position: relative;
  }
  .leaf-sitemap-grouptitle > a > span {
    display: inline-block;
    border-left: 3px solid #df0523;
    padding-left: 13px;
  }
  .leaf-sitemap-layout {
    display: block;
    margin: 20px 0 45px;
  }
  .leaf-sitemap-layout > .block {
    width: 100%;
  }
  .leaf-sitemap-layout > .block.-left {
    padding-right: 0;
  }
  .leaf-sitemap-layout > .block.-right {
    padding-left: 0;
    border-left: none;
  }
  .leaf-sitemap-layout > .block > .group {
    margin: 0;
    border-top: 1px solid #d0d0d2;
  }
  .leaf-sitemap-layout > .block > .group > .navholder {
    padding: 10px 5px;
    background-color: #f3f3f3;
  }
  .leaf-sitemap-layout > .block > .group > .navholder > .subtitle {
    text-align: center;
    margin: 5px 0 0;
  }
  .leaf-sitemap-layout > .block > .group + .subgroup {
    margin-top: 0;
    padding-top: 0;
    border: none;
  }
  .leaf-sitemap-layout > .block > .subgroup {
    margin: 0;
  }
  .leaf-sitemap-nav {
    margin: 0;
    font-size: 75%;
    font-size: 0.75rem;
  }
  .leaf-sitemap-nav > li {
    padding: 0;
  }
  .leaf-sitemap-nav > li::before {
    display: none;
  }
  .leaf-sitemap-nav > li > a {
    display: block;
    background: #fff;
    padding: 10px 30px 10px 10px;
    position: relative;
  }
  .leaf-sitemap-nav > li > a::after {
    display: block;
  }
  .leaf-sitemap-subnav {
    font-size: 87.5%;
    font-size: 0.875rem;
  }
  .leaf-sitemap-subnav.-first {
    border-top: 1px solid #d0d0d2;
  }
  .leaf-sitemap-subnav > li {
    margin: 0;
    border-bottom: 1px solid #d0d0d2;
  }
  .leaf-sitemap-subnav > li > a {
    display: block;
    padding: 14px 3px 12px;
  }
  .leaf-sub-content {
    float: none;
    width: auto;
  }
  .leaf-sub-nav {
    margin: 0 -15px;
  }
  .leaf-sub-nav > ul > li > a {
    padding: 14px 15px;
  }
  .leaf-sub-nav > ul > li > ul {
    display: none;
  }
  .leaf-sub-nav > ul > li.-has-child > a {
    position: relative;
  }
  .leaf-sub-nav > ul > li.-has-child > a > .opener {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 150%;
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0;
    padding: 0;
    z-index: 100;
    cursor: pointer;
    color: #df0523;
  }
  .leaf-sub-nav > ul > li.-has-child > ul {
    padding: 0;
  }
  .leaf-sub-nav > ul > li.-has-child > ul > li {
    margin: 0;
    border-top: 1px solid #ddd;
  }
  .leaf-sub-nav > ul > li.-has-child > ul > li > a {
    display: block;
    padding: 13px 15px 13px 23px;
    font-size: 87.5%;
    font-size: 0.875rem;
  }
  ._pconly {
    display: none !important;
  }
}



.gtidx-main-album h2 {
  text-align: center;
  margin-bottom: 40px;
}
.gtidx-main-album  h2 > img {
  width: 270px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .gtidx-main-album img {
    width: calc(100vw * 0.5);
  }
}
.gtidx-main-album .list03 {
  margin-bottom: 60px;
}
.gtidx-main-album .list03 > ul {
  display: table;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}
.gtidx-main-album .list03 > ul > li {
  display: inline-table;
  margin: 0 5px;
  width: 180px;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .gtidx-main-album .list03 > ul > li {
    width: 48%;
    margin: 0 1%;
  }
}
@media (max-width: 1020px) and (min-width: 768px) {
  .gtidx-main-album .list03 > ul > li {
    width: 23%;
    margin: 0 1%;
  }
}
.gtidx-main-album .list03 > ul > li > a {
  display: block;
  width: 100%;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1em;
  letter-spacing: -0.05em;
  padding-bottom: 10px;
  border-bottom: 1px solid #9D9D9D;
  transition: all 0.3s cubic-bezier(0.4, 0.3, 0.5, 0.9);
}
@media only screen and (max-width: 768px) {
  .gtidx-main-album .list03 > ul > li > a {
    font-size: calc(100vw * 0.035);
  }
}
@media (max-width: 1020px) and (min-width: 768px) {
  .gtidx-main-album .list03 > ul > li > a {
      font-size: 1rem;
  }
}
.gtidx-main-album .list03 > ul > li > a:hover {
  color: #df0523;
}

.gtidx-main-album .list04 {
  margin: 0 0 20px 0;
  padding: 0;
}
.gtidx-main-album .list04:after {
  content: "";
  display: block;
  clear: both;
}
.gtidx-main-album .list04 > li {
  float: left;
  width: 256px;
  margin: 0 48px 30px 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .gtidx-main-album .list04 > li {
    float: none;
    width: 100%;
    margin: 0 0 40px 0;
  }
}
.gtidx-main-album .list04 > li:nth-child(1) {
  width: 562px;
  min-height: 500px;
  margin: 0 48px 30px 0;
}
@media only screen and (max-width: 768px) {
  .gtidx-main-album .list04 > li:nth-child(1) {
    float: none;
    width: 100%;
    min-height: 0;
    margin: 0 0 40px 0;
  }
}
.gtidx-main-album .list04 > li:nth-child(1) > a > figure {
  width: 562px;
  height: 422px;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .gtidx-main-album .list04 > li:nth-child(1) > a > figure {
    width: 100%;
    height: calc(100vw * 0.68);
  }
}
.gtidx-main-album .list04 > li:nth-child(1) > a > figure > img {
  width: 562px;
  height: 422px;
}
@media only screen and (max-width: 768px) {
  .gtidx-main-album .list04 > li:nth-child(1) > a > figure > img {
    width: 100%;
    height: calc(100vw * 0.68);
  }
}
.gtidx-main-album .list04 > li:nth-child(2n+3) {
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 768px) {
  .gtidx-main-album .list04 > li:nth-child(2n+3) {
    margin: 0 0 40px 0;
  }
}
.gtidx-main-album .list04 > li > a {
  color: #000;
  text-decoration: none;
  display: block;
  transition: all 0.3s cubic-bezier(0.4, 0.3, 0.5, 0.9);
}
.gtidx-main-album .list04 > li > a:hover > figure > img {
  transform: scale(1.1, 1.1);
}
.gtidx-main-album .list04 > li > a:hover > p {
  color: #df0523;
}
.gtidx-main-album .list04 > li > a > figure {
  position: relative;
  margin-bottom: 10px;
  width: 256px;
  height: 192px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #E5E5E5;
  background: url(/newsroom/img/brandsymbol.svg) no-repeat center center/200px auto, #FFF;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .gtidx-main-album .list04 > li > a > figure {
    width: 100%;
    height: calc(100vw * 0.68);
  }
}
.gtidx-main-album .list04 > li > a > figure > img {
  z-index: 0;
  background: #FFF;
  object-fit: cover;
  width: 256px;
  height: 192px;
  transition: all 0.3s cubic-bezier(0.4, 0.3, 0.5, 0.9);
}
@media only screen and (max-width: 768px) {
  .gtidx-main-album .list04 > li > a > figure > img {
    width: 100%;
    height: calc(100vw * 0.68);
  }
}
.gtidx-main-album .list04 > li > a > .cat {
  display: inline-block;
  background: #646464;
  color: #FFF;
  font-size: 0.8rem;
  padding: 1px 10px;
  line-height: 1.4em;
  margin-right: 10px;
  margin-bottom: 10px;
}
.gtidx-main-album .list04 > li > a > time {
  font-size: 0.8rem;
  color: #555555;
  margin-bottom: 10px;
}
.gtidx-main-album .list04 > li > a > p {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.6em;
  margin-bottom: 10px;
}
.gtidx-main-album .list04 > li > a > .tag {
  position: relative;
  padding-top: 10px;
}
.gtidx-main-album .list04 > li > a > .tag:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 36px;
  height: 1px;
  background: #df0523;
}
.gtidx-main-album .list04 > li > a > .tag > p {
  font-size: 0.8rem;
}
.gtidx-main-album .list04 > li > .tag {
  position: relative;
  padding-top: 10px;
}
.gtidx-main-album .list04 > li > .tag:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 36px;
  height: 1px;
  background: #df0523;
}
.gtidx-main-album .list04 > li > .tag > p {
  font-size: 0.8rem;
}
.gtidx-main-album .list04 > li > .tag > p > a {
  text-decoration: none;
  color: #000;
}
.gtidx-main-album .list04 > li > .tag > p > a:after {
  content: ",";
  margin-right: 0.5em;
}
.gtidx-main-album .list04 > li > .tag > p > a:hover {
  color: #df0523;
}
.gtidx-main-album .list04 > li > .tag > p > a:hover:after {
  color: #000;
}
.gtidx-main-album .list04 > li > .tag > p > a:last-child:after {
  content: none;
}
.gtidx-main-album .btn_list > ul {
  width: 100%;
  text-align: center;
  display: table;
  padding: 0;
  margin-bottom: 40px;
}
.gtidx-main-album .btn_list > ul > li {
  margin: 0 14px;
  display: inline-table;
}
@media only screen and (max-width: 768px) {
  .gtidx-main-album .btn_list > ul > li {
    margin: 10px 0;
  }
}
.gtidx-main-album .btn_list > ul > li > a {
  position: relative;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #df0523;
  text-decoration: none;
  width: 265px;
  height: 50px;
  background: #FFF;
  border: 1px solid #df0523;
  transition: all 0.3s cubic-bezier(0.4, 0.3, 0.5, 0.9);
}
.gtidx-main-album .btn_list > ul > li > a:hover {
  color: #FFF;
  background: #df0523;
}
.gtidx-main-album .btn_list > ul > li > a:hover:after {
  color: #FFF;
}
.gtidx-main-album .btn_list > ul > li > a:after {
  font-family: 'Ion-Icons';
  font-weight: normal;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: block;
  content: "\f3d1";
  color: #df0523;
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 100%;
  font-size: 1rem;
  line-height: 0;
}
/*# sourceMappingURL=base.css.map */
