@charset "utf-8";
.netspeed-block {
    position: relative;
    background-color: #fff;
    max-width: 500px;
    margin: 20px auto 0px;
    border-radius: 20px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    padding: 24px 16px 20px;
}
.page_docomo_detail .netspeed-block {
    border: solid 1px #c70e2d;
}
.netspeed-block .netspeed-check-area {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* btn */
.netspeed-block .c-btn-n {
    display: block;
    position: relative;
    width: 100%;
    max-width: 280px;
    padding: 8px 32px 8px 16px;
    background-color: #fff;
    border: solid 2px #56a520;
    box-shadow: 0px 4px #56a520;
    border-radius: 40px;
    transition: all .15s;
}
.netspeed-block .c-btn-n:hover{
    background-color: #eee;
}
.netspeed-block .c-btn-n::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    background: url(../img/glay-tab.svg) center / contain no-repeat;
    width: 15px;
    height: 15px;
}
.netspeed-block .c-btn-n img{
    width: 88%;
    vertical-align: middle;
}
/* netspeed-heading */
.netspeed-block .netspeed-heading {
    margin-left: 8px;
    font-weight: 700;
    letter-spacing: normal;
}
.netspeed-block .netspeed-heading .newInfo {
    font-size: 1.4rem;
}
/* line-report */
.netspeed-block .line-report {
    text-align: center;
    font-weight: 700;
    margin-top: 8px;
    letter-spacing: normal;
}
.netspeed-block .reference-info {
    font-size: 1.2rem;
    margin-left: 3px;
}
/* net-num-block */
.netspeed-block .net-num-block {
    max-width: 360px;
    margin: 8px auto 0;
}
.netspeed-block .net-num-item {
    position: relative;
    text-align: left;
    padding-left: 24px;
    font-weight: 700;
    font-size: 1.7rem;
    letter-spacing: normal;
    line-height: 1.6;
}
.netspeed-block .net-num-item::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0px;
}
/* 配列の項番が揃わずアイコンが表示されたりされなかったりするのでbeforeをコメントアウトします */
/* .netspeed-block .net-num-item.n-item01::before {
    background: url(../img/icon-download.svg) center / contain no-repeat;
    width: 14px;
    height: 14px;
}
.netspeed-block .net-num-item.n-item02::before {
    background: url(../img/icon-upload.svg) center / contain no-repeat;
    width: 14px;
    height: 14px;
} */
.netspeed-block .net-num-item .number{
    color: #297BB4;
}
@media all and (max-width: 767px) {
    .netspeed-block {
        width: 90%;
        padding: 20px;
    }
    .netspeed-block .netspeed-check-area {
        flex-direction: column;
    }
    .netspeed-block .netspeed-heading {
        margin-left: 0;
        margin-top: 8px;
    }
    .netspeed-block .line-report-txt {
        font-size: 1.4rem;
    }
    .netspeed-block .reference-info {
        display: block;
        margin-left: 0;
    }
}
