/***************************/
/* ページ用のCSS               */
/***************************/
h1 {
  font-size: 26px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.intro-text {
  max-width: 700px;
  font-size: 16px;
  margin: 40px 4px;
}

.section-title {
  max-width: 700px;
  margin: 20px auto;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}

.section-content {
  max-width: 700px;
  margin: 0px auto 60px auto;
  color: #ccc;
  font-size: 16px;
  line-height: 1.6;
}

ul {
  list-style-position: inside;
}

li {
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin-top: 8px;
  margin-bottom: 8px;
}

.text-link {
  color: #b09462;
  text-decoration: underline;
}
