@charset "UTF-8";

body {
    min-width: 1200px;
}

#header.simple {
    margin-bottom: 0;
}

#header .utility .inner .logo img {
    vertical-align: bottom;
}

#main.lp {
    margin-top: 0;
}

#content.lp #main.lp .BorderedBox {
    width: auto;
    margin: 0;
}

html.js .section.of-loginWithRegist {
    display: none;
}

html.js .formMultiStep:not([id]) {
    display: none;
}

.lp-layout-container {
    width: 1200px;
    margin: 0 auto;
}

.lp-layout-container.of-outermost {
    width: auto;
}

#main .lp-layout-container.of-outermost p {
    margin-top: 0;
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -16px 0 16px -24px;
}

.lp-layout-grid > .lp-layout-grid-column,
.lp-layout-grid > li {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 0 !important;
    padding-left: 24px;
}

.lp-layout-grid > .lp-layout-grid-column > *:first-child,
.lp-layout-grid > li > *:first-child {
    margin-top: 0;
}

.lp-layout-grid > .lp-layout-grid-column > *:last-child,
.lp-layout-grid > li > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid > .lp-layout-grid-column.of-flex,
.lp-layout-grid > li.of-flex {
    display: flex;
    flex-wrap: wrap;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column,
.lp-layout-grid.of-column-2 > li {
    width: calc(100% / 2);
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column,
.lp-layout-grid.of-column-3 > li {
    width: 33.3333333333%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column,
.lp-layout-grid.of-column-4 > li {
    width: calc(100% / 4);
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-full,
.lp-layout-grid.of-column-4 > li.of-column-full {
    width: 100%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column .lp-input,
.lp-layout-grid.of-column-4 > li .lp-input {
    width: 100%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column,
.lp-layout-grid.of-column-5 > li {
    width: calc(100% / 5);
}

.lp-layout-grid.of-marginBottom-large {
    margin-bottom: 80px;
}

.lp-jumbotron {
    margin-bottom: 40px;
    background-image: linear-gradient(180deg, #ceedff 0%, #fff 100%);
}

.lp-jumbotron-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
}

.lp-jumbotron-body {
    flex: 1;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-label {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 16px;
    padding: 8px 32px;
    background: #ffd357;
    color: #333;
    font-size: 24px;
    line-height: 1.42;
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 16px;
    color: #05669e;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.45;
}

.lp-jumbotron-title > em {
    font-size: 56px;
}

.lp-jumbotron-titleGroup {
    margin-bottom: 16px;
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-image {
    margin-right: 24px;
}

.lp-jumbotron-image img {
    vertical-align: bottom;
}

.lp-section {
    margin-bottom: 40px;
}

.lp-section-content {
    width: 1200px;
    margin: 0 auto;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-card {
    width: 100%;
    margin-bottom: 16px;
    border: 1px solid #aaa;
    border-radius: 6px;
    background: #fff;
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.3);
}

.lp-card-content {
    padding: 24px 16px;
}

.lp-card-content > *:last-child {
    margin-bottom: 0;
}

.lp-card-text {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.45;
}

.lp-card-text em {
    font-size: 20px;
}

.lp-media {
    display: flex;
    margin-bottom: 16px;
}

.lp-media-body {
    flex: 1;
    font-size: 16px;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-image {
    margin-left: 8px;
}

.lp-mediaChoose {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 16px;
}

.lp-mediaChoose-body {
    flex: 1 0 auto;
    padding: 16px;
    border: 1px solid #cbcbcb;
    background: #ececec;
    color: #454545;
    font-size: 18px;
    text-align: center;
}

.lp-mediaChoose-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaChoose-image img {
    vertical-align: bottom;
}

.lp-mediaChoose-outer {
    display: flex;
    flex-wrap: wrap;
}

.lp-mediaChoose-outer:hover, .lp-mediaChoose-outer:focus {
    opacity: 1;
}

.lp-mediaChoose-outer:hover .lp-mediaChoose-body, .lp-mediaChoose-outer:focus .lp-mediaChoose-body {
    background: #05669e;
    color: #fff;
}

.lp-mediaChoose-outer:hover .lp-mediaChoose-image, .lp-mediaChoose-outer:focus .lp-mediaChoose-image {
    opacity: 0.7;
}

.lp-mediaChoose-outer > *:last-child {
    margin-bottom: 0;
}

.lp-figure {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 16px;
}

.lp-figure-caption {
    margin-top: 8px;
    font-size: 13px;
}

.lp-sectionEnquete {
    margin-bottom: 80px;
}

html.js .lp-sectionEnquete:not(#lp-sectionEnquete01):not(#lp-sectionEnquete02) {
    display: none;
}

.lp-sectionEnquete-group {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 120px;
    background: #efefef;
}

.lp-sectionEnquete-group > * {
    margin-top: 80px;
    margin-bottom: 0;
}

.lp-sectionEnquete-group > *:first-child {
    margin-top: 0;
}

.lp-sectionEnquete-body {
    padding: 48px 40px;
    border: 1px solid #b9b9b9;
    background: #fff;
}

.lp-sectionEnquete-body > *:last-child {
    margin-bottom: 0;
}

.lp-headingLevel2 {
    flex: 1;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.7;
}

.lp-headingLevel2-group {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    background: #05669e;
    color: #fff;
}

.lp-headingLevel2-group > *:last-child {
    margin-bottom: 0;
}

.lp-headingLevel2-step {
    display: block;
    margin-right: 16px;
    padding: 4px 16px;
    border-radius: 4px;
    background: #fff;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.lp-headingLevel2-number {
    color: #05669e;
    font-size: 20px;
    font-weight: bold;
}

.lp-textLead {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.7;
}

.lp-headingLevel3 {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: bold;
}

.lp-button {
    min-width: 428px;
    padding: 16px;
    border: 1px solid #05669e;
    background: #05669e;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.lp-button[disabled="disabled"] {
    border: 1px solid #cbcbcb;
    background: #ececec;
    color: #454545;
    cursor: default;
}

.lp-button:hover, .lp-button:focus {
    opacity: 1;
}

.lp-listButton {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 16px;
}

.lp-listForm > li {
    margin-bottom: 16px;
}

.lp-listForm > li:last-child {
    margin-bottom: 0;
}

.lp-listForm.of-spaceY-primary > li {
    margin-bottom: 24px;
}

.lp-radio {
    position: absolute;
    opacity: 0;
}

.lp-radio-label {
    display: inline-flex;
    flex-direction: column;
    cursor: pointer;
}

.lp-radio-label + .lp-input {
    margin-top: 8px;
}

.lp-radio-text {
    display: block;
    position: relative;
    flex: 1 0 auto;
    padding-left: 32px;
    font-size: 16px;
}

.lp-radio-text::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 23px;
    background: url("../../../../../img/ss/products/barcode/barcode-readers-selecting/icon_01.png") no-repeat center bottom;
    content: "";
}

.lp-radio:focus + .lp-radio-text::before {
    border: 2px solid #000;
}

.lp-radio:checked + .lp-radio-text::before {
    background-position: center top;
}

.lp-radio-image {
    display: block;
    position: relative;
    margin-top: 8px;
}

.lp-radio-image > img {
    pointer-events: none;
}

.lp-checkbox {
    position: absolute;
    opacity: 0;
}

.lp-checkbox-label {
    display: inline-block;
    cursor: pointer;
}

.lp-checkbox-label + .lp-input {
    margin-top: 8px;
}

.lp-checkbox-text {
    display: block;
    position: relative;
    padding-left: 32px;
    font-size: 16px;
}

.lp-checkbox-text::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 23px;
    background: url("../../../../../img/ss/products/barcode/barcode-readers-selecting/icon_02.png") no-repeat center bottom;
    content: "";
}

.lp-checkbox:focus + .lp-checkbox-text::before {
    border: 2px solid #000;
}

.lp-checkbox:checked + .lp-checkbox-text::before {
    background-position: center top;
}

.lp-input {
    width: 235px;
    height: 38px;
}

.lp-input-group {
    display: flex;
    align-items: center;
    margin-left: -24px;
}

.lp-input-group > * {
    margin-left: 24px;
}

.lp-step {
    margin-bottom: 8px;
}

.lp-step-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: -1px 0 16px -1px;
    counter-reset: number;
}

.lp-step-list > li {
    margin-top: 1px;
    padding-left: 1px;
    color: #505050;
    font-size: 14px;
    text-align: center;
    counter-increment: number;
}

.lp-step-list > li .lp-step-text::after {
    content: counter(number);
}

.lp-step-list.of-column-5 > li {
    width: calc(100% / 5);
}

.lp-step-list.of-column-7 > li {
    width: calc(100% / 7);
}

.lp-step-list.of-column-8 > li {
    width: calc(100% / 8);
}

.lp-step-text {
    background: #c2c2c2;
    font-weight: bold;
}

.is-current .lp-step-text {
    background: #fff;
    color: #05669e;
}

.lp-step > *:last-child {
    margin-bottom: 0;
}

.lp-divider {
    margin: 40px 0;
    border-bottom: 1px solid #d8d8d8;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-fontWeight-bold {
    font-weight: bold;
}

.lp-utility-verticalAlign-bottom {
    vertical-align: bottom;
}

.lp-utility-color-primary {
    color: #05669e;
}
