@charset "UTF-8";

* {
    margin:0;
    padding:0;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.container {
    width: 100%;
    overflow: hidden;
}

picture {
    display: block;
    width: 100%;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}



body {
  font-family: 'Zen Kaku Gothic New', 'Segoe UI', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  background: url("../images/01-bg.webp") center/cover no-repeat;
  color: #222;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
}

.container {
  max-width: 624px;
  margin: 40px auto 60px auto;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  padding: 40px 28px 32px 28px;
}

h1 {
  font-size: 2rem;
  margin-bottom: 32px;
  font-weight: 700;
  letter-spacing: .06em;
  color: #2c3e50;
  position: relative;
  text-align: center;
}

.tokushoho {
  margin: 0;
  padding: 0;
}

.tokushoho dt {
  font-weight: 700;
  margin-top: 24px;
  color: #3a4a5d;
  font-size: 1.7rem;
  letter-spacing: .03em;
  position: relative;
  padding-bottom: 4px;
}

.tokushoho dt::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  border-bottom: 0.5px solid #888;
}

.tokushoho dd {
  margin: 8px 0 0 0;
  padding-left: 0;
  color: #222;
  font-size: 1.4rem;
}

.tokushoho dt:first-of-type {
  margin-top: 0;
}

/* リンク装飾 */
a {
  color: #771158;
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: #050D63;
  text-decoration: underline;
}

.container p {
    margin-top: 1em;
    text-align: center;
}

/* SP */
@media (max-width: 680px) {
  .container {
    max-width: 100%;
  }

  h1 {
    font-size: 1.35rem;
    margin-bottom: 22px;
  }
  .tokushoho dt {
    font-size: 1em;
  }
}