@charset "UTF-8";
/*スマホ時の見た目*/
@media screen and (max-width: 599px) {
  .l-header__inner {
    padding: 10px;
  }

  .top-count {
    text-align: center;
    gap: 0 !important;
    line-height: 2em;
  }
  .top-count-left .has-text-align-right {
    text-align: center;
  }

  .top-newslist .p-postList__body {
    display: flex;
    flex-direction: column;
  }

  .sp-btnbox {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    height: auto;
    z-index: 1;
  }

  .sp-btnbox-link a {
    width: 40%;
  }

  .sp-btnbox-link img {
    width: 100%;
  }
}
