@charset "UTF-8";

.company-section {
padding-top: 80px;
}
.company-section table {
max-width: 680px;
border-collapse: collapse;
margin: 40px auto;
}
.company-section table td,
.company-section table th {
padding: 10px;
border: 1px solid #ddd;
}
.company-section table th {
background-color: #d3c6ba;
}
@media screen and (max-width: 600px) { .company-section table {
overflow-x: auto; } .company-section tr {
display: flex;
flex-direction: column;
}
.company-section  th {
background-color:#d3c6ba ;
text-align: left;
}
.company-section table th {
border-bottom: none;
} .company-section { margin-top: 80px;
}
} .access-section {
background-color: #f4f6f7;
padding: 40px 4%;
margin: 20px auto; }
.address-text {
padding: 20px;
text-align: center;
}
.map-img {
max-width: 100%;
background-size:cover ;
}