@charset "UTF-8";

/* .p-front-symptoms { */
  /* background: url("../img/front/img_symptoms02_bg01.webp") no-repeat calc(100% + 150px) 100px; */
  /* background-size: 1005px auto; */
  /* background-attachment: fixed; */
/* } */

.p-front-symptoms-block01__item01 {
  background: url("../img//front/img_symptoms01.webp") no-repeat 50% 50%;
  background-size: 466px auto;
}

.p-front-symptoms-block01__item02 {
  background: url("../img//front/img_symptoms02.webp") no-repeat 50% 50%;
  background-size: 448px auto;
}

.p-front-symptoms-block01__item03 {
  background: url("../img//front/img_symptoms03.webp") no-repeat 50% 50%;
  background-size: 622px auto;
}

@media screen and (max-width: 767px) {
  .p-front-symptoms-block01__item01 {
    background: url("../img//front/img_symptoms01_sp.webp") no-repeat 100% 0%;
    background-size: auto 380px;
  }

  .p-front-symptoms-block01__item02 {
    background: url("../img//front/img_symptoms02_sp.webp") no-repeat 100% 0%;
    background-size: auto 380px;
  }

  .p-front-symptoms-block01__item03 {
    background: url("../img//front/img_symptoms03_sp.webp") no-repeat -20px 0%;
    background-size: auto 380px;
  }
}

.p-front-depart {
  margin-bottom: 0;
}

.c-front-heading__textBig::after {
  border-bottom: 3px dotted #ffe55e;
}

.p-front-symptoms-block01__list li::before {
  background-color: #ffe55e;
}

.p-front-depart-block01__title::after {
  border-bottom: 3px dotted #ffe55e;
}

.c-subpage-kv__textBig::after {
  border-bottom: 3px dotted #ffe55e;
}