<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ========== utility ========== */
.utility-contentAlign-right {
    margin-left: auto;
}

/* ========== screen ========== */
@media screen and (max-width: 969px) {
    .smallScreen-order-1 {
        order: 1;
    }
    .smallScreen-order-2 {
        order: 2;
    }
    .smallScreen-order-3 {
        order: 3;
    }
}

/* ========== jumbotron ========== */
.lp-jumbotron {
    background-color: #e6e7e9;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron {
        background: radial-gradient(#fbfbfc, #e6e7e9);
    }
}

.lp-jumbotron-content {
    z-index: 1;
    position: relative;
    min-height: 580px;
    overflow: hidden;
    background: url("../../img/landing_page/lp_laser_displacement_sensor_cl-3000/lp_laser_displacement_sensor_cl-3000_bg_img_01.jpg") no-repeat center bottom;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-content {
        min-height: auto;
        background: none;
    }
}

.lp-jumbotron-body {
    display: flex;
    align-items: center;
    min-width: 970px;
    max-width: 1310px;
    margin: 0 auto;
    padding: 133px 0 213px;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-body {
        flex-direction: column;
        min-width: auto;
        padding: calc(35vw * 100 / 768) 20px 14px;
    }
}

@media screen and (max-width: 768px) {
    .lp-jumbotron-body {
        padding-top: calc(25vw * 100 / 360);
    }
}

.lp-jumbotron-image {
    z-index: -1;
    position: absolute;
    bottom: 28px;
    left: 50%;
    width: 1150px;
    min-height: calc(0%);
    transform: translateX(-50%);
    text-align: center;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-image {
        position: relative;
        bottom: auto;
        left: auto;
        width: 120vw;
        margin-bottom: 30px;
        transform: translateX(0);
    }
}

@media screen and (max-width: 768px) {
    .lp-jumbotron-image {
        width: 170vw;
    }
}

.lp-jumbotron-titleGroup {
    width: calc(425vw * 100 / 970);
    max-width: 600px;
    padding: 0 20px;
    font-size: 50px;
    line-height: 1;
    text-align: center;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-titleGroup {
        width: 100%;
        max-width: none;
        padding: 0;
        font-size: calc(40vw * 100 / 768);
    }
}

@media screen and (max-width: 768px) {
    .lp-jumbotron-titleGroup {
        font-size: calc(22vw * 100 / 360);
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 24px;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-title {
        margin-bottom: calc(15vw * 100 / 768);
        line-height: 1.18;
    }
}

@media screen and (max-width: 768px) {
    .lp-jumbotron-title {
        margin-bottom: calc(10vw * 100 / 360);
    }
}

.lp-jumbotron-seriesName {
    display: flex;
    justify-content: center;
    font-size: 18px;
    line-height: 1.33;
}

@media screen and (max-width: 768px) {
    .lp-jumbotron-seriesName {
        font-size: calc(15vw * 100 / 360);
    }
}

.lp-jumbotron-seriesName &gt; em {
    display: block;
    min-width: 40px;
    margin: 0 15px 0 0;
    color: #ff3434;
    font-size: 18px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .lp-jumbotron-seriesName &gt; em {
        margin-right: calc(13vw * 100 / 360);
        font-size: calc(15vw * 100 / 360);
    }
}

.lp-jumbotron-button {
    width: calc(408vw * 100 / 970);
    max-width: 460px;
    margin-left: 110px;
    padding-top: 20px;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-button {
        width: 100%;
        max-width: none;
        margin-left: 0;
        padding-top: 0;
    }
}

/* ========== button ========== */
.lp-button {
    display: inline-block;
    position: relative;
    padding: 13px 88px 13px 102px;
    border: 1px solid #2a8ac6;
    color: #2a8ac6;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s;
}

.lp-button .lp-button-text {
    position: relative;
}

.lp-button .lp-button-text::before {
    position: absolute;
    top: 50%;
    left: -16px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 6px solid #2a8ac6;
    content: "";
}

@media screen and (max-width: 969px) {
    .lp-button {
        font-size: 18px;
    }
}

.lp-listButton {
    text-align: center;
}

.lp-listButton &gt; li &gt; a {
    margin-bottom: 16px;
    text-decoration: none;
}

.lp-buttonConversion {
    display: inline-block;
    margin: 0 0 16px;
    background: #e60012;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.lp-buttonConversion-body {
    display: block;
    padding: 14px 9px 16px 22px;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body {
    -ms-flex-align: center;
    display: flex;
    align-items: center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    display: block;
    width: 16px;
    height: 13px;
    margin-right: 16px;
    background: url("../../img/landing_page/common/icon_btn_anc.png") no-repeat 0 0;
    background-size: contain;
    content: "";
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-text {
    font-size: 19px;
    line-height: 1;
    text-align: left;
}

@media screen and (max-width: 969px) {
    .lp-buttonConversion.of-anchor .lp-buttonConversion-text {
        font-size: 20px;
    }
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-image {
    margin: -24px 0 -24px 16px;
    margin-right: 2px;
    box-shadow: 0 0 2px #cccccc;
}

/* ========== section ========== */
.lp-section {
    overflow: hidden;
    background-color: #ffffff;
}

.lp-section.of-primary {
    background-color: #4d5156;
    color: #ffffff;
}

.lp-section.of-secondary {
    background-color: #09090a;
    color: #ffffff;
}

.lp-section.of-tertiary {
    background-color: #eceeec;
}

.lp-section-content {
    z-index: 1;
    position: relative;
    width: 970px;
    min-height: 670px;
    margin: 0 auto;
    padding: 80px 10px 66px;
}

.lp-section-content.of-height-narrow {
    min-height: auto;
    padding-top: 50px;
}

@media screen and (max-width: 969px) {
    .lp-section-content {
        width: 100%;
        min-height: auto;
        padding: 26px 20px 14px;
    }
    .lp-section-content.of-height-narrow {
        width: 100%;
        padding: 28px 20px 42px;
    }
}

@media screen and (max-width: 969px) {
    .lp-section-content {
        padding-bottom: 24px;
    }
}

.lp-section-inner {
    width: 50%;
}

@media screen and (max-width: 969px) {
    .lp-section-inner {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .lp-section-inner.utility-contentAlign-right &gt; .lp-section-body {
        margin-top: -26px;
    }
}

.lp-section-image {
    z-index: -1;
    position: absolute;
    top: 0;
    right: -224px;
    min-height: calc(0%);
}

.lp-section-image.of-position-primaryLeft {
    left: -108px;
}

.lp-section-image.of-position-secondaryLeft {
    left: -215px;
}

.lp-section-image.of-position-middle {
    z-index: -1;
    position: absolute;
    top: auto;
    right: 85px;
    bottom: 11px;
}

@media screen and (max-width: 969px) {
    .lp-section-image {
        position: static;
        max-width: 80%;
        margin: 0 auto;
    }
    .lp-section-image.of-rightPosition {
        max-width: none;
    }
    .lp-section-image.of-position-primaryLeft {
        width: 100%;
        max-width: 60%;
        margin-top: -30px;
        text-align: center;
    }
    .lp-section-image.of-position-secondaryLeft {
        width: 100%;
        margin-top: -30px;
    }
    .lp-section-image.of-position-middle {
        position: static;
        max-width: 100%;
        margin: 0 30% 0 20%;
    }
}

@media screen and (max-width: 768px) {
    .lp-section-image {
        max-width: none;
        margin: 0;
    }
    .lp-section-image.of-rightPosition {
        width: 134.375vw;
        margin-left: calc(-70vw * 100 / 360);
        text-align: center;
    }
    .lp-section-image.of-position-primaryLeft {
        max-width: 100%;
    }
    .lp-section-image.of-position-secondaryLeft {
        margin: -30px 0 16px;
    }
    .lp-section-image.of-position-middle {
        margin: 0 calc(172vw * 100 / 360) 0 0;
        padding-top: 40px;
    }
}

.lp-section-body {
    width: 100%;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.42;
}

@media screen and (max-width: 969px) {
    .lp-section-body {
        margin-bottom: 14px;
        font-size: 30px;
    }
}

@media screen and (max-width: 768px) {
    .lp-section-body {
        font-size: calc(28vw * 100 / 768);
    }
}

@media screen and (max-width: 559px) {
    .lp-section-body {
        font-size: calc(18vw * 100 / 360);
    }
}

.lp-section-figure,
.lp-section-figureGroup {
    width: 100%;
}

.lp-section-figureGroup {
    display: flex;
}

.lp-section-figureGroup &gt; * {
    margin-bottom: 0;
}

.lp-section-figureGroup &gt; *:first-child {
    margin-left: 0;
}

@media screen and (max-width: 969px) {
    .lp-section-figureGroup {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .lp-section-figureGroup &gt; * {
        margin: 0 auto 20px;
        text-align: center;
    }
}

/* ========== heading ========== */
.lp-headingLevel2 {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 1.33;
}

.lp-headingLevel2.of-border-dashed {
    position: relative;
    margin-bottom: 30px;
    font-size: 32px;
    text-align: center;
}

.lp-headingLevel2.of-border-dashed::before {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #737e83;
    content: "";
}

.lp-headingLevel2.of-border-dashed &gt; * {
    display: inline-block;
    z-index: 2;
    position: relative;
    padding: 0 20px;
    background-color: #eceeef;
}

@media screen and (max-width: 969px) {
    .lp-headingLevel2 {
        font-size: calc(42vw * 100 / 969);
    }
}

@media screen and (max-width: 768px) {
    .lp-headingLevel2 {
        margin-bottom: 8px;
        font-size: calc(22vw * 100 / 360);
        line-height: 1.23;
    }
    .lp-headingLevel2.of-border-dashed {
        margin-bottom: 22px;
        font-size: calc(22vw * 100 / 360);
    }
}

/* ========== lp-media========== */
.lp-media {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .lp-media {
        flex-direction: row;
        width: 100%;
        margin: 0 0 calc(10vw * 100 / 360) 0;
    }
    .lp-media:last-child {
        margin-bottom: 0;
    }
}

.lp-media-title {
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 8px 10px;
    background: #737e83;
    color: #ffffff;
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .lp-media-title {
        min-width: calc(130vw * 100 / 360);
        max-width: 200px;
        font-size: calc(30vw * 100 / 768);
    }
}

@media screen and (max-width: 559px) {
    .lp-media-title {
        font-size: calc(20vw * 100 / 360);
    }
}

.lp-media-Image {
    width: 100%;
    background-color: #ffffff;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .lp-media-Image {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.lp-mediaFlow {
    max-width: 474px;
    font-size: 16px;
}

.lp-mediaFlow.of-position-middle {
    max-width: 370px;
    margin-left: 14px;
}

.lp-mediaFlow.of-row-multi {
    max-width: 380px;
}

@media screen and (max-width: 969px) {
    .lp-mediaFlow {
        width: 100%;
        max-width: none;
        font-size: calc(18vw * 100 / 768);
    }
    .lp-mediaFlow.of-row-multi {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .lp-mediaFlow {
        margin-left: 0;
        font-size: calc(14vw * 100 / 360);
    }
    .lp-mediaFlow.of-position-middle {
        max-width: 370px;
        margin-left: auto;
    }
    .lp-mediaFlow.of-row-multi {
        margin: 0 0 20px 0;
    }
}

.lp-mediaFlow-body {
    display: flex;
    text-align: center;
}

.lp-mediaFlow-body &gt; * {
    width: 50%;
    margin-left: 14px;
    border: 1px solid #3b3b3d;
}

.lp-mediaFlow-body &gt; *:first-child {
    margin-left: 0;
}

.lp-mediaFlow-body.of-arrow &gt; * {
    margin-left: 4px;
    border: 0;
}

.lp-mediaFlow-body.of-arrow &gt; *:first-child {
    margin-left: 0;
}

@media screen and (max-width: 969px) {
    .lp-mediaFlow-body {
        max-width: 474px;
        margin: 0 auto 20px;
    }
    .lp-mediaFlow-body.of-arrow {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .lp-mediaFlow-body {
        margin-bottom: 16px;
    }
}

.lp-mediaFlow-before,
.lp-mediaFlow-after {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .lp-mediaFlow-before,
    .lp-mediaFlow-after {
        margin-bottom: calc(11vw * 100 / 360);
    }
}

.lp-mediaFlow-beforeTitle,
.lp-mediaFlow-afterTitle {
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 3px 15px 4px;
    font-size: 15px;
    line-height: 1.25;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .lp-mediaFlow-beforeTitle,
    .lp-mediaFlow-afterTitle {
        padding: 9px 1px 5px;
        font-size: 16px;
    }
}

.lp-mediaFlow.of-row-multi .lp-mediaFlow-before .lp-mediaFlow-beforeTitle,
.lp-mediaFlow.of-row-multi .lp-mediaFlow-after .lp-mediaFlow-afterTitle {
    padding-top: 6px;
}

.lp-mediaFlow-beforeTitle {
    background-color: #000000;
}

.lp-mediaFlow-beforeTitle.of-title-primary {
    background-color: #3b3b3d;
    color: #ffffff;
}

.lp-mediaFlow-afterTitle {
    background-color: #fbe80f;
    color: #333333;
}

.lp-mediaFlow-beforeImage,
.lp-mediaFlow-afterImage {
    margin-bottom: 0;
}

.lp-mediaFlow-body.of-arrow .lp-mediaFlow-beforeImage {
    position: relative;
    margin-bottom: 14px;
}

.lp-mediaFlow-body.of-arrow .lp-mediaFlow-beforeImage::before {
    display: block;
    position: absolute;
    top: 50%;
    right: -28px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-width: 17px 14px;
    border-style: solid;
    border-color: transparent transparent transparent #4d5156;
    content: "";
}

.lp-mediaFlow-body.of-arrow .lp-mediaFlow-beforeImage::after {
    display: block;
    position: absolute;
    top: 50%;
    right: -22px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-width: 17px 14px;
    border-style: solid;
    border-color: transparent transparent transparent #cdd0d5;
    content: "";
}

.lp-mediaFlow-body.of-arrow .lp-mediaFlow-beforeImage.of-borderColor-primary::before {
    border-left-color: #ffffff;
}

.lp-mediaFlow-body.of-arrow .lp-mediaFlow-beforeImage.of-borderColor-primary::after {
    border-left-color: #dadada;
}

.lp-mediaFlow-body.of-arrow .lp-mediaFlow-beforeImage:last-child {
    margin-bottom: 0;
}

.lp-mediaFlow-afterImage {
    margin-bottom: 14px;
}

.lp-mediaFlow-afterImage:last-child {
    margin-bottom: 0;
}

.lp-mediaFlow-lead {
    margin-bottom: 10px;
    line-height: 1.33;
}

@media screen and (max-width: 969px) {
    .lp-mediaFlow-lead {
        margin-bottom: calc(20vw * 100 / 768);
    }
}

@media screen and (max-width: 768px) {
    .lp-mediaFlow-lead {
        margin-bottom: calc(28vw * 100 / 768);
    }
}

@media screen and (max-width: 559px) {
    .lp-mediaFlow-lead {
        margin-bottom: calc(18vw * 100 / 360);
    }
}

.lp-mediaScene {
    display: flex;
    align-self: flex-end;
    margin-left: 14px;
}

@media screen and (max-width: 969px) {
    .lp-mediaScene {
        flex-direction: column-reverse;
        width: 100%;
        height: auto;
        margin: 10px 0 30px;
    }
}

.lp-mediaScene-body {
    display: block;
    position: relative;
    max-width: 222px;
    margin-bottom: 0;
}

@media screen and (max-width: 969px) {
    .lp-mediaScene-body {
        max-width: none;
        margin: -77px 0 0 auto;
        text-align: right;
    }
}

.lp-mediaScene-icon {
    display: block;
    position: relative;
    padding-left: 32px;
    font-size: 16px;
    line-height: 1.33;
}

.lp-mediaScene-icon::before {
    position: absolute;
    top: -4px;
    left: 12px;
    border: 7px solid transparent;
    border-bottom: 13px solid #ffffff;
    content: "";
}

@media screen and (max-width: 969px) {
    .lp-mediaScene-icon {
        display: inline-block;
    }
}

@media screen and (max-width: 768px) {
    .lp-mediaScene-icon {
        font-size: calc(22vw * 100 / 768);
    }
    .lp-mediaScene-icon::before {
        top: calc(-3vw * 100 / 768);
        left: calc(1vw * 100 / 768);
        border: calc(10vw * 100 / 768) solid transparent;
        border-bottom: calc(15vw * 100 / 768) solid #ffffff;
    }
}

@media screen and (max-width: 559px) {
    .lp-mediaScene-icon {
        font-size: calc(18vw * 100 / 360);
        text-align: left;
    }
    .lp-mediaScene-icon::before {
        top: calc(0 * 100 / 360);
        left: calc(1vw * 100 / 360);
        border: calc(7vw * 100 / 360) solid transparent;
        border-bottom: calc(11vw * 100 / 360) solid #ffffff;
    }
}

.lp-mediaScene-image {
    z-index: -1;
    position: absolute;
    top: 0;
    right: -224px;
    min-height: calc(0%);
}

@media screen and (max-width: 969px) {
    .lp-mediaScene-image {
        position: static;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .lp-mediaScene-image {
        width: 134.375vw;
        margin: 0 0 0 calc(-70vw * 100 / 360);
        text-align: center;
    }
}

.lp-mediaNote-body {
    position: absolute;
    right: 10px;
    bottom: 309px;
    width: 331px;
    line-height: 1.5;
}

.lp-mediaNote-body &gt; *:not(.lp-mediaNote-image) {
    margin-left: 62px;
}

@media screen and (max-width: 969px) {
    .lp-mediaNote-body {
        top: 0;
        right: auto;
        bottom: auto;
        left: 40%;
        width: 50%;
        font-size: calc(18vw * 100 / 768);
    }
    .lp-mediaNote-body &gt; * {
        margin-left: 62px;
    }
}

@media screen and (max-width: 768px) {
    .lp-mediaNote-body {
        left: calc(57vw * 100 / 360);
        width: calc(262vw * 100 / 360);
    }
    .lp-mediaNote-body &gt; *:not(.lp-mediaNote-image) {
        margin-left: calc(60vw * 100 / 360);
    }
}

.lp-mediaNote-title {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 1.33;
}

@media screen and (max-width: 969px) {
    .lp-mediaNote-title {
        font-size: calc(20vw * 100 / 768);
    }
}

@media screen and (max-width: 768px) {
    .lp-mediaNote-title {
        font-size: calc(14vw * 100 / 360);
    }
}

.lp-mediaNote-text {
    font-size: 16px;
}

@media screen and (max-width: 969px) {
    .lp-mediaNote-text {
        font-size: calc(18vw * 100 / 768);
    }
}

@media screen and (max-width: 768px) {
    .lp-mediaNote-text {
        margin-bottom: 12px;
        font-size: calc(26vw * 100 / 768);
        line-height: 1.37;
    }
}

@media screen and (max-width: 559px) {
    .lp-mediaNote-text {
        margin-bottom: 12px;
        font-size: calc(18vw * 100 / 360);
        line-height: 1.37;
    }
}

@media screen and (max-width: 969px) {
    .lp-mediaNote {
        position: relative;
    }
}

@media screen and (max-width: 969px) {
    .lp-mediaNote-image {
        margin-left: calc(48vw * 100 / 768);
    }
}

@media screen and (max-width: 768px) {
    .lp-mediaNote-image {
        margin-left: calc(127vw * 100 / 768);
    }
}

@media screen and (max-width: 559px) {
    .lp-mediaNote-image {
        max-width: 90%;
        margin-left: calc(10vw * 100 / 360);
    }
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 50px 10px 0;
}

@media screen and (max-width: 969px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
        justify-content: center;
        width: 100%;
        padding: 30px 20px;
    }
}

@media screen and (max-width: 768px) {
    .lp-mediaAsset {
        padding-bottom: 0;
    }
}

.lp-mediaAsset-body {
    max-width: 569px;
}

@media screen and (max-width: 969px) {
    .lp-mediaAsset-body {
        max-width: 100%;
        font-size: calc(28vw * 100 / 768);
    }
}

@media screen and (max-width: 768px) {
    .lp-mediaAsset-body {
        padding: 0 25px;
        line-height: 1.25;
    }
}

.lp-mediaAsset-text {
    margin: 0;
    font-size: 28px;
}

@media screen and (max-width: 969px) {
    .lp-mediaAsset-text {
        font-size: calc(28vw * 100 / 768);
    }
}

@media screen and (max-width: 768px) {
    .lp-mediaAsset-text {
        font-size: calc(30vw * 100 / 768);
    }
}

@media screen and (max-width: 559px) {
    .lp-mediaAsset-text {
        font-size: calc(20vw * 100 / 360);
    }
}

.lp-mediaAsset-image {
    margin-right: 65px;
}

@media screen and (max-width: 969px) {
    .lp-mediaAsset-image {
        margin: 0 0 30px 0;
    }
}

@media screen and (max-width: 768px) {
    .lp-mediaAsset-image {
        margin-bottom: 22px;
        padding: 0 calc(51vw * 100 / 360);
    }
}

/* ========== lp-layout-grid========== */
.lp-layout-grid {
    display: flex;
    justify-content: space-between;
    max-width: 965px;
    margin-left: -15px;
}

.lp-layout-grid.of-column-2 {
    margin-left: -14px;
}

.lp-layout-grid.of-column-2 &gt; * {
    width: 50%;
    padding-left: 14px;
}

.lp-layout-grid.of-column-3 &gt; * {
    width: 33.333333%;
}

.lp-layout-grid.of-wrapWidth-harf {
    max-width: 488px;
    margin-bottom: 16px;
}

.lp-layout-grid &gt; * {
    padding-left: 15px;
}

@media screen and (max-width: 969px) {
    .lp-layout-grid {
        justify-content: space-around;
        margin-bottom: 20px;
    }
    .lp-layout-grid.of-wrapWidth-harf {
        width: 100%;
        max-width: 474px;
        margin: 0 auto 20px;
    }
    .lp-layout-grid.of-wrapWidth-harf &gt; * {
        margin-left: 14px;
        padding-left: 0;
    }
    .lp-layout-grid.of-wrapWidth-harf &gt; *:first-child {
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .lp-layout-grid {
        margin: 0 auto 16px;
    }
    .lp-layout-grid &gt; * {
        flex: 1;
    }
    .lp-layout-grid.of-column-2 &gt; * {
        margin-bottom: 0;
    }
    .lp-layout-grid.of-column-3 {
        width: 100%;
        margin-left: 0;
    }
    .lp-layout-grid.of-column-3 &gt; * {
        width: 100%;
        padding-left: 0;
    }
    .lp-layout-grid.of-wrapWidth-harf {
        margin-bottom: 40px;
    }
    .lp-layout-grid.of-wrapWidth-harf &gt; * {
        display: block;
    }
}

.lp-layout-grid-column {
    display: flex;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .lp-layout-grid-column {
        margin-bottom: calc(10vw * 100 / 360);
    }
    .lp-layout-grid-column:last-child {
        margin-bottom: 0;
    }
}

/* ========== lp-layout-container ========== */
.lp-layout-container {
    max-width: 970px;
    margin: 0 auto;
}

/* ========== Screen========== */
.largeScreen-hide {
    display: none;
}

@media screen and (max-width: 969px) {
    .largeScreen-hide {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .smallScreen-block {
        display: block;
    }
}

@media screen and (min-width: 969px) {
    .theme-KC .lp-jumbotron-titleGroup {
        font-size: 46px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 768px) {
    .theme-KC .lp-jumbotron-titleGroup {
        font-size: calc(21vw * 100 / 360);
    }
}

@media screen and (min-width: 969px) {
    .theme-KC .lp-jumbotron-titleGroup .lp-jumbotron-title {
        max-width: 500px;
    }
}

@media screen and (min-width: 969px) {
    .theme-KC .lp-jumbotron-titleGroup .lp-jumbotron-seriesName {
        max-width: 500px;
    }
}

.theme-KC .lp-jumbotron-titleGroup .lp-jumbotron-seriesName-normal {
    margin-left: 6px;
    font-weight: normal;
}

.theme-KC .lp-button {
    padding: 13px 84px 13px 85px;
}

@media screen and (min-width: 969px) {
    .theme-KC .lp-headingLevel2 {
        font-size: 32px;
    }
}
</pre></body></html>