@charset 'utf-8';
#topHeader #donation {
  position: relative;
  float: none;
  width: auto !important;
  display: flex;
  overflow-x: hidden;
  justify-content: flex-end;
  align-items: center;
}
a.button_kifu_monthly {
  width: fit-content;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 6px 12px;
  border-radius: 6px;
  filter: drop-shadow(0px 0px 2px #aaa);
  background-color: #e2322a;
  color: #fff;
  transition: filter ease 0.15s;
  display: block;
  &:hover {
    color: #fff;
    filter: drop-shadow(0px 0px 2px #aaa) brightness(150%);
    transition: filter ease 0.15s;
  }
  & p {
    font-size: 12px;
    & strong {
      font-weight: bold;
      font-size: 18px;
    }
  }
}
@media screen and (max-width: 1079px) {
  a.button_kifu_monthly {
    margin-right: 6px;
    & p strong {
      font-size: 16px;
    }
  }
}
@media screen and (max-width: 480px) {
  a.button_kifu_monthly {
    padding: 4px 8px;
    & p {
      font-size: 10px;
      & strong {
        font-size: 14px;
      }
    }
  }
}
#donationButton {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
a.button_kifu_monthly_page {
  position: relative;
  width: 240px;
  height: 72px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 6px 12px;
  margin-bottom: 12px;
  border-radius: 6px;
  background-color: #e2322a;
  color: #fff;
  transition: ease 0.15s;
  letter-spacing: 0.1em;
  filter: drop-shadow(0px 0px 2px #aaa);
  &:hover {
    color: #fff;
    filter: drop-shadow(0px 0px 2px #aaa) brightness(150%);
    transition: ease 0.15s;
  }
  & > p {
    font-size: 12px;
    & > strong {
      font-weight: bold;
      font-size: 21px;
    }
  }
  & .button_kifu_monthly_page_text {
    font-size: 12px;
    line-height: 1.4;
    margin: 0 !important;
    & > strong {
      font-weight: bold;
      font-size: 21px;
    }
  }
}

#challengeArea #challengeMonthly p {
  width: auto;
  line-height: initial;
  margin: initial;
}
