:root {
  --color-default: #87a6a9;
  --color-inverted: white;
  --color-black: black;
  --color-border: #c9c9c9;
  --bg-default: #f7f8f8;
  --bg-light: #f7f6f0;
  --bg-dark: #f5f0e2;
  --bg-inverted: var(--color-default);
  --color-link: inherit;
  --bg-gradient-light: linear-gradient(to bottom, var(--bg-default), var(--bg-light));
  --bg-gradient-middle: linear-gradient(to bottom, var(--bg-light), var(--bg-dark));
  --bg-gradient-dark: linear-gradient(to bottom, var(--bg-dark), var(--bg-default));
}

/*
====================================================================
PRIVACY POLICY
====================================================================
*/

.header__logo img {
  opacity: 0;
}

.section-block {
  padding-bottom: 300px;
}

.section-block__container {
  display: block;
  
}
.section-block__content {
  display: block;
  margin: 0 auto;
}
.section-block h1 {
  width: 59.8%;
  margin: 0 auto 80px auto;
  text-align: center;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--color-default);
}
.section-block h1 span {
  display: block;
  color: var(--color-default);
}

.privacy {
  display: block;
}

.privacy h2 {
  font-size: 18px;
  margin: 2em 0 1em 0;
}

.privacy a {
    margin-top: 96px;
    border-bottom: 1px solid var(--color-default);
    width: fit-content;
    padding-bottom: 8px;
}

.marquee {
  margin-top: 120px;
}

/*----------------------------------------------------------------*/
  @media (width < 768px) {
/*----------------------------------------------------------------*/

.is-open .header__logo img {
  opacity: 1;
}

/*
====================================================================
  SP / HEADER
====================================================================
*/

.button--menu {
  color: var(--color-default);
}

/*
====================================================================
  SP / PRIVACY POLICY
====================================================================
*/

.section-block {
  padding-top: 180px;
  padding-bottom: 90px;
}

.section-block h1 {
  width: 100%;
  min-width: unset;
  filter: none;
  padding-bottom: 40px;
  margin-bottom: 48px;
}

.section-block__content {
  padding-left: 0;
}
    
/*----------------------------------------------------------------*/
  }
/*----------------------------------------------------------------*//*# sourceMappingURL=news.css.map */