@charset "UTF-8";

/* 20240909アラート表示追加SP */
.home-alert__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-alert__list>*:first-child,
.home-alert__list>section:first-child>*:first-child,
.home-alert__list>[class^="list-wrap"]>*:first-child {
    margin-top: 0 !important;
}

.home-alert__list>li:first-child {
    margin-top: 0;
}

.home-alert__list>li>[class*="__type"] {
    display: inline-block;
    position: relative;
    color: #dc441b;
}

.home-alert__list>li>[class*="__type"]:before {
    position: absolute;
    top: 2px;
    left: -25px;
    width: 15px;
    height: 15px;
    background: url("/img/index_ic01.svg") no-repeat left top/100%;
    content: "";
}

.boxboddy-padding-sp {
    padding-left: 3em !important;
}

/* ------------------------------------------------------
 * PageComponent
------------------------------------------------------ */
/* ----- news-year-output ----- */
.news-year-output>*:first-child,
.news-year-output>section:first-child>*:first-child,
.news-year-output>[class^="list-wrap"]>*:first-child {
    margin-top: 0 !important;
}

.news-year-output>*:last-child {
    margin-bottom: 0 !important;
}

@media print,
screen and (min-width: 768px) {
    .news-year-output {
        margin-top: 54px;
    }

    /* 20240909アラート表示追加PC */
    .home-alert__list>li {
        margin-top: 11px;
    }

    .home-alert__list>li>[class*="__type"] {
        padding-left: 30px;
    }

    .home-alert__list>li>[class*="__type"]:hover {
        text-decoration: underline;
    }

    .home-alert__list>li {
        margin-top: 7px;
    }

    .home-alert__list>li>[class*="__type"]:before {
        top: 4px;
        left: 0px;
        width: 15px;
        height: 15px;
    }
}