.button-jump--company {
  grid-column: 1/-1;
  flex-wrap: wrap;
  max-width: 500px;
}

.company__name {
  display: flex;
  align-items: center;
  width: 100%;
  height: 2em;
  padding-left: 0.5em;
  background: #19a78e;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.company-top {
  display: grid;
  grid-template-columns: 1fr 3fr;
  column-gap: 5px;
  width: 100%;
  margin-top: 5px;
  color: #333;
}
  .company__logo-wrapper {
    grid-column: 1/2;
    grid-row: 1/6;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22vw;
    height: 22vw;
    margin: auto;
    border: solid 1px #aaa;
  }
    .company__logo {
      display: block;
      max-width: 95%;
      object-fit: contain;
    }
  .company-top__tagline {
    font-size: 12px;
  }
  .company-top__data {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
  }
    .company-top__data>img {
      width: 20px;
      margin-bottom: 3px;
    }
    .company-top__number {
      color: red;
      font-size: 18px;
      font-weight: bold;
    }
  .top-campaign {
    grid-column: 1/3;
    display: grid;
    gap: 10px;
    min-height: 3em;
    margin: 5px 10px;
    padding: 5px;
    background: #fffeea;
    border: solid 1px #f7f4b5;
  }
    .top-campaign__item {
      width: 100%;
    }
      .top-campaign__tag {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 0.2em 0.8em;
        background: #f17764;
        border-radius: 3px;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
      }
      .top-campaign__text {
        font-size: 14px;
      }
    .top-table {
      display: none;
      grid-column: 1/4;
      width: 95%;
      margin: 5px auto;
      border: solid 1px #9c9c9c;
    }
      .top-table th {
        width: 18%;
        padding: 5px 0;
        background: #d6dce5;
        border: solid 1px #555;
        color: #111;
        font-size: 14px;
        font-weight: normal;
      }
      .top-table td {
        width: 32%;
        background: #fff;
        padding: 5px 0;
        border: solid 1px #555;
        text-align: center;
        vertical-align: middle;
        font-size: 12px;
      }
        .top-table td.mark {
          width: 12%;
        }
        .top-table td img {
          width: 36px;
        }
  @media screen and (min-width: 765px) {
    .company-top {
      grid-template-columns: 4fr 3fr 9fr;
    }
      .company__logo-wrapper {
        grid-row: 1/4;
        width: 150px;
        height: 100px;
        margin: 10px auto;
      }
      .company-top__tagline {
        grid-column: 2/4;
        grid-row: 1/2;
        font-size: 16px;
      }
      .company-top__data {
        font-size: 14px;
      }
        .company-top__number {
          font-size: 20px;
        }
      .top-campaign {
        grid-column: 1/4;
        grid-row: 4/5;
        padding: 10px 20px;
      }
        .top-campaign__item {
          grid-template-columns: 1fr 5fr;
        }
      .top-table {
        display: table;
      }
  }


  .content__title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 2em;
    margin-top: 10px;
    padding-left: 0.5em;
    background: #19a78e;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
  }
  .content {
    position: relative;
    width: 98%;
    margin: 0 auto;
    padding: 5px;
    font-size: 13px;
  }
    .content iframe {
      display: block;
      max-width: 90% !important;
      margin: 5px auto;
    }
    .content__img {
      float: right;
      width: 35%;
      object-fit: contain;
      margin: 5px 10px;
    }
    .content__head {
      clear: both;
      position: relative;
      width: 100%;
      margin: 0;
      padding: 0.2em 0;
      color: #19a78e;
      font-size: 17px;
      font-weight: bold;
    }
    .content__list {
      width: 100%;
      margin: 5px 0;
      padding: 5px 0 5px 32px;
      background: left top 5px no-repeat url(/images/check.png);
      background-size: 20px;
      border-bottom: dotted 1px #aaa;
    }
      .content__list:last-child {
        border: none;
      }
    .content__campaign {
      padding: 5px;
      background: #fffeea;
    }
      .content__campaign .item {
        width: 95%;
        margin: 0 auto;
        padding: 5px 0;
        border-bottom: dotted 1px #aaa;
      }
        .content__campaign .item:last-child {
          border-bottom: none;
        }
      .content__campaign .tag {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 0.1em 1em;
        background: #f17764;
        border-radius: 3px;
        color: #fff;
        font-size: 16px;
      }

    .steps {
      width: 100%;
    }
      .steps__item {
        position: relative;
        width: 95%;
        margin: 0 auto;
        padding: 5px 0;
        border-bottom: dotted 1px #aaa;
      }
        .steps__item::after {
          content: "";
          position: absolute;
          bottom: -22px;
          left: 0;
          right: 0;
          width: 0;
          margin: 0 auto;
          border: solid 15px transparent;
          border-top: solid 12px #bbb;
        }
        .steps__item:last-of-type {
          border-bottom: none;
        }
          .steps__item:last-of-type::after {
            display: none;
          }
        .steps__head {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          width: 100%;
          color: #2776C8;
          font-size: 16px;
          font-weight: bold;
        }
          .steps__icon {
            display: block;
            width: 36px;
            height: 36px;
            margin: 0 10px;
          }
        .steps__text {
          padding: 5px;
        }

.company-buttons {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1fr 3fr;
  column-gap: 5px;
  width: 100%;
  margin-top: 10px;
  padding: 15px 10px;
  background: #EDEFF2;
  font-size: 11px;
  font-weight: bold;
}
  .company-buttons__img {
    grid-column: 1/2;
    grid-row: 1/4;
    background: #fff;
  }
  .company-buttons__text {
    min-height: 1em;
    color: red;
  }
  .company-buttons__button {
    margin: 0 auto;
    min-height: auto;
    height: 2.4em;
    line-height: 1.2;
  }
    .company-buttons__button-text--sp {
      font-size: 10px;
    }
@media screen and (min-width: 765px) {
  .company-buttons {
    font-size: 16px;
  }
    .company-buttons__button {
      height: 2.0em;
    }
      .company-buttons__button-text--sp {
        display: none;
      }
}

.company__tags {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  width: 98%;
  margin: 5px auto 0;
  font-size: 14px;
  font-weight: bold;
}
  .company__tag {
    padding: 0.3em 0;
    background: #bbb;
    border-radius: 3px;
    text-align: center;
    color: #fff;
  }
    .company__tag.on {
      background: #fad951;
      color: #111;
    }