@charset "UTF-8";

/* 上部に戻るボタン */

.btn-pagetop {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

/* フッター */

.l-section-gray .bnr-wrapper {
  width: 100%;
}

.l-section-gray .bnr-list {
  display: flex;
  flex-direction: column;
}

.l-section-gray .bnr-list li {
  text-align: center;
}

.txt-footer {
  padding: 0 15px;
}

.footNav::before,
.footNav::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .foot-wrapper {
    padding-top: 0;
  }

  .txt-footer:not(#toYear) {
    font-size: 12px;
    text-align: start;
  }

  .footNav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .footNav li {
    display: flex;
    align-items: center;
    border: none;
  }

  .footNav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footNav li:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
}