@charset "Shift_JIS";
/* CSS Document */
/********************************************************/
/* import */
/********************************************************/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:700');
@import url("/assets/css/article.css?2018061201");
@import url("/cn/css/formatnew.css?202107");

/********************************************************/
/* BlkLocalMenuArea */
/********************************************************/
@media screen and (max-width: 980px){
.BlkArticle__Contents--notLead {
    margin-top: 40px;
}
}
/********************************************************/
/* BlkLocalMenuArea */
/********************************************************/

.BlkLocalMenuArea{
  border-bottom: 1px solid #eaeaea;
}

/********************************************************/
/* BlkTitle */
/********************************************************/
.BlkTitle, .BlkTitleTop, .BlkTitleCircleTop {
  position: relative;
  width: 100%;
  height: 240px;
  background-color: #fff;
  z-index: 1;
}
.BlkTitle--categoryTop {
  background: url(../images/student/BlkTitle_bg_pc.jpg) no-repeat center center;
  background-size: cover;
  border-top: 7px #00a87b solid;
}
.BlkTitle--article {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  height: auto;
}
.BlkTitle__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.BlkTitle__heading1 {
  font-size: 4.2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  position: relative;
  padding-top: 75px;
  z-index: 1;
}
.BlkTitle__heading1--categoryTop {
  /*padding-top: 125px;*/
  padding-top: 115px;
}
.BlkTitle__heading1--categoryTop:before {
  content: '';
  position: absolute;
  top: 65px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto;
  display: inline-block;
  background: url(../images/news/BlkMain_logo_heading.svg) no-repeat;
  width: 88px;
  height: auto;
  background-size: contain;
  z-index: -1;
}
@media all and (-ms-high-contrast: none) {
  .BlkTitle__heading1--categoryTop:before {
    margin-top: -10px;
    height: 40px;
    background-size: 130px 40px;
  }
}
.BlkTitle__heading1--article {
  line-height: 1.5;
  /*padding-top: 75px;*/
  padding-bottom: calc(80px - (((4.2rem * 1.5) - 4.2rem) / 2));
  color: #333;
}
.BlkTitle__heading1 span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
  /*padding-bottom: 25px;*/
  padding-bottom: 11px;
  letter-spacing: 1px;
  display: block;
}
.BlkTitle__heading1--article {
  color: #333;
}
.BlkTitle__heading1--article span {
  color: #00a87b;
  letter-spacing: 1px;
}
.android .BlkTitle__heading1 span {
  display: inline-block;
  width: 100%;
}
.android .BlkTitle__heading1--article span {
  color: #00a87b;
  display: inline-block;
  width: 100%;
}
/********************************************************/
/* heading */
/********************************************************/
.BlkArticle .BlkArticle__inner__heading1 {
  font-size: 3.0rem;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
  padding-bottom: calc(40px - (((3.0rem * 1.5) - 3.0rem) / 2));
  margin-bottom: 50px;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
.BlkArticle .BlkArticle__inner__heading1.BlkArticle__heading2--small {
  font-size: 2.8rem;
}
.BlkArticle .BlkArticle__headingArea__inner .BlkArticle__inner__heading1 > span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #00a87b;
  line-height: 1.5;
  margin-bottom: 17px;
  display: block;
}
.BlkArticle .BlkArticle__inner__heading1 > span {
  font-size: 2.0rem;
}
.BlkArticle .BlkArticle__inner__heading1 span {
  display: inline-block;
}
@media screen and (max-width:980px) {
  .BlkArticle .BlkArticle__inner__heading1 {
    font-size: 2.5rem;
    padding-bottom: 30px;
    margin-bottom: 45px;
    line-height: 1.5;
  }
  .BlkArticle .BlkArticle__inner__heading1.BlkArticle__heading2--small {
    font-size: 2.5rem;
  }
  .BlkArticle .BlkArticle__inner__heading1 > span {
    display: block;
    margin-top: 5px;
    font-size: 1.8rem;
  }
  .BlkArticle .BlkArticle__headingArea__inner .BlkArticle__inner__heading1 > span {
    font-size: 1.0rem;
    margin-bottom: 6px;
  }
  .BlkArticle .BlkArticle__inner__heading1 br {
    display: none;
  }
  .BlkArticle .BlkArticle__inner__heading1 span br {
    display: inline;
  }
  .BlkArticle .BlkArticle__inner__heading1 + h3 {
    margin-top: 45px;
  }
}
/********************************************************/
/* BlkNews */
/********************************************************/
.BlkNews {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.BlkNews__inner {
  width: 980px;
  margin: 80px auto 0;
  padding: 0;
  position: relative;
}
.BlkNews__heading2 {
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-top: 55px;
}
.BlkNews__heading2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto;
  display: inline-block;
  background: url(../images/BlkNews_logo_heading.png) no-repeat;
  width: 84px;
  height: auto;
  background-size: contain;
}
.BlkNews__list {
  margin-top: 45px;
}
.BlkNews__list__item {
  display: none;
}
.BlkNews__list__item dl {
  overflow: hidden;
  line-height: 1.5;
  border-bottom: #e2e2e2 1px solid;
}
.hiragino .BlkNews__list__item dl {
  font-weight: 300;
}
.BlkNews__list__item dt {
  font-size: 1.6rem;
  float: left;
  padding: 20px 0;
  width: 150px;
}
.BlkNews__list__item dd {
  font-size: 1.6rem;
  border-top: #e2e2e2 1px solid;
  padding: 20px 0;
  padding-left: 258px;
  position: relative;
}
.BlkNews__list__item.BlkNews__list__item_older dd {
  padding-left: 150px;
}
.BlkNews__list__item dd:before {
  color: #00a87b;
  font-size: 1.0rem;
  border-radius: 3px;
  border: #00a87b 1px solid;
  padding: 5px 0;
  text-align: center;
  width: 80px;
  margin-right: 28px;
  position: absolute;
  left: 148px;
}
.BlkNews__list__item dd.icon44:before {
  content: 'トピックス';
}
.BlkNews__list__item dd.icon45:before {
  content: 'イベント';
}
.BlkNews__list dd.icon46:before {
  content: '講演会';
}
.BlkNews__list__item dd.icon42:before {
  content: 'お知らせ';
}
.BlkNews__list__item dd.icon50:before {
  content: '重要なお知らせ';
}
.BlkNews__list__item dd a:hover {
  text-decoration: underline;
}
/*.BlkNews__list__item dt:nth-child(n+9) {
  display: none;
}
.BlkNews__list__item dd:nth-child(n+10) {
  display: none;
}*/
.BlkNews__list__item--All {}
.BlkNews__list__item--Info {}
.BlkNews__list__item--Topics {}
.BlkNews__list__item--Event {}
.BlkNews__list__item--Lecture {}
.BlkNews__archive {
  position: absolute;
  top: 62px;
  right: 0;
}
.BlkNews__archive a {
  color: #333;
  font-size: 1.6rem;
  font-weight: 300;
  padding-left: 20px;
  display: inline-block;
  position: relative;
}
.win .BlkNews__archive a {
  font-weight: 500;
}
.hiragino .BlkNews__archive a {
  font-weight: 300;
}
.BlkNews__archive a:hover {
  color: #00a87b;
}
.BlkNews__archive a:before {
  font-family: icomoon;
  content: "\e904";
  font-weight: normal;
  font-size: 1.0rem;
  color: #00a87b;
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.1s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .BlkNews__archive a {
    padding-top: 4px;
  }
}
@media screen and (max-width:980px) {
  .BlkNews__inner {
    width: 100%;
    overflow: hidden;
  }
  .BlkNews__list {
    margin: 20px 20px 0;
  }
  .BlkNews__list__item dt {
    float: none;
    width: 100%;
    padding-bottom: 0;
    border-top: #e2e2e2 1px solid;
  }
  .BlkNews__list__item dd, .BlkNews__list__item.BlkNews__list__item_older dd {
    border-top: none;
    padding-left: 0;
    padding-top: 10px;
  }
  .BlkNews__list__item dd:before {
    top: -26px;
    left: 135px;
  }
  .BlkNews__archive {
    position: static;
    margin-top: 40px;
    text-align: center;
  }
  .BlkNews__archive a {
    padding-left: 20px;
  }
}
/********************************************************/
/* BlkTabNews */
/********************************************************/
.BlkTabNews {}
.BlkTabNews__mask {}
.BlkTabNews__list {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  /*position: relative;*/
}
.BlkTabNews__list__item {
  text-align: center;
  width: 145px;
  z-index: 10;
}
.BlkTabNews__list__item a {
  display: block;
  border: #00a87b 3px solid;
  border-radius: 6px;
  background-color: #00a87b;
  color: #fff;
  padding: 15px 0;
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
  box-shadow: 3px 3px #fff;
  transition: 0.1s;
}
/***** JS *****/
.BlkTabNews__list__item--current a {
  background-color: #fff;
  color: #00a87b;
}
.BlkTabNews__list__item a:after {
  content: '';
  background: url(../images/BlkNews_item_bg.png) repeat;
  width: 145px;
  height: 50px;
  border-radius: 8px;
  position: absolute;
  right: -11px;
  bottom: -11px;
  z-index: -1;
}
.BlkTabNews__list__item a:hover {
  background-color: #fff;
  color: #00a87b;
}
@media screen and (max-width:980px) {
  .BlkTabNews {
    overflow: hidden;
    height: 110px;
    width: 100%;
  }
  .BlkTabNews__mask {
    height: 130px;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
  }
  .BlkTabNews__mask > * {
    -webkit-transform: translateZ(0px);
  }
  .BlkTabNews__list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 942px;
  }
  .BlkTabNews__list__item:first-child {
    margin-left: 20px;
  }
  .BlkTabNews__list__item {
    width: 137px;
    margin-right: 20px;
  }
  .BlkTabNews__list__item a:after {
    width: 137px;
  }
}
/********************************************************/
/* p */
/********************************************************/
.BlkArticle .BlkArticle__inner {
  font-size: 1.6rem;
  font-weight: 300;
  color: #333;
  line-height: 1.5;
}
.win .BlkArticle .BlkArticle__inner {
    font-weight: 500;
}
.hiragino .BlkArticle .BlkArticle__inner {
    font-weight: 300;
}
.BlkArticle #pan {
  display: none;
}
/********************************************************/
/* table old type */
/********************************************************/
table.tblbdr {
  width: 100%;
  margin: 30px 0;
  font-size: 1.4rem;
  line-height: 1.5;
  border-collapse: separate;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
table.tblbdr td {
  padding: 25px 30px;
  border-top: 1px dotted #878787;
  border-right: 1px dotted #878787;
  vertical-align: top;
}
table.tblbdr td:last-child {
  border-right: none;
}
@media screen and (max-width:980px) {
  table.tblbdr {
    width: 760px;
  }
  table.tblbdr td {
    padding: 20px;
  }
}