@charset "UTF-8";
body {
  background-color: #F5F4F6;
  color: #333;
}

a:hover {
  color: #4d4d4d;
}

.btn--sub {
  transition: opacity 0.3s;
}
.btn--sub:hover {
  opacity: 0.5;
}

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

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

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

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

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

.list--error li a {
  display: inline;
  color: #f33;
  text-decoration: underline;
}

.block--birthday.btn .btn--sub {
  line-height: 1.8;
  padding: 1em 1.5em;
}

header .logo {
  width: 150px;
}
header .logo a {
  display: block;
}

@media (max-width: 960px) {
  header {
    padding-top: 3em;
  }
}
/* tablet */
body.page--mypage header .logo {
  display: none;
}

.block--card {
  margin-bottom: 3em;
}
.block--card .card {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(340deg, #102A52 0%, #2A6ED0 100%);
  padding: 1.6em;
  aspect-ratio: 16/10;
  box-shadow: 0 20px 40px -23px rgba(0, 0, 0, 0.8);
}
.block--card .card img.logo {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}
.block--card .item__number {
  position: absolute;
  left: 1em;
  bottom: 1em;
  color: #fff;
}

.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: #0049ff;
}/*# sourceMappingURL=mypage-service.css.map */