@charset "UTF-8";

/*
 * 'Roboto' is lisenced under the Apache License, version 2.0
 * https://fonts.google.com/specimen/Roboto
 * https://www.google.com/fonts/attribution
 * http://www.apache.org/licenses/LICENSE-2.0
 */
@font-face {
    font-family: "Roboto";
    src: url("//library.keyence.com/fonts/Roboto-Regular.eot");
}

@font-face {
    font-family: "Roboto";
    src: url("//library.keyence.com/fonts/Roboto-Regular.woff") format("woff"), url("//library.keyence.com/fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
    font-weight: bold; 
    font-family: "Roboto";
    src: url("//library.keyence.com/fonts/Roboto-Bold.eot");
}

@font-face {
    font-weight: bold; 
    font-family: "Roboto";
    src: url("//library.keyence.com/fonts/Roboto-Bold.woff") format("woff"), url("//library.keyence.com/fonts/Roboto-Bold.ttf") format("truetype");
}

#Im7000Sp {
    background: #fff;
}
#Im7000Sp * {
    box-sizing: border-box; 
    font-family: "Roboto", helvetica, arial, meiryo, sans-serif;
}
#Im7000Sp *::before, #Im7000Sp *::after {
    box-sizing: border-box;
}
#Im7000Sp .Im7000SpMVInner, #Im7000Sp .Im7000SpCvAreaInner, #Im7000Sp .Im7000SpLytInner {
    max-width: 320px;
    margin: 0 auto;
    padding: 0 10px;
}
#Im7000Sp .Im7000SpMV > .Im7000SpLytInner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 10px 10px;
    background: url(../../img/landing_page/im-7000_sp/im-7000_sp_bg_img_01.png) no-repeat right 0 top -20px;
}
#Im7000Sp .Im7000SpMVTextArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    width: calc(100% - 131px); 
    padding: 0 0 0 12px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
#Im7000Sp .Im7000SpMVImgArea {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    max-width: 131px; 

    -webkit-box-ordinal-group: 0;
}
#Im7000Sp .Im7000SpHdg01 {
    font-size: 1.714em;
}
#Im7000Sp .Im7000SpSeriesName {
    margin-top: 5px;
    font-size: 1.286em;
}
#Im7000Sp .Im7000SpHdg01Lead {
    position: relative;
    margin-top: 6px;
    padding-top: 9px;
    font-size: 1.286em;
}
#Im7000Sp .Im7000SpHdg01Lead::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 2px;
    background: #e60012; 
    content: "";
}
#Im7000Sp .Im7000SpMVImgBox {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    width: 131px; 

    -webkit-box-ordinal-group: 0;
}
#Im7000Sp .Im7000SpNav {
    overflow: hidden; 
    padding: 20px 0 0;
}
#Im7000Sp .Im7000SpNavList {
    position: relative;
    left: -1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 2px);
    margin: 1px 0;
}
#Im7000Sp .Im7000SpNavList::before {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 2px;
    background: #d5d5d5; 
    content: "";
}
#Im7000Sp .Im7000SpNavList::after {
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 100%;
    height: 2px;
    background: #d5d5d5; 
    content: "";
}
#Im7000Sp .Im7000SpNavList > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    font-weight: bold;
    font-size: 1.286em;
    border: solid #fff 1px;
}
#Im7000Sp .Im7000SpNavList > li:last-child:nth-child(odd) {
    width: 100%;
}
#Im7000Sp .Im7000SpNavList > li.Im7000SpNavListFullWidth {
    width: 100%;
}
#Im7000Sp .Im7000SpNavList > li > a {
    position: relative; 
    display: inline-block;
    width: 100%;
    padding: 12px 5px;
    color: #393c46;
    text-align: center;
    text-decoration: none;
    background: #ebebeb;
}
#Im7000Sp .Im7000SpNavList > li > a > .Text {
    position: relative;
    padding-left: 21px;
}
#Im7000Sp .Im7000SpNavList > li > a > .Text::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    margin-top: -6px; 
    background: url(../../img/landing_page/im-7000_sp/im-7000_sp_bg_img_02.png) no-repeat center center;
    content: "";
}
#Im7000Sp .cmnLpAncrBtn03.ThumbImg {
    width: 100%;
}
#Im7000Sp .cmnLpAncrBtn03.ThumbImg > a {
    display: inline-block;
    width: 100%;
    margin: 11px 0;
    padding: 14.5px 70px 14.5px 46px; 
    font-size: 1.143em;
}
#Im7000Sp .cmnLpAncrBtn03.ThumbImg > a .Text {
    padding-right: 0; 
    font-weight: bold;
    line-height: 1.4;
}
#Im7000Sp .cmnLpAncrBtn03.ThumbImg > a .Text::before {
    background-size: contain;
}
#Im7000Sp .cmnLpAncrBtn03.ThumbImg > a .Img {
    position: absolute;
    top: 50%;
    right: 8px; 
    margin-top: -34px;
}
#Im7000Sp .cmnLpInqBtn01 {
    width: 100%; 
    margin-top: 10px;
}
#Im7000Sp .cmnLpInqBtn01 > a {
    width: 100%;
    margin-bottom: 2px;
    padding: 14.5px 20px;
    font-weight: bold; 
    font-size: 1.143em;
    text-align: center;
}
#Im7000Sp .cmnLpInqBtn01 > a::before {
    content: none;
}
#Im7000Sp .Im7000SpFeatures {
    padding-top: 40px;
}
#Im7000Sp .Im7000SpFeature + .Im7000SpFeature {
    margin-top: 45px;
}
#Im7000Sp .Im7000SpHdg02 {
    font-size: 1.286em; 
    color: #499742;
}
#Im7000Sp .Im7000SpHdg02Lead {
    margin-top: 3px;
    font-size: 1.143em;
}
#Im7000Sp .Im7000SpContentImg {
    margin-top: 10px;
}
