@charset "utf-8";
h3{
    font-size: 18px!important;
    color: #5F5E5E;
}
.inhub_outer_gr{
    background-color: #F2F2F2;
}
.inhub_outer a:visited,.inhub_outer_gr a:visited{
    text-decoration: none;
}
.inhub_inner{
    max-width: 980px;
    margin: 0 auto;
    width: auto;
}
.inhub_ttl{
    background-color: #46649D;
    color: #fff;
    padding: 15px 13px;
    margin-top: 50px;
    font-size: 18px;
}
.inhub_ttl_txt{
    font-size: 16px;
    line-height: 2em;
    padding: 20px 0 50px;
}
.inhub_h2_ttl{
    background-color: #46649D;
    color: #fff!important;
    font-size: 18px!important;
    padding: 15px 13px;
    margin-bottom: 50px!important;
    text-align: left!important;
}
.inhub_h2_ttl_series{
    margin-bottom:20px!important;
}
.inhub_top_bannar{
    width: 100%;
    margin:0px auto 50px ;
}
.inhub_top_bannar a{
    transition: all 0.7s;
}
.inhub_top_bannar a:hover{
    opacity: 0.7;
    transition: all 0.7s;
}
.inhub_top_bannar_link{
    width: 100%;
    display: block;
}
.inhub_top_bannar_link img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.inhub_select{
    margin: 0 auto;
    padding-bottom: 60px!important;
    display: flex;
    justify-content: space-around;
    font-size: 16px;
}
.inhub_select li{
    /*ポート数増加時はwidth21%*/
    width: 30%;
    height: 60px;
    background-color: #fff!important;
    border-radius: 30px;
    border: solid 1px #C8C8C8!important;
    display: table;
    text-align: center;
    color: #555;
}
.inhub_select li:hover{
    background-color:#9B9B9B!important;
    color: #fff;
    transition: ease 0.4s;
}
.inhub_select li a{
    color:#5F5E5E;
    font-weight: 500;
    display: table-cell;
    vertical-align: middle;
}
.inhub_type_list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px!important;
    gap:25px;
}
.inhub_type_list li{
    background-color: #fff!important;
    border-radius: 35px;
    text-align: center;
    padding: 40px 50px!important;
    width: 310px;
    flex-wrap: wrap;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    transition: all 0.5s;

}
.inhub_type_list li a{
    display: inline-block;
}
.inhub_type_list li:hover{
    transition: all 0.5s;
    box-shadow:none;
}
.inhub_type_list li img{
    width: 100%;
}
.inhub_type_list li h3{
    margin-top: 20px;
    line-height: 1.2;
    font-weight: 500;
}
.inhub_series_exp{
    margin-bottom: 40px;
}
.inhub_series_exp p{
    margin-bottom:10px;
    text-align: right;
}
.inhub_series_exp p:before{
    content: '';
    display: inline-block;
    width: 80px;
    height: 18px;
    margin-right: 10px;
    vertical-align: middle;
}
.inhub_series_exp_common:before{
    background-color: #c5e0b4;
}
.inhub_series_exp_part:before{
    background-color: #bdd7ee;
}

.inhub_series_list{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 80px!important;
    gap:25px;
    align-items: stretch;
    justify-content: space-between;
}
.inhub_series_link_list{
    background-color: #fff!important;
    text-align: center;
    padding: 25px!important;
    width: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #5F5E5E!important;

}
.inhub_series_list_img_outer{
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inhub_series_list_img_outer_v{
    height: 80px!important;
    padding: 20px 0;
}
.inhub_series_list_img_outer img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.inhub_series_list_img_outer_v img{
    height: 100%!important;
    width: auto!important;
}
.inhub_series_link{
    display: flex;
}
.inhub_series_link:hover{
    opacity:0.7;
    transition: 0.3s ease-in-out;    
}
.inhub_series_list li h3{
    font-weight: 500;
    margin:10px 0;
}
.inhub_series_list_txt{
    line-height: 1.2;
    margin-bottom: 15px;
    flex-grow: 1;
}
.inhub_series_tag{
    display: flex;
    gap:0.3em;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    min-height: 55px;
}
.inhub_series_tag li{
    padding: 5px 0!important;
    background: #c5e0b4;
    font-size: 14px;
    width: 49%;
    height: 15px;
}

.inhub_series_tag_part{
    background-color: #bdd7ee!important;
}

.inhub_example_ttl{
    padding-top:60px;
}
.sec_examples{
    margin-bottom: 80px!important;
}
.sec_examples .dd_sort_list{
    margin-bottom:30px!important;
}
.sec_examples .dd_sort_list .date,.sec_examples .dd_sort_list .text,.sec_examples .dd_sort_list .icon{
    color: #5F5E5E;
}
.inhub_banner_1col{
    margin-bottom: 80px;
}
.inhub_banner_1col a{
    width: 100%;
}
.inhub_banner_1col a:hover{
    opacity: 0.7;
    transition: all 0.7s;
}
.inhub_banner_1col a img{
    width: 100%;
    object-fit: cover;
}


 .main_product_menu.product_top_new > li {
    width: 18.5%;
    display: flex;
    margin: 0 .33% 0 .5%;
}
 .main_product_menu.product_top_new > li a {
    display: flex;
    width: 100%;
    padding: 1em .6em;
}
 .main_product_menu.product_top_new > li a::after {
    right: 0.8em;
}
 .main_product_menu.product_top_new > li span {
    margin-right: 0.8em;
    padding: 0 .5em;
    font-size: 16px;
}
.btn_link:hover {
    opacity: .7;
}
.btn_link img {
    width: 100%;
}
 .product_example ul {
    padding: 0 1em;
    margin: 2.5em auto;
}
 .product_example li{
    background-image: url(/ew/pewnw/pana_common2023/images/ga2012_icn_arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 0.4em;
    padding-left: 3px;
    font-size: 14px;
}
 .product_example li + li{
    margin-top: 1.5em;          
}
 .product_example li a span{
    font-weight: bold;
}
 .product_faq ul {
    margin: 2.5em auto 1em;
    font-size: 14px;
}
 .product_faq li {
    padding-left: 1em;
    border-bottom: 1px dashed #CCC;
    padding-bottom: 1.5em;
    font-size: 16px;
}
 .product_faq li + li{
    margin-top: 1.5em;
}
 .product_faq li p{
    padding-left: 2.3em;
    position: relative;
    margin-top: 2em;
    line-height: 1.2;
}
 .product_faq li p:before{
    content: "Q.";
    position: absolute;
    left: 0;
    top: -4px;
    display: flex;
    width: 1.8em;
    height: 1.8em;
    align-items: center;
    justify-content: center;
    background: #45a5bf;
    color: #FFF;
    font-weight: bold;
    line-height: 1;
    }
 .product_faq li p.faq_a:before{
    content: "A.";
    background: #f0757e;
    }
 .product_faq + p{
    font-size: 14px;
    text-align: right;
    margin: 0 auto 2.5em !important;
    }
 .product_faq + p a.arrow{
    display: inline-block;
    background-image: url(/ew/pewnw/pana_common2023/images/ga2012_icn_arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 0.4em;
    padding-left: 10px;
    }


@media screen and (min-width:769px) {
    .sp_only{
        display:none;
    }
}

@media screen and (min-width:768px) and (max-width:984px){
    #sectionContents{
        padding: 0!important;
    }
    .inhub_series_list{
        justify-content: space-between;
        gap: 2vw;
    }
    .inhub_outer_gr{
        padding: 0 3vw;
    }
    .inhub_outer{
        padding: 0 3vw;
    }
    .inhub_series_link{
        width: 45vw;
    }
    .inhub_series_link_list{
        width: 50vw;
        padding: 3vw!important;
    }
}

@media screen and (max-width:768px) {
    .pc_only{
        display: none;
    }
    .inhub_h2_ttl{
        margin-bottom: 7vw!important;
    }
    .inhub_select{
        display: block;
        padding-bottom: 7vw!important;
    }
    .inhub_select li{
        width: 90%;
        margin: 3vw auto;
    }
    .inhub_type_list{
        display: block;
    }
    .inhub_type_list li{
        width: 90%;
        padding: 5%!important;
        margin-bottom: 3vw;
    }
    .inhub_outer_gr{
        width: calc(100% + 6vw);
        left: -3vw;
        padding: 3vw 3vw 0.5vw;
        position: relative;
        box-sizing: border-box;
        background-color:#F2F2F2 !important
    }
    .inhub_series_link{
        width:100%;
    }
    .inhub_series_link_list{
        width: 100%;
    }
    .inhub_series_list_img_outer{
        height: auto;
    }
    .inhub_series_list li h3{
        margin: 3vw 0;
    }
    .inhub_banner_sp{
        margin-bottom: 15vw;
    }
}