@charset "UTF-8";

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #e60012;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    padding: 12px 8px 12px 24px;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion-body {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.lp-buttonConversion-text {
    margin-right: 16px;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.lp-buttonConversion-image > img {
    min-width: 42px;
    max-width: 60px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    left: 26px;
    height: 12px;
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}

.lp-buttonConversion.of-primary {
    background: #129e83;
}

.lp-buttonConversion.of-secondary {
    background: #1a90db;
}

.lp-navigationSeries {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1240px;
    margin: 20px auto;
    padding: 4px 10px;
    border: 2px solid #e5e5e5;
    color: #999;
}

div#MainContent .lp-navigationSeries {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: anywhere;
}

@media only screen and (max-width: 1279px) {
    .lp-navigationSeries {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries {
        flex-direction: column;
        align-items: center;
    }
}

.lp-navigationSeries-title {
    max-width: 600px;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.3;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-title {
        width: 100%;
        max-width: none;
        margin-bottom: 3px;
        text-align: center;
    }
}

.lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-title + .lp-navigationSeries-linkList {
        margin-left: -10px;
    }
}

div#MainContent .lp-navigationSeries-title {
    margin-bottom: 0;
    color: #999;
    font-size: 11px;
    line-height: 1.3;
    text-transform: none;
}

div#MainContent .lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-seriesNameText, .lp-navigationSeries-seriesText {
        display: block;
    }
}

.lp-navigationSeries-linkList {
    display: flex;
    flex-wrap: wrap;
    margin: -3px 0 0 -10px;
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList {
    margin: -3px 0 0 -10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-linkList {
        justify-content: center;
        width: 100%;
    }
}

.lp-navigationSeries-linkList > li {
    display: flex;
    position: relative;
    margin-top: 3px;
    margin-left: 10px;
    background: none;
    font-size: 1.1rem;
    line-height: 1.3;
}

div#MainContent .lp-navigationSeries-linkList > li {
    margin: 3px 0 0 10px;
    padding: 0;
    background: none;
    font-size: 11px;
}

.lp-navigationSeries-linkList > li > a {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 9px;
    color: #999;
    line-height: 1.3;
    text-decoration: none;
}

.lp-navigationSeries-linkList > li > a::before {
    display: block;
    position: absolute;
    top: 4px;
    left: -2px;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    content: "";
}

div#MainContent .lp-navigationSeries-linkList > li > a:link {
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList > li > a::before {
    top: 0.3em;
}

.lp-navigationSeries-linkList > li > a:hover, .lp-navigationSeries-linkList > li > a:focus {
    text-decoration: underline;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center !important;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

.lp-theme-KJ {
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: -15px;
    font-size: 16px;
    line-height: 1.5;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.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;
}

.lp-theme-KJ .lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

.lp-theme-KJ p {
    margin-bottom: 26px;
}

.lp-theme-KJ img {
    max-width: 100%;
}

.lp-theme-KJ * {
    font-weight: inherit;
}

.lp-theme-KJ.of-noForm {
    margin-bottom: -40px;
}

.lp-theme-KJ .lp-buttonConversion {
    color: #fff;
    font-size: 20px;
}

.lp-buttonConversion.of-large {
    font-size: 24px;
}

.lp-buttonConversion.of-large.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-large.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-large.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-large.of-inquiry .lp-buttonConversion-body {
    padding-right: 20px;
    padding-left: 78px;
}

.lp-buttonConversion.of-large.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-large.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-large.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-large.of-inquiry .lp-buttonConversion-body::before {
    left: 40px;
}

.lp-buttonConversion.of-large.of-download .lp-buttonConversion-image, .lp-buttonConversion.of-large.of-anchor .lp-buttonConversion-image, .lp-buttonConversion.of-large.of-arrow .lp-buttonConversion-image, .lp-buttonConversion.of-large.of-inquiry .lp-buttonConversion-image {
    margin: -41px 0;
}

.lp-buttonConversion.of-large.of-download .lp-buttonConversion-image > img, .lp-buttonConversion.of-large.of-anchor .lp-buttonConversion-image > img, .lp-buttonConversion.of-large.of-arrow .lp-buttonConversion-image > img, .lp-buttonConversion.of-large.of-inquiry .lp-buttonConversion-image > img {
    min-width: 42px;
    max-width: 99px;
}

.lp-buttonConversion.of-small.of-download, .lp-buttonConversion.of-small.of-anchor, .lp-buttonConversion.of-small.of-arrow, .lp-buttonConversion.of-small.of-inquiry {
    font-size: 16px;
}

.lp-buttonConversion.of-small.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-small.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-small.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-small.of-inquiry .lp-buttonConversion-body {
    padding: 7px 19px 7px 36px;
}

.lp-buttonConversion.of-small.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-small.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-small.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-small.of-inquiry .lp-buttonConversion-body::before {
    left: 14px;
    width: 16px;
    height: 15px;
    background-size: cover !important;
}

.lp-buttonConversion.of-small.of-download .lp-buttonConversion-text, .lp-buttonConversion.of-small.of-anchor .lp-buttonConversion-text, .lp-buttonConversion.of-small.of-arrow .lp-buttonConversion-text, .lp-buttonConversion.of-small.of-inquiry .lp-buttonConversion-text {
    margin-right: 0;
    letter-spacing: -2px;
}

.lp-buttonConversion.of-small.of-download .lp-buttonConversion-image, .lp-buttonConversion.of-small.of-anchor .lp-buttonConversion-image, .lp-buttonConversion.of-small.of-arrow .lp-buttonConversion-image, .lp-buttonConversion.of-small.of-inquiry .lp-buttonConversion-image {
    display: none;
}

.lp-layout-grid.of-column-6 .lp-buttonConversion {
    width: 100%;
}

.lp-theme-KJ .lp-navigationSeries-title, .lp-theme-KJ
.lp-navigationSeries-linkList > li {
    font-size: 11px;
}

#header.simple {
    margin-bottom: 0;
}

#main.lp {
    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;
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -26px 0 26px -26px;
}

.lp-layout-grid.of-verticalAlign-center {
    align-items: center;
}

.lp-layout-grid-column {
    width: 100%;
    margin-top: 26px;
    padding-left: 26px;
}

.lp-layout-grid-column.of-flex {
    display: flex;
    flex-wrap: wrap;
}

.lp-layout-grid-column.of-flex > * {
    width: 100%;
}

.lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column {
    width: 50%;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column.of-column-2 {
    width: 100%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column {
    width: 33.333333%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-2 {
    width: 66.666666%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-3 {
    width: 100%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column {
    width: 25%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-2 {
    width: 50%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-3 {
    width: 75%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-4 {
    width: 100%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column {
    width: 20%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-2 {
    width: 40%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-3 {
    width: 60%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-4 {
    width: 80%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-5 {
    width: 100%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column {
    width: 16.666667%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-2 {
    width: 33.3333333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-3 {
    width: 50%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-4 {
    width: 66.666667%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-5 {
    width: 83.3333333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-6 {
    width: 100%;
}

.lp-section {
    font-size: 2rem;
    line-height: 1.4;
}

.lp-theme-KJ .lp-section {
    font-size: 20px;
}

.lp-section-content {
    max-width: 970px;
    margin: 0 auto;
    padding: 52px 0 65px;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-section.of-primary {
    background-color: #dfedf3;
}

.lp-section.of-secondary {
    background-color: #eee;
}

.lp-jumbotron {
    min-height: 340px;
    padding-top: 260px;
    background: url("../../../img/landing_page/lp_visual-inspection_01070123/lp_visual-inspection_01070123_bg_01.jpg") center top repeat-x #0d3167;
    color: #fff;
}

.lp-theme-KJ .lp-jumbotron {
    background-image: url("../../../../img/landing_page/req/vision/lp_visual-inspection_01070123/lp_visual-inspection_01070123_bg_01.jpg");
}

.lp-jumbotron-body {
    max-width: 970px;
    margin: 0 auto;
    padding: 32px;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-titleGroup {
    text-align: center;
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 16px;
    font-size: 5rem;
    font-weight: normal;
    line-height: 1.2;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.31);
}

.lp-theme-KJ .lp-jumbotron-title {
    font-size: 50px;
}

.lp-jumbotron-titleLine {
    display: block;
}

.lp-jumbotron-subtitle {
    display: block;
    margin-bottom: 16px;
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1.35;
}

.lp-theme-KJ .lp-jumbotron-subtitle {
    font-size: 28px;
}

.lp-headingLevel2 {
    margin-bottom: 12px;
    font-size: 3.8rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.lp-theme-KJ .lp-headingLevel2 {
    font-size: 38px;
}

.lp-headingLevel2 *.of-fontSize-small {
    font-size: 3rem;
    line-height: 1.4;
}

.lp-theme-KJ .lp-headingLevel2 *.of-fontSize-small {
    font-size: 30px;
}

.lp-text {
    margin-bottom: 52px;
    font-size: 2.8rem;
    line-height: 1.35;
}

.lp-theme-KJ .lp-text {
    margin-bottom: 52px;
    font-size: 28px;
}

.lp-list {
    margin-bottom: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
}

.lp-theme-KJ .lp-list {
    font-size: 24px;
}

.lp-list > li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 16px;
}

.lp-list > li:last-child {
    margin-bottom: 0;
}

.lp-list > li::before {
    display: block;
    position: absolute;
    top: 0.65em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #333;
    content: "";
}

.lp-listButton {
    margin-top: 64px;
    margin-bottom: 24px;
    text-align: center;
}

.lp-listButton > li {
    margin-bottom: 70px;
}

.lp-listButton > li:last-child {
    margin-bottom: 0;
}

.lp-listButton.of-horizontal {
    display: flex;
    flex-wrap: wrap;
    margin-top: -70px;
    margin-left: -8px;
}

.lp-listButton.of-horizontal > li {
    margin: 70px 0 0 8px;
}

.lp-card {
    margin-bottom: 26px;
    background-color: #fff;
    color: #333;
}

.lp-card.of-margin-large .lp-card-body {
    padding: 24px 16px;
}

.lp-card.of-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-card-body {
    padding: 16px;
}

.lp-card-body > *:last-child {
    margin-bottom: 0;
}

.lp-card-titleOuter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    background-color: #0d3167;
}

.lp-card-titleOuter > *:last-child {
    margin-bottom: 0;
}

.lp-card-title {
    display: block;
    margin-bottom: 8px;
    padding: 8px;
    background-color: #0d3167;
    color: #fff;
    font-size: 2rem;
    text-align: center;
}

.lp-theme-KJ .lp-card-title {
    font-size: 20px;
}

.lp-card-text {
    font-size: 1.8rem;
}

.lp-theme-KJ .lp-card-text {
    font-size: 18px;
}

.lp-cardNotice {
    margin-bottom: 52px;
}

.lp-cardNotice-header {
    padding: 16px;
    background-color: #5a5a5a;
    color: #fff;
    text-align: center;
}

.lp-cardNotice-header > *:last-child {
    margin-bottom: 0;
}

.lp-cardNotice-title {
    margin-bottom: 16px;
    font-size: 3rem;
    line-height: 1.26;
}

.lp-theme-KJ .lp-cardNotice-title {
    font-size: 30px;
}

.lp-cardNotice-body {
    padding: 26px;
    background-color: #ebebeb;
}

.lp-cardNotice-body > *:last-child {
    margin-bottom: 0;
}

.lp-cardEmphasis {
    margin-bottom: 52px;
    border-radius: 8px;
    background-color: #0190ca;
    color: #fff;
}

.lp-cardEmphasis-body {
    padding: 26px;
}

.lp-cardEmphasis-body > *:last-child {
    margin-bottom: 0;
}

.lp-cardEmphasis-title {
    margin-bottom: 16px;
    font-size: 3.8rem;
    text-align: center;
}

.lp-theme-KJ .lp-cardEmphasis-title {
    font-size: 38px;
}

.lp-cardEmphasis-title.of-icon-lightBulb {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.lp-cardEmphasis-title.of-icon-lightBulb::before {
    display: inline-block;
    width: 116px;
    min-width: 116px;
    height: 116px;
    margin-right: 26px;
    background: url("../../../img/landing_page/lp_visual-inspection_01070123/lp_visual-inspection_01070123_icon_01.png") center left no-repeat;
    content: "";
}

.lp-theme-KJ .lp-cardEmphasis-title.of-icon-lightBulb::before {
    background-image: url("../../../../img/landing_page/req/vision/lp_visual-inspection_01070123/lp_visual-inspection_01070123_icon_01.png");
}

.lp-media {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 32px;
}

.lp-media.of-horizontal {
    flex-direction: row-reverse;
}

.lp-media.of-horizontal .lp-media-body {
    flex: 1;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-image {
    min-height: 0%;
    margin-bottom: 24px;
    text-align: center;
}

.lp-media.of-horizontal .lp-media-image {
    margin: 0 26px 0 0;
}

.lp-media-image.of-shadow {
    box-shadow: 0 0 16px rgba(134, 156, 201, 0.4);
}

.lp-figure {
    display: flex;
    flex-direction: column;
    margin-bottom: 26px;
    text-align: center;
}

.lp-figure-image {
    order: -1;
    min-height: 0%;
    margin-bottom: 8px;
    transition: opacity 0.3s;
}

.lp-figure-image.of-framed > img {
    border: 1px solid #ddd;
}

.lp-figure-caption {
    margin: 0 -1px;
    font-size: 1.4rem;
}

.lp-theme-KJ .lp-figure-caption {
    margin-bottom: 0;
    font-size: 14px;
}

.lp-layout-grid.of-column-6 .lp-figure-caption {
    font-size: 13px;
}

.lp-figure-button {
    margin-top: 8px;
    margin-bottom: 8px;
    transition: opacity 0.3s;
}

.lp-theme-KJ .lp-figure-button {
    margin-bottom: 8px;
}

.lp-figure-button:last-child {
    margin-bottom: 0;
}

#main.lp .lp-theme-KJ .lp-figure-button {
    margin-top: 8px;
}

.lp-figure > *:only-child {
    margin-bottom: 0;
}

.lp-figure.of-framed .lp-figure-image {
    position: relative;
    margin-bottom: 0;
}

.lp-figure.of-framed .lp-figure-image::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    content: "";
}

.lp-figure.of-framed .lp-figure-caption {
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    margin-left: 0;
    padding: 8px;
    background-color: #0d3167;
    color: #fff;
    font-size: 1.5rem;
}

.lp-theme-KJ .lp-figure.of-framed .lp-figure-caption {
    font-size: 15px;
}

a.lp-figure:hover, a.lp-figure:active, a.lp-figure:focus {
    opacity: 1;
}

a.lp-figure:hover .lp-figure-image, a.lp-figure:active .lp-figure-image, a.lp-figure:focus .lp-figure-image {
    opacity: 0.7;
}

a.lp-figure:hover .lp-figure-caption, a.lp-figure:active .lp-figure-caption, a.lp-figure:focus .lp-figure-caption {
    text-decoration: underline;
}

a.lp-figure:hover .lp-figure-button, a.lp-figure:active .lp-figure-button, a.lp-figure:focus .lp-figure-button {
    opacity: 0.7;
}

a.lp-figure .lp-figure-caption {
    color: #333;
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-color-emphasis {
    color: #ff4646;
}
