.bl-container {
    max-width: 900px;
    margin: 0px auto;
    padding: 0px 50px;
    position: relative;
}

.bl-container li {
    font-family: 'BIZ UDPGothic', sans-serif;
}

.bl-containerb .log-content {
    font-family: 'BIZ UDPGothic', sans-serif;
}

@media (max-width: 767px) {
    .bl-container {
        padding: 0px 20px;
    }
}

.bl-container h2 {
    padding: 1rem 2rem;
    border-bottom: 3px dotted #000;
    background: #f4f4f4;
    font-family: 'BIZ UDPGothic', sans-serif;
}