/* supporters.css */  
.list_smile {
    margin: 0 0 38px;
    padding: 12px 0 0;
    border-top: 3px dotted #a6cc2d;
    border-bottom: 3px dotted #a6cc2d;
}
.list_smile li::before {
    color: transparent;
    background: linear-gradient(45deg, #ffe346, #ff3ea8, #f07a43);
    -webkit-background-clip: text;
    background-clip: text;
}
/* for IE11 https://qiita.com/feo52/items/932f57f9760d2b743d39 */
_::-ms-backdrop, _:-ms-lang(x), .list_smile li::before  {
    background: none;
    color: #ff3ea8;
}
#area_office_info {
    margin: 0 0 48px;
    padding: 0 32px;
    border-top: 12px solid #ccc;
    border-bottom: 12px solid #ccc;
}
address .dl_2deck_label {
    width: 4rem;
}
@media screen and (min-width: 832px) {
    .heading_bot_green::after {
        width: 75vw;
        max-width: 56rem;
        min-width: 46rem;
    }  
    #area_office_info {
        width: 28rem;
    }    
  }
@media screen and (max-width: 831px) {
    .heading_bot_green::after {
        width: 90vw;
    }  
    #area_office_info {
        width: 70vw;
    }
    .dl_2deck {
        flex-wrap: wrap;
    }
}

