@charset "utf-8";
/* CSS Document */

.profile_all {
  margin-left: auto;
  margin-right: auto;
}


.profile_list {
  margin: 100px auto 50px;
}

.profile_list-item {
}

.profile_contents {
  width: 600px;
  display: flex;
  gap: 60px;
  border-bottom: solid 1px #707070;
  padding-bottom: 30px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
}
@media (max-width:936px) {
  .profile_contents {
    width: 350px;
    gap: 20px;
    padding-left: 30px;
  }
}


.profile_list-title {
  width: 150px;
}
@media (max-width:936px) {
  .profile_list-title {
  width: 100px;
  }
}

.profile_list-contents {
  text-align: left;
}
@media (max-width:936px) {
  .profile_list-contents {
  width: 200px;
  }  
}
