.entry-title {
  border-bottom: 3px solid #445e7e;
  color: #304d70;
  font-size: 34px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  max-width: 1020px;
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .entry-title {
    font-size: 6vw;
  }
}

.box {
  max-width: 1020px;
  margin: auto;
  margin-top: 50px;
}
.box * {
  line-height: 1.8;
}
.box p {
  margin-bottom: 15px;
}
.box h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 20px 0px 10px;
}
.box li {
  list-style-type: disc;
  margin: 3px 0px 0px 24px;
  text-align: left;
}
.box .madoguchi {
  border: solid #333 1px;
  margin: 5px 0px 20px;
}
.box .madoguchi p {
  line-height: 1.5;
  padding: 5px 0px 5px 15px;
  margin-bottom: 0px;
}

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