@charset "UTF-8";

/* 20220530追加 メッシュWi-Fi追加ポッド */
img { image-rendering: -webkit-optimize-contrast; }

.link-anchor-panel-down {
  width: 200px;
}

.cv_icon {
  margin: 0 5px 5px 0;
}

.wifi-img01 {
  width: 100%;
  max-width: 496px;
  margin: 30px auto 50px;
}

.img-radius {
  border-radius: 48px;
}

@media screen and (max-width: 767px) {
  .img-radius {
    border-radius: 10px;
  }
}