.section {
  margin: 30px 0;
}
.section-title {
  display: inline-block;
  background: url(/assets/img/index/section-title-bg.png) no-repeat top left;
  background-size: cover;
  border-radius: 4px;
  min-width: 180px;
  height: 26px;
  padding: 0 16px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 28px;
  color: #fff;
  overflow: hidden;
}
.section-counter {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #f3f3f3;
  border: 1px solid #ccc;
  max-width: 220px;
  padding: 8px 0;
}
.section-counter span {
  font-size: 0.75rem;
}
.section-message {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding: 0 20px;
}
.section-message__img01 {
  width: 71px;
  height: auto;
}
.section-message__h2 {
  margin: 0 20px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  color: #157299;
}
.section-message__img02 {
  width: 103px;
  height: auto;
}
.section-topics li {
  position: relative;
  border-bottom: 1px dotted #ccc;
  padding: 10px 0 10px 30px;
}
.section-topics li::before {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  left: 8px;
  background: url(/assets/img/common/point-icon.png) no-repeat center;
  width: 9px;
  height: 9px;
}
.section-news li {
  display: flex;
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
}
.section-news .dt {
  position: relative;
  width: 160px;
  padding-left: 30px;
}
.section-news .dt::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  background: url(/assets/img/common/point-icon.png) no-repeat center;
  width: 9px;
  height: 9px;
}
.section-news .dd {
  width: 490px;
}
.section-news dt {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
}
.section-news dd {
  margin-bottom: 10px;
  padding-left: 1em;
}
.section-faq__box {
  margin: 10px 0;
}
.section-faq h3 {
  color: #157299;
}
.section-faq li {
  position: relative;
  padding: 10px 0 10px 30px;
}
.section-faq li::before {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  left: 8px;
  background: url(/assets/img/common/point-icon.png) no-repeat center;
  width: 9px;
  height: 9px;
}
.section-faq .q {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  color: #1f8dbc;
}
.section-faq .q::before {
  content: "Q.";
  margin-right: 4px;
}
.section-faq .a::before {
  content: "A.";
  margin-right: 4px;
}
.section-faq .a a {
  color: #1f7ea7;
}
.section-faq .a a:hover {
  color: #64bee6;
}

/*# sourceMappingURL=index.css.map*/