@charset "UTF-8";
.about-personally__address {
  margin-top: 40px;
}

.about-personally__address__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.about-personally__address__group:not(:first-child) {
  margin-top: 5px;
}

.about-personally__address__term {
  width: 90px;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.75em;
}

@media screen and (min-width: 960px) {
  .about-personally__address__term {
    width: 120px;
    font-size: 1.6rem;
  }
}

.about-personally__address__desc {
  width: 170px;
  font-size: 1.2rem;
  line-height: 1.75em;
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (min-width: 960px) {
  .about-personally__address__desc {
    width: 220px;
    font-size: 1.6rem;
  }
}

.about-personally__address__desc::before {
  content: '：';
}
