@charset "UTF-8";

ul.featuresbox li.featuresbox01 .function_ttl {
    width: 100%;
    margin: 0 0 18px 0;
    text-align: center;
    line-height: 1.2em;
}

ul.featuresbox li.featuresbox01 .col2 {
    line-height: 2.4em;
}

ul.featuresbox li.featuresbox01 .function_ttl span {
    display: inline-block;
    width: auto;
    padding: 6px 16px 6px 10px;
    font-size: 80%;
    background-color: #ffffff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #000000;
    line-height: 1.2em;
}

ul.featuresbox li.featuresbox01 .col2 span {
    line-height: 2.4em;
}

@media screen and (max-width:1024px) {
    ul.featuresbox li.featuresbox01 {
        vertical-align: top;
    }
    ul.featuresbox li.featuresbox01 .function_ttl {
        width: 100%;
        margin: 0 0 18px 0;
        text-align: center;
    }
    ul.featuresbox li.featuresbox01 .function_ttl span {
        display: inline-block;
        width: auto;
        padding: 6px 13px 6px 7px;
        font-size: 80%;
        background-color: #ffffff;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        color: #000000;
    }
    ul.featuresbox li.featuresbox02 {
        vertical-align: middle;
    }
}

@media screen and (max-width:600px) {
    ul.featuresbox li.featuresbox01 .function_ttl span {
        font-size: 100%;
        line-height: 1.2em;
    }
}