@charset "UTF-8";
a.ico-blank::after {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.1em;
  margin-right: 0.1em;
  background: url(/assets/img/common/ico_external-blue.svg) center center no-repeat;
  background-size: contain;
  position: relative;
  top: .2em; }

* {
  box-sizing: border-box; }

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

body {
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  line-height: 1;
  font-size: 14px;
  background-color: #888;
  color: #333;
  font-size: 14px;
  -webkit-font-smoothing: antialiased; }

@media screen and (min-width: 768px) {
  body {
    font-size: 14px; } }

img {
  vertical-align: middle; }

a {
  text-decoration: none;
  color: #00acca; }
  a:hover {
    color: #66cddf; }

ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.wrapper {
  overflow: hidden;
  margin: 0 auto;
  position: relative; }

/*csr/hr.htmlの注釈*/
.comment {
    font-size: 8pt;
    margin-top: -10px;
}

@media screen and (min-width: 768px) {
  .wrapper {
    max-width: 1400px;
    min-height: 100vh;
    background-color: #333; } }

.header {
  background-color: #00acca;
  height: 48px;
  position: relative;
  z-index: 100; }
  .header[aria-expanded="true"] + .overlay {
    opacity: 1;
    left: 0; }
  .header_brand {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 196px;
    height: 16px;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease; }
    .header_brand img {
      vertical-align: baseline;
      width: 100%; }

.overlay {
  position: fixed;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity .15s ease-out;
  transition: opacity .15s ease-out; }

@media screen and (min-width: 1140px) {
  .header {
    height: 52px;
    min-width: 1140px; }
    .header_brand {
      width: 256px;
      height: 22px;
      left: 24px;
      right: auto; }
      .header_brand:hover {
        opacity: .8; } }

@media screen and (max-width: 1139px) {
  .mainNav_toggleButton {
    width: 48px;
    height: 48px;
    background-color: transparent;
    border: none;
    position: relative;
    text-indent: -9999px; }
    .mainNav_toggleButton span, .mainNav_toggleButton span:before, .mainNav_toggleButton span:after {
      content: "";
      display: block;
      width: 20px;
      height: 2px;
      background-color: #fff;
      position: absolute;
      border-radius: 1px;
      -webkit-transition: all ease .25s;
      transition: all ease .25s; }
    .mainNav_toggleButton span {
      top: 16px;
      left: 14px; }
    .mainNav_toggleButton span:before {
      top: 7px; }
    .mainNav_toggleButton span:after {
      top: 14px; }
    .mainNav_toggleButton:focus {
      outline: 0; }
  .header[aria-expanded="true"] .mainNav_toggleButton span {
    -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
    top: 23px; }
  .header[aria-expanded="true"] .mainNav_toggleButton span:before {
    opacity: 0; }
  .header[aria-expanded="true"] .mainNav_toggleButton span:after {
    top: 0;
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg); }
  .mainNav_body {
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    display: none; }
    .mainNav_body_box {
      width: 1200px;
      margin: 0 calc(50% - 600px);
      background-color: #fff;
      padding: 15px 15px 50px;
      border-bottom-left-radius: 50% 150px;
      border-bottom-right-radius: 50% 150px; } }
    @media screen and (max-width: 1139px) and (min-width: 768px) {
      .mainNav_body_box {
        width: 2500px;
        margin: 0 calc(50% - 1250px);
        padding: 15px 15px 40px;
        border-bottom-left-radius: 50% 180px;
        border-bottom-right-radius: 50% 180px; } }

@media screen and (max-width: 1139px) {
  .mainNav_1 {
    max-width: 280px;
    max-width: 90vw;
    margin: 0 auto 30px; }
    .mainNav_1_item a {
      border-top: 1px solid #ddd;
      color: #333;
      font-size: 14px;
      display: block;
      padding: 15px; }
    .mainNav_1_item:last-child a {
      border-bottom: 1px solid #ddd; }
    .mainNav_1_item.mainNav_1_item-expand > a {
      position: relative; }
      .mainNav_1_item.mainNav_1_item-expand > a:before, .mainNav_1_item.mainNav_1_item-expand > a:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 6px;
        margin: auto;
        width: 25px;
        height: 25px;
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: contain; }
      .mainNav_1_item.mainNav_1_item-expand > a:before {
        background-image: url(/assets/img/common/mainnav_1_item-expand-close.svg); }
      .mainNav_1_item.mainNav_1_item-expand > a:after {
        background-image: url(/assets/img/common/mainnav_1_item-expand-open.svg);
        -webkit-transition: all .25s ease-out;
        transition: all .25s ease-out; }
    .mainNav_1_item.mainNav_1_item-expand[aria-expanded="true"] > a:after {
      -webkit-transform: rotateZ(90deg);
              transform: rotateZ(90deg);
      opacity: 0; }
    .mainNav_1_item.mainNav_1_item-link > a {
      position: relative; }
      .mainNav_1_item.mainNav_1_item-link > a:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        margin: auto;
        width: 6.5px;
        height: 10.5px;
        background: url(/assets/img/common/mainnav_1_item-link.svg) 0 0 no-repeat;
        background-size: contain; }
      .mainNav_1_item.mainNav_1_item-link > a .ico_external:before {
        content: "";
        display: inline-block;
        width: 1em;
        height: 1em;
        margin-left: 4px;
        background: url(/assets/img/common/ico_external-black.svg) 0 0 no-repeat;
        background-size: contain;
        vertical-align: bottom; }
    .mainNav_1_sub_wrapper {
      display: none; }
    .mainNav_1_sub_item a {
      background-color: #f7f7f7;
      padding-left: 30px;
      position: relative; }
      .mainNav_1_sub_item a:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        margin: auto;
        width: 6.5px;
        height: 10.5px;
        background: url(/assets/img/common/mainnav_1_item-link.svg) 0 0 no-repeat;
        background-size: contain; }
      .mainNav_1_sub_item a .ico_external:before {
        content: "";
        display: inline-block;
        width: 1em;
        height: 1em;
        margin-left: 4px;
        background: url(/assets/img/common/ico_external-black.svg) 0 0 no-repeat;
        background-size: contain;
        vertical-align: bottom; }
      .mainNav_1_sub_item a img {
        display: none; }
    .mainNav_1_sub_link {
      display: none; }
  .mainNav_2 {
    max-width: 280px;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .mainNav_2_item a {
      font-family: "din-2014", sans-serif;
      font-weight: 600;
      display: block;
      border: 1px solid #ddd;
      padding: 12px 10px;
      font-size: 12px;
      color: #808080;
      margin: 0 auto;
      max-width: 200px; }
      .wf-loading .mainNav_2_item a {
        visibility: hidden; }
      .wf-active .mainNav_2_item a, .wf-inactive {
        visibility: visible; } }
    @media screen and (max-width: 1139px) and (min-width: 768px) {
      .mainNav_2_item a {
        max-width: 380px; } }

@media screen and (min-width: 1140px) {
  .mainNav_toggleButton {
    display: none; }
  .mainNav_body {
    position: relative;
    z-index: 6; }
  .mainNav_1 {
    margin-left: 320px; }
    .mainNav_1_item {
      float: left; }
      .mainNav_1_item > a {
        position: relative;
        display: block;
        font-size: 15px;
        color: #fff;
        padding: 18px 15px;
        position: relative;
        z-index: 10; }
        .mainNav_1_item > a:after {
          content: "";
          height: 2px;
          background-color: #fff;
          display: inline-block;
          position: absolute;
          bottom: 12px;
          left: 15px;
          right: 15px;
          margin: auto;
          -webkit-transform: scaleX(0);
                  transform: scaleX(0);
          -webkit-transition: -webkit-transform .15s ease-out;
          transition: -webkit-transform .15s ease-out;
          transition: transform .15s ease-out;
          transition: transform .15s ease-out, -webkit-transform .15s ease-out; }
        .mainNav_1_item > a:hover:after {
          -webkit-transform: scaleX(1);
                  transform: scaleX(1); }
      .mainNav_1_item[aria-expanded="true"] .mainNav_1_sub_wrapper {
        display: block; }
      .mainNav_1_item .ico_external:before {
        content: "";
        display: inline-block;
        width: 14px;
        height: 10px;
        margin-left: 4px;
        background: url(/assets/img/common/ico_external-white.svg) center center no-repeat;
        background-size: cover; }
    .mainNav_1_sub_wrapper {
      display: none;
      position: absolute;
      left: 0;
      top: 52px;
      background-color: transparent;
      width: 100%;
      padding: 60px 0 60px;
      z-index: 9;
      overflow: hidden; }
      .mainNav_1_sub_wrapper > ul, .mainNav_1_sub_wrapper div {
        position: relative;
        z-index: 6; }
      .mainNav_1_sub_wrapper.is-inited {
        opacity: 0;
        -webkit-transition: opacity .5s , top .5s;
        transition: opacity .5s , top .5s; }
        .mainNav_1_sub_wrapper.is-inited.is-opened {
          opacity: 1;
          top: 52px !important; }
    .mainNav_1_sub {
      margin: 0 auto;
      width: 928px; }
      .mainNav_1_sub:after {
        content: " ";
        display: block;
        clear: both; }
      .mainNav_1_sub:before {
        content: attr(data-label);
        display: block;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 24px;
        opacity: 0;
        position: relative;
        top: -10px;
        -webkit-transition: opacity .5s ease .15s, top .25s ease .15s;
        transition: opacity .5s ease .15s, top .25s ease .15s; }
      .mainNav_1_sub_item {
        float: left;
        margin-right: 2px;
        margin-bottom: 2px;
        width: calc(33.33333% - 2px);
        opacity: 0;
        position: relative;
        top: -10px;
        -webkit-transition: opacity .5s ease .25s, top .25s ease .25s;
        transition: opacity .5s ease .25s, top .25s ease .25s; }
        .mainNav_1_sub_item a {
          position: relative;
          font-size: 16px;
          color: #333;
          padding: 18px 24px;
          display: block;
          background-image: -webkit-linear-gradient(top, #fff, #fff 50%, #d1d1d1 50%, #d1d1d1);
          background-image: linear-gradient(to bottom, #fff, #fff 50%, #d1d1d1 50%, #d1d1d1);
          background-repeat: repeat-x;
          background-position: 0 0;
          background-size: 100% 200%;
          -webkit-transition: background-position 0.25s ease 0s;
          transition: background-position 0.25s ease 0s;
          vertical-align: middle; }
          .mainNav_1_sub_item a:hover {
            background-position: 0 100%; }
          .mainNav_1_sub_item a[target="_blank"]::after {
            content: '';
            display: inline-block;
            width: 14px;
            height: 14px;
            margin-left: 6px;
            background-image: url(/assets/img/common/ico_external-black.svg);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
            vertical-align: middle; }
      .mainNav_1_sub_link {
        text-align: center;
        width: 928px;
        margin: 40px auto 0;
        opacity: 0;
        position: relative;
        top: -10px;
        -webkit-transition: opacity .5s ease .35s, top .25s ease .35s;
        transition: opacity .5s ease .35s, top .25s ease .35s; }
        .mainNav_1_sub_link .btn-primary {
          border: none;
          width: 288px; }
          .mainNav_1_sub_link .btn-primary + .btn-primary {
            margin-left: 24px; }
      .mainNav_1_sub-company .mainNav_1_sub_item a,
      .mainNav_1_sub-csr .mainNav_1_sub_item a {
        position: relative; }
        .mainNav_1_sub-company .mainNav_1_sub_item a:after,
        .mainNav_1_sub-csr .mainNav_1_sub_item a:after {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          right: 20px;
          margin: auto;
          border: 2px solid #00acca;
          border-left: none;
          border-bottom: none;
          width: .75em;
          height: .75em;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
      .mainNav_1_sub-investor .mainNav_1_sub_item a {
        padding: 20px; }
        .mainNav_1_sub-investor .mainNav_1_sub_item a img {
          margin-right: 16px; }
      .mainNav_1_sub-business .mainNav_1_sub_item a {
        padding: 6px; }
        .mainNav_1_sub-business .mainNav_1_sub_item a img {
          margin-right: 28px; }
  .mainNav_2 {
    position: absolute;
    top: 10px;
    right: 14px; }
    .mainNav_2_item a {
      font-family: "din-2014", sans-serif;
      font-weight: 600;
      display: inline-block;
      border: 1px solid #66cddf;
      padding: 8px 12px;
      font-size: 13px;
      color: #fff;
      width: 120px;
      text-align: center;
      background-image: -webkit-linear-gradient(top, #00acca, #00acca 50%, #fff 50%, #fff);
      background-image: linear-gradient(to bottom, #00acca, #00acca 50%, #fff 50%, #fff);
      background-repeat: repeat-x;
      background-position: 0 0;
      background-size: 100% 200%;
      -webkit-transition: background-position 0.25s ease 0s, color 0.25s ease 0s;
      transition: background-position 0.25s ease 0s, color 0.25s ease 0s; }
      .wf-loading .mainNav_2_item a {
        visibility: hidden; }
      .wf-active .mainNav_2_item a, .wf-inactive {
        visibility: visible; }
      .mainNav_2_item a:hover {
        color: #00acca;
        background-position: 0 100%; } }

#nav-bg {
  position: absolute;
  top: 52px;
  height: 0;
  width: 2500px;
  margin: 0 calc(50% - 1250px);
  overflow: hidden;
  -webkit-transition: height .3s;
  transition: height .3s;
  z-index: 5;
  background-color: #f7f7f7;
  border-bottom-left-radius: 50% 180px;
  border-bottom-right-radius: 50% 180px; }
  #nav-bg svg {
    position: absolute;
    bottom: 0;
    width: 100%; }

#nav-orverlay {
  position: fixed;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: -100px;
  opacity: 0;
  -webkit-transition: opacity;
  transition: opacity;
  background-color: #000; }
  #nav-orverlay.is-opened {
    z-index: 10;
    opacity: .3; }

.mainNav_pd_sub_wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 60px 0 60px;
  visibility: hidden; }
  .mainNav_pd_sub_wrapper.is-opened {
    visibility: visible; }
    .mainNav_pd_sub_wrapper.is-opened .mainNav_1_sub:before {
      opacity: 1;
      top: 0; }
    .mainNav_pd_sub_wrapper.is-opened .mainNav_1_sub_item {
      opacity: 1;
      top: 0; }
    .mainNav_pd_sub_wrapper.is-opened .mainNav_1_sub_link {
      opacity: 1;
      top: 0; }

#navbody-svc-box {
  overflow: hidden; }
  @media screen and (min-width: 1140px) {
    #navbody-svc-box {
      display: none; } }

.box {
  position: relative;
  margin: 0; }
  .box_inner {
    width: 100vw;
    margin: 0 auto;
    padding: 40px 0 60px; }
  .box-topRounded, .box-bottomRounded {
    width: 1200px;
    margin: 0 calc(50% - 600px);
    z-index: 5; }
  .box-topRounded {
    border-top-left-radius: 50% 150px;
    border-top-right-radius: 50% 150px; }
    .box-topRounded .box_inner {
      padding-top: calc(60px - (768px - 100vw) / 23); }
  .box-bottomRounded {
    border-bottom-left-radius: 50% 150px;
    border-bottom-right-radius: 50% 150px; }
  .box-topReceived {
    margin-top: -150px;
    padding-top: 150px; }
  .box-bottomReceived {
    margin-bottom: -150px;
    padding-bottom: 150px; }
  @media screen and (min-width: 768px) {
    .box_inner {
      max-width: 1400px;
      padding: 90px 32px; }
    .box-topRounded, .box-bottomRounded {
      width: 2500px;
      margin: 0 calc(50% - 1250px); }
    .box-topRounded {
      border-top-left-radius: 50% 180px;
      border-top-right-radius: 50% 180px; }
      .box-topRounded .box_inner {
        padding-top: 90px; }
    .box-bottomRounded {
      border-bottom-left-radius: 50% 180px;
      border-bottom-right-radius: 50% 180px; }
    .box-topReceived {
      margin-top: -180px;
      padding-top: 180px; }
    .box-bottomReceived {
      margin-bottom: -180px;
      padding-bottom: 180px; } }
  .box-bg-lightGray {
    background-image: -webkit-linear-gradient(135deg, #eceeee 25%, #dee2e2 25%, #dee2e2 50%, #eceeee 50%, #eceeee 75%, #dee2e2 75%, #dee2e2);
    background-image: linear-gradient(-45deg, #eceeee 25%, #dee2e2 25%, #dee2e2 50%, #eceeee 50%, #eceeee 75%, #dee2e2 75%, #dee2e2);
    background-size: 6px 6px; }
  .box-bg-darkGray {
    background-image: -webkit-linear-gradient(135deg, #d2d8d9 25%, #dfe3e4 25%, #dfe3e4 50%, #d2d8d9 50%, #d2d8d9 75%, #dfe3e4 75%, #dfe3e4);
    background-image: linear-gradient(-45deg, #d2d8d9 25%, #dfe3e4 25%, #dfe3e4 50%, #d2d8d9 50%, #d2d8d9 75%, #dfe3e4 75%, #dfe3e4);
    background-size: 6px 6px; }
  .box-bg-lightBlue {
    background-image: -webkit-linear-gradient(135deg, #d9e6eb 25%, #bdd4dc 25%, #bdd4dc 50%, #d9e6eb 50%, #d9e6eb 75%, #bdd4dc 75%, #bdd4dc);
    background-image: linear-gradient(-45deg, #d9e6eb 25%, #bdd4dc 25%, #bdd4dc 50%, #d9e6eb 50%, #d9e6eb 75%, #bdd4dc 75%, #bdd4dc);
    background-size: 6px 6px; }

.localNav .box_inner {
  padding-left: 15px;
  padding-right: 15px; }

.localNav dt {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold; }

.localNav dd {
  margin: 0 0 2px; }
  .localNav dd a {
    padding: 16px 18px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    display: block;
    position: relative; }
    .localNav dd a:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 20px;
      margin: auto;
      border: 2px solid #00acca;
      border-left: none;
      border-bottom: none;
      width: .75em;
      height: .75em;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .localNav dd a .ico_external:before {
      content: "";
      display: inline-block;
      width: 14px;
      height: 14px;
      margin-left: 4px;
      background: url(/assets/img/common/ico_external-black.svg) 0 0 no-repeat;
      background-size: contain;
      vertical-align: bottom; }

.localNav .localNav_item-current a {
  color: #999;
  font-weight: bold; }
  .localNav .localNav_item-current a:after {
    content: none; }

@media screen and (min-width: 768px) {
  .localNav .box_inner {
    padding-top: 60px;
    padding-bottom: 96px; }
    .localNav .box_inner > div {
      max-width: 920px;
      margin: 0 auto; }
  .localNav dl {
    margin: 0 -2px 0 0; }
    .localNav dl:after {
      content: " ";
      display: block;
      clear: both; }
    .localNav dl dt {
      font-size: 24px;
      margin-bottom: 24px; }
    .localNav dl dd {
      float: left;
      width: calc(33.3333% - 2px);
      margin-right: 2px; }
      .localNav dl dd a {
        padding: 18px 20px;
        font-size: 16px;
        background-image: -webkit-linear-gradient(top, #fff, #fff 50%, #d1d1d1 50%, #d1d1d1);
        background-image: linear-gradient(to bottom, #fff, #fff 50%, #d1d1d1 50%, #d1d1d1);
        background-repeat: repeat-x;
        background-position: 0 0;
        background-size: 100% 200%;
        -webkit-transition: background-position 0.25s ease 0s;
        transition: background-position 0.25s ease 0s; }
        .localNav dl dd a:hover {
          background-position: 0 100%; }
        .localNav dl dd a:after {
          right: 15px; }
    .localNav dl .localNav_item-current a {
      -webkit-transition: none;
      transition: none; }
      .localNav dl .localNav_item-current a:hover {
        background-position: 0 0; } }

.breadcrumb {
  background-color: #ebeded;
  padding: 15px 0;
  overflow-x: scroll; }
  .breadcrumb ol {
    padding: 0 15px;
    display: table; }
    .breadcrumb ol li {
      display: table-cell;
      font-size: 13px;
      line-height: 1;
      white-space: nowrap; }
      .breadcrumb ol li:not(:last-child):after {
        content: ">";
        margin: 0 10px; }
  .breadcrumb a {
    color: #333; }

@media screen and (min-width: 768px) {
  .breadcrumb {
    overflow-x: hidden; }
    .breadcrumb a[href]:hover {
      text-decoration: underline; } }

.footer {
  padding: 40px 0 35px;
  background-color: #333;
  text-align: center; }
  .footer_nav {
    margin-bottom: 20px; }
    .footer_nav li {
      display: inline-block;
      color: #fff;
      border-right: 1px solid #fff;
      padding-right: 10px;
      margin-right: 10px;
      font-size: 12px;
      line-height: 1; }
      .footer_nav li:first-child {
        margin-bottom: 10px; }
      .footer_nav li:nth-child(3), .footer_nav li:last-child {
        border-right: none;
        padding-right: 0;
        margin-right: 0; }
      .footer_nav li a {
        color: #fff; }
  .footer_copyright {
    margin: 0;
    font-size: 11px;
    color: #fff;
    letter-spacing: .05em; }

@media screen and (min-width: 768px) {
  .footer {
    padding: 50px 0 50px; }
    .footer_nav {
      margin: 0 0 25px; }
      .footer_nav li {
        font-size: 14px;
        padding-right: 20px;
        margin-right: 20px; }
        .footer_nav li:first-child {
          margin-bottom: 10px; }
        .footer_nav li a {
          padding-bottom: 5px; }
          .footer_nav li a:hover {
            border-bottom: 1px solid #fff; }
        .footer_nav li:nth-child(3) {
          border-right: 1px solid #fff;
          padding-right: 20px;
          margin-right: 20px; }
    .footer_copyright {
      font-family: "din-2014", sans-serif;
      font-weight: 400;
      font-size: 12px; }
      .wf-loading .footer_copyright {
        visibility: hidden; }
      .wf-active .footer_copyright, .wf-inactive {
        visibility: visible; } }

.heading {
  background-color: #fff; }
  .heading_inner {
    width: 100vw;
    padding: 50px 5px 48px;
    margin: 0 auto;
    position: relative; }
  .heading h1 {
    font-family: "din-2014", sans-serif;
    font-weight: 700;
    font-size: 27px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin: 0; }
    .wf-loading .heading h1 {
      visibility: hidden; }
    .wf-active .heading h1, .wf-inactive {
      visibility: visible; }
    .heading h1 span {
      display: block;
      margin-top: 12px;
      color: #808080;
      font-size: 15px; }
  .heading_changeLanguage {
    margin-top: 15px;
    margin-bottom: -15px; }
    .heading_changeLanguage a {
      font-family: "din-2014", sans-serif;
      border: 1px solid #ddd;
      color: #333;
      font-size: 13px;
      padding: 10px 20px;
      display: inline-block;
      width: 140px;
      display: block;
      margin: 0 auto;
      position: relative;
      text-align: center;
      background-image: -webkit-linear-gradient(top, #fff, #fff 50%, #d1d1d1 50%, #d1d1d1);
      background-image: linear-gradient(to bottom, #fff, #fff 50%, #d1d1d1 50%, #d1d1d1);
      background-repeat: repeat-x;
      background-position: 0 0;
      background-size: 100% 200%;
      -webkit-transition: background-position 0.25s ease 0s;
      transition: background-position 0.25s ease 0s; }
      .wf-loading .heading_changeLanguage a {
        visibility: hidden; }
      .wf-active .heading_changeLanguage a, .wf-inactive {
        visibility: visible; }

@media screen and (min-width: 768px) {
  .heading_changeLanguage a:hover {
    background-position: 0 100%; } }

.heroImage .box_inner {
  padding: 0; }

.heroImage.box-topReceived {
  padding-top: calc(116px + (768px - 100%) / 18); }

.heroImage.box-bottomReceived {
  padding-bottom: calc(116px + (768px - 100%) / 18); }

.heroImage img {
  margin: 0 auto;
  display: block; }

.heroImage .img-responsive {
  max-width: 100%;
  width: 100%; }

@media screen and (min-width: 768px) {
  .heading_inner {
    padding: 52px 0 50px;
    max-width: 1400px; }
  .heading h1 {
    font-size: 42px; }
    .heading h1 span {
      font-size: 21px; }
  .heading_changeLanguage {
    margin: 0;
    position: absolute;
    top: 56px;
    right: 14px; }
    .heading_changeLanguage a {
      width: 120px;
      font-weight: 600;
      font-size: 13px;
      padding: 8px 20px; }
  .heroImage.box-topReceived {
    padding-top: calc(148px + (1400px - 100%) / 27); }
  .heroImage.box-bottomReceived {
    padding-bottom: calc(148px + (1400px - 100%) / 27); } }

.content {
  margin: 0 auto;
  padding: 0 15px; }

@media screen and (min-width: 768px) {
  .content {
    padding: 0; }
    .content-928 {
      max-width: 928px; }
    .content-1120 {
      max-width: 1120px; } }

.article h2 {
  font-size: 21px;
  line-height: 1.4;
  text-align: center;
  font-weight: normal;
  margin: 45px 0 25px; }
  .article h2 span {
    display: inline-block;
    vertical-align: middle; }
  .article h2:before, .article h2:after {
    content: "";
    background: url(/assets/img/common/body-h2.svg) 0 0 no-repeat;
    background-size: contain;
    width: 21px;
    height: 9px;
    display: inline-block;
    position: relative;
    top: -3px; }
    @media screen and (min-width: 768px) {
      .article h2:before, .article h2:after {
        width: 26px;
        height: 10px;
        top: -5px; } }
  .article h2:before {
    margin-right: 14px; }
  .article h2:after {
    margin-left: 14px; }

.article .content > h2:first-child {
  margin-top: 0; }

.panel {
  color: #333;
  line-height: 1.7;
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  clear: both; }
  .panel:before, .panel:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block; }
  .panel:before {
    margin-top: -1px;
    margin-bottom: 25px; }
  .panel:after {
    margin-top: 25px;
    margin-bottom: -1px; }
  .panel + .panel {
    margin-top: 15px; }
  .panel h3, .panel h4 {
    line-height: 1.4; }
  .panel h3 {
    font-size: 19px;
    font-weight: normal;
    margin: 30px 0 15px; }
    .panel h3:after {
      background-image: -webkit-linear-gradient(135deg, #00acca 25%, #48c3d9 25%, #48c3d9 50%, #00acca 50%, #00acca 75%, #48c3d9 75%, #48c3d9);
      background-image: linear-gradient(-45deg, #00acca 25%, #48c3d9 25%, #48c3d9 50%, #00acca 50%, #00acca 75%, #48c3d9 75%, #48c3d9);
      background-size: 6px 6px;
      content: "";
      display: block;
      width: 20px;
      height: 4px;
      margin-top: 11px; }
  .panel h4 {
    font-size: 15px;
    margin: 20px 0 15px; }
    .panel h4:before {
      background-image: -webkit-linear-gradient(135deg, #00acca 25%, #48c3d9 25%, #48c3d9 50%, #00acca 50%, #00acca 75%, #48c3d9 75%, #48c3d9);
      background-image: linear-gradient(-45deg, #00acca 25%, #48c3d9 25%, #48c3d9 50%, #00acca 50%, #00acca 75%, #48c3d9 75%, #48c3d9);
      background-size: 6px 6px;
      content: "";
      display: inline-block;
      width: 8px;
      height: 8px;
      margin-right: 8px; }
    @media screen and (max-width: 767px) {
      .panel h4 + table {
        margin-top: -5px; }
      .panel h4 + p {
        margin-top: -5px; } }
  .panel ul, .panel ol {
    padding-left: 1.5em; }
  .panel ul {
    list-style-type: disc; }
  .panel ol li {
    list-style-type: none;
    counter-increment: cnt; }
  .panel ol li::before {
	content: "(" counter(cnt) ") "; }
  p.kakko {
    margin-bottom: 0.3em; }
  p.sign {margin-top: 50px;
    text-align: right; }

@media screen and (min-width: 768px) {
  .article h2 {
    font-size: 28px;
    margin: 84px 0 32px; }
  .panel {
    padding-left: 60px;
    padding-right: 60px; }
    .panel:before {
      margin-bottom: 55px; }
    .panel:after {
      margin-top: 55px; }
    .panel h3 {
      font-size: 24px;
      margin: 60px 0 30px; }
      .panel h3:after {
        margin-top: 8px; }
    .panel h4 {
      font-size: 17px;
      margin: 34px 0 10px; } }

@media screen and (min-width: 768px) {
  .grid-row {
    margin-left: -16px;
    margin-right: -16px; }
    .grid-row:after {
      content: " ";
      display: block;
      clear: both; }
  .grid-col-6 {
    width: 100%;
    padding: 0 16px;
    float: left; } }

.btn-primary {
  border: 1px solid #ddd;
  color: #333 !important;
  padding: 15px;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  background-image: -webkit-linear-gradient(top, #fff, #fff 50%, #00acca 50%, #00acca);
  background-image: linear-gradient(to bottom, #fff, #fff 50%, #00acca 50%, #00acca);
  background-repeat: repeat-x;
  background-position: 0 -4px;
  background-size: 100% 200%;
  -webkit-transition: background-position 0.25s ease 0s, color 0.25s ease 0s;
  transition: background-position 0.25s ease 0s, color 0.25s ease 0s; }

.btn-small {
  display: block;
  padding: 15px;
  border: 1px solid #ddd;
  font-size: 13px;
  text-align: center;
  color: #333 !important; }
  .btn-small + .btn-small {
    margin-top: 10px; }

@media screen and (min-width: 768px) {
  .btn-primary {
    width: auto;
    padding: 15px 50px; }
    .btn-primary:hover {
      color: #fff !important;
      background-position: 0 100%; }
  .btn-small {
    display: inline-block;
    font-size: 12px;
    padding: 10px 24px; }
    .btn-small + .btn-small {
      margin-top: 0;
      margin-left: 10px; } }

.table-responsive {
  width: 100% !important;
  font-size: 14px;
  line-height: 1.4;
  margin: 20px 0; }
  .table-responsive thead {
    display: none; }
  .table-responsive tbody tr {
    display: block;
    padding: 15px 15px 15px 19px;
    border-bottom: #ddd 1px solid;
    background-image: -webkit-linear-gradient(135deg, #00acca 25%, #48c3d9 25%, #48c3d9 50%, #00acca 50%, #00acca 75%, #48c3d9 75%, #48c3d9);
    background-image: linear-gradient(-45deg, #00acca 25%, #48c3d9 25%, #48c3d9 50%, #00acca 50%, #00acca 75%, #48c3d9 75%, #48c3d9);
    background-size: 6px 6px;
    background-repeat: repeat-y;
    background-position: -2px 0; }
    .table-responsive tbody tr:first-child {
      border-top: #ddd 1px solid; }
    .table-responsive tbody tr th {
      display: block;
      color: #808080;
      font-weight: bold;
      text-align: left;
      white-space: normal;
      margin-bottom: 10px; }
      .table-responsive tbody tr th.table_heading {
        background-color: #f2f2f2;
        padding: 15px;
        margin: -15px -15px 15px;
        border-bottom: 1px solid #ddd;
        color: #333; }
        .table-responsive tbody tr th.table_heading[data-label]:before {
          content: attr(data-label);
          display: inline-block;
          margin-right: 15px; }
    .table-responsive tbody tr td {
      display: block; }
      .table-responsive tbody tr td:not(:last-child) {
        margin-bottom: 10px; }
      .table-responsive tbody tr td[data-label]:before {
        content: attr(data-label);
        display: block;
        color: #808080;
        font-weight: bold;
        margin-bottom: 4px; }

@media screen and (min-width: 768px) {
  .table-responsive thead {
    display: table-row-group; }
    .table-responsive thead tr:first-child {
      border-top: #ddd 1px solid; }
    .table-responsive thead tr th {
      background-color: #f2f2f2;
      padding: 12px 30px 12px 0;
      text-align: left;
      white-space: nowrap;
      margin-bottom: 0; }
      .table-responsive thead tr th:first-child {
        background-image: -webkit-linear-gradient(135deg, #00acca 25%, #48c3d9 25%, #48c3d9 50%, #00acca 50%, #00acca 75%, #48c3d9 75%, #48c3d9);
        background-image: linear-gradient(-45deg, #00acca 25%, #48c3d9 25%, #48c3d9 50%, #00acca 50%, #00acca 75%, #48c3d9 75%, #48c3d9);
        background-size: 6px 6px;
        background-repeat: repeat-y;
        background-position: 0 0;
        padding-left: 26px; }
      .table-responsive thead tr th.is-no-stripe {
        background-image: none; }
      .table-responsive thead tr th.is-border-bottom {
        border-bottom: #ddd 1px solid; }
  .table-responsive tbody tr {
    display: table-row;
    background-image: none; }
    .table-responsive tbody tr th {
      display: table-cell;
      padding: 14px 30px 14px 0;
      vertical-align: top;
      white-space: nowrap; }
      .table-responsive tbody tr th:first-child:not(.table_notFirst) {
        background-image: -webkit-linear-gradient(135deg, #00acca 25%, #48c3d9 25%, #48c3d9 50%, #00acca 50%, #00acca 75%, #48c3d9 75%, #48c3d9);
        background-image: linear-gradient(-45deg, #00acca 25%, #48c3d9 25%, #48c3d9 50%, #00acca 50%, #00acca 75%, #48c3d9 75%, #48c3d9);
        background-size: 6px 6px;
        background-repeat: repeat-y;
        background-position: 0 0;
        padding: 14px 30px 14px 26px; }
      .table-responsive tbody tr th.table_heading {
        margin: 0;
        padding: 14px 30px 14px 0;
        color: #808080;
        background-color: transparent; }
        .table-responsive tbody tr th.table_heading[data-label]:before {
          content: none; }
    .table-responsive tbody tr td {
      display: table-cell;
      padding: 14px 30px 14px 0;
      vertical-align: top; }
      .table-responsive tbody tr td:first-child:not(.table_notFirst) {
        background-image: -webkit-linear-gradient(135deg, #00acca 25%, #48c3d9 25%, #48c3d9 50%, #00acca 50%, #00acca 75%, #48c3d9 75%, #48c3d9);
        background-image: linear-gradient(-45deg, #00acca 25%, #48c3d9 25%, #48c3d9 50%, #00acca 50%, #00acca 75%, #48c3d9 75%, #48c3d9);
        background-size: 6px 6px;
        background-repeat: repeat-y;
        background-position: 0 0;
        padding: 14px 30px 14px 26px; }
      .table-responsive tbody tr td:not(:last-child) {
        margin-bottom: 0; }
      .table-responsive tbody tr td[data-label]:before {
        content: none; } }

.icon-map:after {
  width: 14px;
  height: 19px;
  margin-left: 6px;
  content: "";
  display: inline-block;
  background: url(/assets/img/common/icon-map.svg) center 0 no-repeat;
  background-size: contain;
  position: relative;
  top: 5px;
  margin-top: -5px; }

.icon-pdf:after {
  width: 18px;
  height: 18px;
  margin-left: 6px;
  content: "";
  display: inline-block;
  background: url(/assets/img/common/icon-pdf.svg) center 0 no-repeat;
  background-size: contain;
  position: relative;
  top: 4px;
  margin-top: -4px; }

.icon-link:after {
  width: 1em;
  height: 1em;
  margin-left: 6px;
  background-color: #f00;
  content: "";
  display: inline-block;
  vertical-align: bottom;
  background: url(/assets/img/common/icon-link.svg) center 0 no-repeat;
  background-size: contain; }

.accordion_item {
  margin: 0 0 10px; }

.accordion_subject h2, .accordion_subject h3 {
  color: #333;
  display: block;
  padding: 20px 60px 20px 15px;
  font-size: 15px;
  background-color: #fff;
  font-weight: normal;
  line-height: 1;
  position: relative;
  margin: 0 0 5px;
  text-align: left;
  cursor: pointer; }
  .accordion_subject h2:before, .accordion_subject h2:after, .accordion_subject h3:before, .accordion_subject h3:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 25px;
    height: 25px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain; }
  .accordion_subject h2:before, .accordion_subject h3:before {
    background-image: url(/assets/img/common/accordion-close.svg); }
  .accordion_subject h2:after, .accordion_subject h3:after {
    background-image: url(/assets/img/common/accordion-open.svg);
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out; }

.accordion_subject[aria-expanded="true"] > h2:after, .accordion_subject[aria-expanded="true"] h3:after {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  opacity: 0; }

.accordion_body {
  margin: 0;
  padding: 0 15px;
  background-color: #fff; }
  .accordion_body:before, .accordion_body:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block; }
  .accordion_body:before {
    margin-top: -1px;
    margin-bottom: 25px; }
    @media screen and (min-width: 768px) {
      .accordion_body:before {
        margin-bottom: 55px; } }
  .accordion_body:after {
    margin-top: 25px;
    margin-bottom: -1px; }
    @media screen and (min-width: 768px) {
      .accordion_body:after {
        margin-top: 55px; } }

@media screen and (min-width: 768px) {
  .accordion_subject h2, .accordion_subject h3 {
    padding: 24px 40px;
    font-size: 20px; }
  .accordion_body {
    padding: 0 60px; } }

ul.entry-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  line-height: 1.6; }
  @media screen and (min-width: 768px) {
    ul.entry-list {
      margin-bottom: 40px; } }
  ul.entry-list > li {
    border-top: 1px solid #ddd; }

.entry-list_item > a, .entry-list_item > div {
  padding: 15px 40px 15px 0; }

.entry-list_item > a {
  position: relative;
  display: block;
  color: #333;
  -webkit-transition: opacity 0.25s ease 0s;
  transition: opacity 0.25s ease 0s; }
  .entry-list_item > a:hover {
    opacity: .7; }
  .entry-list_item > a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: 10px;
    height: 16px;
    background: url(/assets/img/common/icon-link.svg) 0 0 no-repeat;
    background-size: contain; }

.entry-list_item dl {
  margin: 0; }

.entry-list_item p {
  margin: 0; }

.entry-list_item-page .entry-list_title:after, .entry-list_item-pdf .entry-list_title:after {
  content: "";
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin-left: 4px; }

.entry-list_item-page .entry-list_title:after {
  width: 14px;
  height: 14px;
  top: .2em;
  background-image: url(/assets/img/common/ico_external-black.svg); }

.entry-list_item-pdf .entry-list_title:after {
  width: 18px;
  height: 18px;
  top: .3em;
  background-image: url(/assets/img/common/icon-pdf.svg); }

.entry-list_date {
  color: #808080;
  margin-bottom: 5px; }

.entry-list ul.entry-category {
  list-style-type: none;
  margin-bottom: 5px;
  padding: 0; }
  .entry-list ul.entry-category li {
    text-transform: uppercase;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    display: inline-block;
    padding: 4px 6px 3px;
    margin-right: 4px;
    background-color: #808080;
    font-size: 12px;
    line-height: 1;
    color: #fff; }
    .wf-loading .entry-list ul.entry-category li {
      visibility: hidden; }
    .wf-active .entry-list ul.entry-category li, .wf-inactive {
      visibility: visible; }

@media screen and (min-width: 768px) {
  .entry-list_item > a, .entry-list_item > div {
    padding: 20px 48px 20px 32px; }
  .entry-list_date {
    float: left;
    margin: 0; }
  .entry-list_category {
    position: relative;
    top: -2px;
    margin-left: 112px; }
  .entry-list_title {
    margin-left: 112px; } }

.pagetop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  width: 83px;
  height: 36px;
  overflow: hidden;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }
  .pagetop img {
    -webkit-transition: -webkit-transform .25s ease-out 0s;
    transition: -webkit-transform .25s ease-out 0s;
    transition: transform .25s ease-out 0s;
    transition: transform .25s ease-out 0s, -webkit-transform .25s ease-out 0s;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  .pagetop.is-visible img {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

@media screen and (min-width: 768px) {
  .pagetop:hover {
    opacity: .8; } }

.img-bordered {
  border: 1px solid #ddd; }

.img-responsive {
  max-width: 100%;
  height: auto; }

.img-center {
  display: block;
  margin: 0 auto; }

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

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

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

.text-small {
  font-size: 12px; }

.text-bold {
  font-weight: bold; }

.text-large {
  font-size: 18px; }

.text-base {
  font-size: 14px; }

@media screen and (min-width: 768px) {
  .text-left-pc {
    text-align: left !important; }
  .text-right-pc {
    text-align: right !important; }
  .text-center-pc {
    text-align: center !important; }
  .text-small-pc {
    font-size: 12px; } }

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

@media (max-width: 767px) {
  .mt0-sp {
    margin-top: 0px !important; }
  .mb0-sp {
    margin-bottom: 0px !important; }
  .mt5-sp {
    margin-top: 5px !important; }
  .mb5-sp {
    margin-bottom: 5px !important; }
  .mt10-sp {
    margin-top: 10px !important; }
  .mb10-sp {
    margin-bottom: 10px !important; }
  .mt15-sp {
    margin-top: 15px !important; }
  .mb15-sp {
    margin-bottom: 15px !important; }
  .mt20-sp {
    margin-top: 20px !important; }
  .mb20-sp {
    margin-bottom: 20px !important; }
  .mt25-sp {
    margin-top: 25px !important; }
  .mb25-sp {
    margin-bottom: 25px !important; }
  .mt30-sp {
    margin-top: 30px !important; }
  .mb30-sp {
    margin-bottom: 30px !important; }
  .mt35-sp {
    margin-top: 35px !important; }
  .mb35-sp {
    margin-bottom: 35px !important; }
  .mt40-sp {
    margin-top: 40px !important; }
  .mb40-sp {
    margin-bottom: 40px !important; }
  .mt45-sp {
    margin-top: 45px !important; }
  .mb45-sp {
    margin-bottom: 45px !important; }
  .mt50-sp {
    margin-top: 50px !important; }
  .mb50-sp {
    margin-bottom: 50px !important; } }

@media screen and (min-width: 768px) {
  .mt0-pc {
    margin-top: 0px !important; }
  .mb0-pc {
    margin-bottom: 0px !important; }
  .mt5-pc {
    margin-top: 5px !important; }
  .mb5-pc {
    margin-bottom: 5px !important; }
  .mt10-pc {
    margin-top: 10px !important; }
  .mb10-pc {
    margin-bottom: 10px !important; }
  .mt15-pc {
    margin-top: 15px !important; }
  .mb15-pc {
    margin-bottom: 15px !important; }
  .mt20-pc {
    margin-top: 20px !important; }
  .mb20-pc {
    margin-bottom: 20px !important; }
  .mt25-pc {
    margin-top: 25px !important; }
  .mb25-pc {
    margin-bottom: 25px !important; }
  .mt30-pc {
    margin-top: 30px !important; }
  .mb30-pc {
    margin-bottom: 30px !important; }
  .mt35-pc {
    margin-top: 35px !important; }
  .mb35-pc {
    margin-bottom: 35px !important; }
  .mt40-pc {
    margin-top: 40px !important; }
  .mb40-pc {
    margin-bottom: 40px !important; }
  .mt45-pc {
    margin-top: 45px !important; }
  .mb45-pc {
    margin-bottom: 45px !important; }
  .mt50-pc {
    margin-top: 50px !important; }
  .mb50-pc {
    margin-bottom: 50px !important; } }

@media (max-width: 767px) {
  .hidden-sp {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none !important; } }
