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

a {
  color: #000;
}

a[target=_blank]:not([class])::after {
  padding-left: 1em;
  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 {
  width: 18vw;
  margin: 20px auto 40px;
  position: relative;
  max-width: 320px;
}

.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;
  transition: all 0.3s;
}
@media screen and (min-width: 961px) {
  .block--add--info .txt--link:hover {
    opacity: 0.5;
    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;
  transform: translateY(-50%);
}
.block--add--info .question--list li + li {
  margin-top: 1em;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  header h1 {
    width: 40vw;
    margin: 6px auto 20px auto;
  }
  .block--add--info {
    padding: 20px;
  }
}