@charset "UTF-8";

/*Products 固定nav 4列*/
.nav_LX-ePed_PRO {
	width: 100%;
	color: #fff;
	background: #000;
	opacity: 0.8;
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	/*z-index:9998;*/
}
.nav_LX-ePed_PRO.fixed {
	position: fixed;
	left: 0;
	top: 0;
}
.nav_LX-ePed_PRO ul {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.nav_LX-ePed_PRO ul li {
	/*width: 166px;*/
	width: 250px;
	/*padding: 10px 0;*/
	text-align: center;
	list-style: none;
	float: left;
	display:block;
	height:66px;
	line-height:66px;
	font-size: 15px;
}

.nav_LX-ePed_PRO ul li a {
	display:block;
	color:#fff;
	text-decoration:none
}

.nav_LX-ePed_PRO ul li a:hover {
	display:block;
	color:#ccc;
	text-decoration:none
}

/*Products 固定nav 5列*/
.nav_LX-ePed {
	width: 100%;
	color: #fff;
	background: #000;
	opacity: 0.8;
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	/*z-index:9998;*/
}
.nav_LX-ePed.fixed {
	position: fixed;
	left: 0;
	top: 0;
}
.nav_LX-ePed ul {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.nav_LX-ePed ul li {
	width: 200px;
	/*padding: 10px 0;*/
	text-align: center;
	list-style: none;
	float: left;
	display:block;
	height:66px;
	line-height:66px;
	font-size: 15px;
}

.nav_LX-ePed ul li a {
	display:block;
	color:#fff;
	text-decoration:none
}

.nav_LX-ePed ul li a:hover {
	display:block;
	color:#ccc;
	text-decoration:none
}

/*features*/
.features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.features_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
	 /*border:1px #ccc solid;*/
    width: 50%;
	line-height:160%;
}

.features_inner_pic {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;*/
    padding: 0;
    width: 50%;
}

.features_inner .txt{
	width: 80%;
	margin: auto 10%;
	text-align: left;
	font-size: 2em;
	line-height: 140%;
}

.features_inner .txt_s{
	width: 100%;
	margin: 40px 0 0 0;
	text-align: left;
	font-size: 16px;
	line-height: 140%;
}

.features_inner .img{
	width:40%;
	height:auto;
	text-align:left;
	margin:0 0% 0 0%;
	float:none;
	}
	
.features_inner .img_l{
	width: 40%;
	height: auto;
	text-align: right;
	margin: 0 0% 0 10%;
	float: none;
	}

.features_inner .img_r{
	width:55%;
	height:auto;
	text-align:center;
	margin:0 15% 0 30%;
	float:none;
	}

.features_inner_pic img{
	width:100%;
	height:auto}

.features_inner_pic img{
	width:100%;
	height:auto}

.tbl_mpc {
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px;
	/*border: 1px solid #ccc;*/
	/*background: #f1f1f1;*/
}
.tbl_mpc th {
	width:20%;
	height: 20px;
	line-height: 20px;
	font-size: 1em;
	background: #fff;
	background: -moz-linear-gradient(top, #d6d4d3, #b5b7b7);
	background: -webkit-linear-gradient(top,  #d6d4d3, #b5b7b7);
	background: linear-gradient( #d6d4d3, #b5b7b7);
	/*border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px 0 3px 0;*/
	text-align: center;
	font-weight: normal;
}

.tbl_mpc td {
	height: 20px;
	line-height: 20px;
	font-size: 1em;
	padding:1% 0 1% 2%;
	background: #fff;
	background: -moz-linear-gradient(top, #f4f4f4, #d7d5d4);
	background: -webkit-linear-gradient(top,  #f4f4f4, #d7d5d4);
	background: linear-gradient( #f4f4f4, #d7d5d4);
	/*border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px 0 3px 0;*/
	text-align: left;
	font-weight: normal;
	/*letter-spacing: -0.05em;*/
}

.tab_display{
	display: block}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:1179px) {
.features_inner .img{
	width: 80%;
	height: auto;
	text-align: left;
	margin: 0 20% 0 0%;
	float: none;
	}
.features_inner .img img{
	width:100%;
	height:auto;
	}

.features_inner .img_l{
	width:80%;
	height:auto;
	text-align: center;
	margin:0 0 0 auto;
	float:none;
	}
	
.features_inner .img_l img{
	width:100%;
	height:auto;
	}
	
.features_inner .img_r{
	width:70%;
	height:auto;
	text-align:center;
	margin:0 0 0 auto;
	float:none;
	}
.features_inner .img_r img{
	width:100%;
	height:auto;
	
.features_inner .txt_s{
	margin: 20px 0 0 0;
}

.tab_display{
	display:none}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {

/*LX-ePed PRO*/
.nav_LX-ePed_PRO {
	width: 100%;
	position:static;
}
.nav_LX-ePed_PRO.fixed {
	position:static;
}
.nav_LX-ePed_PRO ul {
	width: 100%;
}
.nav_LX-ePed_PRO ul li {
	width: 49.8%;
	height: 44px;
	line-height: 44px;
	font-size: 1.3em;
	letter-spacing:0px;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.nav_LX-ePed_PRO ul li:nth-child(3) {
     border-right:none;
}

.nav_LX-ePed_PRO ul li:nth-child(4) {
	 border-bottom: none;
}
.nav_LX-ePed_PRO ul li:nth-child(5) {
	    border-right:none;
		border-bottom: none;
}

.nav_LX-ePed_PRO ul li:first-child {
	display: none;
	font-size: 1.3em;
}

/*LX-ePed2*/
.nav_LX-ePed {
	width: 100%;
	position:static;
}
.nav_LX-ePed.fixed {
	position:static;
}
.nav_LX-ePed ul {
	width: 100%;
}
.nav_LX-ePed ul li {
	width: 49.8%;
	height: 44px;
	line-height: 44px;
	font-size: 1.3em;
	letter-spacing:0px;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.nav_LX-ePed ul li:nth-child(3) {
     border-right:none;
}

.nav_LX-ePed ul li:nth-child(4) {
	 border-bottom: none;
}
.nav_LX-ePed ul li:nth-child(5) {
	    border-right:none;
		border-bottom: none;
}

.nav_LX-ePed ul li:first-child {
	display: none;
	font-size: 1.3em;
}

.features_inner {
	font-size:1.8em;
	width:100%;
}

.features_inner .txt{
	width: 90%;
	margin: 10% 5%;
	font-size: 1.2em;
}

.features_inner .img{
	width: 70%;
	height: auto;
	margin: 5% auto;
}

.features_inner .img img{
	width:100%;
	height:auto;
	margin:0 auto}
	
.features_inner .img_l{
	width: 70%;
	height: auto;
	margin: 5% auto;
}

.features_inner .img_l img{
	width:100%;
	height:auto;
	margin:0 auto}

.features_inner .img_r{
	width: 60%;
	height: auto;
	margin: 50px auto 0 auto
}

.features_inner .img_r img{
	width:100%;
	height:auto;
	margin:0 auto}

.features_inner_pic{
		width:100%;
	}
.features_inner_pic img{
	width:100%;
	height:auto}

.pc_display{
	display:none}
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
.order3 {
  order: 3;
}
.order4 {
  order: 4;
}
.order5 {
  order: 5;
}
.order6 {
  order: 6;
}
.order7 {
  order: 7;
}
.order8 {
  order: 8;
}
.order9 {
  order: 9;
}
.order10 {
  order: 10;
}
.order11 {
  order: 11;
}
.order12 {
  order: 12;
}
.order13 {
  order: 13;
}
.order14 {
  order: 14;
}

.order15 {
  order: 15;
}
.order16 {
  order: 16;
}
}
