@charset "UTF-8";

/* ジャンボトロン */
.s_Jumbotron {
    display: flex;
    width: 100%;
    height: 240px;
    font-size: 0.75rem;
}

.s_Jumbotron__container {
    padding: 10px 20px 10px 20px;
}

.s_Jumbotron__title {
    font-size: 1.15rem;
    font-weight: bold;
}