
/*///////////////////////////////////////////////////////////
　メインビジュアル
///////////////////////////////////////////////////////////*/
.main_vi {
    max-width: 100%;
    margin: 0;
    padding: 0;
    background: #c3d6f2;
    overflow: hidden;
  }

  .main_vi_img {
    position: relative;
    max-width: 1420px;
    margin: 0 auto;
  }

  .main_vi_img .page_ttl {
    position: absolute;
    top:50%;
/*       top: 50%; */
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding-left: 100px;
    color: #000;
    font-size: 21px;
    font-weight: bold;
    box-sizing: border-box;
  }

  .main_vi_img .page_ttl:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -100px;
    left: 50px;
    width: 85px;
    height: 100%;
    background: url("/-/Media/Ricoh/Sites/co_jp/service/chrome-device-printing/img/balloon.png") no-repeat left top;
    background-size: 100% auto;
  }
  
  .main_vi_img .page_ttl .lp_width{
      width: 40%;
  }


  @media only screen and (max-width: 1340px) {
    .main_vi_img .page_ttl {
      padding-left: 7.46vw;
    }

    .main_vi_img .page_ttl:before {
      top: -7.7037vw;
      width: 6.3432vw;
    }
  }

  .main_vi_img .page_ttl .ttlL {
    margin: 5px 0 15px;
    font-size: 39px;
    font-weight: bold;
    line-height: 1.2;
  }

  .main_vi_img .note {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
  }

  @media only screen and (max-width: 1340px) {
    .main_vi_img .page_ttl {
      font-size: 1.56vw;
    }

    .main_vi_img .page_ttl .ttlL {
      font-size: 2.91vw;
    }
    .main_vi_img .page_ttl .lp_width{
        width: 26.8vw;
    }
  }

  @media only screen and (max-width: 640px) {

    .main_vi_img .page_ttl,
    .main_vi_img .note {
      left: 2%;
      margin-top: 0;
      font-size: 2.2vw;
    }

    .main_vi_img .page_ttl .ttlL {
      margin: 1vw 0;
      font-size: 3.6vw;
      line-height: 1.4;
    }
    .main_vi_img .page_ttl .lp_width{
       width: 38.8vw;
    }

  }
/*///////////////////////////////////////////////////////////
　メインビジュアル
///////////////////////////////////////////////////////////*/
