h2{
    font-size: 1em;
    padding-left: 0.5em;
}

li{
    list-style: none;
}

.bx-h2 {
    width: 100%;
    border-left: 6px double #090;
}

.bx-tb {
    width: 100%;
    box-sizing: border-box;
    background-color: #090;
    color: #FFF;
    font-size: 1.5em;
    padding-left: 1em;
}

.bx-tb a {
    text-decoration: none;
    color: inherit;
}

.bx-ti {
    width: 100%;
}

.bx-ti img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.bx-bb {
    width: 100%;
    display: flex;
}

.bx-mc {
    width: 80%;
}

.bx-mc hr {
    color: #ccc;
}

.bx-sc {
    width: 20%;
    box-sizing: border-box;
}

.bx-sc img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border: 1px solid #000;
}

.bx-ft {
    width: 100%;
    font-size: 0.9em;
    color: #999;
    text-align: center;
}
