@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-jumbotron {
    background: #e8e8e8;
}

.lp-jumbotron-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: center;
    max-width: calc(1280px + (20px * 2));
    margin: 0 auto;
    padding: 20px 20px 22px;
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-content {
        display: block;
        margin-bottom: 0;
        padding-top: 28px;
    }
}

.lp-jumbotron-titleGroup {
    max-width: 730px;
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-titleGroup {
        padding-bottom: 0;
    }
}

.lp-jumbotron-title {
    display: block;
    width: 730px;
    font-size: 5.6rem;
}

@media only screen and (max-width: 1279px) {
    .lp-jumbotron-title {
        width: auto;
        font-size: calc(2.8rem + ((1vw - 0.36rem) * (3.04679)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-title {
        margin-bottom: 24px;
        font-weight: normal;
        text-align: center;
    }
}

.lp-jumbotron-image {
    align-self: flex-end;
    width: 278px;
    min-width: 278px;
    margin-right: 40px;
    margin-bottom: -62px;
}

@media only screen and (max-width: 1279px) {
    .lp-jumbotron-image {
        width: calc(23.8rem + ((1vw - 0.36rem) * (4.35256)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-image {
        margin: 0 auto;
    }
}

.lp-section {
    background: #e8e8e8;
}

.lp-section-content {
    max-width: calc(1280px + (20px * 2));
    margin: 0 auto;
    padding: 40px 20px 80px;
}

.lp-section.of-primary {
    background: #ffd151;
}

.lp-section.of-primary > .lp-section-content {
    padding-bottom: 40px;
}

.lp-label {
    display: inline-block;
    padding: 7px 66px;
    background: #dc002f;
    color: #fff;
    font-size: 2.4rem;
}

@media only screen and (max-width: 1279px) {
    .lp-label {
        font-size: calc(1.5rem + ((1vw - 0.36rem) * (0.97933)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-label {
        width: 100%;
        padding: 4px 0;
        text-align: center;
    }
}

.lp-label-outer {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
}

.lp-cardArrow {
    position: relative;
    width: 100%;
    padding-right: 70px;
}

@media only screen and (max-width: 768px) {
    .lp-cardArrow {
        width: 100%;
        margin-bottom: 24px;
        padding-right: 0;
        padding-bottom: 32px;
    }
}

.lp-cardArrow-inner {
    padding: 40px 0 40px 40px;
    background: #000;
    color: #e9e9e9;
}

.lp-cardArrow-inner > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .lp-cardArrow-inner {
        padding: 16px;
        background: #000;
    }
}

.lp-cardArrow-title {
    width: 100%;
    margin-bottom: 24px;
    font-size: 2.2rem;
}

@media only screen and (max-width: 1279px) {
    .lp-cardArrow-title {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.43526)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-cardArrow-title {
        text-align: center;
    }
}

.lp-cardArrow::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 70px;
    height: 100%;
    transform: translateY(-50%);
    background: linear-gradient(to bottom left, transparent 49%, #000 50%) top left/100% 50.3% no-repeat, linear-gradient(to top left, transparent 49%, #000 50%) bottom left/100% 50.3% no-repeat;
    content: "";
}

@media only screen and (max-width: 768px) {
    .lp-cardArrow::after {
        top: auto;
        left: 50%;
        width: 100%;
        height: 24px;
        transform: translateX(-50%);
        background: linear-gradient(to bottom left, #000 47%, transparent 50%) top left/50% 100% no-repeat, linear-gradient(to bottom right, #000 47%, transparent 50%) top right/50% 100% no-repeat;
    }
}

.lp-list {
    margin-bottom: 16px;
}

.lp-list > *:last-child {
    padding-bottom: 0;
}

.lp-list > li {
    padding-bottom: 16px;
}

.lp-list.of-numbering > li {
    position: relative;
    padding-left: 38px;
    font-size: 2rem;
    counter-increment: number;
}

.lp-list.of-numbering > li > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1279px) {
    .lp-list.of-numbering > li {
        font-size: calc(1.5rem + ((1vw - 0.36rem) * (0.54407)));
    }
}

.lp-list.of-numbering > li::before {
    display: block;
    position: absolute;
    top: 0;
    right: calc(100% - 30px);
    width: 30px;
    padding-top: 2px;
    border-radius: 4px;
    background: #fff;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    content: counter(number);
}

.lp-list.of-numbering.of-primary > li::before {
    display: block;
    position: absolute;
    top: 0;
    right: calc(100% - 30px);
    width: 30px;
    padding-top: 2px;
    border-radius: 4px;
    background: #dc002f;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    content: counter(number);
}

.lp-textLead {
    margin-bottom: 24px;
    font-size: 2.8rem;
    font-weight: bold;
}

@media only screen and (max-width: 1279px) {
    .lp-textLead {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (1.08814)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-textLead {
        text-align: center;
    }
}

.lp-list.of-primary {
    margin-bottom: 25px;
}

.lp-list.of-primary > li {
    padding-bottom: 17px;
    font-size: 2.4rem;
    font-weight: bold;
}

@media only screen and (max-width: 1279px) {
    .lp-list.of-primary > li {
        font-size: calc(1.5rem + ((1vw - 0.36rem) * (0.97933)));
    }
}

.lp-list.of-primary > *:last-child {
    padding-bottom: 0;
}

.lp-headingLevel2-outer {
    padding: 0 56px;
}

@media only screen and (max-width: 768px) {
    .lp-headingLevel2-outer {
        margin-bottom: 16px;
    }
}

.lp-headingLevel2 {
    display: inline-block;
    position: relative;
    margin-bottom: 24px;
    font-size: 4rem;
    font-weight: normal;
}

@media only screen and (max-width: 1279px) {
    .lp-headingLevel2 {
        font-size: calc(2rem + ((1vw - 0.36rem) * (2.17628)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-headingLevel2 {
        margin-bottom: 0;
    }
}

.lp-headingLevel2::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -56px;
    width: 40px;
    height: 4px;
    background-color: #ffca50;
    content: "";
}

@media only screen and (max-width: 768px) {
    .lp-headingLevel2::before {
        left: -32px;
        width: 24px;
    }
}

.lp-headingLevel2::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -56px;
    width: 40px;
    height: 4px;
    background-color: #ffca50;
    content: "";
}

@media only screen and (max-width: 768px) {
    .lp-headingLevel2::after {
        right: -32px;
        width: 24px;
    }
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 50%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 25%;
}

.lp-card {
    margin-bottom: 24px;
    background: #fff;
}

.lp-card > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .lp-card {
        margin-bottom: 16px;
    }
}

.lp-media {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

@media only screen and (max-width: 400px) {
    .lp-media {
        justify-content: flex-end;
    }
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-text {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.25;
}

@media only screen and (max-width: 1279px) {
    .lp-media-text {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.87051)));
    }
}

.lp-media-text.of-text-small {
    font-size: 1.6rem;
    line-height: 1.3;
}

.lp-media-image {
    min-width: 141px;
    margin-right: 16px;
    border: #dfdfdf 1px solid;
}

@media only screen and (max-width: 768px) {
    .lp-media-image {
        width: 80px;
        min-width: 80px;
    }
}

.lp-media-image.of-primary {
    min-width: 82px;
}

@media only screen and (max-width: 1279px) {
    .lp-media-image.of-primary {
        width: 82px;
    }
}

.lp-media-image.of-primary > img {
    width: 80px;
}

@media only screen and (max-width: 1279px) {
    .lp-media-image.of-primary > img {
        width: calc(8rem + ((1vw - 0.36rem) * (6.63765)));
    }
}

.lp-listButton {
    margin-bottom: 8px;
}

.lp-listButton > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .lp-listButton.of-primary {
        text-align: center;
    }
}

.lp-listButton > li {
    margin-bottom: 8px;
}

.lp-layout-grid.of-column-4 > .lp-media-image {
    max-width: 82px;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-smallScreen-show {
    display: none;
}

@media screen and (max-width: 400px) {
    .lp-smallScreen-show {
        display: inline;
    }
}

.lp-buttonConversion.of-primary {
    background: #13778f;
}

/* grid */
.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -40px 0 80px -40px;
}

@media only screen and (max-width: 768px) {
    .lp-layout-grid {
        margin-top: -16px;
        margin-bottom: 40px;
    }
}

.lp-layout-grid:last-child {
    margin-bottom: 0;
}

.lp-layout-grid > .lp-layout-grid-column {
    margin-top: 40px;
    padding-left: 40px;
}

@media screen and (max-width: 768px) {
    .lp-layout-grid > .lp-layout-grid-column {
        margin-top: 16px;
    }
}

.lp-layout-grid > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 100%;
}

.lp-layout-grid > .lp-layout-grid-column.of-flex {
    display: flex;
    flex-wrap: wrap;
}

.lp-layout-grid > .lp-layout-grid-column.of-flex > * {
    width: 100%;
}

.lp-layout-grid > .lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 50%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 33.33333%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 25%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 20%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 16.66667%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 14.28571%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 12.5%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 11.11111%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 10%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 9.09091%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 8.33333%;
}

.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.of-column-2 {
    width: 66.66667%;
}

.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.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.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.of-column-2 {
    width: 33.33333%;
}

.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.66667%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-5 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-6 {
    width: 100%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-2 {
    width: 28.57143%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-3 {
    width: 42.85714%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-4 {
    width: 57.14286%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-5 {
    width: 71.42857%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-6 {
    width: 85.71429%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-7 {
    width: 100%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-2 {
    width: 25%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-3 {
    width: 37.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-4 {
    width: 50%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-5 {
    width: 62.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-6 {
    width: 75%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-7 {
    width: 87.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-8 {
    width: 100%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-2 {
    width: 22.22222%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-3 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-4 {
    width: 44.44444%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-5 {
    width: 55.55556%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-6 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-7 {
    width: 77.77778%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-8 {
    width: 88.88889%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-9 {
    width: 100%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-2 {
    width: 20%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-3 {
    width: 30%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-4 {
    width: 40%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-5 {
    width: 50%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-6 {
    width: 60%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-7 {
    width: 70%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-8 {
    width: 80%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-9 {
    width: 90%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-10 {
    width: 100%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-2 {
    width: 18.18182%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-3 {
    width: 27.27273%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-4 {
    width: 36.36364%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-5 {
    width: 45.45455%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-6 {
    width: 54.54545%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-7 {
    width: 63.63636%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-8 {
    width: 72.72727%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-9 {
    width: 81.81818%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-10 {
    width: 90.90909%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-11 {
    width: 100%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-2 {
    width: 16.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-3 {
    width: 25%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-4 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-5 {
    width: 41.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-6 {
    width: 50%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-7 {
    width: 58.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-8 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-9 {
    width: 75%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-10 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-11 {
    width: 91.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-12 {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .lp-layout-grid[class*="of-column-"] > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid[class*="of-column-"] > .lp-layout-grid-column[class*="of-column-"] {
        width: 100% !important;
    }
}

@media screen and (max-width: 1280px) {
    .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column[class*="of-column-"] {
        width: 50%;
    }
    .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column[class*="of-column-"] {
        width: 33.33333%;
    }
}

/* ページ下部の余白消し */
.layout-footer {
    margin-top: -32px;
}
