@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

body {
  font: 16px Helvetica, sans-serif, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, "YuGothic", "游ゴシック", Arial;
  letter-spacing: 0.5px;
  color: #333;
  font-feature-settings: "palt" 1;
  font-kerning: auto;
  background: #FFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
}

a {
  text-decoration: underline;
  color: #333;
}

a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  text-decoration: underline;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}

a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}

.clear {
  clear: both;
}

.xl_only {
  display: block;
}
@media screen and (max-width: 1024px) {
  .xl_only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .xl_only {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .xl_only {
    display: none;
  }
}

.md_only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .md_only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .md_only {
    display: block;
  }
}
@media screen and (max-width: 420px) {
  .md_only {
    display: none;
  }
}

.sm_only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sm_only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sm_only {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .sm_only {
    display: block;
  }
}

.inner {
  display: inline-block;
  max-width: 1200px;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .inner {
    padding: 0.8% 0.8%;
  }
}
@media screen and (min-width: 1200px) {
  .inner {
    min-width: 1200px;
  }
}

img.main-image {
  width: 48%;
  z-index: 5;
  margin: 2%;
}
@media screen and (max-width: 420px) {
  img.main-image {
    width: 98%;
  }
}

img.title-image {
  width: 88%;
  z-index: 5;
  margin: 2%;
}
@media screen and (max-width: 568px) {
  img.title-image {
    display: none;
  }
}

img.title-image-sp {
  width: 98%;
  z-index: 5;
  margin: 2%;
  display: none;
}
@media screen and (max-width: 568px) {
  img.title-image-sp {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  img.sub-title-image {
    width: 46%;
  }
}
@media screen and (max-width: 768px) {
  img.sub-title-image {
    width: 48%;
  }
}
@media screen and (max-width: 420px) {
  img.sub-title-image {
    width: 64%;
  }
}

@media screen and (max-width: 1024px) {
  img.button-image {
    width: 24%;
  }
}
@media screen and (max-width: 768px) {
  img.button-image {
    width: 28%;
  }
}
@media screen and (max-width: 420px) {
  img.button-image {
    width: 40%;
  }
}

a .button {
  color: #FFF;
  text-decoration: none;
}

a:hover .button {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  margin: 0 0 10px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: left;
  background-color: #f3f3f3;
  padding: 5px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

section.header_aw {
  color: #fff;
  background-color: #354B99;
  position: relative;
  top: 0px;
  left: 0px;
  vertical-align: middle;
  width: 100%;
  z-index: 9999;
}
section.header_aw .fix-menu {
  color: #fff;
  background-color: #354B99;
  height: 36px;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  z-index: 9999;
}
section.header_aw .fix-menu .menu-box {
  height: 100%;
  margin: 4px 0 0 0;
  display: flex;
}
section.header_aw .fix-menu .menu-box img.header-logo_smaller {
  flex-basis: 8%;
  height: 28px;
}
section.header_aw .fix-menu .menu-box .menu-box-sub {
  flex-basis: 92%;
  height: 100%;
  text-align: right;
}
section.header_aw .fix-menu .menu-box .menu-box-sub img.header-logo-meyer_smaller {
  height: 28px;
  margin-right: 10px;
  margin-bottom: 2px;
}
section.header_aw .fix-menu .menu-box .menu-box-sub img.header-logo-ah_smaller {
  height: 16px;
  margin-right: 12px;
  margin-bottom: 6px;
}
section.header_aw .fix-menu .menu-box .menu-box-sub img.header-logo-go_smaller {
  height: 21.5px;
  margin-right: 9px;
  margin-bottom: 4px;
}
section.header_aw .fix-menu .menu-box .menu-box-sub img.header-logo-tmax_smaller {
  margin-bottom: 2px;
  margin-right: 16px;
  height: 22px;
}
section.header_aw .fix-menu .menu-box .menu-box-sub img.header-logo-amina_smaller {
  margin-bottom: 8px;
  margin-right: 16px;
  height: 10px;
}
section.header_aw .fix-menu .menu-box .menu-box-sub img.header-logo-kg_smaller {
  margin-bottom: 2px;
  margin-right: 16px;
  height: 20px;
}
section.header_aw .fix-menu .menu-box .menu-box-sub img.header-logo-auvitran_smaller {
  margin-bottom: 2px;
  margin-right: 2px;
  height: 20px;
}
@media screen and (max-width: 420px) {
  section.header_aw .fix-menu .menu-box .menu-box-sub img.header-logo-meyer_smaller {
    display: none;
  }
  section.header_aw .fix-menu .menu-box .menu-box-sub img.header-logo-ah_smaller {
    display: none;
  }
  section.header_aw .fix-menu .menu-box .menu-box-sub img.header-logo-go_smaller {
    display: none;
  }
  section.header_aw .fix-menu .menu-box .menu-box-sub img.header-logo-tmax_smaller {
    display: none;
  }
  section.header_aw .fix-menu .menu-box .menu-box-sub img.header-logo-amina_smaller {
    display: none;
  }
  section.header_aw .fix-menu .menu-box .menu-box-sub img.header-logo-kg_smaller {
    display: none;
  }
  section.header_aw .fix-menu .menu-box .menu-box-sub img.header-logo-auvitran_smaller {
    display: none;
  }
}

section.header_wrap {
  position: relative;
  background-color: #222;
  background-image: url("../images/bg_header.png");
  background-repeat: repeat;
  width: 100%;
  display: block;
  height: 140px;
}
@media screen and (max-width: 1024px) {
  section.header_wrap {
    height: 80px;
  }
}
section.header_wrap section.header {
  color: #fff;
  position: relative;
  top: 36px;
  vertical-align: middle;
  width: 100%;
  max-width: 1200px;
  display: inline-block;
  z-index: 9999;
}
section.header_wrap section.header .slicknav_menu {
  display: none;
}
section.header_wrap section.header p {
  position: absolute;
  z-index: 10000;
  text-align: left;
  padding: 1.2% 0 1.2% 0;
}
section.header_wrap section.header .top_logo_img {
  width: 80%;
  vertical-align: middle;
}
section.header_wrap section.header .menu_list_img {
  height: 26px;
}
section.header_wrap section.header a {
  color: #ddd;
  text-decoration: none;
}
section.header_wrap section.header a:hover {
  color: #5A85D7;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}
section.header_wrap section.header a.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
section.header_wrap section.header .nav {
  position: relative;
  width: 100%;
  padding: 6% 0 0 0;
  text-align: right;
  display: block;
}
section.header_wrap section.header .nav .menu-container ul {
  padding: 0 0.2% 0.2% 0;
}
section.header_wrap section.header .nav .menu-container ul li {
  display: inline-block;
  font-weight: normal;
  margin-right: 0.8%;
}
section.header_wrap section.header .nav .menu-container ul li form {
  text-align: right;
  float: right;
}
section.header_wrap section.header .nav .menu-container ul li form #searchform {
  background-color: white;
  width: 200px;
  height: 20px;
  border: 1px green solid;
}
section.header_wrap section.header .nav .menu-container ul li form #searchform input {
  vertical-align: top;
  margin: 0px;
  height: 100%;
  box-sizing: border-box;
  background-color: transparent;
}
section.header_wrap section.header .nav .menu-container ul li form #searchform input #s {
  width: 150px;
  border: none;
  border-right: 1px green solid;
}
section.header_wrap section.header .nav .menu-container ul li form button#searchsubmit {
  width: 50px;
  border: none;
}
@media screen and (max-width: 1366px) {
  section.header_wrap section.header p {
    padding: 0.8% 0.8%;
  }
  section.header_wrap section.header .nav ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  section.header_wrap section.header p {
    padding: 0;
    marign: 0;
  }
  section.header_wrap section.header .nav {
    display: none;
  }
  section.header_wrap section.header .top_logo_img {
    display: none;
  }
  section.header_wrap section.header .slicknav_menu {
    display: block;
    z-index: 9999;
  }
  section.header_wrap section.header .top_logo_small {
    width: 40%;
    padding-left: 0;
  }
}

section.products_menu {
  positon: relative;
  background-image: url("../images/bg_titlebar.png");
  background-repeat: repeat;
  width: 100%;
  display: block;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  section.products_menu {
    padding-top: 20px;
  }
}
section.products_menu .inner_wrap {
  max-width: 1280px;
  margin: 0 auto;
  text-align: left;
  padding: 0.8%;
}
section.products_menu .inner_wrap .product_ttl {
  font-size: 160%;
  vertical-align: center;
}
section.products_menu .inner_wrap .product_info {
  color: #999;
  vertical-align: center;
  padding-left: 2%;
}

section.sub {
  color: #bbb;
  background-color: rgba(245, 245, 245, 0.9);
  position: fixed;
  top: 64px;
  left: 0px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 1024px) {
  section.sub {
    position: absolute;
    top: 48px;
  }
}
section.sub .inner {
  padding: 0% 16%;
}
@media screen and (max-width: 1024px) {
  section.sub .inner {
    padding: 0.8% 2%;
  }
}
section.sub .inner #breadcrumb {
  text-align: left;
}

section.footer {
  font-size: 14px;
  background-color: #333;
  color: #969696;
  height: 420px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
section.footer a {
  text-decoration: none;
  color: #969696;
}
section.footer a.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
section.footer .nav {
  position: relative;
  padding-top: 2%;
}
section.footer .nav ul li {
  display: inline;
  vertical-align: middle;
  border-left: 1px solid;
  margin-right: 0.8%;
  padding-left: 1.2%;
}
section.footer .nav ul li .bottom_logo_img {
  width: 136px;
}
section.footer .nav ul li:first-child {
  border-left: none;
}
section.footer .sns_links {
  padding-top: 0.8%;
}
section.footer .sns_links ul li {
  display: inline;
  vertical-align: middle;
  margin-right: 0.8%;
  padding-left: 1.2%;
}
section.footer .sns_links ul li span:first-child {
  margin-right: 1.6%;
}
section.footer .sns_links .snslink_image {
  width: 36px;
  margin-left: 0.8%;
}
section.footer .footer_brandlist {
  position: relative;
}
section.footer .footer_brandlist ul {
  margin: 0.8% 0;
}
section.footer .footer_brandlist ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.8%;
  padding-left: 1.2%;
  font-size: 110%;
  font-weight: bold;
}
section.footer .footer_adress ul {
  margin: 0.8% 0;
}
section.footer .footer_adress ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.8%;
  padding-left: 1.2%;
  text-align: left;
}
section.footer .copyright {
  margin-top: 2%;
  margin-bottom: 0.2%;
  vertical-align: middle;
}
section.footer .copyright p {
  clear: both;
  display: inline-block;
  vertical-align: middle;
}
section.footer .copyright p img {
  clear: both;
  margin-right: 8px;
}
@media screen and (max-width: 1366px) {
  section.footer {
    height: 280px;
  }
  section.footer .nav ul li {
    margin-right: 8px;
    font-size: 12px;
  }
  section.footer .copyright p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  section.footer {
    height: 420px;
  }
  section.footer .nav ul li {
    display: inline-block;
    margin-right: 4px;
    font-size: 10px;
  }
  section.footer .nav ul li .bottom_logo_img {
    width: 80px;
  }
  section.footer .nav ul li:nth-child(2) {
    border-left: none;
  }
  section.footer .sns_links ul li {
    display: block;
  }
  section.footer .sns_links .snslink_image {
    width: 24px;
  }
  section.footer .footer_adress ul li {
    margin: 1.6% 0;
  }
  section.footer .copyright {
    text-align: center;
    margin-right: 0%;
  }
  section.footer .copyright p {
    font-size: 10px;
  }
}
@media screen and (max-width: 568px) {
  section.footer .nav ul li .bottom_logo_img {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  section.footer {
    height: 480px;
  }
  section.footer .copyright P img {
    display: block;
    font-size: 10px;
    margin: 0 auto;
    margin-bottom: 8px;
  }
}

section#gen-1 {
  position: relative;
}
@media screen and (max-width: 1024px) {
  section#gen-1 a {
    color: #fff;
    text-decoration: none;
  }
}
section#gen-1 article.gen1-galileo-extendet-networking {
  width: 100%;
  display: block;
  background-color: #000;
  background-size: cover;
  color: #fff;
}
section#gen-1 article.gen1-galileo-extendet-networking .article_inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 4% 0%;
}
section#gen-1 article.gen1-galileo-extendet-networking .article_inner .image_wrap_logo {
  padding-top: 2%;
  width: 40%;
  margin: 0 auto;
}
section#gen-1 article.gen1-galileo-extendet-networking .article_inner .image_wrap_topimage {
  background-image: url("../gen-1/image/gen-1_image-dark2.jpg");
  background-size: cover;
  width: 100%;
}
section#gen-1 article.gen1-galileo-extendet-networking .article_inner .image_wrap_topimage img {
  width: 100%;
}
section#gen-1 article.gen1-galileo-extendet-networking .article_inner .image_wrap_title {
  width: 80%;
  margin: 0 auto;
}
section#gen-1 article.gen1-galileo-extendet-networking .article_inner .title_wrap {
  padding: 4%;
  text-align: left;
}
section#gen-1 article.gen1-galileo-extendet-networking .article_inner .title_wrap .title {
  font-size: 360%;
}
@media screen and (max-width: 768px) {
  section#gen-1 article.gen1-galileo-extendet-networking .article_inner .title_wrap .title {
    font-size: 240%;
  }
}
section#gen-1 article.gen1-galileo-extendet-networking .article_inner .title_wrap .title_sub {
  font-size: 120%;
  width: 80%;
  margin: 0 auto;
}
section#gen-1 article.gen1-galileo-extendet-networking .article_inner .title_wrap .image_wrap {
  margin: 0 auto;
}
section#gen-1 article.self-powered-now-self-processed {
  width: 100%;
  background-image: url("../gen-1/image/gen-1_s2_bg2.gif");
  background-size: cover;
  color: #fff;
}
section#gen-1 article.self-powered-now-self-processed .article_inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 4% 0%;
  text-align: left;
}
section#gen-1 article.self-powered-now-self-processed .article_inner .title_wrap {
  display: display;
  padding: 0.8%;
  text-align: center;
}
section#gen-1 article.self-powered-now-self-processed .article_inner .title_wrap .title {
  font-size: 320%;
  padding: 4% 0%;
}
@media screen and (max-width: 768px) {
  section#gen-1 article.self-powered-now-self-processed .article_inner .title_wrap .title {
    font-size: 240%;
  }
}
section#gen-1 article.self-powered-now-self-processed .article_inner .title_wrap .title_sub {
  font-size: 120%;
  width: 80%;
  padding: 4%;
}
@media screen and (max-width: 1366px) {
  section#gen-1 article.self-powered-now-self-processed .article_inner .title_wrap .title_sub {
    width: 100%;
    padding: 2%;
  }
}
section#gen-1 article.self-powered-now-self-processed .article_inner ul li {
  padding: 0.8% 4%;
  display: flex;
  align-items: center;
}
section#gen-1 article.self-powered-now-self-processed .article_inner ul li .want_icon {
  width: 16%;
  padding: 0.8%;
}
section#gen-1 article.self-powered-now-self-processed .article_inner ul li .want_icon img {
  width: 80%;
}
section#gen-1 article.self-powered-now-self-processed .article_inner ul li .want_wrap {
  width: 80%;
  padding: 2%;
}
section#gen-1 article.self-powered-now-self-processed .article_inner ul li .want_wrap .want_title {
  font-size: 140%;
  font-weight: bold;
  padding: 0.8%;
  color: #354B99;
}
section#gen-1 article.self-powered-now-self-processed .article_inner ul li .want_wrap .want_info {
  font-size: 120%;
  color: #999;
  padding: 0.8%;
}
section#gen-1 article.self-powered-now-self-processed .article_inner ul li .want_wrap .want_info a {
  color: #5A85D7;
  text-decoration: none;
  font-size: 110%;
}
section#gen-1 article.self-powered-now-self-processed .article_inner ul li .want_wrap .want_info a:hover {
  color: #5A85D7;
}
section#gen-1 article.engineered-for-connection {
  width: 100%;
  background-image: url("../gen-1/image/gen-1_s3_bg.jpg");
  background-size: cover;
  color: #fff;
}
section#gen-1 article.engineered-for-connection .article_inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 4% 0%;
}
section#gen-1 article.engineered-for-connection .article_inner .title_wrap {
  padding: 4%;
  text-align: left;
}
section#gen-1 article.engineered-for-connection .article_inner .title_wrap .title {
  font-size: 300%;
  padding: 0.8%;
}
@media screen and (max-width: 768px) {
  section#gen-1 article.engineered-for-connection .article_inner .title_wrap .title {
    font-size: 240%;
  }
}
section#gen-1 article.engineered-for-connection .article_inner .title_wrap .title_sub {
  font-size: 120%;
  padding: 0.8%;
}
@media screen and (max-width: 1200px) {
  section#gen-1 article.engineered-for-connection .article_inner .title_wrap .title_sub {
    width: 100%;
  }
}
section#gen-1 article.engineered-for-connection .article_inner ul.connection li .connection_image img {
  width: 100%;
}
section#gen-1 article.think-inside-the-box {
  width: 100%;
  background-image: url("../gen-1/image/gen-1_s5_bg.jpg");
  background-size: cover;
  color: #fff;
}
section#gen-1 article.think-inside-the-box .article_inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 4%;
  text-align: left;
}
section#gen-1 article.think-inside-the-box .article_inner .title_wrap {
  display: display;
  padding: 0.8%;
}
section#gen-1 article.think-inside-the-box .article_inner .title_wrap .title {
  font-size: 320%;
  padding: 4% 0%;
}
@media screen and (max-width: 768px) {
  section#gen-1 article.think-inside-the-box .article_inner .title_wrap .title {
    font-size: 240%;
    padding: 2%;
  }
}
section#gen-1 article.think-inside-the-box .article_inner .title_wrap .title_sub {
  font-size: 120%;
  width: 80%;
  padding: 4%;
}
@media screen and (max-width: 1366px) {
  section#gen-1 article.think-inside-the-box .article_inner .title_wrap .title_sub {
    width: 100%;
    padding: 2%;
  }
}
section#gen-1 article.think-inside-the-box .article_inner ul li {
  padding: 0.8% 4%;
  display: flex;
  align-items: center;
}
section#gen-1 article.think-inside-the-box .article_inner ul li .want_icon {
  width: 16%;
  padding: 0.8%;
}
section#gen-1 article.think-inside-the-box .article_inner ul li .want_icon img {
  width: 80%;
}
section#gen-1 article.think-inside-the-box .article_inner ul li .want_wrap {
  width: 80%;
  padding: 2%;
}
section#gen-1 article.think-inside-the-box .article_inner ul li .want_wrap .want_title {
  font-size: 140%;
  font-weight: bold;
  padding: 0.8%;
}
section#gen-1 article.think-inside-the-box .article_inner ul li .want_wrap .want_info {
  font-size: 120%;
  color: #999;
  padding: 0.8%;
}
section#gen-1 article.simplify-setup {
  position: relative;
  overflow: hidden;
  max-height: 800px;
  width: 100%;
  color: #fff;
}
section#gen-1 article.simplify-setup #bg-video {
  position: relative;
  width: 100%;
  height: auto;
  z-index: -100;
}
@media screen and (min-width: 1024px) {
  section#gen-1 article.simplify-setup #bg-video {
    min-height: auto;
  }
}
section#gen-1 article.simplify-setup .article_inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 0.8%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  section#gen-1 article.simplify-setup .article_inner .title_wrap {
    padding: 0.8%;
  }
}
section#gen-1 article.simplify-setup .article_inner .title_wrap .title {
  font-size: 320%;
  padding: 4%;
}
@media screen and (max-width: 768px) {
  section#gen-1 article.simplify-setup .article_inner .title_wrap .title {
    font-size: 240%;
  }
}
section#gen-1 article.simplify-setup .article_inner .title_wrap .title_sub {
  font-size: 120%;
  padding: 0% 4% 4% 4%;
}
@media screen and (max-width: 1366px) {
  section#gen-1 article.simplify-setup .article_inner .title_wrap .title_sub {
    width: 100%;
    padding: 2%;
  }
}
section#gen-1 article.a-roadmap-for-the-future {
  width: 100%;
  background-image: url("../gen-1/image/gen-1_s7_bg2.jpg");
  background-size: cover;
  color: #fff;
}
section#gen-1 article.a-roadmap-for-the-future .article_inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 4% 0%;
}
section#gen-1 article.a-roadmap-for-the-future .article_inner .title_wrap {
  display: display;
  padding: 0.8%;
}
section#gen-1 article.a-roadmap-for-the-future .article_inner .title_wrap .title {
  font-size: 320%;
  padding: 4% 0%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section#gen-1 article.a-roadmap-for-the-future .article_inner .title_wrap .title {
    font-size: 240%;
  }
}
section#gen-1 article.a-roadmap-for-the-future .article_inner .title_wrap .title_sub {
  font-size: 120%;
  padding: 0% 4% 4% 4%;
  text-align: left;
}
@media screen and (max-width: 1366px) {
  section#gen-1 article.a-roadmap-for-the-future .article_inner .title_wrap .title_sub {
    width: 100%;
    padding: 2%;
  }
}
section#gen-1 article.a-roadmap-for-the-future .article_inner .title_wrap .title_sub a {
  color: #5A85D7;
  text-decoration: none;
  font-size: 110%;
}
section#gen-1 article.a-roadmap-for-the-future .article_inner .title_wrap .title_sub a:hover {
  color: #5A85D7;
}