@charset "UTF-8";
.headline_cc2020 {
  font-size: 2em;
  line-height: 1.25;
  color: #4dc2bb;
  border-bottom: 1px solid #4dc2bb;
  padding: 0.125em 0;
  margin-bottom: 0.5em; }
  @media screen and (max-width: 999px) {
    .headline_cc2020 {
      font-size: 1.75em; } }
  @media screen and (max-width: 599px) {
    .headline_cc2020 {
      font-size: 1.5em; } }

ul.concept li {
  font-size: 1.5em;
  line-height: 1.5;
  padding: 0.25em 0; }
  @media screen and (max-width: 599px) {
    ul.concept li {
      font-size: 1.25em; } }
  ul.concept li span {
    color: #f00; }

.concept_image_wrap {
  margin: 2em 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .concept_image_wrap > div,
  .concept_image_wrap > ul {
    width: 50%;
    padding: 0 1em; }
  @media screen and (max-width: 999px) {
    .concept_image_wrap {
      display: block; }
      .concept_image_wrap > div,
      .concept_image_wrap > ul {
        width: 100%;
        padding: 0;
        padding: 1em; } }
  .concept_image_wrap .imgs {
    text-align: center; }
  .concept_image_wrap img {
    width: 90%;
    max-width: 530px; }
  .concept_image_wrap ul.lista {
    list-style-type: disc; }
  .concept_image_wrap li {
    font-size: 1.125em;
    line-height: 1.5;
    padding: 0.25em; }

.pu {
  text-align: center;
  margin: 3em 0; }
  @media screen and (max-width: 999px) {
    .pu {
      margin: 1.5em 0; } }
  .pu img {
    width: 100%;
    max-width: 800px; }

.concept_title_bg {
  margin-top: -41px;
  background-color: #444;
  background-image: url(../concept_img/concept_bg_2020re.jpg);
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover; }
  @media screen and (max-width: 599px) {
    .concept_title_bg {
      margin-top: -21px; } }
  .concept_title_bg .ins {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%; }
  .concept_title_bg .copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5em 0; }
    .concept_title_bg .copy img {
      width: 100%;
      max-width: 800px; }
    @media screen and (max-width: 599px) {
      .concept_title_bg .copy {
        width: 100%;
        margin: 0 auto; } }

.ec2019 {
  margin-top: 2.5em; }
  .ec2019 .iot_image {
    float: right;
    width: 50%;
    max-width: 360px;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    margin: 0 0 2em 2em; }
    @media screen and (max-width: 599px) {
      .ec2019 .iot_image {
        float: none;
        width: 90%;
        margin: 1em auto; } }
    .ec2019 .iot_image img {
      width: 100%; }
  .ec2019 .pickup_theme {
    width: 100%;
    max-width: 560px;
    margin: 1em auto; }
    .ec2019 .pickup_theme img {
      width: 100%; }

h3.concept_sub {
  font-size: 1.75em;
  line-height: 1.25;
  margin: 0 0 0.5em;
  font-weight: bold; }
  h3.concept_sub:before {
    display: none;
    content: "\f00c";
    font-family: "Font Awesome 5 Solid"; }
  h3.concept_sub .svg-inline--fa {
    color: #e33; }
  @media screen and (max-width: 599px) {
    h3.concept_sub {
      font-size: 1.5em; } }

/* 図 */
.concept_img {
  margin: 40px auto 0;
  padding: 4px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  background: #fff; }
  .concept_img.edge_computing {
    max-width: 1000px; }
  .concept_img.edge_technology {
    max-width: 550px; }
    @media screen and (max-width: 599px) {
      .concept_img.edge_technology {
        width: 90%; } }
  .concept_img.et_iot_concept {
    max-width: 900px; }

.concept_img img {
  width: 100%; }
