@charset "UTF-8";

.privacy {margin:0 auto;width: 100%;}
.privacy iframe{width:100%;padding: 4%;}
.privacy dl {margin-bottom: 20px;}
.privacy dl dt {padding-bottom: 2%;margin-bottom: 2%;font-size: 16px;text-align:left;font-weight:bold;border-bottom: 1px solid #a0a0a0;line-height: 1.4;}
.privacy dl dd,.privacy p {margin-bottom: 30px;margin-left: 0;line-height:1.7;font-size: 0.85rem;text-align:justify;text-justify:auto;font-feature-settings : "palt";}


/* =============================================
pc-size 
================================================*/
@media screen and (min-width: 736px) { 
.privacy dl dt {padding-bottom: 10px;margin-bottom: 10px;}
}