@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;
  }
}
/* デジタル会員証
// ------------------------------ */
.block--card {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: display 0.3s ease;
  background: rgba(202, 202, 202, 0.9);
}
.block--card .block--card--inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.block--card .block--card--inner .card {
  width: 280px;
  aspect-ratio: 5/8;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.3);
  position: relative;
}
.block--card .block--card--inner .nickname {
  position: absolute;
  left: 20px;
  bottom: 15px;
  display: block;
}
.block--card .block--card--inner .nickname span {
  display: block;
  text-align: left;
}
.block--card .item--tit {
  color: #ffffff;
  opacity: 0.6;
}
.block--card .item--name {
  color: #ffffff;
  font-size: 16px;
}
.block--card .close {
  display: inline-block;
  z-index: 100;
  width: 180px;
  margin: 2em auto 0;
  padding: 0.8em;
  border-radius: 100em;
  border: solid 1px #0a0a0a;
  color: #0a0a0a;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

#card01 .btn--main {
  background: #0a0a0a;
}
#card01 .btn--main:hover {
  opacity: 0.6;
}

#download01 {
  margin: 0em 0px 3em;
}
#download01 .btn--main {
  background: #909090;
}
#download01 .btn--main:hover {
  opacity: 0.6;
}

@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 */