body {
    font-family: sans-serif !important;
}

.it-rw-header{
    position: fixed;
    /*background-color: #101010;*/
    background-color: #234363;
    height: 170px;
    top: 0px;
    width: 100%;
    margin-bottom: 50px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 1;
    border-bottom: 1px solid darkgray;
}

.it-rw-header::after{
    content: "";
    background: url(/img/logo.svg);
    opacity: 0.1;
    bottom: 0px;
    position: absolute;
    z-index: -1;
    background-size: 2000px auto;
    width: 100%;
    height: 215px;
    background-repeat: no-repeat;
    background-position-x: 50px;
}

.it-rw-logo{
    position: relative;
    top: 10px;
    left: 10px;
    height: calc(100% - 20px);
    opacity: .9;
}

.it-rw-header-text{
    position: absolute;
    cursor: default;
    top: 9px;
    right: 70px;
    color: #ddd;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 30px;
}

.it-rw-site-header{
    background-color: #234363;
    color: white;
    padding: 3px;
    transform: rotate(90deg);
    position: absolute;
    right: 50%;
    font-family: sans-serif;
    /*font-weight: bold;*/
    font-size: 15px;
    width: 250px;
    top: 100px;
    margin-right: -138px;
    text-align: left;
}

.it-rw-logo:hover{
    opacity: .95;
}

.it-rw-logo > img {
    height: 100%;
    cursor: pointer;
}

.it-rw-body{
    position: relative;
    margin-top: 210px;
    margin-right: 50px;
    min-height: 450px;
}

.it-rw-content{
    max-width: 1200px;
    position: relative;
    left: 50%;
    transform:translate(-50%,0);
    -ms-transform:translate(-50%,0);
    padding: 20px;
}

.it-rw-content-left{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    /*font-size: 18px;*/
    font-size: 40px;
    border: 1px solid #234363;
    border-right: 2px solid #234363;
    text-align: right;
}

.it-rw-content-left-old{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    /*font-size: 18px;*/
    font-size: 1.2em;
    border-right: 1px solid #234363;
    text-align: right;
}

.it-rw-readOn{
    text-decoration: none;
    background-color: darkorange;
    padding: 5px;
    color: white;
}

.it-rw-readOn:hover{
    background-color: #234363;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.it-rw-content-right {
    padding-left: 10px;
    padding-right: 15px;
}

.it-rw-content-image-div {
    position: fixed;
    overflow: hidden;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
    opacity: .8;
}

.it-rw-content-image {
    /*width: 450px;*/
    min-height: 100%;
    min-width: 100%;
}

.it-rw-footer{
    background-color: white;
    color: #234363;
    min-height: 270px;
    margin-top: 50px;
    margin-right: 50px;
    border-top: 1px solid darkgray;
}

.it-rw-footer p{
    font-family: sans-serif;
    font-size: 14px;
}

.it-rw-navi {
    color: lightgray;
    color: #234363;
    background-color: white;
    position: fixed;
    top: 0px;
    right: 0px;
    margin-right: -240px;
    width: 300px;
    font-size: 35px;
    font-family: sans-serif;
    font-weight: bold;
    cursor: pointer;
    z-index: 2;
    padding-top: 5px;
    padding-left: 15px;
    height: 100%;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: margin-right 1s, height 1s;
}

.it-rw-naviInner {
    position: absolute;
    top: 0px;
    left: 60px;
    right: 0px;
    bottom: 0px;
    background-color: white;
    color: #234363;
}

.it-rw-naviInner a, .it-rw-naviInner span {
    font-size: 14px;
    text-decoration: none !important;
    display: block;
    font-weight: initial;
    padding: 5px 10px;
}

.it-rw-naviInner span {
    background-color: #234363;
    color: white;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

.it-rw-naviInner a:hover, .it-rw-naviInner span:hover {
    background-color: lightgray;
    color: black;
}

.it-rw-watermark{
    background: url(/img/logo_image_bk.svg);
    opacity: 0.03;
    position: fixed;
    z-index: -1;
    background-size: 2000px auto;
    top: -45px;
    left: -50px;
    width: 2000px;
    height: 1581px;
    background-repeat: no-repeat;
}

.it-rw-footerWatermark{
    /*display: flex;
    background: url(/img/logo_text_watermark.svg);
    background-position: right 20px bottom 0px;
    background-size: 750px auto;
    background-repeat: no-repeat;*/
}

@media only screen and (max-width: 1400px) {

  .it-rw-header-text{
    font-size: 23px;
    top: 13px;
   }

}

@media only screen and (max-width: 1000px) {

  .it-rw-header{
      height: 60px;
  }

  .it-rw-watermark{
      top: -130px;
  }

  .it-rw-body{
      margin-top: 100px;
  }

  .it-rw-header-text{
    display: none;
   }

  .it-rw-site-header{
    display: none;
  }


}

@media only screen and (max-width: 600px) {

  .it-rw-header{
      position: absolute;
  }

  .it-rw-watermark{
      display: none;
  }

  .it-rw-header-text{
    display: none;
    font-size: 10px;
    right: 70px;
   }

  .it-rw-header::after{
      background: none;
  }

  .it-rw-navi {
      height: 59px;
  }

  .it-rw-body{
      margin-top: 120px;
      margin-right: 0px;
  }

  .it-rw-content-left{
    border-right: 0;
    margin-bottom: 20px;
    text-align: left;
  }

  .it-rw-content-right img {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 30px !important;
    padding-left: o !important;
    padding-right: o !important;
  }

  .it-rw-footer{
      margin-right: 0px;
  }

  .it-rw-footerWatermark{
      display: block;
      background-size: 90% auto;
  }

}
