/* --------------------start_地図から探す-------------------- */
#Map {
  height: 640px;
  background-image: url(../../common/senmon/images/map_i/northern-eur_pc.svg);
}

.Map__item--iceland{
  left: 0;
  top: 304px;
}

.Map__item--norway{
  left: 291px;
  top: 314px;
}

.Map__item--finland{
  left: 496px;
  top: 314px;
}

.Map__item--sweden{
  left: 402px;
  top: 412px;
}

.Map__item--denmark{
  left: 337px;
  top: 535px;
}

/* --------------------end_地図から探す-------------------- */

/* --------------------start_他の都道府県-------------------- */
.SenmonLink__link[href="/northern-eur/"] {
  color: var(--corporate-color);
  pointer-events: none;
}
/* --------------------end_他の都道府県-------------------- */
