@charset "UTF-8";
.top-flex {
  flex-direction: column;
}
.top-flex .left {
  margin: 0 auto;
}
.top-flex .right {
  text-align: center;
  width: 100%;
  margin-top: 50px;
  line-height: 170%;
}
.top-flex .right p {
  max-width: 90%;
  margin: 0 auto;
}

.main {
  width: 800px;
  max-width: 90%;
  margin: 0 auto;
}
.main h2 {
  font-size: 20px;
  color: #07308b;
  font-weight: 600;
  margin-bottom: 10px;
}
.main p {
  line-height: 170%;
  margin-bottom: 50px;
}
.main li {
  line-height: 170%;
}
.main .list {
  margin-top: -20px;
  margin-bottom: 50px;
}
.main h3 {
  color: #07308b;
  margin-bottom: 10px;
  border-bottom: solid 1px #b4b4b4;
  padding-bottom: 5px;
}
.main h3.none {
  margin-bottom: 30px;
  border-bottom: 0;
}
.main ul {
  margin-bottom: 50px;
}
.main ul li {
  list-style: "・";
}
.main .right {
  text-align: right;
}

@media screen and (max-width: 900px) {
  .top {
    margin-top: 50px;
  }
}
@media screen and (max-width: 700px) {
  .top-flex .left h1 .top {
    padding: 0 20px !important;
  }
  .top-flex .right p {
    text-align: left;
  }
}/*# sourceMappingURL=policy.css.map */