@charset "utf-8";
#contact .box{width:1000px; text-align:left; margin:0 auto; padding:20px 0 30px 0; overflow:hidden;}
#contact .box li{width:500px; height:100px; line-height:25px; color:#313131; font-size:13px; padding:30px 0 20px 0; border-bottom:1px solid #000; float:left; overflow:hidden;}
#contact .box li b{font-weight:bold;}
#contact .box li.a{border-bottom:0;}
#contact .box li.b{border-bottom:0;}

#legal .box{width:1000px; text-align:left; margin:0 auto; padding:30px 0 60px 0; overflow:hidden;}
#legal .box p{line-height:25px; color:#313131; font-size:13px; padding-top:20px;}
/*pad*/
@media only screen and (min-width:768px) and (max-width:1219px){

}
/*mobile*/
@media only screen and (min-width:320px) and (max-width:767px){
    #contact .box{width:auto; padding:0 15px 30px 15px;}
    #contact .box li{width:100%; height:auto; line-height:20px; font-size:11px; padding:20px 0 0 0; border-bottom:0; float:inherit;}

    #legal .box{width:auto; padding:10px 15px 40px 15px;}
    #legal .box p{line-height:20px; font-size:11px; padding-top:15px;}
}