@charset "utf-8";
/* CSS Document */

#firstview.cdn {
    background-image: url(/sevice_shared/img/cloud/partner/fastly/mv_cdn.svg);
    background-position: 113% -50%;
}
#firstview.waf {
    background-image: url(/sevice_shared/img/cloud/partner/fastly/mv_waf.svg);
    background-size: 870px;
    background-position: 113% -60%;
}
.area_pr {
    background: #ebebeb;
    padding: 30px;
    box-sizing: border-box;
}
.area_pr a {
    color: #333;
    font-weight: bold;
    text-decoration: underline;
    margin-right: 10px;
    padding-top: 2px;
}
.area_pr span.check {
    background: #e82c2a;
    color: #fff;
    font-size: 1.2rem;
    padding: 2px 8px;
    vertical-align: middle;
}
.area_pr p {
    margin-top: 10px;
    margin-bottom: 0;
}
#feature {
    background: #182931;
}
#feature .content h2,
#feature .content h3,
#feature .content p {
    color: #fff;
}
#feature .content h4 {
    color: #ff282d;
}
#feature .flex {
    justify-content: space-between;
    align-items: center;
}
#feature .flex figure {
    width: 20%;
    text-align: center;
}
#feature .flex > div {
    width: 75%;
    margin-bottom: 50px;
}
#feature .flex:last-of-type > div {
    margin-bottom: 0;
}
#feature .option {
    border-top: 2px solid #fff;
    margin-top: 50px;
}
#feature table td {
    background: #fff;
}


@media screen and (max-width: 1039px) {
    #feature .flex figure,
    #feature .flex > div {
        width: 100%;
    }
    #feature .flex > div h4 {
        text-align: center;
    }
}









