@charset "UTF-8";

/*共通css*/

@media only screen and (min-width: 666px) and (max-width: 1112px) {
  .header_area1-2 {
  width: 100%;
  }
}

@media screen and (max-width: 1112px) {
  .header_global_logo {
    margin-top: 12px;
    position: absolute;
    top: 12px;
    right: 20px;
  }
}



.sidebar_local-nav > h2,
.b_page-title {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #0052a3), color-stop(1.00, #0066cc));
background: -webkit-linear-gradient(#0052a3, #0066cc);
background: -moz-linear-gradient(#0052a3, #0066cc);
background: -o-linear-gradient(#0052a3, #0066cc);
background: -ms-linear-gradient(#0052a3, #0066cc);
background: linear-gradient(#0052a3, #0066cc);

}
.m_hdg._A h2,
.m_hdg._A h3,
.m_hdg._A h4,
.m_hdg._A h5,
.m_hdg._A h6 {
  border-left: 4px solid #0066cc;
  background: #d1e3f7;
  color: #333;
}
.m_hdg._B h2,
.m_hdg._B h3,
.m_hdg._B h4,
.m_hdg._B h5,
.m_hdg._B h6 {
  border-left: 4px solid #0066cc;
  background: #f2f2f2;
}

.subheading{  
margin-top: .5em;
  margin-bottom: 0;
  font-weight: bold;
  display: block;
  font-size: 1rem;
}
		
.sidebar_local-nav .nav_list > li a:not([href]) {
  background-color: #d1e3f7;
}
.sidebar_local-nav .nav_list > li.my-category > a {
  background-color: #d1e3f7;
  font-weight: bold;
}
.company_group_lede {
  background: -webkit-linear-gradient(left, #dce9f5, #4f7cb8);
  background: linear-gradient(to right, #dce9f5, #4f7cb8);
  background-color: #dce9f5;
}
.m_listpage_link > li {
  background: #e6e6e6;
}

#l_content.first{
	padding:0 20px 40px !important;
}

.header_logo .logo {
  margin: 5px 15px 10px 0;
}


.header_search_sp{
	margin-top:12px;
}

/*ナビのメニューの幅固定*/
.header_global-nav .nav_list {
table-layout:fixed;
}

.header_global-nav_sp .nav_button::after {
  -webkit-transform: scale(0.5) rotate(90deg);
  -ms-transform: scale(0.5) rotate(90deg);
  transform: scale(0.5) rotate(90deg);
}

.header_utility .company {
  margin-right: 1.25em;
  padding: .2em 8px .2em 30px;
  border: 1px solid #e6e6e6;
  display: inline-block;
  background: no-repeat 10px 50%;
  background-size: 11px 17px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAiCAYAAABbXymAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAK5JREFUeNpi/P//PwMtABMDjQALiGhsbLQBUoepZGZ0fX39Mpq5eOgZzIJFbDoQf0ITKwBidij7GhBvRpM3BGI3QgZ3APEjNLEMJIMvAHEFmnwmusGjkYc3jEHh9QFNjB2JrQXE5WjyFsQYXEHAMQZQPHjDOA2IhdDwGnLCGB18BeL3aGK/hl9yo2s6RgezgHgKmhg3NQzmJsag0WJztNgcqcXmCDGYcci1jwECDAArliaeJem56AAAAABJRU5ErkJggg==);
}

.header_utility_sp .company {
  padding: 8px 0;
  border-bottom: 1px solid #5c5c5c;
  display: block;
}
.header_utility_sp .contact {
  padding: 4px 0 0;
  margin-bottom:-8px;
  border-top: 1px solid #5c5c5c;
  display: block;
}

.m_hdg .link_sm{
  color:#fff;
}

form input#login{
	margin:15px 0;
}
/*ニュースのメディア*/
.m_news .news_list > li > .news_date,
.m_news .news_list > li > .news_text {
  border-top: 1px solid #ecebeb;
}
.m_news .news_list > li > .news_label{
  padding: 1.2em 0;
  border-top: 1px solid #ecebeb;
  display: table-cell;
  vertical-align: top;
  font-size: 0.875rem;
}
.m_news .news_list > li > .news_label {
  padding-right: 1.5em;
  white-space: nowrap;
}
.m_news .news_list > li > .news_label span {
  padding:0.3em 0.5em;
  background-color: #cee0f2;
}
.m_news .news_list > li > .news_label .ir {
  padding:0.3em 1em;
}
@media screen and (max-width: 30em) {
  .m_news .news_list._label > li > .news_date {
  display: table-cell;
  padding-right: 1.5em;
  }
  .m_news .news_list._label > li > .news_label {
  display: table-cell;
  width: 100%;
  }
  .m_news .news_list > li > .news_text {
    display: block;
    padding-top: 0;
	border-top: none;
  }
}
/*=============================================================
 ここから各事業部 css
=============================================================*/

.m_tbl-data th.color,
.m_tbl-data thead td.color{
  background: #e4ebf2;
}
#eflex .top_ir{
  margin-top: 1.5625em;
}
.top_ir .top_hdg{
  margin: 1em 0 .5em 0.8em;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
}


.top_ir .ir_list._max2 > li {
  width: 49.6%;
}
.top_ir .ir_list img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}



@media screen and (max-width: 36em) {
  .top_ir .top_hdg{
  margin: 1em 0 .5em 0.3em;
  }
  .top_ir .ir_list > li {
    margin-top: .1em;
    width: 99.6%;
  }
  .top_ir .ir_list._max2 > li {
    width: 99.6%;
  }
  .top_ir .ir_list .ir_text {
    min-height: 100%;
    position: static;
  }
  .top_ir .ir_list .ir_image {
		display: block;
  }
}


.top_work {
margin-top: 2em;
  color: #333333;
  background: #dfdfdf url(/eflex/images/index_work_bg.jpg) no-repeat 100% 0;
}
.top_work a:link {
  color: #004d99;
}
.top_work a:visited {
  color: #1c0099;
}
@media screen and (max-width: 47.5em) {
  .top_work {
    padding-top: 15px;
    padding-bottom: 15px;
    background-position: 50% 0;
    background-size: contain;
  }
}
.top_work > .pad {
  margin: auto;
  padding: 0 20px;
  max-width: 1260px;
}
@media screen and (max-width: 47.5em) {
  .top_work > .pad {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.work_hdg,
.top_work .work_hdg {
  margin: .5em 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
}
.top_work .m_listpage_product {
  margin-left: -1.5%;
  font-size: 0;
}
.top_work .m_listpage_product > li {
  margin: 20px 0 0 1.5%;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 1rem;
		background-color: #FFF;
}
@media screen and (max-width: 44em) {
.top_work .m_listpage_product > li {
font-size: 0.85rem;
}
}
.top_work .m_listpage_product > li:nth-child(1) {

}
@media screen and (min-width: 44em) {
  .top_work .m_listpage_product > li {
    width: 31.8%;
  }
  .top_work .m_listpage_product > li:nth-child(2) {

  }
}
.top_work .m_listpage_product .product_image {
  display: block;
  height: auto;
  width: 100%;
}
.top_work .m_listpage_product .product_page_text {
  padding: 22px 20px;
  box-sizing: border-box;
  bottom: 0;
  width: 100%;
  background: rgba(245, 245, 245, 0.9);
}
@media screen and (min-width: 70em) {
  .top_work .m_listpage_product .product_page_text {
    position: absolute;
  }
}
.top_work .m_listpage_product .product_text {
  padding: 15px;
		border: none;
}

.banner {
  margin-top: 1.5625em;
  background-color: #008cd6;
  text-align: center;
}
.banner > .pad {
  margin: auto;
  padding: 20px 40px;
  max-width: 1260px;
}
		.banner .m_image{
  margin-top: 0;
}
@media screen and (max-width: 60em) {
  .banner {
  margin-top: 10px;
		}
  .banner > .pad {
padding:10px;
  }
		}



.top_support {
  padding: 4.0625em 0;
  color: #333;
  background: #fec40b;
}
.top_support > .pad {
  margin: auto;
  padding: 0 40px;
  max-width: 1000px;
}
.top_support ._center{
  text-align: left;
}
@media screen and (max-width: 60em) {
  .top_support {
		  padding: 2em 0;
  }
  .top_support > .pad {
		  padding: 0 1em;
  }
		.top_support ._center{
  text-align: center;
}
  .m_columns._max2 .column {
    width: 97%;
  }
}
.top_support .work_hdg {
  margin: .5em 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
}

.top_news {
  margin: auto;
  padding: 2.0625em 10px 3em;
  box-sizing: border-box;
  max-width: 1260px;
  display: table;
  width: 100%;
}
.top_news .news_hdg_area {
  padding-right: 2%;
  width: 23%;
}
.top_news .news_main_area {
  width: 75%;
}
.top_news .news_hdg_area,
.top_news .news_main_area {
  display: table-cell;
  vertical-align: middle;
}
.top_news .hdg {
  font-size: 1.625rem;
  font-weight: bold;
}
.top_news .news_list > li {
  padding: 1em 0;
  border-bottom: 1px solid #d1d1d1;
}
.top_news .news_list > li .news_date {
  padding-right: 1.6em;
}
.top_news .news_list > li .news_date,
.top_news .news_list > li .news_text {
  display: table-cell;
  vertical-align: top;

}
@media screen and (max-width: 47.5em) {
  .top_news {
    padding-bottom: 1.8em;
    display: block;
  }
  .top_news .news_hdg_area {
    padding-right: 0;
    width: auto;
  }
  .top_news .news_hdg_area .m_link {
    margin: 0;
    text-align: right;
  }
  .top_news .news_main_area {
    margin-top: 1em;
    width: auto;
  }
  .top_news .news_hdg_area,
  .top_news .news_main_area {
    display: block;
  }
}

/*その他*/

._apart {
  margin-top: 2em;
}
._center{
text-align: center;
}
.m_tbl-data._center td,
.m_box._B._center,
._center th,
._center{
	text-align: center;
}
._right{
text-align: right;
}
._left{
text-align: left;
}
.m_image .embedded_caption b{
    color: #000;
    font-size: 1rem;
}
a img{
  display: inline-block;
  max-width: 100%;
  text-align: left;
  vertical-align: top;
}
hr.line{
margin: 30px auto 40px;
border-bottom: 1px solid #ccc;
border-top:none;
}
.narrow {
  margin: auto;
  max-width: 1000px;
}

/*製品のページ内リンク*/
.m_links._subtoc_box._pronavi > li {
  width: 22.8%;
}
@media screen and (max-width: 56em) {
  .m_links._subtoc_box._pronavi > li {
    width: 47.8%;
  }
}
@media screen and (max-width: 28em) {
  .m_links._subtoc_box._pronavi > li {
    width: 97.8%;
  }
}
.m_links._subtoc_box._pronavi a:not(.anc_button)::before {
  top: 1.5em;
}

/*特許出願中マーク*/
.text_patent {
  margin-left: .5em;
  padding: .2em .3em .1em;
  color: #fff;
  background: #cc5252;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/* お問い合わせメニューがフッタで止まるように(js不要) */
.contact_navi {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  pointer-events:none
}
.contact_navi .pad{
max-width:1400px;
margin: auto;
text-align: right;
}
.contact_box{
 pointer-events: auto;
 margin-bottom: 10px;
 pointer-events: fill;
display: inline-block;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.contact_box .pc { display: inline-block !important; }
.contact_box .sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.contact_box .pc { display: none !important; }
.contact_box .sp { display: inline-block !important; }
}


/* common2 */

.b_page-title._image{
background-size: cover;
width: 100%;
}

.eflex_index .b_page-title._image{
background-image:url(../images/b_page-title/eflex.jpg);
}
/*トップのパンクズは表示しない*/
.top .b_page-title,
.top .b_topic-path{
display: none;
}
/*パンクズの＞を表示する*/
.b_topic-path span {
  font-size: 0.75rem;
}
.b_topic-path span {
  margin: 0 1.25em;
}
._sub{ 
margin-left: 2em;
vertical-align: middle;
  font-weight: lighter;
  font-size: 0.9rem;
		}
._sub img{ 
vertical-align: middle;
		}
.top_main-visual._product {
  max-width: 924px;
  background: #fff;
}

.blue_area{
background: #d1e3f7;
}
.blue_area #l_content{
padding: 0 0 16px 0;
}

.blue_area .m_hdg._A h2,
.blue_area .m_hdg._A h3,
.blue_area .m_hdg._A h4,
.blue_area .m_hdg._A h5,
.blue_area .m_hdg._A h6 {
  padding: 0;
  border-left: none;
  background: none;
  font-size: 2em;
  line-height: 1;
}
._blue {
    background-color: #edf4fa;
}
._blue .m_hdg._B h2 {
    background: none;
}
._gradation {
    background-color: #fff;
    background-image: url(/eflex/eflexs/images/content_bg.jpg);
    background-repeat: repeat-x;
}

