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

#section01{
margin-bottom: 30px;
}
#section01 h2{
margin-top:1.5em;
color: #e76200;
font-weight: bold;
font-size:14px;
line-height: 1.3;
}
.android #section01 h2{
text-shadow:1px 0 1px #e76200;
}
#section01 h3{
margin-top:1.5em;
font-weight: bold;
font-size:11px;
line-height: 1.6;
}
.android #section01 h3{
text-shadow:1px 0 1px #333;
}
#section01 p{
font-size:11px;
line-height: 1.4;
}




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

#section01{
margin-bottom: 80px;
}
#section01 h2{
margin-top:0;
font-size:20px;
line-height: 1.3;
}
#section01 h3{
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) {


}