@charset "utf-8";

/*大分類（くらし・手続き）*/
div#count_down_area{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    gap: 30px;
    margin-bottom:40px;
    margin-top: 40px;
    align-items: stretch;
}
#count_down_area .count_down_box{
    border-radius:10px;
    width: 525px;
}
.tpl_life_list3 .section_information{
    margin:0;
}
/* カウントダウン */
#count_down_area .count_down_box {
    margin:0;
}