@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");
}

#SmartSensorsSp {
    line-height: 1.5;
    background: #fff;
}

#SmartSensorsSp * {
    box-sizing: border-box;
    font-family: "Roboto", helvetica, arial, meiryo, sans-serif;
}

#SmartSensorsSp *::before, #SmartSensorsSp *::after {
    box-sizing: border-box;
}

#SmartSensorsSp {
    overflow: hidden;
    margin-bottom: 30px;
}

#SmartSensorsSp .AlignC {
    text-align: center;
}

#SmartSensorsSp .AlignR {
    text-align: right;
}

.SmartSensorsSpSection.Bg1 {
    background-color: #333;
}

.SmartSensorsSpSection.Bg2 {
    background-color: #e2e2e2;
}

.SmartSensorsSpSection.Bg3 {
    background-color: #fff;
}

.SmartSensorsSpSectionInner {
    max-width: 320px;
    margin: 0 auto;
    padding: 20px 10px;
}

.SmartSensorsSpSectionInner > *:last-child {
    margin-bottom: 0;
}

.SmartSensorsSpKV01 {
    margin-bottom: 10px;
}

.SmartSensorsSpHdg01 {
    margin-bottom: 20px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
}

.SmartSensorsSpHdg02 {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 1.2;
}

.SmartSensorsSpPar01 {
    margin-bottom: 20px;
    font-size: 16px;
}

.SmartSensorsSpList01 {
    margin-bottom: 16px;
}

.SmartSensorsSpList01 > li {
    margin-bottom: 5px;
    padding-left: 16px;
    font-size: 16px;
    color: #fff;
}

.SmartSensorsSpList01 > li:last-child {
    margin-bottom: 0;
}

.SmartSensorsSpList01 > li::before {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: -2px 11px 0 -16px;
    vertical-align: middle;
    background-color: #fff;
    content: "";
}

.SmartSensorsSpBtn01 > a {
    position: relative;
    display: inline-block;
    padding: 12px 24px 10px 46px;
    font-size: 16px;
    color: #fff;
    background-color: #e60012;
    box-shadow: 0 2px rgba(0, 0, 0, .3);
}

.SmartSensorsSpBtn01 > a::before {
    position: absolute;
    top: 50%;
    left: 18px;
    display: block;
    width: 16px;
    height: 13px;
    margin-top: calc(-13px / 2);
    background: url("../../../img/landing_page/common/icon_btn_anc.png") no-repeat;
    content: "";
}

.SmartSensorsSpColLyt01 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px 0 20px -20px;
}

.SmartSensorsSpColLyt01.Col2 > .Col {
    width: 50%;
}

.SmartSensorsSpColLyt01 > .Col {
    width: 100%;
    margin-top: 20px;
    padding-left: 20px;
}

.SmartSensorsSpColLyt01 > .Col > *:last-child {
    margin-bottom: 0;
}

.SmartSensorsSpImgLyt01 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 30px;
}

.SmartSensorsSpImgLyt01 .Txt {
    font-size: 13px;
}

.SmartSensorsSpImgLyt01 .Img {
    min-height: calc(0%);
    margin-bottom: 10px;
}
