.notice_icon {
    display: flex;
    justify-content: center;
}

.notice_icon img {
    width:100px;
    margin:150px auto 50px;
}

.notice_text {
    margin: 0 auto;
    width: 850px;
    font-family: "メイリオ","游ゴシック",sans-serif;
    font-size: 18px;
    font-weight: 900;
    color: #292e34;
    padding-bottom: 1em;
}
