@charset "utf-8";

/*  =========================================================================

    Individual styles
    -Privacy

    ========================================================================= */

/*  プライバシーポリシー
    ========================================================================= */
.container.hero {
    background-image: url("../images/contact/pgtitle.jpg");
}
#before-send {
    padding-bottom: 1em;
}
#before-send > section > ol.default > li > a {
    line-height: 2;
}
#inquiry > section {
    margin-top: 0;
}
#privacy p {
}
#privacy h2 {
    font-size: 1.5em;
    font-weight: bold;
    margin: 1em auto;
}
#privacy li ol:first-child {
    margin-top: 1em
}
#privacy ol li:nth-of-type(n+2) {
    margin-top: 0.5em
}
#privacy ol li:last-child {
    margin-bottom: 1em
}
#privacy p.endtext {
    text-align: right;
    margin: 1em auto 2em auto;
}
