#Branding {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  max-width: 965px;
  height: 300px;
  background-image: url(/products/infrastructure/product_site/4mloss/image/top/bg_branding.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #aaa;
  background-size: contain;
  padding: 50px 40px 40px;
  margin: 25px auto 30px; }
  #Branding .TextArea p {
    color: #fff;
    line-height: 140%;
    text-shadow: 0 0 12px #000; }
  #Branding .TextArea .Title {
    color: #fff;
    font-weight: bold;
    font-size: 237.5%;
    line-height: 120%;
    padding-bottom: 0;
    margin-bottom: 0;
    text-shadow: 0 0 12px #000; }
  #Branding .TextArea .Introduction {
    margin-top: 40px;
    font-weight: bold;
    font-size: 112.5%; }
    #Branding .TextArea .Introduction span {
      font-weight: bold; }
  #Branding .TextArea .Annotation {
    font-size: 93.75%;
    margin-top: 26px; }

.TextAreaSp {
  display: none; }

@media screen and (max-width: 994px) {
  .JS #Branding {
    background-size: cover; }
    #Branding .TextArea .Introduction {
      font-size: 102.5%; } }
@media screen and (max-width: 767px) {
  .JS #Branding {
    width: auto;
    background-size: cover;
    padding: 36px;
    margin-top: 20px;
    margin-left: -15px;
    margin-right: -15px; }
    .JS #Branding .TextArea .Title {
      font-size: 156.25%;
      margin: 0; }
    .JS #Branding .TextArea .Introduction {
      font-size: 100%; }
      .JS #Branding .TextArea .Introduction br {
        display: none; }
    .JS #Branding .TextArea .Annotation {
      font-size: 87.5%;
      margin-top: 26px; }
      .JS #Branding .TextArea .Annotation br {
        display: block; } }
@media screen and (max-width: 579px) {
  .JS #Branding {
    height: auto;
    padding: 0;
    margin-top: 0;
    margin-bottom: 30px;
    background: none; }
    .JS #Branding .TextArea .Title {
      display: flex;
      height: 150px;
      padding: 36px 15px;
      align-items: center;
      font-size: 200%;
      background-image: url(/products/infrastructure/product_site/4mloss/image/top/bg_branding.jpg);
      background-size: cover;
      box-sizing: border-box; }
    .JS #Branding .TextArea .Introduction {
      display: block;
      color: #fff;
      width: auto;
      background: #333333;
      padding: 24px 15px;
      margin: 0;
      font-weight: bold;
      border-top: 3px solid #e60127;
      text-align: left;
      margin-bottom: 0;
      font-size: 93.75%; } }
@media screen and (max-width: 399px) {
    .JS #Branding .TextArea .Title {
      font-size: 185%; } }
/* ThreeIssues */
.ThreeIssues {
  padding-bottom: 90px; }
  .ThreeIssues h2 {
    margin-bottom: 20px; }
  .ThreeIssues .IssuesList {
    margin-bottom: 20px; }
    .ThreeIssues .IssuesList > li {
      padding: 4px;
      position: relative; }
      .ThreeIssues .IssuesList > li:nth-child(n+2) {
        margin-top: 30px; }
      .ThreeIssues .IssuesList > li .ImageBlock {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 26px;
        width: 190px;
        height: 190px;
        background: #fff;
        border-radius: 50%;
        z-index: 1; }
        .ThreeIssues .IssuesList > li .ImageBlock img {
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          transform: translateY(-50%);
          line-height: 190px;
          display: block;
          margin: 0 auto; }
      .ThreeIssues .IssuesList > li:nth-child(1) .ImageBlock img {
        width: 111px; }
      .ThreeIssues .IssuesList > li:nth-child(2) .ImageBlock img {
        width: 125px; }
      .ThreeIssues .IssuesList > li:nth-child(3) .ImageBlock img {
        width: 132px; }
      .ThreeIssues .IssuesList > li .DetailBlock {
        display: flex;
        flex-direction: column;
        width: 100%;
        font-size: 93.75%; }
        .ThreeIssues .IssuesList > li .DetailBlock h4 {
          text-align: center;
          width: 54px;
          height: 54px;
          line-height: 54px;
          font-weight: bold;
          position: absolute;
          top: 23px;
          display: block;
          color: #fff;
          border-radius: 50%; }
        .ThreeIssues .IssuesList > li .DetailBlock p {
          font-size: 113.33333%; }
        .ThreeIssues .IssuesList > li .DetailBlock .Task .ListStyle1,
        .ThreeIssues .IssuesList > li .DetailBlock .Task p,
        .ThreeIssues .IssuesList > li .DetailBlock .Solution .ListStyle1,
        .ThreeIssues .IssuesList > li .DetailBlock .Solution p {
          font-size: 113.33333%; }
        .ThreeIssues .IssuesList > li .DetailBlock .Task p,
        .ThreeIssues .IssuesList > li .DetailBlock .Solution p {
          display: flex;
          flex-direction: column;
          justify-content: center;
          width: 100%;
          box-sizing: border-box;
          min-height: 70px;
          margin-bottom: 0;
          padding-left: 68px; }
        .ThreeIssues .IssuesList > li .DetailBlock .Task p {
          color: #dc0000; }
        .ThreeIssues .IssuesList > li .DetailBlock .Task .ListStyle1,
        .ThreeIssues .IssuesList > li .DetailBlock .Solution .ListStyle1 {
          display: flex;
          flex-direction: column;
          justify-content: center;
          width: 100%;
          box-sizing: border-box;
          min-height: 70px;
          padding-left: 60px;
          margin-bottom: 0; }
          .ThreeIssues .IssuesList > li .DetailBlock .Task .ListStyle1 li,
          .ThreeIssues .IssuesList > li .DetailBlock .Solution .ListStyle1 li {
            position: relative;
            line-height: 150%;
            background: none; }
            .ThreeIssues .IssuesList > li .DetailBlock .Task .ListStyle1 li:last-child,
            .ThreeIssues .IssuesList > li .DetailBlock .Solution .ListStyle1 li:last-child {
              margin-bottom: 0; }
            .ThreeIssues .IssuesList > li .DetailBlock .Task .ListStyle1 li span,
            .ThreeIssues .IssuesList > li .DetailBlock .Solution .ListStyle1 li span {
              color: #00aa00; }
            .ThreeIssues .IssuesList > li .DetailBlock .Task .ListStyle1 li:before,
            .ThreeIssues .IssuesList > li .DetailBlock .Solution .ListStyle1 li:before {
              content: "";
              position: absolute;
              width: 5px;
              height: 5px;
              top: 8px;
              left: 5px;
              border-radius: 50%;
              background: #333; }
        .ThreeIssues .IssuesList > li .DetailBlock .Task {
          width: 100%;
          min-height: 100px;
          display: flex;
          align-items: center;
          -webkit-align-items: center;
          background: rgba(240, 0, 0, 0.1);
          padding: 15px;
          box-sizing: border-box;
          padding-left: 220px;
          margin-bottom: 7px;
          position: relative; }
          .ThreeIssues .IssuesList > li .DetailBlock .Task h4 {
            background: #dc0000;
            font-size: 100%;
            margin-bottom: 0; }
          .ThreeIssues .IssuesList > li .DetailBlock .Task p,
          .ThreeIssues .IssuesList > li .DetailBlock .Task .ListStyle1 {
            color: #dc0000; }
          .ThreeIssues .IssuesList > li .DetailBlock .Task .ListStyle1 {
            color: #dc0000; }
            .ThreeIssues .IssuesList > li .DetailBlock .Task .ListStyle1 li:before {
              background: #dc0000; }
        .ThreeIssues .IssuesList > li .DetailBlock .Solution {
          display: flex;
          flex-direction: column;
          width: 100%;
          min-height: 100px;
          position: relative;
          background: rgba(0, 150, 0, 0.1);
          box-sizing: border-box;
          padding: 15px;
          padding-left: 220px; }
          .ThreeIssues .IssuesList > li .DetailBlock .Solution h4 {
            background: #00aa00;
            font-size: 100%; }
  .ThreeIssues img {
    display: block;
    width: 202px;
    margin: 0 auto 20px; }
  .ThreeIssues .SupportText {
    font-size: 118.75%;
    color: #212121;
    text-align: center;
    font-weight: bold;
    padding: 20px 5px;
    margin-top: 60px;
    border: 1px solid #333333; }
  @media screen and (max-width: 994px) {
    .JS .ThreeIssues .IssuesList > li {
      margin-top: 0; }
      .JS .ThreeIssues .IssuesList > li .ImageBlock {
        width: 170px;
        height: 170px;
        left: 20px; }
      .JS .ThreeIssues .IssuesList > li .DetailBlock .Task,
      .JS .ThreeIssues .IssuesList > li .DetailBlock .Solution {
        padding-left: 200px;
        padding-left: 200px; }
    .JS .ThreeIssues .SupportText {
      font-size: 100%;
      margin-top: 30px; } }
  @media screen and (max-width: 579px) {
    .JS .ThreeIssues {
      padding-bottom: 60px; }
      .JS .ThreeIssues h2 {
        height: auto;
        line-height: auto; }
      .JS .ThreeIssues .IssuesList {
        display: block;
        margin-top: 20px; }
        .JS .ThreeIssues .IssuesList > li {
          display: block;
          flex-direction: column;
          text-align: center;
          max-width: 100%;
          padding: 10px 0 0;
          margin-bottom: 0; }
          .JS .ThreeIssues .IssuesList > li .ImageBlock {
            position: relative;
            top: 0;
            left: 0;
            width: 190px;
            height: 190px;
            transform: translateY(0);
            margin: 0 auto; }
            .JS .ThreeIssues .IssuesList > li .ImageBlock img {
              width: 140px !important; }
          .JS .ThreeIssues .IssuesList > li .DetailBlock p,
          .JS .ThreeIssues .IssuesList > li .Solution p {
            text-align: left; }
          .JS .ThreeIssues .IssuesList > li .DetailBlock .ListStyle1 li,
          .JS .ThreeIssues .IssuesList > li .Solution .ListStyle1 li {
            text-align: left; }
          .JS .ThreeIssues .IssuesList > li .DetailBlock {
            width: 100%; }
            .JS .ThreeIssues .IssuesList > li .DetailBlock .Task {
              width: auto;
              max-width: 100%;
              padding: 15px; }
            .JS .ThreeIssues .IssuesList > li .DetailBlock .Solution {
              width: auto;
              max-width: 100%;
              padding: 15px; }
    .JS .ThreeIssues .SupportText {
      text-align: left; } }
  @media screen and (max-width: 399px) {
    .JS .ThreeIssues ul li ul li {
      text-align: left; } }

  table.FuncTable th,
  table.FuncTable td {
    border: 1px solid #b3b3b3; }
  table.FuncTable th {
    text-align: center;
    font-weight: bold;
    background-color: #e6e6e6; }

/* Floating Banner */
#PickUp {
  position: fixed;
  top: 300px;
  right: 0;
  z-index: 100;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-end; }
  #PickUp dl {
    display: flex;
    flex-flow: row nowrap;
    width: auto;
    height: 6em;
    margin-bottom: 10px;
    color: #ffffff;
    cursor: pointer; }
  #PickUp dl:last-child { margin-bottom: 0; }
  #PickUp dt {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 0.5em;
    line-height: 120%;
    text-align: center;
    font-weight: bold;
    background-image: url(/products/infrastructure/portal/industry/image/top/icon_banner_open.png);
    background-repeat: no-repeat;
    background-position: right 5px top 5px;
    background-color: rgba(177, 0, 14, 0.8);
    border-top-left-radius: 300px;
    border-bottom-left-radius: 300px; }
  #PickUp dl.opened dt {
    background-image: none; }
  #PickUp dd {
    padding: 0.5em 0;
    background-color: rgba(177, 0, 14, 0.8); }

.JS #PickUp dd {
  display: none; }

#PickUp dl.opened dd {
  background-image: url(/products/infrastructure/portal/industry/image/top/icon_banner_close.png);
  background-repeat: no-repeat;
  background-position: right 5px top 5px; }
#PickUp dd .Inner {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 0.5em 1em 0 0.5em;
  border-left: 2px solid #fff;
  box-sizing: border-box; }
  #PickUp dd .Inner p {
    margin-bottom: 0;
    line-height: 130%;
    white-space: nowrap; }
  #PickUp dd .Inner a {
    padding-right: 20px;
    color: #ffffff;
    background-image: url(/products/infrastructure/portal/industry/image/top/arw_accordion_link.gif);
    background-repeat: no-repeat;
    background-position: right 2px center; }
    #PickUp dd .Inner a:hover, #PickUp dd .Inner a:active {
      background-position: right center; }
