@charset "UTF-8";
/* ===============================
   Reset CSS（モダン寄り・安全版）
================================ */
/* box-sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* margin 初期化 */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* body */
body {
  min-height: 100vh;
  line-height: 1.6;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
}

/* list */
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* link */
/* button */
button {
  font: inherit;
  border: none;
  background: none;
  cursor: pointer;
}

/* img */
img,
picture {
  max-width: 100%;
  display: block;
}

/* form */
input,
button,
textarea,
select {
  font: inherit;
}

/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* address */
address {
  font-style: normal;
}

@media (max-width: 768px) {
  body {
    line-height: 1.4;
  }
}
/* borderradius */
/* breakpoint */
/* maxwidth */
/* Font */
/* line-height */
/* font-size */
/* ===============================
	お知らせ一覧
================================ */
.newsOutline {
  margin-top: 84px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .newsOutline {
    margin-top: 45px;
  }
}/*# sourceMappingURL=news.css.map */