/*----------------------------------------------------------
Index-/solution/style.css
1.btn-list
2.txtLink,txtBtn
3.caseMenu
4.caseBox
5.feature
6.image-box
7.cardBox
8.swipe
9.basic_card
10.htbox
11.external-link
12.tire
13.footer_link,fixed_link
14.m-headline
15.linkBox
16.linkBox-s
17.listCard
18.Adjust
----------------------------------------------------------*/
/*----------------------------------------------------------
1.btn-list
----------------------------------------------------------*/
.btn-list{
    display: flex;
    gap: 30px;
    max-width:850px;
    margin: 30px auto;
}
.btn-list li{
    width: 50%;
}
@media screen and (max-width: 768.9px) {
    .btn-list{
        flex-direction: column;
        gap: 15px;
        margin:20px auto;
    }
    .btn-list li{
        width: 100%;
    }
}
/*----------------------------------------------------------
2.txtLink,txtBtn
----------------------------------------------------------*/
.txtLink {
    display: block;
}
.txtLink span {
    color: #ea002a;
}
.txtLink span:hover {
    text-decoration: underline;
    text-decoration-color: #ea002a;
}
.txtLink span:after {
    display: inline-block;
    content: '';
    width: 9px;
    height: 15px;
    min-width: 9px;
    min-height: 15px;
    margin-left: 8px;
    background-image: url("/ja-jp/service/rfid-solution/asset/cmn/img/icon_chev_red.svg");
    background-color: transparent;
}
.txtBtn.external-link:hover:after {
    background-image: url("/ja-jp/service/rfid-solution/asset/cmn/img/icon_external-link_red.svg");
}
.txtBtn.external-link:hover span {
    text-decoration-color: #ea002a;
    text-decoration: underline;
    color: #ea002a;
}
@media screen and (max-width: 768.9px) {
    .txtBtn.external-link {
        padding: 0;
    }
}
@media screen and (max-width: 414px) {
    .txtLink span {
        line-height: 1.6;
    }
}
/*----------------------------------------------------------
3.caseMenu
----------------------------------------------------------*/
.caseMenu li {
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 100%;
}
.caseMenu li:hover {
    outline: 4px solid #ea002a;
    transform: translate3d(-2px, 2px, 0);
}
.caseMenu li.current {
    outline: 3px solid #ea002a;
    border: none;
}
.caseMenu li.current:hover a {
    border: none;
}
@media screen and (min-width: 769px) {
    .caseMenu {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .caseMenu li {
        width: calc(100% / 4 - 10px);
        margin: 5px;
        border: 1px solid #ccc;
    }
    .caseMenu a {
        display: flex;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
    .caseMenu a img {
        width: calc(640px / 5.5);
        height: auto;
    }
    .caseMenu a p {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.3rem;
        padding: 10px;
    }
}
@media screen and (max-width: 768.9px) {
    .caseMenu {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .caseMenu li {
        margin: 5px;
        border: 1px solid #ccc;
        width: calc(100% / 2 - 10px);
    }
    .caseMenu a {
        display: flex;
    }
    .caseMenu a img {
        width: calc(640px / 5.5);
        height: calc(380px / 5.5);
    }
    .caseMenu a p {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.3rem;
        padding: 10px;
    }
}
@media screen and (max-width: 414px) {
    .caseMenu {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .caseMenu li {
        width: 100%;
        margin: 5px;
        border: 1px solid #ccc;
    }
    .caseMenu a {
        width: 100%;
        display: flex;
    }
    .caseMenu a img {
        width: calc(640px / 5.5);
        height: calc(380px / 5.5);
    }
    .caseMenu a p {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.3rem;
        line-height: 1.4;
        padding: 10px;
    }
}

/*----------------------------------------------------------
4.caseBox
----------------------------------------------------------*/
@media screen and (min-width: 769px) {
    /* .caseBox {
        display: flex;
        justify-content: space-between;
    } */
    .caseBox.pictures {
        margin: 40px auto;
    }
    .caseBox.-set1 {
        display: flex;
        justify-content: center;
        padding: 0 15%;
    }
    .caseBox.-set1 .caseBoxcard {
        width: calc(100% / 2 - 30px);
    }
    .caseBox.-set2 {
        display: flex;
        justify-content: space-around;
        padding: 0 15%;
    }
    .caseBox.-set2 .caseBoxcard {
        width: calc(100% / 2 - 30px);
    }
    .caseBox.-line .caseBoxcard {
        border: 2px solid #edeeee;
    }
    .caseBox .caseBoxcard {
        width: calc(100% / 3 - 15px);
        background: #fff;
        border-radius: 4px;
        padding: 1.5rem;
    }
    .caseBox .caseBoxcard p img {
        margin-bottom: 1.0rem;
    }
    .caseBox.pictures .caseBoxcard p img {
        margin-bottom: 1.0rem;
        width: 100%;
    }
    .caseBox .caseBoxcard ul {
        display: flex;
        flex-direction: column;
    }
    .caseBox .caseBoxcard ul li {
        list-style: square;
        margin-left: 20px;
        font-size: 1.5rem;
        line-height: 1.4;
        margin-bottom: 1.0rem;
    }
    .caseBox .caseBoxcard.-typenone ul {
        display: flex;
        flex-direction: column;
    }
    .caseBox .caseBoxcard.-typenone ul li {
        list-style: none;
        margin-left: 0;
        font-size: 1.3rem;
        line-height: 1.4;
        margin-bottom: 1.0rem;
    }
    .caseBox.-horizontal {
        width: 80%;
        display: block;
        margin: 0 auto;
    }
    .caseBox.-horizontal .caseBoxcard {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 2.0rem;
    }
    .caseBox.-horizontal .caseBoxcard ul li {
        margin-bottom: 0;
    }
    .caseBox.-horizontal .caseBoxcard img {
        /* width: calc(600px / 3);
        height: calc(290px / 3);
        margin-bottom: 0; */
    }
}
@media screen and (max-width: 768.9px) {
    /* .caseBox {
        display: flex;
        justify-content: space-between;
    } */
    .caseBox.pictures {
        margin: 20px auto;
    }
    .caseBox.-set1 {
        display: flex;
        justify-content: center;
    }
    .caseBox.-set1 .caseBoxcard {
        width: 100%;
    }
    .caseBox.-set2 {
        display: flex;
        justify-content: space-around;
        padding: 0 15%;
    }
    .caseBox.-set2 .caseBoxcard {
        width: calc(100% / 2 - 30px);
    }
    .caseBox.-line .caseBoxcard {
        border: 2px solid #edeeee;
    }
    .caseBox .caseBoxcard {
        width: calc(100% / 3 - 15px);
        background: #fff;
        border-radius: 4px;
        padding: 1.5rem;
    }
    .caseBox .caseBoxcard p img {
        margin-bottom: 1.0rem;
    }
    .caseBox .caseBoxcard ul {
        display: flex;
        flex-direction: column;
    }
    .caseBox .caseBoxcard ul li {
        list-style: square;
        margin-left: 20px;
        font-size: 1.3rem;
        line-height: 1.4;
        margin-bottom: 1.0rem;
    }
    .caseBox .caseBoxcard.-typenone ul {
        display: flex;
        flex-direction: column;
    }
    .caseBox .caseBoxcard.-typenone ul li {
        list-style: none;
        margin-left: 0;
        font-size: 1.3rem;
        line-height: 1.4;
        margin-bottom: 1.0rem;
    }
    .caseBox.-horizontal {
        width: 80%;
        display: block;
        margin: 0 auto;
    }
    .caseBox.-horizontal .caseBoxcard {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }
    .caseBox.-horizontal .caseBoxcard ul li {
        margin-bottom: 0;
    }
    .caseBox.-horizontal .caseBoxcard img {
        /* width: calc(600px / 3);
        height: calc(290px / 3);
        margin-bottom: 0; */
    }
}
@media screen and (max-width: 414px) {
    /* .caseBox {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    } */
    .caseBox.-set1 {
        display: flex;
        justify-content: center;
    }
    .caseBox.-set1 .caseBoxcard {
        width: 100%;
    }
    .caseBox.-set2 {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0;
    }
    .caseBox.-set2 .caseBoxcard {
        width: 100%;
    }
    .caseBox.-line .caseBoxcard {
        border: 2px solid #edeeee;
    }
    .caseBox .caseBoxcard {
        width: 100%;
        background: #fff;
        border-radius: 4px;
        padding: 2.0rem;
        margin-bottom: 2.0rem;
    }
    .caseBox .caseBoxcard p img {
        margin-bottom: 1.0rem;
    }
    .caseBox .caseBoxcard ul {
        display: flex;
        flex-direction: column;
    }
    .caseBox .caseBoxcard ul li {
        list-style: square;
        margin-left: 20px;
        font-size: 1.4rem;
        line-height: 1.4;
        margin-bottom: 1.0rem;
    }
    .caseBox .caseBoxcard.-typenone ul {
        display: flex;
        flex-direction: column;
    }
    .caseBox .caseBoxcard.-typenone ul li {
        list-style: none;
        margin-left: 0;
        font-size: 1.3rem;
        line-height: 1.4;
        margin-bottom: 1.0rem;
    }
    .caseBox.-horizontal {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .caseBox.-horizontal .caseBoxcard {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap-reverse;
        margin-bottom: 2.0rem;
        padding: 0;
    }
    .caseBox.-horizontal .caseBoxcard ul li {
        margin-bottom: 1.0rem;
    }
    .caseBox.-horizontal .caseBoxcard img {
        width: 80%;
        height: auto;
        display: block;
        margin: 0 auto 2.0rem auto;
    }
}

/*----------------------------------------------------------
5.feature
----------------------------------------------------------*/
.feature_column {
    display: flex;
    justify-content: space-between;
}
.feature_column.-reverse {
    flex-direction: row-reverse;
}
.feature_column:not(:last-of-type) {
    margin-bottom: 60px;
}
.feature_column.border .feature_column_text{
    padding:20px 25px;
    background: #FFFFFF;
    border: 6px solid #cccccc;
}
.feature_column.border .feature_column_text:nth-of-type(2){
    border: 6px solid #ea002a;
    position: relative;
}
.feature_column.border .feature_column_text:nth-of-type(2)::before{
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 30px solid #cccccc;
    border-right: 0;
    position: absolute;
    left:-80px;
    top: 50%;
    transform: translateY(-50%);
}
.feature_column .feature_column_text .feature_title_sub,
.feature_column .feature_column_list h4,
.feature_column .feature_column_text h4 {
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom:5px;
}
.feature_column .feature_column_text {
    flex-basis: 45%;
    font-size: 1.4rem;
    line-height: 1.8;
}
.feature_column .feature_column_text p {
    margin-bottom: 20px;
}
.feature_column .feature_column_text p:last-child {
    margin-bottom: 0;
}
.feature_title {
    position: relative;
    font-size: 3.0rem;
    line-height: 1.5;
    margin-bottom: 60px;
}
.reference_lineup {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #525b5c;
    border: 1px solid #525b5c;
    padding: 6px 0;
    text-align: center;
    font-size: 2.0rem;
    margin-bottom: 20px;
}
.reference_lineup.-lr {
    width: 36rem;
}
.feature_box.-reverse .feature_title::after {
    left: 0;
}
.feature_title::after {
    display: block;
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    border-bottom: 3px solid #ea002a;
    width: 50px;
}
.feature_title .small {
    font-size: 2.0rem;
}
.feature_img {
    flex-basis: 45%;
}
.feature_img>img {
    width: 100%;
    height: auto;
}
.feature_btnset {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 50%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.feature_btnset .btn {
    width: calc(50% - 10px);
    padding: 18px;
    margin: 0;
    font-size: 1.4rem;
}
.feature_btnset .btn.reverse::before {
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
}
.feature_logistics{
    padding:30px 20px;
    border: 1px solid #ccc;
    background: #FFFFFF;
    display: flex;
    gap: 80px;
    line-height: 1.6;
}
.feature_logistics > div{
    width: calc(100% / 3 - 53px);
    position: relative;
}
.feature_logistics > div:not(:last-of-type)::after,
.feature_logistics > div:not(:last-of-type)::before{
    display: block;
    content: "";
    width: 45px;
    height: 12px;
    position: absolute;
}
.feature_logistics > div:not(:last-of-type)::after{
    background: url(../img/icon-arrow-right.svg) no-repeat;
    background-size: contain;
    top: 40%;
    right: -60px;
    transform: translateY(-40%);
}
.feature_logistics > div:not(:last-of-type)::before{
    background: url(../img/icon-arrow-left.svg) no-repeat;
    background-size: contain;
    top: 48%;
    right: -60px;
    transform: translateY(-48%);
}
.feature_logistics > div .logistics_ttl{
    text-align: center;
    font-weight: bold;
}
.feature_logistics > div figure img{
    width: 100%;
}
.feature_logistics > div .logistics_list{
    margin:0.5em 0 0 1.5em;
}
.feature_logistics > div .logistics_list li{
    list-style-type: disc;
    font-size: 1.5rem;
}
@media screen and (max-width: 768.9px) {
    .feature_column {
        gap: 50px;
    }
    .feature_column.border .feature_column_text:nth-of-type(2)::before{
        border-style: solid;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 20px solid #cccccc;
        border-right: 0;
        left:-40px;
    }
    .feature_column .feature_column_text,
    .feature_column .feature_img {
        flex-basis: calc(100% / 2 - 25px);
    }
    .feature_column .feature_column_list h4,
    .feature_column .feature_column_text h4 {
        font-size: 2.0rem;
        font-weight: bold;
        margin-bottom: 30px;
    }
    .feature_column .feature_column_text .feature_title_sub {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    .feature_column .feature_column_text p:last-child {
        margin-bottom: 0;
    }
    .feature_text a {
        text-decoration: underline;
    }
    .feature_text a:hover {
        text-decoration: none;
    }
    .feature_text p {
        margin-bottom: 20px;
        line-height: 1.8;
    }
    .feature_text p span {
        font-weight: bold;
    }
    .feature_title {
        font-size: 2.2rem;
        margin-bottom: 40px;
    }
    .feature_title::after {
        bottom: -10px;
        width: 40px;
    }
    .feature_title .small {
        font-size: 2.0rem;
    }
    .feature_logistics{
        padding:20px 15px;
        flex-direction: column;
        gap:70px;
    }
    .feature_logistics > div{
        width:100%;
    }
    .feature_logistics > div:not(:last-of-type)::after,
    .feature_logistics > div:not(:last-of-type)::before{
        width: 30px;
        height: 10px;   
    }
    .feature_logistics > div:not(:last-of-type)::after{
        top: inherit;
        right: inherit;
        bottom: -30px;
        left: 40%;
        transform:rotate(90deg) translate(-40%,0);
    }
    .feature_logistics > div:not(:last-of-type)::before{
        top: inherit;
         right: inherit;
         bottom: -30px;
         left: 50%;
        transform:rotate(90deg) translate(-50%,0);
    }
}
@media screen and (max-width: 640px) {
    .feature_column {
        display: block;
    }
    .feature_column:not(:last-of-type) {
        margin-bottom: 30px;
    }
    .feature_column .feature_column_text {
        width: 100%;
        line-height: 1.4;
    }
    .feature_column .feature_column_text:not(:last-of-type) {
        margin-bottom:40px;
    }
    .feature_column.border .feature_column_text{
        padding:15px 20px;
    }
    .feature_column.border .feature_column_text{
        border:3px solid #cccccc;
    }
    .feature_column.border .feature_column_text:nth-of-type(2) {
        border: 3px solid #ea002a;
    }
    .feature_column.border .feature_column_text:nth-of-type(2)::before{
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
        border-top: 20px solid #cccccc;
        border-bottom: 0;
        left:50%;
        top: -33px;
        transform: translate(-50%,0);
    }
    .feature_column .feature_column_text p {
        margin-bottom: 20px;
    }
    .feature_column .feature_column_text p:last-child {
        margin-bottom: 0;
    }
    .feature_text {
        display: block;
        width: 100%;
        font-size: 1.4rem;
        line-height: 1.6;
    }
    .feature_text a {
        text-decoration: underline;
    }
    .feature_text a:hover {
        text-decoration: none;
    }
    .feature_text p {
        margin-bottom: 20px;
    }
    .feature_text p span {
        font-weight: bold;
    }
    .feature_title {
        font-size: 2.0rem;
        margin-bottom: 45px;
        text-align: center;
    }
    .feature_title::after {
        display: block;
        content: "";
        position: absolute;
        bottom: -20px;
        left: calc(100% / 2 - 25px);
        border-bottom: 3px solid #ea002a;
        width: 50px;
    }
    .feature_title .small {
        font-size: 2.0rem;
    }
    .feature_img {
        margin-bottom: 30px;
    }
    .feature_btnset {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        width: 50%;
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
    }
    .feature_btnset .btn {
        width: calc(50% - 10px);
        padding: 18px;
        margin: 0;
        font-size: 1.4rem;
    }
    .feature_btnset .btn.reverse::before {
        width: 22px;
        height: 22px;
        min-width: 22px;
        min-height: 22px;
    }
}

/*----------------------------------------------------------
6.image-box
----------------------------------------------------------*/
@media screen and (min-width: 769px) {
    .image-box {
        display: block;
        margin: 30px auto;
    }
    .image-box.w-90 {
        max-width: 80%;
    }
    .image-box.w-80 {
        max-width: 80%;
    }
    .image-box.w-70 {
        max-width: 70%;
    }
    .image-box.w-60 {
        max-width: 60%;
    }
    .image-box.w-50 {
        max-width: 50%;
    }
    #value .image-box picture .resize {
        width: 812px;
        display: block;
        margin: 0 auto;
    }
}
@media screen and (max-width: 640px) {
    .image-box.w-90 {
        max-width: 80%;
        margin: 0 auto;
    }
    .image-box.w-80 {
        max-width: 80%;
        margin: 0 auto;
    }
    .image-box.w-70 {
        max-width: 70%;
        margin: 0 auto;
    }
    .image-box.w-60 {
        max-width: 60%;
        margin: 0 auto;
    }
    .image-box.w-50 {
        max-width: 50%;
        margin: 0 auto;
    }
}

/*----------------------------------------------------------
7.cardBox
----------------------------------------------------------*/
@media screen and (min-width: 769px) {
    .cardBox.-card3 {
        display: flex;
        justify-content: space-between;
    }
    .cardBox.-card3.-first {
        margin-bottom: 40px;
    }
    .cardBox.-card3 .cardContent {
        width: calc(100% / 3 - 30px);
        margin-bottom: 40px;
    }
    .cardBox.-card3 .cardContent .cardBox_ttl {
        position: relative;
        font-size: 2.0rem;
        font-weight: bold;
        display: flex;
        align-items: center;
        line-height: 1.6;
        margin: 20px 0 40px;
        height: 50px;
    }
    .cardBox.-card3 .cardContent .cardBox_ttl::after{
        display: block;
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        border-bottom: 3px solid #ea002a;
        width: 50px;
    }
    .cardBox.-card3 .cardContent .cardtxtWrap {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    .cardBox .cardContent .cardList {
        list-style-type: disc;
        margin: 10px 0 10px 18px;
        height: 110px;
    }
    .cardBox .cardContent .cardList.-h130 {
        height: 130px;
    }
    .cardBox .cardContent .cardList li {
        margin-bottom: 5px;
        line-height: 1.4;
    }
    .cardBox .cardContent .cardList li h3{
        font-size: 1.6rem;
    }
    .cardBox .cardContent .cardList li span {
        font-weight: bold;
    }
    .cardBox .cardContent .cardList li:last-child {
        margin-bottom: 0;
    }
    .cardBox .cardContent .-linkList {
        margin-top: 30px;
        font-size: 1.4rem;
        line-height: 1.6;
    }
    .cardBox .cardContent .cardListBox.-linkList dt {
        color: #ea002a;
        font-weight: bold;
    }
    .cardBox .cardContent .cardListBox.-linkList .cardList.cardListLink {
        list-style-type: none;
        margin: 10px 0;
    }
    .cardBox .cardContent .cardListBox.-linkList .cardList.cardListLink li {
        margin-bottom: 5px;
        line-height: 1.4;
    }
    .cardBox .cardContent .cardListBox.-linkList .cardList.cardListLink li .link:before {
        margin-right: 5px;
        width: 14px;
        height: 14px;
        min-width: 14px;
        min-height: 14px;
    }
    .cardBox .cardContent .cardListBox.-linkList .cardList.cardListLink li .link span {
        font-weight: normal;
    }
    .cardBox .cardContent .cardListBox.-linkList .cardList.cardListLink li .link:hover {
        text-decoration: underline;
    }
    .cardBox .cardContent .cardListBox.-linkList .cardList.cardListLink li:last-child {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 768.9px) {
    .cardBox.-card3 {
        display: flex;
        justify-content: space-between;
    }
    .cardBox.-card3 .cardContent {
        width: calc(100% / 3 - 15px);
    }
    .cardBox.-card3 .cardContent .cardBox_ttl {
        position: relative;
        font-size: 1.8rem;
        font-weight: bold;
        display: flex;
        align-items: center;
        line-height: 1.3;
        margin: 20px 0 40px;
        height: 50px;
    }
    .cardBox.-card3 .cardContent .cardBox_ttl::after
     {
        display: block;
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        border-bottom: 3px solid #ea002a;
        width: 50px;
    }
    .cardBox .cardContent .cardList {
        list-style-type: disc;
        margin: 10px 0 10px 18px;
    }
    .cardBox .cardContent .cardList li {
        margin-bottom: 5px;
        font-size: 1.3rem;
        line-height: 1.6;
    }
    .cardBox .cardContent .cardList li h3{
        font-size: 1.3rem;
    }
    .cardBox .cardContent .cardList li span {
        font-weight: bold;
    }
    .cardBox .cardContent .cardList li:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 480px) {
    .cardBox.-card3 {
        display: block;
    }
    .cardBox.-card3 .cardContent {
        width: 100%;
        margin-bottom: 60px;
    }
    .cardBox.-card3 .cardContent:last-child {
        margin-bottom: 30px;
    }
    .cardBox.-card3 .cardContent p {
        font-size: 1.4rem;
        line-height: 1.8;
        margin-bottom: 30px;
    }
    .cardBox.-card3 .cardContent .cardtxtBox.-h300,
    .cardBox.-card3 .cardContent .cardtxtBox.-h320,
    .cardBox.-card3 .cardContent .cardtxtBox.-h340,
    .cardBox.-card3 .cardContent .cardtxtBox.-h360,
    .cardBox.-card3 .cardContent .cardtxtBox.-h380 {
        height: initial;
    }
}

/*----------------------------------------------------------
8.swipe
----------------------------------------------------------*/
@media screen and (min-width: 769px) {
    .swipe.-pd3 {
        background: #fff;
        padding: 3.0rem 0;
    }
    .swipe.-pcpd3 img {
        background: #fff;
        padding: 3.0rem;
        border-radius: 4px;
    }
    .swipe.-pcpd03 img {
        background: #fff;
        padding: 0 3.0rem;
        border-radius: 4px;
    }
    .swipe.-pcpd13 img {
        background: #fff;
        padding: 1.0rem 3.0rem;
        border-radius: 4px;
    }
    .swipe.-pd3 img {
        width: 100%;
    }
    .swipe.-pd0 {
        background: #fff;
        padding: 0;
    }
    .swipe.-pd0 img {
        width: 100%;
    }
    .swipe img {
        display: block;
        margin: 0 auto;
    }
}
@media screen and (max-width: 768.9px) {
    .swipe_annotation.-bgGray {
        background: #ccc;
    }
    .swipe_annotation.-bgGray span {
        background: #efefef;
    }
    .swipe_annotation.-bgGray::before {
        border-width: 10px 12px 10px 0;
        border-color: #efefef #ccc #efefef #efefef;
        left: 0;
    }
    .swipe_annotation.-bgGray::after {
        border-width: 10px 0 10px 12px;
        border-color: #efefef #efefef #efefef #ccc;
        right: 0;
    }
}

/*----------------------------------------------------------
9.basic_card
----------------------------------------------------------*/
@media screen and (min-width: 769px) {
    .basic_card>li {
        width: 100%;
        margin: 0 20px 20px 0;
        padding: 0;
        overflow: hidden;
    }
    .basic_card li .image {
        display: table;
        float: right;
        width: 300px;
        height: 200px;
    }
    .basic_card li .image span {
        display: table-cell;
        vertical-align: middle;
    }
    .basic_card li .image img {
        width: 100%;
    }
    .basic_card dl:nth-child(last) {
        margin-bottom: 0;
    }
    .basic_card dl dt {
        font-size: 2.0rem;
        margin-bottom: 20px;
    }
    .basic_card dl dd {
        line-height: 2;
    }
    .basic_subttl {
        font-size: 2.0rem;
        margin-bottom: 18px;
    }
}
@media screen and (max-width: 768.9px) {
    .basic_card>li {
        width: 100%;
        margin: 0 0 36px 0;
        padding: 0;
    }
    .basic_card li .image {
        display: block;
        margin-bottom: 10px;
    }
    .basic_card li .image img {
        width: 100%;
    }
    .basic_card dl:nth-child(last) {
        margin-bottom: 0;
    }
    .basic_card dl dt {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    .basic_card dl dd {
        line-height: 1.8;
    }
    .basic_subttl {
        font-size: 2.0rem;
        margin-bottom: 18px;
    }
}
@media screen and (min-width: 768px) and (max-width: 768.9px) {
    .basic_card>li {
        margin: 0 20px 20px 0;
        overflow: hidden;
    }
    .basic_card li .image {
        display: table;
        float: right;
        width: 300px;
        height: 200px;
        margin-bottom: 0;
    }
    .basic_card li .image span {
        display: table-cell;
        vertical-align: middle;
    }
    .basic_card dl dt {
        font-size: 2.0rem;
        margin-bottom: 20px;
    }
    .basic_card dl dd {
        line-height: 2;
    }
}

/*----------------------------------------------------------
10.htbox
----------------------------------------------------------*/
@media screen and (min-width: 769px) {
    .htbox {
        overflow: hidden;
    }
    .htbox .box_right {
        width: 30%;
        float: right;
    }
    .htbox .box_left {
        width: 65%;
        float: left;
    }
}
@media screen and (max-width: 768.9px) {
    .htbox .box_right {
        width: 100%;
    }
    .htbox .box_left {
        width: 100%;
        margin-top: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 768.9px) {
    .htbox {
        overflow: hidden;
    }
    .htbox .box_right {
        width: 30%;
        float: right;
        margin-top: 0;
    }
    .htbox .box_left {
        width: 65%;
        float: left;
    }
    /* solution top page */
    .solution_linkBox br.spOnly {
        display: none !important;
    }

    .linkBox-s br.spOnly {
        display: none !important;
    }

}
@media screen and (max-width: 414px) {

    .htbox .box_left {
        margin-top: 20px;
    }
}
/*----------------------------------------------------------
11.external-link
----------------------------------------------------------*/
@media screen and (min-width: 769px) {
    .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;
    }
    .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;
    }
}
/*----------------------------------------------------------
12.tire
----------------------------------------------------------*/
.tire .bnr-hover {
    transition: 0.5s;
    display: block;
    max-width: 600px;
}
.tire .bnr-hover:hover {
    opacity: 0.6;
}
.tire .img-bnr_top {
    display: block;
}
.tire .txt {
    line-height: 1.8;
}
.tire .caseBox .caseBoxcard .caseItem {
    text-align: center;
    font-weight: bold;
    color: #ea002a;
    line-height: 1.8;
}
.tire .imgBox {
    text-align: center;
}
.tire .imgBox img {
    max-width: 100%;
}
.tire .stepList li {
    position: relative;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.tire .stepList li::after {
    display: block;
    content: "";
    position: absolute;
}
.tire .stepList li:last-of-type::after {
    display: none;
}
.tire .stepList li .stepTitle .step {
    font-weight: bold;
    color: #FFF;
    background: #ea002a;
}
.tire .stepList li .stepTitle .title {
    font-weight: bold;
    color: #525b5c;
}
@media screen and (min-width: 769px) {
    .tire .bnr-hover {
        margin: 50px auto 0;
    }
    .tire .btn_anchor a {
        justify-content: center;
    }
    .tire .box .lead {
        text-align: left;
    }
    .tire .box .txt-lead {
        text-align: center;
        font-size: 1.6rem;
        line-height: 2.0;
    }
    .tire .txt {
        font-size: 1.5rem;
    }
    .tire .caseBox {
        flex-wrap: wrap;
    }
    .tire .caseBox .caseBoxcard {
        margin-bottom: 25px;
    }
    .tire .caseBox .caseBoxcard .caseItem {
        font-size: 1.8rem;
        margin: 20px auto;
    }
    .tire .sectionBox {
        margin: 100px auto !important;
    }
    .tire .imgArea {
        padding: 40px 50px;
    }
    .tire .imgLead {
        text-align: center;
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 30px;
    }
    .tire .imgArea ul {
        display: flex;
        justify-content: space-between;
    }
    .tire .imgArea ul li {
        width: 49%;
    }
    .tire .imgArea ul li img {
        width: 100%;
    }
    .tire .btnArea {
        margin: 100px auto;
    }
    .tire .btnArea .btnBox {
        width: 50%;
        margin: 0 auto;
    }
    .tire .btnArea .btnBox a {
        width: 100%;
    }
    .tire .btnArea ul {
        display: flex;
        justify-content: space-between;
        margin: 30px auto;
    }
    .tire .btnArea ul li {
        width: 45%;
    }
    .tire .btnArea ul li a {
        width: 100%;
    }
    .tire .stepList li {
        display: flex;
        padding: 30px 20px;
        margin-bottom: 80px;
    }
    .tire .stepList li::after {
        border-top: 30px solid #ccc;
        border-right: 30px solid transparent;
        border-bottom: 30px solid transparent;
        border-left: 30px solid transparent;
        position: absolute;
        bottom: -85px;
        left: 50%;
        transform: translateX(-50%);
    }
    .tire .stepList li .stepTitle {
        display: flex;
        align-items: center;
        margin: 0 0 20px 0;
    }
    .tire .stepList li .stepTitle .step {
        padding: 5px 15px;
        margin-right: 20px;
    }
    .tire .stepList li .stepTitle .title {
        font-size: 2.0rem;
    }
    .tire .stepList li .imgBox {
        width: 450px;
        flex-shrink: 0;
        margin-left: 40px;
    }
    .tire .flimgBox {
        display: flex;
        align-items: center;
    }
    .tire .flimgBox .logo {
        width: 40%;
    }
    .tire .flimgBox p {
        font-weight: bold;
        font-size: 5.0rem;
        margin: 0 50px;
    }
    .tire .spW {
        max-width: 100% !important;
    }
    .tire .btn:hover .sup {
        color: #FFFFFF;
    }
}
@media screen and (max-width: 768.9px) {
    .tire .bnr-hover {
        margin: 20px auto 0;
    }
    .tire .box .lead {
        text-align: left;
    }
    .tire .box .txt-lead {
        text-align: left;
        font-size: 1.4rem;
        line-height: 2.0;
    }
    .tire .txt {
        font-size: 1.4rem;
    }
    .tire .caseBox {
        display: block;
        flex-wrap: inherit;
    }
    .tire .caseBox .caseBoxcard {
        width: 100%;
        margin-bottom: 20px;
    }
    .tire .caseBox .caseBoxcard .caseItem {
        font-size: 1.6rem;
        margin: 20px auto;
    }
    .tire .sectionBox {
        margin: 40px auto !important;
    }
    .tire .imgBox img.w60 {
        max-width: 60%;
    }
    .tire .imgArea {
        padding: 30px 20px;
    }
    .tire .imgLead {
        text-align: center;
        font-size: 1.6rem;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .tire .imgArea ul {
        display: block;
    }
    .tire .imgArea ul li {
        width: 100%;
    }
    .tire .imgArea ul li:first-child {
        margin-bottom: 20px;
    }
    .tire .imgArea ul li img {
        width: 100%;
    }
    .tire .btnArea {
        margin: 50px auto;
    }
    .tire .btnArea .btnBox {
        width: 90%;
        margin: 0 auto;
    }
    .tire .btnArea ul {
        width: 90%;
        margin: 15px auto;
    }
    .tire .btnArea ul li:first-child {
        margin-bottom: 15px;
    }
    .tire .stepList li {
        padding: 20px 10px;
        margin-bottom: 20px;
        border-top: none;
    }
    .tire .stepList li:first-of-type {
        border-top: 1px solid #ccc;
    }
    .tire .stepList li::after {
        border-top: 15px solid #ccc;
        border-right: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 15px solid transparent;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
    }
    .tire .stepList li .stepTitle {
        margin: 0 0 20px 0;
    }
    .tire .stepList li .stepTitle .step {
        padding: 5px 15px;
        margin-bottom: 20px;
        display: inline-block;
    }
    .tire .stepList li .stepTitle .title {
        font-size: 1.8rem;
    }
    .tire .stepList li .imgBox {
        width: 100%;
        margin-top: 20px;
    }
    .tire .flimgBox div img {
        width: 100%;
    }
    .tire .flimgBox div:first-of-type {
        width: 50%;
        margin: 0 auto;
    }
    .tire .flimgBox p {
        font-weight: bold;
        font-size: 4.0rem;
        margin: 10px 0;
        text-align: center;
    }
    .tire .spW {
        width: 850px;
    }
    .tire .pageTop {
        top: -52px;
    }
}

/*----------------------------------------------------------
13.footer_link,fixed_link
----------------------------------------------------------*/
@media screen and (min-width: 769px) {
    footer .footer_link .footer_link_left {
        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: calc(50% - 71px);
        top: -32px;
    }

    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 {
        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: calc(50% - 71px);
        top: -32px;
    }
    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%;
    }
}

/*----------------------------------------------------------
14.m-headline
----------------------------------------------------------*/
/* ニュースヘッドライン */
.m-headline {
    display: block;
    width: 100%;
    height: auto;
    margin: 50px auto 0;
}
.m-headline li {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.m-headline li:last-child {
    margin-bottom: 0;
}
.m-headline li a.m-headline-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0px 2px 2px 0px rgb(7 14 13 / 24%);
    background: #FFFFFF;
}
.m-headline li a.m-headline-item:hover {
    transform: translate3d(-2px, 2px, 0);
    box-shadow: none;
}
.m-headline li a.m-headline-item .m-headline-image {
    width: 25%;
    height: auto;
}
.m-headline li a.m-headline-item .m-headline-image img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.m-headline li a.m-headline-item .m-headline-content {
    width: 72%;
    height: auto;
}
.m-headline li a.m-headline-item .m-headline-content .m-headline-title {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 10px;
}
.m-headline li a.m-headline-item .m-headline-content .m-headline-text {
    font-size: 1.4rem;
    line-height: 1.8;
}
@media screen and (max-width: 480px) {
    /* ニュースヘッドライン */
    .m-headline li a.m-headline-item {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: auto;
        padding: 20px;
        border: 1px solid #ccc;
        box-shadow: 0px 2px 2px 0px rgb(7 14 13 / 24%);
    }
    .m-headline li a.m-headline-item:hover {
        transform: translate3d(-2px, 2px, 0);
        box-shadow: none;
    }
    .m-headline li a.m-headline-item .m-headline-image {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .m-headline li a.m-headline-item .m-headline-image img {
        display: block;
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .m-headline li a.m-headline-item .m-headline-content {
        width: 100%;
        height: auto;
    }
    .m-headline li a.m-headline-item .m-headline-content .m-headline-title {
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.6;
        margin-bottom: 10px;
    }
    .m-headline li a.m-headline-item .m-headline-content .m-headline-text {
        font-size: 1.3rem;
        line-height: 1.6;
    }
}
/*----------------------------------------------------------
15.linkBox
----------------------------------------------------------*/
@media screen and (min-width: 769px) {
    .linkBox {
        display: -ms-flexbox;
        display: flex;
        gap: 40px;
        margin-bottom: 52px;
    }
    .linkBox.no-mb {
        margin-bottom: 0;
    }
    .linkBox_link {
        width: calc(100% / 3 - 26px);
        padding: 0;
        box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
        background: #fff;
        text-align: center;
        border: 1px solid #fff;
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .linkBox_link a {
        display: block;
    }
    .linkBox_link img {
        object-fit: cover;
        width: 100%;
        height: 180px;
        margin-bottom: 18px;
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .linkBox_link .link {
        font-size: 1.4rem;
    }
    .linkBox_link .link::before {
        margin-right: 12px;
    }
    .linkBox_link:hover {
        box-shadow: none;
        transform: translate3d(-2px, 2px, 0);
        outline: 4px solid #ea002a;
        border: none;
    }
    .linkBox_content {
        padding: 0 17px 20px 17px;
        text-align: justify;
    }
    .linkBox_content_title {
        line-height: 1.4;
        text-align: left;
        padding: 0 17px 15px;
        font-size: inherit;
    }
    .linkBox_content_text {
        line-height: 1.6;
        font-size: 1.3rem;
    }
    .limit:hover span {
        color: #fff;
    }
    /* .solution_linkBox {
        padding-bottom: 0;
    } */
}
@media screen and (max-width: 768.9px) {
    .linkBox {
        margin-bottom: 20px;
    }
    .linkBox_link {
        display: block;
        width: 100%;
        box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
        background: #fff;
    }
    .linkBox_link+.linkBox_link {
        margin-top: 20px;
    }
    .linkBox_thumb_head {
        display: table;
    }
    .linkBox_img {
        display: table-cell;
        vertical-align: middle;
        width: 30%;
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .linkBox_img img {
        width: 100%;
    }
    .linkBox_content_title {
        display: table-cell;
        vertical-align: middle;
        width: 65%;
        padding-left: 5%;
        line-height: 1.2;
        font-size: inherit;
    }
    .linkBox_link .link {
        width: calc(100% - 95px);
        font-size: 1.4rem;
        font-weight: bold;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .linkBox_link .link::before {
        width: 16px;
        height: 16px;
        min-width: 16px;
        min-height: 16px;
    }
    .linkBox_content {
        width: 100%;
        padding: 15px;
        line-height: 1.8;
        text-align: justify;
    }
    /* add */
    .linkBox-s_link {
        box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
        background: #fff;
    }
    .linkBox-s_link a {
        display: flex;
        -ms-align-items: center;
        align-items: center;
        width: 100%;
    }
    .linkBox-s_link+.linkBox-s_link {
        margin-top: 20px;
    }
    .linkBox-s_img {
        width: 30%;
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .linkBox-s_img img {
        width: 100%;
    }
    .linkBox-s_content {
        width: 70%;
        padding: 0 14px 0 14px;
        text-align: justify;
    }
    .linkBox-s_content p {
        font-size: 1.4rem;
        line-height: 1.4;
    }
    .linkBox-s_link.current a {
        box-shadow: none;
        transform: translate3d(-2px, 2px, 0);
        outline: 4px solid #ea002a;
        border: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 768.9px) {
    .linkBox {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 52px;
    }
    .linkBox_link {
        display: block;
        width: 355px;
        padding: 0;
        box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
        background: #fff;
        text-align: center;
        border: 1px solid #fff;
    }
    .linkBox_link.-tb {
        width: calc(100% / 3);
    }
    .linkBox_link+.linkBox_link {
        margin-top: 0;
    }
    .linkBox_thumb_head {
        display: block;
    }
    .linkBox_img {
        display: block;
        width: 100%;
        margin-bottom: 14px;
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .linkBox_content_title {
        display: block;
        width: 100%;
        text-align: left;
        padding-left: 0;
        margin-bottom: 15px;
        padding: 0 20px;
    }
    .linkBox_link .link {
        font-size: 1.4rem;
    }
    .linkBox_link .link::before {
        margin-right: 12px;
    }
    .linkBox_content {
        width: 100%;
        padding: 0 20px 20px 20px;
        text-align: justify;
    }
    .linkBox_content_text {
        display: block;
        line-height: 1.6;
        font-size: 1.4rem;
    }
    /* add */
    .linkBox-s {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 52px;
    }
    .linkBox-s_link {
        width: 355px;
        padding: 0;
        box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
        background: #fff;
        text-align: center;
        border: 1px solid #fff;
    }
    .linkBox-s_link+.linkBox-s_link {
        margin-top: 0;
    }
    .linkBox-s_img {
        width: 30%;
        float: left;
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .linkBox-s_img img {
        width: 100%;
    }
    .linkBox-s_content {
        width: 65%;
        text-align: left;
        float: right;
    }
    .linkBox-s_content p {
        font-size: 1rem;
        line-height: 1.4;
    }
}
@media screen and (max-width: 480px) {
    .linkBox.-type2 .linkBox_link {
        width: 100%;
    }
    .linkBox.-type2 .linkBox_link .linkBox_content_text {
        text-align: left;
        font-size: 1.4rem;
    }
}
/*----------------------------------------------------------
16.linkBox-s
----------------------------------------------------------*/
@media screen and (min-width: 769px) {
    .linkBox-s {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 52px;
    }
    .linkBox-s_link {
        width: 355px;
    }
    .linkBox-s_link a {
        display: flex;
        -ms-align-items: center;
        align-items: center;
        padding: 0;
        background: #fff;
        text-align: center;
        border: 1px solid #fff;
        box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
    }
    .linkBox-s_img {
        display: block;
        vertical-align: middle;
        width: 30%;
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .linkBox-s_img img {
        width: 100%;
    }
    .linkBox-s_content {
        display: block;
        vertical-align: middle;
        width: 65%;
        padding-left: 5%;
    }
    .linkBox-s_content p {
        text-align: left;
        font-size: 1.4rem;
        line-height: 1.4;
    }
    .linkBox-s_link .link {
        font-size: 1.4rem;
    }
    .linkBox-s_link .link::before {
        margin-right: 12px;
    }
    .linkBox-s_link.current a,
    .linkBox-s_link a:hover {
        box-shadow: none;
        transform: translate3d(-2px, 2px, 0);
        border: 4px solid #ea002a;
    }
}

/*----------------------------------------------------------
17.listCard
----------------------------------------------------------*/
@media screen and (min-width: 769px) {
    .listCard {
        display: flex;
        justify-content: center;
    }
    .listCard ul {
        width: 70%;
        display: flex;
        flex-direction: column;
    }
    .listCard ul li {
        list-style: square;
        margin-left: 20px;
        font-size: 1.5rem;
        line-height: 1.4;
        margin-bottom: 1.0rem;
    }
    .listCard ul li span {
        font-weight: bold;
    }
    .listCard ul li a span {
        font-weight: normal;
    }
    .listCard.-img {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .listCard.-img .listCardimg {
        width: calc(800px / 4);
        height: calc(600px / 4);
        margin: 15px;
    }
    .listCard.-img .listCardimg2 {
        width: calc(800px / 3);
        height: calc(400px / 3);
        margin: 15px;
    }
    .listCard.-img ul {
        width: 70%;
        display: flex;
        flex-direction: column;
        margin: 15px;
    }
    .listCard.-img ul li {
        list-style: square;
        margin-left: 20px;
        font-size: 1.5rem;
        line-height: 1.4;
        margin-bottom: 1.0rem;
    }
    .listCard.-typenone ul li {
        list-style: none;
        margin-left: 10px;
        font-size: 1.5rem;
        line-height: 1.4;
        margin-bottom: 1.0rem;
    }
}
@media screen and (max-width: 768.9px) {
    .listCard {
        display: flex;
        justify-content: center;
    }
    .listCard ul {
        width: 70%;
        display: flex;
        flex-direction: column;
    }
    .listCard ul li {
        list-style: square;
        margin-left: 20px;
        font-size: 1.6rem;
        line-height: 1.4;
        margin-bottom: 1.0rem;
    }
    .listCard ul li span {
        font-weight: bold;
    }
    .listCard ul li a span {
        font-weight: normal;
    }
    .listCard.-img {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .listCard.-img .listCardimg {
        width: calc(800px / 4);
        height: calc(600px / 4);
        margin: 15px;
    }
    .listCard.-img .listCardimg2 {
        width: calc(800px / 3);
        height: calc(400px / 3);
        margin: 15px;
    }
    .listCard.-img ul {
        width: 70%;
        display: flex;
        flex-direction: column;
        margin: 0;
    }
    .listCard.-img ul li {
        list-style: square;
        margin-left: 20px;
        font-size: 1.6rem;
        line-height: 1.4;
        margin-bottom: 1.0rem;
    }
    .listCard.-typenone ul li {
        list-style: none;
        margin-left: 10px;
        font-size: 1.6rem;
        line-height: 1.4;
        margin-bottom: 1.0rem;
    }
}
@media screen and (max-width: 414px) {
    .listCard {
        display: flex;
        justify-content: center;
    }
    .listCard ul {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .listCard ul li {
        list-style: square;
        margin-left: 20px;
        font-size: 1.4rem;
        line-height: 1.5;
        margin-bottom: 1.0rem;
    }
    .listCard ul li span {
        font-weight: bold;
    }
    .listCard ul li a span {
        font-weight: normal;
    }
    .listCard.-img {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .listCard.-img .listCardimg {
        width: calc(800px / 4);
        height: calc(600px / 4);
        margin: 15px;
    }
    .listCard.-img .listCardimg2 {
        width: calc(800px / 3);
        height: calc(400px / 3);
        margin: 15px;
    }
    .listCard.-img ul {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .listCard.-img ul li {
        list-style: square;
        margin-left: 20px;
        font-size: 1.4rem;
        line-height: 1.5;
        margin-bottom: 1.0rem;
    }
    .listCard.-typenone ul li {
        list-style: none;
        margin-left: 0;
        font-size: 1.4rem;
        line-height: 1.5;
        margin-bottom: 1.0rem;
    }
}
/*----------------------------------------------------------
18.Adjust
----------------------------------------------------------*/
@media screen and (min-width: 769px) {
    .bigTxt {
        font-size: 2.2rem;
        text-align: center;
        line-height: 1.6;
        padding: 1.5rem 0;
        margin-bottom: 2.0rem;
    }
    .white {
        background: #fff;
        padding: 42px 50px;
        margin-bottom: 20px;
    }
    .card {
        display: block;
        width: 376px;
        height: 470px;
        background: #fff;
        box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
    }
    .brPcOnly span {
        width: 8em;
    }
    .title-under-box {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 768.9px) {
    .bigTxt {
        font-size: 1.8rem;
        text-align: center;
        line-height: 1.6;
        padding: 1.5rem 0;
        margin-bottom: 2.0rem;
    }
    .pcOnly.-tb {
        display: block !important;
    }
    .tbOnly {
        display: block;
    }
    .white {
        background: #fff;
        padding: 5% 3%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 640px) {
    .title-under-box {
        margin-bottom: 40px;
    }
    .title-under-box p.lead.center {
        text-align: left !important;
        line-height: 1.8;
    }
    .title-under-box p+p {
        margin-top: 20px;
    }
}
@media screen and (max-width: 414px) {
    .pcOnly.-tb {
        display: none;
    }
    .tbOnly {
        display: none;
    }
    .bigTxt {
        font-size: 1.6rem;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
        padding: 1.0rem 0;
        margin-bottom: 1.0rem;
    }
    .spLeft {
        text-align: left;
    }
}

/*各活用事例のスマホ未対応部を調整*/
.caseBox {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: center;
}

.caseMenu + .btn.limit{
    margin-top: 50px;
}

.caseBox.-horizontal .caseBoxcard img {
    max-width: 200px;
}

.listCard.-img {
    flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
 .caseBox .caseBoxcard{
    width: 100%;
 }
 .caseBox.-set2 .caseBoxcard{
    width: 100%;
 }
    
}