/* -------------------共通部分------------------- */
#wrapper{
    width: 1366px;
    margin: 0 auto; 
    padding: 0;
    box-sizing: border-box;
    background-color: #ffffff;
    font-size: 62.5%;
    line-height: 1.5;
    color: #000000;
    /* -----overflow-y:scroll;--- */
    font-family:'Noto Sans JP','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
    }
    

    
    image{
    max-width: 100%;
    }
    
    #logo{
      
    }
    
    a{
      text-decoration: none;

    }
    
    a:link, a:visited, a:hover, a:active {
        color: #ffffff;
      }
    
    ul{
      width: 1000px;
    }
    
    li{
      list-style: none;
    }

    .hamburger-menu{
        display: none;
    }

    .title{
        font-size: 30px;
        margin-top: 50px;
        margin-bottom: 10px;
        letter-spacing: 0.22em;
    }

    .lead{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .l_lead{
        width: 800px;
        margin: 0 auto;

    }


    .subtitle{
        font-size: 25px;
        margin-top: 20px;
        text-align: center;
        letter-spacing: 0.20em;
        margin-bottom: 25px;
    }

    .text{
        font-size: 16px;
    }

    .flex{
        display: flex;
    }

    .space-between{
        justify-content: space-between;
   }
    

    .space-around{
        justify-content: space-around;
   }

   .parent {
    /*親要素はrelativeに*/
    position: relative;
  }

    .center{
        text-align: center;
    }

    .left{
        text-align: left;
    }




    .btn_w{
        width:150px;
        height:50px;
        line-height:50px;
        margin: 0 auto;
        margin-top: 30px;
    }
    .btn_w a{
        display:block;
        width:100%;
        height:100%;
        font-size: 16px;
        text-decoration: none;
        background:#ffffff;
        text-align:center;
        color:#000000;
        border-radius:5px;
        letter-spacing: 0.22em;
        border: solid 2px #9fa0a0;
        box-shadow: 0 0 0 4px #ffffff;
    }
    
    .btn_g{
        width:150px;
        height:50px;
        line-height:50px;
        margin: 0 auto;
        margin-top: 30px;
    }
    .btn_g a{
        display:block;
        width:100%;
        height:100%;
        font-size: 16px;
        text-decoration: none;
        background:#595757;
        text-align:center;
        color:#ffffff;
        border-radius:9px;
        letter-spacing: 0.22em;
        border: solid 2px #9fa0a0;
        box-shadow: 0 0 0 4px #595757;
    }

    .fs13{font-size: 13px;}
    .fs14{font-size: 14px;}
    .fs16{font-size: 16px;}
    .fs18{font-size: 18px;}
    .fs20{font-size: 20px;}
    .fs22{font-size: 22px;}
    .fs24{font-size: 24px;}
    .fs25{font-size: 25px;}
    .fs27{font-size: 27px;}
    .fs55{font-size: 55px;}
   
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}

.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mb70{margin-bottom: 70px;}
.mb80{margin-bottom: 80px;}
.mb90{margin-bottom: 90px;}
.mb100{margin-bottom: 100px;}



.mr5{margin-right: 5px;}
.mr10{margin-right: 10px;}
.mr20{margin-right: 20px;}
.mr30{margin-right: 30px;}
.mr40{margin-right: 40px;}
.mr50{margin-right: 50px;}

.pt5{padding-top: 5px;}
.pt10{padding-top: 10px;}
.pt20{padding-top: 20px;}
.pt30{padding-top: 30px;}
.pt40{padding-top: 40px;}
.pt50{padding-top: 50px;}
.pt60{padding-top: 60px;}
.pt70{padding-top: 70px;}
.pt80{padding-top: 80px;}
.pt90{padding-top: 90px;}
.pt100{padding-top: 100px;}
.pt110{padding-top: 220px;}



.pb5{padding-bottom: 5px;}
.pb10{padding-bottom: 10px;}
.pb20{padding-bottom: 20px;}
.pb30{padding-bottom: 30px;}
.pb40{padding-bottom: 40px;}
.pb50{padding-bottom: 50px;}
.pb60{padding-bottom: 60px;}
.pb70{padding-bottom: 70px;}
.pb80{padding-bottom: 80px;}
.pb90{padding-bottom: 90px;}
.pb100{padding-bottom: 100px;}
.pb110{padding-bottom: 110px;}

.bgc_navy{
    background-color: #111936;
    }

    .bgc_blue{
        background-color: #1d2088;
        }

        .bgc_gray{
            background-color: #efefef;
        }

    .c_white{
        color: #ffffff;
    }
    .c_gray{
        color: #595757;
    }
    .c_blue{
        color:#00a0e9;
    }

    .v_line_right{
        border-right: solid #ffffff 1px;
        padding-right: 100px;
      }


    /* -------------------header------------------- */
.header_wrap{
    height: 100px;
}

    header a{
        color: #ffffff;
    }
    .pc_nav{
        justify-content: space-between;
    }


    .header_logo{
        width: 40px;
    }

    #header_sns{
        width: 300px;
        display: flex;
        justify-content: flex-end;
        justify-content: space-between;
        padding: 20px;
        padding-right: 10px;
        padding-top: 30px;
        background-color: #ffffff;
    }

    #header_menu{
        height: 60px;
        padding-top: 40px;
    }
    /* -------------------top------------------- */
    .top{
        background-image: url(../image/ワイヤレスカメラ1.jpg);
        background-size: 1366px;
        background-repeat: no-repeat;
        height: 700px;
    }
    .l_main_sp_text{
        display: none;
    }

   

    .text_wrap{
        padding-top: 250px;
        padding-left: 150px;
        width: 320px;
        line-height: 1;
    }

    .top h1{
        letter-spacing: 0.22em
    }

    #top_text{
        margin-bottom: 10px;
        letter-spacing: 0.15emo

    }

    #top_smalltext{
        margin-top: 10px;
        line-height: 1.8;
        letter-spacing: 0.08em
    }
    /* -------------------content01------------------- */
    #content01 .content_wrap{
        background-image: url(../image/無線防犯カメラ01.jpg);
        background-size: 1366px;
        background-repeat: no-repeat;
        height: 500px;
        padding-left: 300px;
        padding-right: 300px;
        padding-top: 55px;
    }

    #content01 p{
        letter-spacing: 0.20em;
    }
    /* -------------------content02------------------- */
    #content02_wrap_left{
        background-image: url(../image/センサーマット.jpg);
        background-size: 504px;
        background-repeat: no-repeat;
        width: 504px;
        height: 270px;
    }

    #content02_wrap_right{
        background-image: url(../image/呼出ボタン.jpg);
        background-size: 504px;
        background-repeat: no-repeat;
        width: 504px;
        height: 270px;
    }

    #content02 p{
        letter-spacing: 0.20em;
    }

/* -------------------content03------------------- */
    .container{
        width: 350px;
        background-color: #f7f8f8;

    }

    .container_inner{
        width: 90%;
        margin: 0 auto;

    }

   .sonota{
       display: block;
        width: 130px;
        margin: 0 auto;
    }

    /* -------------------content04------------------- */
    #logo_shop{
        display: block;
        width: 400px;
        margin: 0 auto;
    }
    #content04 p{
        letter-spacing: 0.20em;
    }
 /* -------------------footer------------------- */
 .footer_sns_inner{
     width: 700px;
    margin: 0 auto;
     
 }   
 
 .footer_logo{
        width: 50px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .footer_menu_inner{
        width: 800px;
        margin: 0 auto;
    }
    .shop_text{
        font-size: 20px;
        text-align: center;
    }
        /*-----------------------------900px以下----------------------------*/
        @media(max-width:900px){

            /*----------------------------共通部分---------------------------*/
                    #wrapper{
                        width: 600px;
                        margin: 0 auto;
                        }
                        .header_wrap{
                            height: 100px;
                            width: 600px;
                        }
                        header ul{
                            width: 400px;
                        }
                        header li{
                            font-size: 10px;
                        }
                        .header_logo{
                            width: 30px;
                        }
                        #header_sns{
                            width: 200px;
                            display: flex;
                            justify-content: flex-end;
                            justify-content: space-between;
                            padding: 10px;
                            padding-right: 10px;
                            padding-top: 30px;
                            background-color: #ffffff;
                        }
                    
/* -------------------top------------------- */
.top{
    background-image: url(../image/ワイヤレスカメラ1_sp.jpg);
    background-size: 600px;
    width: 600px;
    background-repeat: no-repeat;
    height: 500px;
    margin-bottom: 10px;
}

.text_wrap{
    display: none;
}
.l_main_sp_text{
    display: block;
}
.main_sp_text{
    position: absolute;
    color: #ffffff;
    font-size: 16px;
    width: 290px;
    top: 300px;
    left: 135px;
}
/* -----------------content01------------------ */
#content01{
    margin-bottom: 30px;
    width: 600px;
}
#content01 .content_wrap{
  background-size: 600px;
  background-repeat: no-repeat;
  width: 600px;
  height: 250px;
  padding-left: 10px;
  padding-right: 0;
  padding-top: 10px;
  margin-bottom: 0;
}
#content01 .subtitle{
    font-size: 20px;
}
/* -----------------content02------------------ */
#content02_wrap_left{
    background-image: url(../image/センサーマット.jpg);
    background-size: 280px;
    background-repeat: no-repeat;
    width: 280px;
    height: 230px;
    padding-top: 40px;
}
#content02_wrap_left p{
    background-color: rgba(255,255,255,0.7)
}
#content02_wrap_right{
    background-image: url(../image/呼出ボタン.jpg);
    background-size: 280px;
    background-repeat: no-repeat;
    width: 280px;
    height: 230px;
    padding-top: 80px;
}

#content02{
    margin-bottom: 30px;
}

#content03{
    margin-bottom: 30px;
}

#content03 .container{
    height: 300px;
    width: 180px;
    margin-bottom: 10px;
}
#piyokame,#battery_camera,#solar{
    width: 70px;
}
#piyokame{
    margin-top: 20px;
}
#battery_camera{
    margin-top: 20px;
}
#solar{
    margin-top: 10px;
}
#content03 p{
    font-size: 16px;
    padding-top: 0px;
    margin-bottom: 15px;
}
#content03 .btn_g{
    width: 130px;
}
footer{
    width: 600px;
}


.footer_sns_inner{
    width: 600px;
   margin: 0 auto;
    
}   
#content04 .shop_text{
    font-size: 10px;
    text-align: center;
    margin-bottom: 10px;
}
.footer_logo{
       width: 30px;
       margin-top: 30px;
       margin-bottom: 30px;
   }

   .footer_menu_inner{
       width: 500px;
       margin: 0 auto;
       display: block;
   }

   .footer_menu_inner p{
    padding-bottom: 10px;
    font-size: 10px;
}
.v_line_right{
    border-right: solid #ffffff 0px;
  }
  
   }

                    
    /*-----------------------------420px以下----------------------------*/
    @media(max-width:420px){

/*----------------------------共通部分---------------------------*/
        #wrapper{
            width: 370px;
            margin: 0 auto;
            }
        .pc_nav{
            display: none;
        }

        .subtitle{
            letter-spacing: 0.08em;
            font-size: 14px;
            margin-top: 10px;
            text-align: center;
            margin-bottom: 10px;
        }

        .btn_w{
            width:85px;
            height:20px;
            line-height: 20px;
            margin: 0 auto;
            margin-top: 35px;
        }
        .btn_w a{
            font-size: 10px;
        }
        
        .btn_g{
            width:100px;
            height:30px;
            line-height:30px;
            margin: 0 auto;
            margin-top: 35px;
        }
        .btn_g a{
            font-size: 10px;
        }

        .l_lead{
            width: 360px;
        }
    

    /*-----------------------------ハンバーガーメニュー--------------------------*/
    .hamburger-menu{
        display: block;
    }
    .menu-btn {
        position: fixed;
        top: 10px;
        right: 20px;
        display: flex;
        height: 40px;
        width: 40px;
        justify-content: center;
        align-items: center;
        z-index: 90;
        background-color: #000000;
    }
    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: '';
        display: block;
        height: 3px;
        width: 20px;
        border-radius: 3px;
        background-color: #ffffff;
        position: absolute;
    }
    .menu-btn span:before {
        bottom: 8px;
    }
    .menu-btn span:after {
        top: 8px;
    }
    #menu-btn-check:checked ~ .menu-btn span {
        background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
    }
    #menu-btn-check:checked ~ .menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
    }
    #menu-btn-check:checked ~ .menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
    }
    #menu-btn-check {
        display: none;
    }
    .menu-content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;/*leftの値を変更してメニューを画面外へ*/
        z-index: 80;
        background-color: #000000;
        transition: all 0.5s;/*アニメーション設定*/
    }
    .menu-content ul {
        padding: 70px 10px 0;
    }
    .menu-content ul li {
        border-bottom: solid 1px #ffffff;
        list-style: none;
    }
    .menu-content ul li a {
        display: block;
        width: 100%;
        font-size: 15px;
        box-sizing: border-box;
        color:#ffffff;
        text-decoration: none;
        padding: 9px 15px 10px 0;
        position: relative;
    }
    #sp_snslogo{
        display: flex;
        justify-content: space-around;
        width: 100vw;
     }
    .menu-content ul li a::before {
        /*content: "";*/
        width: 7px;
        height: 7px;
        border-top: solid 2px #ffffff;
        border-right: solid 2px #ffffff;
        transform: rotate(45deg);
        position: absolute;
        right: 11px;
        top: 16px;
    }
    #menu-btn-check:checked ~ .menu-content {
        left: 0;/*メニューを画面内へ*/
    }
    
   /* -------------------header------------------- */
   .header_wrap{
    height: 0px;
    width: 375px;
    background-color: #111936;
}
/* -------------------top------------------- */
.top{
    background-image: url(../image/ワイヤレスカメラ1_sp.jpg);
    background-size: 374px;
    width: 374px;
    background-repeat: no-repeat;
    height: 300px;
    margin-bottom: 10px;
}

.l_main_sp_text{
    display: block;
}
.main_sp_text{
    position: absolute;
    color: #ffffff;
    font-size: 10px;
    width: 160px;
    top: 120px;
    left: 30px;
}

.text_wrap{
    display: none;
}

  /* -------------------content01------------------- */
  #content01{
      margin-bottom: 30px;
      width: 360px;
  }
  
  #content01 .content_wrap{
    background-size: 360px;
    background-repeat: no-repeat;
    width: 360px;
    height: 150px;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 10px;
    margin-bottom: 0;
}

#content01 p{
    letter-spacing: 0.08em;
    font-size: 10px;
    margin-bottom: 5px;
}
#content01 .btn_w{
    margin-top: 50px;
}

/* -------------------content02------------------- */
#content02{
    margin: 0 auto;
    width: 360px;
}

#content02 .content_wrap{
    padding-top: 50px;
    height: 150px;

    
}




#content02_wrap_left{
    background-image: url(../image/センサーマット.jpg);
    background-size: 160px;
    background-repeat: no-repeat;
    width: 160px;
    height: 160px;
    padding-top: 200px;
}

#content02_wrap_right{
    background-image: url(../image/呼出ボタン.jpg);
    background-size: 160px;
    background-repeat: no-repeat;
    width: 160px;
    height: 160px;
    padding-top: 200px;
}
#content02_wrap_left p{
    background-color: rgba(255,255,255,0.7)
}

#content02 p{
    letter-spacing: 0.20em;
    font-size: 10px;
}
#content02 .btn_w{
    margin-top: 10px;
}
/* -------------------content03------------------- */
#content03{
    margin-bottom: 30px;
}

#content03 .container{
    height: 250px;
    width: 120px;
    margin-bottom: 10px;
}
#piyokame,#battery_camera,#solar{
    width: 70px;
}
#piyokame{
    margin-top: 20px;
}
#battery_camera{
    margin-top: 20px;
}
#solar{
    margin-top: 10px;
}
#content03 p{
    font-size: 10px;
    padding-top: 10px;
    margin-bottom: 0px;
}
#content03 .btn_g{
    width: 70px;
}
/* -------------------content04------------------- */
#logo_shop{
    display: block;
    width: 180px;
    margin: 0 auto;
}

#content04 {
    width: 350px;
}  


/* -------------------footer------------------ */
footer{
    width: 375px;
}


.footer_sns_inner{
    width: 360px;
   margin: 0 auto;
    
}   
#content04 .shop_text{
    font-size: 10px;
    text-align: center;
    margin-bottom: 10px;
}
.footer_logo{
       width: 30px;
       margin-top: 30px;
       margin-bottom: 30px;
   }

   .footer_menu_inner{
       width: 360px;
       margin: 0 auto;
       display: block;
   }

   .footer_menu_inner p{
    padding-bottom: 10px;
    font-size: 10px;
}
.v_line_right{
    border-right: solid #ffffff 0px;
  }
   }


    
 

/* -------------------eyecamlight2------------------- */
#eyecamlight2 .product .btn_g{
    width:100px;
    height:40px;
    line-height:40px;
    margin: 0 auto;
    margin-top: 30px;
}
#eyecamlight2 .product .btn_g a{
    display:block;
    width:100%;
    height:100%;
    font-size: 16px;
    text-decoration: none;
    background:#595757;
    text-align:center;
    color:#ffffff;
    border-radius:9px;
    letter-spacing: 0.22em;
    border: solid 2px #9fa0a0;
    box-shadow: 0 0 0 4px #595757;
}

/* -------------------top------------------- */
.top_img {
    width: 1366px;
}

#top_sp{
    display: none;
}

#top_absolute1{
    font-size: 16px;
    position: absolute;
    top: 435px;
    left: 140px;
}
#top_absolute2{
    font-size: 16px;
    position: absolute;
    top: 435px;
    left: 435px;
}
#top_absolute3{
    font-size: 48px;
    font-weight: bold;
    position: absolute;
    top: 445px;
    left: 95px;
}
#top_absolute4{
    font-size: 48px;
    font-weight: bold;
    position: absolute;
    top: 445px;
    left: 350px;}
#top_absolute5{
    font-size: 48px;
    font-weight: bold;
    position: absolute;
    top: 445px;
    left: 390px;
}
#top_absolute6{
    font-size: 20px;
    letter-spacing: 0.18em;
    position: absolute;
    top: 515px;
    left: 240px;
}
.gradation{
    color: #ffffff;
  background: -webkit-linear-gradient(90deg, #b1b0b0, #b1b0b0, #FFffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* -------------------gallery------------------- */
.gallery{
 margin-bottom: 100px;   
}
.gallery .title{
    font-weight: bold;
    
}
.gallery_img_main{
    width: 400px;
    display: block;
    margin: 0 auto;
}  

.gallery_img{
    width: 110px;
    margin: 20px;
    margin-top: 10px;
    margin-bottom: 0;
    cursor: pointer;
    cursor: hand;
  }

  .gallery_inner{
      margin: 0 auto;
      margin-bottom: 100px;
      width: 780px;
  }

  .features_inner{
      width: 700px;
      margin: 0 auto;
  }

  .features_img{
      width: 100px;
  }

  /* -------------------camera------------------- */
  .camera{
    margin-bottom: 100px;
  }
  
  #camera01 {
    width: 1366px;
}
.camera .title{
    font-weight: bold;
}
.camera .lead{
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 10px;
}

#camera01_absolute1{
    font-size: 40px;
    position: absolute;
    font-weight: bold;
    top: 90px;
    left: 600px;
    font-family:'Yu Gothic';
}

#camera01_absolute2{
    font-size: 22px;
    position: absolute;
    top: 150px;
    left: 600px;
    letter-spacing: 0.18em;
    font-family:'Yu Gothic';
}

#camera02 {
    width: 1366px;
    margin-bottom: 50px;
}

#camera02_absolute1{
    font-size: 40px;
    position: absolute;
    font-weight: bold;
    letter-spacing: 0.18em;
    top: 90px;
    left: 190px;
    font-family:'Yu Gothic';
}
#camera02_absolute2{
    font-size: 22px;
    position: absolute;
    top: 155px;
    left: 190px;
    letter-spacing: 0.18em;
    font-family:'Yu Gothic';
}
#camera02_absolute3{
    font-size: 22px;
    position: absolute;
    top: 190px;
    left: 190px;
    letter-spacing: 0.18em;
    font-family:'Yu Gothic';
}

#asimoto{
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 100px;
}

#camera03{
    width: 455px;
}
#camera04{
    width: 455px;
}

#camera05{
    display: block;
   margin: 0 auto;
   width: 455px;
}

#camera06{
    position: absolute;
    top: 148px;
    left: 248px;
    width: 375px;
}
#camera07{
    position: absolute;
    top: 315px;
    left: 310px;
    width: 375px;
}
#camera08{
    position: absolute;
    top: 103px;
    left: 695px;
    width: 375px;
}
#camera09{
    position: absolute;
    top: 205px;
    left: 705px;
    width: 375px;
}
#camera10{
    position: absolute;
    top: 395px;
    left: 683px;
    width: 375px;
}
 /* -------------------monitor------------------- */
 .monitor .text{
    line-height: 2.0;
}
.monitor .title{
    font-weight: bold;
} 
#router{
    font-size: 13px;
    text-align: right;
    margin-bottom: 100px;
    font-weight: bold;
}

 #monitor01{
     width: 1366px;
 }
 #monitor02{
    width: 1366px;
}
 #monitor01_absolute1{
    position: absolute;
    font-weight: bold;
    top: 220px;
    left: 100px;
    font-size: 30px;
}

#monitor01_absolute2{
    position: absolute;
    top: 270px;
    left: 100px;
    font-size: 22px;
}

#monitor01_absolute3{
    position: absolute;
    top: 300px;
    left: 100px;
    font-size: 22px;
}

#monitor02_absolute1{
    position: absolute;
    font-weight: bold;
    top: 640px;
    left: 810px;
    font-size: 30px;
    letter-spacing: 0.18em;
}

#monitor02_absolute2{
    position: absolute;
    top: 690px;
    left: 810px;
    font-size: 22px;
}

#monitor03{
    margin-top: 50px;
}

#monitor03_absolute1{
    position: absolute;
    top: 200px;
    left: 30px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.18em;
    font-family:'Yu Gothic';
}

#monitor03_absolute2{
    position: absolute;
    top: 250px;
    left: 30px;
    font-size: 20px;
    font-weight: bold;
    font-family:'Yu Gothic';
}

#monitor03_absolute3{
    position: absolute;
    top: 280px;
    left: 30px;
    font-size: 20px;
    font-weight: bold;
    font-family:'Yu Gothic';
}

#monitor03{
    width: 480px;
}
#monitor04{
    margin-top: 110px;
    width: 480px;
}

#monitor04_absolute1{
    position: absolute;
    top: 130px;
    left: 250px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.18em;
    font-family:'Yu Gothic';

}

#monitor04_absolute2{
    position: absolute;
    top: 180px;
    left: 250px;
    font-size: 20px;
    font-weight: bold;
    font-family:'Yu Gothic';
}

#monitor04_absolute3{
    position: absolute;
    top: 210px;
    left: 250px;
    font-size: 20px;
    font-weight: bold;
    font-family:'Yu Gothic';
}

#monitor04_absolute4{
    position: absolute;
    top: 240px;
    left: 250px;
    font-size: 20px;
    font-weight: bold;
    font-family:'Yu Gothic';
}

.monitor_inner{
    width: 1100px;
    margin: 0 auto;
}
#monitor05{
    width: 500px;
}
#monitor05_title{
    margin-bottom: 50px;
}
#monitor06{
    width: 480px;
}
#monitor07{
    width: 480px;
}


.monitor_inner_box{
    width: 500px;
}

#monitor07_box{
    margin-top: 150px;
}

#monitor06_box{
}

#monitor08_box{
    margin-top: 100px;
    padding-bottom: 20px;
    background-color: #f7f8f8;
    height: 323.8px;
}

#monitor08{
    width: 180px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 10px;
}

#monitor08_text{
    width: 400px;
    margin: 0 auto;
}

#monitor08_box .title{
    margin-top: 0;
}

#monitor09{
    width: 500px;
}

#monitor09_box{
    margin-top: 100px;
    padding-bottom: 20px;
}

#monitor09_box .title{
    margin-top: 10px;
}

#monitor09_text{
    width: 400px;
    margin: 0 auto;
}

#monitor10_box{
   display: block;
   width: 700px;
   margin: 0 auto;
   margin-bottom: 100px;
}

#movie{
    width: 700px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.movie_text{
    font-size: 20px;
    letter-spacing: 0.20em;
}

.movie_absolute{
    position: absolute;
    top: -2px;
    left: -60px;
}

#monitor10{
    width: 800px;
}
#btn_play,#btn_pause,#playback_position,#end_position{
    display: none;
}


#progress{
    width: 700px;
    
}

#myProgress{
    width: 100%;
    margin: 0 auto;
}


input[type="range"] { 
    margin: auto;
    -webkit-appearance: none;
    position: relative;
    overflow: hidden;
    height: 8px;
    width: 200px;
    cursor: pointer;
    border-radius: 0; /* iOS */
}

::-webkit-slider-runnable-track {
    background-color:#c9caca;
}

/*
 * 1. Set to 0 width and remove border for a slider without a thumb
 * 2. Shadow is negative the full width of the input and has a spread 
 *    of the width of the input.
 */
::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px; /* 1 */
    height: 8px;
    background: #231815;
    box-shadow: -700px 0 0 700px #231815; /* 2 */
    
}

::-moz-range-track {
    height: 8px;
    background-color:#c9caca;
}

::-moz-range-thumb {
    background: #fff;
    height: 8px;
    width: 20px;
    border: 3px solid #999;
    border-radius: 0 !important;
    box-shadow: -700px 0 0 700px #231815;
    box-sizing: border-box;
}

::-ms-fill-lower { 
    background: d#231815;
}

::-ms-thumb { 
    background: #fff;
    border: 2px solid #999;
    height: 8px;
    width: 20px;
    box-sizing: border-box;
}

::-ms-ticks-after { 
    display: none; 
}

::-ms-ticks-before { 
    display: none; 
}

::-ms-track { 
    background-color:#c9caca;
    color: transparent;
    height: 8px;
    border: none;
}

::-ms-tooltip { 
    display: none;
}






.monitor .btn_g{
    width: 200px;
    margin-bottom: 50px;
}

#recordingtime{
    width: 1100px;
    height: 450px;
    background-color: #f7f8f8;
    margin-bottom: 100px;
}

#recordingtime .title{
    display: block;
   padding-top: 10px;
   padding-left: 30px;
}

table{
    font-size: 16px;
    border:solid #333 1px;
}

th{
    border:solid #333 1px;
    width: 85px;
    height: 58px;
    line-height: 4;
    font-weight: 100;
}

td{
    border:solid #333 1px;
    height: 58px;
    line-height: 4;
}

#midashi{
    width: 140px;
}

.recordingtime_inner{
    width: 486px;
    margin: 0 auto;
}
.recordingtime_inner .text{
    line-height: 1.2;

}
#monitor11{
    width: 750px;
}
#monitor11_box{
    width: 750px;
    margin: 0 auto;
}


 /* -------------------product------------------- */

.product .title{
    font-weight: bold;
}

 .product_box{
    background-color:#f7f8f8 ;
    width: 180px;
    height: 380px;
}

#product01,#product02,#product03,#product04,#product06{
    width: 70%;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 30px;
}
#product05{
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-top: 10px;
}
.product .text{
    font-size: 14px;
    padding: 5px;
    text-align: center;
}

.product_text_l{
    display: block;
    width: 95%;
    margin: 0 auto;
}

/* -------------------spec------------------- */
.spec_title{
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;

}

.spec{
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 100px;
    margin-top: 100px;
}
.spec table{
    font-size: 14px;
    width: 500px;
    border: none;
    text-align: left;
}

.spec th{
    border: none;
    width: 250px;
    height: 35px;
    line-height: 3.4;
}
.spec td{
    border: none;
    border-bottom: solid #333 1px;
    height: 35px;
    width: 250px;
    line-height: 2.4;
}
  /*-----------------------------900px以下----------------------------*/
  @media(max-width:900px){
 

.top_img{
    width: 600px;
}
#eyecamlight2 .title{
    font-size: 20px;
}
#eyecamlight2 .main_view .parent{
    display: none;
}
.wrap {
    display: flex;
    flex-wrap: wrap;
  }

#top_sp{
    display: block;
    width: 600px;
}

#camera01{
    width: 600px;
}
#camera02{
    width: 600px;
}
#camera01_absolute1{
    top: 25px;
    left: 250px;
    font-size: 20px;
}
#camera01_absolute2{
    top: 55px;
    left:250px;
    font-size: 16px;
}
#camera02_absolute1{
    top: 30px;
    left: 40px;
    font-size: 20px;
}
#camera02_absolute2{
    top: 60px;
    left: 40px;
    font-size: 16px;
}
#camera02_absolute3{
    top: 80px;
    left: 40px;
    font-size: 16px;
}
.gallery{
    margin-bottom: 0px;
}
.gallery .title{
    margin-bottom: 0px;
    
}

.gallery .lead{
    font-size: 14px;
    
}
.gallery_img_main{
    width: 150px;
    display: block;
    margin: 0 auto;
}  

.gallery_img{
    width: 60px;
    margin: 30px 25px;
    margin-top: 10px;
    
  }

  .gallery_inner{
      margin: 0 auto;
      width: 600px;
  }
  .l_gallery_inner{
    margin: 0 auto;
    width: 600px;
  }

  .features_inner{
      width: 600px;
      margin: 0 auto;
  }
  .l_lead{
    width: 600px;
    margin: 0 auto;
}
#asimoto{
    width: 600px;
    margin-bottom: 30px;
}
#camera03{
    width: 280px;
}
#camera04{
    width: 280px;
}
#camera05{
    width: 280px;
}
#camera06,#camera07,#camera08,#camera09,#camera10{
    width: 160px;
}
#camera06{
    top: 120px;
    left: 110px;
}
#camera07{
    top: 200px;
    left: 150px;
}
#camera08{
    top: 80px;
    left: 320px;
}
#camera09{
    top: 140px;
    left: 320px;
}
#camera10{
    top: 250px;
    left: 320px;
}
#monitor01{
    width: 600px;
}
#monitor01_absolute1{
    top: 95px;
    left: 30px;
    font-size: 16px;
}
#monitor01_absolute2{
    top: 120px;
    left: 30px;
    font-size: 16px;
}
#monitor01_absolute3{
    top: 145px;
    left: 30px;
    font-size: 16px;
}
#monitor02{
    width: 600px;
}
#monitor02_absolute1{
    top: 270px;
    left: 260px;
    font-size: 16px;
}
#monitor02_absolute2{
    top: 290px;
    left: 260px;
    font-size: 16px;
}
#eyecamlight2 .monitor_inner{
    width: 600px;
}
#monitor03{
    width: 280px;
    margin-top: 20px;
}
#monitor03_absolute1{
    top: 140px;
    left: 10px;
    font-size: 16px;
}
#monitor03_absolute2{
    top: 160px;
    left: 10px;
    font-size: 16px;
}
#monitor03_absolute3{
    top: 180px;
    left: 10px;
    font-size: 16px;
}

#monitor04{
    width: 280px;
    margin-top: 80px;
}
#monitor04_absolute1{
    top: 95px;
    left: 120px;
    font-size: 16px;
}
#monitor04_absolute2{
    top: 115px;
    left: 120px;
    font-size: 16px;
}
#monitor04_absolute3{
    top: 135px;
    left: 120px;
    font-size: 16px;
}
#monitor04_absolute4{
    top: 155px;
    left: 120px;
    font-size: 16px;
}
.monitor .display_b{
    display: block;
}
#monitor05{
    width: 600px;
}
.monitor_inner_box{
    width: 600px;
}
#monitor06_box,#monitor06_box .monitor_inner_box,#monitor06{
    width: 280px;
}
#monitor07_box{
    margin-top: 80px;
}
#monitor08_box{
    margin-top: 50px;
}
#monitor07_box,#monitor07_box .monitor_inner_box,#monitor07{
    width: 280px;
}
#monitor06_box .title,#monitor07_box .title{
    font-size: 14px;
}
#monitor08{
    width: 100px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 0;
}
#monitor08_box{
    height: 180px;
}
#monitor08_box .title{
    font-size: 12px;
}
#monitor06_box .text,#monitor07_box .text,#monitor08_box .text{
    font-size: 10px;
}
#monitor09{
    width: 350px;
}
#monitor09_box{
    margin-top: 50px;
}
#monitor09_box .title{
    font-size: 14px;
}
#monitor09_text{
    width: 200px;
    margin: 0 auto;
}
#monitor09_box .text{
    width: 300px;
}

#monitor10_box{
    width: 600px;
    margin-bottom: 50px;
 }
 
 #movie{
     width: 535px;
     margin: 0 auto;
     margin-top: 20px;
     margin-bottom: 20px;
 }
 
 .movie_text{
    font-size: 10px;
    letter-spacing: 0.20em;
}
 .movie_absolute{
     position: absolute;
     top: 10px;
     left: -5px;
 }
 
 #monitor10{
     width: 600px;
 }




 #progress{
    width: 600px;
}

::-webkit-slider-thumb {
    box-shadow: -600px 0 0 600px #231815; /* 2 */
}

::-moz-range-thumb {
    box-shadow: -600px 0 0 600px #231815;
}






     
#recordingtime{
    width: 600px;
    height: 400px;
    margin-bottom: 0px;
}

#recordingtime .title{
    display: block;
   padding-top: 10px;
   padding-left: 10px;
}

table{
    font-size: 10px;
}

th{
    line-height: 2;
    height: 20px;

}
td{
    border:solid #333 1px;
    height: 20px;
    line-height: 3.4;
}

#midashi{
    width: 140px;
}

.recordingtime_inner{
    width: 500px;
    margin: 0 auto;
}
#recordingtime .text{
    font-size: 10px;
}
#monitor11{
    width: 600px;
}
#monitor11_box{
    width: 600px;
}
#monitor11_title{
    font-size: 20px;
}

.monitor .text{
    font-size: 10px;
    line-height: 1.6;
    }

.product .title{
    margin-bottom: 0;
}
.product .text{
    font-size: 10px;
    padding: 0;
}
.product .lead{
    font-size: 10px;
}
.product_box{
    width: 180px;
    height: 270px;
    margin-bottom: 5px;
}

#product01,#product02,#product03,#product04,#product06{
    width: 70%;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 5px;
}

#product05{
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-top: 5px;
}

#eyecamlight2 .product .btn_g{
    width:80px;
    height:30px;
    line-height: 25px;
    margin: 0 auto;
    margin-top: 10px;
}
#eyecamlight2 .product .btn_g a{
    display:block;
    width:100%;
    height:100%;
    letter-spacing: 0.3em;
    line-height: 2.5;
    font-size: 12px;
   
}
#product_text_mb10{
    margin-bottom: 10px;
}

.spec{
    width: 600px;
    margin-top: 50px;
}
.spec_title{
    font-size: 12px;
    width: 320px;
    margin: 30px auto 0;
}
.spec table{
    font-size: 10px;
    width: 280px;
    border: none;
    text-align: left;
    margin: 0 auto;
}


.spec td{
    border: none;
    border-bottom: solid #333 1px;
    height: 25px;
    width: 130px;
    line-height: 2.4;
}
}
/*-----------------------------420px以下----------------------------*/
    @media(max-width:420px){
#eyecamlight2 .main_view .parent{
    display: none;
}
.wrap {
    display: flex;
    flex-wrap: wrap;
  }

#top_sp{
    display: block;
    width: 375px;
}
.title{
    font-size: 12px;
}

.gallery{
    margin-bottom: 0px;
}
.gallery .title{
    margin-bottom: 0px;
    
}

.gallery .lead{
    font-size: 10px;
    
}
.gallery_img_main{
    width: 150px;
    display: block;
    margin: 0 auto;
}  

.gallery_img{
    width: 60px;
    margin: 30px 25px;
    margin-top: 10px;
    
  }

  .gallery_inner{
      margin: 0 auto;
      width: 350px;
  }
  .l_gallery_inner{
    margin: 0 auto;
    width: 350px;
  }

  .features_inner{
      width: 350px;
      margin: 0 auto;
  }

  .features_img{
      width: 40px;
      margin-top: 20px;
  }

  .camera{
    margin-bottom: 50px;
  }
  .camera .title{
    font-size: 14px;
    font-weight: bold;
}
.camera .lead{
    font-size: 10px;
    line-height: 1.2;
}
.camera .text{
    font-size: 10px;
}
  #camera01{
      width: 374px;
  }
  #camera02{
    width: 374px;
    margin-bottom: 20px;
}
#camera01_absolute1{
    top: 10px;
    left: 150px;
    font-size: 12px;
}
#camera01_absolute2{
    top: 25px;
    left: 150px;
    font-size: 10px;
}
#camera02_absolute1{
    top: 30px;
    left: 60px;
    font-size: 12px;
}
#camera02_absolute2{
    top: 45px;
    left: 60px;
    font-size: 10px;
}
#camera02_absolute3{
    top: 55px;
    left: 60px;
    font-size: 10px;
}

#asimoto{
    width: 374px;
    margin-bottom: 30px;
}
#camera03{
    width: 170px;
}
#camera04{
    width: 170px;
}
#camera05{
    width: 220px;
}
#camera06,#camera07,#camera08,#camera09,#camera10{
    width: 160px;
}
#camera06{
    top: 80px;
    left: 5px;
}
#camera07{
    top: 155px;
    left: 35px;
}
#camera08{
    top: 55px;
    left: 200px;
}
#camera09{
    top: 110px;
    left: 200px;
}
#camera10{
    top: 190px;
    left: 200px;
}
.l_lead{
    width: 350px;
    margin: 0 auto;
}
#router{
    font-size: 10px;
    margin-bottom: 50px;
    font-weight: 100;
}
.monitor .title{
    margin-bottom: 0px;
}
#eyecamlight2 .title{
    font-size: 12px;
}
#monitor01{
    width: 374px;
}
#monitor01_absolute1{
    top: 65px;
    left: 30px;
    font-size: 10px;
}
#monitor01_absolute2{
    top: 80px;
    left: 30px;
    font-size: 10px;
}
#monitor01_absolute3{
    top: 95px;
    left: 30px;
    font-size: 10px;
}
#monitor02{
    width: 374px;
}
#monitor02_absolute1{
    top: 165px;
    left: 150px;
    font-size: 10px;
}
#monitor02_absolute2{
    top: 180px;
    left: 150px;
    font-size: 10px;
}
#eyecamlight2 .monitor_inner{
    width: 374px;
}
#monitor03{
    width: 170px;
    margin-top: 20px;
}
#monitor03_absolute1{
    top: 85px;
    left: 15px;
    font-size: 10px;
}
#monitor03_absolute2{
    top: 100px;
    left: 0;
    font-size: 10px;
    -webkit-transform:scale(0.5);
-moz-transform:scale(0.5);
-ms-transform:scale(0.5);
-o-transform:scale(0.5);
transform:scale(0.8);
}
#monitor03_absolute3{
    top: 115px;
    left: 10px;
    font-size: 10px;
    -webkit-transform:scale(0.8);
-moz-transform:scale(0.8);
-ms-transform:scale(0.8);
-o-transform:scale(0.8);
transform:scale(0.8);
}

#monitor04{
    width: 170px;
    margin-top: 80px;
}
#monitor04_absolute1{
    top: 85px;
    left: 90px;
    font-size: 10px;
}
#monitor04_absolute2{
    top: 100px;
    left: 80px;
    font-size: 10px;
    -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -ms-transform:scale(0.8);
    -o-transform:scale(0.8);
    transform:scale(0.8);
}
#monitor04_absolute3{
    top: 115px;
    left: 80px;
    font-size: 10px;
    -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -ms-transform:scale(0.8);
    -o-transform:scale(0.8);
    transform:scale(0.8);
}
#monitor04_absolute4{
    top: 130px;
    left: 85px;
    font-size: 10px;
    -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -ms-transform:scale(0.8);
    -o-transform:scale(0.8);
    transform:scale(0.8);
}
.monitor_inner_box{
    width: 374px;
}
.display_b{
    display: block;
}
#monitor05{
    width: 374px;
}
#monitor05_title{
    margin-bottom: 20px;
}
.monitor .text{
    font-size: 10px;
    line-height: 1.8;
    }

#monitor06_box,#monitor06_box .monitor_inner_box,#monitor06{
    width: 170px;
}
#monitor07_box{
    margin-top: 80px;
}
#monitor08_box{
    margin-top: 50px;
}
#monitor07_box,#monitor07_box .monitor_inner_box,#monitor07{
    width: 170px;
}
#monitor06_box .title,#monitor07_box .title{
    font-size: 14px;
}
#monitor08{
    width: 100px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 0;
}
#monitor08_box{
    height: 180px;
}
#monitor08_box .title{
    font-size: 12px;
}
#monitor06_box .text,#monitor07_box .text,#monitor08_box .text{
    font-size: 10px;
}
#monitor09{
    width: 200px;
}
#monitor09_box{
    margin-top: 50px;
}
#monitor09_box .title{
    font-size: 14px;
}
#monitor09_text{
    width: 150px;
    margin: 0 auto;
}
#monitor09_box .text{
    width: 150px;
}


#monitor10_box{
    width: 370px;
    margin-bottom: 50px;
 }
 
 #movie{
     width: 320px;
     margin: 0 auto;
     margin-top: 20px;
     margin-bottom: 10px;
 }
 
 .movie_text{
    font-size: 10px;
    letter-spacing: 0.20em;
}
 .movie_absolute{
     position: absolute;
     top: 10px;
     left: -5px;
 }
 
 #monitor10{
     width: 370px;
 }

 #progress{
    width: 350px;
}

::-webkit-slider-thumb {
    box-shadow: -350px 0 0 350px #231815; /* 2 */
}

::-moz-range-thumb {
    box-shadow: -350px 0 0 350px #231815;
}
  


 #recordingtime{
    width: 374px;
    height: 400px;
    margin-bottom: 0px;
}

#recordingtime .title{
    display: block;
   padding-top: 10px;
   padding-left: 10px;
}

table{
    font-size: 10px;
}

th{
    line-height: 1.8;
}
td{
    border:solid #333 1px;
    height: 20px;
    line-height: 3.4;
}

#midashi{
    width: 140px;
}

.recordingtime_inner{
    width: 350px;
    margin: 0 auto;
}
#recordingtime .text{
    font-size: 10px;
}
#monitor11{
    width: 370px;
}
#monitor11_box{
    width: 374px;
    margin: 0 auto;
}
#monitor11_title{
    font-size: 12px;
}
.product .title{
    margin-bottom: 0;
}
.product .text{
    font-size: 10px;
    padding: 0;
}
.product .lead{
    font-size: 10px;
}
.product_box{
    width: 120px;
    height: 230px;
    margin-bottom: 5px;
}

#product01,#product02,#product03,#product04,#product06{
    width: 70%;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 5px;
}
#product04,#product06{
    width: 60%;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 20px;
}
#product05{
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-top: 5px;
}

#eyecamlight2 .product .btn_g{
    width:80px;
    height:30px;
    line-height: 25px;
    margin: 0 auto;
    margin-top: 10px;
}
#eyecamlight2 .product .btn_g a{
    display:block;
    width:100%;
    height:100%;
    letter-spacing: 0.22em;
    
    font-size: 10px;
    -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -ms-transform:scale(0.8);
    -o-transform:scale(0.8);
    transform:scale(0.8);
}
#product_text_mb10{
    margin-bottom: 10px;
}
.spec{
    width: 370px;
    margin-top: 50px;
}
.spec_title{
    font-size: 12px;
    width: 320px;
    margin: 30px auto 0;
}
.spec table{
    font-size: 10px;
    width: 320px;
    border: none;
    text-align: left;
    margin: 0 auto;
}

.spec th{
    border: none;
    width: 180px;
    height: 25px;
    line-height: 2.4;
}
.spec td{
    border: none;
    border-bottom: solid #333 1px;
    height: 25px;
    width: 180px;
    line-height: 2.4;
}

}
/*-----------------------------nursing---------------------------*/
#nursing .title{
    font-weight: bold;
}
/*---------------main_view-------------*/
#nursing .main_view{
    margin-bottom: 100px;
}
#nursing .main_view p{
    font-weight: bold;
}
#nursing #top_absolute1{
    font-size: 48px;
    font-weight: bold;
    position: absolute;
    top: 100px;
    left: 950px;
}

#nursing #top_absolute2{
    width: 320px;
    font-weight: bold;
    font-size: 22px;
    position: absolute;
    top: 200px;
    left: 950px;
}
.l_icon_black{
    width: 800px;
    margin: 40px auto;
}
.icon_black{
    width: 88px;
}
.l_top_mimamori{
    width: 800px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.top_mimamori{
    width: 180px;
}
/*---------------mat-------------*/
#mat01{
    width: 1366px;
    margin: 0 auto;
}
#mat_absolute1{
    font-weight: bold;
    font-size: 45px;
    position: absolute;
    top: 55px;
    left: 120px;
}
#mat_absolute2{
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 125px;
    left: 120px;
}
#mat_absolute3{
    font-size: 20px;
    width: 350px;
    position: absolute;
    top: 180px;
    left: 120px;
}
.icon_blue{
    width: 80px;
}
.l_icon_blue{
    width: 800px;
    margin: 0 auto;
}
.icon_blue_text{
    font-size: 16px;
    margin-left: 30px;
    line-height: 1.6;
}

.mat_feature{
    width: 1000px;
    margin: 0 auto;
}

.mat_feature .lead{
    margin-bottom: 30px;
}

.mat_feature_box{
    margin: 0 auto;
    margin-bottom: 30px;
}
.mat_img{
    height: 243px;
}
.mat_feature_box .title{
    padding-top: 20px;
    margin-left: 30px;
}

.mat_feature_box .text{
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 20px;
    font-size: 16px;
}
.mat03_text{
    margin: 5px 0 20px;
}
.mat_feature_container{
     width: 450px;
     margin-bottom: 50px;
}
.mat_feature_container_inner{
    width: 350px;
    margin: 0 auto;
}
.mat_feature_container_inner .title{
    margin-top: 15px;
}
#mat04,#mat05{
    width: 300px;
}
#mat05{
    margin-top: 25px;
}
.mat_feature_container_inner_img{
   width: 300px;
   margin: 15px auto;
}
#icon_blue_mat{
    margin-bottom: 30px;
}
.mat .btn_g{
    width:190px;
    height:40px;
    line-height:40px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0;
}
.mat .btn_g a{
    display:block;
    width:100%;
    height:100%;
    font-size: 16px;
    text-decoration: none;
    background:#595757;
    text-align:center;
    color:#ffffff;
    border-radius:5px;
    letter-spacing: 0.22em;
    border: solid 2px #9fa0a0;
    box-shadow: 0 0 0 4px #595757;
}
#mat06,#mat07{
    width: 595px;
}
.mat06_inner,.mat07_inner{
    width: 195px;
}

#mat08{
    display: block;
    width: 720px;
    margin: 80px auto;
}

#mat09{
    width: 750px;
    margin: 0 auto;
}
#nursing .spec table{
    width: 700px;
}

.yobidashi{
    display: block;
    margin: 0 auto;
}
#yobidashi01{
    width: 1366px;
}
.l_yobidashi01{
   width: 1366px;
    margin: 0 auto;
}
#yobidashi01_absolute1{
    font-size: 45px;
    font-weight: bold;
    position: absolute;
    top: 80px;
    left: 900px;
}
#yobidashi01_absolute2{
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 145px;
    left: 900px;
}
#yobidashi01_absolute3{
    font-size: 20px;
    position: absolute;
    top: 220px;
    left: 900px;
    width: 350px;
}
.yobidashi_features{
    width: 1000px;
    margin: 0 auto;
}
#yobidashi02{
    width: 481px;
}
#yobidashi03{
    width: 481px;
}
#yobidashi04{
    width: 800px;
    margin: 0 auto;
    margin-top: 60px;
}
.l_yobidashi04{
    width: 800px;
    margin: 0 auto;
}

.chime{
    width:1366px;
     margin: 0 auto;
}
#chime01{
    width: 1366px;
    margin-bottom: 100px;
   
}
#chime01_absolute1{
    font-size: 45px;
    font-weight: bold;
    position: absolute;
    top: 120px;
    left: 100px;
}
#chime01_absolute2{
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 135px;
    left: 300px;
}
#chime01_absolute3{
    font-size: 20px;
    position: absolute;
    top: 200px;
    left: 100px;
    width: 350px;
}

.l_chime02,.l_chime03{
    width: 300px;
    margin: 0 auto;
}

#chime02,#chime03{
    width: 300px;
    margin-top: 30px;
}
#chime02_absolute1{
    position: absolute;
    top: 35px;
    left: 358px;
    width: 368px;
}
#chime02_absolute2{
    position: absolute;
    top: 280px;
    left: 360px;
    width: 368px;
}
#chime02_absolute3{
    position: absolute;
    top: 130px;
    left: 690px;
    width: 368px;
}
#chime03_absolute1{
    position: absolute;
    top: 140px;
    left: 666px;
    width: 368px;
}
.system{
    width: 1366px;
}
#nursing .system_main .title{
    font-weight: 100;
    font-size: 25px;
}
.system .c_blue{
    font-size: 20px;
    font-weight: bold;
}
.l_system01{
    width: 1000px;
    margin: 0 auto;
}
#system01{
    width: 1000px;
}
.system_main{
    margin-bottom: 80px;
}
.system_main .btn_g{
    width:190px;
    height:40px;
    line-height:40px;
    margin: 20px auto;
    margin-bottom: 30px;
}
.system_main .btn_g a{
    display:block;
    width:100%;
    height:100%;
    font-size: 16px;
    text-decoration: none;
    background:#595757;
    text-align:center;
    color:#ffffff;
    border-radius:5px;
    letter-spacing: 0.22em;
    border: solid 2px #9fa0a0;
    box-shadow: 0 0 0 4px #595757;
}
.system .product{
    width: 800px;
    margin: 0 auto;
} 



.system .product_box{
    background-color:#f7f8f8 ;
    width: 240px;
    height: 280px;
}

#system02,#system04{
    width: 95%;
     display: block;
     margin: 0 auto;
     margin-bottom: 0px;
     margin-top: 10px;
 }
 #system03{
   height: 35%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
}
#system02,#system03{
    margin-bottom: 18px;
}
.graph{
    width: 1366px;
}
.l_graph_text{
    width: 1000px;
    margin: 10px auto;
    margin-top: 30px;
}
.graph .btn_b{
    width:310px;
    height:40px;
    line-height:40px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 20px;
}
.graph .btn_b a{
    display:block;
    width:100%;
    height:100%;
    font-size: 16px;
    text-decoration: none;
    background:#000000;
    text-align:center;
    color:#ffffff;
    border-radius:5px;
    letter-spacing: 0.22em;
    border: solid 2px #ffffff;
    box-shadow: 0 0 0 4px #000000;
}
.l_system05,.l_system06,.l_system07{
    width: 1000px;
    margin: 20px auto;
    margin-bottom: 80px;
}
#system05,#system06,#system07{
    width: 1000px;
}
#system05{
    margin-top: 20px;
}
.l_system07 p{
    text-align: right;
    widows: 95%;
    font-size: 14px;
}
 /*-----------------------------900px以下----------------------------*/
 @media(max-width:900px){
    #nursing .main_view .parent{
        display: none;
    }
#nursing .lead{
    font-size: 10px;
}
#nursing .title{
    font-size: 12px;
}
#nursing .text{
    font-size: 10px;
}
 
.l_icon_black{
    width: 600px;
    margin: 30px auto;
}
.l_top_mimamori{
    width: 600px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.top_mimamori{
    width: 130px;
    display: block;
    margin: 5px auto;
}

#mat01{
    width: 600px;
}
#mat_absolute1{
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    top: 40px;
    left: 50px;
    background:rgba(255,255,255,0.7);
}
#mat_absolute2{
    font-size:16px;
    font-weight: bold;
    position: absolute;
    top: 65px;
    left: 100px;
    background:rgba(255,255,255,0.7);
}
#mat_absolute3{
    width: 200px;
    position: absolute;
    top: 120px;
    left: 50px;
    background:rgba(255,255,255,0.7);
    font-size: 10px;
    
}
.mat_feature{
    width: 600px;
}

.l_icon_blue{
    width: 600px;
}

.icon_blue_text{
    margin-left: 5px;
    line-height: 1; font-size: 10px;
    -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -ms-transform:scale(0.8);
    -o-transform:scale(0.8);
    transform:scale(0.8);
}

.mat_img{
    width: 280px;
    height: 200px;
    margin-left: 15px;
}

.mat_feature_container{
    width: 280px;
    margin-bottom: 50px;
}
.mat_feature_container_inner{
   width: 250px;
   margin: 0 auto;
}
.mat_feature_container_inner .title{
   margin-top: 15px;
}
#mat04,#mat05{
   width: 250px;
}
#mat05{
   margin-top: 0px;
}
.mat_feature_container_inner_img{
  width: 280px;
  margin: 15px auto;
}
#mat06,#mat07{
    width: 595px;
}
.mat06_inner,.mat07_inner{
    width: 600px;
}
#mat08{
    display: block;
    width: 600px;
    margin: 50px auto;
}

#mat09{
    width: 600px;
    margin: 0 auto;
}
#nursing .spec table{
    width: 600px;
}
#yobidashi01{
    width: 600px;
}
.l_yobidashi01{
   width: 600px;
    margin: 0 auto;
}
#nursing #yobidashi01_absolute1{
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 50px;
    left: 350px;
}
#nursing #yobidashi01_absolute2{
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 80px;
    left: 350px;
}
#yobidashi01_absolute3{
    font-size: 12px;
    position: absolute;
    top: 130px;
    left: 350px;
    width: 200px;
}
.yobidashi_features{
    width: 600px;
    margin: 0 auto;
}
#yobidashi02{
    width: 481px;
}
#yobidashi03{
    width: 481px;
}
#yobidashi04{
    width: 600px;
    margin: 0 auto;
    margin-top: 60px;
}
.l_yobidashi04{
    width: 600px;
    margin: 0 auto;
}

#nursing .spec_title {
    font-size: 12px;
    width: 320px;
    margin: 10px 0;
}
.chime{
    width:600px;
     margin: 0 auto;
}
#chime01{
    width: 600px;
    margin-bottom: 100px;
   
}
#nursing #chime01_absolute1{
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 40px;
    left: 100px;
}
#nursing #chime01_absolute2{
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 65px;
    left: 100px;
}
#nursing #chime01_absolute3{
    font-size: 12px;
    position: absolute;
    top: 120px;
    left: 100px;
    width: 350px;
}

.l_chime02,.l_chime03{
    width: 150px;
    margin: 0 auto;
}

#chime02,#chime03{
    width: 150px;
    margin-top: 30px;
}
#chime02_absolute1{
    position: absolute;
    top: 15px;
    left: 70px;
    width: 250px;
}
#chime02_absolute2{
    position: absolute;
    top: 160px;
    left: 70px;
    width: 250px;
}
#chime02_absolute3{
    position: absolute;
    top: 60px;
    left: 300px;
    width: 250px;
}
#chime03_absolute1{
    position: absolute;
    top: 60px;
    left: 310px;
    width: 250px;
}
.system{
    width: 600px;
}
.l_system01{
    width: 580px;
}
#system01{
    width: 580px;
}
#system02{
    margin-top: 15px;
    margin-bottom: 25px;
}
#system04{
    margin-top: 20px;
    margin-bottom: 5px;
}
#nursing .system_main .title{
    font-size: 12px;
}
.system .product{
    width: 600px;
} 
.system .product_box{
    background-color:#f7f8f8 ;
    width: 190px;
    height: 250px;
}
.btn_g{
    width:100px;
    height:40px;
    line-height:40px;
    margin: 0 auto;
    margin-top: 30px;
}
.btn_g a{
    display:block;
    width:100%;
    height:100%;
    font-size: 10px;
    text-decoration: none;
    background:#595757;
    text-align:center;
    color:#ffffff;
    border-radius:9px;
    letter-spacing: 0.22em;
    border: solid 2px #9fa0a0;
    box-shadow: 0 0 0 4px #595757;
}
.graph{
    width: 600px;
}
.l_graph_text{
    width: 500px;
    margin: 10px auto;
    margin-top: 30px;
}
.graph .btn_b{
    width:230px;
    height:40px;
    line-height:40px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 20px;
}
.graph .btn_b a{
    display:block;
    width:100%;
    height:100%;
    font-size: 12px;
    text-decoration: none;
    background:#000000;
    text-align:center;
    color:#ffffff;
    border-radius:5px;
    letter-spacing: 0.22em;
    border: solid 2px #ffffff;
    box-shadow: 0 0 0 4px #000000;
}
.l_system05,.l_system06,.l_system07{
    width: 580px;
    margin: 20px auto;
    margin-bottom: 80px;
}
#system05,#system06,#system07{
    width: 580px;
}



}
   
   /*-----------------------------420px以下----------------------------*/
   @media(max-width:420px){
/*---------------main_view-------------*/
    #nursing .main_view .parent{
        display: none;
    }

    .l_icon_black{
        width: 375px;
        margin: 40px auto;
    }
    .icon_black{
        width: 50px;
    }
    .l_top_mimamori{
        display: flex;
        flex-wrap: wrap;
        width: 310px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .top_mimamori{
        width: 150px;
        display: block;
        margin: 5px auto;
    }
  
/*---------------mat-------------*/
#mat01{
    width: 375px;
    margin-bottom: 70px;
}
#mat_absolute1{
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    top: -55px;
    left: 100px;
}
#mat_absolute2{
    font-size:16px;
    font-weight: bold;
    position: absolute;
    top: -30px;
    left: 140px;
}
#mat_absolute3{
    font-size: 10px;
    width: 350px;
    position: absolute;
    top: 260px;
    left: 5px;
}

.mat_feature{
    width: 375px;
}
.icon_blue{
    width: 70px;
}
.l_icon_blue{
    width: 375px;
    margin: 0 auto;
}

.icon_blue_text{
    font-size: 10px;
    margin-left: 20px;
    line-height: 1.2;
    width: 200px;
}

.mat_feature_box .flex{
    display: block;
    width: 300px;
    margin: 0 auto;
}
.mat_img{
    width: 300px;
    height: auto;
}
.mat_feature_box .title{
    padding-top: 20px;
}

.mat_feature_box .text{
    margin-bottom: 20px;
}
#mat06,#mat07{
    width: 360px;
}
.mat06_inner,.mat07_inner{
    width: 375px;
}
.mat .btn_g{
    width:130px;
    height:40px;
    line-height:40px;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 0;
}
.mat .btn_g a{
    display:block;
    width:100%;
    height:100%;
    font-size: 12px;
    text-decoration: none;
    background:#595757;
    text-align:center;
    color:#ffffff;
    border-radius:5px;
    letter-spacing: 0.22em;
    border: solid 2px #9fa0a0;
    box-shadow: 0 0 0 4px #595757;
}

.mat06_inner .text,.mat07_inner .text{
    margin-bottom: 10px;
}
#mat08{
    width: 360px;
}

#mat09{
    width: 360px;
}
.mat_feature_container{
    width: 280px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.mat_feature_container_inner{
   width: 250px;
   margin: 0 auto;
}
#nursing .spec table{
    width: 360px;
}
#yobidashi01{
    width: 360px;
}
.l_yobidashi01{
   width: 360px;
    margin: 0 auto;
}
#nursing #yobidashi01_absolute1{
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 30px;
    left: 200px;
}
#nursing #yobidashi01_absolute2{
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 35px;
    left: 285px;
}
#nursing #yobidashi01_absolute3{
    font-size: 10px;
    position: absolute;
    top: 60px;
    left: 200px;
    width: 160px;
}
.yobidashi_features{
    width: 375px;
}
#yobidashi02,#yobidashi03{
    width: 360px;
    margin: 0 auto;
    margin-bottom: 10px;
}
#yobidashi04{
    width: 360px;
    margin: 0 auto;
    margin-top: 10px;
}
.l_yobidashi04{
    width: 360px;
    margin: 0 auto;
}
.chime{
    width:375px;
     margin: 0 auto;
}
#chime01{
    width: 360px;
    margin-bottom: 120px;
}
#nursing #chime01_absolute1{
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 25px;
    left: 25px;
}
#nursing #chime01_absolute2{
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 30px;
    left: 100px;
}
#nursing #chime01_absolute3{
    font-size: 10px;
    position: absolute;
    top: 250px;
    left: 25px;
    width: 320px;
}

#nursing #chime02_absolute1{
    position: absolute;
    width: 200px;
    top: 30px;
    left: 10px;
}
#nursing #chime02_absolute2{
    position: absolute;
    width: 200px;
    top: 160px;
    left: 10px;
}
#nursing #chime02_absolute3{
    position: absolute;
    width: 190px;
    top: 80px;
    left: 190px;
}
#nursing #chime03_absolute1{
    position: absolute;
    width: 200px;
    top: 80px;
    left: 170px;
}

.system{
    width: 375px;
}

.l_system01{
    width: 360px;
}
#system01{
    width: 360px;
}
.system_main .title{
    font-size: 19px;
}
.system .product{
    width: 375px;
} 



.system .product_box{
    background-color:#f7f8f8 ;
    width: 110px;
    height: 180px;
}

#system02{
    width: 98%;
     display: block;
     margin: 0 auto;
     margin-bottom: 22px;
     margin-top: 10px;
 }
 #system03{
   height: 32%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
}
#system04{
    width: 95%;
     display: block;
     margin: 0 auto;
     margin-bottom: 10px;
     margin-top: 10px;
 }

.graph{
    width: 375px;
}
.l_graph_text{
    width: 360px;
    margin: 10px auto;
    margin-top: 30px;
}
.l_system05,.l_system06,.l_system07{
    width: 360px;
    margin: 20px auto;
}
    .l_system07 p{
        font-size: 10px;
    }
#system05,#system06,#system07{
    width: 360px;
}
.system .btn_g{
    width:130px;
    height:40px;
    line-height:40px;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: center;
}
.system .btn_g a{
    display:block;
    width:100%;
    height:100%;
    font-size: 12px;
    text-decoration: none;
    background:#595757;
    text-align:center;
    color:#ffffff;
    border-radius:5px;
    letter-spacing: 0.22em;
    border: solid 2px #9fa0a0;
    box-shadow: 0 0 0 4px #595757;
}
.system .product .btn_g{
    width:80px;
    height:20px;
    line-height:20px;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: center;
}
.system .product .btn_g a{
    display:block;
    width:100%;
    height:100%;
    font-size: 10px;
    text-decoration: none;
    background:#595757;
    text-align:center;
    color:#ffffff;
    border-radius:5px;
    letter-spacing: 0.22em;
    border: solid 2px #9fa0a0;
    box-shadow: 0 0 0 4px #595757;
}
}