@charset "UTF-8";
/*人とくるまのテクノロジー展2021*/

/*メインビジュアル
--------------------------------------------------------------------- */
/*メインビジュアルエリア全体*/  
.hitotec_main-visual {
/*
  max-width: 1400px;
  margin: 0 auto;

  display: block;
  background-repeat: no-repeat;
  background-image: url("../../jsae2021/images/hitotec2021_main-visual01.png");
  background-color: #00020f;
  background-size: cover;
  background-position: 0% 50%;
*/
}
/*メインビジュアル内容の横幅*/
/* l_content 打ち消し　*/
#l_content {
  margin: auto;
  padding: 0;
  max-width: 100%;
}
@media screen and (max-width: 47.5em) {
  #l_content {
    padding-left: auto;
    padding-right: auto;
  }
}

.hitotec_main-visual {
padding-top:1em;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}
.hitotec_main-visual img {
  max-width: 100%;

}
/*メインビジュアルタイトル画像*/  
.hitotec2021_title {
/*
  width: 45%;
  padding: 60px 0 30px 30px;
*/
/*  filter: drop-shadow(0px 0px 4px rgba(0,0,0,1.00));*/
}
/*メインビジュアルロゴ画像*/ 
.hitotec_main-visual .hitotec2021_logo {
/*
  width: 35%;
  padding: 0 0 80px 85px;
*/
/*  filter: drop-shadow(0px 0px 4px rgba(0,0,0,1.00));*/
}

/*メインビジュアル　max-width: 60em（タブレット 960px以下）
------------------------------------------- */
@media screen and (max-width: 60em) {
/*メインビジュアルエリア全体*/  
/*
.hitotec_main-visual {
  background-image: url(/product/exhibition/images/hitotec2019_main-visual02.jpg);
  background-position: 0% 70%;
  padding: 2rem 0;
*/ 
}
/*メインビジュアル内容の横幅*/  
.hitotec_main-visual > .pad {
  margin: auto;
}
/*メインビジュアルタイトル画像*/  
.hitotec2021_title {
/*
  padding: 20px 0 0 0;
  width: 90%;
  margin: 0 auto;
*/
}
/*メインビジュアルロゴ画像*/ 
.hitotec_main-visual .hitotec2021_logo {
/*
  width: 80%;
  padding: 10px 0 30px 0;
  margin: 0 auto;

}*/
}

/*コンテンツ
--------------------------------------------------------------------- */



/*コンテンツエリア全体*/  
.hitotec_content {
  background: #fff url(/product/exhibition/images/content_bg.jpg);
  background-size: cover;
  color: #333;
  text-align: left;
  padding: 3rem 0 3rem;
  margin: 0 calc(50% - 50vw);
}
/*コンテンツ内容の横幅*/  
.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;
}


/*普通の画像*/
.hitotec_content .hitotec_image {
text-align: center;
}


/*コンテンツ　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;
}
.hitotec_text{
  font-size: 1.2rem;
  }
}


/*カラム*（inline-blockで作成　AとBのみ）
--------------------------------------------------------------------- */
.m_columns {
  /*inline-blockによる半角アキを削除するための設定*/
  font-size: 0;
}
/*カラム共通*/
.m_columns .column {
  box-sizing: border-box;
  display: inline-block;
  /*縦に並んだ時上をあける*/
  margin-top: 1rem;
}

@media screen and (max-width: 28em) {
.m_columns {  
  /*スマホ1列表示：上のアキ*/
  margin-top: 1.5rem;
}
  
/*大見出し*/
.hitotec_content .content_hdg {
  margin: 1rem 0 .5em;
}

/*スマホ1列表示：最初のカラムだけ上のアキを削除*/
.m_columns > :first-child {
  margin-top: 0;
}

}
/*カラムの設定　PC2列→スマホ1列*/
.hitotec_content ._max2 {
  margin-left: -3%;
}
/*PC2列*/
.m_columns._max2 .column {
  margin-left: 3%;
  width: 47%;
}

/*スマホ1列*/
@media screen and (max-width: 28em) {
.m_columns._max2 .column {
  width: 97%;
}
}
/*カラムの設定　PC3列→スマホ1列*/
.m_columns._max3 {
  margin-left: -3%;
}
/*PC3列*/
.m_columns._max3 .column {
  margin-left: 3%;
  width: 30.33333%;
}

/*タブレット2列*/
@media screen and (max-width: 56em) {
.m_columns._max3 .column {
  width: 47%;
}
}

/*スマホ1列*/
@media screen and (max-width: 28em) {
.m_columns._max3 .column {
  width: 97%;
}
.m_columns {  
  /*スマホ1列表示：上のアキ*/
  margin-top: 1.5rem;
}
}

/*カラムの設定　PC4列→スマホ1列*/
.m_columns._max4 {
  margin-left: -3%;
}
.m_columns._max4 .column {
  margin-left: 3%;
  width: 22%;
}

/*ノートPC3列*/
@media screen and (max-width: 69em) {
.m_columns._max4 .column {
  width: 30.33333%;
}
}

/*タブレット2列*/
@media screen and (max-width: 51em) {
.m_columns._max4 .column {
  width: 47%;
}
}

/*スマホ1列*/
@media screen and (max-width: 26em) {
.m_columns._max4 .column {
  width: 97%;
}
}

/*ご来場ありがとうございました
-------------------------------*/
.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;
}


/*Aエリア（古河電工グループブースのご案内）
-------------------------------*/
.m_columns .column.hitotec_A {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  line-height: 220%;
  padding: 2%;
}

.highlight {
  color: #3BA0FF;
  font-weight: bold;
}

/*画像*/
.m_columns .column img {
  max-width: 100%;
  height: auto;
}
/*ボタン　ホバーした時に透過*/
.m_columns .column .hitotec_btn:hover {
  opacity: 0.5;
}

/*Bエリア（出展品と見どころ）
------------------------------------------- */

/*Bエリア：大見出し下のリード文*/

/*PC3列*/
.hitotec_text{
  font-size: 1.4rem;
  text-align: center;
  }

/*タブレット2列　以下*/
@media screen and (max-width: 60em) {
.hitotec_text{
  font-size: 1.2rem;
  padding: 0 1rem;
  }
}

/*Bエリア：古河電工のコア技術（Flexboxで作成）
------------------------------------------- */
  /*Flexコンテナー*/
.content_hitotec_B {
  background: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border: 2px dashed #4DD1FF;
  border-radius: 8px;
  text-align: center;
}
  /*見出し*/
.content_hitotec_B .hitotec_B h4 {
  font-size: 1.4rem;
  color: #00bdff;
  margin-bottom: .3em;
  font-weight: bold;
}

/*PC3列
------------------------------------------- */

  /*Flexコンテナー*/
.content_hitotec_B {
  padding: 1em 2em .5em;
  margin: 1.5em 6em;
}
  /*Flexアイテム*/
.content_hitotec_B .hitotec_B {
  flex-basis: 32%;
}
.content_hitotec_B .hitotec_B img {
  max-width: 100%;
  height: auto;
}

/*タブレット2列
------------------------------------------- */
@media screen and (max-width: 60em) {
  /*Flexコンテナー*/
.content_hitotec_B {
  padding: .8em 2em .5em;
  margin: 2em 1em;
}
  /*見出し*/
.content_hitotec_B .hitotec_B h4 {
  font-size: 1.4rem;
}
  /*Flexアイテム*/
.content_hitotec_B .hitotec_B {
  flex-basis: 47%;
}
.content_hitotec_B .hitotec_B.column1 {
  /*2列の時はタイトルのみ1列*/
  flex-basis: 97%;
}
}

/*スマホ1列*
------------------------------------------- */
@media screen and (max-width: 28em) {
.hitotec_text{
  font-size: 1.2rem;
  text-align: center;
  }
  /*Flexコンテナー*/
.content_hitotec_B {
  padding: 1em .3em .5em 1em;
  margin: 1em;
}
.content_hitotec_B .hitotec_B h4 {
  font-size: 1.6rem;
}
  /*Flexアイテム*/
.content_hitotec_B .hitotec_B {
  flex-basis: 97%;
}
}
/*ここまで：古河電工のコア技術（Flexboxで作成）の設定
-------------------------------*/


/*Bエリア
-------------------------------*/

/*Bエリア：カテゴリー見出し*/
.m_hdg._hitotec {
  padding: .2em 0;
/*    padding: .2em 1.2em;*/
  border-radius: 0 .3em .3em 0;
  color: #fff;
  margin-top: 2em;
}

.m_hdg._hitotec h1,
.m_hdg._hitotec h2,
.m_hdg._hitotec h3,
.m_hdg._hitotec h4,
.m_hdg._hitotec h5,
.m_hdg._hitotec h6 {
  font-size: 1.3rem;
}

/*Bエリア：カテゴリー見出し：色違い（名古屋）*/
.m_hdg._hitotec.colorB01 {
   background: #5db146 ;
}
.m_hdg._hitotec.colorB02 {
   background: #e46a96;
}
.m_hdg._hitotec.colorB03 {
   background: #2ea7e0;
}


/*Bエリア：ボックス*/
.m_columns .hitotec_B {
  padding: 1.4rem;
  height: auto;
  font-size: 0.9rem;
  line-height: 1.6rem;
  background-color: #FFF;
}
.m_columns .hitotec_B .hdg_B {
  font-weight: bold;
  font-size: 1.3rem;
  margin: 0.9rem 0;
}

/*Bエリア：ボックス：色違いカラー01（環境）（名古屋）*/
.m_columns .hitotec_B.colorB01 {
  border-width: 2px;
  border-color: hsla(107,43%,48%,0.50);
  border-style: solid;
}
.m_columns .column .hdg_B.colorB01 {
  color: #5db146;
}


/*Bエリア：ボックス：色違いカラー02（安心・安全）（名古屋）*/
.m_columns .hitotec_B.colorB02 {
  border-width: 2px;
  border-color: hsla(338,69%,65%,0.50);
  border-style: solid;
}
.m_columns .column .hdg_B.colorB02 {
  color: #e46a96;
}

/*Bエリア：ボックス：色違いカラー03（快適）（名古屋）*/
.m_columns .hitotec_B.colorB03 {
  border-width: 2px;
  border-color: hsla(199,74%,53%,0.50);
  border-style: solid;
}
.m_columns .column .hdg_B.colorB03 {
  color: #2ea7e0;
}


/*Bエリア：ボックス：色違いカラー01（紫）（横浜）*/
.m_columns .hitotec_B.color01 {
  border-width: 12px 1px 1px 1px;
  border-color: #676da1;
  border-style: solid;
}
.m_columns .column .hdg_B.color01 {
  color: #676da1;
}
/*Bエリア：ボックス：色違いカラー02（青緑）（横浜）
-------------------------------*/
.m_columns .hitotec_B.color02 {
  border-width: 12px 1px 1px 1px;
  border-color: #5BB0DF;
  border-style: solid;
}
.m_columns .column .hdg_B.color02 {
  color: #5BB0DF;
}
/*Bエリア：ボックス：色違いカラー03（オリーブ）（横浜）
-------------------------------*/
.m_columns .hitotec_B.color03 {
  border-width: 12px 1px 1px 1px;
  border-color: #99a366;
  border-style: solid;
}
.m_columns .column .hdg_B.color03 {
  color: #99a366;
}
/*Bエリア：ボックス：色違いカラー04（カーキ）（横浜）
-------------------------------*/
.m_columns .hitotec_B.color04 {
  border-width: 12px 1px 1px 1px;
  border-color: #dbc361;
  border-style: solid;
}
.m_columns .column .hdg_B.color04 {
  color: #dbc361;
}
/*Bエリア：ボックス：色違いカラー05（ピンク）（横浜）
-------------------------------*/
.m_columns .hitotec_B.color05 {
  border-width: 12px 1px 1px 1px;
  border-color: #de9dbb;
  border-style: solid;
}
.m_columns .column .hdg_B.color05 {
  color: #de9dbb;
}

/*Cエリア（特別企画展示）（Flexboxで作成）
-------------------------------*/

.content_hitotec_C {
  background: #faf2f2;
  padding: 1.5em 2em 1em;
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.content_hitotec_C .column1 {
  flex-basis: 97%;
  margin: 0 0 1em;
}

.content_hitotec_C h4 {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #B01F22;
  text-align: center;
}

/*PC3列*/
.content_hitotec_C .hitotec_C {
  flex-basis: 32%;
  line-height: 1.7;
}

.content_hitotec_C .hitotec_C img {
  max-width: 100%;
  height: auto;
}

/*max-width: 60em（タブレット 960px以下）
------------------------------------------- */
/*タブレット2列*/
@media screen and (max-width: 60em) {
.content_hitotec_C .hitotec_C {
  font-size: 1rem;
  line-height: 1.5;
  flex-basis: 47%;
}
}

/*スマホ1列*/
@media screen and (max-width: 28em) {
.content_hitotec_C .hitotec_C {
  flex-basis: 97%;
  margin: 0 0 1em;
}
}

/*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: 28em) {
 /*車画像切り替え*/ 
.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で最前面に持ってくる */
}
  
/*画像の上下を空ける*/
.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;
}
.tel {
  font-size: 1.5em;
  font-weight: bold;
}
.m_box._inquiry .tel {
  white-space: nowrap;
  vertical-align: middle;
}

/*スマホ2列*/
/*アキをつめる*/
@media screen and (max-width: 60em) {
.m_columns._max2.hitotec_E {
  margin-top: 0;
}
.m_columns._max2.hitotec_E .column {
  margin-top: 0;
}
}
@media screen and (min-width: 48em) {
a[href^="tel:"] {
  /*スマホのみ電話番号リンク*/
  pointer-events: none;
  text-decoration: none;
}
}
/*スマホ1列*/
/*アキをつめる*/
@media screen and (max-width: 28em) {
.m_columns._max2.hitotec_E .column {
  margin-top: 0;
}
}

/*改行位置を変える*/
@media screen and (min-width: 26em){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 26em){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}


/*技術資料ダウンロードボタン*/
.btn-flat-logo {
  position: relative;
  display: block;
  font-weight: bold;
  padding: 0.6em 0;
  text-decoration: none !important;
  color: #FFF !important;
  line-height: 1.1rem !important;
  background-color: #123684;
  transition: .4s;
  width: 90%;
  border-radius: 0.3em;
  text-align: center;
  margin: 10px auto 0;
  font-size: 1.0rem;
}
.btn-flat-logo:hover {
  background: #5BB0DF;
}
/*別ウィンドウのアイコンのサイズ*/
.hitotec_E img.anc_icon,
.btn-flat-logo img.anc_icon {
  height: 1em;
  width: auto;
}


.btn-flat-logo-top {
  position: relative;
  display:inline-block;
  font-weight: bold;
  padding: 1em 4em;
  text-decoration: none !important;
  color: #FFF !important;
  line-height: 1.1rem !important;
  background-color: #123684;
  transition: .4s;
/*  width: 20%;*/
  border-radius: 0.3em;
  text-align: center;
  margin: 20px auto 20px;
  font-size: 1.1rem;
}
.btn-flat-logo-top:hover {
  background: #5BB0DF;
}


/*デモ動画ボタン*/
.btn-flat-logo.demo {
  background-color: #E8A254;
}
.btn-flat-logo.demo:hover {
  background: #E8A254;
}

@media screen and (max-width: 64em) {
.btn-flat-logo {
  width: 90%;
  }
}

@media screen and (max-width: 28em) {
.btn-flat-logo {
  font-size: 1.1rem;
  }
}

/*資料サムネイル*/
.technicaldata_thumbnail{
  width: 70%;
  margin: 15px auto 0;
  }

.technicaldata_thumbnail.mcpet{
  width: 90%;
  }
  
  
  
  /*2021追加*/
  
  h2 img{
  width: 100%;
  }
  
.m_image_B_fig03{
  margin: 0 0 1.3em 0;
}

.m_image_B_fig03 .embedded_caption, .m_image_B_fig03-sbs .embedded_caption, .m_image_B_fig03-sneak .embedded_caption, .m_image_B_fig03-list .embedded_caption {
  margin-top: .5em;
  color: #666;
  font-size: 0.75rem;
  text-align: center;
}

.m_image_B_fig03 {
  text-align: center;
}
.m_image_B_fig03._left {
  text-align: left;
}
.m_image_B_fig03 .image_area {
  display: inline-block;
  max-width: 100%;
  text-align: left;
  vertical-align: top;
}
.m_image_B_fig03 .image_area > img,
.m_image_B_fig03 .image_area > object,
.m_image_B_fig03 .image_area > svg {
  box-sizing: border-box;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
.m_image_B_fig03 .image_area > svg {
  height: 0%;
}

.hitotec_btn{
text-align: center;
}
.hitotec_btn i.fa-angle-right{
  vertical-align: middle;
  position: relative;
  top: -0.1em;
}

.workshop{
margin-top: 50px;
}

