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

.company{
    width: 100%;
    height: auto;
}

.company-content{
    width: 50%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 100px;
}

.company-content_1{
    width: 70%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 50px;
}

.table {
    display: flex;
    font-weight: bold;
    color: #603916;
    margin-bottom: 0;
}
.table span {
  display: inline-block;
  border-bottom: solid 1px #603916;
  padding: 25px 15px;
    vertical-align: middle;
}
.table span:first-child {
  width: 40%;
  border-right: none !important;
}
.table span:nth-child(2) {
  width: 100%;
}

.body-1{
    display: inline-block;
}
.body-2{
    font-weight: normal;
}

@media (max-width: 1200px){
    .company-content{
        width: 70%;
    }
    .company-content_1{
        width: 90%;
    }
}
@media (max-width: 768px){
    .company-content{
        width: 80%;
    }
}
@media (max-width: 640px){
    .company-content{
        padding-bottom: 50px;
    }
}
@media (max-width: 480px){
    .company-content{
        width: 100%;
        padding-bottom: 50px;
    }
    .table span{
        font-size: 15px;
        padding: 25px 0px;
    }
}

.company-content_map{
    padding-bottom: 100px;
}
.company-content_map h4{
    text-align: center;
    color: #603916;
    font-weight: bold;
    margin-bottom: 30px;
}
.company-content_map h4 i{
    margin-right: 8px;
}
