@charset "shift_jis";
/* Updated 2025/09/19.T */
/* fixed */
#footer-fixed.fm-fixed .panel {
  background: rgb(255 255 255 / 80%);
}
#footer-content .footer-logo {
  padding-bottom: 74px;
}
/* end */
body:not(.-voteEnd) .visible-voteEnd {
  display: none !important;
}
body.-voteEnd .hidden-voteEnd {
  display: none !important;
}
.nc-voteEndBox01 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 22px 16px;
  border: 2px solid #E95501;
  border-radius: 16px;
  line-height: 2;
}
body.-voteEnd [class*="btn-type"][aria-disabled="true"] {
  background: #E5EDEA !important;
  border: none !important;
  color: rgb(120 136 131 / 55%) !important;
}
@media screen and (min-width: 768px) {
  .entry-list01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 56px;
  }
  .entry-list01 > .item:nth-child(n + 3) {
    margin-top: 19px;
  }
  .btn-areaWrap01 {
    margin: 56px 0;
  }
}
@media screen and (max-width: 767px) {
  .entry-list01 {
    margin-top: 32px;
  }
  .entry-list01 > .item:nth-child(n + 2) {
    margin-top: 20px;
  }
  .btn-areaWrap01 {
    margin: 32px 0;
  }
  /* fixed */
  #footer-fixed.fm-fixed .panel > .inner {
    padding: 23px 4.8vw 39px;
  }
  #footer-content .footer-logo {
    padding-bottom: 110px;
  }
}
