﻿.notice-banner{
    padding-top:30px;
    padding-bottom:30px;
    background-color:#ffff66;
    color:#581862;
}
.notice-banner .col-xs-12 > *:last-child{
    margin-bottom:0;
}
.notice-banner__title{
    font-size:20px;
    font-size:1.25rem;
    line-height:24px;
    line-height:1.5rem;
    font-weight:bold;
    margin-bottom:5px;
}
@media screen and (min-width:768px){
    .notice-banner__title{
        font-size:24px;
        font-size:1.5rem;
        line-height:28px;
        line-height:1.75rem;
    }
}
.path-frontpage .notice-banner__title{
    font-size:34px;
    font-size:2.125rem;
    line-height:38px;
    line-height:2.375rem;
    margin-bottom:15px;
}
@media screen and (min-width:768px){
    .path-frontpage .notice-banner__title{
        font-size:36px;
        font-size:2.25rem;
        line-height:40px;
        line-height:2.5rem;
    }
}
.notice-banner__description{
    font-size:16px;
    font-size:1rem;
    line-height:20px;
    line-height:1.25rem;
}
@media screen and (min-width:768px){
    .notice-banner__description{
        font-size:18px;
        font-size:1.125rem;
        line-height:22px;
        line-height:1.375rem;
    }
}
.notice-banner__link{
    font-size:16px;
    font-size:1rem;
    line-height:20px;
    line-height:1.25rem;
    color:#581862;
    font-weight:normal;
    text-decoration:underline;
}
.notice-banner__link:hover{
    color:#2a0b2f;
}
.notice-banner__link:visited{
    color:#2a0b2f;
}
@media screen and (min-width:768px){
    .notice-banner__link{
        font-size:18px;
        font-size:1.125rem;
        line-height:22px;
        line-height:1.375rem;
    }
}