@charset "utf-8";

/*-----------------------------------------------------------
	Students
-----------------------------------------------------------*/
.page-header .subpage-mv:before {
  background-image: url('/students/images/mv.jpg');
}

/* SP */
@media screen and (max-width: 768px) {
  .page-header .subpage-mv:before {
    background-image: url('/students/images/mv_sp.jpg');
  }

}


.main-block .profile-list>li:hover .profile-photo img {
  opacity: 0.7;
  transition: 0.2s ease-in;
  filter: blur(0px);
}

.attending {
  padding-left: 20px;
  background: url(/students/images/icon_pen.png) no-repeat left top 2px;
  font-size: 0.9375rem;
  line-height: 1.3;
  margin-top: 8px;
}

.occupation {
  font-size: 0.8125rem;
}

.name span {
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .attending {
    font-size: 0.875rem;
    line-height: 1.3;
    margin-top: 10px;
  }

  .search .btn-search {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 769px) {
  .profile-photo img {
    width: 240px;
  }
}
