@charset "UTF-8";

@import url(base.css);

img {
	display: inline-block;
	max-width:100%;
	max-height: 100%;
    vertical-align:top;}

html {
    scroll-padding-top: 80px; /* 固定ヘッダの高さ分 */}

.sp {display: none !important;}

p {
    font-size: 100%;
    line-height: 1.4em;
    padding: 0;}

/*-------------------------------------------------
	++ container
-------------------------------------------------*/
#container {
	margin:0 auto;
	text-align: center;
	position:relative;
    width: 100%;
	min-width:1200px;}

.cInner {
	display:block;
	clear:both;
	width:1000px;
    padding: 40px 0;
	margin:0 auto;
	text-align: left;
    margin-inline: auto;}
.cInner2 {
	display:block;
	clear:both;
	width:1000px;
    padding: 0;
	margin:0 auto;
	text-align: left;}

/*-------------------------------------------------
	++ HEADER
-------------------------------------------------*/
#header {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	z-index: 9999;
    background-color: #FFFFFF;}
#header .Inner {
    width: 1200px;
	height:80px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;}
#header .logo {
    margin: 0;
    width: 300px;}
#header .logo img {
    width: 100%;}

a.company:link,a.company:visited {color:#5A5C57;text-decoration:none;}
a.company:hover,a.company:active {color:#5A5C57;text-decoration:none;}

#menu {
	position:relative;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;}
#menu nav ul {
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;}
#menu nav li {
	font-size: 100%;
    line-height: 2.3em;
	text-align: center;
	margin-left: 1em;;
    padding-right: 0;
    color: #000000;
	display: inline-block;}
#menu nav li a { 
    display: block;
    color: #000;
    width: 100%;
    padding: 0px;}
#menu nav li.trial {
    background-color: #ff0000;
    line-height: 2.5em;
    border-radius: 30px;
    padding-right: 0;
    color: #FFFFFF;}
#menu nav li.inquiry {
    background-color: #ff9000;
    line-height: 2.5em;
    border-radius: 30px;
    padding-right: 0;
    color: #FFFFFF;}
#menu nav li.trial a,
#menu nav li.inquiry a {
    display: block;
    color: #FFFFFF;
    padding: 0px 20px;
    font-weight: bold;}

#nav_toggle {
	display: none;}

/*-------------------------------------------------
	++ title
-------------------------------------------------*/
#title {
    position: relative;
	width: 100%;}

.img-frame{
    position: relative;
    width: 100%;
    height: 680px;
    overflow: hidden;
    margin: 0 auto;}
.img-01, .img-02, .img-03{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;}
.img-01{
    background-image: url('../img/PC_main01.jpg');
    animation: slide-animation-01 24s infinite;}
.img-02{
    background-image: url('../img/PC_main02.jpg');
    animation: slide-animation-02 24s infinite;}
.img-03{
    background-image: url('../img/PC_main03.jpg');
    animation: slide-animation-03 24s infinite;}
@keyframes slide-animation-01 {
    0% {opacity: 1; transform: scale(1.0);}
  30% {opacity: 1;}
  40% {opacity: 0; transform: scale(1.15);}
  90% {opacity: 0}
100% {opacity: 1; transform: scale(1.0);}
}
@keyframes slide-animation-02 {
    0% {opacity: 0;}
  30% {opacity: 0; transform: scale(1.1);}
  40% {opacity: 1;}
  60% {opacity: 1;}
  70% {opacity: 0; transform: scale(1.0);}
100% {opacity: 0;}
}
@keyframes slide-animation-03 {
    0% {opacity: 0;}
  60% {opacity: 0;  transform: scale(1.0);}
  70% {opacity: 1;}
  90% {opacity: 1;}
100% {opacity: 0; transform: scale(1.1);}
}

#title .dairiten {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9998;}
.titleInner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9998;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1100px;
    margin: 8% auto;}
.mainImg {
    order: 2;
    width: 500px;}
.mainImg100 {
	width: 100%;
	height: auto;}
.mainImg70 {
	width: 70%;
	height: auto;
    margin-bottom: 10px;}

.mainTxt {
    order: 1;
    width: 600px;
    margin: 0;
    text-align: left;}
.mainTxt2 {
    order: 3;
    width: 580px;
    margin: -70px 0 0 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;}
.catch {
    font-size: 60px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.2em;
    margin: 0 0 5% 0;}
.catch span {font-size: 22px; display: block;line-height: 1.2em;padding-bottom: 1.5em;}
.mainTxt p {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.6em;
    color: #fff;}

.mainBtnTtrial,
.mainBtnInquiry {
    width: 280px;}
.mainBtnTtrial a {
    display: block;
    background-color: #ff0000;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 120%;
    line-height: 3em;}
.mainBtnInquiry a {
    display: block;
    background-color: #ff9000;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 120%;
    line-height: 3em;}
.mainBtnTtrial a:link,.mainBtnTtrial a:visited,.mainBtnTtrial a:hover,.mainBtnTtrial a:active,
.mainBtnInquiry a:link,.mainBtnInquiry a:visited,.mainBtnInquiry a:hover,.mainBtnInquiry a:active {text-decoration:none;}

/*
.campaignBtn {
    float: left;
    width: 300px;
    margin: 0;
    padding: 10px 0;
    background-color: #f48c10;
    border-radius: 50px;}
.campaignBtn a {
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5em;
    text-align: center;}
.campaignBtn a:link,.campaignBtn a:visited {color:#ffffff;text-decoration:none;}
.campaignBtn a:hover,.campaignBtn a:active {color:#ffffff;text-decoration:none;}
*/

/*-------------------------------------------------
	++ BTN
-------------------------------------------------*/
.btnBox {
    width: 630px;
    margin: 50px auto 10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;}
.btnTtrial,
.btnInquiry {
    width: 300px;}
.btnTtrial a {
    display: block;
    background-color: #ff0000;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 120%;
    line-height: 3em;}
.btnInquiry a {
    display: block;
    background-color: #ff9000;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 120%;
    line-height: 3em;}
.btnTtrial a:link,.btnTtrial a:visited,.btnTtrial a:hover,.btnTtrial a:active,
.btnInquiry a:link,.btnInquiry a:visited,.btnInquiry a:hover,.btnInquiry a:active {text-decoration:none;}

.privacy {
    color: #000000;
    font-size: 100%;
    text-align: center;
    margin: 5px auto 0 auto;}
.privacy a:link,.privacy a:visited {color: #000000;text-decoration:underline;}
.privacy a:hover,.privacy a:active {color: #000000;text-decoration:none;}

/*-------------------------------------------------
	++ bg
-------------------------------------------------*/
.cInner2 > .bgBlue {
    border-image: linear-gradient(#e9f2fc,#e9f2fc) fill 0//0 100vw 0 100vw;
    margin: 0;
    padding: 3vw 0;}

/*-------------------------------------------------
	++ fade
-------------------------------------------------*/
.element {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;}
/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);}

/*-------------------------------------------------
	++ others
-------------------------------------------------*/
h3 {
    color: #4b96e6;
    text-align: center;
    font-size: 160%;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 auto 0.5em auto;}
h4 {
    color: #fff;
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    line-height: 1.5em;
    padding: 8px 0;
    margin: 0 auto 1em auto;
    border-image: linear-gradient(#4b96e6,#4b96e6) fill 0//0 100vw 0 100vw;}

.subTxt {
    font-size: 130%;
    font-weight: bold;
    text-align: center;
    padding-bottom: 0.3em;}
.txtCL {text-align: center;}
.txtSR {text-align: right; font-size: 90%; margin-bottom: 40px;}

.mainteBox {
    width: 85%;
    margin: 20px auto 40px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;}
.mainteItem {width: 30%;}
.mainteItem h5 {
    color: #000;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    margin: 15px auto 5px auto;}

.movieBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px auto 40px auto;}
div.vid_contents {
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 0;}
video.vid_main {
    width: 100%;
    max-width: 920px;}

.cameraBox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0px auto 40px auto;}
.cameraItem {
    width: 32%;
    background-color: #fff;
    border: 2px #4d96e3 solid;
    border-radius: 10px;
    padding: 0;
    margin: 0;}
.cameraImg {
    width: 40%;
    margin: 0 auto 10px auto;}
.cameraImg img {
    width: 100%;}
.cameraItem h5 {
    color: #fff;
    text-align: center;
    font-size: 115%;
    line-height: 2.5em;
    font-weight: bold;
    padding: 0;
    margin: 0;
    background-color: #4d96e3;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;}
.cameraInner {
    padding: 20px;}
.cameraItem p {
    text-align: left;
    color: #000000;
    font-size: 100%;
    font-weight: normal;
    padding: 0;}

.securityBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 40px 0;}
.securityItemImg,.securityItemImg2 {width: 490px;}
.securityItemTxt {width: 480px;}
.securityItemTxt h5 {
    display: inline-block;
    border: 3px #4b96e6 solid;
    font-size: 110%;
    font-weight: bold;
    color: #4b96e6;
    padding: 5px 20px 2px 20px;
    border-radius: 50px;}
.securityItemTxt h6 {
    font-size: 130%;
    font-weight: bold;
    color: #000;
    margin: 0.5em 0;}

.functionBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 40px 0;}
.functionItemImg {width: 480px;margin: 0 auto;text-align: center;}
.functionItemTxt {width: 480px;}
.functionItemTxt h5 {
    font-size: 130%;
    font-weight: bold;
    color: #000;
    margin: 0.5em 0;}
.Img60 {width: 60%;	height: auto;}

.deviceBox {
    display: flex;
    justify-content: space-between;}
.deviceItem {
    width: 480px;
    border: 1px #b2b2b2 solid;
    border-radius: 10px;
    padding: 20px;}
.deviceImg {
    width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;}
.Img50 {width: 50%;height: auto;}
.Img80 {width: 70%;height: auto;}
.deviceItem h5 {
    background-color: #4b96e6;
    color: #fff;
    font-weight: bold;
    font-size: 140%;
    text-align: center;
    line-height: 2em;
    margin: 5px 0 10px 0;}

.specificationTbl table {
	width:100%;
	margin:0px auto 50px auto;
    border:1px solid #cccccc;}
.specificationTbl table tr:nth-child(odd) {background-color: #f2f2f2;}
.specificationTbl table tr:nth-child(even) {background-color: #fff;}
.specificationTbl table tr th,
.specificationTbl table tr td {
	border-left:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
	padding:10px 10px;
	position:relative;
    font-weight: normal;
    font-size: 100%;
    text-align: center;}
.specificationTbl table tr th {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #4b96e6;}
.specificationTbl table tr th:first-child{background-color: #d9d9d9;}
.specificationTbl table tr td:first-child {text-align: left;font-weight: bold;}

.priceTxt {
    font-size: 150%;
    text-align: center;
    font-weight: bold;
    margin: 30px auto 30px auto;}
.priceTxtS {
    font-size: 100%;
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;}

.BtnPDF {
    margin: 20px auto 40px auto;
    text-align: center;}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#footer {
    background-color: #4b96e6;
    color: #FFF;
    padding: 40px 0;}
#footer .copy {
    margin: 0px;}
#footer .copy a {
    color: #FFF;}

#pageTop {
	position: fixed;
	bottom:48px;
	right:48px;
	width:48px;
	height:48px;}
#pageTop img {
	display:block;}


/*-------------------------------------------------
	++ HEADER_AD
-------------------------------------------------*/
.ad_Inner {
        display: block;
        clear: both;
        width: 1000px;
        padding: 0 0;
        margin: 0 auto;
        text-align: left;}
.ad_bg {background-color: #e6f0ff;padding-bottom: 30px;}
.mgT2 {margin-top: 2em;}
#header_ad {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	z-index: 9999;
    background-color: #FFFFFF;}
#header_ad .Inner {
    width: 1200px;
    height:80px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;}
#header_ad .logo {
    margin: 0;
    width: 300px;}
#header_ad .tel {
    margin: 0;
    width: 220px;}
#header_ad .logo img,
#header_ad .tel img {
    width: 100%;}

a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;}

/* content_ad */
#content_ad {
	padding-top:80px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    width: 100%;
    min-width: 1200px;}

/*-------------------------------------------------
	++ title_ad
-------------------------------------------------*/
#title_ad {
	width: 100%;
    background:#d3d8dc url(../../images/ad/PC_bgB.jpg) left top no-repeat;
    background-size: cover;}
.titleInner2 {
	clear:both;
	width:1200px;
    padding: 0;
	margin:0 auto;
	text-align: left;
    display: flex;
    position: relative;}

.titleTxt {
    width: 630px;
    padding: 5% 2% 0 0;}

.adsubTtl {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: left;
    padding: 0 0 5px 0;}
h2.adTtl {
    color: #4b83fa;
    font-size: 55px;
    font-weight: bold;
    line-height: 1.3em;
    text-align: left;
    padding: 1% 0 5% 0;}
h2.adTtl span {
    font-size: 30px;
    display: block;}
h2.adTtl span .orange {color: #ff8500;}
.titleListDisc {
	margin:0 auto 0 auto;
    text-align: center;}
.titleListDisc li {
	text-align: left;
    font-size: 130%;
    font-weight: bold;
	line-height: 1.5em;
    margin-bottom: 4.5px;
    border-bottom: 2px #4b83fa solid;
	list-style-type:none;
	padding: 0 0 0 30px;
    background-image: url("../../images/ad/ic_check.svg");
    background-position: left top 4px;
    background-repeat: no-repeat;
    background-size: 20px;}
.titleListDisc li .blue {color: #5f82f6;}
.titleWoman {
    width: 100%;
    display: flex;
    align-items: flex-end;
    margin-top: -30px;}
.titleWoman img {
    width: 100%;}

.ad_form {
    width: 500px;
    height:817px;
    background-color: #4b83fa;
    padding: 20px 25px 0px;
    position: absolute;
    z-index: 9998;
    top: 0;
    right: 0;
    line-height: 1.4;
    color: #FFF;}

.titleFrom {
    width: 500px;
    background-color: #01932E;
    padding: 25px 25px 0px;
    position: absolute;
    z-index: 9998;
    top: -75px;
    right: 0;
    line-height: 1.4;
    color: #FFF;}
.titleFromTtl {
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 130%;}
.titleFromTtl span {
    display: block;
    color: #ffff00;
    text-align: center;
    font-weight: bold;
    font-size: 70%;
    line-height: 1.3em;}

.From_thanks {
    width: 460px;
    height: 817px;
    background-color: #ffdf00;
    padding: 0 45px;
    position: absolute;
    z-index: 9998;
    top: 0;
    right: 0;
    line-height: 1.4;
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;}
h3.From_thanksTtl {
    color: #000000;
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    padding: 0;
    margin: 0 0 1.5em 0;
    background-image: none;}
.From_thanks p {
    color: #000000;
    font-size: 110%;}
.From_thanks p a:link,.From_thanks p a:visited {color: #000000;text-decoration:underline;}
.From_thanks p a:hover,.From_thanks p a:active {color: #000000;text-decoration:none;}
.From_thanksBtn {
    width: 100%;
    border-radius: 99px;
    padding: 20px 0;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #4b83fa;
    margin: 30px auto 0 auto;}
.From_thanksBtn a{
	color:#FFFFFF;
	display:block;}
.From_thanksBtn a:link,.From_thanksBtn a:visited,
.From_thanksBtn a:hover,.From_thanksBtn a:active {color:#FFFFFF;text-decoration:none;}

.txt_ad {
    text-align: center;
    font-weight: bold;}

/*
#ad_formLink {
    padding-top: 80px;}
*/

/*-------------------------------------------------
	++ BTN_ad
-------------------------------------------------*/
.inquiryBox {
    width: 100%;
    margin: 4% auto 3% auto;}
.inquiryBoxInner a {
    border-radius: 15px;
    width: 650px;
    padding: 0px 1%;
    margin: 0 auto;
    text-align: left;
    background-color: #ffdf00;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;}
.inquiryBoxInner a:hover,.inquiryBoxInner a:hover img {opacity: 1;}
.inquiryTxt {
    color: #4b83fa;
    font-size: 150%;
    text-align: left;
    font-weight: bold;
    padding-left: 3%;
    padding-bottom: 0;
    line-height: 1.2em;}
.inquiry_ai {
    width: 25%;
    display: flex;
    align-items: flex-end;
    margin-top: -50px;}
.inquiry_ai img {
    width: 100%;}








