* {
  box-sizing: border-box;
}
html, body {
  height: 100%;
}
body {
  margin: 0;
  background: #ffffff;
  color: #222222;
  font-family: system-ui, -apple-system, "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", Meiryo, sans-serif;
  line-height: 1.85;
  letter-spacing: 0.01em;
}
a {
  color: #0b63ce;
  text-underline-offset: 3px;
}
#wholewrapper {
  max-width: 860px;
  margin: 0 auto;
  padding: 28px 16px 72px;
}
.hero {
  padding: 0 0 18px;
  border-bottom: 1px solid #dcdcdc;
}
.hero__kicker {
  display: inline-flex;
  gap: 10px;
  align-items: baseline;
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 10px;
}
.hero__kickerTag {
  font-weight: 700;
  color: #222222;
  padding: 2px 8px;
  border: 1px solid #dcdcdc;
  border-radius: 999px;
  background: #f9fafb;
}
.hero__title {
  margin: 0 0 80px;
  font-size: clamp(24px, 3.5vw, 36px);
  line-height: 1.25;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
}
.hero__lead {
  margin: 14px 0 0;
  color: #222222;
}
.meta {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.meta__item {
  font-size: 16px;
  color: #6b7280;
  background: #f9fafb;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  padding: 6px 10px;
}
.meta__item strong {
  color: #222222;
  font-weight: 700;
  margin-left: 6px;
}
.content {
  padding-top: 18px;
}
.content h2 {
  margin: 2em 0 1.5em;
  font-weight: bold;
}
.section {
  padding: 24px 0;
  border-bottom: 1px solid #dcdcdc;
}
.section:last-child {
  border-bottom: none;
}
.section__title, .card__title {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.02em;
}
.card {
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}
.grid {
  display: block;
}
.para {
  margin: 0 0 12px;
}
.list {
  margin: 0;
  padding-left: 1.2em;
}
.list li {
  margin: 6px 0;
}
.note {
  margin: 10px 0 0;
  color: #6b7280;
  font-size: 14px;
}
.note code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.95em;
}
.callout {
  margin: 10px 0 12px;
  padding: 12px 12px;
  background: #f9fafb;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
}
.callout strong {
  color: #222222;
}
.actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 24px 0;
}
@media (max-width: 520px) {
  .actions {
    gap: 8px;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  border-radius: 12px;
  padding: 12px 14px;
  border: 1px solid #dcdcdc;
  background: #f9fafb;
  color: #222222;
}
.btn:hover {
  filter: brightness(0.98);
}
.btn--primary {
  background: #222222;
  color: white;
  border-color: #222222;
}
.btn--primary:hover {
  filter: brightness(1.03);
}
.btn--ghost {
  background: white;
  color: #222222;
}
.dl {
  margin: 0;
}
.dl__row {
  padding: 10px 0;
  border-top: 1px dashed #dcdcdc;
}
.dl__row:first-child {
  border-top: none;
  padding-top: 0;
}
.dl dt {
  color: #6b7280;
  font-size: 13px;
  margin: 0 0 3px;
}
.dl dd {
  margin: 0;
}
#address table th, #address table td {
  vertical-align: top;
  font-weight: normal;
}
.form_title h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.35;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
}
.form_title h1 span {
  display: block;
  font-size: 21px;
}
footer {
  margin-top: 24px;
  padding-top: 14px;
  border-top: 1px solid #dcdcdc;
  color: #6b7280;
  text-align: center;
}
footer .copyright {
  font-size: 12px;
  color: #999;
}
html {
  -webkit-text-size-adjust: 100%;
}
img, video {
  max-width: 100%;
  height: auto;
}
* {
  min-width: 0;
}
@media (max-width: 860px) {
  #wholewrapper {
    padding: 20px 14px 56px;
  }
  .hero__title {
    margin: 0 0 18px;
    font-size: clamp(22px, 6vw, 30px);
  }
  .hero__kicker {
    flex-wrap: wrap;
    row-gap: 6px;
  }
  .meta {
    gap: 8px;
  }
  .meta__item {
    width: 100%;
    font-size: 15px;
    line-height: 1.55;
  }
  .list {
    padding-left: 1.15em;
  }
  .list li {
    margin: 8px 0;
  }
  .btn {
    width: 100%;
    padding: 14px 14px;
  }
}
@media (max-width: 560px) {
  #wholewrapper {
    padding: 18px 12px 48px;
  }
  #address table, #address tbody, #address tr, #address th, #address td {
    display: block;
    width: 100%;
  }
  #address tr {
    padding: 10px 0;
    border-top: 1px dashed #dcdcdc;
  }
  #address tr:first-child {
    border-top: none;
    padding-top: 0;
  }
  #address th {
    color: #6b7280;
    font-size: 13px;
    margin: 0 0 4px;
  }
  #address td {
    margin: 0;
  }
  #address td ul {
    margin: 0;
    padding-left: 1.2em;
  }
  a, p, li, td {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}
/*# sourceMappingURL=./ikku.css.map */