@charset "UTF-8";

/* ============================================================================================================

    PC

============================================================================================================ */

.disclo_cont {
    margin-bottom: 50px;
}

.disclo_list_ttl {
    line-height: 1.3em;
}

.disclo_list_ttl:hover {
    text-decoration: underline;
}

.disclo_list_item {
    margin-bottom: 10px;
    padding: 0.5em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.disclo_time {
    margin-right: 10px;
    white-space: nowrap;
    color: #ff5624;
    font-weight: bold;
    line-height: 1.3em;
}

.disclo_body {
    line-height: 1.3em;
}

/* ============================================================================================================

    SP

============================================================================================================ */


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

    .disclo_list_item {
        display: block;
    }

    .disclo_head {
        display: inline-block;
        margin-bottom: 0.5em;
    }

}