.u-justify {
  text-align: justify;
  text-justify: inter-character;
}

.u-upper {
  text-transform: uppercase;
}

@media print, screen and (min-width: 1200px) {
  .u-ds-sp {
    display: none;
  }
}

.u-ds-pc {
  display: none;
}
@media print, screen and (min-width: 1200px) {
  .u-ds-pc {
    display: block;
  }
}

.u-palt {
  font-feature-settings: "palt";
}

.p-sym {
  background: #fff;
}
.p-sym dt {
  font-weight: normal !important;
}

.p-sym-fv {
  position: relative;
  width: 100%;
  height: 66.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  .p-sym-fv {
    height: 33.0729166667vw;
  }
}
.p-sym-fv::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(100% 61.5%, 0% 100%, 100% 100%);
          clip-path: polygon(100% 61.5%, 0% 100%, 100% 100%);
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .p-sym-fv::before {
    -webkit-clip-path: polygon(100% 37%, 0% 100%, 100% 100%);
            clip-path: polygon(100% 37%, 0% 100%, 100% 100%);
  }
}
.p-sym-fv picture,
.p-sym-fv img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-sym-fv img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-sym-leadContainer {
  position: relative;
  z-index: 1;
  padding: 3.8461538462vw 6.4102564103vw 0;
}
@media print, screen and (min-width: 1200px) {
  .p-sym-leadContainer {
    width: 62.5vw;
    max-width: 1200px;
    padding: 0;
    margin: -30px auto 0;
  }
}

.p-sym-lead {
  text-align: center;
}
@media print, screen and (min-width: 1200px) {
  .p-sym-lead {
    text-align: right;
  }
}
.p-sym-lead__title span {
  display: block;
  line-height: 1;
}
.p-sym-lead__title__sub {
  font-size: clamp(0.75rem, 0.5588235294rem + 0.7843137255vw, 1.5rem) !important;
  color: #c79c99;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 1200px) {
  .p-sym-lead__title__sub {
    letter-spacing: 0.15em;
  }
}
.p-sym-lead__title__main {
  margin-top: 0.5em;
  font-size: clamp(1.4375rem, 1.1029411765rem + 1.3725490196vw, 2.75rem) !important;
  color: #707070;
}
.p-sym-lead__desc {
  margin-top: 1.5em;
  text-align: center;
  font-size: clamp(0.75rem, 0.6544117647rem + 0.3921568627vw, 1.125rem);
  line-height: 1.75;
  color: #707070 !important;
}
@media print, screen and (min-width: 1200px) {
  .p-sym-lead__desc {
    margin-top: 1.3em;
    line-height: 2.61;
    text-align: right;
  }
}

.p-sym__box {
  margin-top: 3.3em;
}
@media print, screen and (min-width: 1200px) {
  .p-sym__box {
    margin-top: 6.3em;
  }
}

.p-sym-box {
  padding: 1.5em 1em;
  border-radius: 16px;
  background-color: #e4e4e4;
  color: #6f6f6f !important;
}
@media print, screen and (min-width: 1200px) {
  .p-sym-box {
    padding: 4em 5em;
  }
}
.p-sym-box__title {
  text-align: center;
  font-size: clamp(1.25rem, 0.9632352941rem + 1.1764705882vw, 2.375rem);
  margin: 0;
}
.p-sym-box__desc {
  margin: 1em 0 0;
  font-size: clamp(0.75rem, 0.6384803922rem + 0.4575163399vw, 1.1875rem) !important;
}
@media print, screen and (min-width: 1200px) {
  .p-sym-box__desc {
    margin-top: 1.5em;
  }
}
.p-sym-box__desc p {
  margin: 0 !important;
  line-height: 1.75 !important;
}
@media print, screen and (min-width: 1200px) {
  .p-sym-box__desc p {
    line-height: 2.11;
  }
}

.p-sym__content {
  margin-top: 19.2307692308vw;
}
@media print, screen and (min-width: 1200px) {
  .p-sym__content {
    margin-top: 96px;
  }
}

.p-sym-content {
  padding: 0 6.4102564103vw;
}
@media print, screen and (min-width: 1200px) {
  .p-sym-content {
    padding: 0;
    margin-inline: auto;
    width: 69.7916666667vw;
    max-width: 1340px;
  }
}
.p-sym-content__title {
  text-align: center;
  font-size: clamp(1.4375rem, 1.1507352941rem + 1.1764705882vw, 2.5625rem);
  line-height: 1;
  letter-spacing: 0.4em;
  color: #c79c99;
}
.p-sym-content__anchor {
  margin-top: 2em;
}
@media print, screen and (min-width: 1200px) {
  .p-sym-content__anchor {
    margin-top: 3em;
  }
}
.p-sym-content__anchorBtns {
  display: flex;
  flex-direction: column;
  gap: min(5.1282051282vw, 35px);
  padding: 0;
}
@media print, screen and (min-width: 1200px) {
  .p-sym-content__anchorBtns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 35px 70px;
  }
}
.p-sym-content__anchorBtn {
  background-color: #c79c99;
  border-radius: 10px;
}
.p-sym-content__anchorBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1em;
  font-size: clamp(0.875rem, 0.8272058824rem + 0.1960784314vw, 1.0625rem);
  font-weight: bold;
  color: #fff;
}

.p-sym-content__section {
  margin-top: 12.8205128205vw;
}
@media print, screen and (min-width: 1200px) {
  .p-sym-content__section {
    margin-top: 100px;
  }
}

.p-sym-section__cat {
  font-size: clamp(1.0625rem, 0.887254902rem + 0.7189542484vw, 1.75rem) !important;
  color: #c79c99;
  line-height: 1.71;
  border-bottom: 1px solid currentColor;
}
@media print, screen and (min-width: 1200px) {
  .p-sym-section__cat {
    padding-bottom: 0.2em;
    line-height: 1.71;
  }
}
.p-sym-section__cat + .p-sym-section__post {
  margin-top: 1em;
}
@media print, screen and (min-width: 1200px) {
  .p-sym-section__cat + .p-sym-section__post {
    margin-top: 4.5em;
  }
}

.p-sym-section__post + .p-sym-section__post {
  margin-top: 11.5384615385vw;
}
@media print, screen and (min-width: 1200px) {
  .p-sym-section__post + .p-sym-section__post {
    margin-top: 90px;
  }
}
.p-sym-section__post + .p-sym-section__cat {
  margin-top: 17.9487179487vw;
}
@media print, screen and (min-width: 1200px) {
  .p-sym-section__post + .p-sym-section__cat {
    margin-top: 140px;
  }
}

.p-sym-post {
  border: 1px solid #bcbcbc;
  border-radius: 16px;
}
.p-sym-post__inner {
  padding: 2em 1em;
}
@media print, screen and (min-width: 1200px) {
  .p-sym-post__inner {
    padding: 3.5em 2em;
  }
}
.p-sym-post__title {
  margin-bottom: 0;
  font-size: clamp(1.375rem, 1.1200980392rem + 1.045751634vw, 2.375rem);
  line-height: 1.68;
  color: #5c5c5c !important;
  font-weight: normal !important;
}
@media print, screen and (min-width: 1200px) {
  .p-sym-post__title {
    line-height: 1.71;
  }
}
.p-sym-post__listContainer {
  margin-top: 2em;
}
@media print, screen and (min-width: 1200px) {
  .p-sym-post__listContainer {
    margin-top: 1em;
  }
}
.p-sym-post__list {
  border-top: 1px solid #bcbcbc;
}
@media print, screen and (min-width: 1200px) {
  .p-sym-post__list {
    margin-left: 1em;
  }
}
.p-sym-post__list + .p-sym-post__list {
  margin: 2em 0 0;
}
@media print, screen and (min-width: 1200px) {
  .p-sym-post__list + .p-sym-post__list {
    margin: 2.5em 0 0 1em;
  }
}
.p-sym-post__term {
  margin-top: 2.5em;
  margin-left: 0.5em;
  padding-left: 0.5em;
  font-size: clamp(1rem, 0.8725490196rem + 0.522875817vw, 1.5rem);
  line-height: 1;
  color: #5c5c5c !important;
  border-left: 1px solid #c79c99;
}
@media print, screen and (min-width: 1200px) {
  .p-sym-post__term {
    margin-top: 1.3em;
    margin-left: -0.7em;
  }
}
.p-sym-post__desc {
  margin: 2em 0 0;
}
@media print, screen and (min-width: 1200px) {
  .p-sym-post__desc {
    margin: 1.7em 0 0 -1em;
  }
}
.p-sym-post__desc p {
  color: #5c5c5c !important;
  font-size: clamp(0.875rem, 0.8272058824rem + 0.1960784314vw, 1.0625rem);
  line-height: 1.71;
}
.p-sym-post__desc p:last-of-type {
  margin-bottom: 0;
}
.p-sym-post__desc a {
  color: #c79c99 !important;
}
.p-sym-post__desc iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  max-width: 680px;
}

.p-sym-slider {
  width: 85%;
  margin: 0 auto;
}
@media print, screen and (min-width: 1200px) {
  .p-sym-slider {
    width: 480px;
    margin: 0 auto 0 0;
  }
}
.p-sym-slider__note {
  text-align: center;
  font-size: clamp(0.75rem, 0.6862745098rem + 0.2614379085vw, 1rem);
  margin: 2em 0 0;
}
@media print, screen and (min-width: 1200px) {
  .p-sym-slider__note {
    margin: 0 0 0 1em;
    vertical-align: middle;
  }
}
.p-sym-slider ul li {
  list-style: none !important;
}
.p-sym-slider ul li:before {
  content: none;
}
.p-sym-slider .splide__arrow {
  width: min(3.0769230769vw, 18px);
  height: auto;
  background: none;
  border-radius: 0;
  opacity: 1;
}
@media print, screen and (min-width: 1200px) {
  .p-sym-slider .splide__arrow {
    width: 18px;
  }
}
.p-sym-slider .splide__arrow svg {
  width: 100%;
  height: 100%;
}
.p-sym-slider .splide__arrow--prev {
  left: -2.3em;
}
@media print, screen and (min-width: 1200px) {
  .p-sym-slider .splide__arrow--prev {
    left: -5.7em;
    display: none;
  }
}
.p-sym-slider .splide__arrow--next {
  right: -2.3em;
}
@media print, screen and (min-width: 1200px) {
  .p-sym-slider .splide__arrow--next {
    right: -5.7em;
  }
}
.p-sym-slider .splide__slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  margin: 0;
}/*# sourceMappingURL=renewal_symptoms.css.map */