.content .about h2 {
    margin-bottom: 30px;
    font-size: 3rem;
    text-align: center;
}
.content .about h2::before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 15px;
    background-image:url(/images/mark1.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.content .about h2::after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-left: 15px;
    background-image:url(/images/mark1.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.content .about table{
    margin-top: 60px;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000;
}
.content .about table td{
    padding: 10px 20px;
    border: 1px solid #000;
    font-size: 1.6rem;
}
.content .about p {
    font-size: 1.6rem;
}
.content .about .info {
    display: flex;
    margin: 60px auto 0;
    max-width: 1200px;
}
.content .about .info .left img {
    width: 200px;
    height: auto;
}
.content .about .info .right {
    margin-left: 30px;
}
.content .about .info .right p {
    margin-top: 0;
    text-align: left;
    line-height: 1.8;
}
.map {
    margin-top: 60px;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}