@charset "UTF-8";

/* サービス訴求バージョン */

.box-mv.full{
    height: initial;
    box-shadow: none;
}

.box-header h1 a img{
  height: initial;
}

.box-header nav .nav-inner:first-child{
  margin-right: 0;
}

/* IEでのMVずれ調整 */
@media all and (-ms-high-contrast: none) {
  .box-mv.full {
    height:auto;
}
}


/* スライダーバージョン */

.slick-dots {
  bottom: 10px;
}
.slick-dots li button:before {
  font-size: 15px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  content: '○';
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  font-size: 18px;
  content: "●";
}

