@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1.8;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Sass Document */
html, body {
  font-size: 16px;
  font-weight: 400;
  font-family: "ten-mincho", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  html, body {
    min-width: 1230px;
  }
}
@media screen and (max-width: 575px) {
  html, body {
    font-size: 14px;
    font-weight: 500;
  }
}

.container-fluid {
  /* 画面幅の上限 */
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

a {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
a:hover, a:active, a:focus {
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
}

div.page_wrap {
  min-width: 100dvw;
  min-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
div.page_wrap div.contents {
  text-align: center;
}
div.page_wrap div.contents h1 {
  font-size: 1.8125rem;
  margin-bottom: 5.4375rem;
}
div.page_wrap div.contents h1 span {
  display: block;
  font-size: 2.4375rem;
}
div.page_wrap div.contents div.attention {
  margin-bottom: 4rem;
}
div.page_wrap div.contents div.attention p {
  font-size: 1.875rem;
  font-weight: 700;
  margin-top: 2rem;
}
div.page_wrap div.contents p.alert {
  color: #FF1919;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  div.page_wrap div.contents h1 {
    font-size: 3.488dvw;
    margin-bottom: 12.558dvw;
  }
  div.page_wrap div.contents h1 span {
    font-size: 4.65dvw;
  }
  div.page_wrap div.contents div.attention {
    margin-bottom: 12.558dvw;
  }
  div.page_wrap div.contents div.attention img {
    width: 14.65dvw;
  }
  div.page_wrap div.contents div.attention p {
    margin-top: 4.186dvw;
    font-size: 3.72dvw;
  }
  div.page_wrap div.contents p.alert {
    font-size: 3.488dvw;
  }
}/*# sourceMappingURL=style.css.map */