/* CSS Document */
.ppp{
  width: 80%;
  font-size: 17px;
}
.pppp{
  font-size: 17px;
}
.articleBox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.articleBox .Txt {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.articleBox .Txt p {
  letter-spacing: 1px;
}

.articleBox .Img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 450px;
  margin-left: 40px;
}

.aboutMap {
  position: relative;
  width: 239px;
  height: 407px;
  margin: 40px auto 0;
  background: url("../images/aboutMap.png") 50% no-repeat;
  pointer-events: none;
}

.aboutMap::before, .aboutMap::after {
  content: '';
  position: absolute;
  border-radius: 50%;
}

.aboutMap::before {
  top: 119px;
  left: 145px;
  width: 30px;
  height: 30px;
  background-color: #ef95cf;
  -webkit-animation: pointAni 1.8s linear infinite;
          animation: pointAni 1.8s linear infinite;
}

.aboutMap::after {
  top: 131px;
  left: 157px;
  width: 6px;
  height: 6px;
  background-color: #fff;
}

.aboutMap span {
  position: absolute;
  top: 140px;
  left: 190px;
  z-index: 2;
  font: 900 13px "Julius Sans One", Helvetica, Arial, sans-serif;
  color: #292929;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .ppp{
  width: 100%;
}
  .articleBox {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .articleBox .Img {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }
  .articleBox .Img img {
    display: inline-block;
  }
}

@media (max-width: 480px) {
  .articleBox h1 br {
    display: none;
  }
  .aboutMap {
    margin-left: 0;
  }
}
