@charset "UTF-8";
html a:hover{
    opacity: 0.9;
}
.nav_sub{
    width: 60%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.a_link{
    text-decoration: underline;
}
.a_link:hover{
    opacity: 0.7;
}
/* ページ内リンク調整 */
.anchor_top{
    top: -100px;
    display: block;
    position: relative;
    visibility: hidden;
}
.anchor_top_SDQR{
    top: -180px;
    display: block;
    position: relative;
    visibility: hidden;
}
@media screen and (max-width:990px) {
    .anchor_top_SDQR{
        top: -130px;
    }
}


.top_explanation .top_tittle_main p{
    font-size: 22px;
    font-weight: bold;
    white-space: inherit; 
    text-align: center;
    line-height: 2.2;
    padding-bottom: 100px;
}

.top_explanation .top_tittle_main h2{
    font-size: 34px;
    font-weight: bold;
}


.top_select{
    background-image: url(../img/top/top_bk.png);
    background-position: center;
    background-size: cover;
    height: 610px;
    position: relative;
}
.top_select_ab h1{
    position: absolute;
    top: 3vh;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-bottom:100px;
    z-index: 3;
}

.top_select_ab {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.select_SD a{
    right: 0;
    position: absolute;
    background-color: rgba(156,215,240,0.95);
    height: 610px;
    width: 460px;
    z-index: 1;

}
.select_QR a{
    left: 0;
    position: absolute;
    background-color: rgba(147,203,141,0.95);
    height: 610px;
    width: 460px;
    z-index: 1;
}
.top_select_ab p{
    font-size: 18px;
    text-align: center;
    position: absolute;
    top:  79%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;

}

.select_SD img{
    width: 240px;
    text-align: center;
    margin: auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: absolute;
    top: 29%;
}

.select_QR img{
    width: 315px;
    text-align: center;
    margin: auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: absolute;
    top: 29%;
}



@media screen and (min-width:991px) {
    /*pc用のcssを記述*/
    .sp{
        display: none;
    }
    .pc{
        display: block;
    }

    
}

@media screen and (max-width:990px) {
    /*スマホ用のcssを記述*/
    .top_explanation .top_tittle_main p{
        font-size: 14px;
    }
    .top_select{
        height: 99vw;
    }
    
    .top_explanation .top_tittle_main h2{
        font-size: 20px;
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .select_QR img{
        width: 34vw; 
        top: 6vw;   
    }
    .select_SD img{
        width: 36vw;
        top: 6vw;
    }
    .select_SD a{
        top: 20vw;
        height: 79vw;
        width: 50vw;
    }
    .select_QR a{
        top: 20vw;
        height: 79vw;
        width: 50vw;
    }
    .top_select_ab h1{
        top: -16vw;
    }
    .top_select_ab h1 img{
        width: 88vw;
    }
    .top_select_ab p{
        top:58vw;
        font-size: 3.6vw;
        line-height: 1.5;
        width: 45vw;
    }
    .top_select{
        background-image: url(../img/top/top_bk_sp.png);
    }
}


/* SD */
.top_SD_bk{
    background-image: url(../SD/img/top_SD_bk.png);
    background-position: center;
    background-size: cover;
    height: 510px;
    position: relative;
    margin-bottom: 60px;
}

.top_sub{
    text-align: center;
    padding-top: 50px;
}

.top_sub p{
    white-space: inherit;
    font-size: 18px;
    padding-top: 20px;
}



.top_sub div p{
    font-size: 20px;
    margin-bottom: 0;
}


.button-wrapper {

  display: inline-block;
}

.top-button {
  color: black;
  border: 3px solid #333333;
  border-radius: 60px;
  padding: 6px 40px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
}
.top-button  b{
    color: #333333;
}
.top-button:active {
   background-color: gray;
   border: 3px solid gray;
}
.top-button:hover {
    background-color: gray;
    border: 3px solid gray;
 }

 .top-button:active {
    background-color: gray;
    border: 3px solid gray;
 }
 .top-button:focus {
    background-color: gray;
    border: 3px solid gray;
 }


.arrow-down {
    width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #005874;
  border-radius: 3px;
  margin: auto;
  margin-top: 8px;
}

.pt20{
    padding-top: 20px;
}

@media screen and (max-width:990px) {
    /*スマホ用のcssを記述*/
    .top-button {
        font-size: 22px;
        line-height: 1.2;
    }    
    .top-button span{
        font-size: 14px;
    }

    .top_sub > p{
        width: 84%;
        margin: auto;
    }
    .top_SD_bk{
    margin-top: 100px;
    }

}

/* QR */
.top_QR_bk{
    background-image: url(../QR/img/top_QR_bk.png);
    background-position: center;
    background-size: cover;
    height: 510px;
    position: relative;
    margin-bottom: 60px;
}

.pt10{
    padding-top: 10px;
}

.top_QR_bk .button-wrapper .arrow-down {
    border-top: 14px solid #00584F;
}

@media screen and (max-width:990px) {
    /*スマホ用のcssを記述*/
    .top_QR_bk{
    margin-top: 13vh;
    }

}

@media (min-width: 530px) and (max-width: 991px) {
    html .QR .Main {
        margin-top: 0px;
    }
    html .SD .Main {
        margin-top: 0px;
    }
}
@media (max-width: 767.98px){
    html .QR .MainBody {
    padding-top:0px;
    }
    html .SD .MainBody {
        padding-top:0px;
        }
}

@media screen and (max-width:630px) {
    .top_sub img:first-child{
        width: 80%;
    }

}

/* 動画 */
.popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.popup-video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background-color: #fff;
    border: 3px solid #000;
}
.popup-button{
    background: rgba(30,30,30,.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: absolute;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
    right: 0;
    color: #F7F7F7;
    cursor: pointer;
}
.popup-button:hover{
    background: rgba(8, 8, 8, 0.6);
    color: #fff;
}
.movie_QR img {
    max-width: 640px; 
}
.movie_QR{ 
    cursor: pointer;
    position: relative;
    display: inline-block;
    max-width: 700px; 
}
.tutorial .video__tutorial_QR img {
    max-width: 700px; 
}


html .video__tutorial_QR{
    width: 640px;
    height: 360px;
}


/* 再生ボタン */
.play_icon{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-46%);
z-index: 3;
}
.play_icon_on{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-46%);
z-index: 0;
}
.play_icon:hover img{
    opacity: 0;
}
.movie_QR .play_icon img{
width: 108px;
}
.movie_QR .play_icon_on img{
    width: 108px;
}

@media screen and (max-width:990px) {
.movie_QR .play_icon img{
    width: 13vw;
    }
.movie_QR .play_icon_on img{
    width: 13vw;
    }
    .movie_QR img {
        max-width: 90%; 
    }
    .movie_QR{ 
        max-width: 90%; 
    }
    .play_icon{
        width: 20vw;
        }
    .play_icon_on{
        width: 20vw;
    }
    html .video__tutorial_QR{
        width: 90%;
        height: auto;
    }
}


/* 白吹き出し*/
.tutorial .cmt__rightQR {
    width: 334px;
    height: 170px;
    border-bottom-left-radius: 0;
    bottom: 23%;
    right: 40px;
    color: #333333; 
}

/*QR下層 */

.pt10{
    padding-top: 10px;
}
html body .benefit .container .row .reasonQR{
    padding: 2.4rem;
}
html body .home .benefitQR .container .title-benefit h2{
    font-size: 30px;
    padding: 0px 0;
    margin-bottom: 10px;
}
html body .home .benefitQR .container h2{
    font-size: 30px;
    padding: 100px 0 0;
    margin-bottom: 10px;
}
.benefitQR .solution{
    padding-top: 10px;
}
.line_1{
    padding-top: 28px;
}
.line_2_sp{
    padding-top: 0px;
}

.Main .benefitQR .container .row{
    justify-content:center;
    align-items:stretch;
}
@media screen and (min-width:991px) {
    /*pc用のcssを記述*/
    html body .retu_3_2{
        flex: 0 0 33%;
        max-width: 33%;
    }
}

@media screen and (max-width:990px) {
    html body .retu_3_2{
        width: calc(100% /2 - 3vh);
        margin-bottom: 25px;
        margin-bottom: 25px;
        position: relative;
        margin: 10px;
        border-radius: 1vh;
    }
    .Main .benefitQR .container .row .reason .text-bottom {
        margin-top: 5vw;
        font-size: 4vw;
        font-weight: bold;
    }

    .benefitQR .container .row .reason p:first-child {
        font-size: 3vw;
        line-height: 4vw;
        font-weight: normal;
    }
    .line_1{
        padding-top: 0;
    }

    .benefitQR .row-sp .reason__item{
        background: #F4F4F4;
    }

    .benefitQR .container .row .reason{
        background-color: inherit;
    }
    .Main .benefitQR .container .row .reason{
        min-height: inherit !important;
    }

    
}

@media (max-width: 507px){

    html body .benefit .container .row .reasonQR{
        padding: 1.2rem !important;
    }
    html body .retu_3_2 {
        width: calc(100% /2 - 10px);
        margin: 5px;
    }
    .Main .benefit .container .row .reason .text-bottom{
        margin-top: 2vw;
    }
    .Main .reason__item .reasonQR .text-bottom{
        font-size: 4vw !important;

    }
    html body .home .benefitQR .container h2{
        padding-top: 40px;
    }

    html body .home .benefitQR .container h2{
        font-size: 3.5vw !important;
    }
    .benefit .solution .img-people .img-people-sp{
        margin: auto;
    }

}

/* 3step */

.step_3_box{
    width:1200px;
    margin: auto;
    justify-content: space-between;
    display: flex;
    align-items:stretch;
    margin-top: 60px;
}

body .benefit .solution .no{
    background-color: #93CB8D;
    color: #fff;
    font-weight: bold;
    font-size: 55px;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    line-height:84px;
    display: block;
    margin: auto;
    margin-top: -44px;
}

.step_3_box .step{
    background-color: #F4F4F4;
    width: calc(100% /3 - 20px);
    border-radius: 20px;
    z-index: -2;
}
.marker_new{
    background: linear-gradient(transparent 70%, #ffffff 0%);
    display: inline;
    /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
    padding: 0 2px 4px;
  }

.step_3_box .retu_3 .txt{
    font-size: 20px;
    font-weight:100;
    width: 90%;
    margin: auto;
    text-align: left;
    padding-bottom: 30px;
}

@media screen and (max-width:1200px) {
    .step_3_box{
        width:90%;
    }
}

@media screen and (max-width:990px) {
    body .benefit .solution .no{
        font-size: 30px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        line-height:50px;
        margin-top: -30px;
        position: relative;
        top: -2vh;
    }
    .step_3_box{
        display: inherit;
    }
    .step_3_box .step{
        width: 100%;
        margin-top: 60px;
    }
}

@media (max-width: 630px){
    .step_3_box .retu_3 .txt{
        font-size: 14px;
        text-align: center;

    }
}

/* QR　STANDARD */
.main_img_QR{
    width: 480px;
}
.std_QR_2{
    width: 210px;
}
.std_QR_3{
    width: 200px;
}
.std_QR_4{
    width: 200px;
}
.standardQR .img-standard small{
    top: -1vh;
    width: 80%;
    left: 4vh;
    line-height: 1.4;
    position: absolute;
    font-size: 14px;
}

.standardQR .img-standard .small_QR{
    top: -2.3vh;
}
.content-version .container .version .standardQR .img-standard{
    margin-top: 0;
}

.content-version .container .version .standardQR .img-main-standard .btn1{
    top: 0vh;
}

.content-version .container .version .standardQR .img-main-standard .btn2{
    top: 8vh;
    right: 28vh;

}
.content-version .container .version .standardQR .img-main-standard .btn3{
    left: 10%;
    top: 26%;
}
.content-version .container .version .standardQR .img-main-standard .btn4{
    top: 60%;
    left: 80%;
}

.product-dialog .product-imgQR{
    background-color: #EEEEEE;
}
.img-main-standard .main_img_QR_sp{
    width: 100%;
}

.content-version .container .version .standardQR .img-standard {
    margin-bottom: 8vh;
}


@media (max-width: 507px){
.content-version .container .version .standardQR .img-standard .img-standard-last{
    width: 70%;

}
.standardQR .img-standard small{
    font-size: 12px;
    padding-top: 5px;
}
.content-version .container .version .standardQR .img-standard {
    margin-bottom: 12vh;
}

}

/* welca */
.welcaQRtore{
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: 80px;
}
.content-version .container .version .welca .welcaQRtore img{
    width: 1060px;
    margin: auto;
}
.welcaQRtore img{
    width: 1060px;
}
.versionQR{
    padding-bottom: 60px;
}
.content-version .container .version .welcaQRtore .sp{
    display: none;
}

@media screen and (max-width:990px) {
    .content-version .container .version .welcaQRtore .sp{
        display: block;
    }
    .content-version .container .version .welcaQRtore .pc{
        display: none;
    }
    .content-version .container .version .welca .welcaQRtore img{
        width: 100%;
        margin: auto;
    }
  
    .welcaQRtore{
        margin-top: 0; 
    }

    .case_juke img{
        width: 100%;
    }
    .versionQR{
        padding-bottom: 0px;
    }


}
@media screen and (min-width:991px) {
    /*pc用のcssを記述*/
.welcaQRtore{
    width: 100vw;
    background-color: #F8F8F8;
    margin: 0 calc(50% - 50vw);
    margin-top: 80px;
}
}

/* 導入後の運用について */

.operation h2{
    margin-top: 70px;
}
@media screen and (max-width:990px) {
    .operation h2{
        margin-top: 0px;
    } 
}
.step_3_box_op{
    width: 1100px;
    margin: auto;
    justify-content: space-between;
    display: flex;
    align-items: stretch;
    margin-top: 20px;
    margin-bottom: 20px;
}
.step_3_box_op .step{
    width: calc(100% /3 - 20px);
    border-radius: 20px;
    z-index: -2;
}
.step_3_box_op .op_step1{
    background-color: #C2D882;
}
.step_3_box_op .op_step2{
    background-color: #93CB8D;
}
.step_3_box_op .op_step3{
    background-color: #008174;
}
.step_3_box_op h5{
    text-align: left;
    padding: 10px;
    font-size: 20px;
    color: #fff;
}
.step_3_box_op h5 span{
    font-size: 50px;
}
@media screen and (max-width:990px) {

    .step_3_box_op{
        width: 90%;
        display: block;
        margin: auto;
    }
    .step_3_box_op .step{
        width: 100%;
        display: inherit;
    }
    .step_3_box_op p{
        width: 100%;
        font-size: 18px;
        font-weight: 100;
        line-height: 1.5;
        text-align: left;
        margin-top: 20px;
    }
}

.step_3_box_op img{
    width: 100%;
}
.step_3_box_op p{
    width: 90%;
    font-size: 18px;
    font-weight: 100;
    line-height: 1.5;
    text-align: left;
    margin-top: 20px;
}
.step_3_box_op .img_op_2{
    margin-top: 5.8vh;
}
.step_3_box_op .img_op_3{
margin-top: 7.8vh;
}
.op_mony_box{
    text-align: left;
    margin: auto;
    white-space:inherit;
    display: table;
}
.op_mony{
    background-color: #F4F4F4;
    white-space:inherit;
    display: table;
    padding: 34px;
}
.op_mony h8{
    padding-bottom: 30px;
    font-size: 20px;
    line-height: 1.7;
    white-space:inherit;
}
.op_mony p{
    font-size: 18px;
    font-weight: 100;
    line-height: 1.7;
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.op_mony_txt{
    display: table;
}
.op_mony_txt p{
    font-size: 16px;
    font-weight: 100;
    line-height: 2.0;
    margin-top: 20px;
    padding-top: 0;
}


.op_mony_txt .iconlogo{
    width: 10vh;
    margin-bottom: 1vh;

}
.customerQR {
    padding-top: 30px;
}
.customerQR .col-lg-3{
    flex: 0 0 20%;
    max-width: 20%;
}


html .Main .hr_QR{
    background-color: #000;
    height: 6px;
    margin: 0;
    width: 1170px;
    margin:auto;
    margin-top:80px;
    margin-bottom:20px;

}
@media screen and (max-width:990px) {
    html .Main .hr_QR{
        height: 6px;
        width: 84vw;
        margin: 40px auto;

    }
    .customerQR {
        padding-top: 0px;
    }

    .customerQR .col-lg-3{
        flex: 0 0 50%;
        max-width: 50%;
    }
    
}

@media screen and (min-width:991px) {
    /*pc用のcssを記述*/
    .step_img_pc{
        display: initial;
    }
    .step_img_sp{
        display: none;
    }
    .op_mony_box {
        width: 1080px;}
}

@media screen and (max-width:990px) {
    .step_img_pc{
        display: none;
    }
    .step_img_sp{
        display: initial;
    }
    .operationQR h2 p{
        font-size: 1.2rem;
    }
    .step_3_box_op p{
    font-size: 14px;
    width: 100%;
    }
    .step_3_box_op img{
        padding-top: 30px;
    }
    .step_3_box_op .img_op_2{
        margin-top: 0;
    }
    .step_3_box_op .img_op_3{
        margin-top: 0;
    }
    .op_mony_box{
        width: 100%;
    }

    .op_mony{
        width: 90%;
        margin: 40px auto 0;
        padding: 20px;
    }
    .op_mony h8{
         font-size: 16px;
         font-weight: bold;
    }
    .op_mony p{
        font-size: 14px;
    }
    .op_mony_txt p{
        width: 90%;
        margin: auto;
        font-size: 13px;
        padding-top: 10px;
    }

}

/* 導入事例 */
#case-page .section1#j01{
    padding-top: 170px;
    margin-top: -170px;
}
@media screen and (min-width:991px) {
    /*pc用のcssを記述*/
    .customerSD .col-lg-3{
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/* SD */

@media screen and (min-width:991px) {
        /*pc用のcssを記述*/
    .content-version .container .version .cleankit .img-right-cleankit{
        position: absolute;
        right: inherit;
        bottom: 60px;
        left: 0;
    }
}

/* ナビゲーション */

.menu-top-template .container-supply .menu-top .nav_sub .selected {
    border-bottom: 4px solid #FE001B; }