@charset "UTF-8";

/* ===================================================================

 file name  :  mediaquery.css

=================================================================== */

/* --------------------------------------------------
 640px
--------------------------------------------------- */
@media screen and (max-width: 768px){
    .service .type{ margin: 30px 0 0; padding: 0 15px;}
    .service table{ overflow: hidden; border: none; border-bottom: 1px solid #dbd7d3;}
    .service table td{ display: block; float: left; box-sizing: border-box; width: 50%; border-bottom: none; border-left: none; font-size: 14px;}
    .service table td:nth-child(odd){ border-left: 1px solid #dbd7d3;}
    .service .tips{ margin: 30px 0 0; padding: 30px 15px;}
    .service .tips h3{ text-align: left; font-size: 16px; line-height: 1.5;}
    .service .tips ul{ margin: 30px 0 0;}
    .service .tips ul li{ padding: 0; width: 100%; text-align: left; font-size: 14px;}
}