@charset "utf-8";


body {
    background: #FFF;
    color: #595858;
    font-family:
        "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic",
        "メイリオ", Meiryo,
        Helvetica,sans-serif;
}

*{
    line-height: 1.4em;
}


#wrapper{
    overflow: hidden;
}




footer{
    background-color: #fff;
}
footer p{
    margin-left: auto;
    margin-right: auto;
    border-top: 1px #3b5544 solid;
    text-align: center;
}




@media print,screen and (min-width: 751px) {

    body {
        font-size: 18px;
    }

    img{
        width: 100%;
    }

    .sp{
        display: none !important;
    }




    footer{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 70px;
    }
    footer p{
        padding-top: 27px;
        padding-bottom: 27px;
        font-size: 83%;
        line-height: 1em;
        max-width: 930px;
    }

}


@media only screen and (min-width: 751px) and (max-width: 969px) {

}


@media only screen and (max-width: 750px) {


    body {
        -webkit-tap-highlight-color:rgba(0,0,0,0);
        -webkit-text-size-adjust: 100%;
        -webkit-touch-callout: none;
        -webkit-user-select:none;
        font-size: 15px;
    }

    img{
    width: 100%;
    }

    .pc{
        display: none!important;
    }


    footer{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 35px;
    }
    footer p{
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 83%;
        line-height: 1em;
    }


}
