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

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

/*■コンテンツ*/

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

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

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:15px;
list-style-type:decimal;
}

section + 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;
}

.wrap {
display:-webkit-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-ms-flex-wrap:wrap
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
}

.wrap section {
width:489px;
}

.wrap section:nth-child(2n) {
margin-left:30px;
}

}



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

}