.Arts .p-flow__title {
  margin-top: 70px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.Arts .l-flow {
  padding: 52px 0 85px;
  margin-top: 35px;
  background: #f7f7f5;
}
.Arts .l-flow .p-flow__box {
  position: relative;
  padding: 40px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.Arts .l-flow .p-flow__box:nth-child(4) .p-flow__box__contents {
  align-items: center;
}
.Arts .l-flow .p-flow__box:not(:first-child) {
  margin-top: 75px;
}
.Arts .l-flow .p-flow__box:not(:first-child)::before {
  position: absolute;
  top: -50px;
  left: 50%;
  width: 24px;
  height: 24px;
  content: "";
  background: url(/membership/common/img/icon-arrow.png) no-repeat center center/contain;
  transform: translateX(-50%);
}
.Arts .l-flow .p-flow__box__contents {
  display: flex;
}
@media not all and (min-width: 1080px) {
  .Arts .l-flow .p-flow__box__contents {
    display: block;
  }
}
.Arts .l-flow .p-flow__box__step {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  max-width: 150px;
  height: 150px;
  margin-right: 80px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #328300;
  border-radius: 50%;
}
@media not all and (min-width: 1080px) {
  .Arts .l-flow .p-flow__box__step {
    margin: auto;
  }
}
.Arts .l-flow .p-flow__box__step ._en {
  font-size: 22px;
  font-size: 1.375rem;
}
.Arts .l-flow .p-flow__box__img {
  margin-top: 20px;
}
.Arts .l-flow .p-flow__box__texts {
  width: calc(100% - 150px);
}
@media not all and (min-width: 1080px) {
  .Arts .l-flow .p-flow__box__texts {
    width: 100%;
    margin-top: 30px;
  }
}
.Arts .l-flow .p-flow__box__texts__title {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #328300;
}
.Arts .l-flow .p-flow__box__texts__text {
  line-height: 2;
}
.Arts .l-flow .p-flow__box__texts__text span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.2857142857;
}
.Arts .l-flow .p-flow__box__texts__ways {
  display: flex;
  gap: 60px;
  align-items: center;
}
.Arts .l-flow .p-flow__box__texts__way {
  width: calc(33.3% - 40px);
  text-align: center;
}
.Arts .l-flow .p-flow__box__texts__way:not(:first-child) {
  position: relative;
}
.Arts .l-flow .p-flow__box__texts__way:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: -30px;
  width: 1px;
  height: 127px;
  content: "";
  background: #ccc;
  transform: translateY(-50%);
}
.Arts .l-flow .p-flow__box__texts__way__title {
  font-weight: 700;
  color: #001e46;
}
.Arts .l-flow .p-flow__box__texts__way__btn {
  width: 200px;
  max-width: 100%;
  height: 42px;
  margin: 23px auto 20px;
  line-height: 38px;
  background: #fff;
  border: 2px solid #001e46;
  border-radius: 40px;
  transition: all 0.3s ease 0s;
}
.Arts .l-flow .p-flow__box__texts__way__btn a {
  position: relative;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #001e46;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.Arts .l-flow .p-flow__box__texts__way__btn a::after {
  position: absolute;
  top: 48%;
  right: 10px;
  width: 8.5px;
  height: 15px;
  content: "";
  background-color: #001e46;
  -webkit-mask: url(/common/img/global/icon__arrow02.svg) no-repeat center center/contain;
          mask: url(/common/img/global/icon__arrow02.svg) no-repeat center center/contain;
  transition: all 0.3s ease 0s;
  transform: translateY(-50%);
}
.Arts .l-flow .p-flow__box__texts__way__btn:hover {
  background: #001e46;
}
.Arts .l-flow .p-flow__box__texts__way__btn:hover a {
  color: #fff;
}
.Arts .l-flow .p-flow__box__texts__way__btn:hover a::after {
  background-color: #fff;
}
.Arts .l-flow .p-flow__box__texts__way__cap {
  font-size: 14px;
  font-size: 0.875rem;
  color: #001e46;
}

.Arts .p-faq__top-title {
  margin-top: 70px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.Arts .l-faq .p-q3-1__wrap {
  width: 100%;
  margin-left: 30px;
}
.Arts .l-faq .p-faq__wrap {
  margin-top: 40px;
}
.Arts .l-faq .p-faq__wrap:not(:first-child) {
  margin-top: 60px;
}
.Arts .l-faq .p-faq__wrap__inner {
  padding-bottom: 80px;
  border-bottom: 2px solid #ccc;
}
.Arts .l-faq .p-faq__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #001e46;
}
.Arts .l-faq .p-faq__contents {
  margin-top: 34px;
}
.Arts .l-faq .p-faq__content {
  padding: 23px 20px;
  background: #edf2f7;
}
.Arts .l-faq .p-faq__content:not(:first-child) {
  margin-top: 17px;
}
.Arts .l-faq .p-faq__content__q {
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #001e46;
  text-decoration: none;
}
.Arts .l-faq .p-faq__content__q button {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  width: 40px;
  height: 40px;
  background: #fff;
  border: none;
  border-radius: 50%;
  transform: translateY(-50%);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.Arts .l-faq .p-faq__content__q button:hover {
  cursor: pointer;
}
.Arts .l-faq .p-faq__content__q::before, .Arts .l-faq .p-faq__content__q::after {
  position: absolute;
  top: 50%;
  right: 34px;
  z-index: 2;
  width: 12px;
  height: 2px;
  content: "";
  background: #2058a5;
  transition: all 0.3s ease;
  transform: translateY(-50%);
}
.Arts .l-faq .p-faq__content__q::before:hover, .Arts .l-faq .p-faq__content__q::after:hover {
  cursor: pointer;
}
.Arts .l-faq .p-faq__content__q::after {
  transform: translateY(-50%) rotate(90deg);
}
.Arts .l-faq .p-faq__content__a {
  padding: 30px;
  margin-top: 30px;
  overflow: hidden;
  line-height: 2;
  background: #fff;
  transition: height 0.3s ease;
}
.Arts .l-faq .p-faq__content__a._q3-1 {
  display: flex;
}
.Arts .l-faq .p-faq__content__a__dls {
  border: 1px solid #ccc;
}
.Arts .l-faq .p-faq__content__a__dls:not(:first-child) {
  margin-top: 30px;
}
.Arts .l-faq .p-faq__content__a__dl {
  display: flex;
  width: 100%;
}
.Arts .l-faq .p-faq__content__a__dl:not(:first-child) {
  border-top: 1px solid #ccc;
}
.Arts .l-faq .p-faq__content__a__dl._info .p-faq__content__a__dt {
  width: 40%;
}
.Arts .l-faq .p-faq__content__a__dl._info .p-faq__content__a__dd {
  width: 60%;
}
.Arts .l-faq .p-faq__content__a__dl._contact .p-faq__content__a__dt {
  width: 30%;
}
.Arts .l-faq .p-faq__content__a__dl._contact .p-faq__content__a__dd {
  width: 70%;
}
.Arts .l-faq .p-faq__content__a__dt {
  padding: 10px;
  background: #edf2f7;
}
.Arts .l-faq .p-faq__content__a__dd {
  padding: 10px;
  border-left: 1px solid #ccc;
}
.Arts .l-faq .p-faq__content__a a {
  color: #001e46;
  text-decoration: none;
}
.Arts .l-faq .p-faq__content__a a:hover {
  text-decoration: underline;
}
.Arts .l-faq .p-faq__content__a a._flow {
  margin-top: 20px;
}
.Arts .l-faq .p-faq__content__a ._answer {
  color: #d83a3a;
}
.Arts .l-faq .p-faq__content__a ._bold {
  font-weight: 700;
}
.Arts .l-faq .p-faq__content._open .p-faq__content__q::before {
  background: #707070;
}
.Arts .l-faq .p-faq__content._open .p-faq__content__q::after {
  transform: translateY(-50%) rotate(0);
}
.Arts .l-faq .p-faq__content:not(._open) .p-faq__content__a {
  display: none;
}
.Arts .p-contact__btn {
  width: 378px;
  max-width: 100%;
  height: 55px;
  line-height: 51px;
  background: #001e46;
  border: 2px solid #001e46;
  transition: all 0.3s ease 0s;
}
.Arts .p-contact__btn a {
  position: relative;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.Arts .p-contact__btn a::after {
  position: absolute;
  top: 48%;
  right: 10px;
  width: 8.5px;
  height: 15px;
  content: "";
  background-color: #fff;
  -webkit-mask: url(/common/img/global/icon__arrow02.svg) no-repeat center center/contain;
          mask: url(/common/img/global/icon__arrow02.svg) no-repeat center center/contain;
  transition: all 0.3s ease 0s;
  transform: translateY(-50%);
}
.Arts .p-contact__btn:hover {
  background: #fff;
}
.Arts .p-contact__btn:hover a {
  color: #001e46 !important;
}
.Arts .p-contact__btn:hover a::after {
  background-color: #001e46;
}

.Arts .l-contact .p-contact__inner {
  padding: 94px 20px 160px;
}
.Arts .l-contact .p-contact__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
}
.Arts .l-contact .p-contact__text {
  margin-top: 20px;
  line-height: 2;
  text-align: center;
}
.Arts .l-contact .p-contact__btn {
  width: 378px;
  max-width: 100%;
  height: 55px;
  margin: 46px auto 0;
  line-height: 51px;
  background: #001e46;
  border: 2px solid #001e46;
  transition: all 0.3s ease 0s;
}
.Arts .l-contact .p-contact__btn a {
  position: relative;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.Arts .l-contact .p-contact__btn a::after {
  position: absolute;
  top: 48%;
  right: 10px;
  width: 8.5px;
  height: 15px;
  content: "";
  background-color: #fff;
  -webkit-mask: url(/common/img/global/icon__arrow02.svg) no-repeat center center/contain;
          mask: url(/common/img/global/icon__arrow02.svg) no-repeat center center/contain;
  transition: all 0.3s ease 0s;
  transform: translateY(-50%);
}
.Arts .l-contact .p-contact__btn:hover {
  background: #fff;
}
.Arts .l-contact .p-contact__btn:hover a {
  color: #001e46;
}
.Arts .l-contact .p-contact__btn:hover a::after {
  background-color: #001e46;
}
.Arts .p-banner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  max-width: 941px;
  padding: 54px 0 91px;
  margin: 0 auto;
}
.Arts .p-banner__texts {
  margin-top: 16px;
}
.Arts .p-banner__texts__titles {
  display: flex;
  align-items: center;
}
.Arts .p-banner__texts__img {
  width: 100%;
  max-width: 173px;
  padding-right: 1em;
}
.Arts .p-banner__texts__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #328300;
}
.Arts .p-banner__texts__btn {
  width: 378px;
  max-width: 100%;
  height: 55px;
  margin-top: 30px;
  line-height: 51px;
  background: #001e46;
  border: 2px solid #001e46;
  transition: all 0.3s ease 0s;
}
.Arts .p-banner__texts__btn a {
  position: relative;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.Arts .p-banner__texts__btn a::after {
  position: absolute;
  top: 48%;
  right: 10px;
  width: 8.5px;
  height: 15px;
  content: "";
  background-color: #fff;
  -webkit-mask: url(/common/img/global/icon__arrow02.svg) no-repeat center center/contain;
          mask: url(/common/img/global/icon__arrow02.svg) no-repeat center center/contain;
  transition: all 0.3s ease 0s;
  transform: translateY(-50%);
}
.Arts .p-banner__texts__btn:hover {
  background: #fff;
}
.Arts .p-banner__texts__btn:hover a {
  color: #001e46;
}
.Arts .p-banner__texts__btn:hover a::after {
  background-color: #001e46;
}
.Arts .p-banner__img {
  max-width: 316px;
  margin-left: auto;
}
.Arts .l-benefit {
  padding: 85px 0 78px;
  background: #f7f7f5;
}
.Arts .l-benefit .p-benefit__inner {
  width: calc(100% - 100px);
  max-width: 1040px;
  padding: 38px 30px 60px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.Arts .l-benefit .p-benefit__box__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.Arts .l-benefit .p-benefit__box__img {
  width: 140px;
  margin: 0 auto;
}
.Arts .l-benefit .p-benefit__box__contents {
  display: flex;
  gap: 20px;
  margin-top: 48px;
}
.Arts .l-benefit .p-benefit__box__content {
  width: calc(50% - 10px);
}
.Arts .l-benefit .p-benefit__box__content__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
}
.Arts .l-benefit .p-benefit__box__content__img {
  margin-top: 11px;
}
.Arts .l-benefit .p-benefit__box__content__cap {
  margin-top: 11px;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
}
.Arts .l-benefit .p-benefit__box__content__others {
  margin-top: 8px;
  line-height: 2;
}
.Arts .l-benefit .p-benefit__box__content__btn {
  width: 378px;
  max-width: 100%;
  height: 55px;
  margin: 68px auto 0;
  line-height: 51px;
  background: #fff;
  border: 2px solid #001e46;
  transition: all 0.3s ease 0s;
}
.Arts .l-benefit .p-benefit__box__content__btn a {
  position: relative;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #001e46;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.Arts .l-benefit .p-benefit__box__content__btn a::after {
  position: absolute;
  top: 48%;
  right: 10px;
  width: 8.5px;
  height: 15px;
  content: "";
  background-color: #001e46;
  -webkit-mask: url(/common/img/global/icon__arrow02.svg) no-repeat center center/contain;
          mask: url(/common/img/global/icon__arrow02.svg) no-repeat center center/contain;
  transition: all 0.3s ease 0s;
  transform: translateY(-50%);
}
.Arts .l-benefit .p-benefit__box__content__btn:hover {
  background: #001e46;
}
.Arts .l-benefit .p-benefit__box__content__btn:hover a {
  color: #fff;
}
.Arts .l-benefit .p-benefit__box__content__btn:hover a::after {
  background-color: #fff;
}

.Arts .p-online__title {
  margin-top: 70px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.Arts .l-please {
  margin-top: 35px;
}
.Arts .l-please .p-please__inner {
  max-width: 960px;
}
.Arts .l-please .p-please__box {
  padding: 32px 40px 52px;
  background: #fcfcfc;
  border: 1px solid #ccc;
}
.Arts .l-please .p-please__box__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #001e46;
}
.Arts .l-please .p-please__box__lists {
  padding-left: 1em;
  margin-top: 29px;
}
.Arts .l-please .p-please__box__list {
  list-style: disc;
}
.Arts .l-please .p-please__box__list:not(:first-child) {
  margin-top: 25px;
}
.Arts .l-webflow {
  margin-top: 68px;
}
.Arts .l-webflow .p-webflow__inner {
  max-width: 960px;
  padding-bottom: 80px;
  border-bottom: 2px solid #ccc;
}
.Arts .l-webflow .p-webflow__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #001e46;
}
.Arts .l-webflow .p-webflow__lists {
  margin-top: 27px;
}
.Arts .l-webflow .p-webflow__list {
  padding: 17px 20px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  background: #edf2f7;
}
.Arts .l-webflow .p-webflow__list a {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #2058a5;
  text-decoration: none;
}
.Arts .l-webflow .p-webflow__list a span {
  position: relative;
}
.Arts .l-webflow .p-webflow__list a span::after {
  position: absolute;
  top: -3px;
  right: -20px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  border-top: 2px solid #2058a5;
  border-right: 2px solid #2058a5;
  transform: rotate(135deg);
}
.Arts .l-webflow .p-webflow__list:not(:first-child) {
  margin-top: 20px;
}
.Arts .l-webflow .p-webflow__list__inner {
  padding: 20px 20px;
  margin: 25px 10px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  background: #fff;
}
.Arts .l-webflow .p-webflow__text {
  font-weight: normal;
  line-height: 2;
}
.Arts .l-webflow .p-webflow__confirm {
  position: relative;
  padding-bottom: 7px;
  margin-top: 64px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.Arts .l-webflow .p-webflow__confirm::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 2px;
  content: "";
  background: #2058a5;
}
.Arts .l-webflow .p-webflow__confirm::after {
  position: absolute;
  bottom: 0;
  left: 200px;
  width: calc(100% - 200px);
  height: 2px;
  content: "";
  background: #ccc;
}
.Arts .l-webflow .p-webflow__terms__title {
  margin-top: 30px;
  font-weight: 700;
}
.Arts .l-webflow .p-webflow__terms__box {
  height: 422px;
  margin-top: 45px;
  overflow-y: scroll;
  border: 1px solid #ccc;
}
.Arts .l-webflow .p-webflow__terms__box__inner {
  padding: 30px 40px 10px;
  line-height: 2;
}
.Arts .l-webflow .p-webflow__agree-btn {
  width: 378px;
  max-width: 100%;
  height: 55px;
  margin: 70px auto 0;
  line-height: 51px;
  background: #001e46;
  border: 2px solid #001e46;
  transition: all 0.3s ease 0s;
}
.Arts .l-webflow .p-webflow__agree-btn a {
  position: relative;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.Arts .l-webflow .p-webflow__agree-btn a::after {
  position: absolute;
  top: 48%;
  right: 10px;
  width: 8.5px;
  height: 15px;
  content: "";
  background-color: #fff;
  -webkit-mask: url(/common/img/global/icon__arrow02.svg) no-repeat center center/contain;
          mask: url(/common/img/global/icon__arrow02.svg) no-repeat center center/contain;
  transition: all 0.3s ease 0s;
  transform: translateY(-50%);
}
.Arts .l-webflow .p-webflow__agree-btn:hover {
  background: #fff;
}
.Arts .l-webflow .p-webflow__agree-btn:hover a {
  color: #001e46;
}
.Arts .l-webflow .p-webflow__agree-btn:hover a::after {
  background-color: #001e46;
}

.Arts .p-privilege__title {
  margin-top: 70px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.Arts .l-privilege {
  padding: 58px 0 78px;
  margin-top: 36px;
  background: #f7f7f5;
}
.Arts .l-privilege .p-privilege__box {
  display: flex;
  padding: 20px 30px 45px 50px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.Arts .l-privilege .p-privilege__box:not(:first-child) {
  margin-top: 45px;
}
.Arts .l-privilege .p-privilege__box__num {
  display: inline-block;
  width: 102px;
  height: 41px;
  font-weight: 700;
  line-height: 41px;
  color: #fff;
  text-align: center;
  background: #328300;
  border-radius: 23px;
}
.Arts .l-privilege .p-privilege__box__num span {
  font-size: 22px;
  font-size: 1.375rem;
}
.Arts .l-privilege .p-privilege__box__title {
  margin-top: 15px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #001e46;
}
.Arts .l-privilege .p-privilege__box__text {
  margin-top: 25px;
  line-height: 2;
}
.Arts .l-privilege .p-privilege__box__links {
  margin-top: 30px;
}
.Arts .l-privilege .p-privilege__box__link {
  position: relative;
  padding-left: 20px;
}
.Arts .l-privilege .p-privilege__box__link:not(:first-child) {
  margin-top: 20px;
}
.Arts .l-privilege .p-privilege__box__link::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #2058a5;
  border-style: solid;
  border-width: 7.5px 0 7.5px 11px;
  transform: translateY(-50%);
}
.Arts .l-privilege .p-privilege__box__link a {
  color: #2058a5;
  text-decoration: none;
}
.Arts .l-privilege .p-privilege__box__link a:hover {
  text-decoration: underline;
}
.Arts .l-privilege .p-privilege__box__img {
  max-width: 290px;
  margin-top: 60px;
  margin-left: auto;
}
.Arts .l-privilege .p-privilege__box__img._point {
  max-width: 400px;
  margin-top: 114px;
}

.p-discount__box {
  display: none;
}
.p-discount__box__inner {
  max-width: 820px;
  padding: 20px 20px 50px;
  margin: 0 auto;
}
.p-discount__box__sub-title {
  position: relative;
  padding-bottom: 7px;
  margin-top: 80px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}
.p-discount__box__sub-title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 2px;
  content: "";
  background: #2058a5;
}
.p-discount__box__sub-title::after {
  position: absolute;
  bottom: 0;
  left: 200px;
  width: calc(100% - 200px);
  height: 2px;
  content: "";
  background: #ccc;
}
.p-discount__box__text {
  margin-top: 30px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.2857142857;
}
.p-discount__attentions {
  padding-left: 1em;
  margin-top: 45px;
}
.p-discount__attention {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.2857142857;
  color: #c00;
  list-style: disc;
}
.p-discount__attention:not(:first-child) {
  margin-top: 10px;
}
.p-discount__date {
  margin-top: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
}
.p-discount__contents {
  margin-top: 40px;
}
.p-discount__content:not(:first-child) {
  margin-top: 35px;
}
.p-discount__content__title {
  padding: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  background: #edf2f7;
}
.p-discount__content__text {
  margin-top: 30px;
  line-height: 2;
}
.p-discount__content__text span {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-discount__content__text .bold {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
.p-discount__content__link {
  margin-top: 20px;
}
.p-discount__content__link a {
  color: #2058a5;
}
.p-discount__content__link a::before {
  border-left: 9px solid #2058a5 !important;
}

.modaal-overlay {
  z-index: 1000;
}

.modaal-container {
  margin-top: 50px;
}

.Arts .p-service__text {
  margin-top: 40px;
  line-height: 2;
}
.Arts .p-service__attention__box {
  margin-top: 40px;
  text-align: center;
}
.Arts .p-service__attention__text {
  display: inline-block;
  width: 550px;
  max-width: 100%;
  height: 65px;
  font-weight: 700;
  line-height: 65px;
  background: #f7f7f5;
}
.Arts .l-service .p-service__inner {
  position: relative;
  max-width: 1000px;
  padding: 0 20px 100px;
  margin: 0 auto;
}
.Arts .l-service .p-service__inner::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #ccc;
}
.Arts .l-service .p-service__wrap {
  margin-top: 100px;
}
.Arts .l-service .p-service__contents:not(:first-child) {
  margin-top: 65px;
}
.Arts .l-service .p-service__contents__title {
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 40px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}
.Arts .l-service .p-service__contents__title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 2px;
  content: "";
  background: #2058a5;
}
.Arts .l-service .p-service__contents__title::after {
  position: absolute;
  bottom: 0;
  left: 200px;
  width: calc(100% - 200px);
  height: 2px;
  content: "";
  background: #ccc;
}
.Arts .l-service .p-service__content {
  display: flex;
  border: 1px solid #ccc;
}
.Arts .l-service .p-service__content:not(:first-child) {
  border-top: none;
}
.Arts .l-service .p-service__content__floor {
  width: 20%;
  padding-top: 70px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  background: #edf2f7;
  border-right: 1px solid #ccc;
}
.Arts .l-service .p-service__content__details__wrap {
  width: 80%;
}
.Arts .l-service .p-service__content__details {
  padding: 40px 25px 35px;
}
.Arts .l-service .p-service__content__details:not(:first-child) {
  border-top: 1px solid #ccc;
}
.Arts .l-service .p-service__content__details__name {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}
.Arts .l-service .p-service__content__details__name a {
  color: #2058a5;
  text-decoration: none;
}
.Arts .l-service .p-service__content__details__name a:hover {
  text-decoration: underline;
}
.Arts .l-service .p-service__content__details__tel {
  margin-top: 20px;
  line-height: 2;
}
.Arts .l-service .p-service__content__details__service {
  margin-top: 25px;
  color: #0c84af;
}
.Arts .l-service .p-service__date {
  margin-top: 35px;
  font-size: 14px;
  font-size: 0.875rem;
}
.Arts .l-service .p-service__annotations {
  margin-top: 40px;
}
.Arts .l-service .p-service__annotation {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.2857142857;
}
.Arts .l-service .p-service__others {
  margin-top: 50px;
  font-size: 14px;
  font-size: 0.875rem;
}
.Arts .l-service .p-service__others a {
  color: #2058a5;
  text-decoration: none;
}
.Arts .l-service .p-service__others a:hover {
  text-decoration: underline;
}