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

a {
  color: #000;
}
a:hover {
  color: #444;
}

.btn--main {
  background: #106635;
  color: #fff;
}
.btn--main:hover {
  background: #232323;
  color: #fff;
}

.btn--sub {
  background: transparent;
  color: #106635;
}
.btn--sub:hover {
  color: #fff;
  background: #232323;
}

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

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

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

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

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

.wrap {
  background: #f5f5f5;
}

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

.txt--attention {
  font-size: 14px;
  background: #ffdada;
  color: #cc0000;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 40px;
}

.block--firstlogin .login--attention {
  padding: 20px;
  border: solid 2px #cc0000;
  background: #ffdada;
  font-size: 13px;
}
.block--firstlogin .login--attention b {
  color: #cc0000;
}
.block--firstlogin .login--attention .btn--firstlogin {
  margin: 6% auto 9%;
}
.block--firstlogin .login--attention .btn--firstlogin a {
  position: relative;
  border-bottom: solid 2px #cc0000;
  font-weight: bold;
  transition: color 0.3s;
}
.block--firstlogin .login--attention .btn--firstlogin a::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transform-origin: right center;
  transform: scaleX(1);
  transition: transform 0.4s;
}
.block--firstlogin .login--attention .btn--firstlogin a:hover::before {
  transform: scaleX(0);
}

/* SP */
/* 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 .detail__btn.app a::after {
  content: "BACK";
}

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

/* 有料会員 */
#mypage--app section .area--user-status.status--member {
  background: #1f100a;
}

.option_name {
  margin-bottom: 30px;
  text-align: center;
}
.option_name span {
  font-weight: bold;
  margin: 0 10px;
}

.btn.status {
  margin-bottom: 40px;
}

.fcmember_status .list--menu li {
  padding: 1em 1em 1em 0;
}
.fcmember_status .list--menu li .name {
  display: flex;
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
}
.fcmember_status .list--menu li .name::after, .fcmember_status .list--menu li .name::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
.fcmember_status .list--menu li .name::after {
  background-color: #888;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.fcmember_status .list--menu li.linked .name::after {
  background-color: #2ecc71;
}
.fcmember_status .list--menu li.linked .name::before {
  width: 6px;
  height: 9px;
  border-right: #fff solid 2px;
  border-bottom: #fff solid 2px;
  z-index: 1;
  transform: rotate(45deg);
  left: 7px;
  top: 4px;
}
.fcmember_status .list--menu li .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fcmember_status .list--menu li .inner span {
  width: 20%;
}
.fcmember_status .list--menu li .inner span, .fcmember_status .list--menu li .inner a {
  padding: 0;
}
.fcmember_status .list--menu li .inner span.id, .fcmember_status .list--menu li .inner a.id {
  text-align: right;
  opacity: 0.5;
}
.fcmember_status .list--menu li .inner a {
  padding-right: 20px;
}
.fcmember_status .list--menu li .inner a.btn_linked {
  color: #2ecc71;
  font-weight: bold;
}
.fcmember_status .list--menu li .inner .btn_wrap {
  display: flex;
  gap: 20px;
}
.fcmember_status .list--menu li a[target=_blank]:not([class])::after {
  content: "";
  position: absolute;
  right: 0.25em;
  top: 50%;
}
.fcmember_status .attention {
  padding: 20px;
  border: solid 2px #cc0000;
  background: #ffdada;
  font-size: 13px;
  margin-bottom: 20px;
}
.fcmember_status .attention b {
  display: block;
  text-align: center;
  margin-bottom: 16px;
}
.fcmember_status .block-fc {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 2em;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1490196078);
}
.fcmember_status .redemptionara {
  margin-bottom: 2em;
}
.fcmember_status .redemptionara ul li {
  margin-bottom: 1em;
  padding: 1.5em;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
}
.fcmember_status .redemptionara ul li span {
  display: block;
}
.fcmember_status .redemptionara ul li .btn {
  border-radius: 10px;
  background: #126736;
  color: #fff;
  display: block;
  padding: 1em;
  margin-top: 0.5em;
}

@media screen and (min-width: 640px) {
  .list--menu .menu__status {
    width: 190%;
    right: -190%;
  }
  .list--menu span {
    width: 35%;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  header h1 {
    width: 30vw;
    margin: 6px auto 20px auto;
  }
}/*# sourceMappingURL=mypage-service.css.map */