/*!*********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/page/page-temp/policy/policy.scss ***!
  \*********************************************************************************************************************************************************************************************/
.establishment_date {
  margin: 2rem auto 4rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .establishment_date {
    margin: 1rem auto 3rem;
    font-size: 0.9rem;
  }
}

.thanks-ttl,
.error404-ttl {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 3rem;
  color: #F16D1A;
}
@media screen and (max-width: 640px) {
  .thanks-ttl,
  .error404-ttl {
    margin: 0 0 2rem;
  }
}

.thanks .txt-center,
.error404 .txt-center {
  margin: 0 0;
}

.thanks-msg,
.error404-msg {
  margin: 0 0 3rem;
}
@media screen and (max-width: 640px) {
  .thanks-msg,
  .error404-msg {
    margin: 0 0 2rem;
  }
}

.thanks-add-msg span {
  display: block;
  text-align: center;
}
.thanks-add-msg span a {
  display: inline-block;
  color: #ff0000;
  text-decoration: underline;
}
.thanks-add-msg span a:hover {
  text-decoration: none;
}

.error404 h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 3.4rem;
  letter-spacing: 6px;
  text-indent: 6px;
  line-height: normal;
  margin: 0 0 2rem;
  color: #d8d8d8;
}
@media screen and (max-width: 640px) {
  .error404 h1 {
    font-size: 3rem;
    letter-spacing: 4px;
    text-indent: 4px;
    margin: 0 0 1rem;
  }
}
.error404-ttl {
  font-size: 1.2rem;
  margin: 0 0 0.5rem;
}
@media screen and (max-width: 640px) {
  .error404-ttl {
    font-size: 1rem;
  }
}
.error404-msg span {
  color: #555;
}

@media screen and (max-width: 959px) {
  .policy-content {
    margin: 1.5rem auto;
  }
}
@media screen and (max-width: 640px) {
  .policy-content {
    padding: 3rem 5%;
  }
}
.policy-content p, .policy-content ul, .policy-content ol {
  font-size: 0.95rem;
}
.policy-content ul li {
  margin: 0 0 0.5em;
  line-height: 1.7;
  position: relative;
  padding-left: 0.8em;
}
@media screen and (max-width: 640px) {
  .policy-content ul li {
    margin: 0 0 1em;
  }
}
.policy-content ul li:before {
  display: block;
  width: 4px;
  height: 4px;
  line-height: 1;
  content: "";
  background: #F16D1A;
  position: absolute;
  top: 0.7em;
  left: 0;
  border-radius: 50%;
}
.policy-content ol {
  counter-reset: li;
  padding: 0;
  list-style: none;
}
.policy-content ol li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}
.policy-content ol li:before {
  display: inline-block;
  content: counter(li) ".";
  counter-increment: li;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  color: #F16D1A;
  position: absolute;
  top: 4px;
  left: 0;
}
.policy-content__sp {
  margin: 3rem 0 0;
}
.policy-content__sp p {
  margin: 0 0;
}

/*# sourceMappingURL=policy.css.map*/