    @charset "utf-8";
    /* CSS Document */
    /***************************
 ** プライバシー
 */
    
    .prvc {
        margin-bottom: 2rem;
        border: 1px solid #333;
    }
    
    .prvc tr th {
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;
        padding: 0.5rem;
        width: 2rem;
        background-color: #f5f5f5;
        vertical-align: top
    }
    
    .prvc tr td.detail {
        width: 60%;
    }
    
    .prvc tr td.detail ul li {
        padding-left: 15px;
        padding-right: 10px;
        margin-bottom: 10px;
        text-indent: -1rem;
    }
    
    .prvc tr td.type {
        border-right: 1px solid #333;
    }
    
    .prvc tr td {
        border-bottom: 1px solid #333;
        padding: 0.5rem;
    }
    
    ul.list_prvacy {
        margin-left: 2.6rem;
        margin-bottom: 1rem;
    }
    
    .list_prvacy li {
        list-style-type: disc;
        padding-bottom: 0.25rem;
        list-style-position: inside;
    }
    
    ul.list_privacy2 {
        list-style: decimal;
        margin: 1.5rem 0 2rem 3rem;
    }
    
    .list_privacy2 li {
        padding-bottom: 0.25rem;
    }
    
    ul.list_privacy3 {
        margin: 0.5rem 1rem 1rem;
    }
    
    .list_privacy3 li {
        list-style-type: disc;
        padding-bottom: 0.25rem;
        list-style-position: inside;
    }
    
    @media screen and (max-width: 736px) {
        .prvc tr th {
            width: 4rem;
        }
        .cpn_hty dt {
            float: none;
            margin-bottom: 0.25rem;
        }
        .cpn_hty dd {
            margin-bottom: 1rem;
            margin-left: 0.5rem;
        }
    }
    /***************************
 ** 個人情報保護基本方針
 */
    
    .pr_ptt {
        list-style-type: decimal;
        padding-left: 1rem;
        line-height: 2;
        margin-bottom: 2rem;
    }
    
    .pr_ptt li {
        margin-bottom: 0.5rem;
    }
    
    .pr_grp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 2rem 0;
    }
    
    .pr_grp a {
        display: inline-block;
        margin-right: 1rem;
    }
    
    .pr_sgt {
        text-align: right;
    }
    /***************************
 ** 個人情報の取扱いについて
 */
    
    a.prvc2_link {
        color: #002CB2;
        text-decoration: none;
    }
    
    a.prvc2_link:hover {
        text-decoration: underline;
    }
    
    a.prvc2_link[target="_blank"]::after {
        font-family: "icomoon";
        content: "\e904";
        display: inline-block;
        font-weight: normal;
        margin-left: 1.2em;
        text-align: right;
        font-size: 75%;
    }