.btn_link:hover {
    opacity: .7;
}
.btn_link img {
    width: 100%;
}

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
/* wifi7_10G (/ew/pewnw/product/wifi7_10g.html) --------------------*/
/* fv_head */
.wifi7_10g .fv_head {
    background: url("/ew/pewnw/product/images/wifi7_10g/bg_header.png") no-repeat center bottom;
    background-size: cover;
    position: relative;
}
.wifi7_10g .fv_head:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 125px;
    background: rgba(0,99,144,0.57);
}
.wifi7_10g .fv_head .wrap {
    height: 470px;
    padding: 50px 0;
    box-sizing: border-box;
}
.wifi7_10g .fv_head h1 {
    letter-spacing: 0;
    text-align: center;
}
.wifi7_10g .fv_head h1 img {
    width: 80%;
}
.wifi7_10g .fv_head p.img {
    display: flex;
    justify-content: center;
}
.wifi7_10g .fv_head p.img >span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
}
.wifi7_10g .fv_head p.img span:first-child img {
    width: 100%;
}
.wifi7_10g .fv_head p.img span:last-child {
    width: 35%;
}
.wifi7_10g .fv_head p.img span:last-child img {
    width: 50%;
}
.wifi7_10g .fv_head .text {
    padding: 1em;
    margin: 1.5em auto 0;
    position: relative;
    z-index: 1;
}
.wifi7_10g .fv_head .text * {
    color: #FFF;
    text-align: center;
}
.wifi7_10g .fv_head .text h2 {
    font-size: 20px;
    margin-bottom: .6em;
}
.wifi7_10g .fv_head .text p {
    font-size: 15px;
    line-height: 1.6;
}
.wifi7_10g a:hover {
    opacity: .7;
}

/* sec_series ----------------*/
.sec_series {
   padding: 80px 0 0;
}
.sec_series#sec01 {
   padding: 0;
}
.sec_series h3.tit_blue {
   padding: 1em;
   width: 100%;
   color: #FFF;
   text-align: center;
   font-size: 20px;
   background: #3c5da2;
   box-sizing: border-box;
}

/* sec_head ----------------*/
.sec_head {
   padding: 80px 0 0;
}
.sec_series .sec_head h2 {
   margin: 0 auto 30px;
   list-style: 1.6;
}
.sec_series .sec_head h2 span.y_un {
    background: linear-gradient(transparent 60%, #FFF190 40%);
    color: #333;
    display: inline;
   font-size: 24px;
   font-weight: bold;
}
.sec_head h2 img{
   width: 50%;
}
.sec_head h2 + p {
   line-height: 1.6;
   margin-bottom: 50px;
   text-align: center;
}
.sec_head p.img img {
   width: 100%;
}

/* .sec_series ul ----------------*/
.sec_series .wrap h3 + ul {
   display: flex;
   flex-flow: wrap;
   width: 100%;
   margin-top: 40px;
}
.sec_series .wrap h3 + ul li {
   display: flex;
   flex-flow: column;
   width: 31%;
}
.sec_series .wrap h3 + ul li + li {
   margin-left: 3.5%;
}
.sec_series .wrap h3 + ul li:nth-child(4n) {
   margin-left: 0;
}
.sec_series .wrap h3 + ul li img {
   width: 100%;
}
.sec_series .wrap h4 {
   font-size: 18px;
   line-height: 1.2;
   margin-bottom: .8em;
   font-feature-settings: "palt";
}


/* .sec_series .sec_main01 ----------------*/
.sec_series .sec_main01 h3 + ul li p.img {
   border: 1px solid #CCC;
   padding: 1em;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
    height: 160px;
    box-sizing: border-box;
}
.sec_series .sec_main01 h3 + ul li:last-child {
   margin-top: 30px;
}
.sec_series .sec_main01 h3 + ul li:last-child p.img img {
   height: 100%;
   width: auto;
}

/* .sec_series.sec02 ----------------*/
.sec_series.sec02 h4 {
   margin-bottom: .3em
}
.sec_series.sec02 h4 + p {
   font-size: 14px;
   margin-bottom: 1em;
}

/* .sec_series.sec03 ----------------*/
.sec_series.sec03 {
   padding-bottom: 80px;
}
.sec_series.sec03 .wrap .img + h4 {
   margin-top: .5em;
}
.sec_series.sec03 .wrap h4 + p {
   line-height: 1.4;
}

/* .sec_series.sec_cv ----------------*/
.sec_series.sec_cv {
    margin: 0 auto;
    padding: 0 0 100px;
}
.sec_series.sec_cv .wrap {
    background: #f2f2f2;
    box-shadow: 5px 6px 9px -9px rgba(0, 0, 0, 0.6) inset;
    padding: 35px;
}
.sec_series.sec_cv ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec_series.sec_cv .btn a {
    display: inline-block;
    color: #FFF;
    font-size: 20px;
    padding: 20px 5em 20px 3em;
    background: url("/ew/pewnw/common/images/solution2023/index/icon_arrow.png") no-repeat center right 12px #000;
    box-sizing: border-box;
    min-width: 350px;
    text-align: center;
    transition: ease .2s;
}



@media (max-width: 984px){
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    /* fv_head */
    .wifi7_10g .fv_head {
        height: auto;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
    }
    .wifi7_10g .fv_head:after {
        content: none;
    }
    .wifi7_10g .fv_head .wrap {
        height: auto;
        padding: 20px 0 0;
    }
    .wifi7_10g .fv_head h1 img {
        width: 97%;
    }
    .wifi7_10g .fv_head p.img {
        flex-flow: column;
        position: relative;
    }
    .wifi7_10g .fv_head p.img >span {
        width:100%;
        display: flex;
        align-items: flex-start;
        padding:0 32% 10% 0;
        box-sizing: border-box;
    }
    .wifi7_10g .fv_head p.img span:last-child {
        width:100%;
        position: absolute;
        right: -21vw;
        bottom: 0;
        padding: 0;
    }
    .wifi7_10g .fv_head p.img span:first-child img {
        width:80%;
    }
    .wifi7_10g .fv_head p.img span:last-child img {
        width: 27%;
    }

    .wifi7_10g .fv_head .text {
        text-align: left;
        width: 100%;
        background: rgba(0,99,144,0.57);
        box-sizing: border-box;
    }
    .wifi7_10g .fv_head .text h2 {
        font-size: 18px;
        line-height: 1.2;
        text-align: left;
    }
    .wifi7_10g .fv_head .text p {
        font-size: 14px;
        text-align: left;
    }


    /* sec_series ----------------*/
    .sec_series {
    padding: 10vw 0 0;
    }
    .sec_series h3.tit_blue {
    font-size: 16px;
    }
    
    /* sec_head ----------------*/
    .sec_head {
    padding: 10vw 0 0;
    }
    .sec_series .sec_head h2 span.y_un {
        font-size: 20px;
    }
    .sec_head h2 img{
    width: 80%;
    }
    .sec_head h2 + p {
    margin-bottom: 10vw;
    }

    /* .sec_series ul ----------------*/
    .sec_series .wrap h3 + ul {
    flex-flow: column;
    margin-top: 8vw;
    }
    .sec_series .wrap h3 + ul li {
    width: 100%;
    }
    .sec_series .wrap h3 + ul li + li {
    margin-left: 0;
    margin-top: 8vw;
    }

    .sec_series .wrap h4 {
    font-size: 16px;
    }

    .sec_series .sec_main01 h3 + ul li p.img img {
    height: 100%;
    width: auto;
    max-width: 80vw;
    }

    /* .sec_series.sec03 ----------------*/
    .sec_series.sec03 {
        padding-bottom: 10vw;
    }

    /* .sec_series.sec_cv ----------------*/
    .sec_series.sec_cv {
        padding: 0 auto 10vw;
        margin: 0 auto;
    }
    .sec_series.sec_cv .wrap {
        padding: 8vw 5vw;
    }
    .sec_series.sec_cv ul {
        flex-flow: column;
    }
    .sec_series.sec_cv .btn a {
        font-size: 18px;
        min-width: inherit;
        display: block;
    }

}



