.c-page-title {
  --bgi: url("/_assets/safety/img/ttl-main.svg");
}
@media print, screen and (min-width: 769px) {
  .c-page-title {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .c-page-title .c-page-title-en {
    left: -9.0909090909vw;
    top: -10.4545454545vw;
    width: 17.5vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-page-title .c-page-title-en {
    left: -66px;
    top: -60px;
    width: 105px;
  }
}

@media only screen and (max-width: 768px) {
  .p-safety {
    margin-bottom: 16.8181818182vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-safety {
    margin-bottom: 120px;
  }
}

@media only screen and (max-width: 768px) {
  .p-safety-item {
    margin-inline: -4.5454545455vw;
    padding-inline: 4.5454545455vw;
  }
}
.p-safety-item:not(:last-child) {
  border-bottom: 1px solid var(--gray);
}
@media only screen and (max-width: 768px) {
  .p-safety-item:not(:last-child) {
    margin-bottom: 10.2272727273vw;
    padding-bottom: 10.2272727273vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-safety-item:not(:last-child) {
    margin-bottom: 45px;
    padding-bottom: 45px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-safety-item .c-ttl01 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .p-safety-item .p-safety-text {
    font-size: 3.6363636364vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-safety-item .p-safety-text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-safety-item .p-safety-text:not(:first-child) {
    margin-top: 5.4545454545vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-safety-item .p-safety-text:not(:first-child) {
    margin-top: 24px;
  }
}
.p-safety-item .p-safety-text a {
  color: var(--lightblue);
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  .p-safety-item .p-safety-text a:hover {
    text-decoration: none;
  }
}
.p-safety-item .p-safety-list {
  list-style-position: inside;
}
@media only screen and (max-width: 768px) {
  .p-safety-item .p-safety-list {
    font-size: 3.6363636364vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-safety-item .p-safety-list {
    font-size: 1.6rem;
  }
}
.p-safety-item .p-safety-list li {
  margin-left: 1.1em;
  text-indent: -1.1em;
}
@media only screen and (max-width: 768px) {
  .p-safety-item .p-safety-list li:not(:first-child) {
    margin-top: 5.4545454545vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-safety-item .p-safety-list li:not(:first-child) {
    margin-top: 24px;
  }
}