body {
    font-family: "Noto Sans JP",
    "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

.announcement_title {
    text-align: center;
    margin-bottom: 32px;
}

.announcement_title h1 {
    font-size: 28px;
    font-weight: bold;
    color: #323232;
    display: inline;
    padding-bottom: 4px;
    border-bottom: 3px solid #D7302D;
}

.announcement_title h1 span {
    font-size: 26px;
}

.announcement {
    margin-bottom: 120px;
}

.announcement ul {
    width: 90%;
    border-bottom: 1px solid #dce1f0;
    padding: 24px 12px;
    margin: 0 auto;
}

.announcement li {
    color: #555;
    font-size: 16px;
    line-height: 1em;
    text-align: left;
    letter-spacing: 0.1em;
    white-space: nowrap;
    width: 25%;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
}

.announcement li:nth-child(2) {
    width: 45%;
}

.announcement li:nth-child(3) {
    text-align: right;
    height: 0;
    padding-right: 15px;
}

.announcement li a {
    color: #303030;
    font-size: 11px;
    text-decoration: underline;
}

.announcement li a img {
    width: 24px;
    margin-right: 12px;
    position: relative;
    top: -3px;
    vertical-align: middle;
}