@charset "UTF-8";
/*人とくるまのテクノロジー展2020*/

/* パソコンで見たときは"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; }
}
/*intro
--------------------------------------------------------------------- */
.intro{
background-color: #e5ffff;
width: 100%;
}
.anc_button._conversion._nagoya {
    background-color: #e3475c;
}
.m_tab-area {
  width: 100%;
  margin-top: 60px;
}
.m_links._tab {
  max-width: 1296px;
  margin: auto;
  padding-right: 30px;
  padding-left: 30px;
}
.m_links._tab .tablist {
  margin-left: -2%;
  font-size: 0;
    margin: 0 -10px 0 0;
}
.m_links._tab .tablist > li {
  width: 48%;
  margin: 0 0 0 2%;
  border-radius: 4px 4px 0 0;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
}
.m_links._tab .tablist .subheading {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0.3em;
  display: block;
  font-size: 2em;
  font-weight: 200;
}
.m_links._tab .tablist > li a:hover,
.m_links._tab .tablist > li a {
  padding: 1.1em 2em 1.3em;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(90deg, #1078bc, #0be0e6);
  box-sizing: border-box;
  display: block;
  min-width: 10.85em;
  color: #fff;
}
.m_links._tab .tablist > li:last-child a:hover,
.m_links._tab .tablist > li:last-child a {
  background: linear-gradient(90deg, #e3475c, #e270a9);
  color: #fff;
}
@media screen and (max-width: 36em) {
  .m_tab-area {
    margin-top: 30px;
  }
  .m_links._tab {
    padding-right: 20px;
    padding-left: 20px;
  }
  .m_links._tab .tablist > li {
    font-size: 1.12rem;
    line-height: 1.3;
  }
  .m_links._tab .tablist .subheading {
    font-size: 1.1em;
  }
  .m_links._tab .tablist > li a {
    padding: 0.6em 1em 0.6em 1em;
    min-width: auto;
  }
}
.m_links._tab .tablist > li a[href] {
  background-color: #fff;
  color: #1078bc;
  text-decoration: none;
}
.m_links._tab .tablist > li:last-child a[href]{
  background: #fff;
  color: #e3475c;
}
.m_links._tab .tablist > li a[href]:focus,
.m_links._tab .tablist > li a[href]:hover {
  background-color: #1078bc;
  color: #fff;
}
.m_links._tab .tablist > li:last-child a[href]:focus,
.m_links._tab .tablist > li:last-child a[href]:hover {
  background: linear-gradient(90deg, #e3475c, #e270a9);
  color: #fff;
}
.m_links._tab .tablist a::before {
  content: none;
}
.m_links._tab .tabpanel {
  padding: 12px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  box-shadow: 0 0 4px rgba(6, 0, 1, 0.2);
}


/*コンテンツ
--------------------------------------------------------------------- */
/*コンテンツエリア全体*/  
.hitotec_content {
  background: #fff url(/product/exhibition/images/content_bg.jpg);
  background-size: cover;
  color: #333;
  text-align: left;
  padding: 3rem 0 3rem;
}
/*コンテンツ内容の横幅*/  
.hitotec_content > .pad {
  margin: auto;
  max-width: 1260px;
}
/*大見出し*/
.hitotec_content .content_hdg {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  margin: 1rem 0;
}

/*コンテンツ　max-width: 80em（PCコンテンツ幅1260px以下）
------------------------------------------- */
@media screen and (max-width: 80em) {
/*コンテンツエリア全体*/ 
.hitotec_content {
  padding: 2rem 1rem 3rem;
}
}

/*コンテンツ　max-width: 47.5em（スマホ 760px以下）
------------------------------------------- */
@media screen and (max-width: 47.5em) {
/*コンテンツエリア全体*/ 
.hitotec_content {
  padding: 1rem;
}
/*大見出し*/
.hitotec_content .content_hdg {
  font-size: 1.6rem;
}
}

/*-------------------------------------------
古河電工グループブースのご案内
--------------------------------------------*/
/*各タイトル*/
.m_hdg._AA {
margin-top: 2em;
}

.m_hdg._AA h2 {
padding: 0.6em 20px;
color: #fff;
font-size: 1.5rem;
font-weight: bold;
line-height: 1.2;
}
.m_listpage > li {
background-color: #fff;
border: solid 1px #000;
padding: 20px;
}
.m_listpage .listpage_title .m_hdg._A {
    margin: 0.25em 0 0;
}
.m_listpage .listpage_title .m_hdg._A h2{
border: none;
padding-left: 0;
font-size: 1.4rem;
}

/*ラベル*/
.text_label {
    padding: 0em 0.3em 0.2em;
    color: #fff;
    font-size: 0.95rem;
}
.text_label_online{
    color: #FFf;
   background-color: #FF0000;
   font-size: 0.95rem;
     padding: 0em 0.3em 0.2em;
	 font-weight: bold;
}
.listpage_title p span+span{
    margin-left: 5px;
}
/*カラー*/
.m_hdg._AA._energy h2,
.m_listpage._energy .anc_button._conversion,
.m_listpage._energy .text_label{
background-color: #E3475C;
}
.m_listpage._energy > li {
border: solid 1px #E3475C;
}

.m_listpage._resource .text_label,
.m_listpage._resource .anc_button._conversion,
.m_hdg._AA._resource h2 {
background-color: #14C8AF;
}
.m_listpage._resource > li {
border: solid 1px #14C8AF;
}

.m_hdg._AA._safety h2,
.m_listpage._safety .anc_button._conversion,
.m_listpage._safety .text_label{
background-color: #1490E3;
}
.m_listpage._safety > li {
border: solid 1px #1490E3;
}



/*カラム*（inline-blockで作成　AとBのみ）
--------------------------------------------------------------------- */

@media screen and (max-width: 28em) {
/*大見出し*/
.hitotec_content .content_hdg {
  margin: 1rem 0 .5em;
}
}

/*カラムデザインA（ご来場ありがとうございました）
-------------------------------*/
.hitotec_content.thanks{
  padding-top: 1.6rem;
  color: #015691;
  background: #D4EFF8;
}

.hitotec_content.thanks .content_hdg {
  font-size: 1.6rem;
}

/*出展品資料のダウンロードはこちら*/
.hitotec_content.thanks .btn-flat-logo {
  position: relative;
  display: block;
  font-weight: normal;
  padding: 0.6em;
  text-decoration: none !important;
  color: #FFF !important;
  background-color: #5BB0DF;
  transition: .4s;
  width: 55%;
  border-radius: 0.3em;
  text-align: center;
  margin: 10px auto 0;
  font-size: 1.4rem;
  line-height: 1.2 !important;
}

@media screen and (max-width: 48em) {
.hitotec_content.thanks .btn-flat-logo {
  width: 93%;
  }
}

@media screen and (max-width: 28em) {
.hitotec_content.thanks .btn-flat-logo {
  margin-bottom: 20px;
  font-size: 1.2rem;
  }
}

.hitotec_content.thanks .btn-flat-logo:hover {
  background: #03f7fe;
}

/*製品のデモ動画を近日公開準備中です。*/

.notice {
  padding: 15px 0 0;
  text-align: center;
  }

.notice_text {
  position: relative;
  display: inline-block;
  padding: 0 38px;
  font-weight: bold;
  color: #389FD8;
  font-size: 1.25rem;
}

.notice_text:before, .notice_text:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 35px;
  height: 1px;
  background-color: #389FD8;
}

.notice_text:before {
  left:0;
}
.notice_text:after {
  right: 0;
}

/*次世代モビリティ社会*/
.video{
  text-align: center;
  margin-top: 1.5em;
}

.video img{
  max-width: 100%;
}

.text_small{
  font-size: 0.8em;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 6px;
}

.text_small.red{
  color: #C64522;
}

.hitotec_content .m_video{
  margin-top: 0;
}



/*Dエリア（古河電工グループの自動車向け製品）
-------------------------------*/

/*画像の上下を空ける*/
.hitotec_content .pad .m_image .image_area._apart {
  margin: 1.3em 0;
}

.content_hitotec_D {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 1em 0;
}

.content_hitotec_D .hitotec_D {
  margin: .3em 0;
}

.content_hitotec_D .hitotec_D {
  flex-basis: 19.5%;
  margin-right: 0.5%;
}
.content_hitotec_D .hitotec_D img {
  max-width: 100%;
  height: auto;
}
/*Dエリア：見出し*/
.content_hitotec_D .hitotec_D .hdg_D {
  padding: .05em 1em;
  color: #fff;
  margin-bottom: 0.1em;
}
.content_hitotec_D .hitotec_D .hdg_D h4 {
  font-size: 0.8rem;
}
/*Dエリア：見出し 色違いカラー06（オレンジ）
-------------------------------*/
.content_hitotec_D .hitotec_D .hdg_D.color06 {
  background: #db7418;
}
/*Dエリア：見出し 色違いカラー07（青紫）
-------------------------------*/
.content_hitotec_D .hitotec_D .hdg_D.color07 {
  background: #515c97;
}
/*Dエリア：見出し 色違いカラー08（青紫）
-------------------------------*/
.content_hitotec_D .hitotec_D .hdg_D.color08 {
  background: #67b252;
}


 /*車画像切り替え*/ 
.m_image .image_area .pc {
  display: block;
}
.m_image .image_area .sp {
  display: none;
}

 /*PCでスクロール応じて車画像が出現して消える。hitotec_jquery.jsと連動*/ 
#pc-2 {
  position: fixed;
  bottom: 0;
  right: 0;
  height: auto;
  z-index: 999;
  width: 100%;
}

.is-fixed {
  display: none!important;
}

/*ノート4列*/
@media screen and (max-width: 69em) {
.content_hitotec_D .hitotec_D {
  flex-basis: 24%;
}
}

/*タブレット3列*/
@media screen and (max-width: 60em) {
.content_hitotec_D .hitotec_D {
  flex-basis: 32.3333%;
}
}

/*スマホ2列*/
@media screen and (max-width: 530px) {
 /*車画像切り替え*/ 
.m_image .image_area .pc {
  display: none;
}
.m_image .image_area .sp {
  display: block;
}
/*スマホではミニ車画像消去*/ 
.m_image .image_area .pc-2 {
  display: none;
}
  
#pc-2 {
  display: none;
}

/*スマホでは車画像がスクロールに応じて固定。hitotec.jsと連動*/
.sticky {
    position: -webkit-sticky; /* Safari用 */
    position:sticky; /* 要素をスクロールに応じて固定 */
    top:0; /* 縦スクロールに追従 */
    z-index: 100; /* z-indexで最前面に持ってくる */
}
}
@media screen and (max-width: 28em) {
/*画像の上下を空ける*/
.hitotec_content .pad .m_image .image_area._apart {
  margin: 0 0 1em;
}

.content_hitotec_D {
  justify-content: space-between;
  margin: 10px 0;
}
.content_hitotec_D .hitotec_D {
  flex-basis: 48%;
}
.content_hitotec_D .hitotec_D .hdg_D {
  padding: .05em .5em;
}
.content_hitotec_D .hitotec_D .hdg_D h4 {
  font-size: .5rem;
}
}

/*Eエリア（お問い合わせ）
-------------------------------*/
.m_box._inquiry {
  margin: 3em 0;
  padding: 1em 2em 2em;
}
.m_hdg._A h3 {
  padding: .3em 1em;
  color: #333;
  border-bottom: 1px solid #bacada;
  border-left: none;
  background: none;
}
.m_box .m_hdg._A {
  margin: 0 0 0;
}
.m_box._inquiry .contact_info {
  font-size: 1.1em;
  display: inline-block;
  vertical-align: middle;
}



