@charset "utf-8";
/* CSS Document */

/* //////////////////////////////////////////////////////////
Layout
////////////////////////////////////////////////////////// */

/* =========================================================
header
========================================================= */

header {
	width: 100%;
	height: 136px;
	background: #fff;
	border-bottom: 1px solid #ececec;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	position: relative;
	z-index: 9999;
}

.header_wrap {
	width: 100%;
}
.header_body {
	max-width: 1280px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
.header_body_inner {
	padding: 0;
	position: relative;
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	vertical-align: middle;
}
.menu_wrap {
	width: 100%;
	padding-left: 248px;/* 184+64 */
}


/* sub_header
--------------------------------------------------------- */
header #sub_header {
	height: 40px;
	border-bottom: 6px solid #253f68;
	position: relative;
	background: #f0f0f0;
}
header #sub_header .header_body {
	height: 40px;
}
header #sub_header .tagline {
	position: absolute;
	left: 0;
	top: -8px;
	font-size: 14px;
}
header #sub_header .logo_eltex_jpn {
	position: absolute;
	right: 0;
}
header #sub_header .logo_eltex_jpn .logo_eltex_jpn_tagline {
	width: 182px;
	display: inline-block;
}
header #sub_header .logo_eltex_jpn .logo_eltex_jpn_01 {
	width: 220px;	
	display: inline-block;
}


/* ----- contactMenu - header ----- */
header .contactMenu {
	position: absolute;
	right: 0;
	top: -10px;
}
header .contact_sectoin .contactMenu ul {
	display: block;
	letter-spacing:-0.4em;/* inline-block Hack */
}
header .contactMenu li {
	display: inline-block;
	letter-spacing: normal;/* inline-block Hack */
	*display: inline;/* inline-block Hack forIE */
	*zoom: 1;/* inline-block Hack forIE */
	vertical-align: middle;
	margin: 0;
}
header .contactMenu li .menu_block {
	display: block;	
	margin: 0 16px;
}
header .contact_tel img {
}
header .contact_mail {
}


/* main_header
--------------------------------------------------------- */
header #main_header {
	height: 96px;
	position: relative;
}
header #main_header .header_body {
	height: 96px;
}
header #main_header .header_body_inner {
	position: inherit;
}
.logo_eltex_square {
	width: 184px;
	position: absolute;
	top: 0;
	z-index: 9999;
}
.logo_eltex_square img {
	width: 75%;
}
#toppage .logo_eltex_square {
	width: 184px;
	position: absolute;
	top: -1px;
	z-index: 9999;
}
#toppage .logo_eltex_square img {
	width: 100%;
}


/* メガメニュー
--------------------------------------------------------- */
.gnavsub {
	background: #fff;
	width: 100%;
	display: none;
	position: absolute;
	top: 96px;
	left: 0;
	z-index: 999;
	border-bottom: 1px solid #ececec;
}


/* =========================================================
footer
========================================================= */

#footer{
	width: 100%;
}

/* フッターのグローバルナビ
--------------------------------------------------------- */
#footer__nav {
	background: #181818;
	color: #eee;
	font-size: 14px;
}
#footer__nav .section_body {
	padding-left: 0;
	padding-right: 0;
}
.footer__gnav {
	text-align: left;
}
.footer__gnav a:link,
.footer__gnav a:visited {
	color: #eee;
	text-decoration: none;
}
#section-sitemap .footer__gnav a:link,
#section-sitemap .footer__gnav a:visited {
	color: #000;
}

.footer__gnav a:hover {
	text-decoration: underline;
}
.footer__gnav .link-blank:after {
	color: #8a8a8a;
	left: 1.5em;
}

.nav-col1 li {
	margin-left: 1.5rem;
}
.nav-col1 li:first-child {
	margin-left: 0;
}

/* ----- 見出しに線を付ける ----- */
.footer__gnav .h {
	font-weight: bold;
    display: flex;
	display: -webkit-flex; /* Safari */
    align-items: center;
	-webkit-align-items: center; /* Safari */
    text-align: center; /* for no-flexbox browsers */
}
.footer__gnav .h:after {
    border-top: 1px solid;
	border-color: #666;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
	-webkit-flex-grow: 1; /* Safari */
}
.footer__gnav .h:after {
    margin-left: 1em;
}


.footer__gnav li {
	text-align: left;
	text-indent: -18px !important;
	padding-left: 2.0em !important;
	position: relative;
	margin-top: 0.5em;
}
.footer__gnav li:before {
	font-family: "FontAwesome";
	font-size: 1.2em;
	padding: 0;
	font-weight: normal;
	position: relative;
	vertical-align: middle;

    display: inline-block;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    transform: translate(0px, 0px);
	
	left: 5px;
	top: -0.1em;
	width: 18px;
	text-align: center;	
	
	color: #a9201c;
	
	content: "\f138"; /* 矢印（＞） */
}
.footer__gnav li li:before {

	font-family: "FontAwesome";
	font-size: 1.2em;
	padding: 0;
	font-weight: normal;
	position: relative;
	vertical-align: middle;

    display: inline-block;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    transform: translate(0px, 0px);
	
	left: 5px;
	top: -0.1em;
	width: 18px;
	text-align: center;	
	
	color: #a9201c;
	
	content: "\f105"; /* 矢印＞ */
}


.nav-col1 {
	display: block;
}
.nav-col2,
.nav-col3,
.nav-col4 {
	display: flex;
	display: -webkit-flex; /* Safari */
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	align-items: stretch;
	-webkit-align-items: stretch; /* Safari */
	justify-content: center;
	-webkit-justify-content: center; /* Safari */
}
.nav-col2 > nav {
	width: 50%;
	padding: 24px;
}
.nav-col3 > nav {
	width: 33%;
	padding: 24px;
}
.nav-col4 > nav {
	width: 25%;
	padding: 24px;
}

.footer__gnav ul + .h {
	margin-top: 48px;
}

/*tablet*/
@media screen and (min-width: 701px) and (max-width: 1020px) {
	.nav-col4 > nav {
		width: 50%;
	}	
}
/*sp*/
@media screen and (max-width: 700px) {
	.nav-col2 > nav,
	.nav-col3 > nav,
	.nav-col4 > nav {
		width: 100%;
	}
}
.footer__gnav #basic {
	margin: 16px;
}
.inline-link {
	letter-spacing:-0.4em;/* inline-block Hack */
}
.inline-link li {
	display: inline-block;
	letter-spacing: normal;/* inline-block Hack */
	*display: inline;/* inline-block Hack forIE */
	*zoom: 1;/* inline-block Hack forIE */
}
/*sp*/
@media screen and (max-width: 700px) {
#footer__nav {
	display: none;
}
}



/* フッター（メインフッター）
--------------------------------------------------------- */
#footer__main {
	background: #253f68;
	color: #fff;
}
#footer__main .footer__logo {
	width: 380px;
	margin: 0 auto;
}
#footer__main .address {
	margin: 32px auto 16px;
	font-size: 14px;
}
#footer__main .icon_set {
	text-align: center;
	margin: 0 auto;
}
#footer__main .copyright {
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin-top: 16px;
}

/*tablet and sp*/
@media screen and (max-width: 1020px) {
#footer__main .footer__logo {
	width: 240px;
}
}
/*sp*/
@media screen and (max-width: 700px) {
#footer__main .footer__logo {
	width: 60%;
}
#footer__main .address {
	font-size: 12px;
	text-align: center;
}
#footer__main .copyright {
	font-size: 11px;
	text-align: center;
}
}

/* フッターのページトップ
--------------------------------------------------------- */
.pagetop_sectoin {
	color: #253f68;
	padding: 0;
}

.pagetop_sectoin a {
	color: #253f68;
	font-size: 0.9em;
	width: 100%;
	display: block;
	padding: 0 0 4px 0;
}

.pagetop_sectoin a i:before {
	font-size: 2em;
	margin: 0;
	position: relative;
	top: 4px;
}



/* フッター（サブフッター）
--------------------------------------------------------- */
#footer__sub {
}

#footer__sub {
	padding: 0;
}
#footer__sub .section_body {
	padding-top: 8px;
	padding-bottom: 8px;
}
#footer__sub .section_body_inner {
	display: flex;
	display: -webkit-flex; /* Safari */
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	align-items: stretch;
	-webkit-align-items: stretch; /* Safari */
	justify-content: space-between;	
	-webkit-justify-content: space-between;	 /* Safari */
	align-items: baseline;
	-webkit-align-items: baseline; /* Safari */
}
.policy_mark {
	width: 200px;
	text-align: right;
}
.footer__subnav {	
	color: #666;
	font-size: 12px;
	text-align: left;
}
.footer__subnav ul {
	display: block;
}
.footer__subnav li {
	display: inline-block;
	border-left: 1px solid #ccc;
	padding: 0 16px;
	white-space: nowrap;
}
.footer__subnav a:link,
.footer__subnav a:visited {	
	color: #333;
	text-decoration: none;
}
.footer__subnav a:hover {	
	text-decoration: underline;
}
.footer__subnav li:first-child {
	border-left: 0;
}
.footer_banner img {
	padding: 0 8px;
	width: 216px;
}
.footer_policy_mark {
	padding: 0 0 0 8px;
	width: 208px;
}

/*tablet*/
@media screen and (min-width: 701px) and (max-width: 1020px) {
#footer__sub .section_body_inner {
	padding: 0;
}
.policy_mark {
	width: 160px;
}
.footer__subnav {	
	text-align: center;
	padding: 16px;
}
}
/*sp*/
@media screen and (max-width: 700px) {
#footer__sub .section_body_inner {
	padding: 0;
}
.policy_mark {
	margin: 0 auto;
	width: 120px;
}
.footer__subnav {	
	text-align: center;
	padding: 8px;
	margin: 0 auto;
	font-size: 11px;
}
.footer__subnav li {
	padding-left: 4px;
	padding-right: 4px;
}
}















/* =========================================================
コンテンツ
========================================================= */
#main_contents {
}
/*tablet*/
@media screen and (min-width: 900px) and (max-width: 1020px) {
#toppage #main_contents {
	padding-top: 0;
}
}
/*sp*/
@media screen and (max-width: 900px) {
#main_contents {
	padding-top: 56px;
}
#toppage #main_contents {
	padding-top: 0;
}
}

/* bg
--------------------------------------------------------- */
.bg-stripe-pgray-01 {
	background: #f5f5f5 url(../images/bg_stripe_pgray_01.png) repeat;
}
.bg-stripe-pgray-02 {
	background: #f5f5f5 url(../images/bg_stripe_pgray_02.png) repeat;
}


/* メッセージ
--------------------------------------------------------- */
#massage_section {
}
#massage_section .message_wrap {
	width: 100%;
	max-width: 900px;
	margin: 24px auto;
}
#massage_section .h img {
	width: 320px;
}
#massage_section .text_wrap {
	margin-top: 32px;
}

/* サービスパネル
--------------------------------------------------------- */
#service_panel {
}

#service_panel .h img {
	width: 20%;
	min-width: 200px;
}

.service_panel_wrap {
	display: flex;
	display: -webkit-flex; /* Safari */
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	align-items: stretch;
	-webkit-align-items: stretch; /* Safari */
	justify-content: space-between;
	-webkit-justify-content: space-between;	 /* Safari */
}
.service_panel_item {
	width: 48.95%;
	margin: 16px auto 0;
	border: 1px solid #e0e0e0;
	background: #fff;

	/* box-shadow */
	box-shadow:0px 0px 16px -8px #ddd;
	-moz-box-shadow:0px 0px 16px -8px #ddd;
	-webkit-box-shadow:0px 0px 16px -8px #ddd;
}
#commerce.service_panel_item {
    width:99%;
		border-bottom: none;
}
#innovation.service_panel_item {
    width: 99%;
}
#commerce.service_panel_item,
#eltexcx.service_panel_item,
#uxlab.service_panel_item,
#infra.service_panel_item,
#sms.service_panel_item,
#innovation.service_panel_item {
		position: relative;
}
#commerce .link-img .btn-col1 {
		position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
#eltexcx .link-img .btn-col1,
#uxlab .link-img .btn-col1,
#infra .link-img .btn-col1,
#sms .link-img .btn-col1,
#innovation .link-img .btn-col1 {
		margin: 0;
}
#commerce .link-img .btn,
#eltexcx .link-img .btn,
#uxlab .link-img .btn,
#infra .link-img .btn,
#sms .link-img .btn,
#innovation .link-img .btn {
		position: absolute;
		/*bottom: 10px;*/
    /*max-width: 180px;*/
    /*left: 50%;
    margin-left: -15%;*/
}
.service_panel_item .visual {
	/*border-bottom: 4px solid #253f68;*/
}
.service_panel_item .visual img {
	width: 100%;
}
.service_panel_item .description {
	padding: 0;
	text-align: left;
}
#service-top #commerce.service_panel_item .description {
   margin-top: -38.4%;
    width: 56%; 
}
#service-top #commerce.service_panel_item .description .forPC img {
    width:48%;
}
#achievement.service_panel_item {
    width:99%;
		margin-top: 0;
		border-top: none;
}
.service_panel_item .description-inner {
	margin: 32px;
	text-align: left;
}
.service_panel_item .h {
	font-size: 21px;
	line-height: 1.2;
	font-weight: bold;
	text-align: left;
}
.service_panel_item .h .catch {
	font-size: 70%;
	margin-bottom: 4px;
	font-weight: normal;
}
.service_panel_item .logo-product {
	margin: 16px auto 0;
}
.service_panel_item .link-img {
	display: block;
}

/* PC and tablet*/
@media screen and (min-width: 700px) {
	#commerce .link-img .btn,
	#eltexcx .link-img .btn,
	#uxlab .link-img .btn,
	#infra .link-img .btn,
	#sms .link-img .btn,
	#innovation .link-img .btn {
		left: 55px;
		bottom: 15px;
		max-width: 140px;
		padding: 5px;
	}
	#commerce .link-img .btn {
		left: 9.25%;
		bottom: -5px;
		max-width: 180px;
	}	
	.service_panel_item .visual {
		min-height: 211px;
    height: auto;
	}
	#innovation.service_panel_item .visual {
		min-height: 200px;
	}
}

/*tablet and sp*/
@media screen and (max-width: 1020px) {
	.service_panel_item .description-inner {
		margin: 24px;
	}
	.service_panel_item .h {
		font-size: 18px;
		margin-bottom: 8px;
	}
}
/*tablet*/
@media screen and (max-width: 768px) {
	.service_panel_item {
		width: 100%;
	}
}
/*sp*/
@media screen and (max-width: 700px) {
	/*.service_panel_item {
		width: 100%;
	}*/
	.service_panel_item:first-child {
		margin-top: 0;
	}
	.service_panel_item .description-inner {
		margin: 16px;
	}
	.service_panel_item .h {
		font-size: 16px;
		margin-bottom: 8px;
	}
	#service-top #commerce.service_panel_item .description {
			margin-top: 0;
			width: auto; 
	}
	/*#commerce .link-img .btn-col1,
	#eltexcx .link-img .btn-col1,
	#uxlab .link-img .btn-col1,
	#infra .link-img .btn-col1,
	#sms .link-img .btn-col1,
	#innovation .link-img .btn-col1 {
			margin: 25px;
	}*/
	#commerce .link-img .btn-col1,
	#eltexcx .link-img .btn,
	#uxlab .link-img .btn,
	#infra .link-img .btn,
	#sms .link-img .btn,
	#innovation .link-img .btn {
			position: inherit;
			max-width: inherit;
	}
	#commerce .link-img .btn-col1 {
		position: inherit;
    max-width: inherit;
    margin: 10px 25px;
	}
	#commerce .link-img .btn {
    position: inherit;
	}
}



/* ----- 幅100％ ----- */
.service_panel-col1 .service_panel_item {
	width: 100%;
}
.service_panel-col1 .description figure {
	margin: 1em auto;
	text-align: center;
}

/* ----- 画像と説明のカラム分け----- */

/* デフォルト：50% */
#main_contents .service_panel-col1 .visual {
	width: 50%;
	float: left;
}
#main_contents .service_panel-col1 .visual img {
	padding: 1em 0 1em 1em;
}
#main_contents .service_panel-col1 .description {
	width: 50%;
	float: right;
	font-size: 90%;
}

/* サービストップページ */
#service-top .service_panel-col1 .visual {
	width: 65%;
	float: left;
}
#service-top .service_panel-col1 .visual img {
	padding: 1em 0 1em 1em;
}
#service-top .service_panel-col1 .description {
	width: 35%;
	float: right;
	font-size: 90%;
}

/* 製品一覧 */
#product-top .service_panel-col1 .visual {
	width: 45%;
	float: left;
}
#product-top .service_panel-col1 .visual img {
	padding: 1em 0 1em 1em;
}
#product-top .service_panel-col1 .description {
	width: 55%;
	float: right;
	font-size: 90%;
}

/*tablet and sp*/
@media screen and (max-width: 1020px) {
#main_contents .service_panel-col1 .visual {
	width: 100%;
}
#main_contents .service_panel-col1 .description {
	width: 100%;
}
#main_contents .service_panel-col1 .visual img {
	padding: 0;
}
}


/* ----- 幅1/3 ----- */
.service_panel-col3 .service_panel_item {
	width: 32.333%;
	margin: 8px 0.5%;
}
.service_panel-col3 .visual {
	width: 100%;
}
.service_panel-col3 .visual img {
	padding: 0;
}
.service_panel-col3 .description {
	width: 100%;
	font-size: 90%;
}
.service_panel-col3 .description figure {
	margin: 1em auto;
	text-align: center;
}
.service_panel-col3 .btn {
	min-width: inherit;
}

/*tablet and sp*/
@media screen and (max-width: 1020px) {
.service_panel-col3 .visual {
	width: 100%;
}
.service_panel-col3 .description {
	width: 100%;
}
.service_panel-col3 .visual img {
	padding: 0;
}
}

/*ボタンの横位置揃え*/
    /*txt*/
    #service-top #cx .description-inner .txet_wrap,
    #service-top #uxlab .description-inner .txet_wrap {
        height: 5.5em
    }
    #service-top #infra .description-inner .txet_wrap,
    #service-top #innovation .description-inner .txet_wrap {
        height: 7em
    }
    /*img*/
    #service-top #cx .description-inner .text-c,
    #service-top #uxlab .description-inner .text-c {
        height: 8em
    }
    /*#service-top #infra .description-inner .text-c,
    #service-top #innovation .description-inner .text-c {
        height: 9em
    }*/
		
		@media screen and (min-width: 701px) {
			#service-top #innovation .description-inner .txet_wrap {
					width: 60%;
					float: left;
			}
			#innovation figure.text-c.mt20 {
					float: right;
					width: 35%;
					margin-top: 0;
			}
			#innovation .btn-col1 {
				clear: both;
			}
		}
    
    @media screen and (max-width: 700px) {
        #service-top #cx .description-inner .txet_wrap,
        #service-top #uxlab .description-inner .txet_wrap,
        #service-top #infra .description-inner .txet_wrap,
        #service-top #innovation .description-inner .txet_wrap,
        #service-top #cx .description-inner .text-c,
        #service-top #uxlab .description-inner .text-c,
        #service-top #infra .description-inner .text-c,
        #service-top #innovation .description-inner .text-c {
            height:auto;
        }
    }


/* ラインナップ
--------------------------------------------------------- */
#lineup_section .h img {
	width: 20%;
	min-width: 200px;
}
.lineup_list {
	display: flex;
	display: -webkit-flex; /* Safari */
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	align-items: stretch;
	-webkit-align-items: stretch; /* Safari */
	justify-content: center;
	-webkit-justify-content: center; /* Safari */
}
.lineup_list .item {
	width: 24%;
	margin: 0;
	padding: 8px;
}
.lineup_list-02 .item {
	width: 25%;	
}
.lineup-eltexdc,
.lineup-eltexcx,
.lineup-eltexuxlab {
  -webkit-flex-grow: 2; /* Safari */
  flex-grow:         2;
}
.lineup_list .item a {
	display: block;
	background: #fff;
	border: 4px solid #ddd;
	position: relative;
	text-decoration: none;
	text-align: center;
}
.lineup_list .item a:after {
	font-family: "FontAwesome";
	content: "\f054";
	font-size: 120%;
	padding: 0;
	margin: 0 4px;
	font-weight: normal;
	color: #ddd;
	position: absolute;
	bottom: 4%;
	right: 2.5%;
	vertical-align: middle;
}
/*tablet and sp*/
@media screen and (max-width: 1020px) {
	.lineup_list .item {
		width: 32%;
	}
	.lineup_list-02 .item {
		width: 25%;
	}
	.lineup_list .item a {
		border: 3px solid #ddd;
	}
	.lineup_list .item a:after {
		font-size: 90%;
		bottom: 2%;
		right: 2%;
	}
}
@media screen and (min-width: 701px) {
	#toppage .lineup-eltexits img, #toppage .lineup-eltexsms img {
		width: 100% !important;
		max-width: 274px !important;
	}
}
/*sp*/
@media screen and (max-width: 700px) {
	.lineup_list .item {
		width: 100%;
	}
	.lineup_list .item a {
		border: 4px solid #ddd;
	}
	.lineup_list .item a:after {
		font-size: 140%;
		bottom: 4%;
		right: 2.5%;
	}

}
/* ----- hoverのカラーバリエーション ----- */
/* orange */
.lineup_list .item.orange a:hover {
	border-color: #ec6c00;
}
.lineup_list .item.orange a:hover:after {
	color: #ec6c00;
}
/* blue */
.lineup_list .item.blue a:hover {
	border-color: #005EAE;
}
.lineup_list .item.blue a:hover:after {
	color: #005EAE;
}
/* green */
.lineup_list .item.green a:hover {
	border-color: #009a5a;
}
.lineup_list .item.green a:hover:after {
	color: #009a5a;
}
/* red */
.lineup_list .item.red a:hover {
	border-color: #e60019;
}
.lineup_list .item.red a:hover:after {
	color: #e60019;
}
/* purple */
.lineup_list .item.purple a:hover {
	border-color: #920783;
}
.lineup_list .item.purple a:hover:after {
	color: #920783;
}



/* お問い合わせ
--------------------------------------------------------- */

/* ----- contactMenu - contents ----- */
.contactMenu {
}
.contactMenu {
}
.contactMenu .contact_tel,
.contactMenu .contact_mail {
}
#main_contents .contact_tel img {
	width: 178px;
}
#main_contents .contact_mail img {
	width: 220px;
}

/* ニュース一覧
--------------------------------------------------------- */
/* タイトル */
#news_section .section_body {
	padding-top: 20px;
}
.news_index .h {
	text-align: left;
}
#news_section .h img {
	width: 20%;
	min-width: 60px;
}
.news_list {
	margin: 0 auto;	
}
#toppage .news_list {
	max-width: 800px;
}
.news_list .item {
	border-bottom: 1px solid #ccc;
	padding: 16px 0;
	text-align: left;
}
.news_list .item:first-child {
	/*border-top: 1px solid #ccc;*/
}
.news_list .item a {
	display: block;	
	text-decoration: none;
	color: #333;
}
.news_list .item .news_inner {
	display: table;
	width: 100%;
}
.news_list .item .news_thumb {
	display: table-cell;
    width: auto;
	vertical-align: top;
	padding-right: 16px;
}
.news_list .item .news_body {
	display: table-cell;
	width: 99%;
	vertical-align: top;
}

.news_list .item .news_img {
    width: 100px;
    height: 100px;
    overflow: hidden;
	position: relative;
	background: url(../images/logo/logo_eltex_square_jpn.svg) no-repeat center center;
	background-size: 100% 100%;
	display: block;
}
.news_list .item .news_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	max-width: inherit !important;
	height: 100% !important;
}

.news_list .item .news_head {

}
.news_list .item .news_date {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	margin: 0 16px 4px 0;
}
.news_list .item .news_category {
	display: inline-block;
	background: #fff;
	color: #e71a1d;
	font-size: 13px;
	line-height: 1.7;
	white-space: nowrap;
	font-weight: normal;
	border: 1px solid #e71a1d;
	border-radius: 2px;
	padding: 0 .5em;
	min-width: 11em;
	margin: 0;
	position: relative;
	top: -4px;
	text-align: center;
}
.news_list .item .news_title {
	margin-top: 4px;
	text-decoration: underline;
}
/*sp*/
@media screen and (max-width: 700px) {
	#news_section .section_body {
		padding-top: 0;
	}
	.news_list .item .news_date {
		margin-right: 8px;
	}
	.news_list .item .news_category {
		font-size: 12px;
	}
	.news_list .item .news_title {
	  font-size: 14px;
	  line-height: 1.5;
	}
}


/* ニュース詳細
--------------------------------------------------------- */
.news_detail {
	text-align: left;
}
/* タイトル */
.news_detail .h {
	text-align: left;
}
/* ニュース詳細ヘッダー */
.news_detail .news_head {
	margin: .5em 0;
}
/* 日付 */
.news_detail .news_date {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	margin: 0 16px 4px 0;
}
/* カテゴリ */
.news_detail .news_category {
	display: inline-block;
	background: #fff;
	color: #e71a1d;
	font-size: 13px;
	line-height: 1.7;
	white-space: nowrap;
	font-weight: normal;
	border: 1px solid #e71a1d;
	border-radius: 2px;
	padding: 0 .5em;
	min-width: 11em;
	margin: 0;
	position: relative;
	top: -4px;
	text-align: center;
}
/* 本文 */
.news_detail__text {
	margin: 1em 0;
}
/* 画像 */
.news_detail__img {
	margin: 1em auto;
	text-align: center;
}
/* 関連リンク */
.news_detail__lnk {
}




/* =========================================================
reason 選ばれる理由
========================================================= */



/*.title_visual {
	background: #f5f5f5;
	height: 240px;
	padding: 32px;
}*/
.reason_nav {
	margin-top: -32px;
}
/*sp*/
@media screen and (max-width: 700px) {
.reason_nav {
	margin-top: 0;
}
}

.reason_nav a .icon {
	display: block;
	margin: 0 auto 8px;
	width: 40px;
	opacity: 0.75;
}
.reason_nav a:hover .icon,
.reason_nav .here .icon {
	opacity: 1;
}



/* =========================================================
product 製品紹介
========================================================= */

.product_nav .logo_eltexdc {
	width: 260px;
}
.product_nav .logo_eltexcx {
	width: 300px;
}




/* =========================================================
review 導入事例・お客様の声
========================================================= */

#review {
}
.review_list {
	margin-bottom: 32px;
}
.review_list .card_part_inner {
	padding: 0;
}
.review_list .user_data_wrap {
	margin: 0 auto;
	width: 100%;
	position: relative;
	padding: 16px;
}
.review_list .user_data_wrap .user_logo {
	background: #fff;
	width: 100%;
	margin: 0 auto;
}
.review_list .user_data_wrap .user_logo img {
	width: 100%;
}
.review_list.card_wrap_2 .user_data_wrap .user_logo img {
	width: 80%;
}

.review_list .user_data_wrap .user_name {
	padding: 16px;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
}

.review_list .user_data_wrap .user_point {
	text-align: left;
	width: 100%;
	margin: 0 auto;
}
.review_list.card_wrap_2 .user_data_wrap .user_point {
	width: 80%;
}

.review_list .user_tag {
	margin: 8px auto;
	width: 100%;
}
.review_list.card_wrap_2 .user_tag {
	margin: 8px auto;
	width: 80%;
}

.tag ul {
	margin: 0 auto;
}
.tag li {
	display: inline-block;
	text-align: center;
}
.tag li div {
	display: block;
	border-radius: 4px;
	border: 1px solid #ccc;
	padding: 2px 8px;
	font-size: 12px;
	margin: 2px;
	color: #666;
}

.site_cap {
	height: 160px;
	overflow: hidden;
}



/* 導入事例・お客様の声　詳細ページ
--------------------------------------------------------- */

.result_detail_wrap {
	margin: 0 auto;
	text-align: left;
}
.result_detail_wrap .user_logo {
	width: 100%;
}
.result_detail_wrap .user_name {
	font-size: 14px;
	font-weight: 500;
	margin: 16px 0;
}

.result_detail dt,
.result_detail dd {
	margin: 16px;
}
.result_detail dt {
	font-weight: bold;
}
.result_detail {
	border: 1px solid #ececec;
	margin: 16px auto;
}
.result_detail_seika {
	width: 48%;
	float: left;
	margin-right: 8px;
}
.result_detail_seika dd {
	color: #E7241D;
	font-weight: bold;
}
.result_detail_point {
	width: 48%;
	float: right;
	margin-left: 8px;
}


.tandan-q:before {
	content: " ─ ";
	width: 21px;
	font-size: 21px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 2px 0;
}
.taidan-name {
	display: inline-block;
	font-weight: 500;
	color: #009aea;
	margin-right: 1.5em;
}
.taidan-name-q {
	color: #009aea;
}
.taidan-name-a {
	color: #ea3d00;
}





/* =========================================================
faq よくあるご質問
========================================================= */


/* ----- FAQリスト ----- */
.faq_list_container .section_body_inner {
	/*background: #f5f5f5;/* 検証用 */
	width: 1080px;
	font-size: 120%;
}
.faq_list_wrap {
}
.faq_list {
	margin: 30px;
}
.faq_list li {
	padding: 8px;
}

.faq_sub_link {
	font-size: 90%;
	margin: 0 auto;
	padding: 30px;
	/*border-bottom: 1px solid #ccc;*/
}
.faq_sub_link .h {
	background: #f5f5f5;
	padding: 8px 16px;
	border-radius: 8px;
}
/*tablet*/
@media screen and (max-width: 1020px) {
/* ----- FAQリスト ----- */
.faq_list_container .section_body_inner {
	width: 100%;
	font-size: 110%;
	padding: 8px;
}
.faq_list_container .h {
	margin: 0.5em auto;
}
.faq_list {
	margin: 30px;
}
}
/*sp*/
@media screen and (max-width: 700px) {
/* ----- FAQリスト ----- */
.faq_list_container .section_body_inner {
	width: 100%;
	font-size: 110%;
}
.faq_list {
	margin: 10px;
}
}

/* ----- Ｑ＆Ａアイコン ----- */

/* アイコン付きリスト */
.faq_list li {
	text-indent: -24px !important;
	padding-left: 1.5em !important;
	position: relative;
}
/* アイコンのみiタグで入れる場合 */
i.icon-faq {
	text-indent: -24px !important;
	padding-left: 1.5em !important;
	position: relative;
	display: inline-block;
}

.faq_list_q:before,
.faq_list_a:before,
.icon-faq:before {
	font-family: "icomoon";
	font-size: 1.3em;
	padding: 0;
	font-weight: normal;
	color: #baa99f;
	position: relative;
	vertical-align: middle;

    display: inline-block;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    transform: translate(0px, 0px);
	
	left: 5px;
	top: -0.1em;
	width: 24px;
	text-align: center;
}
.faq_list_q:before,
.icon-faq-q:before {
	content: "\e902";
	color: #2e9dd5;/* スカイブルー */
}
.faq_list_a:before,
.icon-faq-a:before {
	content: "\e901";
	color: #e97300;/* オレンジ */
}



.faq_detail {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 30px;
	margin: 0 auto;
}
.faq_detail.faq_list li {
	text-indent: -24px !important;
	padding-left: 1.5em !important;
	position: relative;
	margin-bottom: 16px;
}
.faq_detail .faq_list_q:before,
.faq_detail .faq_list_a:before,
.faq_detail .icon-faq:before {
	width: 24px;
}
.faq_detail_a {
	display: inline-block;
	margin-top: 8px;
	text-indent: 0;
}
.h-faq {
	font-weight: bold;
}







/* =========================================================
選ばれる理由
========================================================= */
.reason_title {
	width: 400px;
	margin: 0 auto;
}
.reason_section .reason_list {
	
}
.reason_section .reason_list a {
	display: block;
	text-decoration: none;
	color: #333;
	border: 10px solid #fff;
	border: 10px solid #f5f5f5;
	border-radius: 10px;
}
.reason_section .reason_list a:hover {
	border: 10px solid #f5f5f5;
	box-shadow: 4px 8px 0 rgba(0,0,0,0.1);
}
.reason_section .card_part {
	/*border: 1px solid rgba(255, 255, 255, 0.5);*/
	/*border-top: 6px solid #D58100;*/
	/*background: #f0f2f1;*/
}
.reason_section .card_part .image {
	width: 80%;
	margin: 0 auto;
	padding: 8px;
	margin-bottom: 8px;
}
.reason_section .text {
	background: #fff;
	padding: 24px;
	/*border-radius: 8px;*/
	background: #f5f5f5;
	text-align: left;	
}
.reason_section .card_part .image img {
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
.reason_section .card_part:hover .image img {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}


/*tablet*/
@media screen and (min-width: 701px) and (max-width: 1020px) {
.reason_section .card_part .image {
	width: 60%;
}
.reason_title {
	width: 70%;
	margin: 0 auto;
}
.reason_section .text {
	padding: 8px;
}
}
/*sp*/
@media screen and (max-width: 700px) {
.reason_section .card_part .image {
	width: 60%;
}
.reason_title {
	width: 90%;
	margin: 0 auto;
}
.reason_section .text {
	padding: 8px;
}
}







/* =========================================================
eltexDCの4つの特徴
========================================================= */
.product_section_2 {
	background-image: url(../../images/bg_sankaku_yellow_01.png);
}
.product_section_2 .card_part .h {
	font-weight: 900;
	font-size: 18px;
	margin: 16px auto;
}
.product_section_2 .card_part .image {
}
.product_section_2 .card_part .text {
	text-align: left;
}



/* =========================================================
トップ - よくあるご質問
========================================================= */
.faq_section {
	background: #e3f2f9;/* ペールブルー */
	background-image: url(../../images/bg_sankaku_blue_01.png);
}
.faq_section .card_part_inner {
	background: #fff;
}

.faq_topics {
}
.faq_topics .card_part {
	margin-top: 16px;
}
.faq_topics .card_part_inner {
	padding: 0;
}

.q_wrap {
	padding: 16px;
}

.q_wrap .icon-faq-q {
	position: relative;
	top: -32px;
	background: #2e9dd5;/* スカイブルー */
	border-radius: 50%;
	width: 40px;
	height: 40px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	margin: 0 auto;
	border: 1px solid #2e9dd5;/* スカイブルー */
}
.q_wrap .icon-faq-q:before {
	color: #fff;
	font-size: 24px;
	position: relative;
	top: 8px;
	left: 0;
}
.q_wrap .h {
	position: relative;
	top: -16px;
	color: #000;
	font-size: 16px;
	font-weight: 500;
}

.a_wrap .arrow_wide.section_hr {
	width: 80px;
	top: -24px;
}
.a_wrap {
	background: #f5f5f5;
	padding: 16px 16px 32px 16px;
}
.a_wrap .icon-faq-a {
	position: relative;
	top: -16px;
	background: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	/*box-shadow: 0px 0px 10px rgba(0,0,0,0.1);*/
	margin: 0 auto;
	border: 1px solid #e97300;/* オレンジ */
}
.a_wrap .icon-faq-a:before {
	color: #e97300;/* オレンジ */
	font-size: 24px;
	position: relative;
	top: 6px;
	left: 0;
}
.a_wrap .text {
	text-align: left;
}
/*tablet*/
@media screen and (min-width: 701px) and (max-width: 1020px) {
.faq_topics .card_part {
	margin-top: 32px;
}
.faq_topics .card_part:nth-child(1),
.faq_topics .card_part:nth-child(2) {
	margin-top: 16px;
}
}
/*sp*/
@media screen and (max-width: 700px) {
.faq_topics .card_part {
	margin-top: 48px;
}
.faq_topics .card_part:first-child {
	margin-top: 24px;
}
}




/* =========================================================
メインビジュアル　スライダー
========================================================= */
.mainvisual-slider {
}
.mainvisual-slider .mainvisual-slide {
}


.mainvisual-slide .bg {
	background-size: auto 100%;
	height: 100%;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	background-repeat: no-repeat;
	background: no-repeat center center;
	background-size: cover;
	margin: 0 auto;
	max-width: 1280px;
}
.mainvisual-slide.marketer {
	background-image: url(../../images/visual/photo-main3.png);
	background-position: 80% 10%;
}
.mainvisual-slide.marketer .bg {
	background-image: url(../../images/visual/img-main3.png);
	background-position: center center;
}
.mainvisual-slide .text {
	/*position: relative;*/
	text-align: left;
	margin: 0 auto;
	max-width: 1280px;
}
.mainvisual-slide .h {
	height: 100%;
	left: 10%;
	position: absolute;
	top: 20%;
	width: 40%;
}


.mainvisual-slide .text .h {
	width: 38%;
}
.hero {
	min-height: 540px !important;
	height: 540px !important;
}
.mainvisual-slider {
	height: 540px !important;
}
/*tablet*/
@media screen and (min-width: 701px) and (max-width: 1020px) {
  .mainvisual-slide .text .h {
	  width: 40%;
  }
  .hero {
	  min-height: 440px !important;
	  height: 420px !important;
  }
  .mainvisual-slider {
	  height: 420px !important;
  }
  .mainvisual-slide .h {
	  height: 100%;
	  left: 10%;
	  position: absolute;
	  top: 20%;
	  width: 50%;
  }
}
/*sp*/
@media screen and (max-width: 700px) {
  .hero {
	  min-height: 320px !important;
	  height: 320px !important;
  }
  .mainvisual-slider {
	  height: 320px !important;
  }
  .mainvisual-slide .bg {	  
	  background-size: auto 320px;
	  background-position: center 80%;
  }
  .mainvisual-slide.marketer .bg {
	  background-position: 70% 48%;
  }
  .mainvisual-slide.marketer {
	  background-position: 80% 48%;
  }
  .mainvisual-slide .h {
	  left: 10%;
	  width: 50%;
  }
}
/*sp-min*/
@media screen and (max-width: 360px) {
  .mainvisual-slide .h {
	  left: 3%;
	  width: 60%;
  }
}


/* =========================================================
動画背景
========================================================= */

.full-video {
    background-color: #000;
    background-image: url("/20th/img/img_video_poster.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -2;
}
.full-video::after {
    background-image: url("../images/bg_pattern_sprite_light.png");
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.full-video video {
    background-color: #000;
    display: block;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    width: auto;
}

/* 動画をウィンドウいっぱいに固定表示させる */
.fullback-video {
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
    position: fixed;
    text-align: center;
    z-index: 550;
	background-size: cover;
}
.fullback-video video {
    background-color: #000;
    display: block;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    width: auto;	
}
.bgVideo_wrapper {
    position: relative;
    z-index: 600;
}



header {
	
}

body {
  margin: 0;
  padding: 0;
/*  IE8以下の代替の背景画像  */
  background: url(http://mattgrossdesign.com/raw-media/first-frame-screencap.jpg) #333;
  background-attachment: fixed;
  background-size: cover;
}
.video-container {

}
.video-container video {
  position: fixed;
  /*right: 0; 
  bottom: 0;*/
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
  
  /* 代替画像 */
  background-size: cover;
  
  /* 中央寄せにして左右のはみ出た部分をトリミングする */
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 900px) {

	.video-container video {
		position: relative;
		min-height: inherit;
		min-width: inherit;
		width: 120%;
		/* 中央寄せにして左右のはみ出た部分をトリミングする */
		top: 15px;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	
	.big-background {
		height: auto !important;
		min-height: inherit !important;
	}
	
	.big-background .big-background-container {
		top: calc(50% + 40px)!important;
	}
	
	.big-background-title,
	.big-background-title img {
		width: 93%;
	}
	
}

@media screen and (max-width: 1020px) {
	.pankuzu_section .section_body_inner {
		padding: 0 0 16px 0;
	}
}