.bule_arrow {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    color: #333;
    font-size: 1.3rem;
    line-height: 1.4;
    width: auto !important;
}
.bule_arrow:before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f061';
    color: #fff;
    font-size: 1.0rem;
    border-radius: 2px;
    background-color: #09f;
    margin-right: 4px;
    padding: 2px 4px;
    vertical-align: middle;
    text-decoration: none !important;
}
.no_content li a:before {
    content: none !important;
}
.no_content li {
    width: auto !important;
    list-style-type: disc;
}
.no_content a {
    padding-left: unset !important;
}
.no_content {
    padding-left: 20px;
}
.bokin_area > li h2 {
    padding: 10px 10px;
}
.bokin_area > li h2 p:nth-child(2) span:nth-of-type(2) {
    margin-top: 2%;
}
.ms_green {
    color: #1eaa39 !important;
}