.contact-box {
  width: 100%;
  box-sizing: border-box;
  padding: 4.16666vw 8.33333vw 5.20833vw;
  background: #ffffff;
}
.contact-top {
  display: flex;
  flex-direction: column;
  margin-bottom: 5.20833vw;
}
.contact-top-title {
  font-family: Roboto, Roboto;
  font-weight: 500;
  font-size: 1.66666vw;
  color: #1d1d1d;
  margin-bottom: 1.66666vw;
}
.contact-top-text {
  max-width: 83.33333vw;
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 1.25vw;
  color: #1d1d1d;
  line-height: 1.875vw;
}
.contact-bot {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-item {
  display: flex;
}
.contact-item-img {
  width: 28.125vw;
  height: 37.5vw;
  margin-right: 5.26041vw;
}
.contact-item-right {
  position: relative;

  flex: 1;
  box-sizing: border-box;
  padding-top: 4.16666vw;
}
.contact-item-right-title {
  position: relative;
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 1.66666vw;
  color: #1d1d1d;
  margin-bottom: 1.66666vw;
  z-index: 10;
}
.contact-item-right-text {
  position: relative;
  z-index: 10;
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 1.04166vw;
  color: #1d1d1d;
  line-height: 2.08333vw;
}
.contact-item-right-text span {
  margin-right: 0.26041vw;
  font-weight: bold;
}
.sizedbox {
  width: 100%;
  height: 5.20833vw;
}
.margin-right-none {
  margin-right: 0;
}
.margin-right-img {
  margin-right: 3.90625vw;
}
.top-map {
  position: absolute;
  width: 35.15625vw;
  height: 29.73958vw;
  right: 0;
  bottom: 3.90625vw;
  z-index: 5;
}
