@charset "UTF-8";
/* -------------------------------------------------------- CSS Information
Last up date:   2016
Style Info:     case css
------------------------------------------------------------------------ */
/*CommonCSS_link*/
@import url("https://www.webjapan.co.jp/css/solution/ai-camera.css");
/*------------------------------------------------------------*/
@media print, screen and (min-width:768px) {}
@media print, screen and (min-width:1320px) {
    .section_inner p {
        font-size: 21px;
    }
    .section_inner p.fm {
        font-size: 16px;
    }
    .section_inner p.fs {
        font-size: 14px;
    }
}
@media screen and (max-width:480px) {
    .section_inner p {
        font-size: 14px;
    }
    .section_inner p.fm {
        font-size: 12px;
    }
    .section_inner p.fs {
        font-size: 10px;
    }
}
/*------------------------------------------pagetitle*/
#pagetitle {
    background: url("https://www.webjapan.co.jp/wp-content/uploads/2025/07/test-center-facial-authentication-bg-scaled.jpg") center bottom no-repeat;
    background-size: cover;
    object-fit: cover;
    object-position: 0 100%;
}
#pagetitle div {
    top: 80%;
}
#pagetitle div .wrapper {
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    position: relative;
    padding: 30px 30px 10px;
}
#pagetitle div h1 {
    color: #fff;
    display: block;
    margin: 30px 0 -30px 0;
    font-weight: bold;
    position: relative;
    width: auto;
    text-shadow: none;
    padding: 10px 0 0 0;
}
#pagetitle span {
    color: #fff;
    font-weight: normal;
    text-shadow: none;
    padding: 0px;
    margin: 0;
    font-size: 60%;
    display: block;
}
#pagetitle a {
    color: #003da6;
    font-size: 26px;
}
@media print, screen and (min-width:576px) {
    #pagetitle div h1 {
        margin: 15px 0 -15px 0;
    }
}
@media print, screen and (min-width:768px) {}
@media print, screen and (min-width: 1200px) {
    #pagetitle div h1 {
        margin: 5px 0 -10px 0;
    }
}
/*------------------------------------------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;
}
.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: 5px;
    }
    #movie ul li ul li {
        margin: 0 0 5px 30px;
    }
}
.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: 16px;
    }
}
.txt-center{
  text-align: center;
  display: inline-block;
}
@media print, screen and (min-width:768px) {
  .txt780-wrapper{
    width:768px;
    margin:0 auto;
  }
}
.txt780-wrapper{
  width:100%;
}
