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

a {
  color: #000;
}

a[target=_blank]:not([class])::after {
  padding-left: 1em;
  -webkit-transform: none;
          transform: none;
  border: none;
}

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

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

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

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

@media screen and (min-width: 961px) {
  a:hover {
    color: #999;
  }
  .btn--main:hover {
    background: #999;
  }
  .btn--sub:hover {
    color: #999;
    border-color: #999;
  }
  .btn--chevron:hover {
    color: #999;
  }
  .btn--chevron:hover::after {
    border-color: #999;
  }
  .btn--chevron-left:hover {
    color: #999;
  }
  .btn--chevron-left:hover::after {
    border-color: #999;
  }
}
header {
  padding: 2em 5% 0;
}
header h1 {
  margin: 20px auto 40px;
  position: relative;
}

.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: #ffe8e8;
  color: #cc0000;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 40px;
}

/* 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;
}

.form--post input + input {
  margin-top: 0.5em;
}

@media screen and (min-width: 640px) {
  .list--menu .menu__status {
    width: 190%;
    right: -190%;
  }
  .list--menu span {
    width: 35%;
  }
}
.block--add--info {
  border: 1px solid #000;
  padding: 30px;
  margin-bottom: 30px;
}
.block--add--info .info--tit {
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  color: #d00;
}
.block--add--info .attention--indent {
  padding-left: 1em;
  text-indent: -1em;
}
.block--add--info .txt--link {
  color: #d00;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 961px) {
  .block--add--info .txt--link:hover {
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.block--add--info .btn--main {
  padding: 1em 3em 1em 1em;
  line-height: 1.4em;
  text-align: left;
  font-weight: bold;
  font-size: 15px;
  position: relative;
}
.block--add--info .btn--main::after {
  content: "\f08e";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.block--add--info .question--list li + li {
  margin-top: 1em;
}

.block--birthday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.status--course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 0 5%;
  margin-bottom: 30px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
}
.status--course .label {
  padding: 1em 0;
}
.status--course .name {
  background-color: #000;
  color: #fff;
  padding: 0.4em 1em;
  border-radius: 2em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 14px;
}
.status--course .name.gold {
  background-color: #98854c;
}
.status--course .name.silver {
  background-color: #bb4242;
}
.status--course .name i {
  margin-right: 10px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .status--course {
    background: #fff;
    border: 0.5px solid #b5b5b5;
    border-left: none;
    border-right: none;
    padding: 0 0 0 5%;
    margin: 0 -5.5% 2em -5.5%;
  }
  .status--course .name {
    margin-right: 5%;
  }
}

.section--login .block--firstlogin {
  background: #ffecec;
  border: 2px solid #d61111;
  padding: 1em;
  margin-bottom: 2em;
}
.section--login .block--firstlogin p {
  font-size: 13px;
}
.section--login .block--firstlogin .btn {
  margin: 2em auto;
}
.section--login .block--firstlogin .btn .btn--chevron {
  color: #d61111;
  font-weight: 600;
  text-decoration: underline;
}
.section--login .block--firstlogin .btn .btn--chevron::after {
  border-color: #d61111;
}/*# sourceMappingURL=mypage-service.css.map */