html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

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

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-SemiBold.woff") format("woff"), local(sans-serif);
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN";
  src: url("../font/DINAlternate-Bold.woff") format("woff"), local(sans-serif);
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
html {
  font-family: "Noto Sans JP", sans-serif;
}

.news-body {
  padding-bottom: 174px;
  padding: 0 210px;
}
.news-body .news-list .news-item .news-date {
  padding-top: 2rem;
  padding-bottom: 12px;
  font-size: 0.85rem;
  line-height: 1;
  color: #7D8B95;
  display: block;
}
.news-body .news-list .news-item .news-title {
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.25;
  padding-bottom: 24px;
}
.news-body .news-list .news-item .news__excerpt {
  color: #7D8B95;
  line-height: 2;
  padding-bottom: 2rem;
  border-bottom: 1px solid #7D8B95;
}
.news-body .page-nation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 0;
}
.news-body .page-nation .page-numbers {
  display: inline-block;
  margin: 0 4px;
  padding: 10px 16px;
  font-size: 1rem;
  color: #0064FF;
  border: 1px solid #7D8B95;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-body .page-nation .page-numbers:hover {
  background-color: #0064FF;
  color: #ffffff;
}
.news-body .page-nation .page-numbers.current {
  background-color: #0064FF;
  color: #fff;
  pointer-events: none;
}
.news-body .page-nation .page-numbers.dots {
  background: none;
  border: none;
}
.news-body .page-nation .page-numbers.prev, .news-body .page-nation .page-numbers.next {
  font-weight: bold;
}

@media (max-width: 768px) {
  .news-body {
    padding: 40px 20px;
  }
}