@charset "utf-8";

/* ========================================
    リセットcss
========================================= */
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-style:normal; */
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
input, textarea{margin: 0; padding: 0;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;}
caption, th{text-align: left;}
a:focus {outline:none;}

div#test {
    text-align: center;
    position: absolute;
    top: 0;
    opacity: 0.5;
}

/* micro clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {clear: both;}
.cf {*zoom: 1;}

/* ========================================
    ここから
========================================= *
/* all st*/
body {
  background-image: url(../img/japanese-paper_00372.webp);
}
h1 {
  font-size: 23.6px;
  font-weight: lighter;
  color: hsla(0, 0%, 0%, 0.87);
}
h2 {
  font-size: 22.1px;
  font-weight: lighter;
  color: hsla(0, 0%, 0%, 0.87);
}
h3 {
  font-size: 20.7px;
  color: hsla(0, 0%, 0%, 0.87);
}
h4 {
  font-size: 19.4px;
  color: hsla(0, 0%, 0%, 0.87);
}
h5 {
  font-size: 18.2px;
  color: hsla(0, 0%, 0%, 0.87);
}
h6 {
  font-size: 17.1px;
  color: hsla(0, 0%, 0%, 0.87);
}
p {
  font-size: 16px;
  color: hsla(0, 0%, 0%, 0.87);
  width: 90vw;
  margin: 0 auto;
  line-height: 24px;
  padding: 10px 0;
}
img {
  width: 90vw;
  border-radius: 15px;
  text-align: center;
  margin: 0 auto;
}
li {
  list-style: none;
  padding: 10px 0;
}
.bold {
  font-weight: bold;
}
@media all and (min-width: 600px) {
  h1 {
    font-size: 60px;
    font-weight: lighter;
  }
  h2 {
    font-size: 53px;
    font-weight: lighter;
  }
  h3 {
    font-size: 48px;
  }
  h4 {
    font-size: 34px;
  }
  h5 {
    font-size: 24px;
  }
  h6 {
    font-size: 20px;
  }
  p {
    width: 80vw;
  }
}
@media all and (min-width: 1025px) {
  P {
    width: 55vw;
  }
  img {
    width: 50vw;
  }
}
/* all end */
