@charset "UTF-8";
.information {
  margin: 0 auto;
  padding: 0 20px;
  background-color: #fff;
  box-sizing: border-box;
}
.information h2 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: solid 1px #cbcbcb;
  margin: 0;
}
.information h3 {
  font-size: 18px;
  font-weight: bold;
}
.information span {
  color: var(--color-secondary);
}
.information .info-box {
  margin-bottom: 20px;
}
.information .info-box h3 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.information .info-box .info-table {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  border-collapse: collapse;
  font-weight: 500;
  font-size: 16px;
}
.information .info-box .info-table tr {
  border: none;
}
.information .info-box .info-table tr th {
  width: 85px;
  vertical-align: top;
  background: none;
  position: relative;
}
.information .info-box .info-table tr th::after {
  content: "：";
  position: absolute;
  right: 2px;
}
.information .info-box .info-table tr td {
  white-space: normal;
  word-break: break-word;
}
.information .info-container {
  padding-top: 20px;
  margin-bottom: 50px;
}
.information .info-container .info-intro {
  padding-top: 20px;
  margin-bottom: 40px;
}
.information .info-container p {
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .information h2 {
    font-size: 18px;
    padding-bottom: 0;
    border: none;
  }
  .information h3 {
    font-size: 16.5px;
  }
  .information hr {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .information .info-box {
    margin-bottom: 20px;
  }
  .information .info-container {
    padding-top: 10px;
    margin-bottom: 40px;
  }
  .information .info-container .info-intro {
    padding-top: 5px;
    margin-bottom: 40px;
  }
}/*# sourceMappingURL=information.css.map */