@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Lato:400,700|Noto+Sans+JP:400,700&display=swap");
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;
}

/* HTML5 display-role reset for older browsers */
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;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}
body a {
  outline: none;
  color: inherit;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}
body img {
  vertical-align: bottom;
  border: 0;
  outline: none;
}
body sup, body sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 50%;
}
body sup {
  bottom: 1ex;
}
body sub {
  top: 0.5ex;
}
body input, body textarea, body select, body button {
  padding: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body input::-ms-expand, body textarea::-ms-expand, body select::-ms-expand, body button::-ms-expand {
  display: none;
}
body .word_break {
  word-wrap: break-word;
  word-break: break-all;
}
body * {
  outline: none;
}
body *:hover, body *:active, body *:focus {
  outline: none;
}

@media screen and (min-width: 700px) {
  .pc_none {
    display: none !important;
  }
  article {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    color: #404040;
  }
  article p.logo {
    margin: 20px 0 50px 20px;
    width: 86px;
  }
  article p.logo img {
    width: 100%;
    height: auto;
  }
  article h1 {
    margin-bottom: 70px;
    text-align: center;
    line-height: 56px;
    font-size: 50px;
    font-weight: bold;
    font-family: "Lato";
    letter-spacing: calc(40em / 1000);
    margin-right: calc(40em / -1000);
  }
  article h1 small {
    padding-top: 10px;
    display: block;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    font-family: "Noto Sans JP";
  }
  article section {
    margin-bottom: 76px;
    padding: 0 40px;
    line-height: 26px;
    font-size: 16px;
  }
  article section h2 {
    margin-bottom: 40px;
    line-height: 30px;
    font-size: 24px;
  }
  article section h3 {
    font-weight: bold;
  }
  article section a {
    text-decoration: underline;
  }
  article section a:hover {
    text-decoration: none;
  }
  article section p, article section ul, article section ol, article section dl, article section table {
    margin-bottom: 26px;
  }
  article section ul {
    margin-left: 20px;
  }
  article section ul > li {
    list-style: disc;
  }
  article section ol {
    margin-left: 20px;
  }
  article section ol > li {
    list-style: decimal;
  }
  article section dl dt {
    font-weight: bold;
  }
  article section table tr td {
    vertical-align: top;
  }
  article section table tr td img {
    margin-left: 10px;
  }
}
@media screen and (max-width: 699px) {
  .sp_none {
    display: none !important;
  }
  article {
    margin: 0 auto;
    width: 100%;
    color: #404040;
  }
  article p.logo {
    margin: 15px 0 45px 25px;
    width: 43px;
  }
  article p.logo img {
    width: 100%;
    height: auto;
  }
  article h1 {
    margin-bottom: 47px;
    text-align: center;
    line-height: 28px;
    font-size: 26px;
    font-weight: bold;
    font-family: "Lato";
    letter-spacing: calc(40em / 1000);
    margin-right: calc(40em / -1000);
  }
  article h1 small {
    padding-top: 4px;
    display: block;
    line-height: 12px;
    font-size: 10px;
    font-weight: normal;
    font-family: "Noto Sans JP";
  }
  article section {
    margin-bottom: 65px;
    padding: 0 25px;
    line-height: 23px;
    font-size: 13px;
  }
  article section h2 {
    margin-bottom: 31px;
    line-height: 19px;
    font-size: 17px;
  }
  article section h3 {
    font-weight: bold;
  }
  article section a {
    text-decoration: underline;
  }
  article section p, article section ul, article section ol, article section dl, article section table {
    margin-bottom: 19px;
  }
  article section ul {
    margin-left: 18px;
  }
  article section ul > li {
    list-style: disc;
  }
  article section ol {
    margin-left: 18px;
  }
  article section ol > li {
    list-style: decimal;
  }
  article section dl dt {
    font-weight: bold;
  }
  article section table, article section tr, article section th, article section td {
    display: block;
  }
  article section table tr td img {
    width: 35px;
    height: auto;
  }
}