.orangeBdrTitle {
  font-size: 32px;
  font-weight: bold;
  border-left: 5px solid #FF6302;
  padding-left: 20px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .orangeBdrTitle {
    font-size: 6.7708333333vw;
    margin-bottom: 10.4166666667vw;
  }
}

@media only screen and (max-width: 1079px) {
  #sotsugyoseiArchive .voices {
    grid-template-columns: repeat(1, 1fr);
  }
}
#sotsugyoseiArchive .voices .voiceCard {
  align-items: flex-start;
}
@media only screen and (max-width: 1079px) {
  #sotsugyoseiArchive .voices .voiceCard {
    max-width: none;
    padding: 5%;
  }
}
#sotsugyoseiArchive .voices .voiceCard .thumnail {
  width: 20vw;
  height: 20vw;
}
#sotsugyoseiArchive .voices .voiceCard .thumnail img {
  -o-object-fit: cover;
     object-fit: cover;
}
#sotsugyoseiArchive .voices .voiceCard .voiceContents {
  align-items: flex-start;
  max-width: none;
  width: 78%;
}
@media only screen and (max-width: 1079px) {
  #sotsugyoseiArchive .voices .voiceCard .voiceContents {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #sotsugyoseiArchive .voices .voiceCard .voiceContents {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  #sotsugyoseiArchive .voices .voiceCard .voiceContents {
    margin-top: 5%;
  }
}
#sotsugyoseiArchive .voices .voiceCard .voiceContents .name {
  border-bottom-width: 2px;
  margin-right: 10px;
}
#sotsugyoseiArchive .voices .voiceCard .voiceContents .department .departmentName {
  margin-right: 0;
}
#sotsugyoseiArchive .voices .voiceCard .voiceContents .department .departmentName:after {
  content: none;
}
@media only screen and (max-width: 767px) {
  #sotsugyoseiArchive .voices .voiceCard .voiceContents .Comment {
    font-size: 3.6458333333vw;
  }
}

#forStudentProperty .studentList .studentItem .title:after {
  content: none;
}