@charset "utf-8";

/*///////////////////////////////////////

プライバシーポリシーページのCSS

--中ページ共通のCSSに追記分のみ

///////////////////////////////////////*/


/*リセット*/
h2 h3 h4 ol li p{
	color: initial;
	font-size: initial;
    margin: initial;
}



section.privacy {
    padding-top: 64px;
    padding-bottom: 64px;
    width: 800px;
    margin: 0 auto;

    font-size: 16px !important;
}

@media (max-width: 1170px) {
    section.privacy {width: 100%; max-width: 1000px;padding-left: 20px;}
}
@media (max-width: 767px) {
    section.privacy {padding: 0 20px;}
    section.privacy {width: 100%; max-width: 700px;    padding-bottom: 75px;}
}




.privacy h3{

    margin-bottom: 30px;
    
}

    
.privacy h4{

font-size: 18px !important;
text-align: left !important;
font-weight: 700;
color: #333;

margin-top: 32px;
margin-bottom: 10px;

}


.privacy p{
    font-size: 15px !important;

    line-height: 130% !important;
    
    }




.privacy ol{

    margin: 10px 0 16px 0;



}

.privacy li{

    list-style-type: disc;
    font-size: 15px !important;
    color: #333;

}
    


