@charset "UTF-8";
/* Scss Document */
div {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  div {
    font-size: 17px;
  }
}
div dl {
  width: 99%;
  margin: auto;
  line-height: 1.65;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  overflow-x: hidden;
}
div dl + dl {
  margin-top: 1em;
}
@media screen and (max-width: 480px) {
  div dl {
    display: block;
  }
}
div dl dt {
  font-size: .93333em;
  width: 7em;
  font-weight: 700;
}
div dl dd {
  flex: 1;
}
@media screen and (max-width: 480px) {
  div dl dd {
    width: 100%;
  }
}
div dl dd a {
  color: #2ea6ff;
  text-decoration: underline;
}
