main {
  margin-top: 80px;
  font-size: 1.2rem;
}
main #top_photo .top_photo .photo1 .bgimg {
  background-image: url("../material/photo/top-photo/img003.webp");
}
main section {
  max-width: 1000px;
  margin: 50px auto 100px auto;
}
main section h2 {
  font-size: 2rem;
  text-align: center;
}
main section .set {
  display: flex;
  justify-content: center;
}
main section .set img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
main section .set .profile_text {
  width: 500px;
}
main section .set .profile_text ul {
  display: grid;
  grid-template-columns: 150px auto;
  align-items: center;
  height: 100%;
}
main section .set .profile_text ul li {
  height: 50px;
  line-height: 50px;
}
main section .set .profile_text ul .a {
  text-align: right;
  padding-right: 20px;
}
main section .set .profile_text ul .b {
  text-wrap: wrap;
}
main section .set .profile_text ul .insta a {
  display: flex;
  align-items: center;
}
main section .set .profile_text ul .insta a .icon {
  margin-right: 5px;
  height: 100%;
  width: 30px;
  border-radius: 0;
}
main section .set .profile_text ul .a::after {
  content: ":";
}
main section .message-title {
  text-align: center;
  margin-top: 50px;
}
main #set2 .set .profile_text ul li {
  height: 50px;
  line-height: 50px;
}

@media screen and (max-width: 1000px) {
  main {
    font-size: 1rem;
  }
  main section {
    width: 90%;
  }
  main section .set {
    flex-direction: column;
    align-items: center;
  }
  main section .set img {
    margin: 0;
  }
  main section .set .profile_text {
    width: 90%;
  }
  main section .set .profile_text ul {
    margin-top: 50px;
    justify-content: center;
    grid-template-columns: 90px auto;
    width: 100%;
  }
  main section .set .profile_text ul li {
    height: auto;
  }
  main section .set .profile_text ul li:nth-child(6) {
    line-height: 25px;
  }
}/*# sourceMappingURL=profile.css.map */