.number-list {
}
    .number-list dt {
        padding-left: 30px;
        font-size: 1.125em;
        font-weight: bold;
        color: #3fb0d5;
    }
        .number-list dt.num01 {
            background: url(../../../common/img/main/img01.png) no-repeat left 0;
        }
        .number-list dt.num02 {
            background: url(../../../common/img/main/img02.png) no-repeat left 0;
        }
        .number-list dt.num03 {
            background: url(../../../common/img/main/img03.png) no-repeat left 0;
        }
    .number-list dd {
        margin-bottom: 1em;
    }

    ul.button-list {
        text-align: center;
        margin: 30px auto 0;
        width: 845px;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

.button-list li {
        display: inline-block;
        text-align: center;
        margin: 0;
        width: 250px;
        margin-right: 44px;
        margin-bottom: 26px;
    }
    .button-list li:nth-child(3n) {
        margin-right: 0;
    }
    .button-list li:last-child {
        margin-bottom: 42px;
    }
    p.text {
        font-size: 12px;
        text-align: right;
        margin-right: 250px;
    }
    .button-list a {
        border: 1px solid #3fb0d5;
        background: #66c0de;
        color: #fff;
        text-decoration: none;
        padding: .4em 0;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        display: block;
        font-size: 1.3125em;
        font-weight: bold;
        position: relative;
    }
        .button-list a.mini {
            font-size: 1em;
            padding: .8em 0;
        }
    .button-list a:before {
        position: absolute;
        font-family: iconvault;
        content: "\f101";
        left: 36px;
        top: 50%;
        transform: translateY(-50%);

    }
    .button-list a:hover {
        color: #3fb0d5;
        background: #fff;
    }



#hope h4 {
    margin-bottom: .2em;
    font-size: 1.125em;
}

@media screen and (max-width: 999px){

ul.button-list {
    width: auto;
}

.button-list li {
    display: inline-block;
    text-align: center;
    margin: 0 .5% 1.4em;
    width: 99%;
    vertical-align: top;
}
.button-list li:last-child {
    margin: 0 1% 0;
}
}
