@charset "UTF-8";

.topic_box{
	max-width:900px;
	padding:15px 0;
	background:#fff;
	margin:30px auto;
	max-height: 140px;
    overflow: hidden scroll;
}

.topic_box p{
    max-width: 600px;
    margin: 0 auto 10px;
}

.topic_box span{
    margin-right: 10px;
    font-weight: bold;
    background: #10709B;
    color: #fff;
    padding: 0.2em 0.5em;
    font-size: 13px;
    line-height: 1;
}

.topic_box a{
	color:#10709B !important;
	text-decoration: underline !important;
}

#wrap{
	overflow: hidden;
}

.catalog{
    color: #fff;
    display: block;
    background: #82B61F;
    border: 1px solid #82B61F;
    max-width: 670px;
    margin: 30px auto;
    font-size: 20px;
    padding: 1em;
    font-weight: bold;
}

.catalog a{
    color: #fff;
    position: relative;
    padding-left: 40px;
    display: block;
}

.catalog a:before{
    content: url(https://www.liversys.jp/images/icon_pdf.png);
    margin-right: 10px;
    position: absolute;
    left: 0px;
    top: -5px;
}

.rec_box{
    width: 96%;
    margin:30px auto !important;
    max-width: 1100px;
}

.rec_box p{
    margin:50px 0;
}

.con_image_recruit{
	background:url("../images/top_rec_bg.png");
	background-size:cover;
}

.rec_rolllist{
    display:flex;
    padding:1em;
    border:solid 5px yellow;
    flex-wrap: wrap;
    max-width:600px;
    margin:0 auto;
}

.rec_rolllist li{
    width:48%;
    margin:1%;
}

.recbox{
    margin:50px auto;
}

.recbox h4{
    font-size:28px;
    color:#10709b;
}

.recbox h5{
    font-size:20px;
    color:#10709b;
    font-weight:bold;
}

.recbox ul{
    padding:1em 0;
    display:flex;
}

.recbox li{
    width:31.33%;
    margin:10px;
    border-left:1px solid #10709b;
    padding-left:1em;
}

.recbox_link{
    margin:10px 0 !important;
}

.recbox_link a{
    display:block;
    padding:1em 2em;
    margin:0 auto;
    border:1px solid #000;
    border-radius:5px;
    max-width:200px;
    text-align:center;
}

.recbox_link a:hover{
    background:#10709b;
    color:#fff;
}

.rec_bnr{
    text-align:center;
    margin:50px 0;
}

.recbox table{
    padding-left: 20px;
    border-left: 1px solid #10709b;
    display: block;
    margin: 1em 0;
}

.recbox tr{
    border-bottom: 5px solid #fff;
}

.recbox td{
    padding:1em;
}

.rec_h01{
    font-weight:bold;
    color:#10709b;
    background:#d6ecf2;
    text-align:center;
}

.rec_h02{
    font-weight:bold;
    color:#10709b;
    background:#edf3f4;
    text-align:center;
}

.rec_flowlist01{
    width: 100% !important;
    margin: 10px !important;
    border-left:none !important;
    padding-left: 1em;
}

.rec_flowlist{
    width:800px ;
    margin:30px auto;
    padding:10px;
    display:block !important;
    background:rgba(16,112,115,0.1);
}

.rec_flowlist li{
    border-left:none !important;
}

.rec_ar{
    margin:0 !important;
    margin-left:150px !important;
}

.rec_flow_entry li:nth-child(1){
    width:40% !important;
    margin:1%;
}

.rec_flow_entry li:nth-child(2){
    width:46% !important;
    margin:1%;
}

@media screen and (max-width:500px){
    .recbox ul{
        display:block;
    }
    .recbox li{
        width:100%;
    }
    .recbox td,
    .recbox tr{
        display:block;
    }
    .recbox table{
        border:none;
        padding-left:0;
    }
    .rec_flowlist{
        width:auto;
        margin: 0 !important;
    }
    .rec_flowlist01{
        padding-left:0 !important;
        margin: 0 !important;
    }
    .rec_flow_entry li:nth-child(1){
        width:98% !important;
        text-align:center;
    }
    .rec_flow_entry li:nth-child(2){
        width:98% !important;
    }
}


/*共通css*/

.top_bg_square{
	width:2313px;
	height:777px;
	position:absolute;
	left:50%;
	top:0;
    margin-left: -500px;
    z-index: -9;
}

.header_box{
	max-width:1200px;
	min-width:1020px;
	margin:10px auto;
}

.header_box h1{
	float:left;
	margin-top:30px;
	padding-left:20px;
}

.nav_first{
	padding-top:45px;
	background:url(../images/nav_line.png) top center no-repeat ;
	position:relative;
}

.nav_first:after{
	position:absolute;
	top:80px;
	left:0;
	width:100%;
	text-align:center;
	font-size:0.9em;
	color: #10709B;
}

.nav_first a:hover{
	text-decoration:underline;
	opacity:0.5;
}

.gnav00:after{
	content:"HOME";
}

.gnav01:after{
	content:"SOLUTION";
}

.gnav02:after{
	content:"REDUCTION";
}

.gnav03:after{
	content:"AGRI";
}

.gnav04:after{
	content:"LIVERSYS";
}

.fix_nav{
	position:fixed;
	right:0;
	top:120px;
	z-index:999;
}

#container{
	margin:40px auto 0;
	width:96%;
	position:relative;
}

.to_top{
	text-align:center;
	max-width:96%;
	margin:0 auto;
	transition:all 0.3s ease;
}

.to_top a{
	padding:30px 0;
	display:block;
	width:100%;
	height:100%;
}

.to_top:hover{
	background:rgba(0,112,168,0.3);
}

footer{
	width:96%;
	margin:0 auto;
	background:#036EAC;
	padding:50px;
	color:#fff;
}

.ft_box{
	width:910px;
	margin:0 auto 50px;
	overflow:hidden;
}

.ft_box_left{
	float:left;
	text-align:center;
}

.ft_box_left p{
	margin-top:30px;
}

.ft_box_right{
	float:left;
	text-align:center;
	margin-left:50px;
	border:1px solid yellow;
	padding:10px 30px;
}

.ft_tel{
	font-size:2.8em;
	padding:5px 0;
	border-bottom:1px solid #fff;
	color:yellow;
	font-weight:bold;
}

.ft_tel a{
	color:yellow;
}

.ft_tel span{
	margin-right:10px;
	font-size:0.85em;
}

.ft_tel_text{
	margin-top:10px;
	font-size:1.2em;
}

.ft_nav{
	overflow:hidden;
	margin:20px auto;
	max-width:900px;
}

.ft_nav a{
	color:#fff;
}

.ft_nav li{
	float:left;
}

.ft_nav_title{
	color:yellow;
	width:200px;
}

.ft_nav_second li{
	margin-right:30px;
}

small{
	text-align:center;
	margin:20px 0;
	display:block;
	color:#036EAC;
	font-weight:bold;
}

/*トップページ*/

.main_slide{
	max-width:1200px;
	margin:0 auto;
	position:relative;
}

.slide_box{
	max-width:1020px;
}

.slide_title_box{
	position:absolute;
    right: 0px;
    top: 15px;
}

.top_midashi{
	text-align:center;
	padding:100px 0;
	background:url(../images/degital.png) no-repeat top center;
}

.italic{
	font-size:2.5em;
	font-weight:bold;
	font-style: italic;
	color: #10709B;
	letter-spacing:0.05em;
	font-family: 'arial black';
}

.top_bnr{
    text-align: center;
    margin: 60px 0 0;
}

.top_bnr img{
    border:1px solid #fff;
}

.midashi_text{
	font-size:1.5em;
	font-weight:bold;
	margin-top:10px;
}

.top_solution{
	background: url(../images/top_sol_bg.png) no-repeat center center;
	background-size:cover;
	max-width:1400px;
	height:500px;
	text-align:center;
	margin:0 auto;
	position:relative;
}

.top_sol_title{
	padding-top:150px;
}

.top_solution ul{
	display:none;
	transition: 0.4s ease-out;
}

.top_solution:hover > ul{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	display:flex;
}

.top_solution li{
	width:50%;
	text-align:center;
	font-size:2em;
	background:rgba(0,0,0,0.75);
	transition: 0.4s ease-out;
	position:relative;
}

.top_solution li p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}


.top_solution a{
	color:#fff;
}

.top_solution li a{
	display:block;
	height:100%;
	width:100%;
}

.top_solution li:hover{
	background:rgba(3,110,172,0.75);
}

.top_solution li:first-child{
	border-right:1px solid #fff;
}

.top_solution02 ul{
	width:100%;
    max-width: 1400px;
	display:flex;
	margin:1% auto 0;
	height:450px;
}

.top_solution02 ul li{
	width:50%;
	text-align:center;
	transition: all 0.4s ease-out;
	background:#000;
}

.top_solution02 ul li img{
	padding-top:140px;
	z-index:99;
	position:relative;
}

.top_solution02 ul li{
    position: relative;
    overflow: hidden;
    text-align: center;
	border-right: 1px solid #fff;
}

.top_sol02_left:after{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    /* background: url(../images/top_eng_bg.png) no-repeat center center; */
    background: url(../images/top_cost_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.top_solution02 ul li:hover:after {
    opacity: .8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.top_sol02_right:after{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/top_agri_bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.top_solution02 li a{
	display:block;
	width:100%;
	height:100%;;
	z-index:99;
	position:relative;
}

.top_company{
	width:100%;
	max-width:1400px;
 	margin:100px auto 0;
    background: url(../images/top_phi_bg.png) no-repeat center center;
	background-size:cover;
	color:#fff;
	position:relative;
}

.top_com_title{
	padding:50px 0;
	text-align:center;
	color:#036EAC;
}

.top_combox{
	max-width:1100px;
	margin:0 auto;
	background:rgba(46,155,212,0.7);
}

.top_com_about{
	position:absolute;
	top:-1px;
	left:100px;
}

.top_combox1{
	padding:50px 50px;
	overflow:hidden;
}

.top_combox1 h3{
	float:left;
}

.top_combox1 p{
	float:left;
	font-size:1.4em;
	font-weight:bold;
	margin-left:60px;
	color: yellow;
}

.top_combox2{
	width:96%;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
}

.top_combox2 li{
	width:31%;
	text-align:center;
}

.top_combox2 li h4{
	font-size:1.4em;
	font-weight:bold;
	margin:20px 0;
}

.top_combox2 li p{
	border:1px solid #fff;
	padding:1em;
	margin-bottom:40px;
	min-height:93px;
}

.top_com_link{
	width:254px;
	height:58px;
	background:url(../images/bg_ar.png) no-repeat;
	position:absolute;
    right: 185px;
    top: 120px;
}

.top_com_link a{
	font-size: 1.05em;
    font-weight: bold;
    padding: 17px 0 0;
    text-align: center;
    width: 100%;
    display: block;
}

/*下層共通css*/

.bread{
	display:flex;
	position:relative;
	background:#10709B;
	height:30px;
	line-height:30px;
	margin-left:30px;
	padding:0 30px;
	color:#fff;
	float: right;
}

.breadbox{
	max-width:1400px;
	margin:0 auto;
	overflow:hidden;
}

.bread a{
	color:#fff;
}

.bread:before{
	content:url(../common/images/bread_bg.png);
	position:absolute;
	top:0;
	left:-30px;
}

.page_title{
	margin:50px auto
}

.center{
	text-align:center;
}

.contents_image{
	width:100%;
	/* max-width:1400px; */
	margin:0 auto;
	text-align:center;
}

.contents_image img{
	padding:120px 0;
}

.contents_title{
	max-width:96%;
	color:yellow;
	text-align:center;
	background:#0070A8;
	margin:30px auto;
	padding:1em 0;
	font-size:1.6em;
	font-weight:bold;
}

.contents{
	overflow:hidden;
	margin:30px 0;
}

.contents_sub_title{
	text-align:center;
	padding:50px 0 0;
}

.contents_sub_title_img{
	position:relative;
}

.contents_sub_title_img:before{
	content:url(../common/images/title_line.png);
	position:absolute;
	top: -4px;
    left: -150px;
}

.contents_sub_title_text{
	margin-left:20px;
	font-size:1.4em;
	position: relative;
    top: 10px;
}

.contents_sub_title_text:before{
	content:url(../common/images/title_line.png);
	position:absolute;
	top: -4px;
    right: -150px;
}

.page_catch_temp{
	width:940px;
	margin:50px auto;
	overflow:hidden;
}

.catch_temp_image{
	float:left;
}

.catch_textbox{
	float:left;
	margin:30px 0 30px 30px;
    width: 450px;
}

.catch_textbox h3{
	background:#fff;
	padding:0.5em 1em ;
	position:relative;
	left:-100px;
    width: 120%;
}

.catch_textbox p{
	margin-top:20px;
}

.page_title_catch{
	font-size:1.5em;
	text-align:center;
	margin:50px 0;
}

.camera_icon{
	display:flex;
	width:920px;
	margin:0 auto;
	justify-content: space-between;
}

.camera_icon li{
	border:1px solid #10709B;
	text-align:center;
}

.catch_image{
	max-width:1400px;
	margin:50px auto;
}

.temp_title{
	background:#10709B;
	text-align:center;
	color:#fff;
	margin:20px 0;
	padding:0.5em 0;
}

/*ソリューション*/

.con_image_solution{
	background:url(../images/top_sol_bg.png);
	background-size:cover;
}

.robot_image{
	max-width:1400px;
	margin:0 auto;
	display:flex;
}

.robot_contents{
	max-width:1400px;
	margin:0 auto;
	background:url(../solution/images/robot_bg.png) no-repeat;
	background-size:cover;
    padding: 40px 0;
}

.robot_title{
	text-align:center;
	padding:50px 0;
}

.robot_title span{
	color:#fff;
	margin-left:20px;
	font-size:1.4em;
	position: relative;
    top: 10px;
}

.robot_toku{
	width:900px;
	padding:10px 0 50px;
	margin: 0 auto;
}

.robot_toku th{
	padding:30px 0;
}

.robot_toku tr{
	border-bottom:1px solid #2E9BD4;
}

.robot_toku td{
	color:#fff;
	padding:30px 0 30px 50px;
}

.robot_maker{
	max-width:1000px;
	display:flex;
	justify-content: space-between;
	margin:30px auto 10px;
}

.robot_maker_text{
	width:1000px;
	margin:10px auto 30px;
	text-align:right;
	color:#fff;
}

.robot_pdf_text{
	text-align:center;
	margin:30px 0;
	color:#fff;
	font-size:1.2em;
}

.robot_pdf{
	font-size:1.2em;
	position:relative;
	min-height:65px;
	line-height:65px;
	padding:0.5em 1em 0.5em 80px;
	background:url(../solution/images/icon_pdf.png) no-repeat 10px center;
	border:1px solid #fff;
	max-width:380px;
	margin:0 auto;
}

.robot_pdf a{
	color:#fff;
}

.robot_bnr{
	max-width:1400px;
	margin:50px auto;
	background:#000;
	text-align:center;
}

.blue_text{
	text-align:center;
	font-size:1.4em;
	color:#10709B;
}

.temp_2col{
	display:flex;
	max-width:1100px;
	margin:0 auto;
	justify-content: space-between;
}

.temp_2col_list{
	width:48%;
	margin:30px 0;
}

.temp_2col li img{
	margin:20px 0;
}

.system_list_title{
	background:#10709B;
	padding:0.5em 1em;
	color:#fff;
	font-size:1.2em;
	margin-top:50px;
	position:relative;
}

.system_list_title:after{
	content:url(../solution/images/chara.png);
	position:absolute;
	right:0;
	top:-18px;
}

.system_list_right p{
	padding:0.5em 1em;
	border: 2px solid #ccc;
}

.support_list{
	width:800px;
	margin:50px auto;
}

.support_list th{
	width:50%;
	text-align:center;
	color:#fff;
	background:#10709B;
	border:1px solid #10709B;
}

.support_list td{
	border:1px solid #10709B;
	padding:1em;
}

.table_ar{
	text-align:center;
	margin:30px 0;
}

.robot_movie{
	max-width:1400px;
	margin:50px auto;
	background:#10709B;
	max-height:480px;
}

.movie_yasu{
	max-width:870px;
	margin:0 auto;
}

/*外観検査*/

.kensa_list{
	width:100%;
	margin:20px 0;
	display:inline-block;
}

.kensa_list li{
	float:left;
	width:48%;
	background:#10709B;
	padding:1em 0;
	margin:1%;
	color:#fff;
	text-align:center;
}

.gray_bg{
	background:#eee;
	padding:30px 0;
	margin:50px 0;
}

.table_2col{
	max-width:900px;
	margin:0 auto;
}

.table_2col th{
	width:50%;
	text-align:center;
	background:#fff;
	border:1px solid #10709B;
	color:#10709B;
	min-height:48px;
}

.table_2col th,
.table_2col td{
	padding:0.5em 0;
}

.table_2col td{
	padding-left:20px;
}

/*エンジニアリング*/

.con_image_eng{
	background:url(../engineer/images/eng_bg.png) no-repeat;
	background-size:cover;
}

.jisseki{
	max-width:850px;
}

.jisseki_name{
	color:#10709B;
	font-size:1.1em;
	position:relative;
}

.jisseki_name:after{
	content:"";
	position:absolute;
	left:0;
	bottom:-15px;
	width:100px;
	height:2px;
	background:#10709B;
}

.modal_photo{
	/*height:330px;*/
}

/*アグリ事業*/

.con_image_agri{
	background:url(../agri/images/agri_bg.png) no-repeat;
	background-size:cover;
}

.agri_four_title{
	font-weight:bold;
	font-size:2em;
	color:#10709B;
	text-align:center;
	position:relative;
	margin:40px 0;
}

.agri_four_title:before{
	position:absolute;
	left:50%;
	top:5px;
	margin-left:-350px;
	content:url(../agri/images/ar_left.png);
}

.agri_four_title:after{
	position:absolute;
	right:50%;
	top:5px;
	margin-right:-350px;
	content:url(../agri/images/ar_right.png);
}

.agri_four_list{
	max-width:920px;
	margin:20px auto;
	display:flex;
	justify-content: space-between;
}

.agri_four_list li{
	width:49%;
}

/*会社概要*/

.con_image_com{
	background:url(../images/com_bg.png);
	background-size:cover;
}

#map_canvas{
	position: relative;
	padding: 0 0 500px;
	height: 0;
	overflow: hidden;
	max-width:1400px;
	margin:0 auto;
}
#map_canvas iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.com_data{
    max-width: 1000px;
    margin: 0 auto;
    padding: 1em;
    background: #fff;
    margin-top: -100px;
    position: relative;
    z-index: 99;
}

.com_data_box{
	overflow:hidden;
	display:flex;
	justify-content: space-between;
	width:80%;
	margin:0 auto;
}

.com_data_list{
}

.com_data h3{
	text-align:center;
	padding:1em 0;
	font-size:1.5em;
}

.com_data_list tr{
	border-bottom:1px solid #ccc;
}

.com_data_list th{
	background:#10709B;
	color:#fff;
	width:120px;
	text-align:center;
}

.com_data_list th,
.com_data_list td{
	padding:0.5em 1em;
}

.rinen_box{
	max-width:1400px;
	margin:0 auto;
	padding:3em 1em;
	background:url(../company/images/rinen_bg.png) no-repeat center center fixed;
	background-size:cover;
	color:#fff;
	font-size:1.4em;
}

.rinen_box li{
	overflow:hidden;
	margin:40px 0;
}

.rinen_box span{
	width:250px;
	font-family:YuMincho, "Yu Mincho","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: block;
    text-align: center;
    float: left;
}

.rinen_title{
	margin:40px 0 40px;
	text-align:center;
	font-size:2em;
	font-family:YuMincho, "Yu Mincho","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#10709B;
}

.rinen_text{
	max-width:900px;
	margin:0 auto;
}

.rinen_name{
	max-width:900px;
	margin:20px auto;
	text-align:right;
}

.his_list{
	max-width:900px;
	margin:0 auto;
	padding:30px 0;
	background:url(../company/images/enkaku_border.png) repeat-y 40px 0 ;
	position:relative;
}

.his_list:after{
	content:url(../company/images/his_name.png);
	position:absolute;
    left: 44px;
    bottom: -6px;
}

.his_list li{
	overflow:hidden;
	margin:30px 0;
}

.his_year{
	float:left;
	font-size:2em;
	font-weight:bold;
	color:#10709B;
	padding:5px 0 ;
	background:#fff;
}

.his_text{
	margin:10px 0;
	margin-left:150px;
	padding:5px 0 ;
	min-height:45px;
}

.form_box{
	max-width:900px;
	margin:0 auto;
}

.kiyaku_text{
	margin:20px 0;
	padding-top:10px;
	height:250px;
	overflow-y:scroll;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

/*製品紹介*/

.lineup_box{
    max-width:1200px;
    margin:50px auto;
}
.lineup_listbox{
    display:flex;
	flex-wrap: wrap;
}

.lineup_list{
    width:33.33%;
    padding:1%;
    border-right:1px solid #ddd;
	margin-bottom:40px;
}

.lineup_list:last-child{
    border-right:none;
}

.lineup_img{
    margin-bottom:15px;
}

.lineup_title{
    font-weight:bold;
    font-size:18px;
    margin-bottom:15px;
}

.lineup_title span{
    color:#036EAB;
}

.lineup_btn{
    display:flex;
}

.lineup_btn li{
    width:48%;
    margin-right:2%;
    height:40px;
    line-height:38px;
    position:relative;
    padding-left:40px;
    text-align:center;
}

.lineup_btn li a{
    font-size:13px;
    box-sizing: border-box;
}

.lineup_btn01:before{
    content:"";
    width:40px;
    height:40px;
    position:absolute;
    left:0;
    top:0;
    background:url("../seihin/images/btn_scroll.jpg") no-repeat left center;
    background-size:cover;
}

.lineup_btn01 a{
    display:block;
    border:1px solid #036EAB;
}

.lineup_btn02 a{
    color:#fff;
    display:block;
    background:#82B61F;
    border:1px solid #82B61F;
}

.lineup_btn02:before{
    content:"";
    width:40px;
    height:40px;
    position:absolute;
    left:0;
    top:0;
    background:url("../seihin/images/btn_dl.jpg") no-repeat left center;
    background-size:cover;
}

.seihin_title{
    font-size:30px;
    font-weight:bold;
    color:#036EAB;
    margin:40px 0 20px;
}

.seihin_en{
    display:block;
    font-size:18px;
}

.seihin_other{
    font-size:20px;
}

.tokutyo_entry{
    display:flex;
}

.tokutyo_entry li{
    padding:0px 0 20px;
}

.tokutyo_entry li:first-child{
    width:132px;
}

.tokutyo_entry li:last-child{
    width:calc(100% - 135px);
    margin-left:20px;
}

.seihin_tokutyo{
    margin:30px 0;
}

.seihin_tokutyolist{
    border-top:1px solid #ddd;
}

.seihin_tokutyolist:last-child{
    border-bottom:1px solid #ddd;
}

.tokutyo_entry h4 span{
    position:relative;
    font-size:20px;
    font-weight:bold;
    color:#EB3F24;
    top:40px;
    left:20px;
}

.tokutyo_entry_title{
    font-size:20px;
    font-weight:bold;
    color:#EB3F24;
    margin:30px 0 10px;
}

.seihinbox{
    margin:80px 0;
}

.seihin_dl{
    position:relative;
}

.seihin_dl a{
    color:#fff;
    display:block;
    background:#82B61F;
    border:1px solid #82B61F;
    line-height:60px;
    height:60px;
    text-align:center;
    font-weight:bold;
    padding-left: 60px;
}

.seihin_dl a:before{
    content:"";
    width:60px;
    height:60px;
    position:absolute;
    left:0;
    top:0;
    background:url("../seihin/images/btn_dl.jpg") no-repeat left center;
    background-size:cover;
}

@media screen and (max-width:500px){
    .tokutyo_entry h4 span{
        display:block;
        position: inherit;
        margin-bottom:15px;
        font-size:16px;
    }
    .tokutyo_entry_title{
        font-size:16px;
    }
    .seihin_title{
        font-size:26px;
        margin:30px 0;
    }
    .seihin_other{
        display:block;
        width:100%;
    }
    .seihin_logo img{
        width:260px ;
    }
    .tokutyo_entry li:first-child{
        width:100px;
    }
    .seihin_dl a{
        line-height:1.2;
        height:auto;
        padding:11px ;
        padding-left:60px;
    }
    .lineup_listbox{
        display:block;
    }
    .lineup_list{
        width:100%;
        padding:20px 0;
        border-bottom:1px solid #ddd;
    }
    .lineup_lying{
        display:flex;
        justify-content: space-between;
    }
    .lineup_img{
        width:30%;
    }
    .lineup_title{
        width:65%;
    }
}


/*トップAIページ*/

.top_ai{
	background:url("../images/mark_bg.png");
	background-size: cover;
	min-height:300px;
	overflow: hidden;
}

.top_ai_list{
	display:flex;
	max-width:1200px;
	margin:0 auto;
	align-items: center;
	justify-content: space-between;
}

.top_ai_list li{
	width:48%;
}

.top_ai_list01 img{
	transform: scale(1.2);
}

.top_ai_list02{
	color:#fff;
	padding-left:30px;
}

.top_ai_list02 h2{
	font-size:28px;
	padding-bottom:20px;
	font-weight:bold;
}

.top_ai_list02 p{
	font-size:18px;
}

.top_ai_works{
	display: flex;
}

.top_ai_works span{
	width:18%;
	margin:30px 1%;
	background:#0D719B;
	color:#fff;
	text-align:center;
	line-height:1;
	padding:10px 0;
}

.top_ai_link a{
	display: block;
	max-width:320px;
	background:yellow;
	text-align: center;
	padding:10px 0;
	margin:0 auto;
}

.bnrtel_num{
	font-size:36px;
	font-weight:bold;
	text-align:center;
}

.bnr_tel{
	border:4px solid #10709B;
	margin:80px auto -40px;
	max-width: 900px;
}

.bnr_tel li:nth-child(2){
	background:#10709B;
}

.bnr_tel .temp_2col_list{
	margin:0 ;
	padding:30px 1%;
}

.bnrtel_num span{
	font-size:20px;
}

.bnrtel_sub{
	text-align:center;
}

.bnrtel_title{
	font-size:32px;
	font-weight:bold;
	text-align: center;
	color:#fff;
}

.bnrtel_contact{
	display:block;
	text-align:center;
	background:yellow;
	padding:5px 0;
	margin:10px auto 0;
	max-width:280px;
}

@media screen and (max-width:800px){
	.top_ai_list02 h2{
		font-size:22px;
	}
	.top_ai_list{
		padding:50px 0;
	}
	.bnr_tel .temp_2col_list p{
		text-align: center;
	}
}

@media screen and (max-width:500px){
	.top_ai_list{
		flex-wrap: wrap;
	}
	.top_ai_list li{
		width:100%;
	}
	.top_ai_list01 img{
		transform: scale(0.9);
	}
	.bnrtel_title{
		font-size:24px;
	}
	.bnrtel_num{
		font-size:30px;
	}
	.top_ai_list02{
		padding:0 10px;
	}
	.top_ai_list02 h2{
		font-size:22px;
		text-align:center;
	}
	.top_ai_list02 p{
		font-size:16px;
	}
}

/*下層AIページ*/


.con_image_ai{
	background:url(../ai/images/ai_bg.png);
	background-size:cover;
}

.ai_problem{
	margin:30px 0;
}

.ai_problem h3{
	text-align:center;
	padding-bottom:30px;
	font-size:30px;
}

.ai_problem_list{
	background:#D7ECF4;
	padding:20px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 1400px;
    margin: 0 auto;
}

.ai_problem_list li{
	width:24%;
	max-width:274px;
}

.ai_problem_list li p{
	font-size:1.65em;
}

.ai_problem_list li img{
	margin:10px 0;
}

.ai_problem_list li h4{
	font-size:18px;
	font-weight: bold;
}

.liversys_kaiketsu{
	font-size:32px;
	text-align:center;
	font-weight: bold;
}

.liversys_kaiketsu span{
	color:#10709B;
}

.ai_merit{
	background:url("../ai/images/merit_bg.jpg") center center;
	background-size: cover;
	min-height:200px;
	margin-top:60px;
	padding:60px 30px;
}

.ai_merit_list{
	display: grid;
	grid-template-columns:1fr 1fr 1fr;
	gap:20px;
	max-width: 1200px;
    margin: 0 auto;
}

.ai_merit_list li{
	background:rgba(16,112,155,0.9);
	padding:15px 25px;
}

.ai_merit_list li p{
	color:yellow;
	font-size:24px;
}

.ai_merit_list li p span{
	font-size:30px;
}

.ai_merit_list li h3{
	color:#fff;
	padding-top:10px;
	font-size:18px;
}

.ai_camera{
	background:#000C0F;
	min-height:200px;
	position: relative;
}

.ai_camera:before{
	content:"";
	background:url("../ai/images/ai_camera.jpg");
	width:666px;
	height:439px;
	position: absolute;
	left:0;
	top:0;
}

.ai_camera_title{
	color:#fff;
	z-index:10;
	position: inherit;
	max-width:980px;
	margin:0 auto;
	padding:60px 0;
	padding-left:460px;
}

.ai_camera_title h2{
	font-size:26px;
}

.ai_camera_title p{
	padding-top:30px;
}

.ai_camera_list{
	z-index:10;
	position: inherit;
	max-width:1000px;
	display:flex;
	flex-wrap: wrap;
	margin:0 auto ;
	overflow: hidden;
	padding-bottom:60px;
	justify-content: space-around;
}

.ai_camera_list li{
	width:46%;
	margin-bottom:30px;
}

.ai_camera_list .italic{
	color:yellow;
	font-size:24px;
	padding:10px 0;
}

.camera_text{
	color:#fff;
}

.ai_dev{
	min-height:300px;
	background:#E9EAEA;
}

.ai_dev_ar{
	text-align:center;
	position: relative;
	top:-2px;
}

.dev_list{
	display:flex;
	max-width:960px;
	width:100%;
	justify-content: space-around;
	flex-wrap: wrap;
	padding:60px 0 30px;
	margin:0 auto;
}

.dev_list li{
	width:48%;
}

.dev_list li h4{
	font-size:24px;
}

.dev_list li .italic{
	color:#fff;
	font-size:2.5em;
}

.dev_icon{
	display:flex;
	padding-top:15px;
}

.dev_icon p{
	padding-left:15px;
}

.ai_camera_list .italic{
	text-align: center;
	font-size:20px;
}

.flow_list{
	max-width:980px;
	width:100%;
	margin:0 auto;
	padding:60px 0;
	display:flex;
	flex-wrap: wrap;
}

.flow_list li{
	background:#fff;
	padding:20px 0;
	width:200px;
	margin:0 20px 20px;
	text-align: center;
	position: relative;
}

.flow_list li:after{
	content:url("../ai/images/flow_ar.png");
	position: absolute;
	right:-25px;
	top:49%;
}

.flow_list li:last-child:after{
	display: none;
}

.flow_list li span{
	font-size:20px;
	position: relative;
	padding-left:30px;
	display: block;
	text-align: left;
}

.flow_list li span:before{
	content:"";
	background:#0070A8;
	width:25px;
	height:20px;
	position:absolute;
	left:0;
	top:5px;
}

.flow_list li img{
	padding:25px 0;
}

.flow_list li p{
	font-weight:bold;
	font-size:18px;
}

.ai_result{
	max-width:1100px;
	width:100%;
	margin:40px auto;
	padding:30px 0;
	border-bottom:1px dashed #ddd;
}

.ai_result_data{
	display:flex;
}

.ai_result_data h4{
	border-bottom:1px solid #0070A8;
	padding:10px 0 10px  40px;
}

.ai_result_data p{
	padding:10px 0 10px  40px;
}

.ai_result_img{
	width:640px;
}

.ai_result_text{
	width:calc(100% - 640px);
}

.ai_before{
	display:flex;
	margin:30px 0;
}

.ai_before li:first-child{
	background:#E1E1E1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:10px 50px;
	margin-right:20px;
	width:180px;
	text-align: center;
}

.ai_after{
	display:flex;
	margin:30px 0;
}

.ai_after li:first-child{
	background:#E1E1E1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:10px 50px;
	color:#fff;
	background:#10709B;
	width:180px;
	text-align: center;
}

.ai_after li:first-child{
	width:180px;
	text-align: center;
}

.ai_after li span{
	color:#10709B;
}

.ai_before li:last-child{
	width:calc(100% - 200px);
}

.ai_after li:last-child{
	padding:20px ;
	border:1px solid #10709B;
	width:calc(100% - 200px);
}

.ai_before p,
.ai_after p{
	line-height: 2;
}

@media screen and (max-width:800px) {
	.ai_problem_list li h4 {
		font-size: 17px;
		padding-top: 15px;
	}
	.ai_problem_list li h4 br{
		display:none;
	}
	.ai_problem h3,
	.liversys_kaiketsu{
		font-size:24px;
	}
	.ai_merit_list li h3{
		font-size:15px;
	}
	.ai_camera_title{
		padding:20px 20px 40px;
	}
	.dev_list li h4{
		font-size:20px;
	}
	.ai_result_data{
		display: block;
	}
	.ai_result_img{
		width: auto;
		margin:0 auto;
	}
	.ai_result_text{
		width: 100%;
	}
}

@media screen and (max-width:500px) {
	.dev_list li h4{
		font-size:18px;
	}
	.ai_problem h3,
	.liversys_kaiketsu{
		font-size:18px;
	}
	.ai_problem_list li{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		max-width:none;
	}
	.ai_problem_list li .italic{
		width: 100%;
		font-size: 1em;
	}
	.ai_problem_list li img{
		width: 46%;
		margin-right: 4%;
	}
	.ai_problem_list li h4{
		width: 50%;
	}
	.ai_merit_list{
		grid-template-columns: 1fr;
		gap: 20px 0;
	}
	.ai_merit_list img{
		width:150px;
	}
	.ai_camera_title{
		padding:40px 20px;
	}
	.ai_merit{
		padding:50px 15px;
	}
	.ai_merit_list li h3 br{
		display:none;
	}
	.ai_camera_title h2{
		font-size:18px;
	}
	.ai_camera_list li{
		width:100%;
		padding:0 20px;
	}
	.dev_list{
		padding:30px 0;
	}
	.dev_list li{
		width:100%;
		padding:20px;
	}
	.flow_list li{
		width:100%;
		display:flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.flow_list li span{
		width:100%;
	}
	.flow_list li p{
		padding-left:15px;
		font-size: 16px;
	}
	.flow_list li img{
		padding:0;
		padding-top:10px;
	}
	.flow_list li:after {
		right: 0;
		top: initial;
		bottom: -20px;
		transform: rotate(90deg);
		z-index: 10;
	}
	.ai_before,
	.ai_after{
		display: block;
	}
	.ai_before li:first-child,
	.ai_before li:last-child,
	.ai_after li:first-child,
	.ai_after li:last-child{
		width:100%;
		font-size:14px;
	}
	.ai_before li:last-child{
		padding-top:15px;
	}
	.ai_result_data h4,
	.ai_result_data p{
		padding-left:10px;
	}
	.contents_sub_title{
		padding:50px 10px 0;
	}
}



/*コスト削減ページ*/

.con_image_cost{
	background:url("../engineer/images/cost_bg.jpg");
	background-size:cover;
}

.eletoku_catch{
	max-width:1100px;
	width:96%;
	margin:30px auto;
	padding-bottom:30px;
	border-bottom:1px solid #ddd;
}

.eletoku_merit{
	display:flex;
	flex-wrap: wrap;
	max-width:1200px;
	width:100%;
	margin:0 auto;
}

.eletoku_merit li{
	width:48%;
	margin:1%;
}

.eletoku_merit_textbox h3{
	color: #10709b;
    font-size: 22px;
    font-weight: bold;
	padding:20px 0;
}

.eletoku_bnr{
	text-align: center;
	margin:30px 0;
}

.eletoku_exp{
	max-width:1100px;
	width:100%;
	margin:0 auto;
	display:flex;
}

.eletoku_exp01{
	background:#da8512;
	color:#fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:0 30px;
	font-size:20px;
	font-weight:bold;
	margin-right:30px;
}

.eletoku_exp02 h4{
	color: #10709b;
    font-size: 18px;
    font-weight: bold;
	padding:10px 0;
}

.eletoku_reason{
	max-width: 96%;
    /* background: #000; */
	background:url("../engineer/images/cost_design.jpg");
	background-size:cover;
    margin: -30px auto 0;
	padding:0 30px;
}

.eletoku_reasonlist{
	max-width:1100px;
	width:100%;
	margin:20px auto;
	color:#fff;
	padding:0 0 40px;
}

.eletoku_reasonlist li{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	padding:20px 0;
	border-bottom:1px solid #ddd;
}

.eletoku_reasonlist li .num{
	font-size:18px;
	color:yellow;
	font-family: 'arial black';
	font-style: italic;
	width:120px;
}

.eletoku_reasonlist li .num span{
	font-size:40px;
	color:yellow;
}

.eletoku_reasonlist li  h3{
	font-size:26px;
	font-weight:bold;
	padding:0 40px;
	width:360px;
}

.eletoku_reasonlist li.reasonlist02 h3{
	width:auto;
}

.eletoku_reasonlist li .txt{
	width:calc(100% - 550px);
}

.eletoku_merit_img{
	text-align: center;
}

.reason_img{
	width: 100%;
	text-align: center;
	padding:20px
}

.img_exp{
	padding-top:10px;
	font-size:14px;
}

.blank{
	margin:30px auto;
	text-align: center;
}

.cost_jisseki{
	max-width:1100px;
	width:100%;
	margin:30px auto;
	display:flex;
	align-items: center;
}

.cost_jisseki .jisseki01{
	width:340px;
	text-align: center;
	border-right:1px solid #ddd;
	padding-right:20px;
	margin-right:40px;
}

.cost_jisseki .jisseki01 h3{
	font-size:26px;
	font-weight:bold;
	font-family: 'arial black';
	color:#10709b;
}

.cost_jisseki .jisseki_num{
	font-size:60px;
	font-weight:bold;
	font-family: 'arial black';
	color:#10709b;
	font-style:italic
}
.cost_jisseki  .jisseki_num span{
	font-size:34px;
	color:#000;
	font-style:italic
}

.cost_jisseki  .jisseki02{
	width:calc(100% - 420px);
}

.cost_jisseki .jisseki02 h4{
	font-size:20px;
	font-weight:bold;
	padding-bottom:20px;
}

.cost_jisseki .jisseki02 ul{
	display:flex;
	flex-wrap: wrap;
}

.cost_jisseki .jisseki02 li{
	width: 200px;
	margin-right:2%;
	margin-bottom:15px;
	font-size:13px;
}

.cost_flow{
	max-width:1100px;
	margin:30px auto;
	display:flex;
	flex-wrap: wrap;
}

.cost_flow li{
	width:22%;
	margin:0 1.5%;
	position:relative;
}

.cost_flow li:after{
	content:"";
	width:11px;
	height:22px;
	background:url("../engineer/images/flow_ar.jpg");
	background-size:cover;
	position: absolute;
	right:-22px;
	top:50%;
}

.cost_flow li:last-child:after{
	display:none;
}

.cost_flow_en{
	font-size:18px;
	font-weight:bold;
	font-family: 'arial black';
	color:#10709b;
	font-style:italic
}

.cost_flowbox{
	border:1px solid #10709b;
	padding:15px;
	height:256px;
}

.cost_flowbox h3{
	font-size:20px;
	font-weight:bold;
	color:#10709b;
	text-align: center;
	margin-bottom:10px;
}

.cost_flowbox p{
	font-size:15px;
}

.cost_flow_txt{
	background:#da8512;
	color:#fff;
	padding:15px;
	text-align: center;
	max-width:1100px;
	margin:20px auto;
}

.cost_after{
	text-align: center;
}

.cost_after_txt{
	text-align: center;
	margin-top:10px;
}

.qa_list{
	max-width:1100px;
	margin:20px auto;
}

.qa_list li{
	margin-bottom:30px;
}
.acd-check{
    display: none;
}
.acd-label{
    color: #fff;
    display: block;
}
.acd-content{
    height: 0;
    opacity: 0;
    transition: .5s;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
}

.qa_q{
	background:#10709b;
	font-weight:bold;
	padding:20px 35px 20px 25px;
	color:#fff;
	font-size:18px;
	position:relative;
	cursor: pointer;
}

.qa_q:before{
	content:url("../engineer/images/qa_ar.png");
	position:absolute;
	right:15px;
	top:18px;
	transform:rotate(-180deg);
}

.acd-check:checked + .qa_q:before{
	transform:rotate(0deg);
}

.qa_a{
	padding:20px 25px;
	border:1px solid #10709b;
	overflow: hidden;
}
@media screen and (max-width:800px){
	.cost_jisseki{
		display:block;
	}
	.cost_jisseki .jisseki01{
		width:100%;
	}
	.cost_jisseki .jisseki02{
		width:100%;
		margin-top:20px;
	}
}
@media screen and (max-width:600px){
	.eletoku_merit_textbox h3{
		font-size:18px;
	}
	.eletoku_merit_textbox p{
		font-size:15px;
	}
	.eletoku_merit li{
		width:100%;
	}
	.eletoku_reasonlist li .num,
	.eletoku_reasonlist li h3,
	.eletoku_reasonlist li .txt{
		width:100%;
	}
	.eletoku_reasonlist li h3{
		font-size:20px;
		padding:15px 0;
	}
	.eletoku_reason{
		padding:0 15px;
	}
	.cost_jisseki .jisseki02 h4{
		font-size:18px;
	}
	.cost_jisseki .jisseki02 li{
		width:48%;
		font-size:12px;
	}
	.cost_flow li{
		width:97%;
		margin-bottom:30px;
	}
	.cost_flowbox{
		height:auto;
	}
	.cost_flowbox img{
		width:150px;
		margin:0 auto;
		display:block;
	}
	.cost_flow li:after {
		content: "";
		width: 11px;
		height: 22px;
		background: url(../engineer/images/flow_ar.jpg);
		background-size: cover;
		position: absolute;
		right: auto;
		left:50%;
		top: auto;
		bottom:-22px;
		transform: rotate(90deg);
	}
	.qa_q{
		font-size:16px;
	}
	.qa_a{
		font-size:15px;
	}
	.eletoku_reasonlist li .num{
		text-align:center;
	}
}