<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  p.text {
    display:none;
  }
  .header-menu__logo:nth-child(2) img {
      width: auto;
  }
  .header-menu__logo__link&gt;img {
      height: 24px;
  }

  .home-group-card__title:after {
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      content: "";
      background: url(/app-files/img/sprite/icon.svg#blank-usage) no-repeat 0 0;
      display: inline-block;
      position: relative;
      width: 14px;
      height: 14px;
      vertical-align: middle;
      margin-left: 10px;
      top: -2px;
  }

  .button-wrap--centering.ito_btn {
      margin-top: 7vw;
  }

  .ito_btn .button-v2 {
      width: 100%;
  }

  .ito_btn a.button-v2__type {
      font-size: 3.7vw;
      font-weight: bold;
      padding: 2vw 0;
      width: 100%;
  }

  .ito_btn img {
    width: 25vw;
    margin-right: 2vw;
  }

  .ito_btn a.button-v2__type:after {
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      content: "";
      background: url(/app-files/img/sprite/icon.svg#blank-usage) no-repeat 0 0;
      display: inline-block;
      position: relative;
      width: 18px;
      height: 18px;
      vertical-align: middle;
      margin-left: 10px;
      top: -1px;
  }

  .button-v2 .button-v2__type:hover {
      background: #ffffff;
      color: #000;
      opacity: 0.7;
      box-shadow: 0 3px 10px 0 rgba(0,0,0,.28);
  }

  .card-v2__title.sf {
      font-size: 1.3rem;
  }

  .link-list__type[target="_blank"]:after {
      background: url(/app-files/img/sprite/icon.svg#blank-usage) no-repeat 0 0;
      border: 0;
      transform: none;
      width: 12px;
      height: 12px;
  }

  @media print, screen and (min-width: 768px) {
    .button-wrap--centering.ito_btn {
        margin-top: 2vw;
    }

    .ito_btn .button-v2 {
        width: auto;
    }

    .ito_btn a.button-v2__type {
        font-size: 26px;
        font-weight: bold;
        padding: 0.5em 2.2em;
        width: auto;
    }

    .ito_btn img {
        width: 180px;
        margin-right: 10px;
    }

    .card-v2__title.sf {
        font-size: 1.7rem;
    }
  }
</pre></body></html>