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

a {
  color: #666666;
}

.btn--main {
  background: #666666;
  color: #ffffff;
}

.btn--sub {
  background: transparent;
  color: #666666;
}

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

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

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

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

.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;
}

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

.wrap {
  background: #ffffff;
}

.block--attention {
  margin-bottom: 2em;
  padding: 20px;
  border: solid 1px #ff0000;
  font-weight: bold;
  font-size: 14px;
}
.block--attention strong {
  color: #ff0000;
  font-size: 15px;
}
.block--attention a {
  text-decoration: underline;
}

.txt--separator {
  text-align: center;
}

a[target=_blank]:not([class])::after {
  content: "\f08e";
  position: absolute;
  top: calc(50% + 0.25em);
  border: none;
  color: #b5b5b5;
}

.txt--notice {
  color: #ff0000;
  font-size: 0.8em;
}

.txt--list {
  color: #000000;
}
.txt--list p::before {
  content: "・";
}
.txt--list p:last-of-type {
  margin-bottom: 0;
}

.txt--list__notice {
  color: #ff0000;
}
.txt--list__notice p::before {
  content: "※";
}

.tit--basic {
  margin: 0 0 1em;
  color: #a1a1a1;
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.block--serial {
  margin: 1em auto 2em;
  padding: 1em 0.5em;
  background-color: #f2f2f2;
  text-align: center;
}

.link--txt {
  margin-top: 0.6em;
}
.link--txt a {
  padding: 0;
  font-size: 11px;
}
.link--txt a:after {
  position: absolute;
  top: 50%;
  right: auto;
}

.item--centering {
  text-align: center;
}

.list--menu__payment {
  padding: 1.5em 0;
}
.list--menu__payment .menu__status .site_name {
  font-size: 12px;
}
.list--menu__payment .block--txt__sub {
  margin-top: 0.3em;
}
.list--menu__payment .block--txt__sub p {
  margin-top: 0.3em;
  color: #a1a1a1;
  font-size: 11px;
}
.list--menu__payment .block--txt__sub p em {
  display: inline-block;
  margin-left: 0.3em;
  color: #000000;
  font-style: normal;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .btn--main:hover {
    background-color: #a1a1a1;
  }
  .btn--sub:hover {
    background: transparent;
    color: #a1a1a1;
  }
  .detail__btn a:hover::before {
    border-color: #666666;
  }
  .btn--chevron:hover {
    color: #edf2f6;
  }
  .btn--chevron:hover::after {
    border-color: #edf2f6;
  }
  .btn--chevron-left:hover {
    color: #edf2f6;
  }
  .btn--chevron-left:hover::after {
    border-color: #edf2f6;
  }
  a[target=_blank]:not([class]):hover::after {
    color: #000000;
  }
  .txt--list {
    margin: 2em auto 0;
  }
  .txt--list p {
    margin-bottom: 1em;
    padding-left: 1em;
    line-height: 1.5;
  }
  .txt--list p::before {
    margin-left: -1em;
  }
  .block--autopayment_stop {
    margin-top: 5em;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .btn--main:hover {
    background: #666666;
    color: #ffffff;
  }
  .btn--sub:hover {
    background: transparent;
    color: #666666;
  }
  .detail__btn a:hover {
    color: #666666;
  }
  .detail__btn a:hover::before {
    border-color: #000000;
  }
  .btn--chevron:hover {
    color: #a1a1a1;
  }
  .btn--chevron:hover::after {
    border-color: #a1a1a1;
  }
  .btn--chevron-left:hover {
    color: #666666;
  }
  .btn--chevron-left:hover::after {
    border-color: #666666;
  }
  header h1 {
    width: 40vw;
    margin: 0.5em auto 0.5em;
  }
  .block--attention {
    margin-bottom: 1.5em;
    padding: 15px;
    font-weight: bold;
    font-size: 13px;
  }
  .txt--list {
    margin: 2em auto 0;
  }
  .txt--list p {
    margin-bottom: 1em;
    padding-left: 1em;
    line-height: 1.5;
  }
  .txt--list p::before {
    margin-left: -1em;
  }
  .block--autopayment_stop {
    margin-top: 3em;
  }
}
@media screen and (min-width: 570px) and (max-width: 960px) {
  .page--mypage h1.logo {
    width: 110px;
    margin-bottom: 5px;
  }
}
/* 非会員 */
#mypage--app section .area--user-status.status--free {
  background-color: #000000;
}

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