main.knowledge > .h-02-01 .rows .cols {
  position: relative; }
  main.knowledge > .h-02-01 .rows .cols .inner .img {
    position: relative; }
    main.knowledge > .h-02-01 .rows .cols .inner .img h2 {
      position: absolute;
      top: 50%;
      left: 0%;
      -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      color: #fff;
      width: 100%;
      text-align: center; }
      main.knowledge > .h-02-01 .rows .cols .inner .img h2:after {
        content: "";
        display: block; }
  main.knowledge > .h-02-01 .rows .cols .inner .elem p {
    margin-top: 0; }
main.knowledge > .h-02-01 .rows .water_reuse .inner .img h2:after {
  background-image: url(../images/icon-water_reuse.svg);
  background-repeat: no-repeat;
  background-size: cover; }

main.knowledge > .h-02-01 .rows .gts .inner .img h2:after {
  background-image: url(../images/icon-gts.svg);
  background-repeat: no-repeat;
  background-size: cover; }

main.knowledge > .h-02-01 .rows .aquagrid .inner .img h2:after {
  background-image: url("../images/icon-aquagrid.svg");
  background-repeat: no-repeat;
  background-size: cover; }

main.knowledge > .h-02-01 .rows .mbfr .inner .img h2:after {
  background-image: url(../images/icon-mbfr.svg);
  background-repeat: no-repeat;
  background-size: cover; }

main.knowledge > .h-02-01 .rows .manuals .inner .img h2:after {
  background-image: url(../images/icon-manual.svg);
  background-repeat: no-repeat;
  background-size: cover; }

main.knowledge > .h-02-01 .rows .bulletin .inner .img h2:after {
  background-image: url(../images/icon-bulletin.svg);
  background-repeat: no-repeat;
  background-size: cover; }

main.knowledge > .h-02-01 .rows .articles .inner .img h2:after {
  background-image: url(../images/icon-articles.svg);
  background-repeat: no-repeat;
  background-size: cover; }

main.knowledge > .h-02-01 .rows .videos .inner .img h2:after {
  background-image: url(../images/icon-video.svg);
  background-repeat: no-repeat;
  background-size: cover; }

main.knowledge > .h-02-01 .rows .casestudy .inner .img h2:after {
  background-image: url(../images/icon-casestudy.svg);
  background-repeat: no-repeat;
  background-size: cover; }

main.knowledge > .h-02-01 .rows .designtool .inner .img h2:after {
  background-image: url(../images/icon-designtool.svg);
  background-repeat: no-repeat;
  background-size: cover; }

main.knowledge > .h-02-01 .rows .newsletter .inner .img h2:after {
  background-image: url(../images/icon-newsletter.svg);
  background-repeat: no-repeat;
  background-size: cover; }

main.knowledge-tool-download{
    padding-bottom:80px;}
main.knowledge-tool-download h1,
main.knowledge-tool-ds h1,
main.knowledge-tool.-uf h1,
main.knowledge-tool.-mbr h1 {
  max-width: 1080px;
  /* tablet */
  /* sp */
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid #004098; }
  @media screen and (max-width: 1080px) and (min-width: 768px) {
    main.knowledge-tool-download h1,
    main.knowledge-tool-ds h1,
	main.knowledge-tool.-uf h1,
	main.knowledge-tool.-mbr h1 {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 767px) {
    main.knowledge-tool-download{
      padding-bottom:40px;}
    main.knowledge-tool-download h1,
    main.knowledge-tool-ds h1,
	main.knowledge-tool.-uf h1,
	main.knowledge-tool.-mbr h1 {
      width: calc(100% - 20px); } }

main.knowledge-tool-download .bloc,
main.knowledge-tool-ds .bloc {
  max-width: 1080px;
  /* tablet */
  /* sp */ }
  @media screen and (max-width: 1080px) and (min-width: 768px) {
    main.knowledge-tool-download .bloc,
    main.knowledge-tool-ds .bloc,
	main.knowledge-tool.-uf .bloc,
	main.knowledge-tool.-mbr .bloc {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 767px) {
    main.knowledge-tool-download .bloc,
    main.knowledge-tool-ds .bloc,
	main.knowledge-tool.-uf .bloc,
	main.knowledge-tool.-mbr .bloc {
      width: calc(100% - 20px); } }
  main.knowledge-tool-download .bloc h2,
  main.knowledge-tool-ds .bloc h2 {
    color: #004098; }

main.knowledge-tool .bloc.download .g-02-01 > .text p {
  margin-bottom: 20px; }

main .bloc.mv .player {
  position: relative;
  padding-top: 56.5%;
  height: 0;
  overflow: hidden;
  display: block; }
  main .bloc.mv .player iframe {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 100%;
    height: 100%; }

.knowledge-list {
  width: 100%;
  /* height: 490px; */
  background-image: url(../images/list/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 95px;
  padding-bottom: 95px;
  }
  .knowledge-list h1 {
    font-size: 34px;
    letter-spacing: 0px;
    line-height: 28px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 70px; }
  .knowledge-list .h-02-01 {
    max-width: 1080px;
    /* tablet */
    /* sp */ }
    @media screen and (max-width: 1080px) and (min-width: 768px) {
      .knowledge-list .h-02-01 {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (max-width: 767px) {
      .knowledge-list .h-02-01 {
        width: calc(100% - 20px); } }
    .knowledge-list .h-02-01 .rows .cols {
      background-color: transparent;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: calc(24% - 16px);
     }
     .knowledge-list .h-02-01.col5 .rows .cols:nth-child(5n) {
      margin-right: 20px; }
      .knowledge-list .h-02-01 .rows .cols .inner .img {
        position: relative;
        overflow: hidden; }
        .knowledge-list .h-02-01 .rows .cols .inner .img:before {
          content: '';
          position: absolute;
          width: 143%;
          height: 100%;
          background: rgba(0, 64, 152, 0.3);
          -webkit-transform-origin: 100% 0;
          -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
          -webkit-transform: skewX(-35deg) translateX(-100%);
          -ms-transform: skewX(-35deg) translateX(-100%);
          transform: skewX(-35deg) translateX(-100%);
          -webkit-transition: 500ms;
          transition: 500ms; }
      .knowledge-list .h-02-01 .rows .cols .inner .elem {
        padding: 15px 0 0; }
        .knowledge-list .h-02-01 .rows .cols .inner .elem .heading {
          font-size: 16px;
          letter-spacing: 0px;
          line-height: 24px;
          font-weight: bold;
          color: #fff; }
      .knowledge-list .h-02-01 .rows .cols .arrow {
        width: 30px;
        height: 8px;
        margin-top: 20px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        -webkit-transform: skewX(35deg);
        -ms-transform: skewX(35deg);
        transform: skewX(35deg);
        -webkit-transition: 300ms;
        transition: 300ms; }
      .knowledge-list .h-02-01 .rows .cols:hover {
        opacity: 1; }
        .knowledge-list .h-02-01 .rows .cols:hover .inner .img:before {
          -webkit-transform: skewX(-35deg) translateX(0);
          -ms-transform: skewX(-35deg) translateX(0);
          transform: skewX(-35deg) translateX(0); }
        .knowledge-list .h-02-01 .rows .cols:hover .arrow {
          width: 40px; }
    .knowledge-list .h-02-01 .rows .cols[target="_blank"] .inner .elem {
      padding: 15px 0 0; }
      .knowledge-list .h-02-01 .rows .cols[target="_blank"] .inner .elem .heading {
        display: inline-block;
        position: relative; }
        .knowledge-list .h-02-01 .rows .cols[target="_blank"] .inner .elem .heading:after {
          content: "";
          background-image: url(/shared/images/window_hover.svg);
          background-size: contain;
          background-repeat: no-repeat;
          width: 16px;
          height: 13px;
          display: block;
          position: absolute;
          top: 40%;
          right: -25px;
          -webkit-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%); }

/* pc */
@media screen and (min-width: 768px) {
  main.knowledge .l-01-01 {
    background-image: url(../images/kv.jpg);
    margin-bottom: 120px;
    margin-bottom: 84px; }
  main.knowledge > .h-02-01 {
    max-width: 1080px;
    /* tablet */
    /* sp */
    margin-bottom: 120px;
    margin-bottom: 84px; } }
  @media screen and (min-width: 768px) and (max-width: 1080px) and (min-width: 768px) {
    main.knowledge > .h-02-01 {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 768px) and (max-width: 767px) {
    main.knowledge > .h-02-01 {
      width: calc(100% - 20px); } }

@media screen and (min-width: 768px) {
    main.knowledge > .h-02-01 .rows .cols .inner .img h2 {
      font-size: 26px;
      letter-spacing: 0px;
      line-height: 34px;
      font-weight: bold; }
    main.knowledge > .h-02-01 .rows .cols .inner .img h2:after {
      margin: 15px auto 0; }
    main.knowledge > .h-02-01 .rows .water_reuse .inner .img h2:after {
      width: 52px;
      height: 52px; }
    main.knowledge > .h-02-01 .rows .gts .inner .img h2:after {
      width: 62px;
      height: 49px; }
    main.knowledge > .h-02-01 .rows .aquagrid .inner .img h2:after {
      width: 60px;
      height: 45px; }
    main.knowledge > .h-02-01 .rows .mbfr .inner .img h2:after {
      width: 48px;
      height: 62px; }
    main.knowledge > .h-02-01 .rows .manuals .inner .img h2:after {
      width: 67px;
      height: 53px; }
    main.knowledge > .h-02-01 .rows .bulletin .inner .img h2:after {
      width: 61px;
      height: 45px; }
    main.knowledge > .h-02-01 .rows .articles .inner .img h2:after {
      width: 67px;
      height: 68px; }
    main.knowledge > .h-02-01 .rows .videos .inner .img h2:after {
      width: 70px;
      height: 46px; }
    main.knowledge > .h-02-01 .rows .casestudy .inner .img h2:after {
      width: 66px;
      height: 62px; }
    main.knowledge > .h-02-01 .rows .designtool .inner .img h2:after {
      width: 67px;
      height: 58px; }
    main.knowledge > .h-02-01 .rows .newsletter .inner .img h2:after {
      width: 67px;
      height: 64px; }
  main.knowledge .bloc {
    max-width: 1080px;
    /* tablet */
    /* sp */ } }
  @media screen and (min-width: 768px) and (max-width: 1080px) and (min-width: 768px) {
    main.knowledge .bloc {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 768px) and (max-width: 767px) {
    main.knowledge .bloc {
      width: calc(100% - 20px); } }

@media screen and (min-width: 768px) {
    main.knowledge .bloc p {
      margin-bottom: 55px; }
  main.knowledge-manual .l-01-01 {
    background-image: url(../manual/images/kv.jpg);
    height: 208px;
    margin-bottom: 115px;
    margin-bottom: 81px; }
  main.knowledge-manual .bloc {
    max-width: 800px;
    /* tablet */
    /* sp */ } }
  @media screen and (min-width: 768px) and (max-width: 1080px) and (min-width: 768px) {
    main.knowledge-manual .bloc {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 768px) and (max-width: 767px) {
    main.knowledge-manual .bloc {
      width: calc(100% - 20px); } }

@media screen and (min-width: 768px) {
    main.knowledge-manual .bloc .h-02-01 {
      margin-top: 60px;
      margin-top: 42px;
      margin-bottom: 60px;
      margin-bottom: 42px; }
      main.knowledge-manual .bloc .h-02-01 .rows .cols {
        background-color: transparent; }
        main.knowledge-manual .bloc .h-02-01 .rows .cols .inner .elem {
          padding: 15px 0; }
          main.knowledge-manual .bloc .h-02-01 .rows .cols .inner .elem p {
            margin-top: 0; }
            main.knowledge-manual .bloc .h-02-01 .rows .cols .inner .elem p .icon-pdf {
              color: #004098; }
    main.knowledge-manual .bloc .intro-txt {
      margin-bottom: 80px;
      margin-bottom: 56px; }
    main.knowledge-manual .bloc .pdfs {
      margin-bottom: 85px;
      margin-bottom: 60px; }
      main.knowledge-manual .bloc .pdfs .a-02-01 {
        margin-bottom: 15px; }
  main.knowledge-video .l-01-01 {
    background-image: url(../video/images/kv.jpg);
    height: 208px;
    margin-bottom: 115px;
    margin-bottom: 81px; }
  main.knowledge-video .bloc {
    max-width: 800px;
    /* tablet */
    /* sp */ } }
  @media screen and (min-width: 768px) and (max-width: 1080px) and (min-width: 768px) {
    main.knowledge-video .bloc {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 768px) and (max-width: 767px) {
    main.knowledge-video .bloc {
      width: calc(100% - 20px); } }

@media screen and (min-width: 768px) {
  main.knowledge-video .bloc.lead {
    margin-bottom: 80px;
    margin-bottom: 56px; }
  main.knowledge-video .bloc.mv {
    margin-bottom: 120px;
    margin-bottom: 84px; }
  main.knowledge-reviews .l-01-01 {
    background-image: url(../article/images/kv.jpg);
    height: 208px;
    margin-bottom: 45px; }
  main.knowledge-reviews .bloc {
    max-width: 800px;
    /* tablet */
    /* sp */
    margin-bottom: 140px;
    margin-bottom: 98px; } }
  @media screen and (min-width: 768px) and (max-width: 1080px) and (min-width: 768px) {
    main.knowledge-reviews .bloc {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 768px) and (max-width: 767px) {
    main.knowledge-reviews .bloc {
      width: calc(100% - 20px); } }

@media screen and (min-width: 768px) {
    main.knowledge-reviews .bloc h2 {
      margin-bottom: -25px; }
    main.knowledge-reviews .bloc h3 {
      margin-top: 50px;
      margin-bottom: 30px; }
    main.knowledge-reviews .bloc table {
      margin-top: 50px; }
  main.knowledge-reviews .bloc.lead {
    margin-bottom: 80px;
    margin-bottom: 56px; }
  main.knowledge-casestudy .l-01-01 {
    background-image: url(../casestudy/images/kv.jpg);
    height: 208px;
    margin-bottom: 115px;
    margin-bottom: 81px; }
  main.knowledge-casestudy .bloc {
    max-width: 800px;
    /* tablet */
    /* sp */
    margin-bottom: 120px;
    margin-bottom: 84px; } }
  @media screen and (min-width: 768px) and (max-width: 1080px) and (min-width: 768px) {
    main.knowledge-casestudy .bloc {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 768px) and (max-width: 767px) {
    main.knowledge-casestudy .bloc {
      width: calc(100% - 20px); } }

@media screen and (min-width: 768px) {
    main.knowledge-casestudy .bloc .e-01-01 p {
      margin-top: 10px; }
  main.knowledge-casestudy .bloc.lead {
    margin-bottom: 110px;
    margin-bottom: 77px; }
  main.knowledge-casestudy .knowledge-list {
    margin-top: -15px; }
  main.knowledge-tool .l-01-01 {
    background-image: url(../tool/images/kv.jpg);
    height: 208px;
    margin-bottom: 45px; }
  main.knowledge-tool .bloc.lead {
    margin-bottom: 80px;
    margin-bottom: 56px; }
  main.knowledge-tool .bloc.download .g-02-01 > .text .skewButton .text {
    padding: 17px 10px 17px 92px !important; }
  main.knowledge-tool .bloc.download .g-02-01 > .text .skewButton:before {
    content: "";
    background-image: url(../images/icon-download.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 14px;
    display: block;
    position: absolute;
    top: 50%;
    left: 58px;
    z-index: 2;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
  main.knowledge-tool .bloc.download .g-02-01 > .text .skewButton:hover:before {
    background-image: url(../images/icon-download_hover.svg);
    background-size: contain;
    background-repeat: no-repeat; }
  main.knowledge-tool .bloc.download .g-02-01 > .text .basic-btn {
    margin: 0 12px 0px 30px; }
    main.knowledge-tool .bloc.download .g-02-01 > .text .basic-btn > a {
      padding-left: 65px; }
    main.knowledge-tool .bloc.download .g-02-01 > .text .basic-btn:before {
      content: "";
      background-image: url(../images/icon-download.svg);
      background-size: contain;
      background-repeat: no-repeat;
      width: 18px;
      height: 14px;
      display: block;
      position: absolute;
      top: 50%;
      left: 30px;
      z-index: 2;
      -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%); }
    main.knowledge-tool .bloc.download .g-02-01 > .text .basic-btn:hover:before {
      background-image: url(../images/icon-download_hover.svg);
      background-size: contain;
      background-repeat: no-repeat; }
  main.knowledge-tool .bloc {
    max-width: 800px;
    /* tablet */
    /* sp */
    margin-bottom: 140px;
    margin-bottom: 98px; } }
  @media screen and (min-width: 768px) and (max-width: 1080px) and (min-width: 768px) {
    main.knowledge-tool .bloc {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 768px) and (max-width: 767px) {
    main.knowledge-tool .bloc {
      width: calc(100% - 20px); } }

@media screen and (min-width: 768px) {
    main.knowledge-tool .bloc .a-02-01 {
      margin-bottom: 60px;
      margin-bottom: 42px; }
    main.knowledge-tool .bloc .g-02-01 {
      margin-top: 25px; }
      main.knowledge-tool .bloc .g-02-01 > * {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
      main.knowledge-tool .bloc .g-02-01 .img {
        width: calc(52% - 25px);
        position: relative; }
        main.knowledge-tool .bloc .g-02-01 .img span {
          position: absolute;
          color: #fff;
          text-align: center;
          top: 50%;
          left: 0;
          width: 100%;
          display: inline-block;
          -webkit-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
          font-size: 22px;
          letter-spacing: 0px;
          line-height: 25px; }
          main.knowledge-tool .bloc .g-02-01 .img span img {
            width: 12%;
            margin: 10px auto 0; }
      main.knowledge-tool .bloc .g-02-01 > .text {
        width: 48%; }
        main.knowledge-tool .bloc .g-02-01 > .text .caution-txt {
          margin-top: 15px;
          margin-bottom: 20px; }
        main.knowledge-tool .bloc .g-02-01 > .text .icon-pdf {
          margin-top: 30px; }
        main.knowledge-tool .bloc .g-02-01 > .text .basic-btn {
          position: relative;
          width: 250px; }
          main.knowledge-tool .bloc .g-02-01 > .text .basic-btn > a {
            width: auto; }
  main.knowledge-tool .bloc.production-tool .g-02-01 .img {
    width: calc(55% - 50px);
    margin-right: 50px; }
  main.knowledge-tool .bloc.production-tool .g-02-01 > .text {
    width: 45%; }
  main.knowledge-tool .knowledge-list {
    margin-top: -20px; }
  main.knowledge-tool-ds h1,
  main.knowledge-tool.-uf h1,
  main.knowledge-tool.-mbr h1 {
    margin-top: 20px;
    margin-bottom: 45px;
    padding-bottom: 50px; }
  main.knowledge-tool-ds .bloc.lead {
    margin-bottom: 55px; }
  main.knowledge-tool-ds .bloc {
    margin-bottom: 110px;
    margin-bottom: 77px; }
    main.knowledge-tool-ds .bloc h2 {
      margin-bottom: 35px; }
    main.knowledge-tool-ds .bloc h3 {
      margin-top: 35px;
      margin-bottom: 20px; }
    main.knowledge-tool-ds .bloc .skewButton {
      margin: 40px auto 60px; }
    main.knowledge-tool-ds .bloc .basic-btn {
      width: 250px;
      display: block;
      margin: 40px auto 60px; }
      main.knowledge-tool-ds .bloc .basic-btn > a {
        width: auto;
        padding-left: 20px;
        padding-right: 15px; }
        main.knowledge-tool-ds .bloc .basic-btn > a:after {
          right: 10px; }
    main.knowledge-tool-ds .bloc .c-03-01 {
      margin-top: 25px; }
  main.knowledge-tool-ds .bloc.prov-ver .skewButton .text {
    padding: 17px 0px 17px 48px !important; }
  main.knowledge-tool-ds .bloc.software {
    font-size: 0;
    letter-spacing: 0; }
    main.knowledge-tool-ds .bloc.software .ttl {
      display: block;
      text-align: center;
      font-size: 35px;
      letter-spacing: 0px;
      line-height: 40px;
      font-weight: bold;
      color: #333;
      margin-bottom: 60px; }
    main.knowledge-tool-ds .bloc.software > div {
      display: inline-block;
      vertical-align: top;
      width: 32%;
      letter-spacing: 0px; 
    margin-right: 2%;}
      main.knowledge-tool-ds .bloc.software > div:nth-child(3n) {
        margin-right: 0; }
      main.knowledge-tool-ds .bloc.software > div p {
        font-size: 16px;
        min-height: 48px; }
      main.knowledge-tool-ds .bloc.software > div .basic-btn {
        margin: 20px 0 0 20px; }
        main.knowledge-tool-ds .bloc.software > div .basic-btn > a {
          padding-left: 0;
          text-align: center; }
  main.knowledge-tool-download h1 {
    margin-top: 20px;
    margin-bottom: 45px;
    padding-bottom: 50px; } }

/* tablet */
@media screen and (max-width: 1080px) and (min-width: 768px) {
  main.knowledge > .h-02-01 .rows .cols .inner .img h2 {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 26px; }
    main.knowledge > .h-02-01 .rows .cols .inner .img h2:after {
      margin: 10px auto 0; }
  main.knowledge-manual .l-01-01 {
    margin-bottom: 60px;
    margin-bottom: 42px; }
  main.knowledge-manual .bloc {
    max-width: 800px;
    /* tablet */
    /* sp */ } }
  @media screen and (max-width: 1080px) and (min-width: 768px) and (max-width: 1080px) and (min-width: 768px) {
    main.knowledge-manual .bloc {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 1080px) and (min-width: 768px) and (max-width: 767px) {
    main.knowledge-manual .bloc {
      width: calc(100% - 20px); } }

@media screen and (max-width: 1080px) and (min-width: 768px) {
    main.knowledge-manual .bloc .h-02-01 {
      margin-top: 30px;
      margin-bottom: 40px; }
    main.knowledge-manual .bloc .intro-txt {
      margin-bottom: 80px;
      margin-bottom: 56px; }
  main.knowledge-video .l-01-01 {
    margin-bottom: 60px;
    margin-bottom: 42px; }
  main.knowledge-video .bloc {
    max-width: 800px;
    /* tablet */
    /* sp */ } }
  @media screen and (max-width: 1080px) and (min-width: 768px) and (max-width: 1080px) and (min-width: 768px) {
    main.knowledge-video .bloc {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 1080px) and (min-width: 768px) and (max-width: 767px) {
    main.knowledge-video .bloc {
      width: calc(100% - 20px); } }

@media screen and (max-width: 1080px) and (min-width: 768px) {
  main.knowledge-video .bloc.lead {
    margin-bottom: 40px; }
  main.knowledge-video .bloc.mv {
    margin-bottom: 60px;
    margin-bottom: 42px; }
  main.knowledge-reviews .bloc {
    max-width: 800px;
    /* tablet */
    /* sp */
    margin-bottom: 100px;
    margin-bottom: 70px; } }
  @media screen and (max-width: 1080px) and (min-width: 768px) and (max-width: 1080px) and (min-width: 768px) {
    main.knowledge-reviews .bloc {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 1080px) and (min-width: 768px) and (max-width: 767px) {
    main.knowledge-reviews .bloc {
      width: calc(100% - 20px); } }

@media screen and (max-width: 1080px) and (min-width: 768px) {
  main.knowledge-casestudy .l-01-01 {
    margin-bottom: 50px; }
  main.knowledge-casestudy .bloc {
    margin-bottom: 60px;
    margin-bottom: 42px; }
  main.knowledge-casestudy .bloc.lead {
    margin-bottom: 60px;
    margin-bottom: 42px; }
  main.knowledge-casestudy .knowledge-list {
    margin-top: 0px; }
  main.knowledge-tool-ds h1,
  main.knowledge-tool.-uf h1,
  main.knowledge-tool.-mbr h1 {
    padding-left: 0px;
    padding-right: 0px;
    margin: 20px 20px 40px;
    padding-bottom: 30px; }
  main.knowledge-tool-ds .bloc.lead {
    margin-bottom: 30px; }
  main.knowledge-tool-ds .bloc {
    margin-bottom: 60px; }
    main.knowledge-tool-ds .bloc h2 {
      margin-bottom: 25px; }
    main.knowledge-tool-ds .bloc .c-01-01 > li {
      padding-left: 20px; }
  main.knowledge-tool-download h1 {
    padding-left: 0px;
    padding-right: 0px;
    margin: 20px 20px 40px;
    padding-bottom: 30px; } }

/* sp */
@media screen and (max-width: 767px) {
  main.knowledge .l-01-01 {
    background-image: url(../images/kv_sp.jpg);
    margin-bottom: 80px;
    margin-bottom: 56px; }
  main.knowledge > .h-02-01 {
    margin-bottom: 0px; }
    main.knowledge > .h-02-01 .rows .cols .inner .img h2 {
      font-size: 17px;
      letter-spacing: 0px;
      line-height: 22px;
      font-weight: bold; }
    main.knowledge > .h-02-01 .rows .cols .inner .img h2:after {
      margin: 15px auto 0; }
    main.knowledge > .h-02-01 .rows .water_reuse .inner .img h2:after {
      width: 38px;
      height: 38px; }
    main.knowledge > .h-02-01 .rows .gts .inner .img h2:after {
      width: 46px;
      height: 37px; }
    main.knowledge > .h-02-01 .rows .aquagrid .inner .img h2:after {
      width: 48px;
      height: 36px; }
    main.knowledge > .h-02-01 .rows .mbfr .inner .img h2:after {
      width: 29px;
      height: 38px; }
    main.knowledge > .h-02-01 .rows .manuals .inner .img h2:after {
      width: 46px;
      height: 36px; }
    main.knowledge > .h-02-01 .rows .bulletin .inner .img h2:after {
      width: 48px;
      height: 35px; }
    main.knowledge > .h-02-01 .rows .articles .inner .img h2:after {
      width: 40px;
      height: 41px; }
    main.knowledge > .h-02-01 .rows .videos .inner .img h2:after {
      width: 47px;
      height: 31px; }
    main.knowledge > .h-02-01 .rows .casestudy .inner .img h2:after {
      width: 43px;
      height: 40px; }
    main.knowledge > .h-02-01 .rows .designtool .inner .img h2:after {
      width: 44px;
      height: 38px; }
    main.knowledge > .h-02-01 .rows .newsletter .inner .img h2:after {
      width: 52px;
      height: 50px; }
  main.knowledge .bloc {
    max-width: 800px;
    /* tablet */
    /* sp */ } }
  @media screen and (max-width: 767px) and (max-width: 1080px) and (min-width: 768px) {
    main.knowledge .bloc {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    main.knowledge .bloc {
      width: calc(100% - 20px); } }

@media screen and (max-width: 767px) {
    main.knowledge .bloc p {
      margin-bottom: 10px; }
  main.knowledge-manual .l-01-01 {
    background-image: url(../manual/images/kv_sp.jpg);
    height: 129px;
    margin-bottom: 75px;
    margin-bottom: 53px; }
    main.knowledge-manual .l-01-01 h1 {
      width: auto;
      font-size: 18px;
      letter-spacing: 0px;
      line-height: 26px; }
  main.knowledge-manual .bloc {
    max-width: 800px;
    /* tablet */
    /* sp */ } }
  @media screen and (max-width: 767px) and (max-width: 1080px) and (min-width: 768px) {
    main.knowledge-manual .bloc {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    main.knowledge-manual .bloc {
      width: calc(100% - 20px); } }

@media screen and (max-width: 767px) {
    main.knowledge-manual .bloc .h-02-01 {
      margin-top: 60px;
      margin-top: 42px;
      margin-bottom: 20px; }
      main.knowledge-manual .bloc .h-02-01 .rows .cols {
        background-color: transparent; }
        main.knowledge-manual .bloc .h-02-01 .rows .cols .inner .elem {
          padding: 15px 0; }
          main.knowledge-manual .bloc .h-02-01 .rows .cols .inner .elem p {
            margin-top: 0; }
            main.knowledge-manual .bloc .h-02-01 .rows .cols .inner .elem p .icon-pdf {
              color: #004098; }
    main.knowledge-manual .bloc .intro-txt {
      padding: 0 10px;
      margin-bottom: 60px;
      margin-bottom: 42px; }
    main.knowledge-manual .bloc .pdfs {
      padding: 0 10px;
      margin-bottom: 60px;
      margin-bottom: 42px; }
      main.knowledge-manual .bloc .pdfs .a-02-01 {
        margin-bottom: 10px; }
  main.knowledge-video .l-01-01 {
    background-image: url(../video/images/kv_sp.jpg);
    height: 129px;
    margin-bottom: 75px;
    margin-bottom: 53px; }
    main.knowledge-video .l-01-01 h1 {
      width: auto;
      font-size: 18px;
      letter-spacing: 0px;
      line-height: 26px; }
  main.knowledge-video .intro-txt {
    padding: 0 10px; }
  main.knowledge-video .bloc {
    max-width: 800px;
    /* tablet */
    /* sp */ } }
  @media screen and (max-width: 767px) and (max-width: 1080px) and (min-width: 768px) {
    main.knowledge-video .bloc {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    main.knowledge-video .bloc {
      width: calc(100% - 20px); } }

@media screen and (max-width: 767px) {
  main.knowledge-video .bloc.lead {
    margin-bottom: 70px;
    margin-bottom: 49px; }
  main.knowledge-video .bloc.mv {
    margin-bottom: 100px;
    margin-bottom: 70px; }
    main.knowledge-video .bloc.mv [class*="videoCloudBox"] {
      margin: 0; }
  main.knowledge-video .knowledge-list {
    margin-top: -20px; }
  main.knowledge-reviews .l-01-01 {
    background-image: url(../article/images/kv_sp.jpg);
    height: 129px;
    margin-bottom: 80px;
    margin-bottom: 56px; }
    main.knowledge-reviews .l-01-01 h1 {
      width: auto;
      font-size: 18px;
      letter-spacing: 0px;
      line-height: 26px; }
  main.knowledge-reviews .intro-txt {
    padding: 0 10px; }
  main.knowledge-reviews .bloc {
    max-width: 800px;
    /* tablet */
    /* sp */
    margin-bottom: 100px;
    margin-bottom: 70px; } }
  @media screen and (max-width: 767px) and (max-width: 1080px) and (min-width: 768px) {
    main.knowledge-reviews .bloc {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    main.knowledge-reviews .bloc {
      width: calc(100% - 20px); } }

@media screen and (max-width: 767px) {
    main.knowledge-reviews .bloc h2 {
      margin-bottom: 20px; }
    main.knowledge-reviews .bloc h3 {
      margin-bottom: 60px;
      margin-bottom: 42px;
      margin-bottom: 20px; }
    main.knowledge-reviews .bloc table {
      margin-bottom: 60px;
      margin-bottom: 42px;
      table-layout: fixed; }
      main.knowledge-reviews .bloc table tr th, main.knowledge-reviews .bloc table tr td {
        word-wrap: break-word; }
      main.knowledge-reviews .bloc table tr td.nowrap {
        white-space: normal; }
    main.knowledge-reviews .bloc .sp-note {
      font-size: 14px;
      line-height: 16px;
      color: #909090;
      margin-bottom: 10px; }
  main.knowledge-reviews .bloc.lead {
    margin-bottom: 80px;
    margin-bottom: 56px; }
  main.knowledge-casestudy .l-01-01 {
    background-image: url(../casestudy/images/kv_sp.jpg);
    height: 129px;
    margin-bottom: 75px;
    margin-bottom: 53px; }
    main.knowledge-casestudy .l-01-01 h1 {
      width: auto;
      font-size: 18px;
      letter-spacing: 0px;
      line-height: 26px; }
  main.knowledge-casestudy .intro-txt {
    padding: 0 10px; }
  main.knowledge-casestudy .bloc {
    max-width: 800px;
    /* tablet */
    /* sp */
    margin-bottom: 100px;
    margin-bottom: 70px; } }
  @media screen and (max-width: 767px) and (max-width: 1080px) and (min-width: 768px) {
    main.knowledge-casestudy .bloc {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    main.knowledge-casestudy .bloc {
      width: calc(100% - 20px); } }

@media screen and (max-width: 767px) {
  main.knowledge-casestudy .bloc.lead {
    margin-bottom: 100px;
    margin-bottom: 70px; }
  main.knowledge-casestudy .knowledge-list {
    margin-top: -15px; }
  main.knowledge-tool .l-01-01 {
    background-image: url(../tool/images/kv_sp.jpg);
    height: 129px;
    margin-bottom: 75px;
    margin-bottom: 53px; }
    main.knowledge-tool .l-01-01 h1 {
      width: auto;
      font-size: 18px;
      letter-spacing: 0px;
      line-height: 26px; }
  main.knowledge-tool .intro-txt {
    padding: 0 10px; }
  main.knowledge-tool .bloc.lead {
    margin-bottom: 50px; }
  main.knowledge-tool .bloc.download .g-02-01 > .text .skewButton:before {
    content: "";
    background-image: url(../images/icon-download.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 14px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    margin-left: -88px; }
  main.knowledge-tool .bloc.download .g-02-01 > .text .skewButton > a {
    padding-left: 30px; }
  main.knowledge-tool .bloc.download .g-02-01 > .text .basic-btn:before {
    content: "";
    background-image: url(../images/icon-download.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 14px;
    display: block;
    position: absolute;
    top: 50%;
    left: 45px;
    z-index: 2;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
  main.knowledge-tool .bloc.download .g-02-01 > .text .basic-btn > a {
    padding-left: 30px; }
  main.knowledge-tool .bloc {
    max-width: 800px;
    /* tablet */
    /* sp */
    margin-bottom: 80px;
    margin-bottom: 56px; } }
  @media screen and (max-width: 767px) and (max-width: 1080px) and (min-width: 768px) {
    main.knowledge-tool .bloc {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    main.knowledge-tool .bloc {
      width: calc(100% - 20px); } }

@media screen and (max-width: 767px) {
    main.knowledge-tool .bloc .a-02-01 {
      margin-bottom: 30px; }
    main.knowledge-tool .bloc h3.headline {
      padding: 0 10px;
      margin-bottom: 40px; }
    main.knowledge-tool .bloc .g-02-01 .img {
      position: relative; }
      main.knowledge-tool .bloc .g-02-01 .img span {
        position: absolute;
        color: #fff;
        text-align: center;
        top: 50%;
        left: 0;
        width: 100%;
        display: inline-block;
        -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        font-size: 22px;
        letter-spacing: 0px;
        line-height: 25px; }
        main.knowledge-tool .bloc .g-02-01 .img span img {
          width: 12%;
          margin: 10px auto 0; }
    main.knowledge-tool .bloc .g-02-01 > .text {
      padding: 15px 10px; }
      main.knowledge-tool .bloc .g-02-01 > .text .caution-txt {
        margin: 35px 0; }
      main.knowledge-tool .bloc .g-02-01 > .text .icon-pdf {
        margin-top: 30px;
        display: inline-block; }
      main.knowledge-tool .bloc .g-02-01 > .text .basic-btn {
        position: relative;
        width: 250px;
        margin: 0 auto; }
        main.knowledge-tool .bloc .g-02-01 > .text .basic-btn > a {
          width: auto; }
      main.knowledge-tool .bloc .g-02-01 > .text .skewButton {
        margin: 0 auto; }
  main.knowledge-tool .knowledge-list {
    margin-top: -20px; }
  main.knowledge-tool-ds h1,
  main.knowledge-tool.-uf h1,
  main.knowledge-tool.-mbr h1 {
    margin-top: 15px;
    padding-left: 8px;
    padding-bottom: 10px;
    margin-bottom: 35px; }
  main.knowledge-tool-ds .bloc.lead {
    margin-bottom: 35px; }
  main.knowledge-tool-ds .bloc {
    width: calc(100% - 40px);
    margin-bottom: 90px;
    margin-bottom: 63px; }
    main.knowledge-tool-ds .bloc h2 {
      margin-bottom: 25px; }
    main.knowledge-tool-ds .bloc .c-01-01 {
      margin-bottom: 40px; }
      main.knowledge-tool-ds .bloc .c-01-01 > li {
        margin-bottom: 5px; }
    main.knowledge-tool-ds .bloc h3 {
      margin-top: 45px;
      margin-bottom: 15px; }
    main.knowledge-tool-ds .bloc .skewButton,
    main.knowledge-tool-ds .bloc .basic-btn {
      margin: 50px 0 0; }
    main.knowledge-tool-ds .bloc .c-03-01 {
      margin-top: 40px; }
    main.knowledge-tool-ds .bloc:last-child {
      margin-bottom: 20px; }
  main.knowledge-tool-ds .bloc.software .ttl {
    display: block;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 32px;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px; }
  main.knowledge-tool-ds .bloc.software > div {
    margin-bottom: 50px; }
  main.knowledge-tool-ds .bloc.software > div .basic-btn {
    margin: 30px 0 0; }
  main.knowledge-tool-ds .bloc.software > div .skewButton {
    margin: 30px auto 0 !important; }
  main.knowledge-tool-download h1 {
    margin-top: 15px;
    padding-left: 8px;
    padding-bottom: 10px;
    margin-bottom: 35px; }
  .knowledge-list {
    width: 100%;
    background-image: url(../images/list/bg_sp.jpg);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 55px;
    padding-bottom: 55px;
    height: auto;
    background-color: #004098; }
    .knowledge-list h1 {
      color: #fff;
      text-align: center;
      margin-bottom: 50px;
      font-size: 24px;
      line-height: 28px; }
    .knowledge-list .h-02-01 {
      padding: 0 10px; }
      .knowledge-list .h-02-01 .rows .cols {
        background-color: transparent;
        width: 100%;
        margin-bottom: 48px; }
        .knowledge-list .h-02-01 .rows .cols .inner .elem {
          padding: 10px 0 0; }
          .knowledge-list .h-02-01 .rows .cols .inner .elem .heading {
            color: #fff;
            font-size: 18px;
            line-height: 24px;
            letter-spacing: 0; }
      .knowledge-list .h-02-01 .rows .cols[target="_blank"] .inner .elem {
        padding: 15px 0 0; }
        .knowledge-list .h-02-01 .rows .cols[target="_blank"] .inner .elem .heading {
          display: inline-block;
          position: relative; }
          .knowledge-list .h-02-01 .rows .cols[target="_blank"] .inner .elem .heading:after {
            content: "";
            background-image: url(/shared/images/window_hover.svg);
            background-size: contain;
            background-repeat: no-repeat;
            width: 16px;
            height: 13px;
            display: block;
            position: absolute;
            top: 40%;
            right: -25px;
            -webkit-transform: translate(0%, -50%);
            -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%); } }
