ul.newsList {
  border-top: 1px dotted #dddddd; }
  ul.newsList li {
    border-bottom: 1px dotted #dddddd; }
    @media (max-width: 720px) {
      ul.newsList li {
        padding: 0;
        margin: 0; } }
    ul.newsList li a {
      display: flex;
      display: -moz-flex;
      display: -webkit-flex;
      display: -ms-flex;
      display: -o-flex;
      text-decoration: none;
      color: #222222;
      justify-content: flex-start;
      align-content: center;
      align-items: center;
      position: relative;
      transition: all 0.2s ease-in-out;
      padding: 10px 100px 10px 0; }
      @media (max-width: 720px) {
        ul.newsList li a {
          transition: all 0s ease-in-out;
          padding: 0 60px 0 0; } }
      ul.newsList li a:before {
        content: "";
        width: 1px;
        height: 40%;
        background-color: #dddddd;
        position: absolute;
        right: 70px;
        top: 30%;
        margin: 0; }
        @media (max-width: 720px) {
          ul.newsList li a:before {
            right: 30px;
            transition: all 0s ease-in-out; } }
      ul.newsList li a:after {
        content: "";
        width: 10px;
        height: 10px;
        display: block;
        border-right: 2px solid #cccccc;
        border-bottom: 2px solid #cccccc;
        transform: rotate(-45deg);
        position: absolute;
        right: 25px;
        top: 50%;
        margin: -6px 0 0 0;
        transition: all 0.2s ease-in-out; }
        @media (max-width: 720px) {
          ul.newsList li a:after {
            right: 5px;
            transition: all 0s ease-in-out; } }
      ul.newsList li a div {
        flex: 2;
        width: auto;
        padding: 20px 0; }
        @media (max-width: 960px) {
          ul.newsList li a div {
            padding: 10px 0; } }
        ul.newsList li a div div.flexBox {
          margin: 0;
          padding: 0; }
          @media (max-width: 720px) {
            ul.newsList li a div div.flexBox {
              display: flex;
              display: -moz-flex;
              display: -webkit-flex;
              display: -ms-flex;
              display: -o-flex;
              flex-direction: row;
              justify-content: flex-start; } }
          ul.newsList li a div div.flexBox p {
            margin: 0 0 0 10px;
            background-color: #000000;
            padding: 0 10px;
            display: inline-block;
            color: #ffffff;
            width: auto; }
          ul.newsList li a div div.flexBox time {
            font-size: 13px;
            display: inline-block;
            margin: 0 10px 0 0; }
            @media (max-width: 720px) {
              ul.newsList li a div div.flexBox time {
                font-size: 11px;
                width: auto; } }
        ul.newsList li a div p {
          font-size: 13px;
          margin: 0.5em 0 0 0;
          color: #777777; }
          @media (max-width: 720px) {
            ul.newsList li a div p {
              display: none; } }
        ul.newsList li a div h3 {
          margin: 0.5em 0;
          padding: 0;
          font-size: 16px;
          transition: all 0.2s ease-in-out;
          border: none; }
          @media (max-width: 720px) {
            ul.newsList li a div h3 {
              margin: 0.25em 0;
              font-size: 14px;
              font-weight: normal; } }
        ul.newsList li a div.thumbnail {
          flex: none;
          width: 180px;
          margin: 0 20px;
          border: 1px solid #dddddd;
          padding: 1px;
          height: 120px;
          overflow: hidden;
          position: relative;
          background-color: #f7f7f7; }
          @media (max-width: 720px) {
            ul.newsList li a div.thumbnail {
              width: 60px;
              margin: 0 10px 0 0;
              height: 40px; } }
          @media (min-width: 721px) and (max-width: 960px) {
            ul.newsList li a div.thumbnail {
              width: 120px;
              margin: 0 20px 0 0;
              height: 80px; } }
          ul.newsList li a div.thumbnail img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: auto; }
      ul.newsList li a:hover div h3 {
        color: #0066CC; }
      ul.newsList li a:hover div.thumbnail {
        border: 1px solid #0066CC; }
      ul.newsList li a:hover:after {
        right: 20px;
        border-right: 2px solid #0066CC;
        border-bottom: 2px solid #0066CC; }
        @media (max-width: 720px) {
          ul.newsList li a:hover:after {
            right: 5px !important; } }

ul.post-categories {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
  margin: 0; }
  ul.post-categories li {
    background-color: #000000;
    color: #ffffff;
    margin: 0 5px 5px 0;
    padding: 0 10px;
    border: none;
    font-size: 13px;
    width: auto;
    min-width: 8em;
    text-align: center; }
    @media (max-width: 720px) {
      ul.post-categories li {
        font-size: 12px;
        line-height: 18px; } }
    ul.post-categories li a {
      display: block;
      padding: 0 10px;
      color: #ffffff;
      margin: 0 -10px;
      position: relative; }
      ul.post-categories li a:hover {
        background-color: #ED1C24; }
    ul.post-categories li.event {
      background-color: #43A047; }
    ul.post-categories li.information {
      background-color: #00ACC1; }
    ul.post-categories li.campaign {
      background-color: #5E35B1; }
    ul.post-categories li.products_info {
      background-color: #D81B60; }

#newsIndexPage {
  padding: 40px 0 4vw 40px; }
  @media (max-width: 720px) {
    #newsIndexPage {
      padding: 15px; } }
  @media (min-width: 721px) and (max-width: 960px) {
    #newsIndexPage {
      padding: 20px 20px 4vw 20px; } }

#newsMain {
  position: relative; }

#newsSingle {
  position: relative; }
  #newsSingle #newsHeader {
    padding: 40px 0 20px 0;
    margin: 0 0 0 40px;
    position: relative;
    border-bottom: 1px solid #bbbbbb;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    z-index: 1;
    flex-wrap: wrap; }
    @media (max-width: 720px) {
      #newsSingle #newsHeader {
        padding: 15px;
        margin: 0; } }
    @media (min-width: 721px) and (max-width: 960px) {
      #newsSingle #newsHeader {
        padding: 20px 0;
        margin: 0 20px; } }
    #newsSingle #newsHeader:before {
      content: "";
      width: 100%;
      height: 4px;
      background-color: #eeeeee;
      position: absolute;
      bottom: -5px;
      left: 0; }
      @media (min-width: 721px) and (max-width: 960px) {
        #newsSingle #newsHeader:before {
          height: 3px; } }
    #newsSingle #newsHeader h1, #newsSingle #newsHeader h2, #newsSingle #newsHeader h3, #newsSingle #newsHeader h4, #newsSingle #newsHeader h5, #newsSingle #newsHeader h6 {
      margin: 0 0 0.5em 0;
      width: 100%; }
      @media (max-width: 720px) {
        #newsSingle #newsHeader h1, #newsSingle #newsHeader h2, #newsSingle #newsHeader h3, #newsSingle #newsHeader h4, #newsSingle #newsHeader h5, #newsSingle #newsHeader h6 {
          line-height: 1.5; } }
    #newsSingle #newsHeader .newsTitle {
      font-size: 22px;
      font-weight: bold;
      line-height: 1.5; }
      @media (max-width: 1280px) {
        #newsSingle #newsHeader .newsTitle {
          font-size: 18px; } }
    #newsSingle #newsHeader time {
      display: inline-block;
      padding: 0 10px 0 0; }
  @media (max-width: 720px) {
    #newsSingle #newsSide {
      display: none; } }

#caseArchive .article a {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
  width: 100%;
  height: 100%;
  padding: 15px;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-decoration: none;
  border: 1px solid #ffffff;
  border-bottom: 1px dotted #eeeeee;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  position: relative;
  padding: 0 100px 0 0; }
  @media (max-width: 720px) {
    #caseArchive .article a {
      padding: 0 60px 0 0; } }
  #caseArchive .article a:before {
    content: "";
    width: 1px;
    height: 40%;
    background-color: #dddddd;
    position: absolute;
    right: 70px;
    top: 30%;
    margin: 0; }
    @media (max-width: 720px) {
      #caseArchive .article a:before {
        right: 30px; } }
  #caseArchive .article a:after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-right: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    transform: rotate(-45deg);
    position: absolute;
    right: 25px;
    top: 50%;
    margin: -6px 0 0 0;
    transition: all 0.2s ease-in-out; }
    @media (max-width: 720px) {
      #caseArchive .article a:after {
        right: 5px; } }
  #caseArchive .article a div.thumbnail {
    width: 120px;
    height: 120px;
    padding: 5px;
    border: 1px solid #dddddd;
    margin: 10px 20px 10px 0;
    transition: all 0.2s ease-in-out; }
    @media (max-width: 720px) {
      #caseArchive .article a div.thumbnail {
        width: 60px;
        height: 60px; } }
    #caseArchive .article a div.thumbnail img {
      width: 120px;
      height: 120px;
      object-fit: contain; }
      @media (max-width: 720px) {
        #caseArchive .article a div.thumbnail img {
          width: 60px;
          height: 60px; } }
  #caseArchive .article a div.text {
    flex: 1; }
    #caseArchive .article a div.text h3 {
      border: none;
      margin: 0 0 1em 0;
      padding: 0; }
    @media (max-width: 720px) {
      #caseArchive .article a div.text p {
        display: none; } }
  #caseArchive .article a:hover {
    color: #0066CC; }
    #caseArchive .article a:hover .thumbnail {
      border: 1px solid #0066CC; }
    #caseArchive .article a:hover:after {
      right: 20px;
      border-right: 2px solid #0066CC;
      border-bottom: 2px solid #0066CC; }
      @media (max-width: 720px) {
        #caseArchive .article a:hover:after {
          right: 5px; } }

#caseSingle #caseHeader {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
  position: relative;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding: 20px 0 20px 40px; }
  @media (max-width: 720px) {
    #caseSingle #caseHeader {
      padding: 10px 0 10px 15px; } }
  #caseSingle #caseHeader:before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: 1px solid #222222;
    background-image: url(../images/dot.png); }
  #caseSingle #caseHeader .thumbnail {
    margin: 20px;
    width: 240px;
    box-shadow: 0 0.5vw 2vw 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    position: relative; }
    @media (max-width: 720px) {
      #caseSingle #caseHeader .thumbnail {
        margin: 15px;
        width: 120px; } }
    #caseSingle #caseHeader .thumbnail img {
      width: 100%;
      height: auto; }
  #caseSingle #caseHeader .text {
    position: relative;
    padding: 0 0 0 20px;
    border-left: 5px solid #222222; }
    @media (max-width: 720px) {
      #caseSingle #caseHeader .text {
        border-left: none; } }
    #caseSingle #caseHeader .text h2 {
      margin: 0 0 0.5em 0; }
    #caseSingle #caseHeader .text ul {
      display: flex;
      display: -moz-flex;
      display: -webkit-flex;
      display: -ms-flex;
      display: -o-flex; }
      #caseSingle #caseHeader .text ul li {
        border: 1px solid #ffffff;
        padding: 0 10px;
        margin: 0 5px 5px 0; }

#newsIndexHeader {
  background-image: url(../images/news/newsheader.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

#columnIndexHeader {
  background-image: url(../images/column.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }

#caseIndexHeader {
  background-image: url(../images/case.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

#columnSingleHeader {
  height: 100px;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
  flex-direction: column;
  justify-content: center; }
  #columnSingleHeader h1, #columnSingleHeader h2 {
    font-weight: bold;
    margin: 0;
    padding: 0; }

#columnArchive {
  padding: 40px 0 4vw 40px; }
  @media (max-width: 720px) {
    #columnArchive {
      padding: 15px; } }
  #columnArchive .article {
    border-top: 1px dotted #dddddd;
    border-bottom: 1px dotted #dddddd;
    padding: 0; }
    #columnArchive .article a {
      display: flex;
      display: -moz-flex;
      display: -webkit-flex;
      display: -ms-flex;
      display: -o-flex;
      text-decoration: none;
      color: #222222;
      justify-content: flex-start;
      align-content: center;
      align-items: center;
      position: relative;
      transition: all 0.2s ease-in-out;
      padding: 10px 100px 10px 0; }
      @media (max-width: 720px) {
        #columnArchive .article a {
          padding: 0 60px 0 0; } }
      #columnArchive .article a:before {
        content: "";
        width: 1px;
        height: 40%;
        background-color: #dddddd;
        position: absolute;
        right: 70px;
        top: 30%;
        margin: 0; }
        @media (max-width: 720px) {
          #columnArchive .article a:before {
            right: 30px; } }
      #columnArchive .article a:after {
        content: "";
        width: 10px;
        height: 10px;
        display: block;
        border-right: 2px solid #cccccc;
        border-bottom: 2px solid #cccccc;
        transform: rotate(-45deg);
        position: absolute;
        right: 25px;
        top: 50%;
        margin: -6px 0 0 0;
        transition: all 0.2s ease-in-out; }
        @media (max-width: 720px) {
          #columnArchive .article a:after {
            right: 5px; } }
      #columnArchive .article a .thumbnail {
        width: 180px;
        height: 140px;
        border: 1px solid #dddddd;
        margin: 0 20px 0 0;
        transition: all 0.2s ease-in-out; }
        @media (max-width: 720px) {
          #columnArchive .article a .thumbnail {
            width: 60px;
            height: 60px;
            padding: 0px;
            margin: 10px 20px 10px 0; } }
        #columnArchive .article a .thumbnail img {
          width: 160px;
          height: 120px;
          object-fit: contain;
          padding: 10px; }
          @media (max-width: 720px) {
            #columnArchive .article a .thumbnail img {
              width: 60px;
              height: 60px;
              padding: 0px; } }
      #columnArchive .article a .text {
        flex: 1; }
        @media (max-width: 720px) {
          #columnArchive .article a .text h3 {
            border: none;
            margin: 0 0 1em 0;
            padding: 0; } }
        @media (max-width: 720px) {
          #columnArchive .article a .text p {
            display: none; } }
      #columnArchive .article a:hover {
        color: #0066CC; }
        #columnArchive .article a:hover .thumbnail {
          border: 1px solid #0066CC; }
        #columnArchive .article a:hover:after {
          right: 20px;
          border-right: 2px solid #0066CC;
          border-bottom: 2px solid #0066CC; }
          @media (max-width: 720px) {
            #columnArchive .article a:hover:after {
              right: 5px; } }
    #columnArchive .article + .article {
      border-top: none; }

@media (max-width: 720px) {
  #columnSide {
    display: none; } }
@media (min-width: 721px) and (max-width: 960px) {
  #columnSide {
    display: none; } }
#columnSide ul li {
  font-size: 0.9em; }
  #columnSide ul li a {
    display: block;
    padding: 10px 30px 10px 0;
    color: #222222; }

#faqIndexPage {
  padding-top: 0px; }
  @media (max-width: 720px) {
    #faqIndexPage {
      padding: 0px; } }
  @media (max-width: 720px) {
    #faqIndexPage ul.questionList {
      padding: 0 15px 15px 15px; } }

#faqSingle header#faqHeader {
  position: relative;
  margin: 0 0 0 40px;
  min-height: 100px;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 720px) {
    #faqSingle header#faqHeader {
      margin: 15px;
      min-height: 60px; } }
  @media (min-width: 721px) and (max-width: 960px) {
    #faqSingle header#faqHeader {
      margin: 20px;
      min-height: 60px; } }
  #faqSingle header#faqHeader h2 {
    position: relative;
    padding: 30px 0 30px 60px;
    margin: 0 0 5px 0; }
    @media (max-width: 720px) {
      #faqSingle header#faqHeader h2 {
        padding: 15px 0 15px 60px; } }
    @media (min-width: 721px) and (max-width: 960px) {
      #faqSingle header#faqHeader h2 {
        padding: 20px 0 20px 60px; } }
    #faqSingle header#faqHeader h2:before {
      content: "Q";
      width: 40px;
      height: 40px;
      line-height: 40px;
      background-color: #de1219;
      color: #ffffff;
      box-shadow: 0px 2px 5px 0px rgba(237, 28, 36, 0.3);
      position: absolute;
      left: 0px;
      top: 50%;
      text-align: center;
      margin: -20px 0 0 0;
      border-radius: 2px;
      font-weight: bold;
      font-size: 18px; }
      @media (max-width: 720px) {
        #faqSingle header#faqHeader h2:before {
          font-size: 16px; } }
  #faqSingle header#faqHeader dl {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: flex-start;
    padding: 10px 0; }
    @media (min-width: 721px) and (max-width: 960px) {
      #faqSingle header#faqHeader dl {
        margin: 0; } }
    #faqSingle header#faqHeader dl dt {
      color: #777777;
      padding: 5px 20px;
      font-size: 13px;
      border-right: 1px solid #dddddd; }
      @media (max-width: 720px) {
        #faqSingle header#faqHeader dl dt {
          padding: 5px 10px;
          margin: 0; } }
      @media (min-width: 721px) and (max-width: 960px) {
        #faqSingle header#faqHeader dl dt {
          margin: 0; } }
    #faqSingle header#faqHeader dl dd {
      padding: 5px 10px;
      font-size: 13px; }
      @media (max-width: 720px) {
        #faqSingle header#faqHeader dl dd {
          margin: 0; } }
      @media (min-width: 721px) and (max-width: 960px) {
        #faqSingle header#faqHeader dl dd {
          margin: 0; } }
      #faqSingle header#faqHeader dl dd a {
        display: inline-block;
        padding: 0 10px 0 0; }
#faqSingle #faqArticle {
  padding: 40px 0 3vw 100px;
  position: relative; }
  @media (max-width: 960px) {
    #faqSingle #faqArticle {
      padding: 20px 20px 20px 80px; } }
  #faqSingle #faqArticle:before {
    content: "A";
    width: 40px;
    height: 40px;
    position: absolute;
    left: 40px;
    top: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid rgba(237, 28, 36, 0.5);
    color: #ED1C24;
    box-shadow: 0px 2px 5px 0px rgba(237, 28, 36, 0.3);
    border-radius: 2px;
    font-weight: bold;
    font-size: 18px; }
    @media (max-width: 960px) {
      #faqSingle #faqArticle:before {
        left: 20px;
        top: 20px; } }
@media (max-width: 960px) {
  #faqSingle .newsSingle .pageSide,
  #faqSingle .columnSingle .pageSide,
  #faqSingle .faqSingle .pageSide,
  #faqSingle .caseSingle .pageSide,
  #faqSingle .productSingle .pageSide {
    display: none; } }

#applicationArchive ul li {
  border-bottom: 1px solid #dddddd; }
  #applicationArchive ul li a {
    padding: 15px 0;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 18px; }
    #applicationArchive ul li a:after {
      font-family: "Font Awesome 5 Free";
      content: "\f054";
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      font-weight: 900;
      width: 20px;
      height: 20px;
      line-height: 20px;
      display: block;
      text-align: center;
      position: absolute;
      right: 10px;
      top: 50%;
      margin: -10px 0 0 0;
      font-size: 9px;
      color: #777777;
      transition: all 0.2s ease-in-out; }

#applicationArchive ul.applications {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  position: relative;
  justify-content: space-between; }
  #applicationArchive ul.applications li {
    flex: none;
    width: 49%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: 1.25; }
    @media (max-width: 720px) {
      #applicationArchive ul.applications li {
        width: 100%; } }
    #applicationArchive ul.applications li a {
      box-sizing: border-box;
      font-size: 15px;
      padding: 0 30px 0 10px;
      height: 50px;
      display: flex;
      display: -moz-flex;
      display: -webkit-flex;
      display: -ms-flex;
      display: -o-flex;
      flex-direction: column;
      justify-content: center;
      line-height: 1.25; }

@media (max-width: 720px) {
  .newsSingle .pageSide,
  .columnSingle .pageSide, .faqSingle .pageSide, .caseSingle .pageSide, .productSingle .pageSide {
    display: none; } }
@media (min-width: 721px) and (max-width: 960px) {
  .productSingle .pageSide {
    display: none; } }

/*# sourceMappingURL=news.css.map */
