#information *,
#information *::before,
#information *::after {
  box-sizing: border-box;
}
#information .info {
  border: 1px dotted #ccc;
  padding: 4rem;
}
@media screen and (max-width: 599px) {
  #information .info {
    padding: 1rem;
    margin: 1rem;
  }
}
#information .info__title {
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 1em;
  text-align: center;
}
#information .info__text {
  line-height: 1.8;
}
#information .info__text p + p {
  margin-top: 1em;
}
@media screen and (max-width: 599px) {
  #information .info__text p br {
    display: none;
  }
}
#information .info__text b {
  font-weight: 500;
  color: #f00;
}
#information .info__text strong {
  font-weight: 700;
}
#information .info__text ul {
  list-style: disc;
  margin-left: 1em;
}
#information .info-example {
  margin-top: 4rem;
}
#information .info-example__title {
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 599px) {
  #information .info-example__title {
    font-size: 1rem;
  }
}
#information .info-example__title::before, #information .info-example__title::after {
  content: "";
  flex: 1;
  display: block;
  border-top: 3px double #ccc;
}
#information .info-example__image {
  height: auto;
  display: block;
  margin: 0 auto;
  border: 1px solid #999;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 599px) {
  #information .info-example__image {
    width: 100%;
  }
}
#information .info-example__image + .info-example__image {
  margin-top: 2rem;
}
#information .info-section {
  margin-top: 3rem;
}
#information .info-section__title {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 2em;
}
#information .info-qa dt,
#information .info-qa dd {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#information .info-qa dt > *:first-child,
#information .info-qa dd > *:first-child {
  width: 2em;
  flex-shrink: 0;
}
#information .info-qa dt {
  margin-bottom: 1rem;
}
#information .info-qa dd {
  margin-bottom: 2rem;
}
#information .info-contact {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 4rem;
}