@charset "euc-jp";

#policy p {
  font-size: .8rem;
  margin-left: .4rem;
}

div#policy {
    max-width: 700px;
    margin: auto;
}

div#policy .ttl_h2 {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
}

div#policy .ttl_h2:after {
    content: "";
    width: 1px;
    height: 22px;
    background: #B1B3B3;
    position: absolute;
    left: 50%;
    bottom: -30px;
}