@media screen and (max-width: 1019px) {
  .csscontens {
    display: flex;
  }
  .csscontens-child {
    width: 50%;
    margin-bottom: 20px !important;
  }
  .css-text {
    font-size: 13px !important;
  }
  .css-year {
    font-size: 18px !important;
  }
  .css-year-kari {
    font-size: 16px !important;
  }
  .css-number {
    font-size: 32px !important;
  }
  .rate-box {
    padding: 18px 2px 20px !important;
  }
  .text-number--rate{
    font-size: 18px !important;
  }
  .text-number{
    font-size: 32px !important;
  }
}

/* カルーセル */
div.slider__list > a:not(:first-child) {
  display: none;
}

@media screen and (min-width: 1020px) {
  .top_anchor {
    height: 225px;
  }

  .link-bullet__icon {
    height: 80px;
    width: 80px;
  }

  /* .link-bullet__icon img {
  } */

  .col-link {
    height: 100px;
  }

  .column.linkbox__sharp .link-icon.link-bullet {
    padding: 8px 52px 8px 110px;
  }
  .column.linkbox__sharp .link-icon.link-bullet .link-bullet__icon {
    left: 20px;
  }
}


