@charset "utf-8";
@import url("https://www.webjapan.co.jp/css/product/qrreader_daq-n1.css");
/* CSS Document */
a {
    text-decoration: none !important;
}
figure {
    margin: 0 0 20px 0;
}
h3.tit {
    font-weight: bold;
    font-size: 150%;
    color: #000;
}
/* 2 */
.ly_card_2column > div + div, .ly_card_2column > div + li, .ly_card_2column > li + div, .ly_card_2column > li + li {
    margin-top: 16px;
}
@media print, screen and (min-width: 768px) {
    .ly_card_2column {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .ly_card_2column > div, .ly_card_2column > li {
        width: calc(100% / 2 - 15px);
    }
    .ly_card_2column > div + div, .ly_card_2column > div + li, .ly_card_2column > li + div, .ly_card_2column > li + li {
        margin-top: 0;
    }
    .ly_card_2column > div:nth-child(n+3), .ly_card_2column > li:nth-child(n+3) {
        margin-top: 30px;
    }
}
/* 3 */
.ly_card_3column > div, .ly_card_3column > div + div, .ly_card_3column > div + li, .ly_card_3column > li + div, .ly_card_3column > li + li {
    /*margin-top: 16px;
    margin: 0 auto;*/
}
@media print, screen and (min-width: 768px) {
    .ly_card_3column {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .ly_card_3column::after {
        content: "";
        display: block;
        width: calc(100% / 3 - 25px);
    }
    .ly_card_3column > div, .ly_card_3column > li {
        width: calc(100% / 3 - 25px);
    }
    .ly_card_3column > div + div, .ly_card_3column > div + li, .ly_card_3column > li + div, .ly_card_3column > li + li {
        margin-top: 0;
    }
    .ly_card_3column > div:nth-child(n+4), .ly_card_3column > li:nth-child(n+4) {
        margin-top: 30px;
    }
}
.sub_catch {
    font-weight: 700;
    font-size: 20px;
    color: #333;
    margin: 15px auto;
    text-align: left !important;
}
header {
    /*height: 0 !important;
    min-height: 0;*/
}
.btn {
    padding: 15px 10px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    max-width: 280px;
    margin: 0;
}
.breadcrumbs {
    position: absolute;
    margin-top: 0;
    top: 0;
    padding-top: 10px;
    left: 0;
    width: 100%;
    margin: 0 auto;
    padding: 6px 15px 0;
    text-align: left;
    line-height: 1.1;
    font-size: 10px;
}
.waku_deco {
    padding: 30px;
    border: 2px solid #003da6;
    border-radius: 8px;
    background: #edf3fb;
}
/* ================================
#pagetitle03
================================= */
#header-space {
    height: 100px; /* ヘッダー高さに合わせる */
}
@media screen and (max-width: 768px) {
    #header-space {
        height: 80px; /* SP用ヘッダー高さ */
    }
}
/*------------------------------------------pagetitle*/
#pagetitle03 {
    position: relative;
    /*top: 50px;*/
    height: auto;
    background: url(https://www.webjapan.co.jp/img/product_img/p-lan08_img/pagetitle.jpg) center center no-repeat;
    background-size: cover;
    margin-bottom: 100px;
    padding: 60px 0;
}
#pagetitle03 img {
    display: none;
    width: 100%;
    height: auto;
    max-width: 200px;
}
#pagetitle03 ul {
    margin: auto;
}
#pagetitle03 div {
    /*position: absolute;
    top: 65%;*/
    position: initial;
    /*top: 0;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);*/
    width: 100%;
    padding: 0;
    font-size: 25px;
}
#pagetitle03 div .wrapper {
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    position: relative;
    padding: 30px 30px 50px;
    margin: 0 0 30px 0;
}
#pagetitle03 div h1 {
    color: #fff;
    display: block;
    margin: 0;
    font-weight: bold;
    position: relative;
    width: auto;
    text-shadow: none;
    padding: 0 0 0 0;
    font-size: 16px;
}
#pagetitle03 span {
    color: #fff;
    font-weight: bold;
    text-shadow: none;
    padding: 0px;
    margin: 0 auto;
    font-size: 14px;
    display: flex;
    justify-content: center;
}
#pagetitle03 strong {
    display: block;
    font-weight: 900;
    color: #fff;
    font-size: clamp(1rem, -0.5rem + 4.17vw, 3.5rem);
}
#pagetitle03 a {
    color: #003da6;
    font-size: 26px;
}
#pagetitle03 .subsidy_bn a {
    font-size: 14px;
    background: #f97b00;
    margin: 0 0 /*50px*/ 0;
    color: #fff;
    border: 1px solid #fff;
}
#pagetitle03 .subsidy_bn a:hover {
    background: #f94700;
}
.subsidy_bn a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    content: "";
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    transition: all 0.5s;
}
@media print, screen and (min-width:768px) {
    #pagetitle03 {
        position: relative;
        /*height: 450px;*/
        margin-bottom: 20px;
        margin-top: 0;
        padding: 70px 0;
    }
    #pagetitle03 img {
        display: inline;
        max-width: 350px;
    }
    #pagetitle03 ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #pagetitle03 div {
        padding: 0 40px;
        font-size: 40px;
    }
    #pagetitle03 div h1 {
        padding: 30px 0 0 0;
        font-size: 36px;
        margin: 0 auto;
    }
    #pagetitle03 span {
        margin: 0 auto;
        font-size: 24px;
    }
    #pagetitle03 .subsidy_bn a {
        font-size: 24px;
    }
}
@media print, screen and (max-width:480px) {
    /*#pagetitle03 {
        height: 230px;
    }*/
    /*#pagetitle03 div {
        margin-top: 60px;
    }*/
    #pagetitle03 div h1 {
        line-height: 1.1;
    }
    #pagetitle03 div {
        font-size: 20px;
    }
}
/* ================================
users_guide
================================= */
#users_guide ul li {
    list-style: disc;
    text-align: left;
}
#users_guide figure {
    text-align: center;
}
#users_guide img {
    width: 100%;
    height: auto;
    max-width: 1070px;
}
/* ================================
supply
================================= */
#supply .ly_card_2column div {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
} 
/* ================================
service
================================= */
#service ul li {
    margin-bottom: 15px;
    padding: 15px;
    background: #fff;
}
#service ul li img {
    width: 90%;
    margin: 0 5% 10px;
    max-width: 280px;
}
@media print, screen and (min-width:768px) {
    #service ul {
        display: flex;
        justify-content: space-between;
    }
    #service ul li {
        width: 32%;
        margin-bottom: 0;
        padding: 20px;
    }
    #service ul li p {
        text-align: left;
    }
}
@media print, screen and (min-width:992px) {
    #service ul li {
        padding: 30px;
    }
}
#service .flame_box {
    margin-top: 15px;
    padding: 15px;
    background: #fff;
}
#service .flame_box h4 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
#service .flame_box figure {
    margin: 15px 0;
}
#service .flame_box figure img {
    max-width: 100%;
    height: auto;
}
@media print, screen and (min-width:768px) {
    #service .flame_box {
        margin-top: 30px;
        padding: 30px;
    }
    #service .flame_box h4 {
        font-size: 22px;
    }
    #service .flame_box figure {
        margin: 30px 0;
    }
}
/* ================================
safety_precautions
================================= */
#safety_precautions {}
#safety_precautions ul li {
    position: relative;
    list-style-type: none;
    counter-increment: cnt;
    margin-bottom: 15px;
    padding-left: 25px;
    line-height: 1.4;
    text-align: left;
}
#safety_precautions ul li::before {
    position: absolute;
    left: 0;
    content: "●";
    display: inline-block;
    color: #003da6;
}
/* ================================
product_specifications
================================= */
#product_specifications {
    padding-top: 50px;
    padding-bottom: 50px;
}
#product_specifications table {
    margin: 50px auto 20px;
    border-top: 1px solid #003da6;
    border-right: 1px solid #003da6;
    width: 100%;
}
#product_specifications table tr td, #product_specifications table tr th {
    border-bottom: 1px solid #003da6;
    padding: 12px;
    text-align: left;
}
#product_specifications table tr td {
    color: #333;
    background: #fff;
}
#product_specifications table tr td:nth-child(3) {
    border-left: 1px solid #003da6;
}
#product_specifications table tr th {
    background: #003da6;
    color: #fff;
    border-bottom: 1px solid #fff;
}
#product_specifications .att_tx {
    font-size: 14px;
    text-align: left;
    margin-bottom: 30px;
}
#product_specifications .link_btn {
    width: 100%;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#product_specifications .link_btn a {
    background: #4089C4;
    border: 1px solid #4089C4;
    border-radius: 10px;
    color: #fff;
    display: block;
    font-size: 18px;
    /*font-weight: 700;*/
    padding: 15px 10px;
    margin: 0 auto 20px;
    transition: all 0.3s;
    width: 100%;
}
#product_specifications .link_btn a:hover {
    opacity: 1;
    background: #fff;
    color: #4089C4;
}
@media print, screen and (min-width:768px) {
    #product_specifications .link_btn {
        flex-direction: row;
    }
    #product_specifications .link_btn a {
        font-size: 20px;
        width: 46%;
    }
}
#product_specifications .link_btn a:nth-child(2) {
    background: #ff8d00;
    border: 1px solid #ff8d00;
    color: #fff;
}
#product_specifications .link_btn a:nth-child(2):hover {
    opacity: 1;
    background: #fff;
    color: #ff8d00;
}
/* ================================
description_of_each_part
================================= */
#description_of_each_part img {
    width: 100%;
    height: auto;
    max-width: 500px;
}
/* ================================
service
================================= */
#service h3.tit02 {
    text-align: center;
    color: #fff;
    background: #003da6;
    padding: 10px 0;
}
#service .section_inner ol {
    margin-left: 0;
}
#service .section_inner ol li {
    display: flex;
    padding: 0;
    width: 100% !important;
}
