@charset "utf-8";
/* ----------------------------------
メディアクエリ　モバイルレイアウト : 480pxまで
----------------------------------- */

.block{
padding:15px 0;
border-top:#d6d6d6 solid 1px;
}
#section01{
margin-bottom:30px;
}
#section01 h2{
margin-top:1em;
font-size:11px;
line-height: 1.2;
font-weight: bold;
color:#333;
}
.android #section01 h2{
text-shadow:1px 0 1px #333;
}
#section01 p{
font-size:11px;
line-height: 1.6;
}



/* ----------------------------------
メディアクエリ　タブレットレイアウト : 481px　〜
----------------------------------- */
@media only screen and (min-width: 481px) {


#section01{
margin-bottom:30px;
}
#section01 h2{
margin-top:1.5em;
font-size:14px;
line-height: 1.8;
}
#section01 p{
font-size:14px;
line-height: 1.8;
}



}

/* ----------------------------------
メディアクエリ　デスクトップレイアウト : 769px　〜
----------------------------------- */
@media only screen and (min-width: 769px) {


}