.company-title{
  background: #6dadce url(../images/title01.png) no-repeat right top ;
  height: 160px;
  margin-bottom: 20px;   
}

.company-title h1{
    text-align: left;
    padding-left: 30px;
    padding-top: 50px;
    letter-spacing: 5px;
}

.philosophy {
    display: inline-block;
    padding: 10px;
    margin-bottom: 30px;
    text-align: left;
    width: 95%;
    line-height: 200%;
    font-size: 18px;
    font-weight: bold;
}

.profile{
    margin-top: 50px;
    border-collapse: collapse;
    text-align: center;
    width: 95%;
}

.profile th{
    width: 200px;
    padding: 20px;
    border: 2px solid;
    border-collapse: collapse;
    background: #99bccf;
}

.profile td{
    text-align: left;
    width: 650px;
    border: 2px solid;
    border-collapse: collapse;
    padding: 20px;
    background: white;
}


.access {
    margin-top: 100px;
    width: 200px;
}

.access-map{
    position: relative;
    width: 100%;
}

.access-map iframe{
    width: 95%;
    height: 600px;
    display: block;
}


@media screen and (max-width:834px){
    .company-title h1 {
        padding-top: 60px;
    }
    
    .philosophy{
        font-size: 15px;
    }
    
    .access-map iframe{
        height: 300px;
    }
}

@media screen and (max-width:700px){
    
    .philosophy{
        font-size: 13px;
    }
    }