@charset "UTF-8";
body {
  background-color: #f5f5f5;
  color: #2f2121;
}

a {
  color: #1A1719;
}
a:hover {
  color: white;
}

.btn--main {
  background: #FED0D0;
  color: #2f2121;
  font-weight: bold;
}
.btn--main:hover {
  background: #FC8B8B;
}

.btn--birthday i::before {
  transition: none;
}

.btn--sub {
  background: transparent;
  color: #111;
}
.btn--sub:hover {
  color: #fff;
  background: #FC8B8B;
  transition: all 0.2s ease;
}

.detail__btn a::before {
  border-color: #000000;
}

.btn--chevron {
  color: #111;
}
.btn--chevron::after {
  border-color: #111;
}
.btn--chevron:hover {
  color: #333;
}
.btn--chevron:hover::after {
  border-color: #333;
}

.btn--chevron-left {
  color: #111;
}
.btn--chevron-left::after {
  border-color: #111;
}
.btn--chevron-left:hover {
  color: #333;
}
.btn--chevron-left:hover::after {
  border-color: #333;
}

.btn--birthday i {
  transition: none;
}

header {
  padding: 2em 5% 0;
}
header h1 {
  width: 20vw;
  margin: 0 auto 30px;
  position: relative;
  max-width: 200px;
}
header h1 svg {
  fill: #000;
}

.section--login {
  padding-top: 0;
}

.wrap {
  background: #f5f5f5;
}

/* tablet */
@media screen and (min-width: 570px) and (max-width: 960px) {
  .page--mypage h1.logo {
    width: 110px;
    margin-bottom: 5px;
  }
}
.list--menu .list--notes {
  padding-top: 0.5em;
  margin-bottom: 0;
}
.list--menu .list--notes li {
  border: none;
  margin-bottom: 0.5em;
}
.list--menu .list--notes li a {
  display: inline-block;
  text-decoration: underline;
  font-size: 11px;
  padding: 0;
  text-indent: 0;
}
.list--menu .list--notes li a::after {
  display: none;
}

/* 非会員 */
#mypage--app section .area--user-status.status--free {
  background: #999;
}

/* 有料会員 */
#mypage--app section .area--user-status.status--member {
  background: #f7bcbc;
}/*# sourceMappingURL=mypage-service.css.map */