@media (max-width: 575.98px) {
  html,
  body {
    font-size: 12px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  html,
  body {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  html,
  body {
    font-size: 22px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  html,
  body {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  html,
  body {
    font-size: 32px;
  }
}
ul {
  margin-bottom: 0;
}
p {
  margin-bottom: 0;
}
body {
  background-color: #f9fafc;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
    sans-serif;
  color: #333333;
}
.section {
  margin: 60px 0;
}
.cr-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
}
.cr-sub-title {
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0;
}
.cr-tag {
  background: rgba(255, 208, 90, 0.4);
  border: 2px solid #ffd05a;
  border-radius: 30px;
  display: inline-block;
}
.cr-tag-lg {
  padding: 8px 32px;
  font-weight: bold;
  font-size: 0.75rem;
}
.cr-tag-normal {
  padding: 4px 12px;
  font-size: 12px;
}
.cr-card {
  background: #ffffff;
  border: 4px solid #61b5d1;
  border-radius: 16px;
  overflow: hidden;
}
.cr-card .cr-card-title {
  background: #61b5d1;
  text-align: center;
  padding: 0.75rem 0;
  font-size: 0.875rem;
  color: #fff;
  font-weight: bold;
}
.cr-card .cr-card-content {
  padding: 24px;
  font-size: 0.625rem;
}
.font-lg {
  font-size: 1rem;
}
.font-normal {
  font-size: .5rem;
}
.font-primary {
  font-size: .625rem;
}
.cr-step {
  list-style: none;
  padding-left: 0;
}
.cr-step .step-item .step-item-head {
  display: flex;
  align-items: center;
}
.cr-step .step-item .step-item-head .number {
  font-size: 1rem;
  color: #0166FF;
  margin-right: 14px;
}
.cr-step .step-item .step-item-head .label {
  font-size: .75rem;
  font-weight: bold;
}
.cr-step .step-item .step-item-content {
  margin: 8px 0 8px .5rem;
  min-height: 150px;
  border-left: 1px solid #D0D0D5;
  padding: 16px 32px;
}
.cr-step .step-item:last-child .step-item-content {
  border-left: none;
  min-height: 0;
  margin-bottom: 0;
}
.cr-step .step-item img {
  max-width: 320px;
  border-radius: 16px;
}
@media (max-width: 767.98px) {
  .font-normal {
    font-size: 1rem;
  }
  .font-primary {
    font-size: 1rem;
  }
  .font-lg {
    font-size: 1.5rem;
  }
  .section {
    margin: 32px 0;
  }
  .cr-title {
    font-size: 1.16rem;
  }
  .cr-sub-title {
    font-size: 1rem;
  }
  .cr-tag-lg {
    padding: 4px 8px;
  }
  .cr-card .cr-card-title {
    padding: 12px;
    font-size: 1.17rem;
  }
  .cr-card .cr-card-content {
    font-size: 1rem;
    padding: 16px 24px;
  }
  .cr-step .step-item .step-item-head .number {
    font-size: 16px;
    margin-right: 6px;
  }
  .cr-step .step-item .step-item-head .label {
    font-size: 1.16rem;
  }
  .cr-step .step-item .step-item-content {
    margin-bottom: 24px;
    padding: 0 0 4px 16px;
  }
  .cr-step .step-item .step-item-content img {
    margin-top: 16px;
  }
}
