/* グローバル */
body {
  font-size: 18px;
  color: #323232;
}

@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

ul {
  list-style: none;
}

input[type="radio"] {
  margin-top: 2px;
}

/* ユーティリティ */
.bold {
  font-weight: bold;
}

/* セクション */
.section {
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
}

.section .section-title {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 18px;
}

.section .section-title::before {
  content: '＝';
  padding-right: 1em;
}

.section .section-title::after {
  content: '＝';
  padding-left: 1em;
}

.section .section-body {
  text-align: left;
}

/* フッター */
.footer {
  font-size: 80%;
  border-top: 1px solid #ddd;
}

.footer .privacymark {
  padding-bottom: 12px;
}

.footer .footer-link li {
  padding: 0;
}
