/*-----------------------------------------------
重要なお知らせページ
-------------------------------------------------*/

.Important  {
    margin: 0px;
    padding: 20px ;
    font-family: "Source Sans Pro", "メイリオ", "Hiragino Kaku Gothic Pro", sans-serif;
    border: 1px solid #222;
    border-radius: 0 0 5px 5px;
}

.Important_h1{
    margin: 10px 5px 10px 5px; 
    padding: 10px;
    font-family: "Source Sans Pro";
    font-size: 24px;
    color: #fff;
    text-align: center;
    border: 1px solid #dc143c;
    border-radius: 2px;
    background-color: #dc143c;
    line-height: 120%;
}

.Important_ul  {
    margin: 0;
    padding: 30px 5px  0 5px;
    list-style: none;
    line-height: 180%;
}

.Important_li  {
    display: flex;
    align-items: baseline;
    font-size: 18px;
    lingheitht: 120%;
}

.Important_i   {
    margin-right: 5px;
    color: #ff0000;
}
.Important_ul_end  {
    margin: 0;
    padding: 30px 5px  0 5px;
    list-style: none;
    line-height: 180%;
    text-align: right;
}
