@charset "UTF-8";
/* -------------------------------------------------------- CSS Information
Last up date:   2016
Style Info:     case css
------------------------------------------------------------------------ */
/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------*/
header {
    height: auto;
}
@media print, screen and (min-width:768px) {
    header {
        height: 129px !important;
    }
}
/*.breadcrumbs{
	position: absolute;
	top: 310px;
	left: 0;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	text-align:left;
	line-height: 1.1;
	font-size: 10px;
}*/
.breadcrumbs {
    position: relative;
    top: 435px;
    left: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    text-align: left;
    line-height: 1.1;
    font-size: 10px;
    z-index: 100;
}
.breadcrumbs a {
    text-decoration: underline;
}
@media print, screen and (min-width:400px) {
    .breadcrumbs {
        top: 415px;
    }
}

@media print, screen and (min-width:576px) {
    .breadcrumbs {
        top: 375px;
    }
}
@media print, screen and (min-width:768px) {
    .breadcrumbs {
        position: absolute;
        top: 600px;
        padding: 0 20px;
    }
}
@media print, screen and (min-width:992px) {
    .breadcrumbs {
        top: 570px;
    }
}
@media print, screen and (min-width:1200px) {
    .breadcrumbs {
        left: 50%;
     top: 740px;
        width: 1280px;
        margin-left: -640px
    }
}
.section_inner p {
    font-size: 18px;
}
.section_inner p.fm {
    font-size: 16px;
}
.section_inner p.fs {
    font-size: 14px;
}
.section_inner img {
    max-width: 100%;
}

/*------------------------------------------pagetitle*/
#pagetitle {
    position: relative;
    top: 20px;
    background: url("https://www.webjapan.co.jp/wp-content/uploads/2026/02/bg_vss_v_fv.jpg") center center no-repeat;
    background-size: cover;
 padding: 50px 0;
 height: auto;
}

#pagetitle .wrapper {
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    position: relative;
    padding: 30px;
}
#pagetitle h2 {
    color: #fff;
    display: block;
    margin: 0;
    font-weight: bold;
    position: relative;
    width: auto;
    text-shadow: none;
    padding: 0px 0 0 0;
    font-size: 20px;
}
#pagetitle p.sub_tit_fv{
 font-size: 18px;
 font-weight: bold;
 color: #fff;
}
#pagetitle p.prod_name {
    color: #fff;
    text-shadow: none;
    padding: 0px;
    margin: 0;
    font-size: 18px;
 font-weight: bold;
    display: block;
}
#pagetitle .fv_link {
 margin-top: 30px;
}

#pagetitle .fv_link a{
 display: block;
 max-width: 320px;
 margin: 0 auto;
 font-size: 18px;
 font-weight: bold;
 color: #333;
 background: #fff;
 border-radius: 100px;
 padding: 10px 15px;
 transition: all 0.5s;
}

#pagetitle .fv_link a:hover{
 opacity: 0.7;
}

@media print, screen and (min-width:480px){
 .br480{
  display: inline;
 }
}
@media print, screen and (min-width:576px){
 #pagetitle h2 {
    font-size: 22px;
}
 .br480{
  display: none;
 }
 #pagetitle p.sub_tit_fv{
 font-size: 20px;
}
}

@media print, screen and (min-width:768px) {
    #pagetitle {
        position: relative;
        top: 0;
        margin-bottom: 0px;
    }
    
    #pagetitle div h2 {
        font-size: 34px;
    }
  #pagetitle p.sub_tit_fv{
 font-size: 24px;
}
 #pagetitle p.prod_name {
    font-size: 28px;
}
}

@media print, screen and (min-width:992px) {
 #pagetitle div h2 {
        font-size: 38px;
    }
}

@media print, screen and (min-width:1200px){
 #pagetitle {
        padding: 140px 0;
    }
}

/*------------------------------------------content*/
ul.item_container li p {
    margin-top: 20px;
    text-align: left;
}
/*----------------------------------service*/
#camera_add ul li {
    padding: 15px;
    background: #fff;
    margin-bottom: 30px;
}
#camera_add ul li img {
    width: 50%;
    margin: 0 5% 10px;
}
#camera_add ul li ul {
    margin: 5px 0;
    padding: 0px;
    width: 100%;
    display: block;
}
#camera_add 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) {
    #camera_add ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #camera_add ul li {
        width: 32%;
        margin-bottom: 30px;
        padding: 20px;
    }
    #camera_add ul li p {
        text-align: left;
    }
    #camera_add ul li ul li {
        margin: 0 0 5px 30px;
    }
}
@media print, screen and (min-width:992px) {
    #camera_add ul li {
        padding: 30px;
    }
}
#camera_add .flame_box {
    margin-top: 15px;
    padding: 15px;
    background: #fff;
}
#camera_add .flame_box h4 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
#camera_add .flame_box figure {
    margin: 15px 0;
}
#camera_add .flame_box figure img {
    max-width: 100%;
    height: auto;
}
@media print, screen and (min-width:768px) {
    #camera_add .flame_box {
        margin-top: 30px;
        padding: 30px;
    }
    #camera_add .flame_box h4 {
        font-size: 22px;
    }
    #camera_add .flame_box figure {
        margin: 30px 0;
    }
}


#smapho .mid_sec{
 padding: 30px 0;
}

#smapho .mid_sec .flex_box figure{
 margin-bottom: 20px;
}

#smapho .mid_sec .flex_box figure img{
 width: 100%;
 height: auto;
}

#smapho .mid_sec .flex_box .tx_box h3{
 font-size: 22px;
 font-weight: bold;
 color: #333;
 margin-bottom: 20px;
}

#smapho .mid_sec .flex_box .tx_box h3 .num_tx{
 font-size: 30px; 
 font-weight: bold;
 color: #003da6;
}

#smapho .mid_sec .flex_box .tx_box ul{
 list-style: disc;
}
#smapho .mid_sec .flex_box .tx_box ul li{
 text-align: left;
 font-size: 18px;
}

#smapho .mid_sec.bg_mid_sec{
 background: #DAE8FF;
}

@media print, screen and (min-width:768px){
 #smapho .mid_sec .flex_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
 }
 #smapho .mid_sec:not(:nth-child(2n)) .flex_box{
  flex-direction: row-reverse;
 }
 #smapho .mid_sec .flex_box figure{
  width: 45%;
 margin-bottom: 0;
}
 #smapho .mid_sec .flex_box .tx_box{
  width: 52%;
 }
 #smapho .mid_sec .flex_box .tx_box h3{
  text-align: left;
 font-size: 28px;
}

#smapho .mid_sec .flex_box .tx_box h3 .num_tx{
 font-size: 40px; 
}
 #smapho .mid_sec .flex_box .tx_box p{
  text-align: left;
 }
}


#vss_hikaku p{
 color: #fff;
}

#vss_hikaku table{
 width: 100%;
 min-width: 720px;
 margin-top: 30px;
 border: 1px solid #003da6;
}

#vss_hikaku table tr th, #vss_hikaku table tr td{
 font-size: 18px;
 padding: 20px 10px;
}

#vss_hikaku table tr th{
 color: #333;
 background: #F5F5F5;
}

#vss_hikaku table tr th div{
 font-size: 16px;
 font-weight: normal;
 color: #fff;
 background: #003da6;
 border-radius: 100px;
 max-width: 130px;
 padding: 5px 0;
 margin: 0 auto 10px;
} 

#vss_hikaku table tr td{
 font-weight: bold;
 background: #fff;
}

#vss_hikaku table tr td span{
 font-weight: normal;
 font-size: 16px;
}

#vss_hikaku table tr th, #vss_hikaku table tr:not(:last-child) td{
 border-bottom: 1px solid #003da6;
}

#vss_hikaku table tr:first-child th:not(:last-child), #vss_hikaku table tr:not(:first-child) th{
 border-right: 1px solid #003da6;
}

#vss_hikaku table tr td:not(:last-child){
 border-right: 1px solid #003da6;
}

#vss_hikaku table tr th.vss_th, #vss_hikaku table tr td.vss_td{
 background: #DEEAFF;
}



@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;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}


@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;
        font-size: 24px;
    }
    .list_benefit > li h4 span {
        font-size: 30px;
    }
}

.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 ul{
 display: flex;
 justify-content: space-between;
 align-items: stretch;
}
#service_flow .item_container li.item_flow {
    position: relative;
    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;
    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 {
 font-size: 18px;
    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 {
     display: block;
        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;
}

#scean ul.list_benefit li {
    padding: 30px;
}
#scean ul.list_benefit li figure{
 margin-bottom: 20px;
}
#scean ul.list_benefit li img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: 0 100%
}
#camera_add ul li img.product_img {
    max-width: 220px;
    margin: 0 auto 30px;
}
#camera_add ul::after {
    clear: both;
    display: block;
    content: "";
    height: 0;
    width:32%;
}
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: '';
}
.video {
    width: 100%;
    max-width: 880px;
    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;
    }
}
#aicamera_news ul {
    background: #fff;
    padding: 40px;
    width: 100%;
    box-shadow: 0px 8px 16px -2px rgb(10 10 10 / 10%), 0px 0px 0px 1px rgb(10 10 10 / 2%);
    margin: 40px 0 0 0;
}
#aicamera_news ul li {
    margin: 0 0 20px 0;
    padding: 10px 10px;
    border-bottom: 1px dotted #ccc;
    text-align: left;
}
#aicamera_news ul li:last-of-type {
    margin: 0;
}
#aicamera_news ul li a {
    word-wrap: break-word;
    color: #666666;
}

/**ボタン2**/
dl.dl_btn{
  width:100%;
  display: flex;
  margin:30px 0 0 0;
  padding:0;
  flex-wrap: wrap;
  justify-content: center;
  position: fixed;
    bottom: 0;
    background: rgba(245, 179, 39, 0.77);
    z-index:99;
}
@media screen and (max-width:768px) {
dl.dl_btn{
	display:none;
}
}
dl.dl_btn dt{
  margin:0;
  padding:10px;
  text-align: left;
}
dl.dl_btn dd{
  margin:0;
  padding:10px;
  text-align: right;
}
dl.dl_btn .indextop_link_orange {
    background: #fff;
    border-radius: 50px;
    color: rgba(23, 21, 21, 1);
    padding: 10px 50px;
    display: inline-block;
    margin-top: 10px;
    border-bottom: 2px solid #ffcc00;
    text-decoration: none;
    font-weight: 600;
}
dl.dl_btn .indextop_link_orange:hover {
    background: #fff;
    border-radius: 50px;
    padding: 10px 50px;
    display: inline-block;
    margin-top: 10px;
    border: #fff 1px solid;
    text-decoration: none;
    color: #424242 !important;
}
dl.dl_btn .indextop_link {
    background: #0057b8;
    border-radius: 50px;
    color: #fff !important;
    padding: 10px 50px;
    display: inline-block;
    margin-top: 10px;
    border-bottom: 2px solid #0057b8;
    text-decoration: none;
}
dl.dl_btn .indextop_link:hover {
    background: #fff;
    border-radius: 50px;
    color: #0057b8 !important;
    padding: 10px 50px;
    display: inline-block;
    margin-top: 10px;
    border: #0057b8 1px solid;
    text-decoration: none;
}

@media screen and (max-width:768px) {
    dl.dl_btn .indextop_link_orange {
        padding: 20px 40px;
        font-size: 14px;
        width:80%;
        margin:0 auto;
    }
    dl.dl_btn .indextop_link {
        padding: 20px 40px;
        width:80%;
        margin:0 auto 30px;
    }
    dl.dl_btn dt{
      width:100%;
      clear:left;
      margin:0 0 10px;
      padding:0;
      text-align: center;
    }
    dl.dl_btn dd{
      width:100%;
      clear:left;
      margin:0;
      padding:0;
      text-align: center;
    }
}
