body {
    font-size: 0.1em;
    margin: 0 0 0 0;
}

.address_box {
    width: 100%;
}

.address_box .address {
    width: 100%;
}

.address_box .address .address_frame {
    width: 80%;
    height: 500px;
    border: none;
    margin: 0 auto;
    padding-top: 160px;
}

.address_box .address .address_frame iframe {
    width: 100%;
    height: 500px;
    margin-top: 10px;
    border: none;
}


/*address*/

.address_content {
    width: 80%;
    margin: 0 10%;
}

.address_content .address_tit {
    width: 100%;
    padding-top: 30px;
}

.address_content .address_tit p {
    width: 100%;
    color: black;
    font-weight: bolder;
    text-align: center;
    line-height: 30px;
}

.address_content .address_phone {
    width: 100%;
}

.address_content .address_phone p {
    width: 100%;
    color: black;
  font-weight:normal;
    text-align: left;
    line-height: 30px;
}

.address_content .address_email {
    width: 100%;
}

.address_content .address_email p {
    width: 100%;
    color: black;
  font-weight:normal;
    text-align: left;
    line-height: 30px;
}

.address_content .address_site {
    width: 100%;
}

.address_content .address_site p {
    width: 100%;
    color: black;
  font-weight:normal;
    text-align: left;
    line-height: 30px;
}

.address_content .address_office {
    width: 100%;
}

.address_content .address_office p {
    width: 100%;
    color: black;
  font-weight:normal;
    text-align: left;
    line-height: 30px;
}