@charset "UTF-8";

.horizontalLines {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 42px;
}

.horizontalLines .line {
  background-color: black;
  width: 100%;
  height: 6px;
}

h1 {
  color: #cd3764;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 80px 0;
}

dl {
  font-family: -apple-system, 'Helvetica Neue', 'Lucida Grande', 'Yu Gothic', '游ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
  margin: 28px 0;
}

dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}

dd {
  font-size: 18px;
  margin-inline-start: 0;
  line-height: 36px;
}

hr {
  border-top: 1px #cdcdcd solid;
}

.margin-bottom {
  margin-bottom: 200px;
}