@charset "UTF-8";
/* -----------------------------------------------
    コンサルティングプラザ統合対応
----------------------------------------------- */
.announcement_blk {
    padding: 16px;
    font-family: Roboto, "Helvetica Neue", Arial, "Century Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", Meiryo, sans-serif;
    font-size: 14px;
}
.announcement_blk .blk_inr {
    line-height: 1.7;
    max-width: 750px;
    margin: auto;
    padding: 16px;
    border-radius: 16px;
    background: #FFF;
}
.announcement_blk .announce_tit {
    min-height: 22px;
    padding-left: 34px;
    background-repeat: no-repeat;
    background-position: left 50%;
    background-size: 24px;
    font-weight: bold;
    font-size: 18px;
    vertical-align: middle;
}
.announcement_blk p {
    margin-bottom: 8px;
}
.announcement_blk p em {
    font-weight: bold;
}
.announcement_blk a {
    color: #1A26B3;
    font-weight: bold;
    text-decoration: underline;
}

/* FORMAT1
----------------------------------------------- */
.announcement_blk.format1 {
    padding: 0 16px 16px;
}
.announcement_blk.format1 .blk_inr {
    border: 1px solid #756944;
    color: #756944;
}
.announcement_blk.format1 .announce_tit {
    background-image: url(images/ico_announce1.svg);
}

/* FORMAT2
----------------------------------------------- */
.announcement_blk.format2 {
    padding: 16px 0 8px;
}
.announcement_blk.format2 .blk_inr {
    background: #F2F2F2;
    color: #333;
}
.announcement_blk.format2 .announce_tit {
    background-image: url(images/ico_announce2.svg);
}
/* consultation/hokenichiba */
.main-contents.plaza_index .announcement_blk.format2 {
    padding: 16px;
}

@media screen and (min-width: 768px) {
    .announcement_blk.format1 {
        padding: 16px 0;
    }
}