/*----------------------------------------------------------
Index-/cmn/style.css
0.font
1.common
2.main,main_box
3.leftRight
4.brackets
5.bottomDubble
6.bothLine
7.bottomUnderline
8.splitLine
9.link,btn
10.swipe
11.border_gray_box
12.group_introduction
13.bnr-content
14.contact_cmn_box
15.rfid_cmn_box
16.white-panel,panel_img
17.slider_style
18.movieBox
19.header
20.Adjust
----------------------------------------------------------*/

/*----------------------------------------------------------
0.font
----------------------------------------------------------*/

@font-face {
    font-family: 'FS Emeric Light';
    src: url('../fonts/fs_emeric_web-light.eot');
    src: url('../fonts/fs_emeric_web-light.eot#iefix') format("embedded-opentype"), url('../fonts/fs_emeric_web-light.woff') format("woff"), url('../fonts/fs_emeric_web-light.svg#webfont') format("svg")
}
@font-face {
    font-family: 'FS Emeric Regular';
    src: url('../fonts/fs_emeric_web-regular.eot');
    src: url('../fonts/fs_emeric_web-regular.eot#iefix') format("embedded-opentype"), url('../fonts/fs_emeric_web-regular.woff') format("woff"), url('../fonts/fs_emeric_web-regular.svg#webfont') format("svg")
}
@font-face {
    font-family: 'FS Emeric Medium';
    src: url('../fonts/fs_emeric_web-medium.eot');
    src: url('../fonts/fs_emeric_web-medium.eot#iefix') format("embedded-opentype"), url('../fonts/fs_emeric_web-medium.woff') format("woff"), url('../fonts/fs_emeric_web-medium.svg#webfont') format("svg")
}
.font-fs-L {
  font-family: "FS Emeric Light", Verdana, sans-serif;
}
.font-fs-R {
  font-family: "FS Emeric Regular", Verdana, sans-serif;
}
.font-fs-M {
  font-family: "FS Emeric Medium", Verdana, sans-serif;
}
.font-mincho {
  font-family: "FS Emeric Regular", Verdana, sans-serif;
}

body{
  font-family: "FS Emeric Regular", Arial, sans-serif;
}

/*----------------------------------------------------------
1.common
----------------------------------------------------------*/

.max {
    margin: auto;
    max-width: 1160px;
}

.contents {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.contents>*:last-child {
    margin-bottom: 0 !important;
}

.lead {
    line-height: 2;
    max-width: 960px;
    margin: auto;
}

.gray {
    background: #edeeee;
}

.rb {
    display: inline-block;
    font-size: 1.2rem;
    vertical-align: 4px;
}

.annotation {
    font-size: 1.2rem;
}

.center {
    text-align: center;
}

.inlineB {
    display: inline-block !important;
}

.w100 {
    width: 100%;
}

@media screen and (min-width: 769px) {

    body {
        min-width: 1024px;
        overflow: auto;
    }

    .lead {
        font-size: 1.6rem;
    }

    .lead+ul {
        line-height: 2;
    }

    .lead+.basic_card,
    .lead+*:not(ul),
    .lead+ul.white_2,
    .lead+ul+* {
        margin-top: 38px !important;
    }

    .contents+.contents {
        margin-top: 62px;
    }

    .box {
        padding-top: 63px;
        padding-bottom: 46px;
    }

}

@media screen and (max-width: 1280px) {
    .max {
        max-width: 1024px;
    }
}

@media screen and (max-width: 1080px) {

    body .gap {
        padding-left: 14px;
        padding-right: 14px;
    }

    body .contents.gap {
        padding-left: 0;
        padding-right: 0;
    }

}

@media screen and (max-width: 768.9px) {

    body {
        font-size: 1.4rem;
    }

    .gap {
        padding-left: 10px;
        padding-right: 10px;
    }

    body .gap {
        padding-left: 10px;
        padding-right: 10px;
    }

    body .contents.gap {
        padding-left: 10px;
        padding-right: 10px;
    }

    .lead {
        font-size: 1.4rem;
    }

    .lead+ul {
        line-height: 2;
    }

    .lead+.basic_card,
    .lead+*:not(ul),
    .lead+ul.white_2,
    .lead+ul+* {
        margin-top: 22px !important;
    }

    .contents+.contents {
        margin-top: 32px;
    }

    .box {
        padding-top: 30px;
        padding-bottom: 30px;
    }

}

/*----------------------------------------------------------
2.main,main_box
----------------------------------------------------------*/
.main {
    background: #edeeee;
}

.main_box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: center;
}

.main_box h2 {
    font-weight: bold;
    color: #fff;
}

.main_box h2 img {
    display: block;
}

.main_page_title {
    padding-top: 63px;
    padding-bottom: 63px;
    border-bottom: 1px solid #edeeee;
}

@media screen and (min-width: 769px) {

    .main {
        position: relative;
        padding-top: 112px;
    }

    .main_box {
        margin: auto;
        max-width: 1440px;
        height: 360px;
        background-repeat: no-repeat;
        background-size: 1440px 360px;
        background-position: left;
        padding-top: 14px;
    }

    .main_box h2 {
        font-size: 5.4rem;
        margin-bottom: 18px;
        height: 85px;
    }

    .main_box h2 img {
        display: block;
        margin: 0 auto 20px;
    }

}

@media screen and (max-width: 768.9px) {

    .main_box {
        height: 140px;
        background-size: cover;
        background-position: center;
    }

    .main_box h2 {
        width: 58%;
        font-size: 4rem;
        line-height: 1.4;
    }

    .main_box h2 img {
        display: block;
        width: 115px;
        margin: 0 auto;
    }

    .main_page_title {
        padding-top: 32px;
        padding-bottom: 32px;
        border-bottom: 1px solid #edeeee;
    }

}


/*----------------------------------------------------------
3.leftRight
----------------------------------------------------------*/

.leftRight {
    text-align: center;
}

.leftRight>span {
    display: inline-block;
    position: relative;
    line-height: 1.4;
}

.leftRight>span:before,
.leftRight>span:after {
    height: 2px;
    content: '';
    position: absolute;
    margin-top: -1px;
    top: 50%;
}

.leftRight>span::before {
    background-image: linear-gradient(-90deg, #ea002a 50%, #525b5c 50%, #525b5c);
    left: 0;
}

.leftRight>span::after {
    background-image: linear-gradient(-90deg, #525b5c 50%, #ea002a 50%, #ea002a);
    right: 0;
}

.leftRight.left {
    display: inline-block;
}

.leftRight.left span {
    padding-left: 40px;
    padding-right: 0;
}

.leftRight.left span:before {
    width: 20px;
}

.leftRight.left span::after {
    display: none;
}

@media screen and (min-width: 769px) {

    .leftRight {
        margin-bottom: 40px;
    }

    .leftRight>span {
        padding: 0 84px;
        font-size: 2.3rem;
        letter-spacing: 4px;
    }

    .leftRight>span:before,
    .leftRight>span:after {
        width: 60px;
    }

    .leftRight.left {
        margin-bottom: 32px;
    }

    .leftRight.left>span {
        font-size: 2rem;
    }

}

@media screen and (max-width: 768.9px) {

    .leftRight {
        margin-bottom: 20px;
    }

    .leftRight>span {
        width: 100%;
        padding: 0 24px;
        font-size: 1.8rem;
    }

    .leftRight>span:before,
    .leftRight>span:after {
        width: 18px;
    }

    .leftRight.left>span {
        padding-left: 30px;
    }

    .leftRight.left>span:before {
        height: 4px;
    }

}

/*----------------------------------------------------------
4.brackets
----------------------------------------------------------*/

@media screen and (min-width: 769px) {

    .brackets {
        text-align: center;
        margin: 20px 0 60px;
    }

    .brackets span {
        position: relative;
        padding: 0.6em 1.2em !important;
        font-size: 4.0rem;
    }

    .brackets span:before,
    .brackets span:after {
        content: '';
        width: 20px;
        height: 40px;
        position: absolute;
        display: inline-block;
    }

    .brackets span:before {
        border-left: solid 3px #ea002a;
        border-top: solid 2px #525b5c;
        top: 0;
        left: 0;
    }

    .brackets span:after {
        border-right: solid 3px #ea002a;
        border-bottom: solid 2px #525b5c;
        bottom: 0;
        right: 0;
    }

    .brackets span {
        margin: 0;
        padding: 0;
    }

    .brackets-long span {
        display: inline-block;
        line-height: 1.3;
    }

    .brackets2 {
        text-align: center;
        margin: 20px auto 40px;
        display: block;
        width: 65%;
        position: relative;
        padding: 0.6em 1.2em !important;
        font-size: 4.0rem;
    }

    .brackets2.w-90per {
        width: 90%;
    }

    .brackets2.w-100per {
        width: 100%;
    }

    .brackets2:before,
    .brackets2:after {
        content: '';
        width: 20px;
        height: 40px;
        position: absolute;
        display: inline-block;
    }

    .brackets2:before {
        border-left: solid 3px #ea002a;
        border-top: solid 2px #525b5c;
        top: 0;
        left: 0;
    }

    .brackets2:after {
        border-right: solid 3px #ea002a;
        border-bottom: solid 2px #525b5c;
        bottom: 0;
        right: 0;
    }

    .brackets2 span {
        display: block;
        font-size: 2.8rem;
        margin-top: 2.0rem;
    }

}

@media screen and (max-width: 768.9px) {

    .brackets {
        text-align: center;
        margin: 8px 0 24px;
    }

    .brackets span {
        position: relative;
        padding: 0.6em 1.2em !important;
        font-size: 2.0rem;
        line-height: 1.3;
    }

    .brackets span:before,
    .brackets span:after {
        content: '';
        width: 15px;
        height: 30px;
        position: absolute;
        display: inline-block;
    }

    .brackets span:before {
        border-left: solid 3px #ea002a;
        border-top: solid 2px #525b5c;
        top: 0;
        left: 0;
    }

    .brackets span:after {
        border-right: solid 3px #ea002a;
        border-bottom: solid 2px #525b5c;
        bottom: 0;
        right: 0;
    }

    .brackets span {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .brackets2 {
        text-align: center;
        margin: 20px auto 40px;
        display: block;
        width: 65%;
        position: relative;
        padding: 0.6em 1.2em !important;
        font-size: 4.0rem;
    }

    .brackets2.w-90per {
        width: 90%;
    }

    .brackets2.w-100per {
        width: 100%;
    }

    .brackets2:before,
    .brackets2:after {
        content: '';
        width: 20px;
        height: 40px;
        position: absolute;
        display: inline-block;
    }

    .brackets2:before {
        border-left: solid 3px #ea002a;
        border-top: solid 2px #525b5c;
        top: 0;
        left: 0;
    }

    .brackets2:after {
        border-right: solid 3px #ea002a;
        border-bottom: solid 2px #525b5c;
        bottom: 0;
        right: 0;
    }

    .brackets2 span {
        display: block;
        font-size: 2.8rem;
        margin-top: 2.0rem;
    }

}

@media screen and (min-width: 768px) and (max-width: 768.9px) {

    .brackets span {
        display: inline-block;
        width: auto;
        margin: 0;
        padding: 0;
    }

}

/*----------------------------------------------------------
5.bottomDubble
----------------------------------------------------------*/

@media screen and (min-width: 769px) {

    .bottomDubble {
        position: relative;
        display: block;
        text-align: center;
        margin: 0 auto 80px auto;
        font-size: 3.2rem;
        line-height: 1.4;
    }

    .bottomDubble.mg-btm40 {
        margin-bottom: 40px;
    }

    .bottomDubble_en {
        font-size: 3.6rem;
    }

    .bottomDubble span:before {
        content: '';
        position: absolute;
        bottom: -27px;
        display: inline-block;
        width: 60px;
        height: 2px;
        left: 50%;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #525b5c;
    }

    .bottomDubble span:after {
        content: '';
        position: absolute;
        bottom: -27px;
        display: inline-block;
        width: 30px;
        height: 2px;
        left: 50%;
        -moz-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        background-color: #ea002a;
    }

    .bottomDubbleLeft {
        margin-bottom: 40px;
    }

    .bottomDubbleLeft span {
        border-bottom: solid 2px #525b5c;
        position: relative;
        padding-bottom: 15px;
    }

    .bottomDubbleLeft span:before {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 2px #ea002a;
        bottom: -2px;
        width: 50%;
    }

}

@media screen and (max-width: 768.9px) {

    .bottomDubble {
        position: relative;
        display: block;
        text-align: center;
        margin: 0 auto 45px auto;
        font-size: 2rem;
        line-height: 1.4;
    }

    .bottomDubble_en {
        font-size: 2.4rem;
    }

    .bottomDubble span:before {
        content: '';
        position: absolute;
        bottom: -15px;
        display: inline-block;
        width: 60px;
        height: 2px;
        left: 50%;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #525b5c;
    }

    .bottomDubble span:after {
        content: '';
        position: absolute;
        bottom: -15px;
        display: inline-block;
        width: 30px;
        height: 2px;
        left: 50%;
        -moz-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        background-color: #ea002a;
    }

}

/*----------------------------------------------------------
6.bothLine
----------------------------------------------------------*/

@media screen and (min-width: 769px) {

    .bothLine {
        position: relative;
        display: block;
        text-align: center;
        margin: 0 auto 40px auto;
        width: 400px;
        min-width: 400px;
        max-width: 100%;
    }

    .bothLine span {
        position: relative;
        display: inline-block;
        padding: 0 30px;
        z-index: 1;
        background: #fff;
        text-align: center;
    }

    .bothLine:before {
        content: '';
        position: absolute;
        top: 45%;
        left: 0;
        display: inline-block;
        width: 50%;
        height: 2px;
        background-color: #ea002a;
    }

    .bothLine:after {
        content: '';
        position: absolute;
        top: 45%;
        right: 0;
        display: inline-block;
        width: 50%;
        height: 2px;
        background-color: #525b5c;
    }

    .bothLineGray {
        position: relative;
        display: block;
        text-align: center;
        margin: 0 auto 40px auto;
        width: 100%;
        max-width: 560px;
    }

    .bothLineGray span {
        position: relative;
        display: inline-block;
        padding: 0 30px;
        z-index: 1;
        background: #edeeee;
        text-align: center;
    }

    .bothLineGray:before {
        content: '';
        position: absolute;
        top: 45%;
        left: 0;
        display: inline-block;
        width: 50%;
        height: 2px;
        background-color: #ea002a;
    }

    .bothLineGray:after {
        content: '';
        position: absolute;
        top: 45%;
        right: 0;
        display: inline-block;
        width: 50%;
        height: 2px;
        background-color: #525b5c;
    }

    .bothLineRight {
        position: relative;
        display: block;
        text-align: left;
        margin-bottom: 40px;
        width: 100%;
    }

    .bothLineRight span {
        position: relative;
        display: inline-block;
        padding: 0 30px 0 0;
        z-index: 1;
        background: #fff;
        text-align: left;
    }

    .bothLineRight:before {
        content: '';
        position: absolute;
        top: 45%;
        left: 0;
        display: inline-block;
        width: 50%;
        height: 2px;
        background-color: #ea002a;
    }

    .bothLineRight:after {
        content: '';
        position: absolute;
        top: 45%;
        right: 0;
        display: inline-block;
        width: 50%;
        height: 2px;
        background-color: #525b5c;
    }

}

/*----------------------------------------------------------
7.bottomUnderline
----------------------------------------------------------*/

@media screen and (min-width: 769px) {

    .bottomUnderline {
        text-align: center;
        font-size: 3.2rem;
        margin-bottom: 60px;
    }

    .bottomUnderline span {
        position: relative;
    }

    .bottomUnderline span::after {
        display: block;
        content: "";
        width: 60px;
        height: 3px;
        background-color: #ea002a;
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
    }

    .bottomTwoUnderline {
        font-size: 3.2rem;
        margin-bottom: 60px;
    }

    .bottomTwoUnderline span {
        display: block;
        position: relative;
    }

    .bottomTwoUnderline span::before,
    .bottomTwoUnderline span::after {
        display: block;
        content: "";
        height: 2px;
        position: absolute;
        bottom: -15px;
    }

    .bottomTwoUnderline span::before {
        width: 15%;
        background: #ea002a;
        left: 0;
    }

    .bottomTwoUnderline span::after {
        width: 85%;
        background: #c7c7c7;
        right: 0;
    }

}

@media screen and (max-width: 768.9px) {

    .bottomUnderline {
        line-height: 1.6;
        text-align: center;
        font-size: 2.4rem;
        margin-bottom: 40px;
    }

    .bottomUnderline span {
        position: relative;
    }

    .bottomUnderline span::after {
        display: block;
        content: "";
        width: 40px;
        height: 3px;
        background-color: #ea002a;
        position: absolute;
        bottom: -25px;
        left: 50%;
        transform: translateX(-50%);
    }

    .bottomTwoUnderline {
        font-size: 2.4rem;
        margin-bottom: 50px;
    }

    .bottomTwoUnderline span {
        display: block;
        position: relative;
    }

    .bottomTwoUnderline span::before,
    .bottomTwoUnderline span::after {
        display: block;
        content: "";
        height: 2px;
        position: absolute;
        bottom: -15px;
    }

    .bottomTwoUnderline span::before {
        width: 20%;
        background: #ea002a;
        left: 0;
    }

    .bottomTwoUnderline span::after {
        width: 80%;
        background: #c7c7c7;
        right: 0;
    }

}

/*----------------------------------------------------------
8.splitLine
----------------------------------------------------------*/

@media screen and (min-width: 769px) {

    .splitLine {
        text-align: left;
        margin: 36px 0 44px;
    }

    .splitLine span {
        position: relative;
        padding: 3px 0 3px 15px;
        border-left: 3px solid #ea002a;
    }

    .splitLine span:before {
        position: absolute;
        left: -3px;
        bottom: 0;
        content: '';
        width: 3px;
        height: 70%;
        background-color: #525b5c;
    }

    .splitLine span:after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        width: 100%;
        height: 0;
    }

}

@media screen and (max-width: 768.9px) {

    .splitLine {
        text-align: left;
        margin: 24px 0;
    }

    .splitLine span {
        position: relative;
        padding: 3px 0 3px 15px;
        border-left: 3px solid #ea002a;
    }

    .splitLine span:before {
        position: absolute;
        left: -3px;
        bottom: 0;
        content: '';
        width: 3px;
        height: 70%;
        background-color: #525b5c;
    }

    .splitLine span:after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        width: 100%;
        height: 0;
    }

}

/*----------------------------------------------------------
9.link,btn
----------------------------------------------------------*/

.link {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}

.link:before {
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    content: '';
    display: inline-block;
    background-image: url("/en-eu/service/rfid-solution/asset/cmn/img/icon_chev_white.svg");
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ea002a;
    border-radius: 50%;
}

.btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
    font-weight: bold;
}

.btn.limit {
    max-width: 600px;
    margin: auto;
}

.btn.reverse * {
    color: #fff;
}

.btn.reverse::before {
    background-image: url("/en-eu/service/rfid-solution/asset/cmn/img/icon_chev_red.svg");
    background-color: #fff;
}

.btn.outline {
    max-width: 240px;
    margin: auto;
    background: none;
    border: 2px solid #222;
    border-radius: 6px;
    box-shadow: none;
    color: #222;
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 12px;
}

.btn.outline span {
    font-size: 1.6rem;
    font-weight: bold;
}

.btn.outline::before {
    background-image: url("/en-eu/service/rfid-solution/asset/cmn/img/icon_chev_white.svg");
    background-color: #ea002a;
}

.btn.outline:hover span {
    color: #fff;
}

.btn.outline-white {
    max-width: 360px;
    margin: auto;
    background: none;
    border: 1px solid #fff;
    border-radius: 6px;
    box-shadow: none;
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 12px;
}

.btn.outline-white span {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
}

.btn.outline-white::before {
    background-image: url("/en-eu/service/rfid-solution/asset/cmn/img/icon_chev_white.svg");
    background-color: #ea002a;
}

.btn.outline-white:hover span {
    color: #fff;
}


.btn_anchor_box {
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 0;
}

.btn_anchor_box+.btn_anchor_box {
    margin-top: 25px;
}

.btn_anchor {
    width: 22%;
}

.btn_anchor a {
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    height: 100%;
}

.btn_anchor span {
    color: #000;
    text-align: left;
    line-height: 1.3;
    transition: all 0.25s;
}

.btn_anchor::before {
    display: none;
}

.btn-dl {
    transition: 0.5s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ea002a;
    border: 1px solid #ea002a;
    color: #FFFFFF;
    font-weight: bold;
    box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
    padding: 20px;
    max-width: 300px;
    margin: 0 auto;
}

.btn-dl::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    background: url("/en-eu/service/rfid-solution/asset/cmn/img/icon_download_white.svg")no-repeat;
    background-size: contain;
}

.btn-dl:hover {
    background-color: #ffffff;
    border: 1px solid #ccc;
    color: #ea002a;
}

.btn-dl:hover::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    background: url("/en-eu/service/rfid-solution/asset/cmn/img/icon_download_red.svg")no-repeat;
    background-size: contain;
}

@media screen and (min-width: 769px) {

    .link {
        font-size: 1.4rem;
    }

    .link:before {
        margin-right: 16px;
        width: 22px;
        height: 22px;
        min-width: 22px;
        min-height: 22px;
    }

    .link_under:before {
        transform: rotate(90deg);
    }

    .btn {
        padding: 18px;
    }

    .btn:hover {
        background: #ea002a;
        border-color: #ea002a;
        color: #fff;
        transform: translate3d(-2px, 2px, 0);
        box-shadow: none;
    }

    .btn:hover:before {
        background-image: url("/en-eu/service/rfid-solution/asset/cmn/img/icon_chev_red.svg");
        background-color: #fff;
    }

    .btn.reverse {
        padding: 20px;
        font-size: 1.6rem;
    }

    .btn.reverse::before {
        width: 22px;
        height: 22px;
        min-width: 22px;
        min-height: 22px;
    }

    .btn.reverse:hover {
        box-shadow: none;
        background: #fff;
        border-color: #ccc;
        color: #000;
        transform: translate3d(-2px, 2px, 0);
    }

    .btn.reverse:hover * {
        color: #000;
    }

    .btn.reverse:hover:before {
        background-image: url("/en-eu/service/rfid-solution/asset/cmn/img/icon_chev_white.svg");
        background-color: #ea002a;
    }

    .btn_anchor_box {
        margin: 25px 0 0;
        justify-content: center;
    }

    .tire .btn_anchor {
        width: 31%;
    }

    .btn_anchor {
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        border: 1px solid #ccc;
        box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
        background: #fff;
        position: relative;
        margin: 35px 10px 0;
    }

    .btn_anchor a {
        padding: 10px 30px 10px 20px;
    }

    .btn_anchor a::after {
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -5px;
        content: '';
        display: block;
        width: 17px;
        height: 10px;
        background: url("/en-eu/service/rfid-solution/asset/cmn/img/icon_chev_down.svg") no-repeat right center / 12px 6px;
        margin-left: 10px;
    }

    .btn_anchor:hover {
        box-shadow: none;
        transform: translate3d(-2px, 2px, 0);
    }

    .btn_anchor:hover span {
        color: #ea002a;
    }

    .btn-dl {
        margin: 50px auto;
        font-size: 1.6rem;
    }

    .btnSet {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 3.0rem;
    }

    .btnSet .btn {
        width: calc(100% / 2 - 25px);
        padding: 18px !important;
        font-size: 1.4rem !important;
    }

    .btnSet .link:before {
        margin-right: 16px;
        width: 22px;
        height: 22px;
        min-width: 22px;
        min-height: 22px;
    }

    .external-link {
        width: 80%;
        font-size: 1.4rem;
        border-radius: 3px;
    }

    .external-link:after {
        margin-left: 8px;
        width: 22px;
        height: 22px;
        min-width: 22px;
        min-height: 22px;
    }

    .external-link {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .external-link .icon {
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        margin-left: 8px;
        width: 14px;
        height: 14px;
        min-width: 14px;
        min-height: 14px;
        vertical-align: middle;
        display: inline-block;
    }

    .limit:hover span {
        color: #fff;
    }

    .exlink_wh:after {
        margin-left: 5px;
        width: 14px;
        height: 14px;
        min-width: 14px;
        min-height: 14px;
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        content: '';
        display: inline-block;
        background-image: url("/en-eu/service/rfid-solution/asset/cmn/img/icon_external-link_white.svg");
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .exlink:after {
        margin-left: 5px;
        width: 13px;
        height: 13px;
        min-width: 13px;
        min-height: 13px;
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        content: '';
        display: inline-block;
        background-image: url("/en-eu/service/rfid-solution/asset/cmn/img/icon_external-link_red.svg");
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .exlink span:hover {
        color: #ea002a;
        font-weight: normal;
    }

}

@media screen and (max-width: 768.9px) {

    .link {
        font-size: 1.4rem;
    }

    .link:before {
        margin-right: 14px;
        width: 22px;
        height: 22px;
        min-width: 22px;
        min-height: 22px;
    }

    .link_under:before {
        transform: rotate(90deg);
    }

    .link_under span {
        text-align: left;
        line-height: 1.4;
    }

    .external-link {
        width: 100%;
        font-size: 1.4rem;
        border-radius: 3px;
        padding: 20px;
    }

    .external-link:after {
        margin-left: 8px;
        width: 22px;
        height: 22px;
        min-width: 22px;
        min-height: 22px;
    }
    .external-link {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .external-link .icon {
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        margin-left: 8px;
        width: 14px;
        height: 14px;
        min-width: 14px;
        min-height: 14px;
        vertical-align: middle;
        display: inline-block;
    }

    .exlink:after {
        margin-left: 5px;
        width: 13px;
        height: 13px;
        min-width: 13px;
        min-height: 13px;
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        content: '';
        display: inline-block;
        background-image: url("/en-eu/service/rfid-solution/asset/cmn/img/icon_external-link_red.svg");
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .exlink span:hover {
        color: #ea002a;
        font-weight: bold;
    }

    .exlink_wh:after {
        margin-left: 5px;
        width: 13px;
        height: 13px;
        min-width: 13px;
        min-height: 13px;
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        content: '';
        display: inline-block;
        background-image: url("/en-eu/service/rfid-solution/asset/cmn/img/icon_external-link_white.svg");
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .exlink_wh span:hover {
        color: #ea002a;
        font-weight: bold;
    }

    .btn {
        padding: 24px;
    }

    .btn.reverse {
        padding: 20px;
        font-size: 1.4rem;
        font-weight: bold;
    }

    .btn.reverse span {
        text-align: left;
    }

    .btn.reverse * {
        font-weight: bold;
    }

    .btn_anchor_box {
        flex-wrap: wrap;
        margin-top: 22px;
    }

    .btn_anchor a::after {
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        content: '';
        display: inline-block;
        width: 22px;
        height: 22px;
        min-width: 22px;
        min-height: 22px;
        border: 1px solid #525b5c;
        box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
        background: url("/en-eu/service/rfid-solution/asset/cmn/img/icon_chev_down.svg") no-repeat center / 12px 6px;
        margin-left: 10px;
    }

    .btn_anchor_box+.btn_anchor_box {
        margin-top: 0;
    }

    .btn_anchor a {
        padding: 12px 14px;
    }

    .btn_anchor {
        justify-content: space-between;
        width: 100%;
        border-bottom: 1px solid #edeeee;
    }

    .btn_anchor_last {
        width: 100%;
        max-width: 100%;
    }

    .btn-dl {
        margin: 0 auto;
    }

    .btn-dl span {
        font-size: 1.4rem;
    }

    .btn-dl span::before {
        width: 15px;
        height: 15px;
        right: -20px;
    }

    .btnSet .btn {
        max-width: 600px;
        width: 100%;
        padding: 18px !important;
        font-size: 1.4rem !important;
        margin-bottom: 20px;
    }

    .btnSet .link:before {
        margin-right: 16px;
        width: 22px;
        height: 22px;
        min-width: 22px;
        min-height: 22px;
    }

}

@media screen and (min-width: 768px) and (max-width: 768.9px) {

    .btn_anchor_box {
        display: -ms-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 50px 0 0;
    }

    .btn_anchor_box+.btn_anchor_box {
        margin-top: 25px;
    }

    .btn_anchor {
        position: relative;
        margin: 35px 10px 0;

        border: 1px solid #ccc;
        box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
        background: #fff;
        width: 22%;
    }

    .btn_anchor a {
        padding: 10px 20px 10px 15px;
    }

    .btn_anchor a::after {
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -5px;
        content: '';
        display: block;
        width: 17px;
        height: 10px;
        min-width: 13px;
        min-height: 10px;
        background: url("/en-eu/service/rfid-solution/asset/cmn/img/icon_chev_down.svg") no-repeat right center / 12px 6px;
        margin-left: 10px;
        box-shadow: none;
        border: none;
    }

    .btn_anchor a::after {
        margin-left: 5px;
    }

    .btn_anchor_last {
        width: auto;
    }

}

/*----------------------------------------------------------
10.swipe
----------------------------------------------------------*/

.swipe {
    overflow-y: hidden;
    overflow-x: auto;
    position: relative;
}

.swipe img {
    max-width: none;
}

@media screen and (min-width: 769px) {

    .swipe {
        margin-bottom: 32px;
    }

    .swipe_annotation {
        display: none;
    }

    p.lead+.swipe_annotation+.swipe {
        margin-top: 38px;
    }
}

@media screen and (max-width: 768.9px) {

    .swipe {
        margin-left: -10px;
        width: calc(100% + 20px);
        margin-bottom: 8px;
        padding-left: 10px;
        padding-bottom: 16px;
    }

    .swipe img {
        margin-right: 10px;
    }

    .swipe_annotation {
        font-size: 1.2rem;
        display: block;
        text-align: center;
        margin: 4px 0 14px;
        line-height: 1;
        position: relative;
        top: 0;
        left: 0;
        background: #ccc;
    }

    .swipe_annotation span {
        background-color: #fff;
        padding: 0 15px;
        position: relative;
        z-index: 2;
    }

    .swipe_annotation::before,
    .swipe_annotation::after {
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        top: -4px;
        z-index: 10;
    }

    .swipe_annotation::before {
        border-width: 10px 12px 10px 0;
        border-color: #fff #ccc #fff #fff;
        left: 0;
        z-index: 1;
    }

    .swipe_annotation::after {
        border-width: 10px 0 10px 12px;
        border-color: #fff #fff #fff #ccc;
        right: 0;
        z-index: 1;
    }

    p.lead+.swipe_annotation+.swipe {
        margin-top: 22px;
    }

}

/*----------------------------------------------------------
11.border_gray_box
----------------------------------------------------------*/

.border_gray_box {
    width: 100%;
    padding: 25px;
    border: 5px solid #edeeee;
    overflow: hidden;
}

.border_under_box {
    border-bottom: 1px solid #edeeee;
}

@media screen and (max-width: 768.9px) {

    .border_gray_box {
        padding: 5% 3%;
    }

}

/*----------------------------------------------------------
12.group_introduction
----------------------------------------------------------*/

.group_introduction {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.group_introduction a {
    display: block;
    margin: 0 21px;
}

@media screen and (max-width: 768.9px) {

    .group_introduction {
        overflow: hidden;
    }

    .group_introduction a {
        display: block;
        text-align: center;
        width: 50%;
        float: left;
        margin: 20px 0;
    }

    .group_introduction_nfc {
        width: 60%;
    }

    .group_introduction_rain,
    .group_introduction_jaisa {
        width: 90%;
    }

}

@media screen and (min-width: 768px) and (max-width: 768.9px) {

    .group_introduction a {
        display: block;
        max-width: 150px;
    }

    .group_introduction_nfc {
        width: 60%;
    }

    .group_introduction_rain,
    .group_introduction_jaisa {
        width: 100%;
    }

    .group_introduction a {
        margin: 0 10px;
    }

}

/*----------------------------------------------------------
13.bnr-content
----------------------------------------------------------*/

.bnr-content a {
    max-width: 1046px;
    display: block;
    margin: 0 auto;
}

.bnr-content a img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 1.0;
    transition: 0.5s;
}

.bnr-content a:hover img {
    opacity: 0.5;
    transition: 0.5s;
}

@media screen and (min-width: 769px) {

    .bnr-content {
        padding: 46px 0;
    }

}

@media screen and (max-width: 768.9px) {

    .bnr-content {
        padding: 46px 10px;
    }

}

/*----------------------------------------------------------
14.contact_cmn_box
----------------------------------------------------------*/

@media screen and (min-width: 769px) {

    .contact_cmn_box {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 20px;
    }

    .contact_cmn_box_inner {
        background: #edeeee;
        padding: 60px 0;
    }

}

@media screen and (max-width: 768.9px) {

    .contact_cmn_box {
        padding: 0;
        margin-bottom: 20px;
    }

    .contact_cmn_box_inner {
        background: #edeeee;
        padding: 26px 10px;
    }

}

/*----------------------------------------------------------
15.rfid_cmn_box
----------------------------------------------------------*/

@media screen and (min-width: 769px) {

    .rfid_cmn_box {
        border-bottom: 1px solid #edeeee;
        padding: 20px 0 20px;
        margin-bottom: 40px;
    }

    .rfid_cmn_box .service_box {
        overflow: auto;
    }

    .rfid_cmn_box_text {
        width: 55%;
        float: left;
    }

    .rfid_cmn_box_text .lead {
        font-size: 1.4rem;
    }

    .rfid_cmn_box_text .lead h2 {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    .rfid_cmn_box_btn {
        width: 42.5%;
        float: right;
        padding-top: 20px;
    }

}

@media screen and (max-width: 768.9px) {

    .rfid_cmn_box {
        border-bottom: 1px solid #edeeee;
        padding: 0 10px 20px;
        margin: 0 auto 10px;
    }

    .rfid_cmn_box .service_box {
        max-width: 600px;
        overflow: auto;
    }

    .rfid_cmn_box_text .lead {
        font-size: 1.2rem;
    }

    .rfid_cmn_box_text .lead h2 {
        font-size: 1.4rem;
        margin-bottom: 10px;
        text-align: center;
    }

    .rfid_cmn_box_btn {
        margin-top: 20px;
    }

}

/*----------------------------------------------------------
16.white-panel,panel_img
----------------------------------------------------------*/

@media screen and (min-width: 769px) {

    .white-panel ul {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .white-panel .panel {
        width: 47.5%;
        margin-bottom: 60px;
    }

    .panel_img {
        display: table;
        height: 317px;
    }

    .panel_img span {
        display: table-cell;
        vertical-align: middle;
    }

    .panel_img span img {
        width: 100%;
    }

}

@media screen and (max-width: 768.9px) {

    .white-panel {
        display: block;
    }

    .white-panel .panel {
        display: -ms-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 36px;
    }

    .white-panel .basic_subttl {
        order: 2;
    }

    .white-panel .lead {
        order: 3;
    }

    .white-panel .lead+ul {
        order: 4;
    }

    .panel_img {
        order: 1;
        margin-top: 0 !important;
        margin-bottom: 22px;
    }

}

@media screen and (min-width: 768px) and (max-width: 768.9px) {

    .white-panel ul {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .white-panel .panel {
        width: 47.5%;
        margin-bottom: 60px;
    }

    .white-panel .basic_subttl {
        order: 1;
    }

    .white-panel .lead {
        order: 2;
    }

    .white-panel .lead+ul {
        order: 3;
    }

    .panel_img {
        display: table;
        order: 4;
        height: 247px;
        margin-top: 22px !important;
        margin-bottom: 0;
    }

    .panel_img span {
        display: table-cell;
        vertical-align: middle;
    }

    .panel_img span img {
        width: 100%;
    }

}

/*----------------------------------------------------------
17.slider_style
----------------------------------------------------------*/

@media screen and (min-width: 769px) {

    .slider_style {
        box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
        background: #fff;
    }

    .slider_style:hover {
        transform: scale(1.05, 1.05);
        box-shadow: 0px 3px 3px 0px rgba(7, 14, 13, 0.24);
    }

    .slider_style p {
        text-align: center;
        font-size: 1.6rem !important;
        padding: 20px 0 30px;
    }

}

@media screen and (max-width: 768.9px) {

    .slider_style {
        display: block;
        box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
        background: #fff;
    }

    .slider_style:hover {
        transform: scale(1.05, 1.05);
        box-shadow: 0px 3px 3px 0px rgba(7, 14, 13, 0.24);
    }

    .slider_style p {
        text-align: center;
        font-size: 1.4rem !important;
        padding: 20px 0 30px;
    }

    .prev-arrow {
        left: 0 !important;
    }

    .next-arrow {
        right: 0 !important;
    }

}

/*----------------------------------------------------------
18.movieBox
----------------------------------------------------------*/

@media screen and (min-width: 769px) {

    .movieBox {
        margin: auto;
        max-width: 1440px;
        background-size: cover;
        background-position: center;
        padding-top: 14px;
        background: #45484d;
        /* Old browsers */
        background: -moz-radial-gradient(center, ellipse cover, #45484d 0%, #000000 100%);
        /* FF3.6-15 */
        background: -webkit-radial-gradient(center, ellipse cover, #45484d 0%, #000000 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: radial-gradient(ellipse at center, #45484d 0%, #000000 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
    }

    .movieBox .logo {
        max-width: 240px;
        display: block;
        margin: 0 auto 30px;
    }

}

@media screen and (max-width: 768.9px) {

    .movieBox {
        margin: auto;
        width: 100%;
        background-size: cover;
        background-position: center;
        padding-top: 14px;
        background: #45484d;
        /* Old browsers */
        background: -moz-radial-gradient(center, ellipse cover, #45484d 0%, #000000 100%);
        /* FF3.6-15 */
        background: -webkit-radial-gradient(center, ellipse cover, #45484d 0%, #000000 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: radial-gradient(ellipse at center, #45484d 0%, #000000 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
    }

    .movieBox .logo {
        max-width: 180px;
        display: block;
        margin: 0 auto 30px;
    }

}

/*----------------------------------------------------------
19.header
----------------------------------------------------------*/

@media screen and (min-width: 769px) {

    .header_top {
        padding: 0;
        border: 0;
    }

    .topbar {
        display: block;
        width: 100%;
        background: #f6f6f7;
        padding: 9px 0;
    }

    .topbarBox {
        display: flex;
        justify-content: flex-end;
        max-width: 1160px;
        margin: 0 auto;
    }

    .topbar .submenu {
        display: flex;
        align-items: center;
        margin-right: 30px;
        font-size: 1.2rem;
    }

    .topbar .submenu li {
        margin-left: 20px;
    }

    .topbar .submenu li:first-child {
        margin-left: 0;
    }

    .topbar .submenu li a {
        transition: 0.5s;
    }

    .topbar .submenu li a:hover {
        text-decoration: underline;
        transition: 0.5s;
    }

    .topbar .submenu li a.current {
        font-weight: bold;
        text-decoration: underline;
    }

    h1,.h-one {
        font-size: 1.4rem;
        margin-left: 18px;
    }

    .language {
        font-size: 1.2rem;
        position: relative;
        pointer-events: none;
    }

    .language img:first-of-type {
        margin-right: 8px;
        vertical-align: -2px;
    }

    .language img:last-of-type {
        margin-left: 8px;
        transform: rotate(180deg);
        vertical-align: 2px;
    }

    .language_btn {
        cursor: pointer;
        pointer-events: auto;
        border: none;
        padding: 0;
        font-family: "FS Emeric Regular", Arial, sans-serif;
    }

    .language_btn:focus {
        outline: -webkit-focus-ring-color auto 1px;
    }

    .language_menu {
        pointer-events: auto;
        background: #525b5c;
        display: none;
        width: 330px;
        padding-left: 30px;
        padding-right: 30px;
        position: absolute;
        top: 180%;
        right: 0;
        z-index: 9990;
    }

    .language_menu a {
        display: block;
        color: #fff;
        padding: 20px 0;
        font-size: 1.4rem;
    }

    .language_menu a:hover {
        text-decoration: underline;
    }

    .language_menu li + li {
        border-top: 1px solid #a9adae;
    }

    nav > ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    nav button {
        background: none;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        line-height: 1;
        letter-spacing: 1px;
    }

    body .header .gap {
        padding:0;
    }

    .header {
        padding-top: 0;
    }

    .header nav ul li {
        width: 150px;
        padding: 0 15px;
    }

    .header nav ul li a {
        font-weight: bold;
        font-size: 1.8rem;
        display: block;
    }

    .header nav ul li a .tm {
        font-weight: bold;
    }

    .header nav ul li.pickup button {
        display: block;
        font-size: 1.4rem;
        width: 100%;
        font-weight: bold;
    }

    .header .logo {
        padding: 15px 0;
    }

    nav > ul > li button {
        margin: 0;
    }

    nav > ul > li > a,
    nav button {
        padding: 24px 10px 20px;
        font-size: 1.4rem;
        position: relative;
        display: block;
        text-align: center;
    }

    nav > ul > li > a::before,
    nav button::before {
        display: none;
    }

    nav > ul > li > a::after,
    nav button::after {
        display: block;
        width: 100%;
        height: 4px;
        content: '';
        position: absolute;
        bottom: -9px;
        left: 0;
        background: #ea002a;
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: scale(0);
    }

    nav > ul > li > a.current, nav > ul > li > a:hover,
    nav > ul > li > a:hover .tm,
    nav button.current, nav button:hover {
        color: #ea002a;
        font-weight: bold;
    }

    nav .current .tm{
        color: #ea002a;
    }

    sup.tm {
        font-size: 0.5em;
        vertical-align: revert;
    }

    nav a.current::after, nav a:hover::after,
    nav button.current::after, nav button:hover::after {
        transform: scale(1);
    }

}

@media screen and (min-width: 769px) and (max-width: 1170px) {

    .header nav ul li {
        width: auto;
        padding: 0 5px;
    }

}

/* megaMenu */

@media screen and (min-width: 769px) {

    .megaMenu {
        display: none;
        position: absolute;
        top: 141px;
        left: 0;
        width: 100%;
        background: #edeeee;
        z-index: 10;
        box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
        padding: 10px 0;
    }

    .megaMenu ul {
        display: flex;
        flex-wrap: wrap;
    }

    .megaMenu ul li {
        width: calc(100% / 4 - 20px)!important;
        margin: 0 10px 0 0;
        border-bottom: 2px solid #222;
        height: 100%;
        max-height: 611px;
        padding-left: 0;
    }

    .megaMenu ul li:nth-child(n4) {
        margin-right: 0;
    }

    .megaMenu ul a {
        display: flex;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        border: 0;
        background: none;
    }

    .megaMenu ul a figure {
        width: 43.28%;
    }

    .megaMenu ul a img {
        width: 100%;
        height: auto; 
    }

    .megaMenu ul a p {
        display: flex;
        align-items: center;
        font-size: 1.4rem;
        line-height: 1.4;
        font-weight: bold;
        padding: 0 5px;
        width: 100%;
        min-height: 60px;
        overflow: hidden;
        color: #222;
    }

    .megaMenu ul a p:after {
        display: inline-block;
        content: '';
        background: url("/en-eu/service/rfid-solution/asset/cmn/img/icon_chev_black.svg");
        width: 13px;
        height: 13px;
        background-repeat: no-repeat;
        margin-left: auto;
    }

}

@media screen and (max-width: 1280px) {

    .megaMenu ul li {
        width: 235px;
        margin: 5px;
    }

    .megaMenu ul li,
    .megaMenu ul a p {
        max-height: none;
        -ms-word-break: break-all;
        word-break: break-all;
    }

    .megaMenu ul a figure {
        width: 115px;
    }

}

@media screen and (max-width: 768.9px) {

    .megaMenuChild {
        width: 100%;
    }

    .megaMenu ul li {
        margin: 0;
    }

    .megaMenu ul li a {
        width: calc(100% - 10px);
    }

    .megaMenu ul li a p {
        font-size: 1.4rem;
        margin-left: 0;
    }

}

/* fixed */

@media screen and (min-width: 769px) {

    .fixed_area {
        position: fixed;
        padding-bottom: 0px;
        background: #fff;
        z-index: 1;
    }

    .fixed_area_pc,
    .fixed .fixed_area_pc {
        box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
        position: relative;
        top: 0;
        width: 100%;
    }

    header.fixed {
        position: fixed;
        width: 100%;
        top: 0;
        right: 0;
        left: 0;
        margin: auto;
        background: #fff;
        z-index: 10;
    }

    .fixed_area_pc .megaMenu {
        top: 112px;
    }

}

@media screen and (max-width: 768.9px) {

    .header.fixed_area + * .main {
        margin-top: 47px;
    }

}

/*----------------------------------------------------------
20.Adjust
----------------------------------------------------------*/

@media screen and (min-width: 769px) {

    .pageTop {
        z-index: 9;
    }

    footer {
        padding-top: 0;
    }

    .spOnly {
        display: none !important;
    }

    .brSpOnly {
        display: none !important;
    }

    .brTbOnly {
        display: none !important;
    }

    .white_2 {
        background: #fff;
        padding: 30px 3%;
    }

    .white_3 {
        background: #fff;
        padding: 30px 3%;
        overflow: auto;
    }

}

@media screen and (max-width: 768.9px) {

    .pageTop {
        z-index: 9;
    }

    footer {
        padding-top: 0;
    }

    .pcOnly {
        display: none !important;
    }

    .brPcTbOnly {
        display: none !important;
    }

    .brSpOnly {
        display: block;
    }

    .brTbOnly {
        display: none !important;
    }

    .white_2 {
        background: #fff;
        padding: 10px 3%;
    }

    .white_3 {
        background: #fff;
        padding: 30px 3%;
        overflow: auto;
    }

}

@media screen and (min-width: 768px) and (max-width: 768.9px) {

    .brPcTbOnly {
        display: block !important;
    }

    .brSpOnly {
        display: none !important;
    }

    .brTbOnly {
        display: block !important;
    }

}