@import url("https://fonts..com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
html {
  color: #000;
  background: transparent;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

body {
  font-family: "Shippori Mincho B1", serif;
  width: 100%;
  letter-spacing: 0.1em;
  overflow: hidden;
  font-size: clamp(13px, 1.1vw, 18px);
  color: #383434;
  overflow: hidden;
  position: relative;
  height: 100vh;
  text-align: center;
}
body a {
  text-decoration: none;
  color: #5194a0;
  font-weight: 700;
  cursor: pointer;
}
body a:hover {
  color: #6e6363;
}
body .container {
  margin-bottom: 1em;
}
body dt {
  background-color: #383434;
  display: inline-block;
  padding: 0.2em 0.5em;
  color: #fff;
  font-weight: 400;
  position: relative;
  font-size: 50%;
  margin-bottom: 0.4em;
  transform: scale(2, 1);
}
body p {
  line-height: 1.8em;
  position: relative;
}
body .newsArea {
  position: relative;
  padding: 0.5rem;
  box-sizing: border-box;
}
body .inner {
  width: 100%;
  height: 97vh;
  letter-spacing: 0.1em;
  font-size: 115%;
  margin-bottom: 5em;
}/*# sourceMappingURL=news.css.map */