@charset "UTF-8";

/* staticInfoArea - component
--------------------------------------------------------- */
.p-staticInfoArea {
  border: 1px solid #707070;
  padding: 24px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
    .p-staticInfoArea {
        margin-bottom: 32px;
    }
}

/* staticBtn--anchor - component
--------------------------------------------------------- */
.c-staticBtn--anchor {
  background-color: #CC0033;
}
.c-staticBtn--anchor .c-btn__text::after {
    right: 0;
    background: url(/st/member_settings/down/card/images/icon-link-anchor-white.svg);
    width: 15px;
    height: 15px;
    margin-top: -9px;
}
@media only screen and (max-width: 768px) {
    .c-staticBtn--anchor .c-btn__text::after {
      margin-top: -8px;
  }
}