@charset "UTF-8";
.p-home-safe-site {
  width: 100%;
  margin: 0;
  padding: 40px 0;
}
.p-home-safe-site__container {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-home-safe-site__content {
  max-width: 680px;
  margin: 0 auto;
}
.p-home-safe-site__title-box {
  background-color: #1e2878;
  color: #ffffff;
  padding: 10px 5px;
  margin-bottom: 20px;
  border-radius: 8px;
}
.p-home-safe-site__title {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  text-align: center;
  color: #ffffff;
  word-break: keep-all;
}
.p-home-safe-site__lead {
  margin-bottom: 30px;
  line-height: 1.8;
  font-size: 15px;
}
.p-home-safe-site__lead p {
  margin: 0;
}
.p-home-safe-site__warning-box {
  background-color: #ffffeb;
  padding: 30px 10px;
  margin-bottom: 20px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
}
.p-home-safe-site__warning-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-home-safe-site__warning-list li {
  position: relative;
  padding-left: 1.6em;
  padding-bottom: 5px;
  margin-bottom: 15px;
  line-height: 1.8;
  border-bottom: 1px solid #ddd;
}
.p-home-safe-site__warning-list li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #333;
  font-size: 1.4em;
  line-height: 1;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.p-home-safe-site__warning-list li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.p-home-safe-site__alert {
  margin-bottom: 40px;
  line-height: 1.8;
}
.p-home-safe-site__alert p {
  margin: 0;
  font-size: 14px;
}
.p-home-safe-site__experts {
  margin-bottom: 30px;
}
.p-home-safe-site__expert-card {
  background-color: #ffffff;
  border: 1px solid #989898;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2);
}
.p-home-safe-site__expert-card:last-child {
  margin-bottom: 0;
}
.p-home-safe-site__expert-card .expert-card__header {
  display: flex;
  gap: 15px;
  margin-bottom: 4px;
  align-items: center;
}
.p-home-safe-site__expert-card .expert-card__image {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}
.p-home-safe-site__expert-card .expert-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.p-home-safe-site__expert-card .expert-card__org {
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 5px 0;
}
.p-home-safe-site__expert-card .expert-card__title {
  font-weight: 600;
  font-size: 14px;
  margin: 0;
}
.p-home-safe-site__expert-card .expert-card__title span {
  display: block;
}
.p-home-safe-site__expert-card .expert-card__description {
  margin-top: 10px;
}
.p-home-safe-site__expert-card .expert-card__description p {
  font-size: 12px;
  line-height: 1.7;
  margin: 0;
}
.p-home-safe-site__about-box {
  background-color: #ffffdc;
  padding: 18px 5%;
  line-height: 1.8;
}
.p-home-safe-site__about-box p {
  margin: 0 0 8px 0;
  text-align: justify;
  font-size: 14px;
}
.p-home-safe-site__about-box p:last-child {
  margin-bottom: 0;
}
.p-home-safe-site__about-box p.contact {
  text-align: end;
  font-weight: 600;
  font-size: 14px;
}
.p-home-safe-site__about-box p.contact .contact__email {
  color: #1e2878 !important;
  text-decoration: none;
}
.p-home-safe-site .highlight-yellow {
  background: linear-gradient(transparent 5%, #ffff78 90%, transparent 5%);
  font-weight: 500;
  color: #dc3c00;
}
.p-home-safe-site .highlight-red {
  color: #e74c3c;
}
@media (min-width: 1025px) {
  .p-home-safe-site {
    padding: 50px 0;
    font-size: 16px;
  }
  .p-home-safe-site__title-box {
    padding: 20px 30px;
    margin-bottom: 30px;
  }
  .p-home-safe-site__title {
    font-size: 23px;
    font-weight: 600;
  }
  .p-home-safe-site__lead {
    font-size: 16px;
  }
  .p-home-safe-site__warning-box {
    margin-top: 50px;
    padding: 25px 14px;
    font-size: 17px;
  }
  .p-home-safe-site__warning-list li {
    padding-bottom: 15px;
  }
  .p-home-safe-site__alert {
    margin-top: 50px;
  }
  .p-home-safe-site__alert p {
    margin: 0;
    font-size: 16px;
  }
  .p-home-safe-site__container {
    padding: 0 40px;
  }
  .p-home-safe-site__expert-card {
    padding: 25px 8%;
  }
  .p-home-safe-site__expert-card .expert-card__header {
    margin-bottom: 15px;
  }
  .p-home-safe-site__expert-card .expert-card__info {
    flex: 1;
  }
  .p-home-safe-site__expert-card .expert-card__image {
    width: 90px;
    height: 90px;
  }
  .p-home-safe-site__expert-card .expert-card__org {
    font-size: 13px;
  }
  .p-home-safe-site__expert-card .expert-card__title {
    font-size: 16px;
  }
  .p-home-safe-site__expert-card .expert-card__title .expert-card__position {
    margin-right: 8px;
  }
  .p-home-safe-site__expert-card .expert-card__title span {
    display: inline;
  }
  .p-home-safe-site__expert-card .expert-card__description p {
    font-size: 14px;
    margin-top: 10px;
  }
  .p-home-safe-site__about-box {
    padding: 24px 8%;
  }
  .p-home-safe-site__about-box p {
    font-size: 14px;
    margin: 0 0 15px 0;
  }
  .p-home-safe-site__about-box p.contact {
    font-size: 13px;
  }
  .p-home-safe-site__about-box p.contact .contact__email {
    font-size: 14px;
  }
}/*# sourceMappingURL=safe-site.css.map */