/* REGAL CSS */



    #wrapper {
    }
    
    .section-width{
        width: 90%;
        margin: 0 auto;
        position: relative;
    }

    .section1{

        width: 90%;
        margin: 20px auto;
        position: relative;
    }

    .privacy{

    }

    .privacy h3{
        font-size: 18px;
        font-weight: 700;
    }

    .privacy>p,
    .privacy>ul>li{
        font-size: 16px !important;
        line-height: 150%;
        text-align: justify;
    }

    h2,h3{
        font-family: 'Zen Old Mincho', serif !important;
        font-weight: 700;
    }

/*
    content wrapper size
    for tablet (and mobile landscape)
*/

@media screen and (min-width: 741px){
    #wrapper {
    }
    
    .section-width{
        width: 90%;
        margin: 0 auto;
        position: relative;
    }

    .section1{

        width: 90%;
        margin: 20px auto;
        position: relative;
    }

    .privacy{

    }

    .privacy h3{
        font-size: 18px;
        font-weight: 700;
    }

    .privacy>p,
    .privacy>ul>li{
        font-size: 16px !important;
        line-height: 150%;
        text-align: justify;
    }
}

/*
    content wrapper size
    for PC and large tablet
*/

@media screen and (min-width: 961px){
    #wrapper {
        max-width: 1440px;/*PCの最大幅*/
        margin: 0 auto;
    }
    
    .section-width{
        width: 990px;
        margin: 0 auto;
        position: relative;
    }

    .section1{

        width: 990px;
        margin: 50px auto;
        position: relative;
    }

    .privacy{

    }

    .privacy h3{
        font-size: 20px;
        font-weight: 700;
    }

    .privacy>p,
    .privacy>ul>li{
        font-size: 18px !important;
        line-height: 150%;
    }
}