@charset "UTF-8";
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;
  box-sizing: border-box;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html {
  overflow-y: scroll;
  font-size: 62.5%;
  /*10px*/
}

body {
  width: auto;
  text-decoration: none;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1.8;
  font-style: normal;
  color: #777;
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}

.container {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainBlock {
  margin: 0 auto;
  max-width: 1000px;
  padding: 30px 20px;
}

.svg_main {
  text-align: center;
}
.svg_main svg {
  width: 120px;
  height: 20px;
}

.svg_shg {
  margin-top: 20px;
  text-align: right;
}
.svg_shg svg {
  width: 40px;
  height: 40px;
}

.title {
  margin: 20px 0;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}

.comment {
  padding: 20px 20px 10px;
  background: #f6f6f6;
}
.comment p {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 769px) {
  .mainBlock {
    padding-bottom: 80px;
  }

  .svg_main svg {
    width: 160px;
    height: 26px;
  }

  .svg_shg {
    margin-top: 30px;
  }
  .svg_shg svg {
    width: 50px;
    height: 50px;
  }

  .title {
    margin: 40px 0;
    font-size: 2rem;
  }

  .comment {
    padding: 40px;
    font-size: 1.6rem;
  }
}
