@charset "utf-8";



@media print,
screen and (min-width: 851px) {

   
  
    .content .inner{
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

    .content .box{
        margin-bottom: 100px;
    }

    .content .box h2{
        font-size: 188%;
        line-height: 1.35em;
    }
    .content .box .body{
        margin-top: 20px;
    }
    .content .box p{
        line-height: 2em;
        margin-bottom:1.5em;
    }





}











@media only screen and (max-width: 850px) {

  
    .content .inner{
        margin-left: 20px;
        margin-right: 20px;
    }
    .content .box{
        margin-bottom: 50px;
    }

    .content .box h2{
        font-size: 188%;
        line-height: 1.35em;
    }
    .content .box .body{
        margin-top: 20px;
    }
    .content .box p{
        line-height: 2em;
        margin-bottom:1.5em;
    }


    

}