/*----------------------------------------------------------
Index-/cmn/style.css
1.common
2.main,main_box
3.leftRight
4.brackets
5.bottomDubble
6.bothLine
7.splitLine
8.link,btn
9.swipe
10.border_gray_box
11.group_introduction
12.contact_cmn_box
13.rfid_cmn_box
14.white-panel,panel_img
15.slider_style
16.header
17.footer
18.news
19.img_anchor_box
20.footer_link new-badge
21.Adjust
----------------------------------------------------------*/

/*----------------------------------------------------------
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;
}
.white {
    background: #ffffff;
}
.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%;
}
.pageTitle {
    text-align: center;
    font-weight: bold;
}
@media screen and (min-width: 769px) {
    body {
        min-width: 1024px;
        overflow: auto;
    }
/*
    body .gap {
        padding-left: 14px;
        padding-right: 14px;
    }
*/
    body .contents.gap {
        padding-left: 0;
        padding-right: 0;
    }
    .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;
    }
    .pageTitle {
        font-size: 4rem;
        margin-bottom: 74px;
    }
    .box {
        padding-top: 63px;
        padding-bottom: 46px;
    }
}
/*
@media screen and (max-width: 1280px) {
    .max {
        max-width: 1024px;
    }
}
*/
@media screen and (max-width: 768.9px) {
    body {
        font-size: 1.4rem;
    }
    .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;
    }
    .pageTitle {
        font-size: 2.4rem;
        margin-bottom: 40px;
    }
    .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 h1, .main_box h2 {
    font-weight: bold;
    color: #fff;
}
.main_box h1 img, .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 h1, .main_box h2 {
        font-size: 5.4rem;
        margin-bottom: 18px;
        height: 85px;
    }
    .main_box h1 img, .main_box h2 img {
        display: block;
        margin: 0 auto 20px;
    }
}
@media screen and (max-width: 768.9px) {
    .main {
        padding-top: 0;
    }
    .main_box {
        height: 140px;
        background-size: cover;
        background-position: center;
    }
    .main_box h1, .main_box h2 {
        width: 58%;
        font-size: 4rem;
        line-height: 1.4;
    }
    .main_box h1 img, .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: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: 8px 0 24px;
        position: relative;
        padding: 0.6em 1.2em !important;
        font-size: 2.0rem;
        line-height: 1.3;
        display: block;
        width: 100%;
    }
    .brackets2:before,
    .brackets2:after {
        content: '';
        width: 15px;
        height: 30px;
        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: 1.6rem;
        margin-top: 1.0rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 768.9px) {
    .brackets span {
        display: inline-block;
        width: auto;
        margin: 0;
        padding: 0;
    }
    .brackets2 {
        display: block;
        width: 380px;
        margin: 0 auto 30px;
        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.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;
    }
}

/*----------------------------------------------------------
8.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("/ja-jp/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 {
    max-width: 640px;
    margin: auto;
    background: #ea002a;
    border: 1px solid #ea002a;
    color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(7, 14, 13, 0.24);
    line-height: 1.4;
}
.btn.reverse * {
    color: #fff;
}
.btn.reverse:hover span {
    text-decoration: none !important;
}
.btn.reverse::before {
    background-image: url("/ja-jp/service/rfid-solution/asset/cmn/img/icon_chev_red.svg");
    background-color: #fff;
}
.btn.outline {
    max-width: 640px;
    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("/ja-jp/service/rfid-solution/asset/cmn/img/icon_chev_white.svg");
    background-color: #ea002a;
}
.btn.outline:hover {
    text-decoration: none;
}
.btn.outline:hover span {
    color: #fff;
}
.btn.outline-white {
    max-width: 640px;
    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("/ja-jp/service/rfid-solution/asset/cmn/img/icon_chev_white.svg");
    background-color: #ea002a;
}
.btn.outline-white:hover {
    text-decoration: none;
}
.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 a {
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.btn_anchor {
    text-align: center;
    width: 22%;
}
.btn_anchor span {
    color: #000;
    text-align: left;
    line-height: 1.3;
    transition: all 0.25s;
    padding-right: 5px;
}
.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("/ja-jp/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("/ja-jp/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);
    }
    .link:hover {
        text-decoration: underline;
    }
    .link.btn:hover {
        text-decoration: none;
    }
    .btn {
        padding: 18px;
    }
    .btn:hover {
        background: #ea002a;
        border-color: #ea002a;
        color: #fff;
        transform: translate3d(-2px, 2px, 0);
        box-shadow: none;
    }
    .btn:hover .tm {
        color: #fff;
    }
    .btn:hover:before {
        background-image: url("/ja-jp/service/rfid-solution/asset/cmn/img/icon_chev_red.svg");
        background-color: #fff;
    }
    .btn.reverse {
        padding: 18px;
        /* 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);
        text-decoration: none;
    }
    .btn.reverse:hover * {
        color: #000;
    }
    .btn.reverse:hover:before {
        background-image: url("/ja-jp/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 {
        position: relative;
        margin: 35px 10px 0;
        border: 1px solid #ccc;
        box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
        background: #fff;
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .btn_anchor a {
        padding: 10px 30px 10px 20px;
        text-align: left;
    }
    .btn_anchor a::after {
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -5px;
        content: '';
        display: block;
        width: 17px;
        height: 10px;
        background: url("/ja-jp/service/rfid-solution/asset/cmn/img/icon_chev_down.svg") no-repeat right center / 12px 6px;
        margin-left: 10px;
    }
    .btn_anchor:hover span {
        color: #ea002a;
    }
    .btn_anchor:hover {
        box-shadow: none;
        transform: translate3d(-2px, 2px, 0);
    }
    .btn_anchor:hover::after {
        box-shadow: none;
        transform: translate3d(-2px, 2px, 0);
    }
    .btn-dl {
        margin: 50px auto;
        font-size: 1.6rem;
    }
    .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:after {
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: '';
  display: inline-block;
  background-image: url("/ja-jp/service/rfid-solution/asset/cmn/img/icon_external-link_red.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}
.external-link:hover:after {
    background-image: url("/ja-jp/service/rfid-solution/asset/cmn/img/icon_external-link_white.svg");
}*/
    .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("/ja-jp/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("/ja-jp/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;
    }
}
@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;
    }
    .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("/ja-jp/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 {
        width: 100%;
        border-bottom: 1px solid #edeeee;
    }
    .btn_anchor a {
        justify-content: space-between;
        width: 100%;
        padding: 12px 14px;
        text-align: left;
    }
    .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;
    }
    .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:after {
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: '';
  display: inline-block;
  background-image: url("/ja-jp/service/rfid-solution/asset/cmn/img/icon_external-link_red.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}
.external-link:hover:after {
    background-image: url("/ja-jp/service/rfid-solution/asset/cmn/img/icon_external-link_white.svg");
}*/
    .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("/ja-jp/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;
    }

}

@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 {
        justify-content: space-between;
        width: 100%;
        border-bottom: 1px solid #edeeee;
    }

    .btn_anchor a {
        padding: 12px 14px;
    }

    .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("/ja-jp/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;
    }

}

/*----------------------------------------------------------
9.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;
    }

}

/*----------------------------------------------------------
10.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%;
    }

}

/*----------------------------------------------------------
11.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;
}

sup.tm {
    font-size: 0.4em;
    vertical-align: revert;
}

@media screen and (max-width: 768.9px) {

    .group_introduction {
        overflow: hidden;
    }

    .group_introduction a {
        display: block;
        text-align: center;
        margin: 0;
        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;
    }

}

/*----------------------------------------------------------
12.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;
    }

}

/*----------------------------------------------------------
13.rfid_cmn_box
----------------------------------------------------------*/

@media screen and (min-width: 769px) {

    .rfid_cmn_box {
        border-bottom: 1px solid #edeeee;
        padding: 20px 0 20px;
    }

    .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 h1, .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: 20px 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 h1, .lead h2  {
        font-size: 1.4rem;
        margin-bottom: 10px;
        text-align: center;
    }

    .rfid_cmn_box_btn {
        margin-top: 20px;
    }

}

/*----------------------------------------------------------
14.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 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 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%;
    }

}

/*----------------------------------------------------------
15.slider_style
----------------------------------------------------------*/

@media screen and (min-width: 769px) {

    .slider_style {
        box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
        background: #fff;
        display: block;
    }

    .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;
    }

}

/*----------------------------------------------------------
16.header
----------------------------------------------------------*/

@media screen and (min-width: 769px) {

    .header_top {
        padding: 0;
        border: 0;
    }

    .topbar {
        display: block;
        width: 100%;
        background: #f6f6f7;
        padding:7px 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: auto;
        padding: 0 15px;
    }

    .header nav ul li a {
        font-weight: bold;
        font-size: 1.4rem;
        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("/ja-jp/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;
    }
}
/*----------------------------------------------------------
17.footer
----------------------------------------------------------*/
@media screen and (min-width: 769px) {
    footer {
        padding-top: 130px;
    }
    .footer .pcOnly ul li .tm {
        color: #fff;
    }
}
@media screen and (max-width: 768.9px) {
    .footer_menu sup.tm {
        font-size: 0.5em;
    }
}
/*----------------------------------------------------------
18.news
----------------------------------------------------------*/
.news {
    background: #fff;
    padding: 42px 50px;
    margin-bottom: 20px;
}
.news_box {
    border-top: 1px solid #525b5c;
    border-bottom: 1px solid #525b5c;
}
.news_row {
    line-height: 1.6;
}
.icon_tab {
    width: 0.95em;
    height: 0.95em;
    vertical-align: baseline;
    margin-left: 5px;
}
@media screen and (min-width: 769px) {
    .news {
        background: #fff;
        padding: 42px 50px;
        margin-bottom: 20px;
    }
    .news_box {
        border-top: 1px solid #525b5c;
        border-bottom: 1px solid #525b5c;
    }
    .news_row {
        display: -ms-flexbox;
        display: flex;
        padding: 24px 0;
    }
    .news_row+.news_row {
        border-top: 1px solid #ccc;
    }
    .news_row a {
        width: calc(100% - 120px);
    }
    .news_row a:hover {
        text-decoration: underline;
    }
    .news_day {
        width: 120px;
    }
    .limit:hover span {
        color: #fff;
    }
    .top_box {
        border: 6px solid #edeeee;
        padding: 34px;
    }
}
@media screen and (max-width: 768.9px) {
    .news {
        background: #fff;
        padding: 22px 10px;
        margin-bottom: 14px;
    }
    .news .leftRight {
        margin-bottom: 14px;
    }
    .news_box {
        border-top: 1px solid #525b5c;
        border-bottom: 1px solid #ccc;
    }
    .news_row {
        padding: 10px 0 8px;
/*
        padding-right: 24px;
*/
        position: relative;
    }

/*
    .news_row:before {
        content: '';
        display: inline-block;
        background-image: url("/ja-jp/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%;
        width: 14px;
        height: 14px;
        min-width: 14px;
        min-height: 14px;
        position: absolute;
        margin-top: -6px;
        top: 50%;
        right: 0;
    }
*/
    .news_row+.news_row {
        border-top: 1px solid #ccc;
    }
    .news_day {
        width: 120px;
        display: block;
    }
}
/*----------------------------------------------------------
19.img_anchor_box
----------------------------------------------------------*/
.img_anchor_box{
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}
.img_anchor_box .img_anchor{
    border: 1px solid #cccccc;
    box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
    background: #FFFFFF;
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: calc(100% / 5 - 20px);
    line-height: 1.6;
    position: relative;
}
.img_anchor_box .img_anchor a{
    display: block;
    padding: 15px 15px 30px 15px;
}
.img_anchor_box .img_anchor::after{
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background: url(/micro/asset/cmn/img/icon_chev_red.svg)no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom:0;
    transform: rotate(90deg) translateX(-50%);
}
.img_anchor_box .img_anchor:hover{
    box-shadow: none;
    transform: translate3d(-2px, 2px, 0);
}
.img_anchor_box .img_anchor img{
    width: 100%;
    margin-bottom:10px;
}
.img_anchor_box .img_anchor .anchor_num{
    text-align: center; 
    font-weight: bold; 
    font-size: 1.4rem;
    margin-bottom: 5px;
}
.img_anchor_box .img_anchor .anchor_num .num{
   font-size: 1.6rem;
}
.img_anchor_box .img_anchor .anchor_ttl{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ea002a;
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 5px;
}
.img_anchor_box .img_anchor .anchor_ttl span,
.img_anchor_box .img_anchor .anchor_ttl span *{
    color: #ea002a;
}
.img_anchor_box .img_anchor .anchor_ttl span sup{
    font-size: 0.5em;
    vertical-align: super;
}
.img_anchor_box .img_anchor .txt{
    font-size: 1.4rem;
}
@media screen and (max-width:768.9px) {
    .img_anchor_box{
        gap: 20px;
    }
    .img_anchor_box .img_anchor{
        width: calc(100% / 2 - 10px);
    }
    .img_anchor_box .img_anchor .anchor_ttl{
        font-size: 1.4rem;
    }
    .img_anchor_box .img_anchor .txt{
        font-size: 1.3rem;
    }
}
/*----------------------------------------------------------
20.footer_link new-badge
----------------------------------------------------------*/
@media screen and (min-width: 769px) {
    footer .footer_link .footer_link_left,
    footer .footer_link .footer_link_right {
        position: relative;
    }
    footer .footer_link div span.new-badge {
        background: #ea002a;
        color: #fff;
        font-size: 1.4rem;
        font-weight: bold;
        padding: 5px 15px;
        position: absolute;
        left: 50%;
        top: -32px;
        transform: translateX(-50%);
    }
    footer .footer_link .footer_link_right span.new-badge{
        width: 80%;
    }
    footer .footer_link div span.new-badge:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -7px;
        border: 7px solid transparent;
        border-top: 7px solid #ea002a;
    } 
}
@media screen and (max-width: 768.9px) {
    footer .footer_link .footer_link_left,
    footer .footer_link .footer_link_right {
        position: relative;
    }
     footer .footer_link div span.new-badge {
        background: #ea002a;
        color: #fff;
        font-size: 1.4rem;
        font-weight: bold;
        padding: 5px 15px;
        position: absolute;
        left: 50%;
        top: -45px;
        transform: translateX(-50%);
        width: 80%;
    }
    footer .footer_link div span.new-badge:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -7px;
        border: 7px solid transparent;
        border-top: 7px solid #ea002a;
    }
    footer .footer_link .btn {
        height: 100%;
    }
    .pageTop{
        bottom: 145px!important;
    }

}
/*----------------------------------------------------------
21.Adjust
----------------------------------------------------------*/

.pdTop-50 {
    padding-top: 50px !important;
}

.pdTop-40 {
    padding-top: 40px !important;
}

.pdTop-30 {
    padding-top: 30px !important;
}

.pdTop-20 {
    padding-top: 30px !important;
}

@media screen and (min-width: 769px) {

    .pageTop {
        z-index: 9;
    }

    .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;
    }

    .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;
    }

}