@charset "UTF-8";
/*----------------------------------------------------
	☆TOP
----------------------------------------------------*/

/*--page name--*/

#contact{
    max-width:1000px;
    margin:0 auto;
}


p.topsetsumei{
    padding-bottom:35px;
    line-height:1.5;
}

h4.bottom{
    font-size:16px;
    color:#111;
    margin:0 0 20px;
    border-bottom:1px solid #BDBDBD;
    padding-bottom:15px
}


p.setsumei{
    line-height:2;
}



/*デバイスの横幅が1080px以下の場合*/
@media only screen and (max-width: 1023px) {


#contact{
    max-width:95%;
    margin:0 auto;
}




}