@charset "utf-8";
/*-----------------------------------------------------
/privacy/index.html

FileName:   page.css
$Revision: 1.0 $
-----------------------------------------------------*/

/*■コンテンツ*/

article p {
margin:1.0em 15px;
font-size: 1.3rem;
}

.card {
margin:3.0em 0 0 0;
}

section:not(:first-child) h2 {
margin-top:1.5em;
}

section.numbering {
counter-increment:num;
}

section.numbering h2:before {
content:counter(num)'.';
float:left;
margin-right:0.25em;
}

section p {
margin-left:0;
margin-right:0;
}

section dl dt:not(:first-child) {
margin-top:1.0em;
}


section ul li {
margin-left:20px;
list-style-type:disc;
}

section ol li {
margin-left:23px;
list-style-type:upper-roman;
}

.card + p {
text-align:right;
}




/*■Media Queriesによる切り替え*/

@media only screen and (min-width:766px) {
/* 767px以上のデバイスに適用 */



}



@media only screen and (min-width:1022px) {
/* 1023px以上のデバイスに適用 */

/*■コンテンツ*/

article {
width:1008px;
margin:30px auto 0 auto;
}

}



@media only screen and (max-device:768px) and (-webkit-min-device-pixel-ratio:2) {
/* 768px以下のRetina Displayデバイスに適用 */

}