@charset "utf-8";


/* index.css
--------------------------------------------
*/
.BlkDepartment__heading2::before {
  background: url(../images/BlkAcademic_logo_heading.svg) no-repeat;
	background-size: 80%;
	right:-20px;
  width: 110px;
}
.BlkZemi__heading2_two::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto;
  display: inline-block;
  background: url(../images/BlkDepartments_logo_heading.svg) no-repeat;
    background-size: auto;
  width: 100px;
  height: auto;
  background-size: contain;
}
.BlkBlog__heading2::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto;
  display: inline-block;
  background: url(../images/BlkBlog_logo_heading2.svg) no-repeat;
    background-size: auto;
  width: 73px;
  height: auto;
  background-size: contain;
}
/********************************************************/
/* BlkEvents/
/********************************************************/
.BlkEvents {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.BlkEvents__inner {
  width: 980px;
  margin: 80px auto 0;
  padding: 0;
  position: relative;
}
.BlkEvents__heading2 {
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-top: 55px;
  z-index: 1;
}
.BlkEvents__heading2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto;
  display: inline-block;
  background: url(../images/BlkEvents_logo_heading.svg) no-repeat;
  width: 84px;
  height: auto;
  background-size: contain;
  z-index: -1;
}
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .BlkEvents__heading2:before {
    top: 0;
    margin-top: -30px;
    height: 100px;
  } /* IE11 */
}
.BlkEvents__heading2:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto;
  display: inline-block;
  background: url(/assets/images/center/nyugaku/opencampus/BlkNews_logo_heading_bg.png) no-repeat;
  width: 190px;
  height: auto;
  background-size: contain;
  z-index: -2;
}
.BlkEvents__list {
    margin-top: 45px;
}
@media screen and (max-width:980px) {
  .BlkEvents__inner {
    width: 100%;
    overflow: hidden;
  }
  .BlkArticle__Contents--notLead > .BlkEvents__list {
    margin: 20px 0 0;
  }
  .BlkEvents__list {
    margin: 50px 20px 0;
  }
}
  .only_sp {
	  display: none;
  }
@media screen and (max-width:980px) {
  .only_sp {
	  display: block;
  }
}