.sc_banner>img{width: 100%;}

.sh_right>h2{font-size: 20px;font-weight: bold;margin: 40px 0 20px;}
.sh_right>p{font-size: 16px;line-height: 3;}
.sh_right>p>img{vertical-align: middle;margin-right: 5px;}
.sh_right>p>img:nth-of-type(2){margin-left: 100px;}
.sc_map{height: 400px;margin-top: 20px;}


@media screen and (max-width: 766px) {
    .sc_banner>img{height: 15rem;object-fit: cover;}

    .sh_right>h2{font-size: 1.8rem;margin: 3rem 0 1rem;}
    .sh_right>p{font-size: 1.4rem;line-height: 2;}
    .sh_right>p>img:nth-of-type(2){margin-left: 2rem;}
    .sc_map{height: 50vh;   }
}

