@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");
}

#BPMRSp {
    background: #fff;
}
#BPMRSp * {
    box-sizing: border-box;
    font-family: "Roboto", helvetica, arial, meiryo, sans-serif;
}
#BPMRSp *::before, #BPMRSp *::after {
    box-sizing: border-box;
}

#BPMRSp {
    overflow: hidden;
    margin-bottom: 30px;
}
#BPMRSp .BPMRSpMVInner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 320px;
    margin: 0 auto;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
#BPMRSp .BPMRSpMVHeadline {
    position: relative;
    z-index: 10;
    width: 320px;
    margin: 0 auto;
    padding: 0 10px;
}
#BPMRSp .BPMRSpHdg01 {
    margin-top: 16px;
    font-size: 1.714em;
    text-align: center;
    line-height: 1.2;
}
#BPMRSp .BPMRSpMVImg {
    position: relative;
    left: 50%;
    width: 400px;
    margin-top: -50px;
    margin-left: -200px;
}
#BPMRSp .BPMRSpMVLead {
    position: relative;
    z-index: 1;
    margin-top: -55px;
    background: rgba(89, 89, 91, .8);
}
#BPMRSp .BPMRSpMVLeadInner {
    max-width: 320px;
    margin: 0 auto;
    padding: 15px 10px;
    color: #fff;
    text-align: center;
}
#BPMRSp .BPMRSpMVLeadText {
    font-size: 1.143em;
    color: #fff;
    text-align: center;
}

#BPMRSp .BPMRSpContent {
    background: #333;
}

#BPMRSp .BPMRSpContentInner {
    max-width: 320px;
    margin: 0 auto;
    padding: 13px 10px 30px;
}

#BPMRSp .BPMRSpContent .BPMRSpHdg02 {
    font-weight: bold;
    font-size: 1.429em;
    color: #0190d7;
    text-align: center;
}

#BPMRSp .BPMRSpContent .BPMRSpSubText {
    font-weight: bold;
    font-size: 1.143em;
    color: #fff;
    text-align: center;
    line-height: 1.4375;
}

#BPMRSp .BPMRSpContent .BPMRSpSubText01 {
    margin-top: 9px;
}

#BPMRSp .BPMRSpContent .BPMRSpSubText02 {
    margin-top: 15px;
}

#BPMRSp .BPMRSpFeatureList {
    margin-top: 17px;
    padding: 0 10px;
    font-size: 1.143em;
    color: #fff;
}
#BPMRSp .BPMRSpFeatureList.Ptn01 > li {
    padding-left: 70px;
}
#BPMRSp .BPMRSpFeatureList.Ptn02 > li {
    padding-left: 60px;
}
#BPMRSp .BPMRSpFeatureList.Ptn03 > li {
    padding-left: 50px;
}
#BPMRSp .BPMRSpFeatureList > li {
    padding: 6px 20px 6px 80px;
    border-top: #444 solid 1px;
}
#BPMRSp .BPMRSpFeatureList > li:last-child {
    border-bottom: #444 solid 1px;
}
#BPMRSp .BPMRSpFeatureList > li > span {
    position: relative;
}
#BPMRSp .BPMRSpFeatureList > li > span::before {
    position: absolute;
    top: 50%;
    left: -20px;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -6px;
    background: #0190d7;
    content: "";
}

#BPMRSp .BPMRSpContent .cmnLpAncrBtn03 {
    margin-top: 28px;
}

#BPMRSp .cmnLpAncrBtn03.ThumbImg {
    width: 100%;
}
#BPMRSp .cmnLpAncrBtn03.ThumbImg > a {
    display: inline-block;
    width: 100%;
    margin: 11px 0;
    padding: 14.5px 60px 14.5px 52px;
    font-size: 1.143em;
}
#BPMRSp .cmnLpAncrBtn03.ThumbImg > a .Text {
    padding-right: 0;
    line-height: 1.4;
}
#BPMRSp .cmnLpAncrBtn03.ThumbImg > a .Text::before {
    background-size: contain;
}
#BPMRSp .cmnLpAncrBtn03.ThumbImg > a .Img {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -34px;
}
