body {
    font-family: 'Ubuntu Condensed', sans-serif;
}
ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: top;
}
a {
    color: #363c3f;
}
a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    box-sizing: initial;
}
footer {
    background: #E6E6E6;
    padding: 50px 0;
}
footer .brand + * {
    margin-top: 20px;
}
footer h5 + * {
    margin-top: 30px;
}
.policy_body_box {
    padding: 50px 0;
}
.policy-section {
    position: relative;
    margin-top: 42px;
}
.policy-section:first-child {
    margin-top: 0;
}

.policy-title {
    text-align: center;
    font-size: 50px;
}

.font-jp .policy-title, .font-jp .policy-section-title {
    font-family: "HGPSoeiKakugothicUB" !important;
}

.policy-section-title {
    position: relative;
    margin: 70px 0 42px;
    line-height: 1.6;
}

h2.policy-section-title {
    padding: 0 0 13px;
    font-size: 35px;
}

h2.policy-section-title:before {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 4px;
    width: 50px;
    height: 4px;
    background: #000;
}

.policy-section div.section-lead {
    font-size: 18px;
    font-family: "Noto Sans Mono CJK JP";
}

#rule td {
    vertical-align: top;
}

.text-top {
    padding-top: 15px;
}