@charset "UTF-8";

:root {
    font-size: 62.5%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*::before, *::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    min-width: 1300px;
    color: #333;
    font-family: source-han-sans-japanese, notosans, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    word-break: break-word;
    overflow-wrap: anywhere;
}

main {
    display: block;
}

p {
    margin-bottom: 16px;
}

ul,
ol {
    list-style: none;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace;
    font-size: 1em;
}

a {
    text-decoration: none;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    border-bottom: 0;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

em {
    font-style: normal;
    font-weight: bold;
}

dfn,
cite {
    font-style: normal;
}

code,
kbd,
samp {
    font-family: monospace;
    font-size: 1em;
}

small {
    font-size: 100%;
}

i {
    font-style: italic;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    max-width: 100%;
    border-style: none;
    vertical-align: bottom;
}

tablet {
    width: 100%;
    border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
    border-radius: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    border: 0;
    background: none;
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: none;
}

legend {
    display: tablet;
    max-width: 100%;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

video {
    display: block;
    max-width: 100%;
}

.lp-textPhone {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.lp-textPhone.of-conversion .lp-textPhone-number {
    font-size: 4.4rem;
}

.lp-textPhone.of-conversion .lp-textPhone-icon {
    width: 40px;
    min-width: 40px;
    height: 25px;
    min-height: 25px;
    margin-top: 0.2rem;
    margin-right: 8px;
}

.lp-textPhone.of-conversion .lp-textPhone-numberGroup {
    display: flex;
    align-items: center;
}

.lp-textPhone.of-conversion .lp-textPhone-note {
    font-size: 1.6rem;
}

.lp-textPhone-header {
    margin-right: 24px;
    font-size: 2.4rem;
    font-weight: 600;
}

.lp-textPhone-body {
    min-width: 225px;
}

.lp-textPhone-body > a {
    color: inherit;
}

.lp-textPhone-number {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
}

.lp-textPhone-numberGroup {
    display: flex;
    align-items: flex-start;
    margin-top: 0 !important;
    margin-bottom: 8px;
}

.lp-textPhone-note {
    display: block;
    margin-top: 0 !important;
    font-size: 1.2rem;
    line-height: 1.2;
}

.lp-textPhone-icon {
    width: 36px;
    min-width: 36px;
    height: 20px;
    min-height: 20px;
    margin-top: 0.2rem;
    margin-right: 8px;
}

.lp-textPhone-icon .of-iconColor-primary {
    fill: #00a23f;
}

.lp-textPhone-icon .of-iconColor-secondary {
    fill: #fe8800;
}

.lp-textPhone-icon .of-iconColor-tertiary {
    fill: #0086b1;
}

.lp-textPhone-icon .of-iconColor-quaternary {
    fill: #838079;
}

.lp-textPhone-icon .of-iconColor-quinary {
    fill: #1e1c1c;
}

.lp-textPhone.of-center {
    text-align: center;
}

.lp-textPhone.of-center .lp-textPhone-numberGroup {
    justify-content: center;
}

.lp-text .lp-textPhone-body,
.lp-text a:hover.lp-textPhone-body {
    display: inline-block;
    color: #333;
    text-decoration: none;
    cursor: default;
    opacity: 1;
}

a.lp-textPhone-body,
a:hover.lp-textPhone-body {
    display: inline-block;
    color: #333;
    text-decoration: none;
    cursor: default;
    opacity: 1;
}

.lp-layout-footer {
    width: 100%;
    background-color: #555;
}

.lp-layout-footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(1366px + 40px);
    margin: auto;
    padding: 25px 20px 24px;
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.lp-layout-footer-list > li {
    font-size: 1.4rem;
}

.lp-layout-footer-list > li + li {
    position: relative;
    margin-left: 24px;
    padding-left: 24px;
}

.lp-layout-footer-list > li + li::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 13px;
    transform: translateY(-50%);
    background-color: #fff;
    content: "";
}

.lp-layout-footer-list > li > a {
    color: #fff;
    font-size: inherit;
    text-decoration: none;
}

.lp-layout-footer-list > li > a:hover {
    text-decoration: underline;
}

.lp-layout-footer-copyright {
    color: #fff;
}

/* header */
.lp-layout-header {
    text-align: left;
}

.lp-layout-header.of-flex .lp-layout-header-content {
    display: flex;
    align-items: center;
}

.lp-layout-header-content {
    max-width: calc(1280px + 40px);
    margin: auto;
    padding: 10px 20px;
}

.lp-layout-header-content > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-utilityGroup {
    margin-left: auto;
}

.lp-layout-header-utilityList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: -16px;
    margin-left: -24px;
}

.lp-layout-header-utilityList > li {
    margin-top: 16px;
    padding-left: 24px;
}

.lp-layout-header-utilityList > li > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-logo {
    display: block;
    margin-bottom: 0;
    line-height: 1;
}

.lp-layout-header-logo a {
    text-decoration: none;
}

.lp-layout-header-logo img {
    width: 116px;
    height: 22px;
}

.lp-layout-main {
    background-color: #EFEFEF;
}

.bg-area {
    background: url("/img/landing_page/req/mobile-computers/lp_rfid_01155440/lp_rfid_01155440_bg_001.jpg") center no-repeat;
    margin-bottom: 40px;
}

.bg-area .bg-content {
    position: relative;
    width: 1280px;
    height: 450px;
    margin: auto;
}

.bg-area .bg-content .lp_btn {
    position: absolute;
    top: 75%;
    left: 47%;
    transition: all 0.3s;
}

.bg-area .bg-content .lp_btn:hover {
    opacity: .7;
}

.product_content {
    display: flex;
    justify-content: space-around;
    width: 1300px;
    margin: auto;
    padding-bottom: 55px;
}

.product_item .product_title::before {
    content: "";
    display: inline-block;
    background: #E60012;
    width: 6px;
    height: 36px;
    margin-right: 16px;
}

.product_item .product_title {
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 35px;
}