@charset "utf-8";
/* ================================================== */
/*                                                    */
/*                   company_res.css                  */
/*                                                    */
/* ================================================== */
@media screen and (max-width: 768px){
    /* ==================== 基本設定 ==================== */
    #contents_wrap{
        width:100%;
        /*
        background-image: url("../images/index/main_bg.jpg");
        top:10%;
        background-size:contain;
        z-index:1;
        */
    }
    #contents_wrap .contents_area{
        width:90%;
        display:block;
        margin:0 auto 10% auto; 
        padding:0 0 0 0;
    }
    /* ================== //基本設定// ================== */

    #contents_wrap .contents_area h1{
        font-size:1.1rem;
        text-align:center;
    }
    #contents_wrap .contents_area h2{
        font-size:0.9rem;
        text-align:center;
        margin:0 0 3% 0;
    }
    #contents_wrap .contents_area table{
        width:100%;
        font-size:0.9rem;
        margin:0 auto;
    }
    #contents_wrap .contents_area table td.title{
        width:35%;
        padding:3% 2% 2% 2%;
    }
    #contents_wrap .contents_area table td.content{
        width:65%;
        padding:3% 2% 2% 2%;
    }
}