@charset "utf-8";
#about_wrap {
    padding: 5.38%;
    background-color: #F0EEE7;
    background-image: url(../images/about_us1.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 70% auto;
}
.about_UL1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5.38%;
}
.about_UL1 li img {
    border-radius: 8px;
    width: 100%;
    -webkit-box-shadow: 6px 6px #E2513A;
    box-shadow: 6px 6px #E2513A;
}
.about_UL1 li {
    width: 22.69%;
}
#about_inner1 {
    max-width: 1200px;
    margin-left: auto;
    border-radius: 8px;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5.38%;
    box-sizing: border-box;
    background-color: #FFFFFF;
}
#about_map {
    margin-top: 3.84%;
}
#about_map iframe {
    width: 100%;
}


.about_logo2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 256px;
    margin-bottom: 3.84%;
}

#about_inner1 table tbody tr th {
    background-color: #3E3A39;
    padding: 16px;
    color: #FFFFFF;
    width: 200px;
}
#about_inner1 table tbody tr td {
    padding: 16px;
    background-color: #F0EEE7;
}
#about_inner1 table tbody tr td p a {
    text-decoration: underline;
}
