/*----------------------------------------------------------
Index-/top/style.css
1.main,main_box
2.img-icon-list
3.m-headline
4.m-box-lead
5.m-box_border
6.service_why_box
7.mixBox
8.fl-content
9.Adjust
----------------------------------------------------------*/
/*----------------------------------------------------------
1.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: 600;
    color: #fff;
    letter-spacing: 3px;
}
.main_box h1 img, .main_box h2 img {
    display: block;
}
.main_box p {
    line-height: 2;
    letter-spacing: 4px;
    color: #f5f5f5;
}
.main_box .btn{
    width: 70%;
    max-width: 400px;
    margin: 30px auto 0;    
}
@media screen and (min-width: 769px) {
    .main_box {
        margin: auto;
        max-width: 1440px;
        height: 360px;
        background-image: url("/ja-jp/service/rfid-solution/asset/top/img/main.jpg");
        background-repeat: no-repeat;
        background-size: 1440px 360px;
        background-position: center;
        padding-top: 14px;
    }
    .main_box h1, .main_box h2 {
        font-size: 6.4rem;
        margin-bottom: 25px;
        height: 85px;
    }
    .single-line h1, .single-line h2 {
        font-size: 4.8rem;
        margin-bottom: 25px;
        height: 50px;
        margin-left: 0;
    }
    .main_box h1 span, .main_box h2 span {
        display: block;
        font-size: 1.4rem;
        margin-top: 10px;
        height: 85px;
        color: #fff;
    }
    .main_box h1 img, .main_box h2 img {
        display: block;
        margin: 0 auto 20px;
    }
    .main_box p {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 768.9px) {
    .main_box {
        height: 320px;
        background-image: url("/ja-jp/service/rfid-solution/asset/top/img/main_sp.jpg");
        background-size: cover;
        background-position: center;
    }
    .main_box h1, .main_box h2 {
        width: 100%;
        font-size: 3.6rem;
        line-height: 1.4;
        margin-bottom: 18px;
    }
    .main_box h1 img, .main_box h2 img {
        display: block;
        margin: 0 auto 20px;
    }
    .main_box p {
        font-size: 1.2rem;
    }
}
/*----------------------------------------------------------
2.img-icon-list
----------------------------------------------------------*/
.img-icon-list{
    display: flex;
    gap:60px;
    margin: 0 auto 70px;
}
.img-icon-list li{
    width:calc(100% / 3);
}
.img-icon-list li .icon-image{
    display: block;
    margin: 0 auto 20px;
}
.img-icon-list li .list-ttl{
    font-weight: bold;
    text-align: center;
    color: #ea002a;
    margin-bottom:8px;    
}
@media screen and (max-width:768.9px){
    .img-icon-list{
        flex-wrap: wrap;
        gap:25px;
        margin: 0 auto 20px;
    }
    .img-icon-list li{
        width:calc(100% / 2 - 15px);        
    }
    .img-icon-list li .icon-image{
        margin: 0 auto 10px;
    }
    .img-icon-list li .list-ttl{
        font-size: 1.4rem;  
    }
    .img-icon-list li .txt{
        font-size: 1.3rem;
    }
}
/*----------------------------------------------------------
3.m-headline
----------------------------------------------------------*/
.m-headline {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 50px;
}
.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%);
}
.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 {
        margin: 0 auto 30px;
    }
    .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;
    }
}
/*----------------------------------------------------------
4.m-box-lead
----------------------------------------------------------*/
.m-box-lead {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}
.m-box-lead p {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.6;
}
.m-box-lead p+p {
    margin-top: 20px;
}
/*----------------------------------------------------------
5.m-box_border
----------------------------------------------------------*/
.m-box_border {
    border: 5px solid #edeeee;
    padding: 40px;
}
.m-box_border+.m-box_border {
    margin-top: 40px;
}
.m-box_border .m-box-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.m-box_border .m-box-content .m-box-text {
    display: block;
    width: 60%;
    height: auto;
}
.m-box_border .m-box-content .m-box-text p {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.6;
}
.m-box_border .m-box-content .m-box-text p+p {
    margin-top: 20px;
}
.m-box_border .m-box-content .m-box-image {
    width: 37%;
    height: auto;
}
.m-box_border .m-box-content .m-box-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 480px) {
    .m-box_border {
        border: 5px solid #edeeee;
        padding: 30px;
    }
    .m-box_border+.m-box_border {
        margin-top: 40px;
    }
    .m-box_border .m-box-content {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }
    .m-box_border .m-box-content.sp-reverse {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column-reverse;
        gap: 20px;
    }
    .m-box_border .m-box-content .m-box-text {
        display: block;
        width: 100%;
        height: auto;
    }
    .m-box_border .m-box-content .m-box-text p {
        margin: 0;
        padding: 0;
        font-size: 1.6rem;
        line-height: 1.6;
    }
    .m-box_border .m-box-content .m-box-text p+p {
        margin-top: 20px;
    }
    .m-box_border .m-box-content .m-box-image {
        width: 100%;
        height: auto;
    }
    .m-box_border .m-box-content .m-box-image img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
}

/*----------------------------------------------------------
6.service_why_box
----------------------------------------------------------*/
.service_why_box_text.text_bold {
    font-size: 2.4rem;
}
@media screen and (min-width: 769px) {
    .service_why_box {
        border-bottom: 1px solid #edeeee;
        padding-bottom: 60px;
    }
    .service_why_box.pd-btm20 {
        padding-bottom: 20px;
    }
    .service_why_box_text {
        text-align: center;
    }
    .service_why_box_btn {
        max-width: 640px;
        margin: 30px auto 0;
    }
}
@media screen and (max-width: 768.9px) {
    .service_why_box {
        border-bottom: 1px solid #edeeee;
        padding: 30px 0;
    }
    .service_why_box_btn {
        max-width: 640px;
        margin: 30px auto 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 768.9px) {
    .service_why_box_text.text_bold {
        font-size: 2.4rem;
        text-align: center;
    }
}

/*----------------------------------------------------------
7.mixBox
----------------------------------------------------------*/
@media screen and (min-width: 769px) {
    .mixBox {
        margin: 0 auto;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mixBox img {
        max-width: 240px;
        margin-right: 50px;
    }
    .mixBox .mixBoxIn p {
        font-size: 2.0rem;
        font-weight: bold;
    }
    .btn:hover sup {
        color: #fff;
    }
    .fit890 {
        display: block;
        margin: 0 auto;
        max-width: 760px;
    }
    .bdbtm {
        padding-bottom: 63px;
        border-bottom: 1px solid #edeeee;
    }
}
@media screen and (max-width: 768.9px) {
    .mixBox {
        margin: 0 auto;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mixBox img {
        max-width: 240px;
        margin-right: 50px;
    }
    .mixBox .mixBoxIn p {
        font-size: 1.6rem;
        line-height: 1.6;
        font-weight: bold;
    }
    .btn:hover sup {
        color: #fff;
    }
    .fit890 {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .bdbtm {
        padding-bottom: 63px;
        border-bottom: 1px solid #edeeee;
    }
}
@media screen and (max-width: 414px) {
    .mixBox {
        margin: 0 auto;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .mixBox img {
        max-width: 200px;
        margin: 0 auto;
    }
    .mixBox .mixBoxIn p {
        font-size: 1.4rem;
        line-height: 1.6;
        font-weight: bold;
        text-align: left;
        margin-top: 20px;
    }
    .btn:hover sup {
        color: #fff;
    }
    .fit890 {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .bdbtm {
        padding-bottom: 46px;
        border-bottom: 1px solid #edeeee;
    }
}

/*----------------------------------------------------------
8.fl-content
----------------------------------------------------------*/
.fl-content{
    display: flex;
    gap: 50px;
}
.fl-content .img-box{
    flex-basis: 45%;
    flex-shrink: 0;
}
.fl-content .img-box img{
    width: 100%;
}
.fl-content .txt-box{
    line-height:2;
}
.fl-content .txt-box .txt{
    margin-bottom: 30px
}
@media screen and (max-width:768.9px) {
    .fl-content{
        flex-direction: column;
        gap:24px;
    }
    .fl-content .img-box{
        flex-basis: 100%;
    }
    .fl-content .txt-box .txt{
        margin-bottom:24px
    }
    
}
/*----------------------------------------------------------
9.Adjust
----------------------------------------------------------*/
.pdbtm-30 {
    padding-bottom: 30px !important;
}
.pdbtm-40 {
    padding-bottom: 40px !important;
}
.pdbtm-50 {
    padding-bottom: 50px !important;
}
.pdbtm-60 {
    padding-bottom: 60px !important;
}
@media screen and (min-width: 769px) {
    nav a span:after {
        content: '';
        display: inline-block;
        background-image: url("/ja-jp/service/rfid-solution/asset/cmn/img/icon_external-link.svg");
        background-size: 30%;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #ea002a;
        border-radius: 50%;
    }

}

.m-box_border .btn {
    margin-top: 30px;
}

.m-box-content+.m-box-content {
    margin-top: 50px;
}