@charset "UTF-8";

/**
 * update.css
 * 上書き用スタイルシート
 */
.bnr-list-item a {
  padding-inline: 0.3em;
  font-size: 1.125em;
}

.bnr-list-item a span {
  font-size: 0.75rem;
}

.top .principal .flex:has(.flex-item:only-child) .flex-item {
  width: 100%;
  display: block;
}

.top .principal .flex:has(.flex-item:only-child) .bnr-list-item {

  @media screen and (min-width: 480px) {
    max-width: calc(50% - 0.625rem);
  }

  @media screen and (min-width: 960px) {
    max-width: calc((100% - 0.625rem * 3)/3);
  }
}

@media screen and (min-width: 1025px) {
  .bnr-list-item a {
    font-size: 1.4em;
  }
}

.page-parent .editor-area .btns {
  justify-content: flex-start;
}



.footer-nav .btn a {
  height: 100%;
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}

.btn a>.notice,
.fix-link-text .notice {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
  gap: 0.5em;
  margin: 0 auto;
}

.fix-link-text .notice {
  display: none;
}

.btn a>.notice::before,
.btn a>.notice::after {
  content: "";
  display: block;
  width: 0.8em;
  height: 1px;
  background-color: currentColor;
}

@media screen and (min-width:480px) {

  .fix-link-text .notice::before,
  .fix-link-text .notice::after {
    content: "";
    display: block;
    width: 0.8em;
    height: 1px;
    background-color: currentColor;
  }
}

@media screen and (min-width:768px) {
  .fix-link-text .notice {
    display: flex;
  }

}

@media screen and (min-width:1025px) {
  .fix-link {
    width: 12.25rem;
    top: 25.45em;
  }
}

@media (orientation: landscape) and (max-width: 767px) {
  /* デバイスが横向き、画面の横幅が 767px 以下の場合の記述 */
}