@charset "utf-8";

#maincat_v{
    background-image: url('../policy/img/main_sp.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
}

#policy h2{
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 20px;
}

#policy h2 span{
    display: block;
    font-size: 0.8rem;
    margin: 10px 0 50px 0;  
}

#policy h3{
    font-weight: bold;
    border: 1px solid #000;
    line-height: 1.6;
    padding: 20px;
    margin-bottom: 60px;
}

.midashi{
    font-size: 1.6rem!important;
    text-align: center;
    border-left: 5px solid #d54c50;
    padding-left: 10px;
    margin-bottom: 30px!important;  
}

#policy p{
    margin-bottom: 50px;
}

#policy ol,#policy ul{
    padding-left: 1.8rem;
    margin-bottom: 50px;
}

#policy ol li{
    margin-bottom: 30px;
}

#policy .note{
    border-top: 1px solid #ccc;
    padding-top: 30px;
}


@media (min-width: 576px) {
    
    #maincat_v{
        background-image: url('../policy/img/main.png');
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: auto;
    }
    
    #policy p{
        margin-bottom: 100px;
    }
    
    #policy h3{
        padding: 40px;
    }
}