.p-srv-button-orange {
  position: relative;
  z-index: 1;
  text-align: center;
}
.p-srv-button-orange > a {
  display: block;
  max-width: 100%;
  width: 68rem;
  line-height: 8rem;
  border-radius: 4rem;
  text-align: center;
  color: #fff !important;
  font-weight: 700;
  background: #ff7814;
  font-size: 2.8rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.p-srv-button-orange > a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #9b6628;
  z-index: -1;
  border-radius: 4rem;
  transform: translateY(2px);
}
.p-srv-button-orange > a::after {
  content: '〉';
  line-height: 1;
  font-weight: 400;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
}
@media screen and (min-width:768px) {
  .p-srv-button-orange > a {
    width: 48rem;
    line-height: 5rem;
    border-radius: 2.5rem;
    font-size: 2rem;
  }
  .p-srv-button-orange > a::before {
    border-radius: 2.5rem;
    transform: translateY(3px);
  }
  .p-srv-button-orange > a::after {
    right: 1.5rem;
  }
}
.u-text-red {
  color: #f00 !important;
}
.u-text-orange {
  color: #ff7814 !important;
}
.u-text-yellow {
  color: #ffdb14 !important;
}
.u-align-right {
  text-align: right !important;
}
.p-symp__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-symp__mv__inner {
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}
#content .p-symp__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-symp__mv h1::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 1.2em;
}
@media screen and (min-width: 768px) {
  .p-symp__mv {
    padding: 0;
    background: no-repeat url(../images/bg-kv-pc.webp) center/cover;
    aspect-ratio: 1600/245;
    min-height: 245px;
  }
  .p-symp__mv__inner {
    display: flex;
    align-items: center;
    height: 100%;
  }
  #content .p-symp__mv h1 {
    width: auto;
    margin: 0;
  }
}

.p-symp__section {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .p-symp__section {
    padding: 8rem 0;
  }
  .p-symp__section__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#content .p-symp__section h2 {
  text-align: center;
  margin-bottom: 1.05em;
}

.p-symp__symptoms-case-section {
  background: #004da1;
}

#content .p-symp__symptoms-case-section h2 {
  color: #fff;
}

.p-symp__symptoms-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.p-symp__symptoms-list > li {
  background: #fff;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2em;
  font-size: min(28/750*100vw, 20px);
  width: 100%;
  min-height: 3.4em;
  line-height: 1.6;
}
.p-symp__symptoms-list--blue > li {
  background: #004da1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-symp__symptoms-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px 30px;
  }
  .p-symp__symptoms-list > li {
    flex: 0 0 auto;
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (min-width: 1100px) {
  .p-symp__symptoms-list > li {
    width: calc((100% - 60px) / 3);
  }
}
.p-symp__fee-section {
  background: #e8f7ff;
}
.p-symp__fee-table {
  width: 100%;
  margin-bottom: 20px;
}
.p-symp__fee-table th,
.p-symp__fee-table td {
  text-align: center;
  border: 3px solid #e8f7ff;
  vertical-align: middle;
  padding: 0.5em;
  font-weight: 400;
  font-size: min(24/750*100vw, 20px);
  line-height: 1.3;
}
.p-symp__fee-table thead th {
  background: #004da1;
  color: #fff;
}
.p-symp__fee-table tbody td {
  background: #fff;
  color: #000;
}
.p-symp__fee-table tbody td:empty {
  background: #e9e9e9;
}
@media screen and (max-width: 767px) {
  .p-symp__fee-table {
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
  }
  .p-symp__fee-table th,
  .p-symp__fee-table td {
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    padding: 0.3em;
    border-width: 2px;
  }
  .p-symp__fee-table thead th {
    width: 100px;
  }
}
.p-symp__fee-note {
  font-size: min(20/750*100vw, 16px);
  line-height: 1.2;
  color: #000;
}
.p-symp__fee-section .p-srv-button-orange {
  margin: 30px auto;
}
@media screen and (min-width: 768px) {
  .p-symp__fee-section .p-srv-button-orange {
    margin: 52px auto;
  }
}
.p-symp__free-cancel-camp {
  background: #fff;
  padding: 10px;
}
.p-symp__free-cancel-camp__img {
  max-width: 576px;
  width: 80%;
  margin: 0 auto;
}
.p-symp__free-cancel-camp__img > img {
  width: 100%;
  height: auto;
  display: block;
}
.p-symp__free-cancel-camp__text {
  font-size: min(20/750*100vw, 16px);
  line-height: 1.6;
  text-align: left;
  color: #000;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-symp__free-cancel-camp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 30px;
    gap: 44px;
  }
  .p-symp__free-cancel-camp__img {
    flex: 1 1 60%;
  }
  .p-symp__free-cancel-camp__text {
    flex: 1 1 40%;
    margin-top: 0;
  }
} 

.p-symp__repair-case-section {
  background: repeating-linear-gradient(-64deg, #f3f9ff, #f3f9ff 4px, #f0f7ff 4px, #f0f7ff 16px);
}
.p-symp__repair-case-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.p-symp__repair-case {
  flex: 1 1 auto;
  width: 100%;
  background: #fff;
  border: 1px solid #004da1;
  color: #000;
  line-height: 1.6;
  padding-bottom: 40px;
}
#content .p-symp__repair-case__title {
  background: #004da1;
  color: #fff;
  font-size: min(32/750*100vw, 20px);
  font-weight: 500;
  text-align: center;
  min-height: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
}
#content .p-symp__repair-case__type {
  color: #004da1;
  text-align: center;
  margin-bottom: 0;
  font-weight: 500;
  font-size: min(28/750*100vw, 18px);
  padding: 0.1em;
}
.p-symp__repair-case__cause {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  background: #e0e0e0;
  font-size: min(32/750*100vw, 19px);
  font-weight: 500;
  padding: 17px 10px;
  line-height: 1.3;
}
.p-symp__repair-case__cause-label {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f00;
  color: #fff;
  font-size: 0.9em;
  font-weight: 400;
  padding: 0.4em 0.3em;
  line-height: 1;
  width: fit-content;
  margin-right: 15px;
  word-break: keep-all;
  white-space: nowrap;
}
.p-symp__repair-case__detail {
  padding-left: 10px;
  padding-right: 10px;
}
.p-symp__repair-case__detail dt {
  color: #fff;
  background: #004da1;
  text-align: center;
  width: 100%;
  font-weight: 400;
  margin-bottom: 14px;
  padding: 0.1em;
}
.p-symp__repair-case__detail dd + dt {
  margin-top: 32px;
}
.p-symp__repair-case__fee-table {
  width: 100%;
}
.p-symp__repair-case__fee-table th,
.p-symp__repair-case__fee-table td {
  border: 1px solid #a6a6a6;
  width: 50%;
  font-weight: 400;
  padding: 0.2em 0.4em;
}
.p-symp__repair-case__fee-table th:first-child,
.p-symp__repair-case__fee-table td:first-child {
  min-width: 10em;
}
.p-symp__repair-case__fee-table__sum th,
.p-symp__repair-case__fee-table__sum td {
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-symp__repair-case-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
  }
  .p-symp__repair-case {
    flex: 0 1 auto;
    width: calc((100% - 60px)/3);
  }
  .p-symp__repair-case__detail-text {
    min-height: 200px;
  }
}