@charset "UTF-8";


.u-main{background: #fff;}
ul.fl{display: flex;justify-content: space-around;flex-wrap: wrap;padding: 2% 0;}
ul.fl li{width: 47.6190476%;}
img{max-width: 100%;vertical-align: bottom;}

.map{position: relative;}
.map_01{position: absolute;width: 17%;height: 4%;top: 25.5%;right: 7%;}
.map_02{position: absolute;width: 11.5%;height: 16%;top: 37%;left: 4%;border-radius: 50%;}
.map_03{position: absolute;width: 13.5%;height: 5%;bottom: 2%;left: 31%;}
.map_04{position: absolute;width: 41.5%;height: 9%;bottom: 12.5%;left: 49%;}
.map_05{position: absolute;width: 41.5%;height: 9%;bottom: 12.5%;left: 49%;}
.map_06{position: absolute;width: 41.5%;height: 10%;bottom: 15.5%;left: 49%;}


@media screen and (max-width: 767px) {
    ul.fl{display: block;}
    ul.fl li{width: 96%;margin: auto;}
    ul.fl img{display: block;margin: auto;}
}