body {
    font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

h1 {
    padding: 0 0 24px;
    margin-bottom: 36px;
    font-weight: normal;
    color: #0A5489;
    border-bottom: 6px solid #0A5489;
}

p {
    line-height: 26px;
    margin-top: 20px;
}
#center {
    text-align: center;
}
#right {
    text-align: right;
}
ol {
    list-style-type: lower-alpha;
}

th {
    text-align: center;
}
.privacyPolicy {
    margin-bottom: 80px;
}

    .privacyPolicy h3 {
        margin-top: 40px;
        line-height: 46px;
    }

    .privacyPolicy .branch {
        margin-bottom: 36px;
    }

        .privacyPolicy .branch h2 {
            margin-bottom: 40px;
            line-height: 46px;
        }


        .privacyPolicy .branch table td {
            padding: 10px;
            font-size: 15px;
            vertical-align: central;
        }

            .privacyPolicy .branch table td:first-child {
                border-right: 1px solid #ccc;
                padding-left: 10px;
            }
            .privacyPolicy .branch table td:nth-child(2) {
                border-right: 1px solid #ccc;
                padding-left: 10px;
                text-align: center;
            }
            .privacyPolicy .branch table td:nth-child(3) {
                text-align: center;
            }

@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}
.table br {
    display: none;
}

@media only screen and (max-width: 767px) {
    .table br {
        display: inline;
    }
}