@charset "UTF-8";
@media screen and (min-width: 740px) and (max-width: 899px)
{



/*-----------------------*/
  /*  header_inner         */
  /*-----------------------*/
  header.region-toppage
  {
    background-image: url(../img/index/mobile_vi.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    z-index: 1;

    position: relative;
    width: 100%;
    overflow: hidden;
  }
  header .header_inner
  {
    background:#fff;
  }
  header .header_inner .header_nav h1
  {

    width:70%;
    float:left;
    padding: 15px 20px;
  }
  header .header_inner .header_nav h1 a
  {
    display: block;
    background: url(../img/common/logo.png) no-repeat;
    background-size:contain;
    width: 100%;
    height: 30px;
  }

  header .header_inner .mobile_menu
  {
    border-left:1px solid #eee;
    padding: 11px 5px;
    line-height: 1.2;
    text-align:left;
    width: 70px;

    float:right;
  }

  header .header_inner .mobile_menu button span
  {
      color:#34c0d4;
  }

  /*-----------------------*/
  /*  copy_inner         */
  /*-----------------------*/

  header .copy_inner
  {
    padding:6em 25px;
  }
  header .copy_inner .title
  {
    color:#fff;
    font-size:1.8em;
    line-height:1.2;
    margin-bottom:35px;
    font-weight:1000;
  }
  header .copy_inner .text
  {
    text-align: center;
    color:#fff;
  }

  /*-----------------------*/
  /*  news_inner         */
  /*-----------------------*/

  .news_inner .area-news
  {
    width:100%;
    margin-bottom:0px;
  }
  .news_inner .area-news_btn a
  {
    display: block;
    background:#34c0d4;
    color:#fff;
    padding:20px;
  }

  .news_inner .area-news_btn a:hover{background: #FFD500; color:#000;}

  .news_inner .column
  {
    width:100%;
    background:#fff;
    padding:10px;
    border-bottom:1px solid #eee;
  }
  .news_inner .column a{display: block;}

  .news_inner .column .image
  {
    width: 10%;
    float:left;
  }
  .news_inner .column .image img{width:100%; height:auto;}

  .news_inner .column .data{width:88%; float:right;}
  .news_inner .column .data .data-date{color:#34c0d4;}
  .news_inner .column .data .data-text{font-size:0.9em;}


  /*-----------------------*/
  /*  nav  |  base_menu    */
  /*-----------------------*/
  nav .base_menu
  {
    position: relative;
    height: 60px;       /* 高さを合わせる */
    margin: 0 auto;
  }

  nav .base_menu > li
  {
    border-right:1px solid #eee;
    height: 60px;        /* 高さを合わせる */
    line-height: 60px;   /* 高さを合わせる */
    background: #fff;  /* 背景色 */
  }

  nav .base_menu > li a
  {
    text-align:center;
    display: block;
    color: #222;
  }

  nav .base_menu > li a:hover{color: #fff;}
  nav .base_menu .menu__none:hover,
  nav .base_menu .menu__multi:hover,
  nav .base_menu .menu__mega:hover,
  nav .base_menu .menu__single:hover{background: #34c0d4;}             /* 選択色：１階層 */
  nav .base_menu .menu__second-level li a:hover{background: #34c0d4;}  /* 選択色：２階層 */
  nav .base_menu .menu__third-level li a:hover{ background: #34c0d4;}  /* 選択色：３階層 */
  nav .base_menu .menu__fourth-level li a:hover{background: #34c0d4;}  /* 選択色：４階層 */

  nav .base_menu .init-bottom:after
  {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav .base_menu:before, nav .base_menu:after{content: ""; display: table;}
  nav .base_menu:after {clear: both;}
  nav .base_menu {*zoom: 1;}
  nav .base_menu > .menu__multi{ position: relative;}
  nav .base_menu .menu__multi .menu__second-level
  {
    position: absolute;
    top: 60px; /* 高さを合わせる */
    width: 100%;
    background: #fff;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
  }

  nav .base_menu .menu__multi:hover .menu__second-level{visibility: visible; opacity: 1;}
  nav .base_menu .menu__multi .menu__second-level li {position: relative; border-bottom:1px solid #eee;}
  nav .base_menu .menu__multi .menu__second-level li .menu__third-level
  {
    position: absolute;
    top: -1px;
    left: 100%;
    width: 100%;
    background: #fff;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    visibility: hidden;
    opacity: 0;
  }

  nav .base_menu .menu__multi .menu__second-level li:hover .menu__third-level{ visibility: visible; opacity: 1;}
  nav .base_menu .menu__multi .menu__second-level li .menu__third-level li{position: relative;}
  nav .base_menu .menu__multi .menu__second-level li .menu__third-level li:hover{background: #34c0d4;}
  nav .base_menu .menu__multi .menu__second-level li .menu__third-level li .menu__fourth-level
  {
    position: absolute;
    top: 0px;
    left: 100%;
    width: 100%;
    background: #c7c7c7;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    visibility: hidden;
    opacity: 0;
  }
  nav .base_menu .menu__multi .menu__second-level li .menu__third-level li:hover .menu__fourth-level{visibility: visible; opacity: 1;}

  nav .base_menu .init-right:after
  {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .header_visual{position: relative; height:300px;}
  .header_visual img{width:100%; height:300px; object-fit: cover; -o-object-fit: cover;}
  .header_visual h2
  {
    color:#fff;
    font-size:3em;
    line-height:1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /* ==================================== */
  /* FOOTER */
  /* ==================================== */
  .banner_inner
  {
    padding:4em 0 2em 0;
    background-color: #fff;
  }
  
  .banner_inner .multi-column .column
  {
    margin-bottom:2em;
  }
  
  .banner_inner .multi-column .column img{width:100%; height:auto;}

  footer .footer_address
  {
    background:#fff;
    padding:20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  footer .footer_address .footer_table{display: table;}
  footer .footer_address .area_logo{width:20%;display: table-cell; vertical-align: middle; }
  footer .footer_address .area_logo img{width:100%; height:auto;}
  footer .footer_address .area_address{width:80%; text-align:left; display: table-cell; vertical-align: middle;}
  footer .footer_address .area_address p{padding-left:30px;}
  footer .footer_copyright{color:#fff;}

  /* ==================================== */
  /* MAIN */
  /* ==================================== */

  /*-----------------------*/
  /*  contents             */
  /*-----------------------*/
  main#contents
  {
    background:#fff;
  }

  main#contents .toppage_products
  {
    background:#34c0d4;
    padding: 20px 0px;
  }
  main#contents .toppage_products .column
  {
    background:#fff;
    border:1px solid #f7f7f7;

  }
  main#contents .toppage_products .column .image img{width:100%; height:175px; object-fit: cover;}

  main#contents .toppage_products .column a{display: block;}
  main#contents .toppage_products .column h3
  {
    padding:30px 0 10px 0;
    font-family:'A1 Mincho',"游明朝",YuMincho,"ヒラギノ明朝ProNW3","HiraginoMinchoProN","HG明朝E","ＭＳＰ明朝","ＭＳ明朝",serif;
    text-align:center;
    font-size:1.5em;
    line-height:150%;
    font-weight:bold;
  }
  main#contents .toppage_products .column .text
  {
    font-size:0.8em;
    text-align:center;
    padding:0px 10px 20px 10px;
  }
  .width_tb
  {
    width:100%;
    padding: 0px 1em;
  }

  /*-----------------------*/
  /*  toppage_works */
  /*-----------------------*/
  main#contents .toppage_works{text-align:left;}
  main#contents .toppage_works .column
  {
    background:#fff;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
    margin-bottom:3em;
    min-height:600px;
  }

  main#contents .toppage_works .column .images
  {
    position: relative;
  }
  main#contents .toppage_works .column .images .category
  {
    position: absolute;
    z-index: 10;
    right:0;
    top:0;
    padding:10px;
    color:#fff;
  }
  main#contents .toppage_works .column .images .image{width:100%;height:400px;}
  main#contents .toppage_works .column .images .image img{width:100%; height:400px; object-fit: cover;-o-object-fit: cover;}

  main#contents .toppage_works .column .data{padding:10px;}
  main#contents .toppage_works .column .data .title{font-size:1.2em; line-height:150%; margin-bottom:10px;}
  main#contents .toppage_works .column .data .client{padding: 10px 0;}
  main#contents .toppage_works .column .data .client strong{padding-right:5px; font-size:1.2em; margin-bottom:10px; font-family:'A1 Mincho',"游明朝",YuMincho,"ヒラギノ明朝ProNW3","HiraginoMinchoProN","HG明朝E","ＭＳＰ明朝","ＭＳ明朝",serif;}
  main#contents .toppage_works .column .data .tags{font-size:0.8em; color:#34c0d4;}
  main#contents .toppage_works .column .data .tags .tag
  {
    display:inline-block;
    color:#333;
    background:#d2f4ff;
    padding:2px 5px;
    margin:3px 5px;
    font-size:0.7em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }

  /* ==================================== */
  /* column01_menu */
  /* ==================================== */
  main#contents .column01_menu{display: table; width:100%;}
  main#contents .column01_menu section{width:50%; display:table-cell; border:1px solid #ededed;}
  main#contents .column01_menu section.column_text{vertical-align: middle; text-align:center;}
  main#contents .column01_menu section.column_text strong{display:block; font-size:2em; line-height:1; margin-bottom:10px; font-family:'A1 Mincho',"游明朝",YuMincho,"ヒラギノ明朝ProNW3","HiraginoMinchoProN","HG明朝E","ＭＳＰ明朝","ＭＳ明朝",serif;}
  main#contents .column01_menu section.column_text span{font-size:0.9em; line-height:1;}
  main#contents .column01_menu section.column_image img
  {
    width:100%;
    -o-object-fit: cover;
    object-fit: cover;
    height:340px;
  }

  /* ==================================== */
  /* column02_menu */
  /* ==================================== */
  .drawer-menu
  {
    font-family:'A1 Mincho',"游明朝",YuMincho,"ヒラギノ明朝ProNW3","HiraginoMinchoProN","HG明朝E","ＭＳＰ明朝","ＭＳ明朝",serif;
    text-align:center;
    font-size:1.2em;
    background:#34c0d4;
    color:#fff;
    border-bottom:1px solid #eee;
  }
  .drawer-menu strong{display: block; padding:10px 0;}

  .column02_title
  {
      position: relative;
      background:#34c0d4;
      color:#fff;
      width:25%;
      height:275px;
      float:left;
  }
  .column02_image
  {
      float:right;
      width:75%;
      height:275px;
  }
  .column02_image img
  {
      width:100%;
      height:275px;
      object-fit: cover;
      -o-object-fit: cover;
  }
  .column02_title .title_box
  {
      text-align:center;
      position: absolute;
      top: 50%;
      left: 0;
      right:0;
      transform: translate(0, -50%);
  }
  .column02_title .title_box strong
  {
      font-family:'A1 Mincho',"游明朝",YuMincho,"ヒラギノ明朝ProNW3","HiraginoMinchoProN","HG明朝E","ＭＳＰ明朝","ＭＳ明朝",serif;
      display: block;
      color:#fff;
      font-size:2em;
      line-height:1;
      margin-bottom:20px;
  }
  .column02_title .title_box span
  {
      display: block;
      color:#fff;
      font-size:0.8em;
      line-height:1;
  }
  .column02_menu_area{width:25%; float:left;}
  .column02_content_area{ width:75%; padding:80px 0 0 45px;float:right;}

  .column02_menu_area .menu_accordion a
  {
      text-align:left;
      padding:20px 25px;
      display: table;
      width: 100%;
      background:#fff;
      border-right:1px solid #ededed;
      border-left:1px solid #ededed;
      border-bottom:1px solid #ededed;
      line-height:160%;
  }
  .column02_menu_area .menu_accordion a:hover{background:#fff4ca;    border-left: 6px solid #FFD500;}
  .column02_menu_area .menu_accordion a.toggle
  {

      display: table;
      cursor: pointer;
  }
  .column02_menu_area .menu_accordion a.toggle strong
  {
      width: 90%;
      display: table-cell;
      vertical-align: middle;
  }
  .column02_menu_area .menu_accordion a.toggle span
  {
      vertical-align: middle;
      width: 10%;
      text-align: right;
      display: table-cell;
      color: #ededed;
      font-size:0.7em;
  }
  .column02_menu_area .menu_accordion .inner.child
  {
      display: none;
  }
  .column02_menu_area .menu_accordion .inner a{background:#f9f9f9;    border-left: 6px solid #eee; text-align: right;}
  .column02_menu_area .menu_accordion .inner a:hover{background:#fff4ca;    border-left: 6px solid #FFD500;}

  .column02_content_area h3.main-title{font-size:2em; line-height:1; border-bottom:1px solid #eee; padding-bottom:1em; font-family:'A1 Mincho',"游明朝",YuMincho,"ヒラギノ明朝ProNW3","HiraginoMinchoProN","HG明朝E","ＭＳＰ明朝","ＭＳ明朝",serif;}

  /* ==================================== */
  /* .region-news */
  /* ==================================== */
  .region-news .region-news-list .multi-column .column .image
  {
    margin-bottom:10px;
  }
  .region-news .region-news-list .multi-column .column .image img
  {
    width:100%;
    height:auto;
  }
  .region-news .region-news-list .multi-column .column .title{font-size:1.1em;margin-bottom:10px;}
  .region-news .region-news-list .multi-column .column .date{color:#34c0d4;}

  /* ==================================== */
  /* .region-news-detail */
  /* ==================================== */
  .region-news-detail .detail-title
  {
    font-family:'A1 Mincho',"游明朝",YuMincho,"ヒラギノ明朝ProNW3","HiraginoMinchoProN","HG明朝E","ＭＳＰ明朝","ＭＳ明朝",serif;
    text-align:center;
    line-height:1;
    padding-bottom:3em;
    margin-bottom:3em;
    border-bottom:1px solid #eee;
  }
  .region-news-detail .detail-title h3
  {
    font-weight:bold;
    font-size:2em;
    margin-bottom:0.7em;
    line-height:1.5;
  }

  .region-news-detail .detail-title h4
  {
    font-weight:bold;
    font-size:1.2em;
    margin-bottom:1.2em;
    line-height:1.5;
  }

  .region-news-detail .detail-title .tags
  {
    padding:10px 0;
    text-align:center;
  }
  .region-news-detail .detail-title .tags .tag
  {
    display: inline-block;
    padding:10px;
    margin:2px;
    background:#eee;
  }

  .region-news-detail .detail-text
  {
    word-break: break-all;
    text-align:left;
    line-height:180%;
    margin-bottom:2em;
  }

  .region-news-detail .detail-text p
  {
    margin-bottom: 2em;

  }

  .region-news-detail .detail-text img
  {
    max-width:100%;
    height:auto;
  }

	.region-news-detail .writer
	{
		position: relative;
    display:table;
    width:100%;

		border:1px solid #eee;
		background:#f8f8f8;
		padding:10px;
		margin-bottom:10px;
  }

  .region-news-detail .writer .photo
  {
    display: table-cell;
    width:200px;
  }
  .region-news-detail .writer .photo img
  {
    width:200px;
    height:200px;
    object-fit: cover;
    -o-object-fit: cover;
  }
  .region-news-detail .writer .text
  {
    display: table-cell;
    vertical-align: middle;
  }
  .region-news-detail .writer .text .name
  {
    padding:10px;
    font-size:1.1em;
    font-weight:bold;
  }
  .region-news-detail .writer .text .setsumei
  {
    padding: 10px;
  }

  /* .region-news-detail .writer:after,
  .region-news-detail .writer:before
  {
		bottom: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

  .region-news-detail .writer:after
  {
		border-color: rgba(255, 255, 255, 0);
		border-bottom-color: #f8f8f8;
		border-width: 15px;
		margin-left: -15px;
	}
  .region-news-detail .writer:before
  {
		border-color: rgba(238, 238, 238, 0);
		border-bottom-color: #eee;
		border-width: 16px;
		margin-left: -16px;
	} */


  /*-----------特殊タグ------------*/

  .region-news-detail .setsumei
  {
    position:relative;
    border:1px solid #eee;
    padding:20px 20px 0px 20px;
    margin: 10px 0 10px 10px;
  }
  .region-news-detail .setsumei dt
  {
    font-weight:bold;
    display:inline-block;
    position:relative;
    top:-30px;
    background:#fff;
  }

  .region-news-detail .setsumei dd
  {
    top:-20px;
    position:relative;
    font-weight:400;
  }

	/*midashi01*/
	.blog_midashi01 {
	  position: relative;
	  margin-left: -22px; /* 15px padding + 7px border ribbon shadow*/
	  margin-right: -22px;
	  padding: 25px;
	  background: #e5e5e5;
	  background: linear-gradient(#f5f5f5, #e5e5e5);
	  box-shadow: 0 -1px 0 rgba(255,255,255,.8) inset;
	  text-shadow: 0 1px 0 #fff;
		font-size:1.5em;
	}

	.blog_midashi01:before,
	.blog_midashi01:after {
	  position: absolute;
	  left: 0;
	  bottom: -6px;
	  content:'';
	  border-top: 6px solid #555;
	  border-left: 6px solid transparent;
	}

	.blog_midashi01:before {
	  border-top: 6px solid #555;
	  border-right: 6px solid transparent;
	  border-left: none;
	  left: auto;
	  right: 0;
	  bottom: -6px;
	}

	/*midashi02*/
	.blog_midashi02
	{
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
		padding:20px 0px;
		font-size: 22px;
		margin-top:1em;
		margin-bottom:0.5em;
    font-weight: bold;
	}

	/*midasi03*/
	.blog_midashi03{
		position: relative;
		padding: 10px 20px;
		font-size:20px;
		text-align:center;
		border-top: solid 1px #325A8C;
		border-bottom: solid 1px #325A8C;
	}
	.blog_midashi03::before,
	.blog_midashi03::after{
		content: '';
		position: absolute;
		top: -10px;
		width: 1px;
		height: calc(100% + 20px);
		background-color: #325A8C;
	}
	.blog_midashi03::before{left: 10px;}
	.blog_midashi03::after{right: 10px;}

	/*サブタイトルを枠上に表示するCSS*/
	.blog_point{
	position:relative;
	padding:20px 15px;
	font-size:1em;
	border:1px solid #ffb722;
}
	.blog_point::after
	{
	content: "課題点";
	position: absolute;
	top: -8px;
	left: 10px;
	background: #fff;
	font-size: 14px;
	color: #ffb722;
	padding: 0 10px;
}

/*product_link*/
.product_link
{
  border: #dfe7e9 solid 3px;
  margin-top: 10px;
  padding: 0 10px;
  display: table;
}
.product_link .img
{
  display: block;
  width: 40%;
  margin: 0 30%;
}
.product_link .details
{
  display: block;
}
.product_link .details br
{
  display: none;
}
.product_link .details .name
{
  font-weight: bold;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 1em;
}
.product_link .details ul
{
  width: 100%;
  height: auto;
  text-align: center;
}
.product_link .details li
{
  width: 100%;
  margin-bottom: 10px;
}
.product_link .details a
{
  display: block;
  padding: 10px 20px;
  margin-right: 10px;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.product_link .details a.official
{
  background: #52b85f;
}
.product_link .details a.official::before
{
  content: "公式ページ";
}
.product_link .details a.amazon
{
  background: #F89300;
}
.product_link .details a.amazon::before
{
  content: "amazon";
}
.product_link .details a.rakuten
{
  background: #BF0000;
}
.product_link .details a.rakuten::before
{
  content: "楽天市場";
}

.product_link .details a.spotify
{
  background: #1DD05D;
}
.product_link .details a.spotify::before
{
  content: "Spotify";
}
.product_link .details a.applemusic
{
  background: #F35068;
}
.product_link .details a.applemusic::before
{
  content: "Apple Music";
}
.product_link .details a.youtubemusic
{
  background: #FF0000;
}
.product_link .details a.youtubemusic::before
{
  content: "YouTube Music";
}
.product_link .details a.deezer
{
  background: #111016;
}
.product_link .details a.deezer::before
{
  content: "Deezer";
}

/*blog_quote（引用）*/
.quote {
  position: relative;
  padding: 10px 15px 10px 60px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}

.quote:before{
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 15px;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  color: #cfcfcf;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.quote p {
  padding: 0;
  margin-bottom: 0 !important;
  line-height: 1.7;
}

.quote .site {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

/*blog_list（リスト）*/
ul.blog_list
{
  background:#e4f7ff;
  padding: 1.5em;
}
ul.blog_list>br
{
  display:none;
}
ul.blog_list li
{
  padding: 0.5em 0;
}
ul.blog_list li span.bold
{
  font-weight: bold;
  color: #224f86;
}

/* firefly */

#firefly article{
  padding: 100px 0;
}

#firefly .column{
  margin-bottom: 80px;
}

#firefly .column img{
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%)
}

#firefly .column p{
  width: 80%;
	text-align: center;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

#firefly .tmpl-article01.head ul{
	grid-template-columns: auto;
	grid-template-rows: auto auto auto auto auto auto;
	width: 80%;
  position: relative;
	left: 50%;
	transform: translateX(-50%);
}

#firefly .tmpl-article01.head ul li{
  text-align: left;
}

#firefly .tmpl-article01.top h2{
	font-size: 2em;
}

#firefly .tmpl-article01.company section{
	padding: 50px 0 30px;
}

#firefly .tmpl-article01.company .company-logo{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr 1fr;
	justify-items: center;
  row-gap: 10px;
}

#firefly .tmpl-article01.company .company-logo img{
	width: 60%;
}

#firefly .tmpl-article01.company .company-logo img:nth-of-type(1){
	grid-column: 1;
  grid-row: 1;
}

#firefly .tmpl-article01.company .company-logo img:nth-of-type(2){
	grid-column: 2;
  grid-row: 1;
}

#firefly .tmpl-article01.company .company-logo img:nth-of-type(3){
	grid-column: 3;
  grid-row: 1;
}

#firefly .tmpl-article01.company .company-logo img:nth-of-type(4){
	grid-column: 1;
  grid-row: 2;
}

#firefly .tmpl-article01.company .company-logo img:nth-of-type(5){
	grid-column: 2;
  grid-row: 2;
}

#firefly .tmpl-article01.company .company-logo img:nth-of-type(6){
	grid-column: 3;
  grid-row: 2;
}

#firefly .tmpl-article01.structure .multi-column{
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: repeat(4, auto);
	gap: 30px;
	row-gap: 80px;
}

#firefly .tmpl-article01.structure .column{
	width: 100%;
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto auto auto;
  gap: 30px;
}

#firefly .tmpl-article01.structure .column img{
	width: 20%;
}

#firefly .tmpl-article01.structure .column .tmpl-title01{
	color: #1080f2;
	grid-column: 1;
	grid-row: 2;
	font-size: 1.5em;
	text-align: center;
	align-self: start;
	margin: 0;
}

#firefly .tmpl-article01.structure .column p{
	grid-column: 1;
	grid-row: 3;
}

#firefly .tmpl-article01.results{
  padding: 75px 0;
}


#dubai .company ul
{
	display: block;
}
#dubai .company ul li a
{
	padding: 1.5em;
	display: block;
}
#dubai .company ul li img
{
	width: 100%;
  margin: 0;
}
#dubai .company ul li .left
{
	width: 100%;
  text-align: left;
  margin-bottom: 1em;
}
#dubai .message .slider_item img
{
  width: 10%;
  margin-right: 5%;
}
#dubai .message .slider_item .right
{
  width: 85%;
}




/* ==================================== */
}