@charset "utf-8";
/* CSS Document */

#main{
	background:#dcdcdc;
	margin-top:59px;
	position: relative;
	overflow:hidden;
  }
#main_img {
  }
#main_img img{
  width: 100%;
  }
#main_txt {
	padding:2% 3% 2%;
    position: absolute;
    left: 90px;
    top: 50px;
	color:#000;

  background: -moz-linear-gradient(left, #fff 70%, transparent);
  background: -webkit-linear-gradient(left, #fff 70%, transparent);
  background: linear-gradient(to right, #fff 70%, transparent);


  }
#main_explanation{
	font-size:1.1em;
	line-height:1.7;
text-shadow: 2px 2px 10px #fff ,
-2px 2px 10px #fff ,
2px -2px 10px #fff ,
-2px -2px 10px #fff;
}
h2{
	border-bottom: 2px solid #000;
	display: inline-block;
	font-size: 20px;
	line-height: 2.3em;
	letter-spacing: .05em;
	border-width: 1px;
	margin: 0 0 15px;
}
h3{
	font-size:2.5em;
	margin:0 0 15px;
	color:#008082;
}
h4{
	padding:40px 0 10px;
	margin:0;
}

#video_over{
	background:#ececec;
}
#video_main{
	width:60%;
	margin:0 auto 50px;
	padding:40px 0;
}
.video {
	position: relative;
	height: 0;
	padding: 0 0 56.25%;
	overflow: hidden;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 900px) {
#step{
	margin:3% auto 0 !important;
}
#video_main{
	width:90%;
}
#main_txt {
	display:none;
}
#main_txt {
	width:50%;
	top:0;
	left:490px;
    bottom:10px;
	background:rgb(255,255,255,0.6);
}
#main_img {
  width: 100%;
}
}
@media screen and (max-width: 682px) {
	#main_img {
		display:none;
	}
}
@media screen and (min-width: 683px) {
	#main_img_sp {
		display:none;
	}
}



.sub_title{
	text-align:center;
	font-size:1.1rem;
	margin:0 0 40px;
}
.sub_title2{
	text-align:center;
	font-size:1.1rem;
	margin:20px 0 40px;
}

#new {
  padding: 20px 0;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, right top, from(#757575), to(#757575));
  background-image: -webkit-linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #bfbfbf 70%, #9E9E9E 85%, #757575 90% 100%);
background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #bfbfbf 70%, #9E9E9E 85%, #757575 90% 100%);
	color:#fff;
	font-size:1.3em;
	text-align:center;
}
#new span{
	color:#757575;
	background:#fff;
	margin:0 10px 0 0;
	padding:5px 10px;
	text-align:center;
}
#new_func {
  padding: 0 0 20px;
  margin: 0 0 0;
  overflow: hidden;
	background-image: url("../img/new_bg.jpg");
	color:#fff;
	font-size:1.3em;
	text-align:center;
}
#new_func_in {
	background-image: url(../img/newfunc_bg.png);
	background-repeat:no-repeat;
}
#step{
	text-align:center;
	margin:70px 0 50px;
	/*background: url('../img/step_bg.jpg') no-repeat;
    background-position:center center;
    background-size:cover;*/
}
#step_title{
	font-size:1.8em;
	font-weight:bold;
	margin-bottom:5px;
	color:#000;
}
#step_title_sub{
	font-size:1.3em;
	text-align:center;
	color: #008082;
}
.step_cont{

}
#step_in,#step_in2{
	width:80%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin:20px auto 30px;
}
.step_cont_in,.step_cont_in_last{
  text-align: center;
  width:30%;
}

.step_cont_title_txt2{
	padding-top:20px !important;
}
.step_cont_title{
  font-size:1.4rem;
	padding-top:15px;
	font-weight:bold;
}
.step_cont_title_txt,.step_cont_title_txt2{
  font-size:1rem;
	padding-top:10px;
}
.step_cont_in img,.step_cont_in_last img{
  width:100%;
}

.step_btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
  padding: 1em 2em;
  width: 300px;
  color: #008082;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
text-align:center;
text-decoration:none;
border:1px solid #008082;
  background-color: #fff;
	border-radius: 5px;
}

.step_btn a::after {
  content: '';
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
}

.step_btn a:hover {
  text-decoration: none;
  background-color: #008082;
	color:#fff;
	border:1px solid #008082;
}

.step_btn2 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
  padding: 1em 2em;
  width: 240px;
  color: #008082;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
text-align:center;
text-decoration:none;
border:1px solid #008082;
  background-color: #fff;
	border-radius: 5px;
}

.step_btn2 a::after {
  content: '';
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
}

.step_btn2 a:hover {
  text-decoration: none;
  background-color: #008082;
	color:#fff;
	border:1px solid #fff;
}
#problem_in {
    position: relative;
    padding: 0.25em 1em;
    margin: 2em auto;
    top: 0;
	width:80%;
}
#problem_in:before, #problem_in:after{ 
    position: absolute;
    top: 0;
    content:'';
    width: 15px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
}
#problem_in:before{
    border-left: solid 1px #aaa;
    border-top: solid 1px #aaa;
    border-bottom: solid 1px #aaa;
    left: 0;
}
#problem_in:after{
    border-top: solid 1px #aaa;
    border-right: solid 1px #aaa;
    border-bottom: solid 1px #aaa;
    right: 0;
}
#problem_in p {
    margin: 0; 
    padding: 0;
}


#cate{
	overflow:hidden;
}
#cate_title{
	font-size:1.8rem;
	font-weight:bold;
	text-align:center;
	padding: 40px 0 0;
	color:#000;
}
#cate_txt{
	font-size:1.7rem;
	margin:60px auto 0;
	text-align:center;
	font-weight:bold;
}
#cate_in{
	background-color: #ebebeb;
	background-image: url(../img/bg.png);
	padding-bottom:30px;
}
#cate_in_in{
	background: url(../img/arrow.png) no-repeat top center;
}
.parent {
  width: 1200px;
  margin:2% auto 3%;
  display: flex;
	border-bottom: 1px solid #bbb;
	padding: 2% 0 3%;
}
.parent .text_area {
width: 46%;
}

.parent .img_area {
width: 51%;
}

.parent .img_area img{
width: 100%;
}

.parent1 .text_area,
.parent3 .text_area {
   margin-right: 3%;
}
.parent2 .img_area {
   margin-right: 3%;
}

.features_in {
  margin: 0 auto;
  width: 1100px;
  overflow: hidden;
  padding: 30px 0;
	border-bottom: 1px dashed #aaa;
}
.last{
	border-bottom: none;
}

.features_left {
  width: 42%;
  float: left;
  text-align: left;
}
.features_right {
  width: 55%;
  float: right;
  text-align: left;
}
.features_txt,.features_txt_spnone{
	font-size:1rem;
	line-height:1.8;
	padding-bottom:15px;
}
.features_right img{
  width: 100%;
}
.features_left2 {
  width: 55%;
  float: left;
  text-align: left;

}
.features_left2 img{
  width: 100%;
}
.features_right2{
	width: 42%;
	float:right;
	text-align:left;
}
.features_title{
  margin: 0 0 19px;
}
.features_title span{
  font-size: 1.2rem;
  color: #008082;
  padding: 12px 15px 10px;
  display: inline;
  text-align: center;
	border-top:1px solid #008082;
	border-bottom:1px solid #008082;
}


.features_title2{
  font-size:1.7rem;
  font-weight: bold;
	padding:5px 0 10px;
}
.features_in2 {
  margin: 0 auto;
  width: 1200px;
	overflow:hidden;
}
.features_s{
	width:48%;
	float:left;
	margin:0 1%;
}
.features_s img{
	width: 100%;
	/*background:#fff;*/
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56%;
  margin: 0 auto;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#parth_title{
	font-weight: bold;
	font-size: 170%;
	text-align: center;
	padding: 0 0 30px 0;
}
#parth{
	margin:20px 0 50px;
}

#parth_img ul{
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}
#parth_img li{
	float: left;
	list-style-type: none;
	color: #535353;
	border:1px solid #fff;
}

.scale{
	width: 300px;
	height: 202px;
    overflow: hidden;
}
.scale img {
    -moz-transition: -moz-transform 0.8s linear;
    -webkit-transition: -webkit-transform 0.8s linear;
    -o-transition: -o-transform 0.8s linear;
    -ms-transition: -ms-transform 0.8s linear;
    transition: transform 0.8s linear;
	height: 102%;
}
.scale img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.title{
	text-align:center;
	font-size:2.3rem;
	color:#000;
}
#new_func .title{
	color:#fff !important;
}
#case{
	width:1100px;
	margin: 20px auto 60px;
	border-top:1px solid #ccc;
}
#case_study{

}
#case_study_in {
	display:flex;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
	margin:0 0 40px 0;
}
#case_study_in a{
	text-decoration:none !important;
}
.case_cate {
	box-shadow: 0 0 14px rgba(0,0,0,0.3);
	overflow:hidden;
	border:2px solid #fff;
}
.case_name{
	font-weight:bold;
}
.case_cate img {
 display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.case_cate:hover {
	opacity:0.7;
}
.case_tite{
	font-size:1.2rem;
	text-decoration:none !important;
	margin:10px 0 10px 0;
}
.case_txt{
	margin:15px;
}
#support_main{
  margin: 0 0 40px;
	background-image: url("../img/support_bg.jpg");
  background-repeat:no-repeat;
}

#support{
	width:900px;
	padding:50px 0 0 0;
	margin:0 auto 0;
	overflow:hidden;
}
#support_left{
	float:left;
	width:65%;
	padding:0 30px;
}
#support_right{
	float:right;
	width:33%;
}
#support_right img{
	width:100%;
}
.support_title{
	font-weight: bold;
	font-size: 1.4rem;
	padding:0 0 10px;
}
.support_btn{
    display: block;
    width: 230px;
    max-width: 100%;
	margin: 20px 0 0;
	padding: 7px;
    color: #0a1464;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    border-radius: 40px;
	border:1px solid #0a1464;
}
.support_btn:hover{
    background-color: #0a1464;
	color:#fff;
}

#buy {
  overflow: hidden;
	margin:50px 0 10px;
  padding: 20px 0 10px;
	background: url('../img/func_bk.jpg') no-repeat 20px;
    background-position:center center;
    background-size:cover;
    width:100%;  
	color:#fff;

}

#buy img{
	width:100%;
}
#buy_inner {
  margin: 20px auto;
  width: 900px;
  overflow: hidden;
}
#buy_left {
  width: 200px;
  float: left;
  padding: 0 0 15px 20px;
}
#buy_right {
  float: left;
  width: 600px;
  padding: 10px 0 0 40px;
}
#cp{
	margin: 50px auto 70px;
	text-align:center;
}
#cp a:hover{
	opacity:0.8;
}
#price{
	font-weight: bold;
	font-size: 1.6rem;
	padding:10px 0 0 0;
}
#price span{
	font-size: 1rem;
}

.buy_btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  padding: 1em 2em;
  width: 240px;
  color: #ad8f2b ;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ad8f2b;
  background-color: #fff;
	border-radius: 5px;
}
.buy_btn a::after {
  content: '';
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
}
.buy_btn a:hover {
  text-decoration: none;
  background-color: #ad8f2b;
	color:#fff;
	border:1px solid #fff;
}


#series{
	padding:15px 15px 20px;
	margin:40px auto;
	background: url('../img/pattern.png') ;
 	border-top: 1px solid #bdbdbd;
 	border-bottom: 1px solid #bdbdbd;
}
#series_txt{
	font-size:1.8rem;
	text-align:center;
	padding:15px 0 0;
	font-weight:bold;
	color:#000;
}
#series_txt_sub{
	font-size:1.2rem;
	text-align:center;
	padding:10px 0 10px;
}

#table_title{
	text-align:center;
	font-size:20px;
	margin:0 auto 10px;
	font-weight:bold;
}
table.tbl-r04{
  border-collapse: collapse;
	margin:0 auto 40px;
  -webkit-overflow-scrolling: touch;
	font-size:90%;
}
.tbl-r04 th,
.tbl-r04 td{
  padding: 5px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
	color:#3e3e3e;
	background:#fff;
}
.tbl-r04 th {
  background: #3e3e3e;
  color: #fff;
	font-weight:nomal !important;
}
#table_pro10ex{
	background:#011855;
}
/* 
@media screen and (max-width: 640px) {
  .tbl-r04 {
    width: 80%;
  } 
  .tbl-r04 .thead {
    display: none;
  }
  .tbl-r04 tr,
  .tbl-r04 td{
    display: block;
    width: 100%;
    position: relative;
  }
  .tbl-r04 td:first-child:before {
    content: "���o��:before";
    background: #e9727e;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    height: 40px;
    padding: 10px;
    position: absolute;
    top: -41px;
    left: -0.2%;
    display: block;
    width: 100.5%;
  }
  .tbl-r04 tr {
    margin-bottom: 40px;
  }
}
 */


#pac{
	width:900px;
	margin:30px auto;
	overflow:hidden;
	text-align:left;
	display: flex;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
}

.pac_in{
	text-align:center;
     border-radius: 8px;
	border:1px solid #ccc;
	padding:15px 20px 10px;
	background:#fff;
	height:425px;
}
#pac a {
	text-decoration:none;
}
.pac_in:hover{
	border:1px solid #ad8f2b;
}
.pac_archi,.pac_pro10ex,.pac_pro10{

}


.pac_in img{
	width:70% !important;
	text-align:center;
	margin: 0 auto;
}
.pac_products{
	font-size:1.3rem;
	padding:0 0 5px 0;
	color:#ad8f2b;
    font-weight: bold;
}
.pac_txt{
	font-size:1rem;
}
.pac_img{
     margin-top: 15px;
}

.arrow{
  width: 30px;
  height: 30px;
  border: 5px solid;
  border-color:  transparent transparent #bbb #bbb;
  transform: rotate(-45deg);
	margin:0 auto 10px;
}
.arrow:hover{
  border-color:  transparent transparent #ad8f2b #ad8f2b;
}


/* 
.pac_txt {
     position: relative;
     display: inline-block;
     text-align: center;
     color:#FFF;
     padding: 25px;
     background-color: #ad8f2b ;
     border-radius: 5px;
}
.pac_txt:before {
     content: '';
     position: absolute;
     display: block;
     z-index: 1;
     border-style: solid;
     border-color: #ad8f2b  transparent;
     border-width: 10px 10px 0 10px;
     bottom: -10px;
     left: 50%;
     margin-left: -10px;
}
 */

.pac_btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
  padding: 1em 2em;
  width: 360px;
  color: #011855;
  font-size: 21px;
  font-weight: 700;
  transition: 0.3s;
text-align:center;
text-decoration:none;
border:1px solid #011855;
}

#banner{
  width: 1200px;
  margin: 3% auto 0;
}
ul.banner_list {
  padding: 15px 0 5px;
	overflow:hidden;
text-align:center;
}
ul.banner_list li {
  float: left;
  width: 32%;
  margin: 0% 0.5% 1%;
  list-style: none;
  position: relative;
  padding: 0;
	list-style:none;
}
ul.banner_list li img {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
}
ul.banner_list li img:hover{
	opacity:0.7;
}
ul.sample{
	list-style:none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 0;
	margin:70px 0 50px;
	padding:0;
}
ul.sample li{
	float:left;
	list-style:none;
}
ul.sample li img{
     width: 100%;
	height: 200px;
}
ul.pickup_main{
	list-style:none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin:20px auto 50px;
	padding:0;
	width:1000px;
}
ul.pickup_main li{
	background: #fff;
}
li.pickup {
	overflow:		hidden;
	position:		relative;
}
li.pickup img{
	width:100%;
}
li.pickup .caption {
	font-size:		110%;
	text-align: 	center;
	padding: 80px 10px 0;
	color:			#fff;
}
li.pickup .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;
	background-color:	rgba(30,23,22,0.5);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
li.pickup:hover .mask {
	opacity:		1;	
}

@media screen and (max-width:1200px){
	.features_in,#step,#problem,.features_in,#parth_img ul,#case,.sub_title2,.pickup_main,#support,#series,ul.banner_list li img,#cate_title,#pac,#cp{
		width:94%;
		margin:0 auto;
	}

.parent{
  width: 90%;
  margin: 3% auto;
  display: flex;
}
.features_in2 {
		width:94%;
}
ul.sample li img{
  width: 100%;
  height: auto;
}
#cp {
	margin:2% auto;
}
#cp img{
  width: 100%;
}
ul.pickup_main{
  width: 90%;
}
#banner{
  width: 98%;
}
#case{
  margin: 0 auto 5%;
}
}

@media screen and (max-width: 736px) {
#problem_in {
	width:98%;
}
h3 {
  font-size: 2.2em;
}
#main{
	background:#dcdcdc;
	margin-top:58px;
	position: static;
  }
#main_img {
  float: none;
}
#main_txt {
	position: static;
	width:90%;
  }
#step_title {
  font-size: 1.5rem;
}
.step_cont_title{
  font-size: 1.1rem;
}
#problem_in {
	width:100%;
}
table.tbl-r04{
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
}
.features_title2{
  font-size: 1.5rem;
}
.features_txt{
	font-size:1.1rem;
	line-height:1.6;
	padding-bottom:15px;
}
.step_cont_title_txt,.step_cont_title_txt2 {
  font-size: 0.9rem;
}
.title{
	text-align:center;
	font-size:1.6rem;
}
.pac_other img {
  width: 70%;
  text-align: center;
}
#main img {
  width: 100%;
  }
#cate_txt {
  font-size: 1.3rem;
}
#cate_title {
  font-size: 1.4rem;
	padding: 30px 0 20px;
}
.support_btn{
	width:auto;
	padding:10px 0;
}
#new_in{
	width:90%;
	margin: 0 auto;
}
#new_in span{
	display:block;
	padding: 5px 10px;
	margin: 0 auto 1.5%;
}
#new_in strong{
	display:block;
}
.hide{
	display:none;
}
.parent .text_area{
  width: 100%  !important;
	margin:7% 0 0;
}
.parent .img_area {
  width: 100% !important;
	text-align:center;
}
.parent1 .text_area,
.parent3 .text_area {
   margin-right: 10px;
}
.parent2 .img_area {
   margin-right: 10px;
}
.parent1,
.parent3 {
  flex-direction: column-reverse
}
.parent2 {
  flex-direction: column
}
.features_in2 {
	width:96% !important;
}
.features_s{
	margin:3% 0 !important;
}
.features_s,.features_s img{
  width: 100% !important;
}
	ul.pickup_main {
	width:90%;
	}
	#step_in,#step_in2 {
	  width: 96%;
	}
	ul.sample {
	  gap: 0px;
	}
.features_left,.features_right,.features_left2,.features_right2,#buy{
	width:100%;
}
#step_in,#step_in2 {
  width: 100%;
  margin: 20px auto 30px;
	display:block;
	overflow:hidden;
}

.step_cont_in {
  width: 47%;
	margin:0 1% 1%;
	float:left;
}
.step_cont_in_last{
  width: 47%;
	margin:0 auto 1%;
}
ul.sample,ul.pickup_main {
  grid-template-columns: 1fr 1fr;
}
ul.sample {
  gap: 2px;
}
#case{
	margin-bottom:60px;
}
.case_cate{
	margin-bottom:30px;
}
.case_cate img {
  height: auto;
}
#case_study_in {
  display: block;
  margin: 0 auto 40px;
	width:96%;
}
.sub_title{
	width:90%;
  margin: 1% auto 4%;
}
ul.sample li img {
  width: 100%;
  height: auto;

}
li.pickup .caption {
	padding: 50px 10px 0;
}
#support_left,#support_right {
  float: none;
  width: 94%;
	margin:15px auto 10px;
  padding: 0;
}
#support_right {
  width: 60%;
}
#banner{
  width: 92%;
}
ul.banner_list li {
  width: 100%;
  margin: 1.5% auto;
}
#buy{
	height: auto;
}
#buy_inner{
	width:90%;
	margin:0 auto;
}
#buy_right{
	width:100%;
	padding:10px 0;
}
#buy_left {
  width: 50%;
  float: none;
  padding: 10px 0 15px 20px;
	margin:0 auto;
}
.buy_btn a {
  margin: 20px auto 10px;
}
#pac{
	width:100%;
}

#pac div {
  margin: 0 5% 0 0;
}
.pac_archi{
	width:100% !important;
	margin: 0 auto 1% !important;
}
.pac_archi p,.pac_archi img{
	width:50% !important;
	text-align:center;
	margin: 0 auto;
}
.pac_other{
	width:45% !important;　
}
.pac_archi,.pac_other{
	float:left;
}

	
	.step_cont_title_txt,#cate_txt,.features_txt_spnone,.features_in2,#parth .sub_title,.spnone,#case .sub_title,#new_func .sub_title2,.support_txt,#series{
		display: none;
	}
	#cate_txt_sp{
	font-size:1.4rem;
	margin:60px auto 0;
	text-align:center;
	font-weight:bold;
	}
	#step_title_sub {
  font-size: 1em;
	}
	h4 {
	  padding: 40px 0 20px;
	  margin: 0;
	}
}


@media screen and (min-width: 737px) {
	#cate_txt_sp{
		display: none;
	}
	
}


