.content_head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 90rem;
}
.content_head span {
    font-size: 19rem;
}
.content_head p {
    font-size: 30rem;
    text-align: center;
        line-height: 1.4334;
        padding-top: 40rem;
}
.content_head p + p {
    font-weight: 300;
    font-size: 17rem;
    padding-top: 20rem;
}
.content_body {
    padding-top: 68rem;
    padding-bottom: 120rem;
}
.content_body img {max-width: 100%;width:auto;height:auto;}

.map_wrap {
    position: relative;
    padding-bottom: 41.6666%;
}
.map_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
}
.intro_body_div.type_3 {
    display: flex;justify-content: center;
    align-items: center;
    background-image: url(../../theme/DB.V5.THEME.03_guam/img/sub/sub_intro_bottom.jpg);
    height: 438rem;
    background-repeat: no-repeat;
    background-size: cover;

}
@media screen and (max-width: 860px) {
    .content_head {
        padding-top: 60rem;
    }
    .content_head p {
        font-size: 23rem;
        padding-top: 0;
    }
    .content_head p + p {
        font-size: 16rem;
    }
    .content_body.common_inner_wrap {
        padding:60rem 0 120rem;
    }
    .sub_head .banner_bg img {max-width: max-content;}
    .map_wrap {padding-bottom: 100%;}
}
@media screen and (max-width: 550px) {
    .intro_body_div.type_3 .img_box {
        max-width: 200rem;
    }
    .content_head p {
        font-size: 21rem;
    }
    .content_head p + p {
        font-size: 16rem;
    }
}