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

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

.article[data-id="1"] .info-list .item{
    display: block;
    border-bottom: 1px solid #e9e9e9;
    padding-top: 16px;
    padding-bottom: 14px;
}
.article[data-id="1"] .info-list .date{
    color: #747474;
    font-weight: bold;
    margin-bottom: 7px;
    display: inline-block;
}
.article[data-id="1"] .info-list .ttl::before{
    content: "";
    display: inline-block;
    width: 12px;
    height: 8px;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: var(--i-right);
    flex: none;
    vertical-align: 2px;
}
.article[data-id="1"] .info-list .category{
    border: 1px solid var(--blue);
    border-radius: var(--radiusPill);
    font-size: var(--fz-mini);
    padding: 3px 10px;
    color: var(--blue);
    line-height: 1;
    display: inline-block;
    font-weight: 500;
    margin-left: 8px;
}

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