@charset "utf-8";
/* CSS Document */
header {
    height: auto;
    min-height: 180px;
}
@media print, screen and (min-width:768px) {
    header {
        min-height: 140px;
    }
}
.breadcrumbs {
    position: absolute;
    top: 130px;
    left: 0;
    width: 100%;
    margin: 0 auto;
    padding: 6px 15px 0;
    text-align: left;
    line-height: 1.1;
    font-size: 10px;
}
@media print, screen and (min-width:768px) {
    .breadcrumbs {
        top: 265px;
        padding: 0 20px;
    }
}
@media print, screen and (min-width:1320px) {
    .breadcrumbs {
        top: 300px;
    }
}
/* pagetitle */
#ai_camera {}
@media (min-width: 1240px) {
    .container {
        max-width: 1240px;
    }
}
#ai_camera #pagetitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    height: 120px;
    background: url("../../../../img/solution_img/ai-camera/aicamera_pagetitle_bg.jpg") no-repeat center center / cover !important;
}
#ai_camera #pagetitle h1 {
    display: block;
    /*background: #00000078;*/
    padding: 20px 0;
    position: unset;
    transform: unset;
    width: 80%;
    margin: auto;
}
@media print, screen and (min-width:768px) {
    #ai_camera #pagetitle h1 {
        padding: 50px 0;
    }
}
#ai_camera h3 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    line-height: 1.3;
    font-size: clamp(1.5rem, 0.75rem + 2.08vw, 2.75rem);
    font-weight: bold;
}
/*#ai_camera h3::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    width: 120px;
    height: 1px;
    margin-left: -60px;
    content: "";
    background: #003da6;
}*/
#ai_camera h3 small {
    font-size: 70%;
}
@media print, screen and (min-width:768px) {
    #ai_camera h3 {
        padding-bottom: 15px;
        /*font-size: 34px;*/
    }
    #ai_camera h3::after {
        width: 200px;
        margin-left: -100px;
    }
}
/*------------------------------------------------pankuzu*/
#ai_camera .pankuzu {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}
#ai_camera .pankuzu a {
    text-decoration: underline;
}
@media print, screen and (min-width:768px) {
    #ai_camera .pankuzu {
        font-size: 12px;
    }
}
/*------------------------------------------------#icon_function*/
.icon_functions {
    margin: 40px 0;
}
.icon_functions ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
}
.icon_functions ul li figure {
    margin-right: 15px;
}
.icon_functions ul li figure img {
    width: 50px;
    height: auto;
}
.icon_functions ul li p {
    font-size: 18px;
    font-weight: bold;
    color: #003da6;
}
.icon_functions ul li p br {
    display: none;
}
.icon_functions ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.icon_functions ul li {
    width: 48%;
}
.icon_functions ul a.icon_link li{
        width: 100%;
    }
@media print, screen and (min-width:992px) {
    .icon_functions ul a.icon_link {
        width: 18%;
    }
    .icon_functions ul a.icon_link li{
        width: 100%;
    }
        .icon_functions ul li {
        width: 18%;
    }
    .icon_functions ul li p br {
        display: inline;
    }
}
/*------------------------------------------------#sec_01*/
#ai_camera #sec_01 {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url("../../../../img/ai_camera_img/sec_bg.jpg") no-repeat center center / cover;
}
#ai_camera #sec_01 .sub_tit {
    font-weight: 700;
    font-size: 26px;
    color: #333;
}
#ai_camera #sec_01 .sub_catch {
    font-weight: 700;
    font-size: 20px;
    color: #333;
    margin: 15px auto;
}
#ai_camera #sec_01 ul.row {
    justify-content: center;
    margin: 30px auto;
    background: #fff;
    padding: 20px 10px 0;
}
#ai_camera #sec_01 ul.row li {
    margin-bottom: 30px;
}
#ai_camera #sec_01 ul.row li:last-child {
    margin-bottom: 0;
}
#ai_camera #sec_01 ul.row li figure img {
    width: 100%;
    height: auto;
}
/*------------------------------------------------#sec_02*/
#ai_camera #sec_02 {
    padding-top: 50px;
    padding-bottom: 50px;
}
#ai_camera #sec_02 table {
    margin: 50px auto 20px;
    border-top: 1px solid #003da6;
    border-right: 1px solid #003da6;
    border-left: 1px solid #003da6;
    width: 100%;
}
#ai_camera #sec_02 table tr {}
#ai_camera #sec_02 table tr td, #ai_camera #sec_02 table tr th {
    border-bottom: 1px solid #003da6;
    border-left: 1px solid #003da6;
    padding: 12px;
    text-align: left;
    font-size: 16px;
}
#ai_camera #sec_02 table tr td {
    color: #333;
}
#ai_camera #sec_02 table tr td:nth-child(3) {
    border-left: 1px solid #003da6;
}
#ai_camera #sec_02 table tr th {
    background: #003da6;
    color: #fff;
    border-bottom: 1px solid #fff;
}
@media print, screen and (min-width:768px) {
    #ai_camera #sec_02 table tr td, #ai_camera #sec_02 table tr th {
        font-size: 16px;
    }
}
#ai_camera #sec_02 .att_tx {
    font-size: 14px;
    text-align: left;
    margin-bottom: 30px;
}
#ai_camera #sec_02 .link_btn {
    width: 100%;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#ai_camera #sec_02 .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%;
}
#ai_camera #sec_02 .link_btn a:hover {
    opacity: 1;
    background: #fff;
    color: #4089C4;
}
@media print, screen and (min-width:768px) {
    #ai_camera #sec_02 .link_btn {
        flex-direction: row;
    }
    #ai_camera #sec_02 .link_btn a {
        font-size: 20px;
        width: 46%;
    }
}
#ai_camera #sec_02 .link_btn a:nth-child(2) {
    background: #ff8d00;
    border: 1px solid #ff8d00;
    color: #fff;
}
#ai_camera #sec_02 .link_btn a:nth-child(2):hover {
    opacity: 1;
    background: #fff;
    color: #ff8d00;
}
/*----------------------------------service*/
#service ul li {
    margin-bottom: 15px;
    padding: 15px;
    background: #fff;
}
#service ul li img {
    width: 90%;
    margin: 0 5% 10px;
}
#service ul li a {
    color: #003DA6;
    text-decoration: underline;
}
@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;
    }
}
#ai_camera #sec_01 ul.row {
    background: none;
    padding-bottom: 0;
}
ol.list_ol li {
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
    list-style-type: disc;
    line-height: 150%;
    font-size: 16px;
}
#movie ul li.obj3 ol.list_ol {
    margin-left: 35px;
}
#movie ul li.obj3 ol.list_ol li {
    margin: 5px 0 0 0;
    padding-bottom: 0;
    padding-left: 5px;
    text-align: left;
    list-style-type: disc;
    line-height: 150%;
    font-size: 16px;
}
ol.list_ol li strong {
    margin-bottom: 5px;
    display: block;
    font-size: 110%;
}
ol.list_ol li:first-child {
    margin-top: 10px;
}
@media print, screen and (min-width:768px) {
    ol.list_ol li {
        font-size: 18px;
    }
    #movie ul li.obj3 ol.list_ol li {
        font-size: 18px;
    }
}
section#sec_01 .row {
    padding-bottom: 0;
    margin-bottom: 0;
}
/*----------------------------------movie*/
#movie ul li {
    margin-bottom: 15px;
    padding: 5px;
    background: #fff;
}
#movie ul li p {
    text-align: left;
}
#movie ul li img {
    width: 90%;
    margin: 0 5% 10px;
}
#movie ul li ul {
    margin: 5px 0;
    padding: 0px;
    width: 100%;
    display: block;
}
#movie ul li ul li {
    margin: 0 0 5px 0px;
    padding: 0px;
    width: 100%;
    list-style-type: disc;
    text-align: left;
}
@media print, screen and (min-width:768px) {
    #movie ul {
        display: flex;
        justify-content: space-between;
    }
    #movie ul li.obj3 {
        width: 32%;
        margin-bottom: 0;
        padding: 15px;
        background: #fff;
    }
    #movie ul li ul li {
        margin: 0 0 5px 30px;
    }
}
.video {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
}
/*------------------------------------------content*/
ul.item_container li p {
    margin-top: 20px;
    text-align: left;
}
/*---------------------------------reason_box*/
.reason_box .reason_num {
    text-align: left;
}
.reason_box .reason_num span {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 20px;
    line-height: 1.1;
    font-size: 16px;
    color: #fff;
    background: #003da6;
    box-shadow: 4px 4px 0 #ddd;
}
.reason_box .reason_num span::before {
    position: absolute;
    right: 6px;
    bottom: -11px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border: solid 8px transparent;
    border-bottom: solid 8px #ddd;
    transform: rotate(45deg);
}
.reason_box .reason_num span::after {
    position: absolute;
    right: 10px;
    bottom: -7px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border: solid 8px transparent;
    border-bottom: solid 8px #003da6;
    transform: rotate(45deg);
}
.reason_box h2 {
    margin-bottom: 10px;
    line-height: 1.3;
    text-align: left;
    font-size: 18px;
    color: #333;
}
.reason_box .fig_box figure {
    margin-bottom: 15px;
    text-align: center;
}
.reason_box .fig_box figure img {
    width: auto;
    max-width: 400px;
    height: auto;
}
.reason_box .fig_box div p {
    text-align: left;
}
@media print, screen and (min-width:768px) {
    .reason_box .reason_num span {
        padding: 12px 30px;
        font-size: 22px;
        color: #fff;
    }
    .reason_box h2 {
        margin-bottom: 20px;
        font-size: 28px;
    }
    .reason_box .fig_box figure {
        margin-bottom: 20px;
    }
}
@media print, screen and (min-width:992px) {
    .reason_box {
        float: left;
        width: 50%;
        padding: 20px;
    }
    .reason_box .fig_box {
        /*display: flex;
    justify-content: space-between;*/
        align-items: center;
    }
    .reason_box .fig_box.fig_r {
        flex-direction: row-reverse;
    }
    .reason_box .fig_box figure {
        width: 90%;
        margin: 0 auto;
    }
    .reason_box .fig_box div {
        width: 90%;
        margin: 0 auto;
    }
}
@media print, screen and (min-width:1200px) {
    #notepc_bn .bn figure {
        margin-left: 5%;
    }
}
.fig_box_full figure {
    margin-bottom: 15px;
    text-align: center;
}
.fig_box_full figure img {
    width: 90%;
    height: auto;
    margin: 0 auto;
}
.fig_box_full div h3 {
    position: relative;
    margin: 20px 0 15px;
    padding-left: 20px;
    line-height: 1.3;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}
.fig_box_full div h3::before {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 12px;
    height: 2px;
    content: "";
    background: #003da6;
}
.fig_box_full div p {
    margin-bottom: 15px;
    text-align: left;
}
.fig_box_full div p:last-child {
    margin-bottom: 0;
}
@media print, screen and (min-width:768px) {
    .fig_box_full figure {
        margin-bottom: 30px;
    }
    .fig_box_full div h3 {
        margin: 30px 0 20px;
        padding-left: 30px;
        font-size: 24px;
    }
    .fig_box_full div h3::before {
        top: 11px;
        width: 20px;
    }
}
.bg_img01 {
    color: #fff;
    background: url("../../img/pc_img/bg01.jpg") center bottom no-repeat #3874b9;
    background-size: cover;
}
.bg_img01 .tit01 {
    color: #fff;
}
.bg_img01 .tit01::after {
    background: #fff;
}
.bg_img01 .fig_box_full div h3::before {
    background: #fff;
}
.spec_list li:first-child {
    margin-bottom: 30px;
}
.spec_list li h3 {
    position: relative;
    margin: 20px 0 15px;
    padding-left: 20px;
    line-height: 1.3;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-align: left;
}
.spec_list li h3::before {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 12px;
    height: 2px;
    content: "";
    background: #003da6;
}
.spec_list li table th {
    width: 5em;
}
@media print, screen and (min-width:576px) {
    .spec_list li table th {
        width: 8em;
    }
}
@media print, screen and (min-width:768px) {
    .spec_list li:first-child {
        margin-bottom: 40px;
    }
    .spec_list li h3 {
        margin: 30px 0 20px;
        padding-left: 30px;
        font-size: 28px;
    }
    .spec_list li h3::before {
        top: 15px;
        width: 20px;
    }
}
@media print, screen and (min-width:992px) {
    .spec_list {
        display: flex;
        justify-content: space-between;
    }
    .spec_list li {
        width: 49%;
    }
    .spec_list li:first-child {
        margin-bottom: 0;
    }
    .spec_list li table th {
        width: 5em;
    }
}
@media print, screen and (min-width:1200px) {
    .spec_list li table th {
        width: 8em;
    }
}
.txt_size {
    font-size: 20px !important;
    line-height: 200%;
}
/*----------------------------------benefit*/
.list_benefit > li {
    margin-bottom: 15px;
    padding: 15px;
    background: #fff;
}
.list_benefit > li h4 {
    position: relative;
    margin-bottom: 15px;
    line-height: 1.3;
    padding-top: 0.1em;
    padding-left: 2em;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.list_benefit > li h4 span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    color: #003da6;
}
@media print, screen and (min-width:768px) {
    .list_benefit {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .list_benefit > li {
        width: 48.5%;
        margin-bottom: 30px;
        padding: 30px;
    }
    .list_benefit > li h4 {
        margin-bottom: 20px;
        padding-top: 0.2em;
        font-size: 24px;
    }
    .list_benefit > li h4 span {
        font-size: 30px;
    }
}
/*----------------------------------service*/
#service ul li {
    margin-bottom: 15px;
    padding: 15px;
    background: #fff;
}
#service ul li img {
    width: 90%;
    margin: 0 5% 10px;
}
#service ul li ul {
    margin: 5px 0;
    padding: 0px;
    width: 100%;
    display: block;
}
#service ul li ul li {
    margin: 0 0 5px 0px;
    padding: 0px;
    width: 100%;
    list-style-type: disc;
    text-align: left;
}
@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;
    }
    #service ul li ul li {
        margin: 0 0 5px 30px;
    }
}
@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;
    }
}
.container_base ul.item_container li.item2 p {
    margin: 0 0 20px;
}
h3.tit {
    font-weight: bold;
    font-size: 150%;
    color: #000;
}
h3.tit02 {
    text-align: left;
}
p.txt_box {
    padding: 10px;
    font-size: 16px;
}
@media print, screen and (min-width:768px) {
    p.txt_box {
        font-size: 18px;
    }
}
.tbl02 td {
    text-align: left;
}
table.ai_camera th {
    background: #ededed;
    font-weight: bold;
    padding: 5px;
}
table.ai_camera td {
    background: #fff;
    padding: 5px;
}
table.ai_camera td ul li {
    text-align: left;
}
#service_flow .item_container li.item_flow {
    position: relative;
    float: left;
    width: 17.6%;
    margin-right: 0;
    margin-left: 0;
    border-radius: 10px;
    border: 2px solid #cccccc;
    padding: 10px;
}
#service_flow .item_container li.item_flow2 {
    position: relative;
    float: left;
    width: 3%;
    margin: 70px 0 0 0;
    padding: 0;
}
#service_flow .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 28px solid #555555;
    border-right: 0;
    display: block;
}
#service_flow ul li.item_flow p {
    margin-top: 20px;
    text-align: left;
}
#service_flow ul li.item_flow img {
    width: 100%;
    margin: 0 auto;
    max-width: 550px;
}
#service_flow ul li {
    min-height: 320px;
}
@media screen and (max-width:768px) {
    #service_flow ul.item_container {
        padding: 5%;
    }
    #service_flow .item_container li.item_flow {
        width: 100%;
        margin-bottom: 5px;
        height: auto;
        clear: both;
    }
    #service_flow .item_container li.item_flow2 {
        width: 100%;
        margin: 0 auto 10px;
        height: 30px;
        clear: both;
        display: none;
    }
    #service_flow .triangle {
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 50px solid transparent;
        border-left: 50px solid transparent;
        border-top: 28px solid #555555;
        border-bottom: 0;
    }
    #service_flow ul li.item_flow img {
        width: 100%;
        margin: 0 auto;
        max-width: 250px;
    }
    #service_flow ul li.item_flow p {
        text-align: center;
    }
}
@media screen and (max-width:480px) {
    #service_flow .item_container li.item_flow, #service_flow .item_container li.item_flow2 {
        width: 100%;
        clear: both;
    }
}
#service_flow .item_container li h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin: 0 auto 5px;
    padding: 0;
}
#service_flow .item_container li p {
    font-size: 14px;
    text-align: center;
    margin: 10px auto 0;
    padding: 0;
}
#service_flow .item_container li img {
    margin: 0 auto;
    text-align: center;
}
#benefit ul.list_benefit li {
    padding: 30px;
}
#benefit ul.list_benefit li img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: 0 100%
}
#service ul li img.product_img {
    max-width: 220px;
    margin: 0 auto 30px;
}
#service ul::after {
    clear: both;
    display: block;
    content: "";
    height: 0;
}
h3.box {
    font-size: 28px;
    line-height: 150%;
    position: relative;
    width: 100%;
    max-width: 980px;
    margin: 0 auto 30px;
    padding: 20px;
}
h3.box::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 7px;
    width: 45px;
    background-color: #90baf8;
    content: '';
}
h3.box::after {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 7px;
    width: 45px;
    background-color: #1a6de9;
    content: '';
}
@media screen and (max-width:680px) {
    h3.box {
        font-size: 18px;
    }
}
.video {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
}
/*----------------------------------movie*/
#movie ul li {
    margin-bottom: 15px;
    padding: 5px;
    background: #fff;
}
#movie ul li p {
    text-align: left;
}
#movie ul li img {
    width: 90%;
    margin: 0 5% 10px;
}
#movie ul li ul {
    margin: 5px 0;
    padding: 0px;
    width: 100%;
    display: block;
}
#movie ul li ul li {
    margin: 0 0 5px 0px;
    padding: 0px;
    width: 100%;
    list-style-type: disc;
    text-align: left;
}
@media print, screen and (min-width:768px) {
    #movie ul {
        display: flex;
        justify-content: space-between;
    }
    #movie ul li.obj3 {
        width: 32%;
        margin-bottom: 0;
        padding: 15px 5px;
    }
    #movie ul li ul li {
        margin: 0 0 5px 30px;
    }
}
.obj_midashi {
    margin-bottom: 15px;
}
.list_feature > li {
    margin-bottom: 15px;
    padding: 15px;
    background: #fff;
}
.list_feature > li h4 {
    position: relative;
    margin-bottom: 15px;
    line-height: 1.3;
    padding-top: 0.1em;
    padding-left: 2em;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.list_feature > li h4 span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    color: #003da6;
}
.list_feature > li img {
    width: 100%;
    margin: 0 auto 20px;
}
.list_feature > li p {
    text-align: left;
    font-size: 12px;
}
@media print, screen and (min-width:768px) {
    .list_feature {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .list_feature > li {
        width: 48.5%;
        margin-bottom: 30px;
        padding: 30px;
    }
    .list_feature > li h4 {
        margin-bottom: 20px;
        padding-top: 0.2em;
        font-size: 24px;
    }
    .list_feature > li h4 span {
        font-size: 30px;
    }
    .list_feature > li img {
        max-width: 280px;
    }
    .list_feature > li p {
        font-size: 18px;
    }
}
section#point {
    padding: 0;
    display: inline-block;
}
section#point ul.list_benefit li p {
    text-align: center;
    font-weight: normal;
    font-size: 110%;
}
@media print, screen and (min-width:768px) {
    section#point ul.list_benefit li p {
        text-align: center;
        font-weight: bold;
        font-size: 120%;
    }
}
ul.item_container li p {
    margin-top: 20px;
    text-align: left;
}
/*---------------------------------reason_box*/
.reason_box .reason_num {
    text-align: left;
}
.reason_box .reason_num span {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 20px;
    line-height: 1.1;
    font-size: 16px;
    color: #fff;
    background: #003da6;
    box-shadow: 4px 4px 0 #ddd;
}
.reason_box .reason_num span::before {
    position: absolute;
    right: 6px;
    bottom: -11px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border: solid 8px transparent;
    border-bottom: solid 8px #ddd;
    transform: rotate(45deg);
}
.reason_box .reason_num span::after {
    position: absolute;
    right: 10px;
    bottom: -7px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border: solid 8px transparent;
    border-bottom: solid 8px #003da6;
    transform: rotate(45deg);
}
.reason_box h2 {
    margin-bottom: 10px;
    line-height: 1.3;
    text-align: left;
    font-size: 18px;
    color: #333;
}
.reason_box .fig_box figure {
    margin-bottom: 15px;
    text-align: center;
}
.reason_box .fig_box figure img {
    width: auto;
    max-width: 400px;
    height: auto;
}
.reason_box .fig_box div p {
    text-align: left;
}
@media print, screen and (min-width:768px) {
    .reason_box .reason_num span {
        padding: 12px 30px;
        font-size: 22px;
        color: #fff;
    }
    .reason_box h2 {
        margin-bottom: 20px;
        font-size: 28px;
    }
    .reason_box .fig_box figure {
        margin-bottom: 20px;
    }
}
@media print, screen and (min-width:992px) {
    .reason_box {
        float: left;
        width: 50%;
        padding: 20px;
    }
    .reason_box .fig_box {
        /*display: flex;
    justify-content: space-between;*/
        align-items: center;
    }
    .reason_box .fig_box.fig_r {
        flex-direction: row-reverse;
    }
    .reason_box .fig_box figure {
        width: 90%;
        margin: 0 auto;
    }
    .reason_box .fig_box div {
        width: 90%;
        margin: 0 auto;
    }
}
@media print, screen and (min-width:1200px) {
    #notepc_bn .bn figure {
        margin-left: 5%;
    }
}
.fig_box_full figure {
    margin-bottom: 15px;
    text-align: center;
}
.fig_box_full figure img {
    width: 90%;
    height: auto;
    margin: 0 auto;
}
.fig_box_full div h3 {
    position: relative;
    margin: 20px 0 15px;
    padding-left: 20px;
    line-height: 1.3;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}
.fig_box_full div h3::before {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 12px;
    height: 2px;
    content: "";
    background: #003da6;
}
.fig_box_full div p {
    margin-bottom: 15px;
    text-align: left;
}
.fig_box_full div p:last-child {
    margin-bottom: 0;
}
@media print, screen and (min-width:768px) {
    .fig_box_full figure {
        margin-bottom: 30px;
    }
    .fig_box_full div h3 {
        margin: 30px 0 20px;
        padding-left: 30px;
        font-size: 24px;
    }
    .fig_box_full div h3::before {
        top: 11px;
        width: 20px;
    }
}
.bg_img01 {
    color: #fff;
    background: url("../../img/pc_img/bg01.jpg") center bottom no-repeat #3874b9;
    background-size: cover;
}
.bg_img01 .tit01 {
    color: #fff;
}
.bg_img01 .tit01::after {
    background: #fff;
}
.bg_img01 .fig_box_full div h3::before {
    background: #fff;
}
.spec_list li:first-child {
    margin-bottom: 30px;
}
.spec_list li h3 {
    position: relative;
    margin: 20px 0 15px;
    padding-left: 20px;
    line-height: 1.3;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-align: left;
}
.spec_list li h3::before {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 12px;
    height: 2px;
    content: "";
    background: #003da6;
}
.spec_list li table th {
    width: 5em;
}
@media print, screen and (min-width:576px) {
    .spec_list li table th {
        width: 8em;
    }
}
@media print, screen and (min-width:768px) {
    .spec_list li:first-child {
        margin-bottom: 40px;
    }
    .spec_list li h3 {
        margin: 30px 0 20px;
        padding-left: 30px;
        font-size: 28px;
    }
    .spec_list li h3::before {
        top: 15px;
        width: 20px;
    }
}
@media print, screen and (min-width:992px) {
    .spec_list {
        display: flex;
        justify-content: space-between;
    }
    .spec_list li {
        width: 49%;
    }
    .spec_list li:first-child {
        margin-bottom: 0;
    }
    .spec_list li table th {
        width: 5em;
    }
}
@media print, screen and (min-width:1200px) {
    .spec_list li table th {
        width: 8em;
    }
}
.txt_size {
    font-size: 20px !important;
    line-height: 200%;
}
/*----------------------------------benefit*/
.list_benefit > li {
    margin-bottom: 15px;
    padding: 15px;
    background: #fff;
}
.list_benefit > li h4 {
    position: relative;
    margin-bottom: 15px;
    line-height: 1.3;
    padding-top: 0.1em;
    padding-left: 2em;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.list_benefit > li h4 span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    color: #003da6;
}
@media print, screen and (min-width:768px) {
    .list_benefit {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .list_benefit > li {
        width: 48.5%;
        margin-bottom: 30px;
        padding: 30px;
    }
    .list_benefit > li h4 {
        margin-bottom: 20px;
        padding-top: 0.2em;
        font-size: 24px;
    }
    .list_benefit > li h4 span {
        font-size: 30px;
    }
}
/*----------------------------------service*/
#service ul li {
    margin-bottom: 15px;
    padding: 15px;
    background: #fff;
}
#service ul li img {
    width: 90%;
    margin: 0 5% 10px;
}
#service ul li a {
    color: #003DA6;
    text-decoration: underline;
}
@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;
    }
}
.container_base ul.item_container li.item2 p {
    margin: 0 0 20px;
}
/*----------------------------------21.5.23追加*/
.section_inner {
    padding: 50px 0;
}
.tit_adjust {
    margin: 20px 0 10px 10px;
    color: #0099ff;
    font-size: 200%;
    text-align: left;
}
ul.memorable {
    list-style-type: none;
    margin-left: 20px;
}
ul.memorable li {
    position: relative;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 20px;
    background: #f6f6f6;
    padding: 5px 10px;
    font-weight: bold;
    display: inline-block;
    float: left;
    margin-right: 30px;
    margin-left: 20px;
}
ul.memorable li::after {
    content: '';
    display: block;
    position: absolute;
    top: 0.8em;
    left: -1.5em;
    width: 15px;
    height: 8px;
    border-left: 3px solid #9c9c9c;
    border-bottom: 3px solid #9c9c9c;
    transform: rotate(-45deg);
}
@media print, screen and (max-width:768px) {
    .section_inner {
        padding: 20px 0;
        width: 90%;
        margin: 0 auto;
    }
}
table.tbl02 {
    width: 90%;
    margin: 0 5%;
}
table.tbl02 th {
    padding: 3px;
    background: #0099FF;
    font-size: 150%;
    color: #fff;
    border-bottom: 3px solid #fff;
}
table.tbl02 td {
    padding: 10px;
    background: #fcfcfc;
    font-size: 120%;
    border-bottom: 3px solid #fff;
}
table.tbl02 td:last-child {
    padding: 10px;
    background: #ffffff;
    font-size: 120%;
}
table.tbl02 th.border_r, table.tbl02 td.border_r {
    border-right: 3px solid #fff;
}
table.tbl02 td small {
    font-size: 50%;
}
table.tbl02 td strong {
    color: #ff0000;
}
table.tbl02 th.valtec, table.tbl02 td.valtec {
    font-size: 120%;
    font-weight: bold;
}
ol.check_list li {
    margin-bottom: 12px;
    text-align: left;
    position: relative;
    padding-left: 25px;
}
ol.check_list li + li {
    margin-top: 5px;
}
ol.check_list li:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 7px;
    top: .35em;
    left: 6px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    border-right: 2px solid #9c9c9c;
    border-bottom: 2px solid #9c9c9c;
}
ol.check_list li:after {
    content: "";
    position: absolute;
    top: .2em;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #9c9c9c;
    border-radius: 2px;
}
#link_wrapper {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}
#link_wrapper ul.item_container li.item2 {
    width: 50%;
}
#link_wrapper ul.item_container li.item2 p.subsidy_bn {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
}
#link_wrapper ul.item_container li.item2 p.subsidy_bn a {
    text-decoration: none;
    text-align: center;
    display: inline-block;
}
#pagetitle #link_wrapper {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}
#pagetitle #link_wrapper ul.item_container li.item2 p.subsidy_bn a {
    text-decoration: none;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    background: #fff;
}
#pagetitle #link_wrapper ul.item_container li.item2 p.subsidy_bn a:hover {
    color: #fff;
    background: #003da6;
    opacity: 1.0;
}
#pagetitle #link_wrapper ul.item_container li.item2 p.subsidy_bn a:hover::after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
@media print, screen and (max-width:480px) {
    table.tbl02 {
        width: 100%;
        margin: 0;
    }
    table.tbl02 th {
        font-size: 100%;
    }
    table.tbl02 td {
        font-size: 100%;
    }
    table.tbl02 td:last-child {
        font-size: 100%;
    }
    table.tbl02 th.valtec, table.tbl02 td.valtec {
        font-size: 100%;
    }
    #link_wrapper ul.item_container li.item2 {
        width: 100%;
        margin: 0;
    }
    #link_wrapper ul.item_container li.item2 {
        width: 100%;
        margin: 0 auto 10px;
    }
    #link_wrapper ul.item_container li.item2 p.subsidy_bn {
        margin: 0 auto 10px;
    }
    #pagetitle #link_wrapper ul.item_container {
        margin: 0 auto;
    }
    #pagetitle #link_wrapper ul.item_container li.item2 p.subsidy_bn a {
        font-size: 12px;
    }
    #pagetitle #link_wrapper ul.item_container li.item2 p.subsidy_bn {
        margin: 0 auto 5px;
    }
}
.sol_box {
    padding: 10px;
    background: #fcfcfc;
    font-size: 90%;
    display: inline-block;
    width: 90%;
    text-align: left;
    color: #666666;
}
.sol_box strong {
    color: #003DA6;
    display: block;
    font-size: 90%;
}
.sol_box span {
    color: #003DA6;
}
#sec_02 table td {
    background: #fff;
}
.slick01 {
    text-align: center;
    margin: 0 auto 60px;
    width: 100%;
}
.slick01 li img {
    text-align: center;
    margin: 0 auto;
}
/*====================================================================== 251017追加*/
.hero {
    position: relative;
    height: auto;
    overflow: hidden;
}
.hero::before {
    display: none;
}
.hero::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0099FF 0%, #003da6 100%);
    clip-path: polygon(55% 0, 100% 0, 100% 100%, 40% 100%);
    z-index: 1;
}
@media print, screen and (min-width:576px) {
    .hero::before {
        display: inline;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('https://www.webjapan.co.jp/img/solution_img/ai-camera/cushara6.png') center/cover;
        clip-path: polygon(0 0, 55% 0, 40% 100%, 0 100%);
        z-index: 1;
    }
}
.content-wrapper {
    position: relative;
    z-index: 10;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    max-width: 770px;
    /*max-height: 200px;*/
    flex-direction: column;
    text-align: center;
    padding: 0 20px;
}
.right-section {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 730px;
    margin: auto;
}
.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(139, 92, 246, 0.6);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
/* ヘッダーセクション */
.header-section {
    background: linear-gradient(135deg, #003da6 0%, #0056b3 100%);
    color: #fff;
    padding: 80px 20px;
    text-align: center;
}
.header-section h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}
.header-section p {
    font-size: 16px;
    margin-bottom: 30px;
    opacity: 0.95;
}
/* メインビジュアルセクション */
.main-visual {
    background: linear-gradient(135deg, #0099FF 0%, #003da6 100%);
    color: #fff;
    padding: 60px 20px;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}
.main-visual-content {
    min-width: 560px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0 0 0;
}
.main-visual-content p {
    font-weight: 900;
    font-size: clamp(1.5rem, 0.75rem + 2.08vw, 3rem);
}
.main-visual-content h2 {
    font-size: clamp(1.5rem, 0.75rem + 2.7vw, 3.8rem);
    font-weight: 900;
    margin-bottom: 20px;
    color: #fff;
    line-height: 1.4;
}
.main-visual-image {
    flex: 1;
    min-width: 190px;
    text-align: center;
}
.main-visual-image img {
    max-width: 100%;
    height: auto;
    max-height: 200px;
}
@media print, screen and (min-width:768px) {
    .main-visual-image img {
        max-height: 400px;
    }
    .right-section {
        flex-wrap: nowrap;
        margin: 0 0 0 210px;
    }
}
.button-group {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.btn {
    padding: 15px 40px;
    border: none;
    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;
}
.btn a:hover {
    text-decoration: none;
    color: inherit;
}
.btn-primary {
    background-color: #ffc107;
    color: #333;
}
.btn-primary:hover {
    background-color: #ffb300;
    transform: scale(1.05);
}
.btn-secondary {
    background-color: #fff;
    color: #003da6;
    border: 1px solid #003da6;
}
.btn-secondary:hover {
    background-color: #f0f0f0;
}
/* セクション共通 */
section {
    padding: 60px 20px;
}
section h2 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
}
.section-subtitle {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}
/* 利用イメージセクション */
.usage-image {
    background-color: #f5f5f5;
    text-align: center;
}
.usage-image-content {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.usage-image-item {
    flex: 1;
    min-width: 300px;
}
.usage-image-item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.usage-image-item h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.usage-image-item p {
    font-size: 14px;
    color: #666;
}
/* 特徴セクション */
.feature-with-image {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.feature-with-image02 {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
    flex-direction: column;
}
.feature-with-image-img {
    flex: 1;
    min-width: 250px;
    text-align: center;
}
.feature-with-image-img img {
    max-width: 100%;
    height: auto;
}
.feature-with-image-text {
    flex: 1;
    min-width: 300px;
}
.feature-with-image-text h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}
.feature-with-image-text p {
    text-align: left;
    margin-bottom: 15px;
    line-height: 1.7;
}
@media print, screen and (min-width:768px) {
    .feature-with-image {
        flex-direction: row;
    }
    .feature-with-image02 {
        flex-direction: row;
    }
}
/* 利用例セクション */
.use-cases {}
.use-cases-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.use-case-item {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    padding: 20px;
}
.use-case-item h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #003da6;
}
.use-case-item img {
    width: 100%;
    height: auto;
}
.use-case-item-content {
    padding: 20px 0 0 0;
}
.use-case-item-content p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}
.use-case-item-content ul {
    font-size: 13px;
    color: #666;
    line-height: 1.8;
    list-style: none;
    padding-left: 0;
}
.use-case-item-content ul li {
    position: relative;
    text-align: left;
    padding: 0 0 0 20px;
}
.use-case-item-content ul li::before {
    position: absolute;
    left: 0;
    content: "●";
    color: #003da6;
}
/* CTA セクション */
.cta-section {
    background: linear-gradient(135deg, #0099FF 0%, #003da6 100%);
    color: #fff;
    text-align: center;
    padding: 60px 20px;
}
.cta-section h2 {
    color: #fff;
    margin-bottom: 30px;
}
.cta-section p {
    font-size: 16px;
    margin-bottom: 30px;
    opacity: 0.95;
}
/* レスポンシブ */
@media print, screen and (min-width:768px) {
    .header-section h1 {
        font-size: 24px;
    }
    .main-visual {
        flex-direction: column;
        padding: 40px 20px;
        gap: 30px;
    }
    .button-group {
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .btn {
        width: 100%;
        text-align: center;
        white-space: nowrap;
    }
    section h2 {
        font-size: 22px;
    }
    .feature-with-image, .feature-with-image02 {
        /*flex-direction: column;*/
        gap: 20px;
    }
    .use-cases-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
#usage_image img {
    width: 100%;
    height: auto;
    max-width: 900px;
}
#sec_02 .specifications_features img {
    width: 100%;
    height: auto;
}
.camera_deco {
    background: #f6f6f6;
    line-height: 1.8;
    margin: 20px 0 0 0;
    padding: 20px;
}
/* 付属品セクション */
.accessories {}
.accessories-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
}
.accessories-item {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    padding: 20px;
}
.accessories-item h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #003da6;
}
.accessories-item img {
    width: 100%;
    height: auto;
}
.accessories-item-content {
    padding: 20px 0 0 0;
}
.accessories-item-content p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}
.accessories-item-content ul {
    font-size: 13px;
    color: #666;
    line-height: 1.8;
    list-style: none;
    padding-left: 0;
}
.accessories-item-content ul li {
    position: relative;
    text-align: left;
    padding: 0 0 0 20px;
}
.accessories-item-content ul li::before {
    position: absolute;
    left: 0;
    content: "●";
    color: #003da6;
}
@media print, screen and (min-width:768px) {
.accessories-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}