@charset "UTF-8";
/*GN font-color white*/
#navi.bg_none .menu_parent > label,
#navi.bg_none .menu_parent > a{
    color: #FFF;
}
#navi.bg_none.bg_white .menu_parent > label,
#navi.bg_none.bg_white .menu_parent > a{
    color: #000;
}
/* Hero ================================= */
.container article:first-child{
    min-height: inherit;
}
#hero{
    padding:0;
    height: 604px;
    background: #000;
    position: relative;
}
#hero .box{
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#hero .box .page-logo{
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 540px;
}
#hero .box p{
    color: #FFF;
    letter-spacing: 0.02em;
    line-height: 1.7;
    text-align: center;
}


@media (max-width: 767px){
    #hero .box p{
        font-size: 1.2rem;
    }
    #hero .box p.fnt12{
        font-size: 1rem;
    }
    #hero .box .page-logo{
        max-width: 300px;
    }
}
@media (min-width: 768px){
    #hero{
        padding-bottom: 100px;
    }
    #hero .box p{
        font-size: 1.4rem;
    }
    #hero .box p.fnt12{
        font-size: 1.2rem;
    }
}
@media (max-width: 1366px){
    #hero{
        height: 500px;
    }
}

.contents_wrap{
    padding: 0;
}
.tab_panel p.title-border{
    margin-bottom: 50px;
    font-size: 1.3rem;
}
.title-border span{
    padding: 10px;
    border-bottom: 1px solid #707070;
}
@keyframes tabAnim{
	0%{opacity:0;}
	100%{opacity:1;}
}
.tab_wrap{
    width: 100%;
    max-width:1438px;
    margin: 0 auto;
    position: relative;
}
.tab_wrap input[type="radio"]{
    display:none;
}
.tab_area{
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    top: -45px;/*タブの高さ分上に移動*/
}
.tab_area label{
    width: 100%;
    max-width: 370px;
    margin: 0;
    display: block;
    padding: 13px 0;
    max-height: 45px;
    box-sizing: border-box;
    color: #FFF;
    background: #000;
    border: 1px solid #898989;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    transition: ease 0.2s opacity;
}
.tab_area label:last-of-type{
    border-left: none;
}
.tab_area label .fnt19{
    font-size: 1.9rem;
    letter-spacing: 0.01em;
}
.tab_area label .style_bold{
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    margin-left: 5px;
}
.tab_panel{
    width: 100%;
    opacity: 0;
    padding: 80px 0;
    display: none;
}
.tab_panel p{
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.02em;
    text-align: center;
}
.panel_area{background:#fff;}
#tab1:checked ~ .tab_area .tab1_label{background:#fff; color:#000;}
#tab1:checked ~ .panel_area #panel1{display:block; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#tab2:checked ~ .tab_area .tab2_label{background:#fff; color:#000;}
#tab2:checked ~ .panel_area #panel2{display:block; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#tab3:checked ~ .tab_area .tab3_label{background:#fff; color:#000;}
#tab3:checked ~ .panel_area #panel3{display:block; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}

/*主要機能*/
.main_system{
    margin-bottom: 87px;
}
.main_system .flex_box{
    justify-content: space-between;
}
.main_system .flex_box .item{
    width: 32%;
    max-width: 446px;
    margin-top: 50px;
}
.main_system .flex_box .item .fnt20{
    font-size: 2rem;
}
.main_system .flex_box .item ul{
    padding: 0;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    line-height: 1.7;
    min-height: 170px;
}
.main_system .flex_box .item img{
    width: 100%;
}
.main_system_tool{
    line-height: 2;
    width: 95%;
    max-width: 510px;
    margin: 87px auto 116px;
}
.main_system_tool dt{
    float: left;
    font-size: 2rem;
}
.main_system_tool dd{
    margin-left: 80px;
    font-size: 1.4rem;
}

/*対応ワイヤレスシステム*/
.wireless_system{
    margin-bottom: 132px;
}
.wireless_system .flex_box{
    max-width: 810px;
    margin: 0 auto;
    justify-content: space-between;
}
.wireless_system .flex_box .item{
    width: 30%;
    max-width: 218px;
    margin-top: 50px;
}
.wireless_system .flex_box .item img{
    width: 100%;
}
.wireless_system .flex_box .item > div{
    padding: 0 25px;
    box-sizing: border-box;
}
.wireless_system .flex_box .item .title{
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
}
.wireless_system .flex_box .item .title .style_en{
    font-size: 2.5rem;
    letter-spacing: 0.01em;
}
.wireless_system .flex_box .item .title .series{
    margin-left: 5px;
}
.wireless_system .flex_box .item .title.fnt17{
    font-size: 1.7rem;
    line-height: 1.5;
}
.wireless_system .flex_box .item > div ul{
    padding: 0;
    font-size: 1.4rem;
    line-height: 2;
}
.underline{
    text-decoration: underline;
}

.box_std {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 182px;
}
.box_std ul {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.7;
}
.box_std ul li{
    display: inline-block;
    margin-right: 3em;
}
.tab_panel p.subtext{
    font-size: 1rem;
    margin: 4em 0;
}
#dl_btn{
    width: 100%;
    max-width: 512px;
    font-size: 1.7rem;
    max-height: 60px;
    padding: 17px 10px;
}

/*Wireless Manager ダウンロード*/
#panel2 > .wrap{
    width: 100%;
    max-width: 1125px;
    margin: 0 auto;
}
.version{
    display: flex;
    align-items: center;
    justify-content: center;
}
.version dt{
    font-size: 2.6rem;
    letter-spacing: 0.02em;
}
.dl_list{
    width: 100%;
    display: flex;
    justify-content: center;
}
.dl_list dt{
    background: #F7F7F7;
    max-width: 318px;
    width: 30%;
    height: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.5;
}
.dl_list dt .style_bold{
    display: block;
    font-size: 1.8rem;
}
.dl_list dd{
    margin-left: 0;
    width: 70%;
    max-width: calc(100% - 318px);
}
.dl_list dd .wrap > div > p.title{
    background: #F7F7F7;
    margin: 0 0 1em;
    font-size: 1.2rem;
    padding-top: 3px;
    padding-bottom: 3px;
}
.dl_list dd .wrap{
    display: flex;
    min-height: 100px;
    margin-bottom: 10px;
}
.dl_list dd .wrap > div{
    word-break: break-all;
}
.dl_list dd .wrap > div > p{
    margin: 0;
}
.dl_list dd .file_name{
    width: 55%;
    min-width: 150px;
}
.dl_list dd .file_name .title,
.dl_list dd .file_name p{
    text-align: left;
}
.dl_list dd .file_name p > a{
    cursor: pointer;
}
.dl_list dd .file_name p > a::after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/download_icon.svg);
    background-size: contain;
    margin-left: 5px;
    vertical-align: sub;
}
.dl_list dd .os, .dl_list dd .size, .dl_list dd .update{
    width: calc(45% / 3);
    min-width: 50px;
}
.tab_panel p.text-left,
.dl_list_table td.text-left{
    text-align: left;
}
.mb100{
    margin-bottom: 100px;
}
.accordion_title{
    cursor: pointer;
}
.accordion_title + div{
    display: none;
}
.update_list ul{
    width: 350px;
    margin: 0 auto;
    line-height: 2.5;
}
.update_list ul li:nth-child(odd){
    margin-right: 2em;
}
.update_list ul li:nth-child(even){
    margin-right: 0;
}

/*旧バージョン*/
.dl_list_table th{
    background: #F7F7F7;
    font-size: 1.2rem;
    font-weight: normal;
    padding: 7px 10px;
    box-sizing: border-box;
}
.dl_list_table tr.border-top {
    border-top: 1px dotted #BFBFBF;
}
.dl_list_table td{
    font-size: 1.4rem;
    padding: 20px 10px;
    box-sizing: border-box;
    text-align: center;
    word-break: break-all;
}
.dl_list_table a::after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/download_icon.svg);
    background-size: contain;
    margin-left: 5px;
    vertical-align: sub;
}
.dl_list_table .ver{
    width: 20%;
    min-width: 60px;
}
.dl_list_table .file_name{
    width: 45%;
    min-width: 120px;
}
.dl_list_table .os,
.dl_list_table .size,
.dl_list_table .update{
    width: calc(35% / 3);
    min-width: 50px;
}

@media (max-width: 767px){
    .main_system .flex_box,
    .wireless_system .flex_box{
        flex-direction: column;
    }
    .main_system .flex_box .item,
    .wireless_system .flex_box .item{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .tab_panel{
        padding: 30px 5%;
        box-sizing: border-box;
    }
    .dl_list{
        flex-direction: column;
    }
    .dl_list dt,
    .dl_list dd{
        width: 100%;
        max-width: 100%;
    }
    .dl_list dd{
        margin-top: 20px;
    }
    .dl_list dd .file_name .title,
    .dl_list dd .file_name p{
        padding-left: 10px;
    }
    .tab_area label .fnt19{
        font-size: 1.2rem;
    }
    .tab_area label .style_bold{
        font-size: 1rem;
    }
    .tab_area label{
        height: 45px;
    }
    .main_system .flex_box .item:first-of-type{
        margin-top: 0;
    }
    .main_system .flex_box .item .fnt20{
        font-size: 1.8rem;
    }
    .main_system .flex_box .item ul,
    .main_system_tool dd{
        font-size: 1.2rem;
    }
    .box_std{
        margin-bottom: 80px;
    }
    .box_std ul li{
        margin: 0;
        display: block;
    }
    .version{
        flex-direction: column;
        margin-bottom: 50px;
    }
    .version dt{
        margin: 0.5em 0;
    }
    .version dd{
        width: 100%;
        margin-left: 0;
    }
    .version dd > p{
        font-size: 1.2rem;
    }
    .update_list ul li{
        margin-right: 0!important;
    }
    .version{
        margin-bottom: 50px;
    }
    .dl_list_table th{
        font-size: 1rem;
    }
    .dl_list_table td{
        font-size: 1.2rem;
        padding: 15px 10px;
    }
    .dl_list_table a::after{
        width: 13px;
        height: 13px;
    }
}
@media (min-width: 768px){
    .dl_list dd{
        margin-left: 16px;
    }
    .dl_list dd .file_name .title,
    .dl_list dd .file_name p{
        padding-left: 30px;
    }
    .version{
        margin-bottom: 70px;
    }
    .tab_area label:hover{
        opacity:0.6;
    }
}
@media (max-width: 1366px) and (min-width: 768px){
    .tab_panel{
        padding: 50px 5%;
        box-sizing: border-box;
    }
    .main_system .flex_box .item{
        width: 31%;
    }
    .main_system .flex_box .item ul{
       min-height: 220px; 
        font-size: 1.3rem;
    }
}


