@charset "UTF-8";


/* =====================================================
web-exhibition style
========================================================*/
.sp-webexh-txtbox{
    font-family: a-otf-ud-shin-go-pr6n,sans-serif;
    color: #000;
}

/*---- MV ----*/
.sp-webexh-mv {
    position: relative;
}

.sp-webexh-backimg{
    width: 100%;
    display: block; 
  filter:  brightness(80%) ; 
    
}
.sp-webexh-wrap p {
    padding: 0 0px;
    color: #000;
}
.sp-webexh-bkcl{
    height: 5vh;
    background-color: #de0a20;
}
    @media screen and (max-width: 740px) {
    .sp-webexh-bkcl{
        /* height: 10vh; */
        display: none;
    }
    }
.sp-webexh-mv-border{
        position: absolute;
        content: "";
        top:65%;
        left:0;
        right:0 ;
        bottom:0 ;
        display: inline-block;    
    background:linear-gradient(180deg,rgba(255, 255, 255,0)60%, #fff 90% );
    width:100%;
    z-index: 5;
}

/*---- 首页 TIT -----*/
    @media screen and (max-width: 500px) {
    .sp-webexh-toptit{
        background-color: rgba(0, 0, 0, 0.11);
        height: 40%;
        width: 100%;
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right:0 ;
        bottom:0 ;
    }
    }

.sp-webexh-sub-tit{
    color: #fff;
    font-family: a-otf-ud-shin-go-pr6n,sans-serif;
    font-size: 3em;
    filter: drop-shadow(10px 10px 10px rgba(8, 8, 8, 1.0)); /*drop-shadow(offset-x offset-y blur-radius spread-radius color)*/
        position: absolute;
        content: "";
        top:4vh;
        left:6vw;
        right:0 ;
        bottom:0 ;
        display: block;
        z-index: 1;
    word-break: break-all;
}
.sp-webexh-main-tit{
    color: #fff;
    font-family: a-otf-ud-shin-go-pr6n,sans-serif;
    font-size: 3em;
    filter: drop-shadow(10px 10px 10px rgba(8, 8, 8, 1.0)); /*drop-shadow(offset-x offset-y blur-radius spread-radius color)*/
        position: absolute;
        content: "";
        top:10vh;
        left:6vw;
        right:0 ;
        bottom:0 ;
        display: block;
        z-index: 1;
    word-break: break-all;
    line-height: 2.5em;
}
    @media screen and (max-width:740px){
    .sp-webexh-sub-tit{
        font-size: 2.5em;
            position: absolute;
            content: "";
            top:3vh;
            left:6vw;
            right:0 ;
            bottom:0 ;
            display: block;
            z-index: 1;
            line-height: 0em;
        text-align: center;
        padding-top: 2%;
    }
    }
    @media screen and (max-width:740px){
    .sp-webexh-main-tit{
        font-size: 2.5em;
            position: absolute;
            content: "";
            top:6.5vh;
            left:6vw;
            right:0 ;
            bottom:0 ;
            display: block;
            z-index: 1;
        word-break: break-all;
        line-height: 0em;
        text-align: center;
        padding-top: 4%;
    }
    }
    @media screen and (max-width:500px){
    .sp-webexh-sub-tit{
        font-size: 2.5em;
            position: absolute;
            content: "";
            top:2vh;
            left:6vw;
            right:0 ;
            bottom:0 ;
            display: block;
            z-index: 1;
            line-height: 0em;
        text-align: center;
        padding-top: 2%;
    }
    }
    @media screen and (max-width:500px){
    .sp-webexh-main-tit{
        font-size: 2.5em;
            position: absolute;
            content: "";
            top:6vh;
            left:6vw;
            right:0 ;
            bottom:0 ;
            display: block;
            z-index: 1;
        word-break: break-all;
        line-height: 0em;
        text-align: center;
        padding-top: 4%;
    }
    }

/* ---- iq btn ------- */
.sp-webexh-iqbtn{
    position: absolute;
        top: 31%;
        left: 6%;
        bottom:0;
        right:0;
    background:rgba(97, 97, 97, 0.7);
    border-radius: 30px;
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.4) inset;
        /*drop-shadow(offset-x offset-y blur-radius spread-radius color)*/
    width: 11%;
    height: 4%;
    color: rgb(255, 255, 255);
    text-align: center;
    z-index: 50;
    font-size: 0.9em;
}

    @media screen and (max-width:1077px){
    .sp-webexh-iqbtn{
        position: absolute;
            top: 41%;
            left: 6%;
            bottom:0;
            right:0;
        width: 13%;
        height: 7%;
        color: rgb(255, 255, 255);
        text-align: center;
        z-index: 50;
        font-size: 0.9em;
    }
    }
.sp-webexh-iqbtn a{
    line-height: 4vh;
    z-index: 100;
}
.sp-webexh-iqbtn:hover{
    background:rgba(180, 180, 180, 0.7);
}

.fw-stg-iq{
    padding-right: 0.4em;
 }

    @media screen and (max-width:740px){
    .sp-webexh-iqbtn-box{
        display: none;
    }
    }
/* ---- worktest btn ----*/
.sp-webexh-icon01{
        position: absolute;
        top: 33%;
        left: 0;
        bottom:0;
        right:0;
        margin: 0 auto;
    background:#00CAD6;
    border-radius: 5px;
    box-shadow: 
        0px 0px 10px 10px rgba(232, 243, 212, 0.4),
        0px 0px 1px 1px rgba(224, 247, 181, 1.0)inset;
            /*drop-shadow(offset-x offset-y blur-radius spread-radius color)*/
    color: #fff;
    width:55%;
    height: 17%;
    padding: 10px;
    text-align: center;
    z-index: 50;
}

.sp-webexh-icon01:hover{
    background:rgb(2, 221, 233);
}

.sp-webexh-icon0 div::before,.sp-webexh-icon01 div::after{
        position: absolute;
        content:"";
        top: 32;
        left: 0;
        bottom:0;
        right:0;
        margin: 0 auto;
    width:100%;
    height: 100%;
    border: 1px solid rgba(39, 170, 170,0.9);
    background:rgba(39, 170, 170,0.9);
    border-radius: 5px;
    z-index: -100;
}

.sp-webexh-icon01 p{
    font-size: 1.5em;
}

.sp-webexh-icon01 p span{
    font-size:0.8em;
}
    @media screen and (max-width:1077px){
    .sp-webexh-icon01{
            position: absolute;
            top: 40%;
            left: 0;
            bottom:0;
            right:0;
            margin: 0 auto;
    width:55%;
    height: 15%;
    }
    .sp-webexh-icon01 p span{
        display: none;
    }
    }
    @media screen and (max-width:740px){
    .sp-webexh-icon01{
            position: absolute;
            top: 40%;
            left: 0;
            bottom:0;
            right:0;
            margin: 0 auto;
        width:80%;
        height: 20%;
        z-index: 40;
    }
    .sp-webexh-icon01 p span{
        display: none;
    }
    }
    @media screen and (max-width:500px){
    .sp-webexh-icon01{
            position: absolute;
            top: 55%;
            left: 0;
            bottom:0;
            right:0;
            margin: 0 auto;
        width:80%;
        height: 25%;
        z-index: 40;
    }
    .sp-webexh-icon01 p span{
        display: none;
    }
    }


/*---- ▼首页 02 product-img -----------*/
.sp-webexh-icon02{
        position: absolute;
        top:56%;
        left: 5%;
        bottom:0;
        right:0;
        display: inline-block;
        text-align: center;
    width:17%;
    z-index:90;
    cursor: pointer;
}
.sp-webexh-icon02 img{
    filter: drop-shadow(1px 3px 3px rgba(8, 8, 8, 0.6));/*drop-shadow(offset-x offset-y blur-radius spread-radius color)*/
    cursor: pointer;
    z-index:90;
}

    @media screen and (max-width:740px){
    .sp-webexh-icon02{
        display: none;
    }
    }



.sp-webexh-icon02 img:hover{
    filter:  contrast(110%) brightness(113%);
}
.sp-webexh-icon02 a{
    text-decoration: none;
    z-index:90;
}

    /* ------------------------ */
    /* ------------------------ */
    #mask{
        background: rgba(0,0,0,0.4);
        position: fixed;
        top: 0;
        left:0;
        right: 0;
        bottom: 0;
        z-index: 80;
    }
    #mask.hidden{
        display: none;
    }
    #desktopmenu.hidden{
        display: none;
    }
    /* ------------------------ */
    /* ------------------------ */

    /* ----------------------------
    ▼desktop robot menu 
    -------------------------------*/
    #desktopmenu{
            position:absolute;
            content: "";
            top:60%;
            left:26%;
            right:0 ;
            bottom:0 ;
            display: inline-block;
            width:29%;
            height: 40%;
        background-color:rgba(255, 255, 255, 0.9);
        border-radius: 5px;
        z-index: 90;
        text-align: center;
    }
        @media all and (-ms-high-contrast: none) { 
        #desktopmenu{
                position:absolute;
                content: "";
            top:60%;
            left:26%;
                right:0 ;
                bottom:0 ;
                display: inline-block;
            width:26%;
            height: 40%;
            background-color:rgba(255, 255, 255, 0.9);
            border-radius: 5px;
            padding: 25px;
            z-index: 101;
            text-align: center;
        }
        }
    #desktopmenu ul a{
        text-decoration: none;
    }
    #desktopmenu ul li {
        font-size: 100%;
        background-color: #fff;
        border-radius: 20px;
        margin: 10px 20px;
        border:1px solid #F85F5F;
    }
        @media all and (-ms-high-contrast: none) { 
        #desktopmenu ul li {
            font-size: 100%;
            background-color: #fff;
            border-radius: 20px;
            margin: 10px 0px;
            border:1px solid #F85F5F;
        }
        }
    #desktopmenu li:hover{
        background-color: rgb(255, 231, 231);
        border-radius: 20px;
        /* margin: 0px 0px; */
        font-size:110%;
    }
    @media all and (-ms-high-contrast: none) { 
    #desktopmenu li:hover{
        background-color: rgb(255, 231, 231);
        border-radius: 20px;
        font-size:105%;
    }
    }

    #close{
            position:absolute;
            content: "";
            top:0;
            left:0;
            right:0 ;
            bottom:0 ;
            display: inline-block;
        width: 10vw;
        cursor: pointer;
        margin-left: 20vw;
    }
    /* ------------------------ */



/* -----------------------------------------
click mark box
-------------------------------------------*/

/* ▼desktop-robot----------------------*/
.sp-webexh-icon02 div{
        position: relative;
        top:50px;
        left: -30%;
        bottom:0;
        right:0;
        display: inline-block;
        width:20px;
        height: 20px;
}
.sp-webexh-icon03 div{
        position: relative;
        top:63px;
        left: -30%;
        bottom:0;
        right:0;
        display: inline-block;
        width:20px;
        height: 20px;
}
.sp-webexh-icon04 div{
        position: relative;
        top:0px;
        left: -50%;
        bottom:0;
        right:0;
        display: inline-block;
        width:20px;
        height: 20px;
}
.sp-webexh-icon05 div{
        position: relative;
        top:30px;
        left: -20%;
        bottom:0;
        right:0;
        display: inline-block;
        width:20px;
        height: 20px;
}
.sp-webexh-icon06 div{
        position: relative;
        top:40px;
        left: -60%;
        bottom:0;
        right:0;
        display: inline-block;
        width:20px;
        height: 20px;
}

.sp-webexh-icon02 div::before,.sp-webexh-icon02 div::after{
    content: "";
    position: absolute;
    z-index: -10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  border-radius: 50%;
  background: #f3f053;
  border: 1px solid #f3f053;
}
.sp-webexh-icon03 div::before,.sp-webexh-icon03 div::after{
    content: "";
    position: absolute;
    z-index: -10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  border-radius: 50%;
  background: #f3f053;
  border: 1px solid #f3f053;
}
.sp-webexh-icon04 div::before,.sp-webexh-icon04 div::after{
    content: "";
    position: absolute;
    z-index: -10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  border-radius: 50%;
  background: #f3f053;
  border: 1px solid #f3f053;
}
.sp-webexh-icon05 div::before,.sp-webexh-icon05 div::after{
    content: "";
    position: absolute;
    z-index: -10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  border-radius: 50%;
  background: #f3f053;
  border: 1px solid #f3f053;
}
.sp-webexh-icon06 div::before,.sp-webexh-icon06 div::after{
    content: "";
    position: absolute;
    z-index: -10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  border-radius: 50%;
  background: #f3f053;
  border: 1px solid #f3f053;
}

.sp-webexh-icon-cmark02::before,
.sp-webexh-icon-cmark03::before,
.sp-webexh-icon-cmark04::before,
.sp-webexh-icon-cmark05::before,
.sp-webexh-icon-cmark06::before{
    animation: bn-anm 2s ease-out infinite; 
 }
.sp-webexh-icon-cmark02::after,
.sp-webexh-icon-cmark03::after,
.sp-webexh-icon-cmark04::after,
.sp-webexh-icon-cmark05::after,
.sp-webexh-icon-cmark06::after{
    animation: bn-anm 2s ease-out 1s infinite; 
}
    @keyframes bn-anm {
        0%{
            transform: scale(1.0);
            opacity: 1;
        }
        90%{
            opacity: 0.1;
        }
        to{
            transform: scale(2.5, 2.5);
            opacity: 0;
        }
    }


.sp-webexh-icon-cmark02 p,
.sp-webexh-icon-cmark03 p,
.sp-webexh-icon-cmark04 p,
.sp-webexh-icon-cmark05 p,
.sp-webexh-icon-cmark06 p{
  display: block;
    width: 100%;
    height: 100%;
  border-radius: 50%;
  background:rgba(243, 240, 83,0.8);
     position: relative;
}

.sp-webexh-icon-cmark02 i,
.sp-webexh-icon-cmark03 i,
.sp-webexh-icon-cmark04 i,
.sp-webexh-icon-cmark05 i,
.sp-webexh-icon-cmark06 i{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
        position: absolute;
        top:5px;
        left:5px;
}
.fw-stg-plus{
  display: block;
    color: rgb(218, 23, 23);
    text-align: center;
    font-size: 0.7em;
}
.fw-stg-plus-bgg{
  display: block;
    color: rgb(204, 190, 190);
    text-align: center;
    font-size: 0.7em;
}



/*---- ▼首页 03 product-img -----------*/
.sp-webexh-icon03{
        position: absolute;
        top:55%;
        left: 23%;
        bottom:0;
        right:0;
        display: inline-block;
        text-align: center;
    width:15%;
    z-index:30;
    cursor: pointer;
}
    @media screen and (max-width:740px){
    .sp-webexh-icon03{
        display: none;
    }
    }
.sp-webexh-icon03 img{
    filter: brightness(103%) drop-shadow(1px 3px 3px rgba(8, 8, 8, 0.6));
    cursor: pointer;
    z-index:100;
        position: relative;
}
.sp-webexh-icon03 img:hover{
    filter:  contrast(110%) brightness(113%);
}
.sp-webexh-icon03 a:hover{
    text-decoration: none;
    z-index:100;
}


/*---- ▼首页 04 product-img -----------*/
.sp-webexh-icon04{
        position: absolute;
        top:67%;
        left: 39%;
        bottom:0;
        right:0;
        display: inline-block;
        text-align: center;
    width:20%;
    z-index:30;
    cursor: pointer;
}
    @media screen and (max-width:740px){
    .sp-webexh-icon04{
        display: none;
    }
    }
.sp-webexh-icon04 img{
    filter: drop-shadow(1px 3px 3px rgba(8, 8, 8, 0.6));/*drop-shadow(offset-x offset-y blur-radius spread-radius color)*/
    cursor: pointer;
    z-index:100;
       position: relative;
}
.sp-webexh-icon04 img:hover{
    filter:  contrast(110%) brightness(113%);
}
.sp-webexh-icon04 a:hover{
    text-decoration: none;
    z-index:100;
}

/*---- ▼首页 05 product-img -----------*/
.sp-webexh-icon05{
        position: absolute;
        top:75%;
        left: 60%;
        bottom:0;
        right:0;
        display: inline-block;
        text-align: center;
    width:20%;
    z-index:30;
    cursor: pointer;
}
    @media screen and (max-width:740px){
    .sp-webexh-icon05{
        display: none;
    }
    }
.sp-webexh-icon05 img{
    filter: drop-shadow(1px 3px 3px rgba(8, 8, 8, 0.6));/*drop-shadow(offset-x offset-y blur-radius spread-radius color)*/
    cursor: pointer;
    position: relative;
    z-index:100;
}
.sp-webexh-icon05 img:hover{
    filter:  contrast(110%) brightness(113%);
}
.sp-webexh-icon05 a:hover{
    text-decoration: none;
    z-index:100;
}


/*---- ▼首页 06 product-img -----------*/
.sp-webexh-icon06{
        position: absolute;
        top:60%;
        left: 80%;
        bottom:0;
        right:0;
        display: inline-block;
        text-align: center;
    width:15%;
    z-index:30;
    cursor: pointer;
}
    @media screen and (max-width:740px){
    .sp-webexh-icon06{
        display: none;
    }
    }
.sp-webexh-icon06 img{
    filter: drop-shadow(1px 3px 3px rgba(8, 8, 8, 0.6));/*drop-shadow(offset-x offset-y blur-radius spread-radius color)*/
    cursor: pointer;
    position: relative;
    z-index:100;
}
.sp-webexh-icon06 img:hover{
    filter:  contrast(110%) brightness(113%);
}
.sp-webexh-icon06 a:hover{
    text-decoration: none;
    z-index:100;
}
/* click mark box*/
.sp-webexh-icon-cmark06{
        position: absolute;
        top:1%;
        left: -110%;
        bottom:0;
        right:0;
        display: inline-block;
    z-index: 30;
}


/* 共通画像キャプション */
.sp-webexh-icon-txt{
    border-radius: 15px;
    height: 4vh;
    line-height: 4vh;
    color: rgb(0, 0, 0);
    z-index: 0;
}


#neji,#apd,#iomt,#ert,#ebv,#i22x,#auto-line,#js3,#jc3{
	margin-top: -200px;
	padding-top: 200px;
}
    @media screen and (max-width:560px){
    #neji,#apd,#iomt,#ert,#ebv,#i22x,#auto-line,#js3,#jc3{
        margin-top: -56px;
        padding-top: 56px;
    }
    }


/* ----▼intro---------------------------------------- */
.sp-webexh-int{
    width:80%;
    padding-top: 15vh;
    margin: 0 auto;
    font-family: a-otf-ud-shin-go-pr6n,sans-serif;
    color: #000;
}
    @media screen and (max-width:560px){
    div.sp-webexh-int{
        padding-top: 0;
        width:100%;
        margin: 0 auto;
        font-family: a-otf-ud-shin-go-pr6n,sans-serif;
        color: #000;
    }
    }
.sp-webexh-int p{
    font-size: 1.2em;
    text-align: center;
}
.sp-webexh-check{
    border: 3px solid rgba(124, 138, 138, 0.4);
    background-color: rgba(222, 236, 236, 0.4);
    width:100%;
    padding-top: 2%;
    padding-bottom: 3%;
    border-radius: 10px;
    margin: 0 auto;
    font-weight: bold;
}
.sp-webexh-check-txt{
    padding-left: 5%;
    font-size:1.7em;
}

    @media screen and (max-width:745px){
    .sp-webexh-check-txt{
        padding-left: 5%;
        font-size:1.7em;
        line-height: 1em;
        padding:1em 0.5em;
        text-align: center;
    }
    }
    @media screen and (max-width:560px){
    .sp-webexh-check-txt{
        font-size:1.7em;
        line-height: 1.3em;
        padding:0.5em 0.5em;
        text-align: center;
    }
    }
.sp-webexh-check-in li{
    font-size:1.0em;
    font-weight: bold;
}
.sp-webexh-check-in{
    padding-left: 20%;
    padding-right: 20%;
}
    @media screen and (max-width:1082px){
    .sp-webexh-check-in{
        padding-left: 5%;
        padding-right: 5%;
    }
    }
    @media screen and (max-width:560px){
    .sp-webexh-check-in{
        padding-left: 5%;
        padding-right: 5%;
    }
    }
.sp-webexh-check-in li{
    font-weight: bold;
}


.fw-stg-trg{
    font-size: 4em;
    color: #f70404;
 }

/* ---▼desktop robot ex ------------------------------------- */
.sp-webexh-desk-litxt-box{
    padding-top: 5vh;
    /* border: 3px solid rgba(255, 159, 168, 0.753); */
    border: 3px solid #f70404;
    background-color: rgba(255, 247, 247, 0.4);
    width:100%;
    padding: 20px;
    border-radius: 10px;
    margin: 0 auto;
    font-weight: bold;
}
    @media screen and (max-width:560px){
    .sp-webexh-desk-litxt-box{
    padding: 0.5em 0.5em;
    }
    }
.sp-webexh-litxt-txt{
    text-align: center;
    font-size:1.7em;
    padding-bottom: 0.5em;
}
    @media screen and (max-width:560px){
    .sp-webexh-litxt-txt{
        line-height: 1.3em;
        padding:0.5em 0.5em;
    }
    }

.sp-webexh-litxt-ex{
    width:100%;
    padding-left:10%;
    padding-right:10%;
}
    @media screen and (max-width:890px){
    .sp-webexh-litxt-ex{
        width:100%;
        padding-top: 2%;
        padding-left:5%;
        padding-right:5%;
    }
    }

.sp-webexh-litxt-in li{
    font-weight: bold;
}

/* triangle mark style */
.trg-mark{
    width: 10%;
    margin: 0 auto;
}



/* other icon style */

.fw-stg-cb{
    font-size:1em;
    padding-right: 1em;
}

.fw-stg-ch{
    font-size:1em;
    padding-right: 1em;
}

.fw-stg-ar{
    font-size:1em;
    padding-right: 1em;
}


/* ----▼各項目タイトル -----------------*/
.sp-webexh_s-tit{
    border: 1px solid #C3C3C3;
    border-radius: 3px;
    padding: 0.4em 0em 0.4em 3.0em;
    margin-bottom: 1em;
    font-size: 1.4em;
    color: #000000;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: bold;
    background:linear-gradient(-135deg, #fff 95%, #DE0A20 95%);
    position: relative;
}
    @media screen and (max-width: 559px) {
    .sp-webexh_s-tit{
        border: 1px solid #C3C3C3;
        border-radius: 4px;
        padding: 0.4em 0em 0.4em 0.5em;
        margin-bottom: 1em;
        font-size: 1.4em;
        color: #000000;
            font-family: source-han-sans-japanese,sans-serif;
            font-weight: bold;
        background:linear-gradient(-180deg, #fff 95%, #DE0A20 95%);
        position: relative;
    }
    }

/*--- ▼項目枠 ---*/
.sp-webexh-box-flex{
	display: flex;
    padding: 1.5em;
}
    @media screen and (max-width:1077px){
        .sp-webexh-box-flex{
        display: block;
        }
    }

/*--- ▼項目特別テキスト ---*/
.sp-webexh_sptxt{
    font-weight: bold;
    color: #DE0A20;
    padding: 0;
    margin-top: 0;
    /* margin-left:5vw; */
    text-align: left;
    margin-left: 4vw;
    margin-bottom: 0px;
    line-height: 1.6;
    width: 100%;
    
}

    @media screen and (max-width:1077px){
    .sp-webexh_sptxt{
        font-weight: bold;
        color: #DE0A20;
        padding: 0;
        margin-top: 0;
        text-align: left;
        margin-bottom: 0px;
        line-height: 1.6;
    }
    }

/*--- ▼video ---*/
.sp-webexh-mov-box{
    width:50%;
    text-align: center;
}
    @media screen and (max-width: 1077px){
        .sp-webexh-mov-box{
        width:100%;
        display: block;
        /* position: relative; */
        }
    }
.sp-webexh-mov{
    border: 2px solid #868686;
    border-radius: 3px;
}
    @media screen and (max-width: 1077px){
        .sp-webexh-mov{
        width:100%;
        text-align: center;
        margin: 0;
        }
    }

/* IE10以降 *//* ハイコントラストモードが「オフ」の場合
@media all and (-ms-high-contrast: none) { 
    .img-ch{
        display: none;
    }
} 
*/


/*--- ▼button ---*/
.sp-webexh-txbtn-box {
    width:50%;
}
    @media screen and (max-width:1077px){
    .sp-webexh-txbtn-box {
        width:100%;
        display: block;
    }
    }


.sp-webexh-txbox-onet{
    width: 50%
}



.sp-webexh-txtbox{
    margin: 0 2em 0 0em ;
}
    @media screen and (max-width:1077px){
    .sp-webexh-txtbox{
        margin: 0 0 0 0em ;
    }
    }

.sp-webexh_btnbox{
    margin: 2em 2em 2em 0em ;
}
    @media screen and (max-width:1077px){
    .sp-webexh_btnbox{
        width: 100%;
        margin:1em 1em;
        text-align: center;
    }
    }
    @media screen and (max-width:959px){
    .sp-webexh_btnbox{
        width: 100%;
        margin: 2em 0 0 0  ;
    }
    }

.sp-webexh_btn{
    font-size: 1em;
    padding: 0.9em 1.5em;
    background-color:rgb(214, 50, 50);
    color: #ffffff;
    border-radius: 0.3em;
    width:30em;
    text-align: center;
    filter: drop-shadow(1px 1px 1px rgba(100,100,100,0.60));/*drop-shadow(offset-x offset-y blur-radius spread-radius color)*/
}

    @media screen and (max-width:1077px){
    .sp-webexh_btn{
        padding: 1.0em 1.5em;
        margin:0 auto;
        width:80%;
        text-align: center;
    }
    }
    @media screen and (max-width:560px){
    .sp-webexh_btn{
        padding: 0.5em 1.5em;
        margin:0 auto;
        width:100%;
        text-align: center;
    }
    }

.sp-webexh_btn a{
    color: #fff;
}

.sp-webexh_btn:hover{
    background-color:#F85F5F;
}




@media screen and (max-width:960px){
.sp-webexh-owind{
    margin: 0;
    text-align: right;
    display: none;
}
}
@media screen and (max-width:560px){
.sp-webexh-owind{
    display: none;
}
}


/* =====================================================
worktest style
========================================================*/

.sp-worktest-tit{
    font-size: 2em;
    text-align: center;
    padding-top: 5vh;
}

.sp-worktest-int{
    padding-top: 5vh;
    text-align: center;
}

.sp-worktest-flow-box{
    width: 60%;
    margin: 0 auto;
    margin-bottom: 15vh;
    border: 1px solid rgba(196, 196, 196, 0.8);
    /* background-color: rgba(222, 236, 236, 0.4); */
    padding: 20px;
    border-radius: 5px;
    font-weight: bold;
}

.sp-worktest-list span{
    padding-right: 1em;
}

.sp-worktest-list{
    font-size: 1.3em;
    line-height: 2em;
    padding: 5px;
}

.sp-worktest-list-trg{
    font-size: 1.3em;
    color: #C3C3C3;
    margin: 0 auto;
    padding-left:7vw;
    line-height: 1em;
}

.sp-worktest-btn{
    background-color:rgb(214, 50, 50);
    border-radius: 5px;
    color: #fff;
    width:30vw;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
}
.sp-worktest-btn p{
    font-size: 1.5em;
}
.sp-worktest-btn p span{
    font-size:0.8em;
}

.sp-worktest-btn a{
    color: #fff;
}

.sp-worktest-btn:hover{
    background-color:#F85F5F;
    text-decoration: none;
}


/* 動画一覧タイトル */
.sp-webexh-movboxtit{
    margin-top: 10vh;
    margin-bottom: 1vh; 
    font-size: 1.9em;
    color: #000000;
font-family: source-han-sans-japanese,sans-serif;
font-weight: 700;
font-style: normal;
}
    @media screen and (max-width: 559px) {
    .sp-webexh-movboxtit{
        margin-top: 3vh;
    }
    }


.sp-webexh-litxt-exbtnbox{
    text-align: center;
}

.sp-webexh-litxt-exbtn{
    font-size: 1em;
    padding:1.5% 10%;
    /* background-color:rgb(214, 50, 50); */
    background-color:#e90303;
    color: #ffffff;
    border-radius: 0.3em;
    text-align: center;
    filter: drop-shadow(1px 1px 1px rgba(100,100,100,0.60));/*drop-shadow(offset-x offset-y blur-radius spread-radius color)*/
}
    @media screen and (max-width:890px){
    .sp-webexh-litxt-exbtn{
    width:100%;
    padding:3% 0%;
    }
    }
.sp-webexh-litxt-exbtn a{
    color: #fff;
}
.sp-webexh-litxt-exbtn:hover{
    background-color:#F85F5F;
}

.sp-webexh-content{
    margin-top: 2em;
}





/* =====================================================
首页ページ内特別告知枠
========================================================*/
/*首页 横長特別インフォ ver.------------------------------------------*/

/*.hidden{
        display: none;
    }*/


.stickyexinfo a{
    text-decoration: none;
    color: #fff;
    width: 80%;
}


.stickyexinfo {
    position: sticky;
    top: 80px;
    z-index: 999;
    animation: ex-infobox-re 0.5s ease-in;

}
    @keyframes ex-infobox-re {
        0%{
            opacity: 0;
        }
        90%{
            opacity: 1;
        }
    }


.stickyexinfobox {
    width: 80%;
	height: 90px;
	display: flex;
	align-items: center;
    margin:0 auto;
	margin-top: -90px;
    
	padding: 0 20px;
	/*background:  rgba(56,139,207,0.80);*/
	background:  rgba(33,79,203,0.85);
    border: 1px solid #EDEDED;
    color: #fff;
    font-weight: bold;
    z-index: 80;
}
.stickyexinfobox:hover {
	background:  rgba(82,121,225,0.85);
}

.stickyexinfobox02 {
    width: 80%;
	height: 90px;
	display: flex;
	align-items: center;
    margin:0 auto;
	margin-top: -90px;
    padding: 0 20px;
	background:  rgba(33,79,203,0.85);
    border: 1px solid #EDEDED;
    color: #fff;
    z-index: 80;
}
    @media screen and (max-width:559px){
    .stickyexinfobox02 {
        width: 100%;
        padding: 0 5px;
        font-size: 0.8em;
    }
    }
.stickyexinfobox02:hover {
	background:  rgba(82,121,225,0.85);
}


.ex-infobox_txt {
	margin-top: 0px;/*p style del*/
	margin-bottom: 0px;/*p style del*/
	line-height: 1.5em;/*p style del*/
    font-size: 1.2em;
    width: 75%;
    display: flex;
    padding-left: 15px;
}
.ex-infobox_txt02 {
	margin-top: 0px;/*p style del*/
	margin-bottom: 0px;/*p style del*/
	line-height: 1.5em;/*p style del*/
    font-size: 1.2em;
    width: 75%;
    padding-left: 15px;
}
    @media screen and (max-width:559px){
    .ex-infobox_txt02 {
        margin-top: 0px;/*p style del*/
        margin-bottom: 0px;/*p style del*/
        line-height: 1.5em;/*p style del*/
        font-size: 1.2em;
        width: 100%;
        padding: 0px;
    }
    }

.ex-infobox_btn {
    background-color: #112273;
    border-radius: 16px;
    color: #fff;
    font-size: 0.9em;
    padding: 0 37px;
    width: 20%;
    display: flex;
    text-align: center;
}
.ex-infobox_btn02 {
    background-color: #112273;
    border-radius: 16px;
    color: #fff;
    font-size: 0.9em;
    padding: 0 37px;
    width: 20%;
    display: flex;
    text-align: center;
}
    @media screen and (max-width:1105px){
        .sticky-exinfo-box,.ex-infobox_txt,.ex-infobox_btn{
            display: block;
        }
        .sticky-exinfo-box{
            text-align: center;
            padding: 1% 5%;
            margin:0 auto;
            margin-top: -110px;
            height: 110px;
        }
        .ex-infobox_txt{
            text-align: center;
            display: block;
            width: 100%;
            padding: 1% 5%;
        }
        .ex-infobox_btn{
            display: block;
            width: 50%;
            line-height: 2em;
            text-align: center;
            margin: 0 auto;
        }
        .ex-infobox_btn02{
            display: block;
            width: 50%;
            line-height: 2em;
            text-align: center;
            margin: 0 auto;
        }
    }
    @media screen and (max-width:559px){
        .stickyexinfobox{
            margin: -130px 0px 20px 0px;
            height: 100%;
        }
        .stickyexinfobox,.ex-infobox_txt,.ex-infobox_btn{
            text-align: center;
            display: block;
            width: 100%;
            padding: 10px;
        }
        .ex-infobox_btn02{
            text-align: center;
            display: block;
            width: 80%;
            padding: 10px;
        }
    }


/*首页 左固定バナーver.=========================*/
.ex-infobox03 {
    position: fixed;
    width: 250px;
	height: 100px;
	padding: 0 20px;
	background:  rgba(254,251,251,0.85);
    
    top: 150px;
    right: 0;
    z-index: 999;
}
.ex-infobox_txt03 {
    margin-top: 0px;/*p style del*/
	margin-bottom: 0px;/*p style del*/
	line-height: 1.5;/*p style del*/
    font-size: 0.9em;
}
.ex-infobox_btn03 {
    background-color: #112273;
    border-radius: 16px;
    color: #fff;
    padding: 5px 30px;
    font-size: 0.7em;
    margin:  0 13%;
}

/*=========================*/



/* =====================================================
詳細ページ内特別告知枠
========================================================*/

.btn-light-boxmain{
    position: relative;
    cursor: pointer;
}
.btn-light-boxmain:hover{
    opacity: 0.9;
}

.btn-light-box{
    background-color: #003C74;
    position: absolute;
    z-index: 10;
    width: 480px;
    height: 30px;
    display: flex;
    color: #fff;
    padding-left: 10px;
    padding-top: 5px;
}
.btn-light-box a{
    text-decoration: none;
    color: #fff;
}
.mark-tag {
    margin-top: 2px;
    margin-right: 5px;
    border-top: 7px solid transparent;
    border-bottom:7px solid transparent;
    border-left: 14px solid #fff;
}
    @media screen and (max-width: 559px) {
    .mark-tag{
    margin-right: 5px;
    margin-top: 10px;
    border-top: 5px solid transparent;
    border-bottom:5px solid transparent;
    border-left: 10px solid #fff;
    }
    }

.spinfo-txt {
    display: flex;
    margin-top: -4px;
}

.btn-light{
    width: 480px;
    height: 30px;
    background-color: #358FE4;
    position: absolute;
    z-index: 0;
    animation: spinfo-cbox-deco 1.5s ease-out 0s infinite; 
 }

/*
.btn-light::before{
    animation: spinfo-cbox-deco 1.5s ease-out 0.5s infinite; 
}
*/
.btn-light::after{
    animation: spinfo-cbox-deco 1.5s ease-out 0.5s infinite; 
}

    @keyframes spinfo-cbox-deco{
        0%{
            transform: scale(1.0);
            opacity: 1;
        }
        80%{
            opacity: 0.3;
        }
        90%{
            opacity: 0.1;
        }
        to{
            transform: scale(1.04, 1.6);
            opacity: 0;
        }
    }



/* 特別インフォ bannar==========*/
/* blue----------------------------------------------------------- */
.dl-spinfo {
    width:100%;
    /* animation: ex-infobox-re 0.5s ease-in; */
}


.dl-spinfo-inner {
    width: 85%;
	height: 90px;
	align-items: center;
    padding: 0 20px;
    margin:0 auto;
	/*background:  rgba(56,139,207,0.80);*/
	/* background:  rgba(33,79,203,0.85); */
    background: linear-gradient(45deg, rgba(29, 72, 190, 0.85) 10%, rgba(33, 127, 203, 0.85) 100%);
    border: 1px solid #EDEDED;
	display: flex;
    position: relative;
    overflow: hidden;
}

.dl-spinfo-inner::before{
    position: absolute;
    content: '';
    /* display: inline-block; */
    top: 0px;
    left: 0;
    width: 5%;
	height: 100%;
	background:  #fff;
    transition: 0.2s;

    animation: lt-lr 3s ease-in-out infinite;
}

@keyframes lt-lr{
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    60% { transform: scale(0) rotate(45deg); opacity: 0.2; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.2; }
    /* 70% { transform: scale(0) rotate(45deg); opacity: 0.2; }
    81% { transform: scale(4) rotate(45deg); opacity: 0.5; } */
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
    }


.dl-spinfo-inner:hover{
    background-color: rgba(33, 111, 203, 0.85);
}
.dl-spinfo a{
    width: 85%;
    text-decoration: none;
    display: flex;
}
.dl-spinfo_txt {
    margin-top: 0px;/*p style del*/
	margin-bottom: 0px;/*p style del*/
	line-height: 1.5em;/*p style del*/
    font-size: 1.2em;
    width: 75%;
    display: flex;
    padding-left: 20px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.dl-spinfo_btn {
    background-color: #112273;
    border-radius: 16px;
    color: #fff;
    font-size: 0.9em;
    padding:0 53px;
    width: 22%;
    height: 28%;
    display: flex;
    margin-right: 5px;
}

/* red----------------------------------------------------------- */
.dl-spinfo-red {
    width:100%;
    /* animation: ex-infobox-re 0.5s ease-in; */
}


.dl-spinfo-inner-red {
    width: 100%;
	height: 60px;
	align-items: center;
    padding: 0 20px;
    margin:0 auto;
    background: linear-gradient(45deg, rgba(207, 35, 35, 0.85) 10%, rgba(248, 203, 203, 0.85) 100%);
    border: 1px solid #db2f2f;
	display: block;
    position: relative;
    overflow: hidden;
}

.dl-spinfo-inner-red::before{
    position: absolute;
    content: '';
    /* display: inline-block; */
    top: 0px;
    left: 0;
    width: 5%;
	height: 100%;
	background:  #fff;
    transition: 0.2s;

    animation: lt-lr-red 3s ease-in-out infinite;
}

@keyframes lt-lr-red{
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    60% { transform: scale(0) rotate(45deg); opacity: 0.2; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.2; }
    /* 70% { transform: scale(0) rotate(45deg); opacity: 0.2; }
    81% { transform: scale(4) rotate(45deg); opacity: 0.5; } */
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
    }

.dl-spinfo-inner-red:hover{
    background-color: rgb(224, 7, 7);
}
.dl-spinfo-red a{
    width: 85%;
    text-decoration: none;
    display: flex;
}
.dl-spinfo_txt-red {
    margin-top: 0px;/*p style del*/
	margin-bottom: 0px;/*p style del*/
	line-height: 1.5em;/*p style del*/
    font-size: 1.2em;
    width: 100%;
    /* display: flex; */
    /* padding-left: 20px; */
	 /* text-align: center; */
	 padding: 0 15%;
    color: #fff;
    /* color: rgb(0, 0, 0); */
    font-weight: bold;
    text-decoration: none;
}

@media screen and (max-width: 650px) {
	.dl-spinfo_txt-red{
	 padding: 0%;
}
}

/* 
.dl-spinfo_btn-red {
    font-size: 0.9em;
    height: 40%;
    display: flex;
}
.dl-spinfo_btn-red p{
    background-color: #e64833;
    border-radius: 16px;
    color: #fff;
	 display: block;
	 padding-bottom: 25px;
	 padding-left: 30px;
	 padding-right: 30px;
	 border-radius: 16px;
} */


/*  =======================================
動画表示 
===========================================*/
.sp-mov-box{
    width:50%;
    text-align: center;
        margin-top:2vh;
}
    @media screen and (max-width: 1077px){
        .sp-mov-box{
        width:100%;
        display: block;
        margin-top:2vh;
        /* position: relative; */
        }
    }

.sp-mov-box-iframe{
    width:450px;
    height:253px; 
}
    @media screen and (max-width: 1077px){
        .sp-mov-box-iframe{
        width:100%;
        display: block;
        /* position: relative; */
        }
    }

.sp-mov-box-iframe_full{
    width:600px;
    height:337px; 
}
	@media screen and (max-width: 1077px){
		.sp-mov-box-iframe_full{
		width:100%;
		height: 100%;
		display: block;
		/* position: relative; */
		}
	}


.sp-mov{
    border: 2px solid #e9b7b7;
    border-radius: 3px;
}
    @media screen and (max-width: 1077px){
        .sp-mov{
        width:100%;
        text-align: center;
        margin: 0;
        }
    }

@media screen and (max-width:960px){
.sp-owind{
    margin: 0;
    text-align: right;
    display: none;
}
}
@media screen and (max-width:560px){
.sp-owind{
    display: none;
}
}



.sp-rtxt-box{
    padding:10px 10px;
    margin: 0 20px;
    line-height: 1.6;
    border-radius: 10px;
    border: 1px rgb(175, 175, 175) dotted;
}


/* =====================================================
screw-tightening style
========================================================*/
.appst_driver-box_flex{
	display: flex;	
}
	@media screen and (max-width:560px){
	.appst_driver-box_flex{
		display: block;
		text-align: center;
	}
	}

.appst_driver-box{
	margin-right: 5px;
}

.appst_driver-stit{
	height: 20px;
	width: 100%;
}
	@media screen and (max-width:560px){
	.appst_driver-stit{
		height: auto;
		width: 100%;
		margin-top: 2em;
		font-size: 1.5em;
		margin-bottom: 0;
	}
	}

.appst_driver-img{
	 /* border: 1px solid #ccc; */
}

.appst_appcase-txt{
	height: 40px;
	width: 100%;
	padding:0 2vw;
	margin-top: 0.5em;
	margin-bottom: 0px;
	line-height: 1.3;
	font-size: 0.9em;
}
	@media screen and (max-width:560px){
	.appst_appcase-txt{
	font-size: 1em;
	padding-top:1em;
	
	}
	}


/* .appst_inq-box{
	font-size: 2em;
	margin-top: 4vh;
}
	@media screen and (max-width:560px){
		.appst_inq-box{
			font-size: 1.8em;
			margin-top: 3em;
			text-align: center;
		}
	} */


.r-app_li-line{
	border: 1px solid #000;
	padding: 5px 10px;
	margin: 5px 5px;
}
/* @media screen and (max-width:560px){
	.r-app_li-line{
		border: 0px solid #000;
		padding: 5px 10px;
		margin: 5px 5px;
	}

} */
	@media screen and (max-width:560px){
	.r-app_li-line {
		border: 0px ;
		padding:0px;
		margin: 0px;
		text-indent: -1.2em;
		padding-left: 1.2em;
	}
	.r-app_li-line:before {
		content: "・";
	}
	}