@charset "utf-8";

html {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Zen Kaku Gothic New', "ヒラギノ角ゴ Pro W3", "Hiragino Gothic Pro", "メイリオ", Meiryo, Osaka, "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0 auto;
  color: #333;
  line-height: 1.8;
}

#wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 5% 120px;
}

main h1 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

section {
  margin-bottom: 40px;
}

section h2 {
  font-size: 1.05rem;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

section p {
  font-size: 0.95rem;
  line-height: 2;
}

section ul {
  padding-left: 1.5em;
  font-size: 0.95rem;
  line-height: 2;
}

section ul li {
  list-style-type: disc;
}

section a {
  color: #555;
  text-decoration: underline;
}

.date {
  font-size: 0.85rem;
  color: #999;
  margin-top: 60px;
}

.batsu {
  margin: 60px auto 0;
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
}

.batsu::before, .batsu::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.3px;
  height: 60px;
  background: #999;
}

.batsu::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.batsu::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
