@charset "utf-8";
/* CSS Document */

img {
    max-width: 100%;
}




/*991以下*/
@media (max-width: 991px) {
    
  /*****20190204******/
  
    
    .company_img_box {
    width: 100%;
    margin: auto;
    display: flex;
    position: static;
    right: 0;
    top: 0;
}
    
    #logo {
    float: none;
    background: #0b6c56;
    width: 100%;
    padding: 13px 0 13px;
}
    #logo a {
    width: 181px;
    padding: 0;
    margin: 0 auto;
}
    
}
    
/*768以下*/
@media (max-width: 768px) {
   .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: none;
    line-height: 1.4;
    /* padding: 8px; */
    display: block;
}

.table tr{
    display: block;
    /* line-height: 1.4; */
    padding: 8px;
}
    
    #company {
    margin-top: 0;
}

/***********20190207***********/
 .page-ttl{
    
    position: relative;
    padding: 40px 0px 0 0px;
    width: 100%;
    height: 150px;
    background-image: url(../../img/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    margin-bottom: 50px;
    
}

.page-ttl h1 {
    text-align: center;
    margin-top: 14px;
}
    
    #logo {
    float: none;
    background: #0b6c56;
    width: 100%;
    padding: 13px 0 13px;
}
    #logo a {
    width: 181px;
    padding: 0;
    margin: 0 auto;
}
    
}
    
/*568以下*/
@media (max-width: 568px) {


   
}     