@charset "UTF-8";

.utility-textAlign-center {
    text-align: center;
}

#header.simple {
    margin-bottom: 0;
}

#main.lp {
    min-width: 1240px;
    margin-top: 0;
}

#main.lp .lp-theme-KJ p {
    margin-top: 0;
}

#main .lp-theme-KJ strong {
    color: inherit;
    font-style: normal;
    font-weight: bold;
}

#main .lp-theme-KJ em {
    font-weight: normal;
}

.lp-buttonConversion {
    display: inline-block;
    max-width: 330px;
    background: #e60012;
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

.lp-buttonConversion:link, .lp-buttonConversion:visited {
    color: #fff;
}

.lp-buttonConversion-body {
    display: flex;
    position: relative;
    align-items: center;
    padding: 12px 8px 12px 53px;
}

.lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion-text {
    margin-right: 16px;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.lp-theme-KJ .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center !important;
    background-position: 90%;
}

/* =================================================================================================
contents
================================================================================================= */
.lp-theme-KJ {
    min-width: 1240px;
    margin-bottom: 40px;
}

.lp-theme-KJ .lp-layout-container {
    max-width: 100%;
    background: url("../../../../../../img/landing_page/req/measure/pr_roughness-wi-5000_01071397/pr_roughness-wi-5000_01071397_bg_01.png") no-repeat top center, linear-gradient(180deg, #fff 0, #e4eaf9 25%);
}

.lp-theme-KJ .lp-jumbotron {
    display: flex;
    justify-content: space-between;
    width: 970px;
    min-height: 466px;
    margin: 0 auto;
    padding: 0 5px;
}

.lp-theme-KJ .lp-jumbotron-body {
    width: 480px;
    padding: 56px 0;
}

.lp-theme-KJ .lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-theme-KJ .lp-jumbotron-titleGroup {
    margin-bottom: 35px;
    text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px,
 #fff 1px -1px 10px, #fff -1px -1px 10px;
}

.lp-theme-KJ .lp-jumbotron-icon {
    display: inline-block;
    margin-bottom: 18px;
    padding: 4px 24px;
    background: #e60012;
    color: #fff;
    font-size: 18px;
    text-shadow: none;
}

.lp-theme-KJ .lp-jumbotron-title {
    display: block;
    margin-bottom: 12px;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
}

.lp-theme-KJ .lp-jumbotron-subtitle {
    display: block;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 1.33;
}

.lp-theme-KJ .lp-jumbotron-series {
    font-size: 20px;
    font-weight: bold;
}

.lp-theme-KJ .lp-jumbotron-image {
    margin-top: 0;
}

.lp-theme-KJ .lp-section {
    margin-bottom: 40px;
}

.lp-theme-KJ .lp-section-content {
    width: 1240px;
    margin: 0 auto;
    padding: 50px 140px 41px;
    border-top: 4px solid #1e4999;
    background: rgba(255, 255, 255, 0.8);
    line-height: 1.4;
}

.lp-theme-KJ .lp-headingLevel2 {
    margin-bottom: 26px;
    font-size: 40px;
    text-align: center;
}

.lp-theme-KJ .lp-headingLevel2 > em {
    color: #1e4999;
}

.lp-theme-KJ .lp-headingLevel3 {
    margin-bottom: 40px;
    text-align: center;
}

.lp-theme-KJ .lp-headingLevel3-body {
    display: inline-block;
    padding: 11px 32px;
    border-radius: 50px;
    background: #1e4999;
    color: #fff;
    font-size: 20px;
}

.lp-theme-KJ .lp-headingLevel4 {
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: bold;
}

.lp-theme-KJ .lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -45px 0 33px -47px;
}

.lp-theme-KJ .lp-layout-grid-column {
    width: 100%;
    margin-top: 45px;
    padding-left: 47px;
}

.lp-theme-KJ .lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-theme-KJ .lp-layout-grid.of-column-1 .lp-layout-grid-column {
    width: 100%;
}

.lp-theme-KJ .lp-layout-grid.of-column-2 .lp-layout-grid-column {
    width: 50%;
}

.lp-theme-KJ .lp-layout-grid.of-column-3 .lp-layout-grid-column {
    width: 33.33%;
}

.lp-theme-KJ .lp-layout-grid.of-column-4 .lp-layout-grid-column {
    width: 25%;
}

.lp-theme-KJ .lp-layout-grid.of-column-5 .lp-layout-grid-column {
    width: 20%;
}

.lp-theme-KJ .lp-media {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}

.lp-theme-KJ .lp-media > *:last-child {
    margin-bottom: 0;
}

.lp-theme-KJ .lp-media.of-column {
    flex-direction: column;
}

.lp-theme-KJ .lp-media.of-column .lp-media-image {
    margin-right: 0;
    margin-bottom: 19px;
}

.lp-theme-KJ .lp-media.of-column .lp-media-body {
    flex: 1 0 auto;
}

.lp-theme-KJ .lp-media-body {
    flex: 1;
    order: 1;
    width: 100%;
}

.lp-theme-KJ .lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-theme-KJ .lp-media-text {
    margin-bottom: 21px;
    font-size: 18px;
}

.lp-theme-KJ .lp-media-image {
    width: 460px;
    margin-right: 41px;
    margin-bottom: 19px;
}

.lp-theme-KJ .lp-media-image > img {
    box-shadow: 0 0 8px 0 #999;
}

.lp-theme-KJ .lp-mediaAsset {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 970px;
    margin: 0 auto;
    padding: 0 0 38px;
}

.lp-theme-KJ .lp-mediaAsset-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.lp-theme-KJ .lp-mediaAsset-body {
    width: 560px;
    font-size: 28px;
    line-height: 1.3;
}

.lp-theme-KJ .lp-mediaAsset-image {
    margin-right: 38px;
}

.lp-theme-KJ .lp-listButton {
    margin-bottom: 24px;
}

.lp-theme-KJ .lp-listButton > li {
    margin-bottom: 24px;
}

.lp-theme-KJ .lp-listButton > li:last-child {
    margin-bottom: 0;
}

.lp-theme-KJ .lp-listButton > li.of-horizontal {
    display: flex;
    flex-wrap: wrap;
    margin-top: -24px;
    margin-left: -8px;
}

.lp-theme-KJ .lp-listButton > li.of-horizontal > li {
    margin: 24px 0 0 8px;
}

.lp-utility-text-normal {
    font-weight: normal;
}
