@charset "UTF-8";

/* -----------------------------------------------
    ヘッダー下のお知らせ
-----------------------------------------------*/
.top_txtinfo{
    box-sizing: border-box;
    margin: 10px;
    padding: 8px;
    max-width: 970px;
    background: #f44336;
    font-size: 14px;
    text-align: center;
}
.top_txtinfo a{
    position: relative;
    display: inline-block;
    padding: 0 0 0 22px;
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
.top_txtinfo a::before,
.top_txtinfo a::after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.top_txtinfo a::before{
    left: 0;
    content: '！';
    width: 16px;
    color: #f44336;
    font-weight: bold;
    text-align: center;
    z-index: +1;
}
.top_txtinfo a::after{
    left: 0;
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #fff;
}

@media screen and (min-width: 768px) {
    .top_txtinfo{
        margin: 10px auto;
    }
    .hh_drawer_menu{
        margin:0 0 5px;
    }
}
