@charset "UTF-8";

/* sp */
.value{
    background-image: url(/content/dam/nttcom/hq/jp/business/lp/cp/dx_subsidy_application/img/value_bg.svg);
}
.kv_ttl{
    padding-top: 2.5vw;
}
.kv_ttl img{
    width: 39vw;
}
/*
.kv_point:first-of-type{
    letter-spacing: -0.277vw;
}
*/

.point1 .point_ttl{
    margin-bottom: 5vw;
}
.point2.point_area{
    margin-bottom: 17vw;
}

.price_head {
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    font-weight: 700;
    color: #71419D;
    font-size: 9.333vw;
    margin-bottom: 5vw;
}

    .price_panel_txt{
        width: 86%;
        margin: 1.2vw auto 0;
    }

/* DS導線 */
.cta_ds_link{
    display: block;
    color: #30ADCB;
    font-weight: 700;
    font-size: 3.067vw;
    text-align: center;
    width: 78vw;
    line-height: 8vw;
    border: solid 1px #30ADCB;
    border-radius: 2vw;
    background-color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 2vw auto 0;
}
.ds_shop_icon{
    display: inline-block;
    width: 5.333vw;
    margin-right: 1vw;
}
.ds_shop_icon img{
    vertical-align: middle;
    margin-bottom: 1vw;
}
.cta_ds_arrow{
    content: "";
    display: inline-block;
    width: 1.5vw;
    height: 1.5vw;
    border-top:2px solid #30ADCB;
    border-right: 2px solid #30ADCB;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: 0.2vw;
}
.ds_bnr{
    width: 89.333vw;
    margin: 12vw auto 0;
}
/* ホバー */
.cta_ds_link:hover{
    opacity: .6;
}
.ds_bnr>a:hover{
    opacity: .6;
}

@media screen and (min-width:769px){
    .kv_ttl{
        padding-top: 1.8vw;
    }
    .kv_ttl img{
        width: 25.92vw;
    }
 /*
   .kv_point:first-of-type{
        letter-spacing: -0.073vw;
    }
*/

 .service_head_txt {
    letter-spacing: -0.088vw;
}

    .point1 .point_ttl{
        margin-bottom: 3vw;
    }
    .point2.point_area{
        margin-bottom: 10vw;
    }
   
   .price_content{
        position: relative;
        width: 77vw;
    }
    .price_panel{
        width: 100%;
    }
    .price_panel_txt{
        width: 50%;
        margin-top: 6.5vw;
    }
    .price_head{
        font-size: 3.66vw;
        margin-bottom: 5vw;
    }
    /* DS導線 */
    .cta_ds_link{
        font-size: 1.684vw;
        width: 40.996vw;
        line-height: 3.148vw;
        border-radius: 0.439vw;
        margin: 1.5vw auto 0;
    }
    .ds_shop_icon{
        width: 2.928vw;
        margin-right: 0.5vw;
    }
    .ds_shop_icon img{
        margin-bottom: 0.5vw;
    }    
    .cta_ds_arrow{
        width:0.8vw;
        height: 0.8vw;
        border-top:3px solid #30ADCB;
        border-right: 3px solid #30ADCB;
    }
    .ds_bnr{
        width: 57.833vw;
        margin: 6vw auto 0;
    }    
}