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

a {
  color: #e95504;
}
a:hover {
  color: #ff962a;
}

.btn--main {
  background: #000;
  color: #fff;
}
.btn--main:hover {
  background: #444;
}

.btn--sub {
  background: transparent;
  color: #000;
}
.btn--sub:hover {
  color: #fff;
  background: #444;
}

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

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

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

.btn--birthday {
  max-width: 100%;
  font-size: 0.8em;
}
.btn--birthday i {
  transition: none;
}
.btn--birthday i::before {
  transition: none;
}

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

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

.wrap {
  background: #f5f5f5;
}

.block--attention {
  font-size: 14px;
  border: 1px solid;
  padding: 20px;
  border-radius: 6px;
}

.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: #fac136;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  header h1 {
    width: 50vw;
    margin: 6px auto 20px auto;
  }
}
.mypage--section-tit + div a[target=_blank] {
  word-break: break-all;
}/*# sourceMappingURL=mypage-service.css.map */