@charset "utf-8";
/* 当ページ用CSS */

  .floating-banner {
    position: fixed; /* バナーを追従させる */
    z-index: 99999; /* 他の要素の下に隠れないように */
    bottom: 10px; /* バナーの上下の位置 */
    right: 10px; /* バナーの左右の位置 */
    width: 350px; /* バナーの横幅 */
      box-shadow: 0px 0px 5px #666;
  }
  .floating-banner__image {
    max-width: 100%; /* 画像の最大幅 */
    border: 3px solid #fff;
  }
    .banner-close {
    position: absolute;
    top: 0;
    right: -5px;
    padding: 4px 8px;
    border: none;
    background-color: #fff;
    cursor: pointer;
    z-index: 1;
}
ul.SolutionmapList li.l01 {
    width: 12.8%;
    height: 7%;
    top: 32%;
    left: 28.3%;
}
ul.SolutionmapList li.l02 {
    width: 12.8%;
    height: 7.9%;
    top: 75.6%;
    left: 28.2%;
}
ul.SolutionmapList li.l03 {
    width: 15%;
    height: 3.4%;
    top: 22.3%;
    left: 46.3%;
}
ul.SolutionmapList li.l04 {
    width: 17%;
    height: 3%;
    top: 82%;
    left: 45.2%;
}
ul.SolutionmapList li.l05 {
    width: 17%;
    height: 3%;
    top: 85.9%;
    left: 45.2%;
}
ul.SolutionmapList li.l06 {
    font-size: 11px;
    width: 15%;
    height: 3.4%;
    top: 62%;
    left: 46.2%;
}
ul.SolutionmapList li.l07 {
    font-size: 11px;
    width: 15%;
    height: 3.4%;
    top: 65.8%;
    left: 46.2%;
}
ul.SolutionmapList li.l08 {
    font-size: 11px;
    width: 15%;
    height: 3.4%;
    top: 18.6%;
    left: 46.3%;
}
ul.SolutionmapList li.l09 {
    font-size: 10px;
    width: 7%;
    height: 5%;
    top: 35.3%;
    left: 53.8%;
}
ul.SolutionmapList li.l10 {
    width: 4.2%;
    height: 80.2%;
    top: 15%;
    left: 82.7%;
    line-height: 1;
}
ul.SolutionmapList li.l11 {
    font-size: 11px;
    width: 12.7%;
    height: 9.8%;
    top: 69.6%;
    left: 12.9%;
    line-height: 1;
}
ul.SolutionmapList li.l12 {
    width: 12.8%;
    height: 7.1%;
    top: 84.4%;
    left: 28.2%;
}
ul.SolutionmapList li.l13 {
    width: 17%;
    height: 5.2%;
    top: 89.6%;
    left: 45.2%;
}
ul.SolutionmapList li.l14 {
    width: 13.7%;
    height: 7.5%;
    top: 23.4%;
    left: 66.3%;
}
ul.SolutionmapList li.l15 {
    width: 15%;
    height: 3%;
    top: 26.1%;
    left: 46.3%;
}

@media only screen and (max-width: 767px) {
.floating-banner {
display: none;
}
}