@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
.table__scroll-box {
  max-width: 100%;
}
.table__style-g {
  max-width: none;
  table-layout: fixed;
  @include mixin.media("sp") {
    width: 100%;
    box-sizing: border-box;
  }
  th {
    &:nth-of-type(1) {
      width: 30%;
      @include mixin.media("sp") {
        width: 20%;
      }
    }
    &:nth-of-type(2) {
      width: 60%;
      @include mixin.media("sp") {
      }
    }
    &:nth-of-type(3) {
      @include mixin.media("sp") {
        width: 10%;
      }
    }
  }
  tr {
    td {
      text-align: left;
      white-space: pre-line;
      &:first-child{
        font-weight: 400;
      }
      span {
        display: block;
        font-weight: 700;
      }
      &.bor-b_none {
        border-bottom: none;
      }

      @include mixin.media("sp") {
        vertical-align: top;
      }
      a {
        display: block;
        text-align: center;
        text-decoration: none;
        img {
          display: block;
          margin: 0 auto 0.5rem;
        }
      }
    }
  }
}
*/
.table__style-g .bor-b_none {
  border-bottom: none;
}
.table__style-g a {
  display: block;
  text-align: center;
  text-decoration: none;
}
.table__style-g a img {
  display: block;
  margin: 0 auto 0.5rem;
}/*# sourceMappingURL=company_plan.css.map */