@charset "UTF-8";
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  position: relative; }
  @media (max-width: 767px) {
    body {
      font-size: .95rem;
      line-height: 1.6; } }

.small {
  font-size: .8rem;
  line-height: 1.5;
  display: inline-block; }
  @media (max-width: 575px) {
    .small {
      font-size: .7rem; } }

h1 {
  margin-bottom: 1.5rem; }
  h1 + p {
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.5rem; }
    @media (max-width: 575px) {
      h1 + p {
        font-size: 1rem; } }

.container {
  max-width: 640px;
  background: #fff;
  padding: 0 1rem 1rem 1rem; }

.henkin-title {
  background: #dd3454;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  padding: .5rem; }
  @media (max-width: 575px) {
    .henkin-title {
      font-size: 1rem; } }

.henkin-step dt {
  font-size: 1.2rem;
  border-bottom: 1px solid #3f3f3f;
  margin-bottom: .5rem; }
  @media (max-width: 575px) {
    .henkin-step dt {
      font-size: 1rem; } }
.henkin-step dd {
  margin-bottom: 2rem; }

footer {
  text-align: center;
  font-size: .8rem;
  margin-top: 4rem; }
