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

.page-header_img{
    background-repeat: no-repeat;
    background: url("../img/company/company_topimage.png");
}

.aisatsu{
    text-align: right;
    padding-top: 20px;
}

.company_info th{
    width: 30%;
}

.gmap {
    overflow: hidden;
    margin-top: 30px;
    height: 525px;
    position: relative;
}

.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

@media only screen and (max-width: 766px) {
  .page-header_img{
        background-size: 200%;
    }
    
    .company_info th{
    width: 100%;
}
}