@charset "utf-8";

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  line-height: 2;
  text-align: center;
  border-top: 5px solid transparent;
  border-image: linear-gradient(to right, #9289bb, #986dc9, #c8e9ed, #986dc9, #9289bb) 1;
  box-shadow: inset 0 1px #434eb0;
}

h1 {
  margin-top: 10px;
  font-size: 1.9em;
  line-height: 1.8;
}

h1 a {
  margin: 0 28px;
  color: #1a75ff !important;
}

h1::before,
h1::after {
  height: 0;
  font-family: kazesawa-regular, sans-serif;
  font-size: 0.9em;
  vertical-align: -0.5px;
  text-shadow: 0 0 5px #999;
}

h1::before {
  content: '［';
}

h1::after {
  content: '］';
}

h2 {
  line-height: 2.5;
}
