@charset "utf-8";

/* ===================================================================
CSS information

 file name  :privacy.css
 author     :PCBrain
 style info :プライバシーポリシー
=================================================================== */

#main {
}

#main h2{
    line-height: 1.4;
    margin-bottom: 15px;
}


#main h4{
    font-family:  "source-han-serif-japanese", "游明朝", YuMincho, "Sawarabi Mincho", "Ryumin Light KL", "リュウミン L-KL", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif, serif;
    padding: 5px 10px;
    margin: 0 0 15px;
}


#main ul,
#main ol{
    margin-bottom: 15px;
}

#main ul li{
    position: relative;
    padding-left: 20px;
}
#main ul li:before,
#main ul li:after {
    position: absolute;
    top: 5px;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#main ul li:before {
    width: 13px;
    height: 13px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #957b5d;
}

#main ul li:after {
    left: 3px;
    top: 9px;
    width: 3px;
    height: 3px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#main ol {
    margin-left: 30px;
}

#main ol li {
    list-style: decimal;
}