@media screen and (max-width: 719px) {
  .p-syuroUser .p-spFv {
    padding-top: 4rem;
  }
}
.p-syuroUser .p-target {
  position: relative;
}
@media screen and (max-width: 719px) {
  .p-syuroUser .p-target::before {
    content: "";
    display: block;
    width: 7.564rem;
    height: 4.586rem;
    background: url(/assets/img/new/syuro_shien/user/target_deco.svg) no-repeat center center/contain;
    position: absolute;
    top: -4.319rem;
    right: 0.436rem;
  }
}
.p-syuroUser .p-handicapCard {
  margin-top: 2rem;
}
.p-syuroUser .p-otherConditions {
  margin-top: 4rem;
}
.p-syuroUser .p-faqNote {
  padding: 2rem 1.5rem;
  background: #f6f6f6;
  border-radius: 1.5rem;
  font-size: 1.4rem;
}
.p-syuroUser .p-faqBlockquote blockquote {
  padding: 4.3rem 2rem;
  background: #f6f6f6;
  border-radius: 1.5rem;
  position: relative;
}
.p-syuroUser .p-faqBlockquote blockquote::before {
  content: "";
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  background: url(/assets/img/new/common/ic_quote_l.svg) no-repeat center center/contain;
  position: absolute;
  left: 1rem;
  top: 1rem;
}
.p-syuroUser .p-faqBlockquote blockquote::after {
  content: "";
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  background: url(/assets/img/new/common/ic_quote_r.svg) no-repeat center center/contain;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
.p-syuroUser .p-faqBlockquote .m-textSubSmall {
  display: inline-block;
  font-style: normal;
}
.p-syuroUser .p-faqBlockquote .m-textlink {
  color: #8b8b8b;
}
.p-syuroUser .p-necessary {
  border-radius: 3rem 3rem 0 0;
  position: relative;
}
.p-syuroUser .p-necessary::before {
  display: block;
  content: "";
  width: 5.343rem;
  height: 4.375rem;
  background: url(/assets/img/new/syuro_shien/user/necessary_deco.svg) no-repeat center center/contain;
  position: absolute;
  top: -4.035rem;
  left: 2.7rem;
}
.p-syuroUser .p-necessaryClosing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1rem;
  background: #fff;
}
@media screen and (min-width: 720px) {
  .p-syuroUser .p-necessaryClosing {
    padding: 1.5rem 5rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroUser .p-necessaryClosing {
    padding: 1.5rem 2rem;
  }
}
.p-syuroUser .p-necessaryClosing img {
  width: 5.4rem;
  height: auto;
}
.p-syuroUser .p-usersTable {
  background-color: #fff;
  border: 0.1rem solid #dadada;
  width: 100%;
}
.p-syuroUser .p-usersTable tr {
  width: 100%;
  border-top: 0.1rem solid #dadada;
}
.p-syuroUser .p-usersTable tr:nth-of-type(odd) {
  background-color: #fbfbfb;
}
.p-syuroUser .p-usersTable th, .p-syuroUser .p-usersTable td {
  vertical-align: top;
  text-align: left;
  padding: 1.5rem;
}
.p-syuroUser .p-usersTable th {
  width: 10rem;
  border-right: 0.1rem solid #dadada;
  font-size: 1.6rem;
  line-height: 150%;
}
.p-syuroUser .p-usersTable td {
  width: calc(100% - 10rem);
  font-size: 1.4rem;
  line-height: 180%;
}
.p-syuroUser .p-usersDetail {
  margin-top: 4rem;
  border-radius: 3rem 0 0 3rem;
}
@media screen and (min-width: 720px) {
  .p-syuroUser .p-usersDetail {
    width: 74rem;
    margin-left: 8rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroUser .p-usersDetail {
    width: 37rem;
    margin-left: 2rem;
  }
}
.p-syuroUser .p-usersDetail-scroll {
  overflow-x: scroll;
  width: 100%;
}
.p-syuroUser .p-usersDetail-scroll figure {
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  .p-syuroUser .p-usersDetail-scroll figure {
    width: 46rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroUser .p-usersDetail-scroll figure {
    width: 50rem;
    padding: 0 2rem;
  }
}
.p-syuroUser .p-usersVarious {
  padding-top: 6rem;
}
.p-syuroUser .p-usersVarious-img {
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  .p-syuroUser .p-usersVarious-img {
    width: 39rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroUser .p-usersVarious-img {
    width: 35rem;
  }
}
.p-syuroUser .p-usersVarious-list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
.p-syuroUser .p-usersVarious-listItem {
  background-color: #f5fbe5;
  border-radius: 1.5rem;
}
.p-syuroUser .p-usersVarious-listItem > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.75rem 3.8rem 1.75rem 1.5rem;
  position: relative;
  width: 100%;
}
.p-syuroUser .p-usersVarious-listItem > a::before {
  background: url(/assets/img/new/common/ic_arrow_grn_r.svg) no-repeat right center/100% auto;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  margin: auto;
  width: 0.8rem;
  height: 2rem;
}
.p-syuroUser .p-usersVarious-listItem .m-imgFill {
  width: 5rem;
  margin-right: 1rem;
}
.p-syuroUser .p-usersVarious-listTexts {
  width: calc(100% - 6rem);
}
.p-syuroUser .p-usersVarious-listTexts p {
  line-height: 150%;
}
/*# sourceMappingURL=user.css.map */