@charset "utf-8";
#container{max-width: 100%!important;margin-bottom: 50px;}
.sub_wrap img{max-width: 100%; display: block; margin: 0 auto;}
.sub_wrap p{font-size: 20px; line-height: 1.5; word-break: keep-all;}

.sub_0101{display: flex; justify-content: space-between; align-items: center;}
.sub_0101>div{width: 48%;}
.sub_0101 .left img{border-radius: 30px;}
.sub_0101 .right p{font-size: ;}

.sub_0201 .cont{display: flex; justify-content: space-between; margin-top: 100px;}
.sub_0201 .cont>div{width: 48%;}
.sub_0201 .cont .left img{border-radius: 30px;}
.sub_0201 .cont .right{margin-top: 100px;}
.sub_0201 .cont .right h2{font-size: 42px; margin-bottom: 20px;}
.sub_0201 .cont .right ul li{font-size: 20px; line-height: 1.5; margin-bottom: 10px; padding-left: 20px; position: relative;}
.sub_0201 .cont .right ul li::before{width: 5px; height: 5px; border-radius: 50%; background-color: #000; position: absolute; top: 12px; left: 0; content: '';}
.sub_0201 .cont_bg{position: relative; padding: 100px 0;}
.sub_0201 .cont_bg::before{position: absolute; width: 200%; top: 0px; left: -50%; height: 100%; background-color: #f9f9f9; content: ''; z-index: -1;}

.sub_0301 h2{font-size: 40px; text-align: center; margin-top: 50px;}

.map_info_t {
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-spacing: 15px;
}
.map_info_t .map_info_icon {
    text-align: center;
    font-size: 22px;
    color: #005f37;
}
.map_info_t .map_info_tit {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-left: 1px solid #005f37;
    border-right: 1px solid #005f37;
}
.map_info_t .map_info_con {
    font-size: 16px;
    word-break: keep-all;
}

@media screen and (min-width:1201px){
}


@media screen and (max-width:1200px){

	.mo_hide {display:none;}

    .map_info_t .map_info_icon{width: 25px;}
    .map_info_t .map_info_tit{width: 70px; word-break: keep-all;}

    .sub_wrap p{font-size: 18px;}
    .sub_0101{flex-direction: column;}
    .sub_0101>div{width: 100%;}
    .sub_0101 .left{margin-bottom: 30px;}
    .sub_0101 .left img{border-radius: 20px;}

    .sub_0201 .cont{margin-top: 50px; flex-direction: column;}
    .sub_0201 .cont>div{width: 100%;}
    .sub_0201 .cont .left img{border-radius: 20px;}
    .sub_0201 .cont .right{margin-top: 30px;}
    .sub_0201 .cont .right h2{font-size: 22px; line-height: 1.3; margin-bottom: 15px;}
    .sub_0201 .cont .right ul li{font-size: 16px;}
    .sub_0201 .cont_bg{padding: 50px 0;}

    .sub_0301 h2{font-size: 22px; margin-top: 20px; word-break: keep-all;}
}