/*コンテンツ内メニュー用*/
.side_menu_box{width:190px; border-bottom:1px solid #BDD5E8; border-right:1px solid #BDD5E8; border-left:1px solid #BDD5E8; padding:5px; margin:0 0 20px 0;}
.side_menu_box li{border-bottom:1px #999999 dotted; background:url(../img/list_img2.jpg) center left no-repeat; padding:6px 0 6px 20px;}
.side_menu_box .menu_sub{margin-left: 1em;}


/* ------------------------------------------------
	■ スマホ用スタイル ■
------------------------------------------------ */
@media screen and (max-width: 800px){

    .onsp {display:block;}
    .onpc {display:none;}
    
    body {
        font-size: 14px;
        line-height: 24px;
    }
    img{
        max-width: 100%;
        height: auto;
        width /***/:auto;　
    }
    
    a:hover img {
        opacity:1;
        filter: alpha(opacity=100); /* IE lt 8 */
        -ms-filter: "alpha(opacity=100)"; /* IE 8 */
        -khtml-opacity: .100; /* Safari 1.x */
    }
    
    .wrapper {
        width: 100%;
        margin: 0;
        clear: both;
    }
    
    .left {
        text-align: left;
    }
    
    .center {
        text-align: center;
    }
    
    /* ------------------------------------------------
        header
    ------------------------------------------------ */
    #header {
        width: 100%;
        height: auto;
        margin: 0;
        background:#fff;
    }
    
    #header .wrapper {
        width: 100%;
        margin: 0;
        height: auto;
    }
    
    #logo {
        width:30%;
        height:58px;
        float:none;
        margin:0;
    }
    
    #logo h1{
        font-size:10px;
        width:100%;
        height:auto;
        padding:0;
        position: absolute;
        background: #EEF7FF;
        text-align: center;
    }
    
    #logo img{
        position: absolute;
        left: 4%;
        width: 200px;
        top: 36px;
    }
    
    #menu,
    #head_phone,
    #head_menu {
        display: none;
    }
    
    #nav-drawer {
        display: none;
    }
    
    /*チェックが入ったらもろもろ表示*/
    #nav-input:checked ~ #nav-close {
      display: block;/*カバーを表示*/
      opacity: .5;
    }
    
    #nav-input:checked ~ #nav-content {
      -webkit-transform: translateX(135%);
      transform: translateX(135%);/*中身を表示（右へスライド）*/
      box-shadow: 6px 0 25px rgba(0,0,0,.15);
    }
    
    /* side採用バナー*/
    .recruit img{
        width:100%;
    }
    div.recruit{
        width:100% !important;
    }
    
    /* ------------------------------------------------
        contents
    ------------------------------------------------ */
    
    .top_contents3 {text-align: center}
    
    #bottom_menu,
    #copyright,
    #news,
    .caption,
    .caption img,
    #top_contents1 div,
    #contents,
    #contents_L,
    #contents_R,
    #bottom .wrapper,
    #top_contents2,
    #top_contents1 {
        width: 100%;
        margin: 0;
        padding: 0;
        background: none;
        float: none;
        text-align: left;
        position: static;
    }
    
    #contents {
        padding: 18px 0 0 0;
        background: #fff;
    }
    
    #contents_L {
        padding: 0 4%;
        width: 92%;
        background: #fff;
        margin: 0 0 8%;
    }
    #top_contents2_box {
        margin: 0;
    }
    
    #menu_sp {
        display: block;
    }
    
    a.btn {
        background:transparent url(btn.png) no-repeat 0 0;
        content: "test"
        display: block;
        width:35px;
        height: 35px;
        position: absolute;
        top: 43px;
        right: 26px;
        cursor: pointer;
        z-index: 200;
    }
    
    a.peke {
        background-position: -35px 0;
    }
    
    .drawr {
        display: none;
        background: #1870ba;
        opacity: 0.9;
        position: absolute;
        top: 0px;
        right:0;
        width:62%;
        padding:20% 0 0 0;
        z-index: 100;
    }
    
    .tel_sp {
        position: absolute;
        top: 43px;
        right: 111px;
        width: 35px;
    }
    
    .mail_header_sp {
        position: absolute;
        top: 43px;
        right: 68px;
        width: 35px;
    }
    
    #menu_sp_contents li {
        width:260px;
    }
    
    #menu_sp_contents li a {
        color:#fff;
        display: block;
        padding: 15px;
    }
    
    #main_img {
        padding: 0;
        background: #fff;
        margin: 0 0 5%;
    }
    
    .main_img {
        padding: 0;
        background: #fff;
        margin: 0 0 3%;
    }
    
    #top_contents1 {
        height: auto;
        margin: 0 0 5%;
    }
    
    #top_contents1 h2 {
        background: #058dc7;
        color: #fff;
        font-size: 16px;
        padding: 6px 12px;
        line-height: 24px;
        text-align: left;
        border-radius: 5px;
        margin: 0 0 3%;
    }
    
    #top_contents1 .top_contents1_wrap {
        display: flex;
        justify-content: space-between;
    }
    
    #top_contents1 .top_contents1_wrap div {
        width: 49%;
        margin: 0;
        height: auto;
    }
    
    /* form box */
    .res_sp {
        border: 5px solid #058dc7;
        padding: 4%;
        margin: 0 0 5%;
            text-align: center;
    }
    
    .res_sp p.title {
        color: #058dc7;
        font-size: 16px;
        font-weight: bold;
        margin: 0 0 4%;
    }
    
    .res_sp .no {
        display: flex;
        justify-content: space-between;
        margin: 0 0 3%;
    }
    
    .res_sp .no p {
        width: 44%;
        font-size: 16px;
        font-weight: bold;
        color: #333;
        border: 1px solid #ddd;
        padding: 2% 2% 3% 2%;
    }
    
    .res_sp .no p span {
        display: inline-block;
        background: #aaa;
        color: #fff;
        text-align: center;
        padding: 2% 5%;
        margin-right: 4%;
        width: 90%;
        font-size: 14px;
        margin: 0 0 3%;
    }
    
    .res_sp p.mail {
        text-align: center;
    }
    
    .res_sp p.mail a {
        background: #058dc7;
        color: #fff;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        display: inline-block;
        padding: 5% 13% 5% 8%;
        white-space: nowrap;
        border-radius: 5px;
    }
    
    .res_sp p.mail a span {
        color: #fff;
        background: url(../img/icon_mail.png) no-repeat left center / 10% auto;
        padding: 0 0 0 14%;
    }
    
    .caption {
        margin:  0 0 4%;
    }
    
    .h3_service_category,
    .caption h2 {
        border: 1px solid #ddd;
        border-left: 4px solid #058dc7;
        font-size: 16px;
        text-align: left;
        padding: 3% 0 3% 4%;
    }
    
    .top_service_list li dl {
        text-align: left;
    }
    
    .top_service_list li dl dt {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#337ebf+0,0261b3+60 */
        background: #337ebf url(../img/icon_arrow.png) no-repeat 97% center / 6% auto; /* Old browsers */
        background: -moz-linear-gradient(left,  #337ebf 0%, #0261b3 60%) url(../img/icon_arrow.png) no-repeat 97% center / 6% auto; /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  #337ebf 0%,#0261b3 60%) url(../img/icon_arrow.png) no-repeat 97% center / 6% auto; /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  #337ebf 0%,#0261b3 60%) url(../img/icon_arrow.png) no-repeat 97% center / 6% auto; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#337ebf', endColorstr='#0261b3',GradientType=1 ); /* IE6-9 */
        color: #fff;
        font-weight: bold;
        padding: 3% 0 3% 4%;
    }
    
    .top_service_list li dl dd {
        line-height: 24px;
        border:1px solid #ddd;
        border-top: none;
        padding: 2% 0 2% 4%;
    }
    
    #news {
        height: 300px;
        border: 1px solid #ddd;
        padding: 3%;
        width: 93%;
        margin: 0 0 5%;
    }
    
    #news li {
        text-align: left;
        line-height: 24px;
        padding: 0;
        text-indent: 0;
    }
    
    #news li span {
        display: block;
    }
    
    #news li a {
        line-height: 20px;
    }
    
    /* side */
    #contents_R {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 4%;
        width: 92%;
    }
    
    #contents_R div {
        width: 49%;
        margin: 3% 0 3%;;
    }
    
    #contents_R .side_caption,
    .side_caption {
        width: 96%;
        margin: 3% 0 0;
        background: #058dc7 url(../img/icon_plus.png) no-repeat 97% center / 6% auto;
        color: #fff;
        font-size: 16px;
        padding: 4% 0 4% 4%;
        display: flex;
        justify-content: left;
        white-space: nowrap;
        align-items: center;
        text-align: left;
    }
    
    #contents_R .side_caption.active,
    .side_caption.active {
        background: #058dc7 url(../img/icon_minus.png) no-repeat 97% center / 6% auto;
    }
    
    #contents_R .side_caption.side_trip.active ,
    .side_caption.side_trip.active,
    #contents_R .side_caption.side_trip ,
    .side_caption.side_trip {
        background: #00648e;
    }
    
    #contents_R .side_caption span,
    .side_caption span {
        display: inline-block;
        background: #fff;
        color:#058dc7;
        padding: 0.5% 4%;
        margin-right: 4%;
        font-size: 10px;
        position: relative;
        font-weight: bold;
        top: -2px;
    }
    
    #contents_R .side_menu_box,
    .side_menu_box {
        background: #fff;
        width: 93.4%;
        padding: 2% 3% 2% 3%;
        margin-top: 0;
    }
    
    #contents_R .small_text {
        width: 94%;
        font-size: 14px;
        line-height: 26px;
        padding: 2% 4% 0 2%;
    }
    
    #contents_R .small_text .onsp {
        display: inline;
    }
    
    #bottom {
        width: 92%;
        padding:  0 4%;
        background: #058dc7;
        height: auto;
    }
    
    #bottom .wrapper {
        height: auto;
        padding: 2% 0 0 0;
    }
    
    #bottom .wrapper li {
        float: none;
        font-size: 14px;
        border: none;
        
        padding: 0;
        margin: 0;
        text-align: left;
        color: #fff;
        background: url(../img/icon_arrow.png) no-repeat right center / 6% auto;
    }
    
    #bottom .wrapper li a {
        color: #fff !important;
        padding: 6% 0;
        border-bottom: 1px solid #0376a7;
        display: block;
    }
    
    #copyright {
        color: #fff;
        padding: 6% 0;
    }
    
    
    /* ------------------------------------------------
        sub
    ------------------------------------------------ */
    .sub_contents_caption {
        background: none;
        width: 95%;
        height: auto;
        padding: 3% 0 2.4% 4%;
        color: #444444;
        margin: 0 0 5% 0;
        border: 1px solid #ddd;
        border-left: 4px solid #058dc7;
        font-size: 16px;
        text-align: left;
    }
    
    /* profile */
    .top_profile,
    .top_profile2,
    .top_profile3,
    .top_profile4,
    .top_profile5 {
        background: none;
        margin: 0 0 8%;
        padding: 0;
        width: 100%;
        height: auto;
    }
    
    .top_profile2,
    .top_profile3,
    .top_profile4,
    .top_profile5 {
        border: 1px solid #058dc7;
        padding: 4%;
        width: 91%;
        margin: 0 0 4%;
    }
    
    .top_profile p,
    .top_profile2 p,
    .top_profile3 p,
    .top_profile4 p,
    .top_profile5 p {
        padding: 0;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
    }
    
    .top_profile h2,
    .top_profile2 h3,
    .top_profile3 h3,
    .top_profile4 h3,
    .top_profile5 h3 {
        margin: 0 0 4%;
    }
    
    .top_profile div,
    .top_profile2 div,
    .top_profile3 div,
    .top_profile4 div,
    .top_profile5 div {
        display: flex;
        justify-content: space-between;
    }
    
    .top_profile p {
        margin: 0 0 3%;
    }
    
    .top_profile2 p,
    .top_profile3 p,
    .top_profile4 p,
    .top_profile5 p {
        width: 70%;
    }
    
    .top_profile2 p.img,
    .top_profile3 p.img,
    .top_profile4 p.img,
    .top_profile5 p.img {
        width: 28%;
    }
    
    .side_menu_box li {
        text-align: left;
    }
    
    .banner_h20 {
            margin: 5% 0 5% 0%;
        padding: 0%;
    }
    
    /* service */
    #serviceArea2 {
        background: #eff0e0;
        width: 94%;
        height: auto;
        margin: -2% 0 0;
        padding: 6% 3% 3%;
    }
    
    #service {
        margin: 5% 0 5%;
    }
    
    #service h3 {
        background: none;
        padding: 0;
        margin: 0 auto;
        width: 80%;
        height: auto;
        text-indent: 0;
    }
    
    .serviceBox2 {
        float: none;
        width: 94%;
        margin: 0 0 3%;
        padding: 3%;
        background: #fff;
        height: auto;
        border: 1px solid #cecdc9;
    }
    
    .serviceBox2 h4 {
        width: 100%;
        height: auto;
        margin: 0 0 3%;
        padding: 0 0 3%;
        font-size: 16px;
        border-bottom: 1px solid #ddd;
    }
    
    .serviceBox2 .catch {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }
    
    #service h3.h3_service_category {
        width: 94%;
        padding: 1% 0 1% 4%;
        margin: 0 0 4%;
    }
    
    .serviceBox {
        width: 96%;
        height: auto;
        background: none;
        margin: 0 0 3%;
        padding: 3%;
        position: relative;
        float: none;
        border: 1px solid #ddd;
    }
    
    .serviceBox h4 {
        background: none;
        color: #333;
        text-indent: 0;
        font-size: 16px;
        margin: 0;
        text-align: left;
    }
    
    .serviceBox .catch {
        width: 100%;
        height: auto;
        margin: 0 0 4%;
        padding: 0 0 2%;
        text-align: left;
    }
    
    .serviceBox ul {
        background: url(../service/img/onayami.jpg) no-repeat 0px 0px;
        padding: 50px 0 0;
        text-align: left;
    }
    
    .service_onayami {
        width: 70%;
        margin: 0;
        min-height: 18vh;
    }
    
    .serviceBox a img {
        width: 27%;
    }
    
    #hosyou {
        height: auto;
        padding: 33% 0px;
    }
    
    #hosyou6 {
        height: auto;
        padding:30% 0px;
    }
    
    #serviceArea {
        width: 97%;
        padding: 0;
        margin: 0;
    }
    
    .serviceBox h4 a {
        background: #058dc7 url(../img/icon_arrow.png) no-repeat 98% center / 6% auto;
        color: #fff;
        text-align: left;
        padding: 3% 0 3% 3%;
        display: block;
        margin: 0 0 2%;
    }
    
    .type_Box {
        width: 100%;
        height: auto;
        margin: 0;
        position: relative;
    }
    
    .type_Box a {
        position: static;
        margin: 0 0 7%;
        display: block;
    }
    
    .camera_link {
        margin: 4% 0 0;
    }
    
    .service_sekou_contents1 {
        background: url(../service/sekou.img/sekou_contnets.jpg) top left no-repeat;
        width: 92%;
        height: auto;
        padding: 0 4%;
        margin: 0 0 30px 0;
    }
    
    .service_sekou_contents1 div {
        width: 100%;
        height: auto;
        float: none;
        margin: 0 20px 20px 0;
        _margin: 0 0px 0 0;
    }
    
    /* service6 */
    .camera_box {
        width: 93.8%;
        padding: 3%;
        margin-top: 5%;
    }
    .service6_banner {
        background: none;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    
    .service6_banner h2 {
        background: #058dc7;
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 3%;
        padding: 2% 4%;
        border-radius: 5px;
    }
    
    #service6_box {
        width: 100%;
        margin: 0 0 5%;
        padding: 0;
        background: none;
    }
    
    #service6_box p {
        width: 100%;
        margin: 0 0 5%;
        padding: 0;
        text-align: left;
    }
    
    #service6_box h3 {
        border: solid 1px #ff3300;
        padding: 3% 1%;
        width: 97.8%;
        color: #ff3300;
        font-size: 14px;
        font-weight: bold;
        background: none;
        height: auto;
        line-height: 20px;
        text-indent: 10px;
        margin: 0 0 3%
    }
    
    .camera7 {
        width: 100%;
        margin: 0;
        padding: 0;
        height: auto;
    }
    
    .sub_contents_caption_2 {
        border: 1px solid #ddd;
        border-left: 4px solid #058dc7;
        font-size: 16px;
        text-align: left;
        padding: 3% 0 3% 4%;
        background: none;
        width: 95.8%;
        height: auto;
        margin: 0 0 3%;
    }
    
    .top_sekou6 {
        background: none;
        width: 100%;
        height: auto;
        margin: 0 0 10%;
    }
    
    .top_sekou6 a {
        position: static;
    }
    
    .camera_type {
        width: 100%;
        margin: 0;
        text-align: left;
    }
    
    .camera_type h4 {
        border: solid 1px #ff3300;
        padding: 3% 1%;
        width: 97.8%;
        color: #ff3300;
        font-size: 14px;
        font-weight: bold;
        background: none;
        height: auto;
        line-height: 20px;
        text-indent: 10px;
        margin: 0 0 3%
    }
    
    .camera_type360 {
        width: 100%;
        margin: 0;
        text-align: left;
    }
    
    .camera_type360 h4 {
        border: solid 1px #ff3300;
        padding: 3% 1%;
        width: 97.8%;
        color: #ff3300;
        font-size: 14px;
        font-weight: bold;
        background: none;
        height: auto;
        line-height: 20px;
        text-indent: 10px;
        margin: 0 0 3%
    }
    
    .camera_typebox {
        width: 100%;
            height: auto;
        margin: 10px 0 0 0;
        text-align: left;
    }
    
    .camera_typebox h3 {
        border: solid 1px #ff3300;
        padding: 3% 1%;
        width: 97.8%;
        position: static;
        color: #ff3300;
        font-size: 14px;
        font-weight: bold;
        background: none;
        height: auto;
        line-height: 20px;
        text-indent: 10px;
        margin: 0 0 3%
    }
    .camera_typebox p {
        position: static;
        width: 100%;
        text-align: left;
    }
    .camera_typebox img {
        position: static;
        padding: 0% 20% 0% 20%;
        width: 50%;
        display: block;
        float: none;
    }
    
    .camera_14 {
        width: 100%;
    }
    
    .camera_14 img {
        margin: 0;
    }
    
    .camera_bsyo_wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .camera_bsyo {
        position: relative;
        width: 42.8%;
        height: auto;
        margin: 0 0 1.6%;
        float: none;
        padding: 0;
        border: 1px solid #ddd;
        padding: 3%;
    }
    
    .camera_bsyo_h4 {
        position: static;
        width: 100%;
        border-bottom: solid 2px #468BC2;
        text-align: left;
        margin: 2% 0;
    }
    
    .camera_bsyo_p {
        position: static;
        width: 100%;
        text-align: left;
    }
    
    .menu_banner {
        position: relative;
        width: 97.8%;
        height: auto;
        margin: 0 0 3%;
        float: none;
        padding: 1%;
        border: 1px solid #ddd;
        text-align: left;
    }
    
    .menu_banner h4 {
        position: static;
        color: #fff;
        background: #058dc7;
        width: 92%;
        padding: 2% 4%;
        margin: 0 0 2%;
    }
    
    .menu_banner p {
        position: static;
        color: #333;
        width: 100%;
    }
    
    .service6_box2{    
        border:1px #4169e1 solid;
        margin:0px 0px 20px 0px;
        padding:0px 0 0px 0;
        height:auto;
    }
    
    .service6_box2 img{
        display:block;
        margin: 10px auto;
        text-align: center;
        float: none;
    }
    .service6_box2 p{
        margin:0px 0 0px 0px;
        padding:10px 10px 10px 10px;
        display: table-cell;
        vertical-align: middle;
    }
    
    .service6_box3{    
        border: 1px solid #ddd;
        margin:0px 0px 20px 0px;
        padding:0px 0 0px 0;
        height:auto;
    }
    
    .service6_box3 img{
        display:block;
        margin: 0px auto;
        text-align: center;
        float: none;
    }
    
    .service6_box3 h3{
        font-weight:bold;
        font-size:16px;
        color:#007D98; 
        margin:0px 0 0px 0px;
        padding:10px 0px 0px 10px;
        text-align: center;
    }
    
    .service6_box3 p{
        margin:0px 0 0px 0px;
        padding:10px 10px 10px 10px;
        display: table-cell;
        vertical-align: middle;
    }
    
    .service6_box4_left{    
        border: 1px solid #ddd;
        margin:0px 0px 20px 0px;
        padding:0px 0 0px 0;
        height:auto;
    }
    
    .service6_box4_left img{
        display:block;
        margin: 0px auto;
        text-align: center;
        float: none;
    }
    
    .service6_box4_left h3{
        font-weight:bold;
        font-size:16px;
        color:#007D98; 
        margin:0px 0 0px 0px;
        padding:10px 0px 0px 10px;
        text-align: center;
    }
    
    .service6_box4_left p{
        margin:0px 0 0px 0px;
        padding:10px 10px 10px 10px;
        display: table-cell;
        vertical-align: middle;
    }
    
    
    /* company */
    
    #contents_box {
        width: 100%;
        padding: 0;
    }
    
    #company .table_R iframe {
        width: 100% !important;
        height: 300px;
    }
    
    #company table,
    #company table tr,
    #company table td {
        display: block;
        width: 100%;
    }
    
    #company .table_L {
        width: 93.8%;
        padding: 2% 3%;
        text-align: left;
        margin-top: -1px;
    }
    
    #company .table_R {
        width: 93.8%;
        padding: 2% 3%;
        margin-top: -1px;
    }
    
    
    /* inquiry */
    
    #formBox table,
    #formBox table tbody,
    #formBox table tr,
    #formBox table th,
    #formBox table td {
        display: block;
        width: 100%;
        border: 0;
    }
    
    #formBox table body {
        width: 100%;
    }
    
    #formBox table tr {
        border: 1px solid #ddd;
    }
    
    #formBox table th,
    #formBox table td {
        width: 93.8% !important;
        padding: 2% 3% !important;
        text-align: left;
    }
    
    #formBox th img {
        margin: 0;
        position: relative;
        bottom: -7px;
        left: 7px;
    }
    
    #formBox td.form1_L input[type=text],
    #formBox td.form1_L textarea {
        width: 98% !important;
    }
    
    #confirmWindow,
    #confirmBody {
        width: 100% !important;
    }
    
    /* other */
    /* ------------------------------------------------
        service
    ------------------------------------------------ */
    
    #denkiService #areaLinkList{height: auto; display: flex; gap: 8px; flex-wrap: wrap;box-sizing: border-box;}
    #denkiService #areaLinkList li{background-size: contain; width: 108px;padding: 0;float: none; margin: 0;box-sizing: border-box;font-size: 11px;line-height: 1.3;display: flex;align-items: center;justify-content: center;aspect-ratio: 63/37;}


    #areaText{background: #F0F0E1;width: 90%;height: auto;border-radius: 5px;margin: 0 0 10%;}
    #areaText h4{font-size: 16px;margin: 20px 0 10px;text-shadow:1px 1px 3px #ccc; clear: both;}
    #areaText p{margin: 0 0 0px;line-height: 18px;}
    #areaText img{ display: block; margin:0 auto; float: none;}
    
    /* ------------------------------------------------
        service1
    ------------------------------------------------ */
    .top_sekou1 {
        background: none;
        width: 100%;
        height: auto;
        margin: 0 0 10%;
    }
    
    .top_sekou1 a {
        position: static;
    }
    
    .service1_banner {
        background: none;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    
    .service1_banner h2 {
        border: 0;
        background: #058dc7;
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        text-align: left;
        padding: 3% 0 3% 4%;
        width: 96%;
        border-radius: 5px;
        margin: 5% 0 0%;
    }
    
    .service1_contents_box {
        background-size: contain !important;
        width: 100%;
    }
    
    
    
    .service1_contents_box3 {
        height: auto;
        float: none;
        width: 100%;
        margin: 0 0 5%;
    }
    
    .service1_contents_box5 {
        height: auto;
        position: static;
        width: 100%;
        margin: 2% 0 0;
    }
    
    .service1_contents_box4 {
        position: static;
        width: 100%;
    }
    
    .service1_contents_box {
        background: none;
    }
    
    .service1_contents_box_1 {
        padding: 0;
    }
    
    .service1_sekou15,
    .service1_sekou14,
    .service1_sekou13,
    .service1_sekou12,
    .service1_sekou11,
    .service1_sekou10,
    .service1_sekou9,
    .service1_sekou8,
    .service1_sekou7,
    .service1_sekou6,
    .service1_sekou5,
    .service1_sekou4,
    .service1_sekou3,
    .service1_sekou2,
    .service1_sekou {
        width: 89vw;
        background-size: contain;
    }
    
    .top_phone {
        width: 100%;
        margin: 0;
        padding: 0;
        background-size: contain;
        position: relative;
    }
    
    .top_phone_box {
        margin: 0;
        width: 32%;
        right: 3%;
        position: absolute;
        top: 33%;
    }
    
    .conled h3 {
        background: url(../service3/img/led_h3title.jpg) no-repeat;
        width: 100%;
        height: auto;
        text-indent: 0;
        margin: 0;
    }
    
    .led_senmonbox {
        width: 100%;
        height: auto;
        margin: 0px;
        float: none;
        padding: 0;
    }
    
    .led_senmonbox h5 {
        position: static;
        font-size: 14px;
        width: 100%;
        text-align: left;
    }
    
    .led_senmonbox p {
        position: static;
        width: 100%;
        text-align: left;
    }
    
    
    .top_sekou1 a {
        position: static;
    }
    
    .led_nagare {
        width: 100%;
        height: auto;
        margin: 0;
        background-size: contain;
    }
    
    .led_nagare p {
        padding: 24% 0 0 0;
        text-align: left;
    }
    
    .contents4 {
        background: none;
        width: 100%;
        height: auto;
        padding: 0 !important;
        margin: 0;
    }
    
    .contents4_text {
        padding: 3% 0 0 0;
    }
    
    .contents4_text2 {
        padding: 6% 0;
    }
    
    .contents42 {
        background: none;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0 0 5% 0;
        border: 1px solid blue;
    }
    
    .contents42_text {
        padding: 4%;
    }
    
    .contents43 {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0 0  3% 0;
        background-size: contain;
    }
    
    .contents43 h2 {
        padding: 0.6% 0 0 0;
        font-size: 2vw;
    }
    
    .contents43_text {
        padding: 32% 0 5% 0;
    }
    
    .contents4_box_img {
        background: #058dc7;
        width: 94%;
        height: auto;
        padding: 0% 0 2%;
        margin: 3% 3% 3% 3%;
    }
    .contents4_box1,
    .contents4_box2,
    .contents4_box3,
    .contents4_box4 {
        background: none;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0 0 5%;
    }
    
    .contents4_box p {
        font-size: 12px;
        padding: 3% 4% 5%;
        color: #000000;
        margin: 0 0 3%;
        border-bottom: 1px solid #ddd;
    }
    
    .contents4_sekoubox {
        background: none;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    .contents4_sekou1,
    .contents4_sekou2,
    .contents4_sekou3,
    .contents4_sekou4,
    .contents4_sekou5 {
        background: none;
        width: 100%;
        height: auto;
        padding: 0 0 5%;
        margin: 0;
        border-bottom: 1px solid #ddd;
    }
    
    .contents4_sekoubox p {
        padding: 0;
    }
    
    
    #service4_mekeup {
        width: 100%;
        margin: 0;
        text-align: left;
    }
    
    #service4_mekeup h3 {
        border: solid 1px #ff3300;
        padding: 3% 1%;
        width: 97.8%;
        color: #ff3300;
        font-size: 14px;
        font-weight: bold;
        background: none;
        height: auto;
        line-height: 20px;
        text-indent: 10px;
        margin: 0 0 3%
    }
    
    .@camera_typebox {
        width: 100%;
            height: auto;
        margin: 0;
        text-align: left;
    }
    
    .@camera_typebox h3 {
        border: solid 1px #ff3300;
        padding: 3% 1%;
        width: 97.8%;
        position: static;
        color: #ff3300;
        font-size: 14px;
        font-weight: bold;
        background: none;
        height: auto;
        line-height: 20px;
        text-indent: 10px;
        margin: 0 0 3%
    }
    .@camera_typebox p {
        position: static;
        width: 100%;
        text-align: left;
    }
    #service4_mekeup img {
        position: static;
        padding: 0% 0% 10% 0%;
        width: 100%;
        display: block;
        float: none;
    }
    -------------------------------------------------------------------------------------
    .service5_top {
        width: 100%;
        height: auto;
    }
    
    .contents5_top_br {
        background: #058dc7;
        width: 92%;
        height: auto;
        font-size: 16px;
        color: #ffffff;
        margin: 3% 0 3%;
        padding: 3% 4% 3%;
    }
    
    .top_contents5 {
        background: none;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    
    .contents5_5text {
        position: static;
        width: 100%;
    }
    
    .service5_box3{    
        border: 1px solid #ddd;
        margin:0px 0px 20px 0px;
        padding:0px 0 0px 0;
        height:auto;
    }
    
    .service5_box3 img{
        display:block;
        margin: 0px auto;
        text-align: center;
        float: none;
    }
    
    .service5_box3 h3{
        font-weight:bold;
        font-size:16px;
        color:#ff0000; 
        margin:0px 0 0px 0px;
        padding:10px 0px 0px 10px;
        text-align: center;
    }
    
    .service5_box3_p,
    .service5_box3_p2,
    .service5_box3_p3{
        margin:0px 0 0px 0px;
        padding:6px 10px 0px 10px;
        vertical-align: middle;
        text-align: center;
    }
    
    .service5_box3_p4{
        margin:0px 0 0px 0px;
        padding:20px 10px 10px 20px;
        vertical-align: middle;
        text-align: center;
    }
    
    .rec-r5 h3 span {color:#007D98;font-size:20px;}
    
    .top_banner6,
    .top_banner5_1,
    .top_banner5 {
        width: 100%;
        height: auto;
        float: none;
        margin: 0 0 3%;
    }
    
    .contents5_1{border:1px #87ceeb solid;margin:0px 0px 20px 0px;padding:0px 0 0px 0;height:auto;}
    .contents5_1text {font-size:14px;margin:0px 0px 0px 0px; float:left;text-align: left; padding:10px 0px 10px 10px;}
    .contents5_1-1text {font-size:14px;margin:0px 0px 0px 0px; text-align: center; padding:10px 0 0px 0;}
    .contents5_2text {font-size:12px;margin:40px 10px 10px 10px; text-align: center; padding:0 0 0px 0;}
    
    .top_banner6 div,
    .top_banner5_1 div,
    .top_banner5 div {
        width: 100% !important;
        height: auto !important;
        float: none;
        margin: 0 0 3%;
        position: static !important;
    }
    
    .contents5_5 {
        width: 100%;
        height: auto;
    }
    
    .contents5_6 {
        position: relative;
        width: 100%;
        height: auto;
        float: none;
    }
    
    .contents5_6_1 {
        position: static;
        top: 11%;
        left: 20px;
        width: 100%;
        margin: 10px 10px 0 0px;
    }
    
    .contents5_4 {
        width: 100%;
        height: auto;
        padding: 0px 0 0 0px;
        margin: 0 0 10px 0;
    }
    
    
    
    .service2_banner {
        background: #058dc7;
        width: 100%;
        height: auto;
        padding: px 0 0 px;
        margin: 0px 0px 0px 0;
    }
    
    .service2_banner h2 {
        color: #ffffff;
        font-size: 16px;
        font-weight: 800;
        margin: 0;
        padding: 2% 3% 1%;
        text-align: center;
    }
    
    #service2_box h3 {
        width: 100%;
        font-size: 14px;
        text-indent: 0;
        background: none;
    }
    
    #service2_box {
        width: 92%;
        padding: 0 4%;
        margin: 0;
    }
    
    #service2_box p {
        width: 100%;
        margin: 3% 0;
        padding: 0px 0px 0px 0px;
        _height: 110px;
        text-align: left;
    }
    
    .service2_p3,
    .service2_p2 {
        width: 100%;
        height: auto;
    }
    
    .sainezi_bsyo {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 0 4%;
        float: none;
        padding: 0;
    }
    
    .sainezi_bsyo_p {
        position: static;
        width: 100%;
        text-align: left;
    }
    
    .sainezi_mokuteki {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 0 3%;
        float: none;
        padding: 0 0 0px 0;
    }
    
    .sainezi_mokuteki_h4 {
        position: static;
        font-size: 14px;
        width: 100%;
        font-weight: normal;
        border-bottom: solid 2px #468BC2;
        text-align: left;
    }
    
    .sainezi_mokuteki_p {
        position: static;
        width: 100%;
        text-align: left;
    }
    
    .service2_phone {
        background: url(../service2/img/pohne2.jpg) no-repeat top left / contain;
        width: 100%;
        height: auto;
    }
    
    .service6_choose_2 {
        width: 100%;
        height: auto;
    }
    
    .service6_choose_h2 {
        position: static;
        width: 100%;
        text-align: left;
    }
    
    .service6_choose_p {
        position: static;
        width: 100%;
        text-align: left;
    }
    
    .service6sub_box {
        width: 100%;
        padding: 0;
        margin: 0 0 5%;
    }
    
    .service6sub_box h3 {
        width: 100%;
        height: auto;
    }
    
    .service6sub_box p {
        width: 100%;
        text-align: left;
    }
    
    .choose_type {
        width: 100%;
        margin: 0;
    }
    
    .service6_phone {
        width: 100%;
        height: auto;
        padding: 10% 0;
        margin: 0;
        background-size: contain;
        position: relative;
    }
    
    .service6_phone_box {
        margin: 0;
        position: absolute;
        right: 3%;
        bottom: 18%;
        width: 28%;
    }
    
    .service6_top {
        width: 100%;
        margin: 0 0 10% 0;
        padding: 0;
        height: auto;
    }
    
    .spBox1{	
            width: 100%;
        margin: 10% 0 10% 0;
        padding: 0;
        height: auto;
    }
    .spBox1 h5{margin: 10px 0 10px 0px;text-align:center;}
    .spBox1 p{padding:5px 0px 10px 0px;}
    
    
    #cameraImg01 {
        background: url(../service6/img/netcam_kaizo.jpg) no-repeat;
            background-size: auto auto;
        width: 100%;
        height: auto;
        position: relative;
        background-size: contain;
        margin: 10% 0;
    }
    
    #cameraImg01 .text02,
    #cameraImg01 .text01 {
        position: static;
        top: 80px;
        right: 45px;
        color: #ff3300;
        text-align: center;
        width: 100%;
        padding: 70% 0 0 0;
    }
    
    
    #cameraImg01 .text02 {
        padding: 10% 0 10% 0;
    }
    
    #cameraImg02 {
        background: url(../service6/img/sanp.png) no-repeat;
            background-size: auto auto;
        width: 100%;
        height: auto;
        position: static;
        margin: 0 0 0px;
        padding: 0% 0 0 0;
        text-align: center;
    }
    
    .cameraImg02_img {
        position: static;
        padding: 0% 0 0% 0;
        width: 100%;
        display: block;
    }
    
    #cameraImg02 .before,
    #cameraImg02 .after {
        position: static;
        width: 100%;
        padding: 10% 0 0 0;
        display: block;
    }
    
    #cameraImg02 .before strong, #cameraImg02 .after strong {
        display: block;
    }
    
    
    
    .camera_13,
    .camera_12,
    .camera_11,
    .camera_10,
    .camera_9,
    .camera_8,
    .camera_7,
    .camera_6,
    .camera_5 {
        background-size:contain;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0 0 3%;
    }
    
    .camera_13 p,
    .camera_12 p,
    .camera_11 p,
    .camera_10 p,
    .camera_9 p,
    .camera_8 p,
    .camera_7 p,
    .camera_6 p,
    .camera_5 p {
        padding: 17% 0 0;
        text-align: left;
    }
    
    .top_sekou5 div {
        position: static !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 0 5%;
        border-bottom: 1px solid #ddd;
        padding: 0 0 5%;
        text-align: left;
    }
    
    .after_p {
        position: static;
        color: #000000;
        top: 150px;
        left: 50px;
        width: 100%;
        text-align: left;
        margin: 5% 0;
    }
    
    .after_box {
        width: 100%;
        height: auto;
        margin: 0;
    }
    
    .after_box p {
        width: 100%;
        margin: 3% 0;
        text-align: left;
    }
    
    .afterkodawari2,
    .afterkodawari {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 0 5%;
        float: none;
        padding: 0 0 0px 0;
    }
    
    .afterkodawari2_p,
    .afterkodawari_p {
        position: static;
        color: #000000;
        top: 140px;
        left: 20px;
        width: 100%;
        text-align: left;
    }
    
    #contents_boxs {
        width: 100%;
        padding: 0;
    }
    
    #question_list li {
        list-style-type: decimal;
        margin: 0 0 2% 6%;
        padding: 5px;
        border: 1px #EBEBEB solid;
        text-align: left;
    }
    
    #contents_boxs h3 {
        font-size: 14px;
        font-weight: normal;
        border-bottom: 1px #999999 dotted;
        background: url(../service6/img/Q_img.jpg) top left no-repeat;
        padding: 0 0 2% 11%;
        width: 89%;
        color: #0099CC;
        margin: 0 0 2% 0;
        text-align: left;
    }
    
    #contents_boxs p {
        width: 89%;
        padding: 2% 0 0 11%;
        margin: 0 0 3% 0;
        background: url(../service6/img/A_img.jpg) top left no-repeat;
        margin: 0;
        text-align: left;
    }
    
    .top_back {
        width: 100%;
    }
    
    .conCamera h3 {
        width: 100%;
        height: auto;
        text-indent: 40px;
        text-align: left;
    }
    
    .conCamera h4 {
        width: 100%;
        height: auto;
        margin: 3% 0;
        text-align: left;
    }
    
    .conCamera p {
        margin: 0;
    }
    
    
    
    .kaisetsu {
        padding: 4%;
        width: 91%;
    }
    
    .inquiryBox {
        width: 100%;
        height: auto;
        margin: 0 0 30px;
        position: relative;
    }
    
    .inquiryBox a,
    .inquiryBox h2,
    .inquiryBox p {
        position: static;
    }
    
    .camera_type {
        height: auto;
    }
    
    .cameraBox1, .cameraBox2, .cameraBox3, .cameraBox4 {
        position: static;
        width: 100%;
    }
    
    
    .sp_sp_wrap div {
        position: static !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }
    
    .rec {
        width: 100%;
        margin: 0;
    }
    .rec h3 {color:#007D98;font-weight:bold;font-size:16px;margin-top:10px;margin-left:0px;text-align: center;}
    .rec  h3 span {color:#FF0000;font-size:18px;}
    .rec p {width:inherit;margin:inherit;padding:inherit;}
    .rec p span {color:#007D98;font-size:12px;}
    
    .set_box{border:1px #CCCCCC solid; margin:0px 0px 20px 0px;padding:0px 5px 5px 5px;}
    
    .house_dvr4,
    .house_dvr5,
    .house_dvr6,
    .house_dvr7,
    .house_dvr8,
    .house_dvr,
    .house_dvr2,
    .house_dvr3 {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }
    
    .house_dvr4 p,
    .house_dvr5 p,
    .house_dvr6 p,
    .house_dvr7 p,
    .house_dvr8 p,
    .house_dvr2 p,
    .house_dvr3 p,
    .house_dvr p {
        font-size: 12px;
        margin: 0px 0 0px 0px;
        padding: 0;
        width: 100%;
        text-align: left;
    }
    
    .house_dvr8 h3,
    .house_dvr6 h3,
    .house_dvr7 h3 {
        padding: 0;
    }
    
    .house_dvr9 {
        background: url(../service6/imgkakaku/kyabi.jpg) top left no-repeat;
        width: 100%;
        height: auto;
        padding: px 0 0 px;
        margin: 20px 0px 30px 0;
    }
    
    .house_dvr9 p {
        font-size: 12px;
        margin: 0px 0 0px 0px;
        padding: 0;
        width: 100%;
    }
    
    .sekou_contents1 {
        background: url(../service6/img.sekou/sekou_contnets.jpg) top left no-repeat;
        width: 92%;
        height: auto;
        padding: 0 4%;
        margin: 0 0 30px 0;
    }
    
    .sekou_contents1 div {
        width: 100%;
        height: auto;
        float: none;
        margin: 0 20px 20px 0;
        _margin: 0 0px 0 0;
    }
    
    .top_sekou62,
    .top_sekou64,
    .top_sekou65,
    .top_sekou67,
    .top_sekou68,
    .top_sekou69,
    .top_sekou611,
    .top_sekou613,
    .top_sekou614,
    .top_sekou616,
    .top_sekou617,
    .top_sekou618,
    .top_sekou620,
    .top_sekou622,
    .top_sekou623,
    .top_sekou624,
    .top_sekou625,
    .top_sekou626,
    .top_sekou627,
    .top_sekou628,
    .top_sekou629,
    .top_sekou621,
    .top_sekou630,
    .top_sekou631,
    .top_sekou632,
    .top_sekou66,
    .top_sekou610,
    .top_sekou612,
    .top_sekou615,
    .top_sekou633,
    .top_sekou634,
    .top_sekou635 {
        background: transparent url(../service6/img/sekou20_sp.jpg) no-repeat scroll left top / contain;
        width: 100%;
        height: auto;
        padding: 0% 0;
        margin: 10px 0px 50px 0px;
    }
    
    .top_sekou62 h3,
    .top_sekou64 h3,
    .top_sekou65 h3,
    .top_sekou67 h3,
    .top_sekou68 h3,
    .top_sekou69 h3,
    .top_sekou611 h3,
    .top_sekou613 h3,
    .top_sekou614 h3,
    .top_sekou616 h3, 
    .top_sekou617 h3,
    .top_sekou618 h3, 
    .top_sekou620 h3,
    .top_sekou622 h3,
    .top_sekou623 h3,
    .top_sekou624 h3,
    .top_sekou625 h3,
    .top_sekou626 h3,
    .top_sekou627 h3,
    .top_sekou628 h3,
    .top_sekou629 h3,
    .top_sekou621 h3,
    .top_sekou630 h3,
    .top_sekou631 h3, 
    .top_sekou632 h3,
    .top_sekou66 h3,
    .top_sekou610 h3,
    .top_sekou612 h3, 
    .top_sekou615 h3,
    .top_sekou633 h3,
    .top_sekou634 h3,
    .top_sekou635 h3  {
            border: solid 2px #00bfff;
        padding: 3% 1%;
        width: 97.8%;
        color: #ff3300;
        padding: 0% 0px 0px 5px;
        color: #333;
            text-align: center;
    }
    
    .top_sekou62 h4,
    .top_sekou64 h4,
    .top_sekou65 h4,
    .top_sekou67 h4,
    .top_sekou68 h4,
    .top_sekou69 h4,
    .top_sekou611 h4,
    .top_sekou613 h4,
    .top_sekou614 h4,
    .top_sekou616 h4,
    .top_sekou617 h4,
    .top_sekou618 h4,
    .top_sekou620 h4,
    .top_sekou622 h4, 
    .top_sekou623 h4,
    .top_sekou624 h4,
    .top_sekou625 h4,
    .top_sekou626 h4,
    .top_sekou627 h4,
    .top_sekou628 h4,
    .top_sekou629 h4,
    .top_sekou621 h4,
    .top_sekou630 h4,
    .top_sekou631 h4,
    .top_sekou632 h4,
    .top_sekou66 h4,
    .top_sekou610 h4,
    .top_sekou612 h4, 
    .top_sekou615 h4,
    .top_sekou633 h4,
    .top_sekou634 h4,
    .top_sekou635 h4 {
            padding: 5% 0px 0px 5px;
        color: #ff8000;
            text-align: center;
    }
    
    .top_sekou62 p,
    .top_sekou64 p,
    .top_sekou65 p,
    .top_sekou67 p,
    .top_sekou68 p,
    .top_sekou69 p,
    .top_sekou611 p,
    .top_sekou613 p,
    .top_sekou614 p,
    .top_sekou616 p,
    .top_sekou617 p,
    .top_sekou618 p,
    .top_sekou620 p,
    .top_sekou622 p,
    .top_sekou623 p,
    .top_sekou624 p,
    .top_sekou625 p,
    .top_sekou626 p,
    .top_sekou627 p,
    .top_sekou628 p,
    .top_sekou629 p,
    .top_sekou621 p,
    .top_sekou630 p,
    .top_sekou631 p,
    .top_sekou632 p,
    .top_sekou66 p,
    .top_sekou610 p,
    .top_sekou612 p,
    .top_sekou615 p,
    .top_sekou633 p,
    .top_sekou634 p,
    .top_sekou635 p {
        width: 97.8%;
        margin: 0 0 5%;
        padding: 0 0 0 5px;
        text-align: left;
    }
    
    
    
    
    
    .service6_zero {
        height: auto;
        background-size: contain;
        padding: 22% 0;
    }
    
    .service6_zero_0,
    .service6_zero_4,
    .service6_zero_3,
    .service6_zero_2,
    .service6_zero_1 {
        width: 100%;
        color: #000000;
        font-size: 14px;
        margin: 0px 0 0px 0px;
        float: none;
        padding: 0;
        font-weight: bold;
        line-height: 1em;
        text-align: left
    }
    
    .service6_zero_0 {
        margin: 10% 0 0;
    }
    
    
    #sitemap li {
        margin: 0;
        padding: 0 0 0px 21px;
        background: url(../img/list_img.jpg) top left no-repeat;
        text-align: left;
    }
    
    .link_1,
    .link_2,
    .link_5 {
        background: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    
    #contents_box h3 {
        width: 100%;
        margin: 0 0 3%;
        padding: 0 0 0 3%;
        text-align: left;
    }
    
    #contents_box p {
        width: 100%;
        padding: 0;
        margin: 0 0 5%;
        text-align: left;
    }
    
    /* ------------------------------------------------
        service6 kakaku
    ------------------------------------------------ */
    .service6_mansyon_top{margin:10px 0 10px 0; text-align: left;}
    
    /* ------------------------------------------------
        service6 flow
    ------------------------------------------------ */
    
    #service6flow_i {
        width: 100%;
        margin: 0 0 5%;
        padding: 0;
        background: none;
    }
    
    #service6flow_i p {
        width: 100%;
        margin: 0 0 5%;
        padding: 0;
        text-align: left;
    }
    
    #service6flow_i h3 {
        border: solid 1px #ff3300;
        padding: 3% 1%;
        width: 97.8%;
        color: #ff3300;
        font-size: 14px;
        font-weight: bold;
        background: none;
        height: auto;
        line-height: 20px;
        text-indent: 10px;
        margin: 0 0 3%
    }
    
    /* ------------------------------------------------
        service6 after
    ------------------------------------------------ */
    
    .service6_after,
    .top_profile2,
    .top_profile3,
    .top_profile4,
    .top_profile5 {
        background: none;
        margin: 0 0 8%;
        padding: 0;
        width: 100%;
        height: auto;
    }
    
    .service6_after,
    .top_profile2,
    .top_profile3,
    .top_profile4,
    .top_profile5 {
        border: 1px solid #058dc7;
        padding: 4%;
        width: 91%;
        margin: 0 0 4%;
    }
    
    .service6_after p, 
    .top_profile2 p,
    .top_profile3 p,
    .top_profile4 p,
    .top_profile5 p {
        padding: 0;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
    }
    
    .service6_after h3,
    .top_profile2 h3,
    .top_profile3 h3,
    .top_profile4 h3,
    .top_profile5 h3 {
        margin: 0 0 4%;
    }
    
    .service6_after div,
    .top_profile2 div,
    .top_profile3 div,
    .top_profile4 div,
    .top_profile5 div {
        display: flex;
        justify-content: space-between;
    }
    
    .service6_after p {
        margin: 0 0 3%;
    }
    
    .service6_after p,
    .top_profile3 p,
    .top_profile4 p,
    .top_profile5 p {
        width: 70%;
    }
    
    .service6_after p.img,
    .top_profile3 p.img,
    .top_profile4 p.img,
    .top_profile5 p.img {
        width: 28%;
    }
    
    /* ------------------------------------------------
        service5
    ------------------------------------------------ */
    
    .contents5 {
        background: none;
        width: 100%;
        height: auto;
        padding: 0px 0 0 0px;
        margin: 0 0 10px 0;
    }
    
    .@service5_sekou,
    .@service5_sekou2,
    .@service5_sekou3,
    .@service5_sekou4,
    .@service5_sekou5,
    .@service5_sekou6,
    .@service5_sekou7,
    .@service5_sekou8 {
        width: 100%;
        background-size: contain;
        margin: 0 0 10%;
        padding: 0;
        height: auto;
    }
    
    .@service5_sekou h3,
    .@service5_sekou2 h3,
    .@service5_sekou3 h3,
    .@service5_sekou4 h3,
    .@service5_sekou5 h3,
    .@service5_sekou6 h3,
    .@service5_sekou7 h3,
    .@service5_sekou8 h3 {
        color: #333;
        padding: 246% 0 0;
    }
    
    .@service5_sekou2 h3 {padding-top: 132%;}
    .@service5_sekou3 h3 {padding-top: 134%;}
    .@service5_sekou4 h3 {padding-top: 152%;}
    .@service5_sekou5 h3 {padding-top: 151%;}
    .@service5_sekou6 h3 {padding-top: 131%;}
    .@service5_sekou7 h3 {padding-top: 93%;}
    .@service5_sekou8 h3 {padding-top: 104%;}
    
    .service5_sekou,
    .service5_sekou2,
    .service5_sekou3,
    .service5_sekou4,
    .service5_sekou5,
    .service5_sekou6,
    .service5_sekou7,
    .service5_sekou8 {
        background: transparent url(../service6/seko20_img/sekou_sp.jpg) no-repeat scroll left top / contain;
        width: 100%;
        height: auto;
        padding: 0% 0;
        margin: 10px 0px 50px 0px;
    }
    
    .service5_sekou h3,
    .service5_sekou2 h3,
    .service5_sekou3 h3,
    .service5_sekou4 h3,
    .service5_sekou5 h3,
    .service5_sekou6 h3,
    .service5_sekou7 h3,
    .service5_sekou8 h3 {
            border: solid 2px #00bfff;
        padding: 3% 1%;
        width: 97.8%;
        color: #ff3300;
        padding: 0% 0px 0px 0px;
        color: #333;
            text-align: center;
    }
    
    .service5_sekou h4,
    .service5_sekou2 h4,
    .service5_sekou3 h4,
    .service5_sekou4 h4,
    .service5_sekou5 h4,
    .service5_sekou6 h4,
    .service5_sekou7 h4,
    .service5_sekou8 h4 {
            padding: 5% 0px 0px 5px;
        color: #ff8000;
            text-align: center;
    }
    
    .service5_sekou p,
    .service5_sekou2 p,
    .service5_sekou3 p,
    .service5_sekou4 p,
    .service5_sekou5 p,
    .service5_sekou6 p,
    .service5_sekou7 p,
    .service5_sekou8 p {
        width: 97.8%;
        margin: 0 0 5%;
        padding: 0 0 0 5px;
        text-align: left;
    }
    
    .service5_sekou_img {
        width: 100%;
        margin: 0;
        padding: 0;
        height: auto;
    }
    
    .top_seko5 {
        background: none;
        width: 100%;
        height: auto;
        margin: 0 0 10%;
    }
    
    .top_seko5 a {
        position: static;
    }
    
    .service5_box{
        border:1px #87ceeb solid;
        margin:5px 0px 5px 0px;
        padding:0px 0 0px 0;
        width:100%; 
        height:auto;
        text-align: center;
        float:left;
    }
    
    .service5_box img{
        display:block;
        margin: 0px auto;
        text-align: center;
        float: none;
    }
    .service5_box h3{
        font-weight:bold;
        font-size:16px;
        color:#ff0000; 
        margin:1px 0 0px 0px;
        padding:20px 0px 0px 10px;
        text-align: center;
    }
    
    .service5_box p{
        margin:0px 0 0px 0px;
        padding:10px 10px 10px 10px;
        text-align: left;
    }
    
    /* ------------------------------------------------
        service4
    ------------------------------------------------ */
    
    
    .top_sekou4 {
        background: none;
        width: 100%;
        height: auto;
        margin: 0 0 10%;
    }
    
    .top_sekou4 a {
        position: static;
    }
    
    .service4_banner {
        background: none;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    
    .contents43_sp{padding:0px 0 10 0px; margin:0 0 10px 0;}
    .contents43_sp h2{margin:0px 0px 0px 0 px;padding:0px 0 0 0px ;color:#ffffff; font-size:16px;}
    .contents43_sp_text {margin:20px 0px 30px 0px;padding:0px 0px 0px 0px; text-align: center; _height:110px;}
    
    .contents44_sp{float: right;padding:0px 0px 10px 0px; margin:15px 5px 0px 5px;}
    
    .contents45_sp{padding:50px 0 0 0px; margin:20px 0 0 0;}
    
    .service4_sekou,
    .service4_sekou2,
    .service4_sekou3,
    .service4_sekou4,
    .service4_sekou5,
    .service4_sekou6 {
        background: transparent url(../service6/seko20_img/sekou_sp.jpg) no-repeat scroll left top / contain;
        width: 100%;
        height: auto;
        padding: 0% 0;
        margin: 10px 0px 50px 0px;
    }
    
    .service4_sekou h3,
    .service4_sekou2 h3,
    .service4_sekou3 h3,
    .service4_sekou4 h3,
    .service4_sekou5 h3,
    .service4_sekou6 h3 {
            border: solid 2px #00bfff;
        padding: 3% 1%;
        width: 97.8%;
        color: #ff3300;
        padding: 0% 0px 0px 0px;
        color: #333;
            text-align: center;
    }
    
    .service4_sekou h4,
    .service4_sekou2 h4,
    .service4_sekou3 h4,
    .service4_sekou4 h4,
    .service4_sekou5 h4,
    .service4_sekou6 h4 {
            padding: 5% 0px 0px 5px;
        color: #ff8000;
            text-align: center;
    }
    
    .service4_sekou p,
    .service4_sekou2 p,
    .service4_sekou3 p,
    .service4_sekou4 p,
    .service4_sekou5 p,
    .service4_sekou6 p {
        width: 97.8%;
        margin: 0 0 5%;
        padding: 0 0 0 5px;
        text-align: left;
    }
    
    .service4_sekou_img {
        width: 100%;
        margin: 0;
        padding: 0;
        height: auto;
    }
    
    
    .top_mekeup4 {
        background: none;
        width: 100%;
        height: auto;
        margin: 0 0 10%;
    }
    
    #hosyou4 {
        height: 230px;
        padding:3% 0px;
    }
    
    #hosyou41 {
        height: auto;
        padding:33% 0px;
    }
    
    .service4_kakakubox {
        width: 100%;
            height: auto;
        margin: 0;
        text-align: left;
    }
    
    .service4_kakakubox h3 {
        border: solid 1px #ff3300;
        padding: 3% 1%;
        width: 97.8%;
        position: static;
        color: #ff3300;
        font-size: 15px;
        font-weight: bold;
        background: none;
        height: auto;
        line-height: 20px;
        text-indent: 10px;
        margin: 0 0 3%
    }
    .service4_kakakubox p {
        position: static;
        width: 100%;
        text-align: left;
    }
    .service4_kakakubox img {
        position: static;
        padding: 0% 20% 0% 20%;
        width: 50%;
        display: block;
        float: none;
    }
    
    -------------------------------------------------------------------------------------------
    security
    -------------------------------------------------------------------------------------------
    
    #security_box_i {
        width: 100%;
        margin: 0 0 5%;
        padding: 0;
        background: none;
    }
    
    #security_box_i p {
        width: 100%;
        margin: 0 0 5%;
        padding: 0;
        text-align: left;
    }
    
    #security_box_i h3 {
        border: solid 1px #ff3300;
        padding: 3% 1%;
        width: 97.8%;
        color: #ff3300;
        font-size: 14px;
        font-weight: bold;
        background: none;
        height: auto;
        line-height: 20px;
        text-indent: 10px;
        margin: 0 0 3%
    }
    
    
    #security_box_i2 {
        width: 100%;
        margin: 0 0 5%;
        padding: 0;
        background: none;
    }
    
    #security_box_i2 p {
        width: 100%;
        margin: 0 0 5%;
        padding: 0;
        text-align: left;
    }
    
    #security_box_i2 h3 {
        border: solid 1px #ff3300;
        padding: 3% 1%;
        width: 97.8%;
        color: #ff3300;
        font-size: 14px;
        font-weight: bold;
        background: none;
        height: auto;
        line-height: 20px;
        text-indent: 10px;
        margin: 0 0 3%
    }
    
    
    
    
    #security_box_i3 {
        width: 100%;
        margin: 0 0 5%;
        padding: 0;
        background: none;
    }
    
    #security_box_i3 p {
        width: 100%;
        margin: 0 0 5%;
        padding: 0;
        text-align: left;
    }
    
    
    #security_box_i3 h3 {
        border: solid 1px #ff3300;
        padding: 3% 1%;
        width: 97.8%;
        color: #ff3300;
        font-size: 14px;
        font-weight: bold;
        background: none;
        height: auto;
        line-height: 20px;
        text-indent: 10px;
        margin: 0 0 3%
    }
    
    #security_box_i3 h4 {
        border: solid 1px #ff3300;
        padding: 3% 1%;
        width: 97.8%;
        color: #ff3300;
        font-size: 12px;
        font-weight: bold;
        background: none;
        height: auto;
        line-height: 20px;
        text-indent: 10px;
        margin: 0 0 3%
    }
    
    #security_box_i3p {
        border: solid 1px #ff3300;
        padding: 3% 1%;
        width: 97.8%;
        color: #ff3300;
        font-size: 14px;
        font-weight: bold;
        background: none;
        height: auto;
        line-height: 20px;
        text-indent: 10px;
        margin: 0 0 3%
    }
    
    
    #security_box {
        border: solid 1px #ff3300;
        padding: 3% 1%;
        width: 97.8%;
        color: #ff3300;
        font-size: 14px;
        font-weight: bold;
        background: none;
        height: auto;
        line-height: 20px;
        text-indent: 10px;
        margin: 0 0 3%
    }
    
    /* ------------------------------------------------
        service3
    ------------------------------------------------ */
    .h271_sp {padding:0px 0 0 0px; margin:10px 0px 10px 0px;}
    
    .contents3_box_sp{float: right;padding:0px 0px 10px 0px; margin:15px 5px 0px 5px;}
    
    .contents3_box{border:1px #87CEEB solid; margin:0px 0 20px 0px;padding: 3%;}
    .contents3_box h3{font-size:18px; padding:20px 0 20px 0px; color:#ff3300; margin:0 0 0px 0;text-align: center;}
    
    .top_sekou3 {
        background: none;
        width: 100%;
        height: auto;
        margin: 0 0 5%;
    }
    
    .top_sekou3 a {
        position: static;
    }
    
    .led_syurui {
        position: relative;
        width: 90%;
        height: auto;
        
    text-align: center;
        padding: 0;
        border: 1px solid #ddd;
        padding: 3%;
    }
    
    .led_syurui_h4 {
        position: static;
        width: 100%;
        color: #ff3300;
        font-size: 18px;
        border-bottom: solid 2px #468BC2;
            text-align: center;
        margin: 2% 0;
    }
    
    .led_syurui_p {
        position: static;
        width: 100%;
        text-align: left;
    }
    
    .service3_sekou5_img {
        width: 100%;
        margin: 0;
        padding: 0;
        height: auto;
    }
    
    .service3_sekou1,
    .service3_sekou2,
    .service3_sekou3,
    .service3_sekou4,
    .service3_sekou5,
    .service3_sekou6,
    .service3_sekou7 {
        background: transparent url(../service6/img/sekou20_sp.jpg) no-repeat scroll left top / contain;
        width: 100%;
        height: auto;
        padding: 0% 0;
        margin: 10px 0px 50px 0px;
    }
    
    .service3_sekou1 h3,
    .service3_sekou2 h3,
    .service3_sekou3 h3,
    .service3_sekou4 h3,
    .service3_sekou5 h3,
    .service3_sekou6 h3,
    .service3_sekou7 h3 {
            border: solid 2px #00bfff;
        padding: 3% 1%;
        width: 97.8%;
        color: #ff3300;
        padding: 5px 0px 5px 5px;
        color: #ff8000;
            text-align: center;
    }
    
    .service3_sekou1 p,
    .service3_sekou2 p,
    .service3_sekou3 p,
    .service3_sekou4 p,
    .service3_sekou5 p,
    .service3_sekou6 p,
    .service3_sekou7 p {
        width: 97.8%;
        margin: 0 0 5%;
        padding: 10px 0 0 5px;
        text-align: left;
    }
    
    /* ------------------------------------------------
        service1
    ------------------------------------------------ */
    
    .service1_sekou5_img {
        width: 100%;
        margin: 0;
        padding: 0;
        height: auto;
    }
    
    .service1_bsyo_wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .service1_bsyo {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 0 1.6%;
        float: none;
        padding: 0;
        border: 1px solid #ddd;
        padding: 3%;
            text-align: center;
    }
    
    .service1_bsyo_h3 {
        position: static;
        width: 100%;
        border-bottom: solid 2px #468BC2;
        text-align: center;
        margin: 2% 0;
    }
    
    .service1_bsyo_p {
        position: static;
        width: 100%;
        text-align: left;
    }
    
    .service1_sekou,
    .service1_sekou2,
    .service1_sekou3,
    .service1_sekou4,
    .service1_sekou5,
    .service1_sekou6,
    .service1_sekou7,
    .service1_sekou8,
    .service1_sekou9,
    .service1_sekou10, 
    .service1_sekou11,
    .service1_sekou12,
    .service1_sekou13, 
    .service1_sekou14,
    .service1_sekou15,
    .service1_sekou16 {
        background: transparent url(../service6/img/sekou20_sp.jpg) no-repeat scroll left top / contain;
        width: 100%;
        height: auto;
        padding: 0% 0;
        margin: 10px 0px 50px 0px;
    }
    
    .service1_sekou h3,
    .service1_sekou2 h3,
    .service1_sekou3 h3,
    .service1_sekou4 h3,
    .service1_sekou5 h3,
    .service1_sekou6 h3,
    .service1_sekou7 h3,
    .service1_sekou8 h3,
    .service1_sekou9 h3,
    .service1_sekou10 h3,
    .service1_sekou11 h3,
    .service1_sekou12 h3,
    .service1_sekou13 h3,
    .service1_sekou14 h3,
    .service1_sekou15 h3,
    .service1_sekou16 h3{
            border: solid 2px #00bfff;
        padding: 3% 1%;
        width: 97.8%;
        color: #ff3300;
        padding: 5px 0px 5px 5px;
        color: #ff8000;
            text-align: center;
    }
    
    .service1_sekou p,
    .service1_sekou2 p,
    .service1_sekou3 p,
    .service1_sekou4 p,
    .service1_sekou5 p,
    .service1_sekou6 p,
    .service1_sekou7 p,
    .service1_sekou8 p,
    .service1_sekou9 p,
    .service1_sekou10 p,
    .service1_sekou11 p,
    .service1_sekou12 p,
    .service1_sekou13 p,
    .service1_sekou14 p,
    .service1_sekou15 p,
    .service1_sekou16 p {
        width: 97.8%;
        margin: 0 0 5%;
        padding: 10px 0 0 5px;
        text-align: left;
    }
    
    
}