.p-srv-symptoms__mv {
  position: relative;
  background: no-repeat url(../images/bg-kv-sp.webp) center/cover;
  width: 100%;
  aspect-ratio: 750/228;
}
@media screen and (max-width: 767px) {
  .p-srv-symptoms__mv__inner {
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}
#content .p-srv-symptoms__mv h1 {
  position: relative;
  text-align: center;
  font-size: min(46/750*100vw, 46px);
  padding-left: 1.4em;
  width: fit-content;
  margin: 0 auto;
}
.p-srv-symptoms__mv h1::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 1.2em;
  aspect-ratio: 54/39;
  background: no-repeat url(../images/icon-ttl-00.webp) center/contain
}
@media screen and (min-width: 768px) {
  .p-srv-symptoms__mv {
    padding: 0;
    background: no-repeat url(../images/bg-kv-pc.webp) center/cover;
    aspect-ratio: 1600/245;
    min-height: 245px;
  }
  .p-srv-symptoms__mv__inner {
    display: flex;
    align-items: center;
    height: 100%;
  }
  #content .p-srv-symptoms__mv h1 {
    width: auto;
    margin: 0;
  }
}

.container-origin {
  max-width: 1130px;
}
.origin-price .head-box {
  margin-bottom: 25px;
}
.origin-price .head-box::after {
  display: none;
}
#content .origin-price .head-box h2 {
  color: #000;
}
.origin-price__summary {
  font-size: min(20/750*100vw, 18px);
  line-height: 1.5;
  margin-top: 1.5em;
}
.origin-price__main--list .items .txt ul li::after {
  content: "";
  width: 1.6rem;
  height: 2.8rem;
  background: no-repeat url(../images/icon-check.webp) center/contain;
}
.more.icon-arrow {
  position: relative;
}
.more.icon-arrow::after {
  content: "";
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 0.6em;
  aspect-ratio: 1/1;
  border-top: 2px solid #004da1;
  border-right: 2px solid #004da1;
}
.origin-price__main--list .items main {
  border-radius: 0;
}
.origin-price__main--list .items .txt {
  background: #e6f2f8;
}
.origin-price__main--list .items .more {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .origin-price__main--list .d-flex {
    display: block;
  }
  .origin-price__main--list .d-flex .items {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .origin-price__main--list .d-flex {
    margin: 0 -15px;
  }
  .origin-price__main--list .items {
    margin-bottom: 24px;
    padding: 0 15px;
  }
}
#content .origin-price__more-link {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 35px auto 0;
  gap: 0.5em;
  color: #0e4ea1 !important;
  font-weight: 700;
  font-size: min(23/750*100vw, 20px);
  border-bottom: 1px solid transparent;
}
#content .origin-price__more-link::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #0e4ea1;
  border-right: 1px solid #0e4ea1;
  transform: rotate(45deg);
}
#content .origin-price__more-link:hover {
  color: #0e4ea1;
  border-color: #0e4ea1;
}
.origin-price__main--list .items .txt .more-origin .more {
  max-width: 28rem;
}
@media screen and (max-width: 767px) {
  .origin-price__main--list .items .txt .more-origin .more {
    max-width: 32rem;
  }
}