* {
  letter-spacing: 0.05em;
}
h1, ul.List {
  margin: 0em;
  padding-left: 0px;
  font-size: 62.5%;
  line-height: 1;
}
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;
}
html * {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
body{
  font-size: 1.2rem;
}
div.main {
  margin-top: 45px;
}
.app-content-wrap {
  background-color: var(--overseas-pailgray);
  padding: 30px 0 80px;
  min-height: calc(100vh - 50px);
}
@media (max-width: 767px) {
  div.main {
    margin: auto 5%;
  }
}
/*----------------------------------------------------
  プライバシーポリシー
----------------------------------------------------*/
#privacy_page h1 {
  font-size: 2rem;
}
#privacy_page h2 {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-top: 30px;
}
#privacy_page h3 {
  margin-top: 15px;
  line-height: 1.4rem;
}
#privacy_page p {
  margin-top: 20px;
}
#privacy_page p.no-margin {
  margin-top: 3px;
}
#privacy_page h2+p {
  margin-top: 7px;
}
#privacy_page .right-text {
  text-align: right;
}
#privacy_page ul {
  list-style: none;
}
#privacy_page ul li {
  line-height: 1.6;
  padding-left: 1.2rem;
  text-indent: -1.2rem;
}
#privacy_page .text-flex {
  display: flex;
  padding-left: 1.2rem;
}
#privacy_page .text-flex p {
  margin: 0;
}

