.rightint-map.main {
  padding-bottom: clamp(30px, 4.166667vw, 80px);
  padding-top: clamp(30px, 4.166667vw, 80px);
}

.rightint-map .linetit h4 {
  position: relative;
  text-align: center;
  font-size: 36px;
}

.rightint-map .linetit h4::after {
  content: "";
  background: var(--title-text-color, #000);
  width: 40px;
  height: 4px;
  margin: 11px auto 0;
  display: block;
}

.rightint-map .linetit h4 span {
  background: #fff;
  font-size: clamp(24px, 1.88vw, 36px);
  color: #000;
  text-align: center;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-weight: 700;
}

.rightint-map .map {
  margin: 20px 0 0;
}

.rightint-map .map iframe {
  height: 500px;
}

@media screen and (max-width: 768px) {



}
