@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.page {
  background: url("../images/achievements-images/page-bg.jpg") 30% 100% no-repeat;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.university__item {
  float: left;
  margin: 0 0 20px 0;
}
.university__item::after {
  content: "/";
  margin: 0 5px;
}
.university__item:last-child::after {
  content: "";
  margin: 0;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}
@media screen and (max-width: 1200px){/*1200以下*/

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

}

