@charset "UTF-8";
/* =====================
  MV
===================== */
.mv{
    background-image: url(../../img/information/mv/01.png);
}

/* =====================
  お知らせ一覧
===================== */
.article[data-id="1"] select{
    background-color: #f4f4f4;
    font-size: 16px;
    line-height: 1.8;
    padding: 1.1em 1.5em;
    width: 100%;
    background-image: var(--i-down);
    background-position: calc(100% - .8em) center;
    background-repeat: no-repeat;
    background-size: 11px 7px;
    margin-bottom: 7vw;
}

.article[data-id="1"] .info-list{
    font-size: var(--fz-small);
}
.article[data-id="1"] .info-list .item{
    display: block;
    border-bottom: 1px solid #e9e9e9;
    padding-top: 6.7vw;
    padding-bottom: 5vw;
    background-color: var(--white);
}
.article[data-id="1"] .info-list .date{
    color: #747474;
    font-weight: bold;
    margin-bottom: 2.5vw;
    display: inline-block;
}
.article[data-id="1"] .info-list .ttl{
    text-overflow: inherit;
    overflow: auto;
    white-space: inherit;
    display: flex;
}
.article[data-id="1"] .info-list .ttl::before{
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: var(--i-right);
    flex: none;
    margin-top: .5vw;
}
.article[data-id="1"] .info-list .category{
    border: 1px solid var(--blue);
    border-radius: var(--radiusPill);
    font-size: var(--fz-mini);
    padding: .5vw 2vw;
    color: var(--blue);
    line-height: 1;
    display: inline-block;
    font-weight: 500;
    margin-left: 2vw;
}

.article[data-id="1"] .no-data .button{
    margin-top: 7vw;
}