@charset "Shift_JIS";
/* CSS Document */

/********************************************************/
/* import */
/********************************************************/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:700');
@import url("/assets/css/article.css?2018061201");

/********************************************************/
/* color select�E�@*/
/********************************************************/
.blkGraduate {}
.blkMedicine {}
.blkHealth {}
.blkGeneralPolicy {}
.blkForeign {}

/********************************************************/
/* Overwrite common.css�E�@*/
/********************************************************/
.BlkTabLocal__title a:hover {
  color: #e66828;
}
.BlkTabLocal__navList__item > a:hover {
  color: #e66828;
}
.BlkTabLocal__navList__item--lv1 > a:before {
  color: #e66828;
}
.BlkLocalDetail {
  background-color: #e66828;
}
.BlkTabLocalSp__navMenu__btn a {
  color: #e66828;
}
.BlkTabLocalSp__navMenu__btn a:after {
  color: #e66828;
}
.BlkTabLocalSp__navList {
  background-color: rgba(0,0,0,0);
  padding: 0;
}
.BlkTabLocalSp__navList__item {
  padding: 0;
}
.BlkTabLocalSp__navList__item:first-child {
  padding: 0;
}
.BlkTabLocalSp__navList__item a {
  padding: 30px 20px;
  border-bottom: 1px solid #e16833;
  background-color: rgba(211,68,35,0.95);
}
.BlkLocalDetailSp__item {
  padding: 0;
}
.BlkTabLocalSp__navList__item .BlkLocalDetailSp__item a {
  padding: 30px 20px;
  background-color: rgba(225,104,51,0.95);
  border-bottom: 1px solid #e47645;
}
.BlkTabLocalSp__navList__item--lv1 + .BlkTabLocalSp__navList__item--lv1 {
  padding-top: 0;
}
.BlkTabLocalSp__navList__item .BlkLocalDetailSp__item--lv2 .BlkLocalDetailSp__item a {
  padding: 20px 20px;
  background-color: rgba(231,133,87,0.95);
  /*background-color: rgba(221,120,117,0.95);*/
  border-bottom: 1px solid #eb9B74;
}
.BlkTabLocalSp__navList__item .BlkLocalDetailSp__item--lv3 .BlkLocalDetailSp__item a {
  padding: 20px 20px;
  background-color: rgba(239,176,145,0.95);
  border-bottom: 1px solid #f2bea6;
}
.BlkTabLocalSp__navList__item__headline {
  position: relative;
}
.BlkTabLocalSp__navList__item__headline:before {
  font-family: icomoon;
  content: "\e90c";
  font-weight: 300;
  padding-right: 10px;
  font-size: 1.0rem;
  color: #fff;
  position: absolute;
  transition: 0.1s;
  left: auto;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.BlkTabLocalSp__navList__item__headline--current:before {
  content: "\e90d";
}
.BlkLocalDetailSp__item {
  /*display: none;*/
}
.BlkTabLocalSp__navList__item--lv1 + .BlkTabLocalSp__navList__item {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
/********************************************************/
/* Overwrite utility.css�E�@*/
/********************************************************/
.u-icon_jump:hover:after {
  color: #e66828;
}
.BlkArticle__btnlink .u-icon_jump:hover span:after {
  color: #e66828;
}
.u-icon_blank:hover:after,
.ico-blank:hover:after{
  color: #e66828;
}
.BlkArticle__btnlink .u-icon_blank:hover span:after {
  color: #e66828;
}
.u-icon_doc:hover:after {
  color: #e66828;
}
.u-icon_movie:hover:after {
  color: #e66828;
}
.u-icon_pdf:hover:after,
.ico-pdf:hover:after{
  color: #e66828;
}
.u-icon_ppt:hover:after {
  color: #e66828;
}
.u-icon_sound:hover:after {
  color: #e66828;
}
.u-icon_xls:hover:after {
  color: #e66828;
}
.u-icon_zip:hover:after,
.ico-zip:hover:after{
  color: #e66828;
}
/********************************************************/
/* Overwrite article.css�E�@*/
/********************************************************/
/********************************************************/
/* BlkArticle*/
/********************************************************/
.BlkTitle--article + .BlkArticle:before {
    background: url(../images/faculty/foreign/BlkArticle_bg.png) repeat;
}
/********************************************************/
/* section */
/********************************************************/
.BlkArticle__Contents {
  border-top: 4px solid #e66828;
  padding-bottom: 8px;
}
.BlkArticle__Contents--notborder {
    border-top: none;
    padding-top: 0;
}
/********************************************************/
/* BlkNavPage  */
/********************************************************/
.BlkArticle__navPage__list li a {
  border: #e66828 3px solid;
  background-color: #e66828;
}
.BlkArticle__navPage__list li a:before {
  background: url(../images/faculty/foreign/BlkNavPage_list_bg.png) repeat;
}
.BlkArticle__navPage__list li a:hover {
  border: #e66828 3px solid;
  color: #e66828;
}
/********************************************************/
/* heading */
/********************************************************/
.BlkArticle .BlkArticle__headingArea__inner h2 > span {
  color: #e66828;
}
.BlkArticle h3:before {
  background-color: #e66828;
}
/********************************************************/
/* p */
/********************************************************/
.BlkArticle p {
  line-height: 1.8;
}
.BlkArticle .BlkArticle__txtlink a:hover {
  color: #e66828;
}
.BlkArticle .BlkArticle__txtlink a:before {
  color: #e66828;
}
.BlkArticle .BlkArticle__btnlink a {
  border: #e66828 3px solid;
  background-color: #e66828;
}
.BlkArticle .BlkArticle__btnlink a:after {
  background: url(../images/faculty/foreign/BlkArticle_link_bg.png) repeat;
}
.BlkArticle .BlkArticle__btnlink a:hover {
  border: #e66828 3px solid;
  color: #e66828;
}
.BlkArticle .table__mask a:hover {
  color: #e66828;
}
.BlkArticle .table__mask a:before {
  color: #e66828;
}
.BlkArticle a.BlkArticle__linkStm:hover {
  color: #e66828;
}
.BlkArticle .BlkArticle__btnlink p {
  line-height: 1.5;
}
/********************************************************/
/* list */
/* listLink  */
/********************************************************/
.BlkArticle__listLink li a:hover {
  color: #e66828;
}
.BlkArticle__listLink li a:before {
  color: #e66828;
}
/********************************************************/
/* pageTopLink  */
/********************************************************/
.BlkArticle__pageTopLink a:hover {
  color: #e66828;
}
.BlkArticle__pageTopLink a:before {
  color: #e66828;
}
/********************************************************/
/* listThumbnail  */
/********************************************************/
.BlkArticle .BlkArticle__listThumbnail__link a {
  border: #e66828 3px solid;
  background-color: #e66828;
}
.BlkArticle .BlkArticle__listThumbnail__link a:after {
  background: url(../images/faculty/foreign/BlkArticle_link_bg.png) repeat;
}
.BlkArticle .BlkArticle__listThumbnail__link a:hover {
  border: #e66828 3px solid;
  color: #e66828;
}
/********************************************************/
/* listFaq  */
/********************************************************/
.BlkArticle__listFaq li a:hover {
  color: #e66828;
}
.BlkArticle__listFaq li a:before {
  color: #e66828;
}
/********************************************************/
/* table  */
/********************************************************/
table.BlkArticle__tableNormal th {
  background-color: #fff7f3;
}
table.BlkArticle__tableNormal th.cellHeading,
table.BlkArticle__tableNormal td.cellHeading {
  /*background-color: #DD7875;*/
  background-color: #FAE9E0;
}
/********************************************************/
/* BlkFaq */
/********************************************************/
.BlkArticle__desListFaq dd:before {
  color: #e66828;
}
/********************************************************/
/* BlkTitleFaculty */
/********************************************************/
.BlkTitleFaculty {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  z-index: 1;
}
.BlkTitleFaculty__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: flex;
}
.BlkTitleFaculty__inner + span {
  display: none;
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
  line-height: 1.5;
  text-align: center;
  position: relative;
  padding-top: 30px;
}
.BlkTitleFaculty__inner + span br {
  display: none;
}
.BlkTitleFaculty__txtArea {
  background-color: #e66828;
  width: 30%;
}
.BlkTitleFaculty__imgArea {
  width: 70%;
}
.BlkTitleFaculty__imgArea img {
  width: 100%;
  height: auto;
}
.BlkTitleFaculty__heading1 {
  font-size: 4.2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  position: relative;
  padding-top: 0;
  z-index: 1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.BlkTitleFaculty__heading1 span.BlkTitleFaculty__txt {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  padding-top: 20px;
  z-index: 1;
  text-align: center;
  position: relative;
  display: block;
}
.BlkTitleFaculty__heading1 span.BlkTitleFaculty__english {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  display: block;
}
.BlkTitleFaculty__heading1:before {
  content: '';
  position: absolute;
  top: -74px;
  right: 0;
  bottom: 0;
  left:0 ;
  margin:auto auto;
  display: inline-block;
  /*background: url(../images/faculty/foreign/BlkTitleFaculty_logo_heading.png) no-repeat;*/
  background: url(../images/faculty/foreign/BlkTitleFaculty_logo_heading.svg) no-repeat;
  width: 44px;
  height: auto;
  background-size: contain;
  z-index: -1;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .BlkTitleFaculty__heading1:before {
    top: 0;
    margin-top: -140px;
    height: 180px;
  } /* IE11 */
}
@media screen and (max-width:980px) {
  .BlkTitleFaculty__inner {
    flex-wrap: wrap-reverse;
  }
  .BlkTitleFaculty__inner + span {
    display: block;
  }
  .BlkTitleFaculty__txtArea {
    width: 100%;
    padding: 60px 38px 0;
  }
  .BlkTitleFaculty__imgArea {
    width: 100%;
  }
  .BlkTitleFaculty__heading1 {
    font-size: 3.0rem;
    padding-bottom: 32px;
  }
  .BlkTitleFaculty__heading1 span.BlkTitleFaculty__txt {
    font-size: 1.8rem;
    display: none;
  }
  .BlkTitleFaculty__heading1 span.BlkTitleFaculty__english {
    /*display: none;*/
    margin-bottom: 6px;
  }
  .BlkTitleFaculty__heading1:before {
    top: -42px;
    width: 26px;
  }
  .BlkTitleFaculty__inner + span br {
    display: inline;
  }
  *::-ms-backdrop, .BlkTitleFaculty__heading1:before {
    top: 0;
    margin-top: -120px;
    height: 180px;
  } /* IE11 */
}
/********************************************************/
/* BlkFeatured */  /*�E�g�E�b�E�v�E�Ɠ��E��E��E�p�E�[�E�c*/
/********************************************************/
.BlkFeatured {
  position: relative;
  width: 100%;
  max-width: 1280px;
  background-color: #fff;
  margin: 80px auto 0;
}
/*.BlkFeatured__inner {
  width: 1280px;
  margin: 80px auto 0;
  padding: 0;
  position: relative;
}*/
.BlkFeatured__heading2 {
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-top: 55px;
}
.BlkFeatured__heading2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0 ;
  margin:auto auto;
  display: inline-block;
  background: url(../images/faculty/foreign/BlkFeatured_logo_heading.svg) no-repeat;
  width: 113px;
  height: auto;
  background-size: contain;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .BlkFeatured__heading2:before {
    top: 0;
    margin-top: -30px;
    height: 100px;
  } /* IE11 */
}
.BlkFeatured__listContents {
  margin-top: 50px;
  letter-spacing: -.4em;
  overflow: hidden;
}
.BlkFeatured__listContents__item {
  float: left;
  width: 25%;
  /* width: 33.3333%; */
  /*width: 50%;*/
  overflow: hidden;
}
.BlkFeatured__listContents__item img {
  width: 100%;
  height: auto;
}
.BlkFeatured__listContents__item img {
  -moz-transition: -moz-transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  -ms-transition: -ms-transform 0.3s linear;
  transition: transform 0.3s linear;
}
.BlkFeatured__listContents__item img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width:1280px) {
  .BlkFeatured__inner {
    width: 100%;
  }
}
@media screen and (max-width:980px) {
  .BlkFeatured__listContents__item {
    /* width: 33.33333%; */
    width: 50%;
  }
}
@media screen and (max-width:450px) {
  .BlkFeatured__listContents__item {
    width: 100%;
  }
}
/********************************************************/
/* BlkDepartment*/
/********************************************************/
.BlkDepartment {
  position: relative;
  width: 100%;
}
.BlkDepartment__inner {
  width: 980px;
  margin: 80px auto 0;
  padding: 0;
  position: relative;
}
.BlkDepartment__heading2 {
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-top: 55px;
  z-index: 1;
}
.BlkDepartment__heading2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0 ;
  margin:auto auto;
  display: inline-block;
  background: url(../images/faculty/foreign/BlkDepartment_logo_heading.svg) no-repeat;
  width: 140px;
  height: auto;
  background-size: contain;
  z-index: -1;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .BlkDepartment__heading2:before {
    top: 0;
    margin-top: -30px;
    height: 100px;
  } /* IE11 */
}
.BlkDepartment__list {
  margin-top: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.BlkDepartment__list__item {
  position: relative;
  padding-right: 25px;
  line-height: 1.5;
  z-index: 10;
}
.BlkDepartment__list__item:nth-child(3n) {
  padding-right: 0;
}
.BlkDepartment__list__item:nth-child(n+4) {
  margin-top: 28px;
}
.BlkDepartment__list__item a {
  display: block;
  width: 310px;
  height: 50px;
  border: #e66828 3px solid;
  border-radius: 6px;
  background-color: #e66828;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
  box-shadow: 3px 3px #fff;
  transition: 0.1s;
}
.BlkDepartment__list__item--fsizeSmall a {
  font-size: 1.3rem;
}
.BlkDepartment__list__item a:before {
  content: '';
  background: url(../images/faculty/foreign/BlkDepartment_item_bg.png) repeat;
  width: 310px;
  height: 50px;
  border-radius: 8px;
  position: absolute;
  right: -11px;
  bottom: -11px;
  z-index: -1;
}
.BlkDepartment__list__item--current a {
  background-color: #fff;
  border: #e66828 3px solid;
  color: #e66828;
}
.BlkDepartment__list__item a:hover {
  background-color: #fff;
  border: #e66828 3px solid;
  color: #e66828;
}
.BlkDepartment__list__item a span {
  position: absolute;
  display: block;
  width: 168px;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.BlkDepartment__list__item a p {
  background-color: #F6EAE9;
  border-radius: 50%;
  color: #e66828;
  display: block;
  height: 50px;
  width: 50px;
  right: 7px;
  top: 13%;
  position: absolute;
}
.BlkDepartment__list__item a p span {
  font-size: 1.1rem;
  display: block;
  width: auto;
  text-align: center;
  position: relative;
  top: 16px;
  left: 0;
}

.BlkDepartment__list__item a p span:first-child {
  font-size: 1.0rem;
}

@media screen and (max-width:980px) {
  .BlkDepartment__inner {
    width: 100%;
    padding: 0 20px 10px;
  }
  .BlkDepartment__list {
    display: none;
  }
  .BlkDepartmentDetail__list {
    display: none;
  }
}

/********************************************************/
/* BlkDepartment__list2*/
/********************************************************/
.BlkDepartment__list2 {
  margin-top: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.BlkDepartment__list2__item {
  position: relative;
  padding-right: 25px;
  line-height: 1.5;
  z-index: 10;
}
.BlkDepartment__list2__item:nth-child(3n) {
  padding-right: 0;
}
.BlkDepartment__list2__item:nth-child(n+4) {
  margin-top: 28px;
}
.BlkDepartment__list2__item a {
  display: block;
  width: 310px;
  height: 50px;
  border: #e66828 3px solid;
  border-radius: 6px;
  background-color: #e66828;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
  box-shadow: 3px 3px #fff;
  transition: 0.1s;
}
.BlkDepartment__list2__item.current a {
  background-color: #fff;
  border: #e66828 3px solid;
  color: #e66828;
}
.BlkDepartment__list2__item--fsizeSmall a {
  font-size: 1.3rem;
}
.BlkDepartment__list2__item a:before {
  content: '';
  background: url(../images/faculty/foreign/BlkDepartment_item_bg.png) repeat;
  width: 100%;
  height: 50px;
  border-radius: 8px;
  position: absolute;
  right: -11px;
  bottom: -11px;
  z-index: -1;
}
.BlkDepartment__list2__item a:hover {
  background-color: #fff;
  border: #e66828 3px solid;
  color: #e66828;
}
.BlkDepartment__list2__item a span {
  position: absolute;
  display: block;
  width: 168px;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.BlkDepartment__list2__item a p {
  background-color: #F6EAE9;
  border-radius: 50%;
  color: #e66828;
  display: block;
  height: 50px;
  width: 50px;
  right: 7px;
  top: 13%;
  position: absolute;
}
.BlkDepartment__list2__item a p span {
  font-size: 1.1rem;
  display: block;
  width: auto;
  text-align: center;
  position: relative;
  top: 16px;
  left: 0;
}

.BlkDepartment__list2__item a p span:first-child {
  font-size: 1.0rem;
}
@media screen and (max-width: 980px) {
  .BlkDepartment__list2__item {
    width: 100%;
    padding: 0;
  }
  .BlkDepartment__list2__item:nth-child(n+2){
    margin-top: 30px;
  }
  .BlkDepartment__list2__item a {
    width: 100%;
  }
}
/********************************************************/
/* BlkDepartmentDetail__list*/
/********************************************************/
.BlkDepartmentDetail__list {
  margin-top: 58px;
}
.BlkDepartmentDetail__list:before {
  content: '';
  background: url(../images/faculty/foreign/BlkArticle_bg.png) repeat;
  width: 100%;
  height: 8px;
  display: block;
}
.BlkDepartmentDetail__list:after {
  content: '';
  background: url(../images/faculty/foreign/BlkArticle_bg.png) repeat;
  width: 100%;
  height: 8px;
  display: block;
}
.BlkDepartmentDetail__list__item {
  padding: 45px 0;
  display: flex;
  justify-content: space-between;
}
.BlkDepartmentDetail__mainArea {
  width: 622px;
}
.BlkDepartmentDetail__mainArea__tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.BlkDepartmentDetail__mainArea__tit h3 {
  font-size: 3.0rem;
  font-weight: 600;
  color: #333;
  position: relative;
  /*margin-bottom: 50px;*/
  letter-spacing: 0.03em;
  line-height: 1.5;
}
.BlkDepartmentDetail__mainArea__tit h3 > span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #e66828;
  line-height: 1.5;
  margin-bottom: 5px;
  display: block;
}
.BlkDepartmentDetail__mainArea__tit p {
}
.BlkDepartmentDetail__mainArea__tit p span {
  font-size: 1.0rem;
  font-weight: 600;
  color: #e66828;
  line-height: 1.5;
  border: 1px solid #e66828;
  padding: 2px 12px;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
}
.BlkDepartmentDetail__mainArea__lead {
  font-size: 2.0rem;
  font-weight: 600;
  color: #333;
  position: relative;
  padding-top: 25px;
  /*margin-bottom: 50px;*/
  line-height: 1.8;
}
.BlkDepartmentDetail__mainArea__lead {
  font-size: 2.0rem;
  font-weight: 600;
  color: #333;
  position: relative;
  padding-top: 25px;
  /*margin-bottom: 50px;*/
  line-height: 1.8;
}
.BlkDepartmentDetail__mainArea__txt {
  font-size: 1.6rem;
  font-weight: 300;
  color: #333;
  line-height: 1.8;
  padding-top: 12px;
}
.win .BlkDepartmentDetail__mainArea__txt {
  font-weight: 500;
}
.hiragino .BlkDepartmentDetail__mainArea__txt {
  font-weight: 300;
}
.BlkDepartmentDetail__mainArea__link {
  font-size: 1.6rem;
  font-weight: 300;
  color: #333;
  line-height: 1.8;
  padding-top: 10px;
}
.win .BlkDepartmentDetail__mainArea__link {
  font-weight: 500;
}
.hiragino .BlkDepartmentDetail__mainArea__link {
  font-weight: 300;
}
.BlkDepartmentDetail__mainArea__link a {
  text-decoration: underline;
}
.BlkDepartmentDetail__mainArea__link a:hover {
  color: #e66828;
}
.BlkDepartmentDetail__subArea img {
  max-width: 312px;
  height: auto;
}
.BlkDepartmentDetail__subArea__linkList__item {
  margin-top: 18px;
}
.BlkDepartmentDetail__subArea__linkList__item:first-child {
  margin-top: 28px;
}
.BlkDepartmentDetail__subArea__linkList__item a {
  width: 224px;
  display: table;
  padding-left: 20px;
  position: relative;
  font-size: 1.6rem;
  font-weight: 300;
}
.win .BlkDepartmentDetail__subArea__linkList__item a {
  font-weight: 500;
}
.hiragino .BlkDepartmentDetail__subArea__linkList__item a {
  font-weight: 300;
}
.BlkDepartmentDetail__subArea__linkList__item a:hover {
  color: #e66828;
}
.BlkDepartmentDetail__subArea__linkList__item a:before {
  font-family: icomoon;
  content: "\e904";
  font-weight: normal;
  font-size: 1.0rem;
  color: #e66828;
  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, .BlkDepartmentDetail__subArea__linkList__item a {
    padding-top: 4px;
  }
}
/********************************************************/
/* BlkDepartment__listSp */
/********************************************************/
.BlkDepartment__listSp {
  display: none;
}
@media screen and (max-width:980px) {
  .BlkDepartment__listSp {
    margin-top: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .BlkDepartment__listSp__item {
    position: relative;
    padding-right: 0;
    line-height: 1.5;
    z-index: 0;
    width: 100%;
    margin-top: 20px;
  }
  .BlkDepartment__listSp__item:first-child {
    margin-top: 0;
  }
  .BlkDepartment__listSp__item:nth-child(5n) {
    padding-right: 0;
  }
  .BlkDepartment__listSp__item:nth-child(n+6) {
  }
  .BlkDepartment__listSp__item br {
    display: none;
  }
  .BlkDepartment__listSp__item a {
    display: block;
    width: 100%;
    height: 45px;
    border: #e66828 3px solid;
    border-radius: 6px;
    background-color: #e66828;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    position: relative;
    box-shadow: 3px 3px #fff;
    transition: 0.1s;
  }
  .BlkDepartment__listSp__item--fsizeSmall a {
    font-size: 1.3rem;
  }
  .BlkDepartment__listSp__item a:before {
    content: '';
    background: url(../images/faculty/foreign/BlkDepartment_item_bg.png) repeat;
    width: 100%;
    height: 45px;
    border-radius: 8px;
    position: absolute;
    right: -11px;
    bottom: -11px;
    z-index: -1;
  }
  .BlkDepartment__listSp__item--current a {
    background-color: #fff;
    border: #e66828 3px solid;
    color: #e66828;
  }
  .BlkDepartment__listSp__item a span {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  .BlkDepartment__listSp__item a span:after {
    font-family: icomoon;
    content: "\e909";
    color: #fff;
    font-size: 0.9rem;
    z-index: 1;
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  /*.BlkDepartment__listSp__item a:hover span:after {
    color: #e66828;
  }*/
  .BlkDepartment__listSp__item a span:after {
    content: "\e90c";
  }
  .BlkDepartment__listSp__item--current a span:after {
    color: #e66828;
    content: "\e90d";
  }
  .BlkDepartment__listSp__item a p {
    background-color: #F6EAE9;
    border-radius: 4px;
    padding: 5px 15px;
    color: #e66828;
    display: block;
    right: 50px;
    top: 18%;
    position: absolute;
    font-size: 1.0rem;
  }
  .BlkDepartment__listSp__itemDetail {
    display: none;
    margin-bottom: -10px;
    padding: 0 0 43px;
    position: relative;
  }
  .BlkDepartment__listSp__itemDetail:after {
    content: '';
    background: url(../images/faculty/foreign/BlkArticle_bg.png) repeat;
    width: 100%;
    height: 8px;
    display: block;
    position: absolute;
    bottom: 0;
  }
  .BlkDepartmentDetailSp__mainArea {
    width: 100%;
    padding: 43px 20px 0;
  }
  .BlkDepartmentDetailSp__mainArea__tit {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .BlkDepartmentDetailSp__mainArea__tit h3 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #333;
    position: relative;
    /*margin-bottom: 50px;*/
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
  .BlkDepartmentDetailSp__mainArea__tit h3 > span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.0rem;
    color: #e66828;
    line-height: 1.5;
    margin-bottom: 5px;
    display: block;
  }
  .BlkDepartmentDetailSp__mainArea__tit p {
  }
  .BlkDepartmentDetailSp__mainArea__tit p span {
    font-size: 1.0rem;
    font-weight: 600;
    color: #e66828;
    line-height: 1.5;
    border: 1px solid #e66828;
    padding: 2px 12px;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
  }
  .BlkDepartmentDetailSp__mainArea__lead {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    position: relative;
    padding-top: 15px;
    /*margin-bottom: 50px;*/
    line-height: 1.5;
  }
  .BlkDepartmentDetailSp__mainArea__txt {
    font-size: 1.6rem;
    font-weight: 300;
    color: #333;
    line-height: 1.8;
    padding-top: 12px;
  }
  .win .BlkDepartmentDetailSp__mainArea__txt {
    font-weight: 500;
  }
  .hiragino .BlkDepartmentDetailSp__mainArea__txt {
    font-weight: 300;
  }
  .BlkDepartmentDetailSp__mainArea__link {
    font-size: 1.6rem;
    font-weight: 300;
    color: #333;
    line-height: 1.8;
    padding-top: 10px;
  }
  .win .BlkDepartmentDetailSp__mainArea__link {
    font-weight: 500;
  }
  .hiragino .BlkDepartmentDetailSp__mainArea__link {
    font-weight: 300;
  }
  .BlkDepartmentDetailSp__mainArea__link a {
    text-decoration: underline;
  }
  .BlkDepartmentDetailSp__mainArea__link a:hover {
    color: #e66828;
  }
  .BlkDepartmentDetailSp__subArea {
    padding: 25px 20px 0;
    text-align: center;
  }
  .BlkDepartmentDetailSp__subArea img {
    width: 100%;
    max-width: 519px;
    height: auto;
  }
  .BlkDepartmentDetailSp__subArea__linkList {
    text-align: left;
  }
  .BlkDepartmentDetailSp__subArea__linkList__item {
    margin-top: 18px;
  }
  .BlkDepartmentDetailSp__subArea__linkList__item:first-child {
    margin-top: 28px;
  }
  .BlkDepartmentDetailSp__subArea__linkList__item a {
    width: 224px;
    display: table;
    padding-left: 20px;
    position: relative;
    font-size: 1.6rem;
    font-weight: 300;
  }
  .win .BlkDepartmentDetailSp__subArea__linkList__item a {
    font-weight: 500;
  }
  .hiragino .BlkDepartmentDetailSp__subArea__linkList__item a {
    font-weight: 300;
  }
  .BlkDepartmentDetailSp__subArea__linkList__item a:hover {
    color: #e66828;
  }
  .BlkDepartmentDetailSp__subArea__linkList__item a:before {
    font-family: icomoon;
    content: "\e904";
    font-weight: normal;
    font-size: 1.0rem;
    color: #e66828;
    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, .BlkDepartmentDetailSp__subArea__linkList__item a {
    padding-top: 4px;
  }
}
/********************************************************/
/* BlkNews */  
/*�E�I�E�[�E�v�E��E��E�L�E��E��E��E��E�p�E�X�E�Ɠ��E��E��E�p�E�[�E�c*/
/********************************************************/
.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;
  z-index: 1;
}
.BlkNews__heading2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0 ;
  margin:auto auto;
  display: inline-block;
  background: url(../images/faculty/foreign/BlkNews_logo_heading.svg) no-repeat;
  width: 84px;
  height: auto;
  background-size: contain;
  z-index: -1;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .BlkNews__heading2:before {
    top: 0;
    margin-top: -30px;
    height: 100px;
  } /* IE11 */
}
.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;
}
.BlkNews__list__item dt {
  font-size: 1.6rem;
  float: left;
  padding: 20px 0;
  /*padding: 32px 0;*/
  width: 150px;
}
.win .BlkNews__list__item dt {
  font-weight: 500;
}
.hiragino .BlkNews__list__item dt {
  font-weight: 300;
}
.BlkNews__list__item dd {
  font-size: 1.6rem;
  border-top: #e2e2e2 1px solid;
  padding: 20px 0;
  /*padding: 32px 0;*/
  padding-left: 160px;
  position: relative;
}
.win .BlkNews__list__item dd {
  font-weight: 500;
}
.hiragino .BlkNews__list__item dd {
  font-weight: 300;
}
.BlkNews__list__item dd a:hover {
  text-decoration: underline;
}
.BlkNews__list__item dt:nth-child(n+10) {
  display: none;
}
.BlkNews__list__item dd:nth-child(n+11) {
  display: none;
}
.BlkNews__list__item--listPage dt:nth-child(n+10) {
  display: block;
}
.BlkNews__list__item--listPage dd:nth-child(n+11) {
  display: block;
}

.BlkNews__archive {
  position: absolute;
  top: 62px;
  right: 0;
  z-index: 1;
}
.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: #e66828;
}
.BlkNews__archive a:before {
  font-family: icomoon;
  content: "\e904";
  font-weight: normal;
  font-size: 1.0rem;
  color: #e66828;
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.1s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.BlkNews__facebook {
  width: 500px;
  margin: 50px auto 0;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: center;
}
.BlkNews__facebook--sp {
  display: none;
  width: 300px;
}
@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;
  }
  .BlkArticle__Contents--notLead > .BlkNews__list {
    margin : 20px 0 0;
  }
  .BlkNews__list {
    margin : 50px 20px 0;
  }
  .BlkNews__list__item dt {
    float: none;
    width: 100%;
    padding: 20px 0 0 0;
    border-top: #e2e2e2 1px solid;
  }
  .BlkNews__list__item dd {
    border-top: none;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .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;
  }
}
@media screen and (max-width:500px) {
  .BlkNews__facebook--pc {
    display: none;
  }
  .BlkNews__facebook--sp {
    display: block;
  }
}
/********************************************************/
/* BlkData */
/********************************************************/
.BlkData {
  position: relative;
  width: 100%;
  background: url(../images/faculty/foreign/BlkData_bg.jpg) no-repeat center #fff;
  background-size: cover;
}
.BlkData__inner {
  width: 980px;
  margin: 80px auto 0;
  padding: 80px 0 ;
  position: relative;
}
.BlkData__heading2 {
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-top: 55px;
  color: #fff;
}
.BlkData__heading2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0 ;
  margin:auto auto;
  display: inline-block;
  background: url(../images/faculty/foreign/BlkData_logo_heading.png) no-repeat;
  width: 132px;
  height: auto;
  background-size: contain;
}
.BlkData__listContents {
  margin-top: 40px;
}
.BlkData__listContents__item img {
  width: 100%;
  max-width: 210px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width:980px) {
  .BlkData__inner {
    width: 100%;
  }
  .BlkData__inner {
    padding: 40px 0 ;
  }
  .BlkData__listContents {
    margin-top: 30px;
  }
  .BlkData__listContents__item img {
    max-width: 168px;
  }
}
/********************************************************/
/* BlkData JS slick */
/********************************************************/
.BlkData .slick-prev,
.BlkData .slick-next {
  width: 50px;
  height: 50px;
  background-color: #e66828;
  border-radius: 50px;
  display: block;
  z-index: 1000;
  transition: 0.2s;
}
.BlkData .slick-prev {
  left: -50px;
}
.BlkData .slick-next {
  right: -50px;
}
.BlkData .slick-prev:before,
.BlkData .slick-next:before {
  font-size: 1.4rem;
  display: block;
  color: #fff;
  opacity: 1.0;
}
.BlkData .slick-prev:hover,
.BlkData .slick-next:hover {
  background-color: #e66828;
  opacity: 0.6;
}
.BlkData .slick-prev:before {
  font-family: icomoon;
  content: "\e907" ;
  font-weight: normal;
  vertical-align: middle;
  padding-right: 2px;
}
.BlkData .slick-next:before {
  font-family: icomoon ;
  content: "\e904" ;
  font-weight: normal;
  vertical-align: middle;
  padding-left: 2px;
}
@media screen and (max-width:1100px) {
  .BlkData .slick-prev {
    left: 5px;
  }
  .BlkData .slick-next {
    right: 5px;
  }
}
@media screen and (max-width:980px) {
  .BlkData .slick-prev,
  .BlkData .slick-next {
    width: 26px;
    height: 26px;
  }
  .BlkData .slick-prev {
    left: 20px;
  }
  .BlkData .slick-next {
    right: 20px;
  }
  .BlkData .slick-prev:before,
  .BlkData .slick-next:before {
    font-size: 0.8rem;
  }
  .BlkData .slick-prev:hover,
  .BlkData .slick-next:hover {
    opacity: 1.0;
  }
}


/********************************************************/
/* BlkFacility */
/********************************************************/
.BlkFacility {
  position: relative;
  width: 100%;
  /*background: url(../images/faculty/foreign/BlkFacility_bg.jpg) no-repeat center #fff;
  background-size: cover;*/
  background-color: #fff;
}
.BlkFacility__inner {
  /*width: 980px;*/
  margin: 80px auto 0;
  padding: 0;
  position: relative;
}
.BlkFacility__heading2 {
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-top: 55px;
  color: #333;
}
.BlkFacility__heading2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0 ;
  margin:auto auto;
  display: inline-block;
  background: url(../images/faculty/foreign/BlkFacility_logo_heading.png) no-repeat;
  width: 130px;
  height: auto;
  background-size: contain;
}
.BlkFacility__listContents {
  margin-top: 50px;
}
.BlkFacility__listContents__item {
  margin: 0 14px;
}
.BlkFacility__listContents__item span {
  font-size: 1.6rem;
  font-weight: 300;
  color: #333;
  text-align: center;
  display: block;
  padding-top: 20px;
}
.win .BlkFacility__listContents__item span {
  font-weight: 500;
}
.hiragino .BlkFacility__listContents__item span {
  font-weight: 300;
}

.BlkFacility__listContents__item img {
  width: 100%;
  /*max-width: 526px;*/
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width:980px) {
  .BlkFacility__inner {
    width: 100%;
  }
  .BlkFacility__inner {
    padding: 0 0 40px;
  }
  .BlkFacility__listContents {
    margin-top: 50px;
  }
  .BlkFacility__listContents__item {
    margin: 0;
  }
  .BlkFacility__listContents__item img {
    /*max-width: 168px;*/
  }

}
/********************************************************/
/* BlkFacility JS slick */
/********************************************************/
.BlkFacility .slick-prev,
.BlkFacility .slick-next {
  width: 50px;
  height: 50px;
  background-color: #e66828;
  border-radius: 50px;
  display: block;
  z-index: 1000;
  transition: 0.2s;
}
.BlkFacility .slick-prev {
  left: -50px;
}
.BlkFacility .slick-next {
  right: -50px;
}
.BlkFacility .slick-prev:before,
.BlkFacility .slick-next:before {
  font-size: 1.4rem;
  display: block;
  color: #fff;
  opacity: 1.0;
}
.BlkFacility .slick-prev:hover,
.BlkFacility .slick-next:hover {
  background-color: #e66828;
  opacity: 0.6;
}
.BlkFacility .slick-prev:before {
  font-family: icomoon;
  content: "\e907" ;
  font-weight: normal;
  vertical-align: middle;
  padding-right: 2px;
}
.BlkFacility .slick-next:before {
  font-family: icomoon ;
  content: "\e904" ;
  font-weight: normal;
  vertical-align: middle;
  padding-left: 2px;
}
@media screen and (max-width:3000px) {
  .BlkFacility .slick-prev {
    left: 35px;
  }
  .BlkFacility .slick-next {
    right: 35px;
  }
}
@media screen and (max-width:1100px) {
  .BlkFacility .slick-prev {
    left: 5px;
  }
  .BlkFacility .slick-next {
    right: 5px;
  }
}
@media screen and (max-width:980px) {
  .BlkFacility .slick-prev,
  .BlkFacility .slick-next {
    width: 26px;
    height: 26px;
  }
  .BlkFacility .slick-prev {
    left: 20px;
    top: 40%;
  }
  .BlkFacility .slick-next {
    right: 20px;
    top: 40%;
  }
  .BlkFacility .slick-prev:before,
  .BlkFacility .slick-next:before {
    font-size: 0.8rem;
  }
  .BlkFacility .slick-prev:hover,
  .BlkFacility .slick-next:hover {
    opacity: 1.0;
  }
}
/********************************************************/
/* BlkLearning */
/********************************************************/
.BlkLearning {
  position: relative;
  width: 100%;
  /*background: url(../images/faculty/foreign/BlkLearning_bg.jpg) no-repeat center #fff;
  background-size: cover;*/
  background-color: #fff;
}
.BlkLearning__inner {
  width: 980px;
  margin: 80px auto 0;
  padding: 0;
  position: relative;
}
.BlkLearning__inner:after {
  content: '';
  background: url(../images/faculty/foreign/BlkArticle_bg.png) repeat;
  width: 100%;
  height: 8px;
  display: block;
}
.BlkLearning__heading2 {
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-top: 55px;
  color: #333;
}
.BlkLearning__heading2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0 ;
  margin:auto auto;
  display: inline-block;
  background: url(../images/faculty/foreign/BlkLearning_logo_heading.svg) no-repeat;
  width: 138px;
  height: auto;
  background-size: contain;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .BlkLearning__heading2:before {
    top: 0;
    margin-top: -30px;
    height: 100px;
  } /* IE11 */
}
.BlkLearning__listContents {
  margin-top: 65px;
  margin-bottom: 50px;
  display: flex;
}
.BlkLearning__listContents__item {
  margin: 0;
  margin-right: 28px;
  width: 25%;
  justify-content: space-between;
  text-align: center;
}
.BlkLearning__listContents__item:last-child {
  margin-right: 0;
}
.BlkLearning__listContents__item .BlkLearning__listContents__itemImg {
  /* height: 96px; */
  display: flex;
  align-items: center;
}
.BlkLearning__listContents__item span {
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
  display: block;
  line-height: 1.5;
  padding-top: 20px;
  text-align: left;
}
.BlkLearning__listContents__item p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8;
  color: #333;
  text-align: left;
  display: block;
  padding-top: 5px;
}
.win .BlkLearning__listContents__item p {
  font-weight: 500;
}
.hiragino .BlkLearning__listContents__item p {
  font-weight: 300;
}
.BlkLearning__listContents__item img {
  max-width: 224px;
  height: auto;
  margin: 0 auto;
}
.BlkLearning__archive {
  position: absolute;
  top: 62px;
  right: 0;
  z-index: 1;
}
.BlkLearning__archive a{
  color: #333;
  font-size: 1.6rem;
  font-weight: 300;
  padding-left: 20px;
  display: inline-block;
  position: relative;
}
.BlkLearning__archive a::before{
  font-family: icomoon;
  content: "\e904";
  font-weight: normal;
  font-size: 1.0rem;
  color: #e66828;
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.1s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.BlkLearning__read {
  margin-top: 30px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8;
  color: #333;
  text-align: center;
  display: block;
}
@media screen and (max-width:980px) {
  .BlkLearning__inner {
    width: 100%;
    margin: 0 auto 0;
    padding: 80px 20px 0;
  }
  .BlkLearning__listContents {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .BlkLearning__listContents__item img {
    max-width: 250px;
    width: auto;
    height: 100%;
  }
  .BlkLearning__listContents {
    flex-wrap: wrap;
  }
  .BlkLearning__listContents__item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .BlkLearning__listContents__item .BlkLearning__listContents__itemImg {
    height: 130px;
    align-items: flex-end;
    margin-bottom: 10px;
  }
  .BlkLearning__archive {
    position: static;
    margin: 40px 0;
    text-align: center;
  }
  .BlkLearning__archive a {
    padding-left: 20px;
  }
}

/********************************************************/
/* BlkVoiceTeacher */
/********************************************************/
.BlkVoiceTeacher {
  position: relative;
  width: 100%;
  /*background: url(../images/faculty/foreign/BlkVoiceTeacher_bg.jpg) no-repeat center #fff;
  background-size: cover;*/
  background-color: #fff;
}
.BlkVoiceTeacher__inner {
  width: 980px;
  margin: 80px auto 0;
  padding: 0;
  position: relative;
}
.BlkVoiceTeacher__heading2 {
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-top: 55px;
  color: #333;
}
.BlkVoiceTeacher__heading2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0 ;
  margin:auto auto;
  display: inline-block;
  background: url(../images/faculty/foreign/BlkVoiceTeacher_logo_heading.svg) no-repeat;
  width: 100px;
  height: auto;
  background-size: contain;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .BlkVoiceTeacher__heading2:before {
    top: 0;
    margin-top: -30px;
    height: 100px;
  } /* IE11 */
}
.BlkVoiceTeacher__listContents {
  margin-top: 50px;
}
.BlkVoiceTeacher__listContents__item {
  margin: 0 14px;
}
.BlkVoiceTeacher__listContents__item span {
  font-size: 1.6rem;
  font-weight: 300;
  color: #333;
  text-align: center;
  display: block;
  padding-top: 20px;
}
.win .BlkVoiceTeacher__listContents__item span {
  font-weight: 500;
}
.hiragino .BlkVoiceTeacher__listContents__item span {
  font-weight: 300;
}
.BlkVoiceTeacher__listContents__item p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8;
  color: #333;
  text-align: left;
  display: block;
  padding-top: 20px;
}
.BlkVoiceTeacher__listContents__item p.BlkVoiceTeacher__listContents__txt--English {
  font-size: 1.4rem;
  line-height: 1.4;
}
.win .BlkVoiceTeacher__listContents__item p {
  font-weight: 500;
}
.hiragino .BlkVoiceTeacher__listContents__item p {
  font-weight: 300;
}
.BlkVoiceTeacher__listContents__item img {
  max-width: 180px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width:980px) {
  .BlkVoiceTeacher__inner {
    width: 100%;
    margin: 0 auto 0;
  }
  .BlkVoiceTeacher__inner {
    padding: 80px 0  0;
  }
  .BlkVoiceTeacher__listContents {
    margin-top: 40px;
  }
  .BlkVoiceTeacher__listContents__item img {
    max-width: 250px;
  }
}
/********************************************************/
/* BlkVoiceTeacher JS slick */
/********************************************************/
.BlkVoiceTeacher .slick-prev,
.BlkVoiceTeacher .slick-next {
  width: 50px;
  height: 50px;
  background-color: #e66828;
  border-radius: 50px;
  display: block;
  z-index: 1;
  transition: 0.2s;
}
.BlkVoiceTeacher .slick-prev {
  left: -50px;
}
.BlkVoiceTeacher .slick-next {
  right: -50px;
}
.BlkVoiceTeacher .slick-prev:before,
.BlkVoiceTeacher .slick-next:before {
  font-size: 1.4rem;
  display: block;
  color: #fff;
  opacity: 1.0;
}
.BlkVoiceTeacher .slick-prev:hover,
.BlkVoiceTeacher .slick-next:hover {
  background-color: #e66828;
  opacity: 0.6;
}
.BlkVoiceTeacher .slick-prev:before {
  font-family: icomoon;
  content: "\e907" ;
  font-weight: normal;
  vertical-align: middle;
  padding-right: 2px;
}
.BlkVoiceTeacher .slick-next:before {
  font-family: icomoon ;
  content: "\e904" ;
  font-weight: normal;
  vertical-align: middle;
  padding-left: 2px;
}
@media screen and (max-width:3000px) {
  .BlkVoiceTeacher .slick-prev {
    left: 35px;
  }
  .BlkVoiceTeacher .slick-next {
    right: 35px;
  }
}
@media screen and (max-width:1100px) {
  .BlkVoiceTeacher .slick-prev {
    left: 5px;
  }
  .BlkVoiceTeacher .slick-next {
    right: 5px;
  }
}
@media screen and (max-width:980px) {
  .BlkVoiceTeacher .slick-prev,
  .BlkVoiceTeacher .slick-next {
    width: 26px;
    height: 26px;
  }
  .BlkVoiceTeacher .slick-prev {
    left: 20px;
    top: 28%;
  }
  .BlkVoiceTeacher .slick-next {
    right: 20px;
    top: 28%;
  }
  .BlkVoiceTeacher .slick-prev:before,
  .BlkVoiceTeacher .slick-next:before {
    font-size: 0.8rem;
  }
  .BlkVoiceTeacher .slick-prev:hover,
  .BlkVoiceTeacher .slick-next:hover {
    opacity: 1.0;
  }
}
/********************************************************/
/* BlkVoiceTeacher__archive */
/********************************************************/
.BlkVoiceTeacher__archive {
  position: absolute;
  top: 62px;
  right: 0;
  z-index: 1;
}
.BlkVoiceTeacher__archive a {
  color: #333;
  font-size: 1.6rem;
  font-weight: 300;
  padding-left: 20px;
  display: inline-block;
  position: relative;
}
.win .BlkVoiceTeacher__archive a {
  font-weight: 500;
}
.hiragino .BlkVoiceTeacher__archive a {
  font-weight: 300;
}
.BlkVoiceTeacher__archive a:hover {
  color: #e66828;
}
.BlkVoiceTeacher__archive a:before {
  font-family: icomoon;
  content: "\e904";
  font-weight: normal;
  font-size: 1.0rem;
  color: #e66828;
  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, .BlkVoiceTeacher__archive a {
    padding-top: 4px;
  }
}
@media screen and (max-width:980px) {
  .BlkVoiceTeacher__archive {
    position: static;
    margin-top: 40px;
    text-align: center;
  }
  .BlkVoiceTeacher__archive a {
    padding-left: 20px;
  }
}

/********************************************************/
/* BlkVoice */
/********************************************************/
.BlkVoice {
  position: relative;
  width: 100%;
  /*background: url(../images/faculty/foreign/BlkVoice_bg.jpg) no-repeat center #fff;
  background-size: cover;*/
  background-color: #fff;
}
.BlkVoice__inner {
  width: 980px;
  margin: 120px auto 0;
  padding: 0;
  position: relative;
}
.BlkVoice__heading2 {
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-top: 55px;
  color: #333;
}
.BlkVoice__heading2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0 ;
  margin:auto auto;
  display: inline-block;
  background: url(../images/faculty/foreign/BlkVoice_logo_heading.svg) no-repeat;
  width: 78px;
  /*width: 36px;*/
  height: auto;
  background-size: contain;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .BlkVoice__heading2:before {
    top: 0;
    margin-top: -30px;
    height: 100px;
  } /* IE11 */
}
.BlkVoice__listContents {
  margin-top: 50px;
}
.BlkVoice__listContents__item {
  margin: 0 14px;
}
.BlkVoice__listContents__item span {
  font-size: 1.6rem;
  font-weight: 300;
  color: #333;
  text-align: center;
  display: block;
  padding-top: 20px;
}
.win .BlkVoice__listContents__item span {
  font-weight: 500;
}
.hiragino .BlkVoice__listContents__item span {
  font-weight: 300;
}
.BlkVoice__listContents__item p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8;
  color: #333;
  text-align: left;
  display: block;
  padding-top: 20px;
}
.win .BlkVoice__listContents__item p {
  font-weight: 500;
}
.hiragino .BlkVoice__listContents__item p {
  font-weight: 300;
}
.BlkVoice__listContents__item a {
  display: inline-block;
  overflow: hidden;
  max-width: 224px;
  max-height: 140px;
}
.BlkVoice__listContents__item img {
    max-width: 224px;
    height: auto;
    margin: 0 auto;
  -moz-transition: -moz-transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  -ms-transition: -ms-transform 0.3s linear;
  transition: transform 0.3s linear;
}
.BlkVoice__listContents__item img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
@media screen and (max-width:980px) {
  .BlkVoice__inner {
    width: 100%;
    margin: 0 auto 0;
  }
  .BlkVoice__inner {
    padding: 80px 0  0;
  }
  .BlkVoice__listContents {
    margin-top: 40px;
  }
  .BlkVoice__listContents__item a {
    display: inline;
    overflow: auto;
    max-width: none;
    max-height: none;
  }
  .BlkVoice__listContents__item img {
    max-width: 250px;
    height: auto;
    margin: 0 auto;
  }
}
/********************************************************/
/* BlkVoice JS slick */
/********************************************************/
.BlkVoice .slick-prev,
.BlkVoice .slick-next {
  width: 50px;
  height: 50px;
  background-color: #e66828;
  border-radius: 50px;
  display: block;
  z-index: 1;
  transition: 0.2s;
}
.BlkVoice .slick-prev {
  left: -50px;
}
.BlkVoice .slick-next {
  right: -50px;
}
.BlkVoice .slick-prev:before,
.BlkVoice .slick-next:before {
  font-size: 1.4rem;
  display: block;
  color: #fff;
  opacity: 1.0;
}
.BlkVoice .slick-prev:hover,
.BlkVoice .slick-next:hover {
  background-color: #e66828;
  opacity: 0.6;
}
.BlkVoice .slick-prev:before {
  font-family: icomoon;
  content: "\e907" ;
  font-weight: normal;
  vertical-align: middle;
  padding-right: 2px;
}
.BlkVoice .slick-next:before {
  font-family: icomoon ;
  content: "\e904" ;
  font-weight: normal;
  vertical-align: middle;
  padding-left: 2px;
}
@media screen and (max-width:3000px) {
  .BlkVoice .slick-prev {
    left: 35px;
  }
  .BlkVoice .slick-next {
    right: 35px;
  }
}
@media screen and (max-width:1100px) {
  .BlkVoice .slick-prev {
    left: 5px;
  }
  .BlkVoice .slick-next {
    right: 5px;
  }
}
@media screen and (max-width:980px) {
  .BlkVoice .slick-prev,
  .BlkVoice .slick-next {
    width: 26px;
    height: 26px;
  }
  .BlkVoice .slick-prev {
    left: 20px;
    top: 28%;
  }
  .BlkVoice .slick-next {
    right: 20px;
    top: 28%;
  }
  .BlkVoice .slick-prev:before,
  .BlkVoice .slick-next:before {
    font-size: 0.8rem;
  }
  .BlkVoice .slick-prev:hover,
  .BlkVoice .slick-next:hover {
    opacity: 1.0;
  }
}
/********************************************************/
/* BlkVoice__archive */
/********************************************************/
.BlkVoice__archive {
  position: absolute;
  top: 62px;
  right: 0;
  z-index: 1;
}
.BlkVoice__archive a {
  color: #333;
  font-size: 1.6rem;
  font-weight: 300;
  padding-left: 20px;
  display: inline-block;
  position: relative;
}
.win .BlkVoice__archive a {
  font-weight: 500;
}
.hiragino .BlkVoice__archive a {
  font-weight: 300;
}
.BlkVoice__archive a:hover {
  color: #e66828;
}
.BlkVoice__archive a:before {
  font-family: icomoon;
  content: "\e904";
  font-weight: normal;
  font-size: 1.0rem;
  color: #e66828;
  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, .BlkVoice__archive a {
    padding-top: 4px;
  }
}
@media screen and (max-width:980px) {
  .BlkVoice__archive {
    position: static;
    margin-top: 40px;
    text-align: center;
  }
  .BlkVoice__archive a {
    padding-left: 20px;
  }
}

/********************************************************/
/* BlkSpecial */
/********************************************************/
.BlkSpecial {
  position: relative;
  width: 100%;
}
.BlkSpecial__inner {
  width: 980px;
  margin: 0 auto;
  padding: 120px 0 0;
  position: relative;
}
.BlkSpecial__heading2 {
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-top: 55px;
  color: #333;
}
.BlkSpecial__heading2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0 ;
  margin:auto auto;
  display: inline-block;
  background: url(../images/faculty/foreign/BlkSpecial_logo_heading.svg) no-repeat;
  width: 73px;
  height: auto;
  background-size: contain;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .BlkSpecial__heading2:before {
    top: 0;
    margin-top: -30px;
    height: 100px;
  } /* IE11 */
}
.BlkSpecial__listContents {
  margin-top: 50px;
}
.BlkSpecial__listContents__item {
  /*overflow: hidden;*/
  margin-right: 24px;
  margin-bottom: 28px;
  z-index: 100;
  vertical-align: middle;
  display: inline-block;
}
.BlkSpecial__listContents__item:nth-child(4n) {
  margin-right: 0;
}
.BlkSpecial__listContents__item a {
  width: 224px;
  height: 86px;
  display: table;
  border-radius: 6px;
  background-color: #fff;
  padding-right: 20px;
  position: relative;
  /*box-shadow: 3px 3px #EBF7E3;*/
  box-shadow: 3px 3px #F7F9F6;
}
.BlkSpecial__listContents__item a:hover {
  color: #e66828;
}
.BlkSpecial__listContents__item a:after {
  content: '';
  background: url(../images/faculty/foreign/BlkSpecial_item_bg.png) repeat;
  width: 224px;
  height: 86px;
  border-radius: 8px;
  position: absolute;
  right: -11px;
  bottom: -11px;
  z-index: -1;
}
.BlkSpecial__listContents__item img {
  /*float: left;*/
  display: table-cell;
  vertical-align: middle;
  margin-right: 20px;
  border-radius: 6px 0 0 6px;
  width: auto;
  height: 86px;
}
.BlkSpecial__listContents__item p {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  text-align: left;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
  transition: 0.1s;
}
.win .BlkSpecial__listContents__item p {
  font-weight: 500;
}
.hiragino .BlkSpecial__listContents__item p {
  font-weight: 300;
}
.BlkSpecial__listContents__item a:hover p {
  color: #e66828;
}
@media screen and (max-width:980px) {
  .BlkSpecial__inner {
    width: 100%;
    padding: 80px 20px 0;
  }
  .BlkSpecial__listContents__item {
    width: 48%;
    margin: 25px 20px 0 0;
  }
  .BlkSpecial__listContents__item:nth-child(even) {
    margin-right: 0;
  }
  .BlkSpecial__listContents__item a {
    width: 100%;
    height: 128px;
  }
  .BlkSpecial__listContents__item a:after {
    width: 100%;
    height: 128px;
  }
  .BlkSpecial__listContents__item img {
    height: 128px;
  }
}
@media screen and (max-width:650px) {
  .BlkSpecial__listContents__item {
    width: 98%;
    margin-right: 0;
  }
  .BlkSpecial__listContents__item:first-child {
    margin-top: 0;
  }
}

/********************************************************/
/* BlkRelatedLinks */
/********************************************************/
.BlkRelatedLinks {
  position: relative;
  width: 100%;
}
.BlkRelatedLinks__inner {
  width: 980px;
  margin: 0 auto;
  padding: 80px 0 0;
  position: relative;
}
.BlkRelatedLinks__heading2 {
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-top: 55px;
  color: #333;
}
.BlkRelatedLinks__heading2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0 ;
  margin:auto auto;
  display: inline-block;
  background: url(../images/faculty/foreign/BlkRelatedLinks_logo_heading.svg) no-repeat;
  width: 82px;
  height: auto;
  background-size: contain;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .BlkRelatedLinks__heading2:before {
    top: 0;
    margin-top: -30px;
    height: 100px;
  } /* IE11 */
}
.BlkRelatedLinks__listContents {
  margin-top: 50px;
}
.BlkRelatedLinks__listContents__item {
  /*overflow: hidden;*/
  margin-right: 24px;
  margin-bottom: 28px;
  z-index: 100;
  vertical-align: middle;
  display: inline-block;
}
.BlkRelatedLinks__listContents__item:nth-child(4n) {
  margin-right: 0;
}
.BlkRelatedLinks__listContents__item a {
  width: 224px;
  display: table;
  padding-left: 20px;
  position: relative;
  font-size: 1.6rem;
  font-weight: 300;
}
.win .BlkRelatedLinks__listContents__item a {
  font-weight: 500;
}
.hiragino .BlkRelatedLinks__listContents__item a {
  font-weight: 300;
}
.BlkRelatedLinks__listContents__item a:before {
  font-family: icomoon;
  content: "\e904";
  font-weight: normal;
  font-size: 1.0rem;
  color: #e66828;
  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, .BlkRelatedLinks__listContents__item a {
    padding-top: 4px;
  }
}
@media screen and (max-width:980px) {
  .BlkRelatedLinks__listContents__item a {
    padding-left: 20px;
  }
}
.BlkRelatedLinks__listContents__item a:hover {
  color: #e66828;
}
.BlkRelatedLinks__listContents__item a:hover p {
  color: #e66828;
}
@media screen and (max-width:980px) {
  .BlkRelatedLinks__inner {
    width: 100%;
    padding: 80px 20px 0;
  }
  .BlkRelatedLinks__listContents__item {
    width: 100%;
    margin: 20px 20px 0 0;
  }
  .BlkRelatedLinks__listContents__item:first-child {
    margin: 0 20px 0 0;
  }
  .BlkRelatedLinks__listContents__item:nth-child(even) {
    margin-right: 0;
  }
  .BlkRelatedLinks__listContents__item a {
    width: 100%;
  }
}


/********************************************************/
/* BlkTitle */
/********************************************************/
.BlkTitle {
  position: relative;
  width: 100%;
  height: 240px;
  background-color: #fff;
  z-index: 1;
}
.BlkTitle--categoryTop {
  background: url(../images/center/nyugaku/BlkTitle_bg_pc.jpg) no-repeat;
  background-size: cover;
  border-top: none;
}
.BlkTitle--article {
  border-top: 7px solid #e66828;
  border-bottom: 1px solid #eaeaea;
  height: auto;
}
.BlkTitle--graduate {
  background: url(../images/center/nyugaku/graduate/BlkTitle_bg_pc.jpg) no-repeat;
  background-size: cover;
  border-top: 7px solid #00a87b;
}
.BlkTitle--medicine {
  background: url(../images/center/nyugaku/faculty/medicine/BlkTitle_bg_pc.jpg) no-repeat;
  background-size: cover;
  border-top: 7px solid #67191c;
}
.BlkTitle--health {
  background: url(../images/center/nyugaku/faculty/health/BlkTitle_bg_pc.jpg) no-repeat;
  background-size: cover;
  border-top: 7px solid #2c9b76;
}
.BlkTitle--generalPolicy {
  background: url(../images/center/nyugaku/faculty/general_policy/BlkTitle_bg_pc.jpg) no-repeat;
  background-size: cover;
  border-top: 7px solid #397ed4;
}
.BlkTitle--foreign {
  background: url(../images/center/nyugaku/faculty/foreign/BlkTitle_bg_pc.jpg) no-repeat;
  background-size: cover;
  border-top: 7px solid #e66828;
}
.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/center/nyugaku/BlkMain_logo_heading.png) no-repeat;
  width: 106px;
  height: auto;
  background-size: contain;
  z-index: -1;
}
.BlkTitle__heading1--article {
  line-height: 1.5;
  /*padding-top: 75px;*/
  padding-bottom: calc(80px - (((4.2rem * 1.5) - 4.2rem) / 2));
  /*padding-right: 20px;
  padding-left: 20px; 20190415 change*/
  padding-right: 5px;
  padding-left: 5px;
  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: #e66828;
  letter-spacing: 1px;
}
.android .BlkTitle__heading1 span {
  display: inline-block;
  width: 100%;
}
.android .BlkTitle__heading1--article span {
  color: #00a87b;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width:980px) {
  .BlkTitle {
    height: 211px;
  }
  .BlkTitle--categoryTop {
    background: url(../images/center/nyugaku/BlkTitle_bg_sp.jpg) no-repeat;
    background-size: cover;
  }
  .BlkTitle--article {
    height: auto;
    /*padding-bottom: 50px;*/
  }
  .BlkTitle__inner {
    /*padding: 0 20px; 20190415 change*/
    padding: 0 10px;
  }
  .BlkTitle__heading1 {
    font-size: 3.1rem;
    padding-top: 70px;
    /*font-size: 3.8rem;*/
    /*line-height: 1.5;*/
  }
  .BlkTitle__heading1 span {
    padding-bottom: 9px;
  }
  .BlkTitle__heading1:first-line {
    line-height: 1.0;
  }
  .BlkTitle__heading1--categoryTop {
    font-size: 3.8rem;
    padding-top: 105px;
  }
  .BlkTitle__heading1--categoryTop:before {
    top: 50px;
  }
  .BlkTitle__heading1--article {
    font-size: 3.1rem;
    /*padding-top: 50px;*/
    padding-top: calc(50px - (((3.1rem * 1.5) - 3.1rem) / 2));
    padding-bottom: calc(50px - (((3.1rem * 1.5) - 3.1rem) / 2));
  }
  .BlkTitle__heading1--article span {
    padding-bottom: 10px;
  }
}
/********************************************************/
/* BlkMenuAreaForeign */
/********************************************************/
.BlkMenuAreaForeign {
  display: none;
  position: absolute;
  right: 0;
  z-index: 10000;
}
.BlkMenuAreaForeign__inner {
  width: 810px;
  background-color: #f4f4f4;
  overflow: hidden;
  position: absolute;
  right: 0;
  z-index: 10000;
}
@media screen and (max-width:980px) {
  .BlkMenuAreaForeign {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    /*z-index: 100000;*/
    /*z-index: 10000;*/
    overflow-y: scroll;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
  }
  .BlkMenuAreaForeign__inner {
    width: 80%;
    padding-top: 90px;
    background: linear-gradient(#fff 50%, #008a65 50%);
  }
}
/********************************************************/
/* BlkTabGlobalForeign */
/********************************************************/
.BlkTabGlobalForeign {
  display: flex;
  align-items: stretch;
}
.BlkTabGlobalForeign__navList {
  width: 270px;
  height: auto;
  background-color: #D34423;
  float: left;
}
.BlkTabGlobalForeign__navList__item {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 30px;
}
.BlkTabGlobalForeign__navList__item a {
  /*padding: 25px 30px 25px 40px;*/
  padding: 15px 30px 15px 40px;
  margin: 10px 0;
  width: 240px;
  line-height: 1.4;
  display: block;
  position: relative;
  vertical-align: middle;
  transition: 0.1s;
  font-weight: 600;
  color: #fff;
}
.BlkTabGlobalForeign__navList__item:first-child a {
  margin-top: 30px;
}
.BlkTabGlobalForeign__navList__item:last-child a {
  margin-bottom: 30px;
}
.BlkTabGlobalForeign__navList__item a:before {
  font-family: icomoon;
  content: "\e904";
  font-weight: 300;
  vertical-align: middle;
  padding-right: 10px;
  font-size: 1.0rem;
  color: #fff;
  position: absolute;
  /*top: 50%;*/
  top: 25px;
  left: 20px;
  transition: 0.1s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.win .BlkTabGlobalForeign__navList__item a:before {
  font-weight: 500;
}
.BlkTabGlobalForeign__navList__item a:hover {
  color: #fff;
  background-color: #E16833;
  border-radius: 6px 0 0 6px
}
.BlkTabGlobalForeign__navList__item a:hover:before {
  color: #fff;
}
@media screen and (min-width:981px) {
  .BlkTabGlobalForeign__navList__item--current a {
    color: #fff;
    background-color: #E16833;
    border-radius: 6px 0 0 6px
  }
  .BlkTabGlobalForeign__navList__item--current a:before {
    color: #fff;
  }
  .BlkTabGlobalForeign__navList__item ul {
    display: none !important;
  }
}
@media screen and (max-width:980px) {
  .BlkTabGlobalForeign__navList {
    width: 100%;
  }
  .BlkTabGlobalForeign__navList__item {
    margin-left: 0;
    display: block;
  }
  .BlkTabGlobalForeign__navList__item a {
    width: 100%;
    display: block;
    padding: 25px 30px 25px 40px;
    margin: 0;
  }
  .BlkTabGlobalForeign__navList__item a:before {
    content: "\e90c";
    left: auto;
    right: 20px;
  }
  .BlkTabGlobalForeign__navList__item--currentSp a:before {
    content: "\e90d";
  }
  .BlkTabGlobalForeign__navList__item__link {
    border-top: #e2e2e2 1px solid;
  }
  .BlkTabGlobalForeign__navList__item a:hover {
    color: #333;
    background-color: #fff;
    border-radius: 0;
  }
  .BlkTabGlobalForeign__navList__item a:hover:before {
    color: #00a87b;
  }
  .BlkTabGlobalForeign__navList__item:first-child a {
    border-top: none;
    margin-top: 0;
  }
  .BlkTabGlobalForeign__navList__item:last-child a {
    margin-bottom: 0;
  }
  .BlkTabGlobalForeign__navList__item ul {
    background-color: #00a87b;
  }
  .BlkTabGlobalForeign__navList__item ul li a {
    color: #fff;
    padding: 20px 30px 20px 40px;
    font-weight: 300;
  }
  .win .BlkTabGlobalForeign__navList__item ul li a {
    font-weight: 500;
  }
  .BlkTabGlobalForeign__navList__item ul li:first-child a {
    padding-top: 40px;
  }
  .BlkTabGlobalForeign__navList__item ul li:last-child a {
    padding-bottom: 40px;
  }
  .BlkTabGlobalForeign__navList__item ul li a:before {
    content: "";
  }
  .BlkTabGlobalForeign__navList__item ul li a:hover {
    color: #fff;
    background-color: #00a87b;
  }
  .BlkMenuArea__navVisitor__item a:hover {
    text-decoration: none;
  }
}
/********************************************************/
/* BlkGlobalDetailForeign */
/********************************************************/
.BlkGlobalDetailForeign {
  float: right;
  width: 550px;
  height: auto;
  background-color: #E16833;
}
.BlkGlobalDetailForeign__item {
  display: flex;
  padding: 46px 40px;
  justify-content: space-between;
}
.BlkGlobalDetailForeign__item div {
  width: 245px;
}
.BlkGlobalDetailForeign__item div:first-child {
  width: 175px;
}
.BlkGlobalDetailForeign__navOutline {
  border-bottom: 1px solid #E9946A;
  margin-bottom: 30px;
}
div .BlkGlobalDetailForeign__navOutline:last-child {
  border-bottom: none;
}
.BlkGlobalDetailForeign__item ul li {
  /*display: inline-block;*/
  display: block;
  font-size: 1.4rem;
  /*width: 270px;*/
}
.BlkGlobalDetailForeign__item--headline {
  padding: 45px 50px 14px 50px;
  padding: 0 0 8px 10px;
  line-height: 1.4;
  display: block;
  color: #fff;
  font-weight: 600;
  position: relative;
}
.BlkGlobalDetailForeign__item ul li a {
  padding: 14px 50px 14px 70px;
  padding: 8px 0 8px;
  line-height: 1.4;
  display: block;
  color: #fff;
  font-weight: 300;
  position: relative;
}
.win .BlkGlobalDetailForeign__item ul li a {
  font-weight: 500;
}
.hiragino .BlkGlobalDetailForeign__item ul li a {
  font-weight: 300;
}
.BlkGlobalDetailForeign__item ul li.BlkGlobalDetailForeign__item--detail a {
  padding: 8px 50px 8px 70px;
  padding: 8px 0 8px 30px;
}
.BlkGlobalDetailForeign__item ul li a:hover {
  text-decoration: underline;
}
.BlkGlobalDetailForeign__item ul li a:before {
  font-family: icomoon;
  content: "\e904";
  font-weight: normal;
  vertical-align: middle;
  font-size: 1.0rem;
  color: #fff;
  position: absolute;
  left: 10px;
  top: 11px;
}
.BlkGlobalDetailForeign__item ul li:first-child a {
  padding-top: 46px;
}
.BlkGlobalDetailForeign__item ul li.BlkGlobalDetailForeign__item--headlineNone a {
  padding-top: 0;
}
.BlkGlobalDetailForeign__item ul li:first-child a:before {
  top: 49px;
}
.BlkGlobalDetailForeign__item ul li.BlkGlobalDetailForeign__item--headlineNone a:before {
  top: 3px;
}
.BlkGlobalDetailForeign__item ul li.BlkGlobalDetailForeign__item--headlineNone a:after {
  top: 3px;
  color: #fff;
}
.BlkGlobalDetailForeign__item ul li.BlkGlobalDetailForeign__item--headlineNone a:after:hover {
  color: #fff;
}
.BlkGlobalDetailForeign__item ul li:last-child a {
  padding-bottom: 28px;
}
@media screen and (max-width:980px) {
  .BlkGlobalDetailForeign {
    display: none;
  }
  .BlkGlobalDetailForeign__navOutline {
    display: none;
  }
  .BlkGlobalDetailForeign__navFaculty {
    display: none;
  }
  .BlkGlobalDetailForeign__navExamination {
    display: none;
  }
  .BlkGlobalDetailForeign__navCareer {
    display: none;
  }
  .BlkGlobalDetailForeign__navInternational {
    display: none;
  }
  .BlkGlobalDetailForeign__navCampus {
    display: none;
  }
  .BlkGlobalDetailForeign__navSociety {
    display: none;
  }
}
@media screen and (min-width:981px) {
/*  .BlkTabGlobalForeign__navList__item ul {
    display: none;
  }*/
  .BlkMenuArea .BlkNavStructures__navLanguage {
    display: none;
  }
  .BlkMenuArea .BlkNavStructures__navFacility {
    display: none;
  }
  .BlkTabGlobalForeign + .BlkMenuArea__navVisitor {
    display: none;
  }
}
/********************************************************/
/* BlkArticle_columnSecond BlkArticle__bgArea */
/* /univ/faculty/foreign/education/curriculum/index.html */
/********************************************************/

.BlkArticle_columnSecond--arrow > div {
  /*width: 50%;*/
  width: 50%;
}
.BlkArticle_columnSecond--Field > div {
  width: 300px;
}
.BlkArticle_columnSecond--Field > div:last-child {
  width: 637px;
}
.BlkArticle_columnSecond__item figure{
    width: 100%;
    margin-bottom: 30px;
}
.BlkArticle_columnSecond__item figure img{
    width: 100%;
}
@media screen and (max-width:980px) {
  .BlkArticle_columnSecond--arrow > div {
    width: 100%;
  }
  .BlkArticle_columnSecond--arrow .BlkArticle_columnSecond__item + .BlkArticle_columnSecond__item {
    margin-top: 0;
  }
  .BlkArticle_columnSecond--Field > div {
    width: 100%;
  }
}
.BlkArticle__bgArea--deepOrange {
  background-size: auto 100%;
  background-position: left center;
  padding: 25px 25px 25px 55px;
  background: #F2C2A9 url(../../univ/faculty/foreign/education/curriculum/images/arrow_pc.svg) left no-repeat;
}

@-moz-document url-prefix() {
    .BlkArticle__bgArea--deepOrange {
    background-position: -1px center;
    }
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .BlkArticle__bgArea--deepOrange {
    background-size: 40px 300px;
  } /* IE11 */
}
@media screen and (max-width:980px) {
  .BlkArticle__bgArea--deepOrange {
    background: #F2C2A9 url(../../univ/faculty/foreign/education/curriculum/images/arrow_sp.svg) left no-repeat;
    background-size: 100% auto;
    background-position: top;
    padding: 90px 25px 25px 25px;
  }
}
@media screen and (max-width:600px) {
  .BlkArticle__bgArea--deepOrange {
    padding: 60px 25px 25px 25px;
  }
}
/********************************************************/
/* BlkField  */
/* /univ/faculty/foreign/education/curriculum/index.html */
/*/univ/faculty/foreign/education/department/english/lecture.html*/
/*/univ/faculty/foreign/education/department/chinese/lecture.html*/
/*/univ/faculty/foreign/education/department/tourism/lecture.html*/
/********************************************************/
.BlkField + .BlkField {
  margin-top: 15px;
}
.BlkField {
  width: 100%;
  border: 2px solid #e66828;
  border-radius: 6px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.BlkField .BlkField__tit {
  font-size: 2.0rem;
  color: #e66828;
  font-weight: 600;
  margin: 0;
  padding: 15px 0 15px 15px;
  display: flex;
  align-items: flex-start;
}
.BlkField .BlkField__tit span {
  font-weight: 600;
}
.BlkField .BlkField__tit--stretch {
  align-items: stretch;
}
.BlkField .BlkField__tit img {
  height: 32px;
  width: auto;
  margin-right: 17px;
}
.BlkField .BlkField__txt {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #333;
  font-weight: 300;
  width: 350px;
  margin: 0;
  text-indent: -1em;
  padding: 15px 20px 15px 10px;
  display: flex;
  align-items: center;
}
.win .BlkField .BlkField__txt {
  font-weight: 500;
}
.hiragino .BlkField .BlkField__txt {
  font-weight: 300;
}
@media screen and (max-width:980px) {
  .BlkField {
    flex-wrap: wrap;
  }
  .BlkField .BlkField__tit {
    font-size: 1.8rem;
    line-height: 1.5;
    width: 100%;
    padding: 15px 18px;
  }
  .BlkField .BlkField__tit--stretch {
    align-items: center;
  }
  .BlkField .BlkField__tit img {
    height: 22px;
    width: auto;
  }
  .BlkField .BlkField__txt {
    width: 100%;
    font-size: 1.4rem;
    padding: 0 18px 15px 65px;
  }
}

/********************************************************/
/* BlkCurriculum */
/* /univ/faculty/foreign/education/curriculum/index.html */
/*/univ/faculty/foreign/education/department/english/lecture.html*/
/*/univ/faculty/foreign/education/department/chinese/lecture.html*/
/*/univ/faculty/foreign/education/department/tourism/lecture.html*/
/********************************************************/
.BlkCurriculum {
  background-color: #fff7f3;
  padding: 40px 30px 30px;
  margin-top: 20px;
  margin-bottom: 25px;
}
.BlkCurriculum h4 {
  margin-top: 0;
  padding-left: 0;
  font-size: 2.0rem;
  font-weight: 600;
}
.BlkCurriculum h3:before {
  /*content: none;*/
}
.BlkCurriculum__inner {
  /*display: flex;
  justify-content: space-between;*/
}
/*.BlkCurriculum__Lbox {
  width: 460px;
  padding-right: 30px;
}
.BlkCurriculum__Lbox > div {
  display: flex;
}
.BlkCurriculum__Rbox {
  width: 460px;
  padding-left: 30px;
  border-left: 1px solid #E1E1E1;
}
.BlkCurriculum__Rbox > div {
  display: flex;
}*/
.BlkCurriculum__year {
  margin: 0;
  margin-bottom: 25px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.0;
}
.BlkArticle .BlkCurriculum__subject__columnFirst + .BlkCurriculum__subject {
  margin-top: 25px;
}
.BlkArticle .BlkCurriculum__subject__columnSecond + .BlkCurriculum__subject {
  margin-top: 25px;
}
.BlkArticle .BlkCurriculum__subject__columnFourth + .BlkCurriculum__subject {
  margin-top: 25px;
}
div + .BlkCurriculum__subject {
  margin-top: 25px;
}
.BlkArticle .BlkCurriculum__subject a {
  font-size: 1.6rem;
  font-weight: 600;
  color: #e66828;
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #e66828;
  padding: 8px 10px;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  display: block;
  cursor: default;
}
.BlkCurriculum__subject__columnFirst {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.BlkCurriculum__subject__columnFirst ul {
  width: 100%;
}
.BlkCurriculum__subject__columnSecond {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.BlkArticle p.BlkCurriculum__subject__tit {
  width: 100%;
  color: #e66828;
  font-size: 1.4rem;
  font-weight: 600;
}
.BlkCurriculum__subject__columnSecond > ul {
  width: 50%;
}
.BlkCurriculum__subject__columnSecond > div {
  width: 50%;
}
.BlkCurriculum__subject__columnSecond > div.first {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.BlkCurriculum__subject__columnSecond > div.first ul {
  width: 50%;
}
.BlkCurriculum__subject__columnFourth {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.BlkCurriculum__subject__columnFourth ul {
  width: 25%;
}
.BlkCurriculum__subject__list li {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  margin: 8px 0;
  padding-left: 20px;
  position: relative;
}
.BlkArticle .BlkCurriculum__subject__list li.BlkCurriculum__subject__itemRequired {
  font-weight: 600;
}
.win .BlkCurriculum__subject__list li {
  font-weight: 500;
}
.hiragino .BlkCurriculum__subject__list li {
  font-weight: 300;
}
.BlkArticle .BlkCurriculum__subject__list .BlkCurriculum__subject__itemClassifying {
  font-weight: 500;
}
.win .BlkArticle .BlkCurriculum__subject__list .BlkCurriculum__subject__itemClassifying {
  font-weight: 500;
}
.hiragino .BlkArticle .BlkCurriculum__subject__list .BlkCurriculum__subject__itemClassifying {
  font-weight: 300;
}

.BlkCurriculum__subject__list li:before {
  content: '\30FB';
  padding-right: 10px;
  position: absolute;
  top:0;
  left: 0;
}
.BlkCurriculum__subject__list li.BlkCurriculum__subject__itemRequired:before {
  content: '\25C6';
  font-size: 7px;
  position: absolute;
  top: 6px;
  left: 4px;
}
.BlkCurriculum__subject__list li a {
  color: #e66828;
  font-weight: 600;
}
.BlkCurriculum__subject__list li a:hover {
  text-decoration: underline;
}
.BlkCurriculum__subject__list li span {
  margin-right: 10px;
}
.icon_closeup {
  width: 67px;
  height: auto;
}
.icon_closeup--sp {
  display: none;
}
@media screen and (max-width:980px) {
  .BlkCurriculum {
    padding: 30px 20px 13px;
    width: 100%;
    height: auto;
  }
  .BlkCurriculum h4 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .BlkArticle .BlkCurriculum__subject {
    z-index: 1;
  }
  .BlkArticle .BlkCurriculum__subject a {
    cursor: pointer;
    text-align: left;
    background-color: #e66828;
    color: #fff;
    font-size: 1.4rem;
    border: 3px solid #e66828;
    border-radius: 6px;
    box-shadow: 3px 3px #FBF5F4;
    position: relative;
    width: 100%;
    display: block;
    padding-left: 15px;
    height: 45px;
  }
  .BlkArticle .BlkCurriculum__subject--current a {
    background-color: #fff;
    color: #e66828;
  }
  .BlkArticle .BlkCurriculum__subject a span {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .BlkArticle .BlkCurriculum__subject a span:after {
    font-family: icomoon;
    content: "\e90c";
    font-size: 0.9rem;
    position: absolute;
    color: #fff;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .BlkArticle .BlkCurriculum__subject--current a span:after {
    color: #e66828;
    content: "\e90d";
  }
  .BlkArticle .BlkCurriculum__subject a:before {
    content: '';
    background: url(../images/faculty/health/BlkDepartment_item_bg.png) repeat;
    width: 100%;
    height: 45px;
    border-radius: 8px;
    position: absolute;
    right: -11px;
    bottom: -11px;
    z-index: -1;
  }
  .BlkCurriculum__subject__column {
    display: none;
    padding-bottom: 20px;
  }
  .BlkCurriculum__subject__columnFirst ul {
    width: 100%;
  }
  .BlkCurriculum__subject__columnSecond > ul {
    width: 100%;
  }
  .BlkCurriculum__subject__columnSecond > div {
    width: 100%;
  }
  .BlkCurriculum__subject__columnSecond div:last-child > .BlkCurriculum__subject__tit {
    margin-top: 15px;
  }
  .BlkCurriculum__subject__columnFourth ul {
    width: 100%;
  }
  .BlkArticle .BlkCurriculum__subject {
    text-align: left;
  }
  .BlkArticle .BlkCurriculum__subject__columnFirst + .BlkCurriculum__subject {
    margin-top: 0;
    /*margin-bottom: 0;*/
  }
  .BlkArticle .BlkCurriculum__subject__columnSecond + .BlkCurriculum__subject {
    margin-top: 0;
    /*margin-bottom: 0;*/
  }
  .BlkArticle .BlkCurriculum__subject__columnFourth + .BlkCurriculum__subject {
    margin-top: 0;
    /*margin-bottom: 0;*/
  }

}
/*�E�@12/11 */
@media screen and (max-width: 980px) and (min-width: 767px){
	.BlkCurriculum__subject__columnSecond{
		overflow: hidden;
	}
	.BlkCurriculum__subject__columnSecond div {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.BlkArticle p.BlkCurriculum__subject__tit{
		width: 50%;
	}
	.BlkCurriculum__subject__columnSecond ul {
		width: 50%;
	}
	.BlkCurriculum__subject__columnSecond div.second {
		width: 50%;
		display: block;
		flex-wrap: nowrap;
		justify-content: flex-start;
		float: left;
	}
	.BlkCurriculum__subject__columnSecond div.second:last-child > .BlkCurriculum__subject__tit{
		margin-top: 0;
	}
	.BlkCurriculum__subject__columnSecond div.second p.BlkCurriculum__subject__tit{
		width: 100%;
	}
	.BlkCurriculum__subject__columnSecond div.second ul {
		width: 100%;
	}
}
@media screen and (max-width:700px) {
  /*.BlkCurriculum {
    width: calc(100% - 125px);
    height: auto;
    margin-left: 20px;
    padding: 20px 15px;
  } */
  .BlkCurriculum__subject__list li.BlkCurriculum__subject__itemRequired:before {
    top: 4px;
    left: 3px;
  }
  .BlkCurriculum__inner {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .BlkCurriculum h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .BlkCurriculum__year {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
  div + .BlkCurriculum__subject {
    margin-top: 12px;
  }
  .BlkCurriculum__subject {
    font-size: 1.4rem;
    /*padding: 5px;*/
    margin-bottom: 10px;
  }
  .BlkCurriculum__subject__list {
    width: 100%;
  }
  .BlkCurriculum__subject__list li {
    font-size: 1.2rem;
    margin: 5px 0;
    padding-left: 12px;
  }
  .BlkCurriculum__subject__list li:before {
    content: '?�E��E�E';
    padding-right: 5px;
  }
  .BlkCurriculum__subject__list--first > .BlkCurriculum__subject__list__item {
    margin-top: 0;
  }
  .BlkCurriculum__subject__list li:last-child {
    margin-bottom: 0;
  }
  .BlkCurriculum__subject__list li span {
    margin-right: 6px;
  }
  .icon_closeup {
    width: 58px;
    height: auto;
  }
  /*.icon_closeup--pc {
    display: none;
  }
  .icon_closeup--sp {
    display: inline;
  }*/
}

/********************************************************/
/* modal */
/* /univ/faculty/foreign/education/curriculum/index.html */
/*/univ/faculty/foreign/education/department/english/lecture.html*/
/*/univ/faculty/foreign/education/department/chinese/lecture.html*/
/*/univ/faculty/foreign/education/department/tourism/lecture.html*/
/********************************************************/
/*.BlkCurriculum__subject__list li a {
  color: #e66828;
  font-weight: 600;
}
.BlkCurriculum__subject__list li a:hover {
  text-decoration: underline;
}*/
.BlkCurriculum__subject__list li span {
  margin-right: 10px;
}
.icon_closeup {
  width: 67px;
  height: auto;
}
.icon_closeup--sp {
  display: none;
}
#contents {
  z-index: 0;
  font-size: 16px;
}
.page-txt {
  margin: 30px 0 0;
  height: 2000px;
}
#modal-open {
  /*color: #cc0000;*/
}
.modal {
  position: relative;
}
.modal h3 {
  margin-top: 0;
  color: #333;
  padding-left: 0;
}
/*.modal h3:before {
  content: none;
}*/
.modal p {
  line-height: 1.8;
  color: #333;
}
.modal__btn  {
  position: absolute;
  top: 14px;
  right: 20px;
}
.BlkArticle p + .modal__btn {
  margin: 0;
}
.modal__btn a:before  {
  font-family: icomoon;
  content: "\e906";
  font-weight: normal;
  vertical-align: middle;
  font-size: 1.8rem;
  color: #e66828;
}
.BlkCurriculum__subject__list li .modal__btn a:hover  {
  text-decoration: none;
}

.modal-main {
  display: none;
  width: 980px;
  height: auto;
  margin: 0;
  padding: 60px;
  background-color: #fff;
  border-radius: 6px;
  color: #666;
  position:fixed;
  z-index: 1000000;
}
.modal-main > div {
  display: flex;
}
.modal-main figure {
  margin-right: 25px;
}
.modal-main figure img {
  width: 365px;
  height: auto;
}
.modal-main h3 {
  padding-left: 17px;
}

#modal-bg {
  display:none;
  width:100%;
  height:100%;
  background-color: rgba(0,0,0,0.5);
  position:fixed;
  top:0;
  left:0;
  z-index: 100000;
}
@media screen and (max-width:980px) {
  .modal-main {
    width: 650px;
  }
  .modal-main > div {
    flex-wrap: wrap;
  }
  .modal-main p {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .modal-main figure {
    margin-right: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
  }
  .modal-main figure img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width:700px) {
  .modal__btn  {
    top: 9px;
    right: 15px;
  }
  .modal-main {
    display: none;
    width: 450px;
    height: auto;
    padding: 35px;
  }
}
@media screen and (max-width:500px) {
  .modal-main {
    width: 320px;
      margin-top: 50px;
  }
}
@media screen and (max-width:360px) {
  .modal-main {
    width: 280px;
  }
}
@media screen and (max-width:320px) {
  .modal-main {
    height: 95%;
    overflow: scroll;
  }
  .modal-main div > div {
    margin-bottom: 30px;
  }
}
/********************************************************/
/* BlkArticle__point */
/* /univ/faculty/foreign/education/feature/ */
/********************************************************/
.BlkArticle__point {
  display: flex;
  flex-wrap: wrap;
}
.BlkArticle__point > div {
  width: 224px;
  margin-right: 28px;
  margin-bottom: 50px;
}
.BlkArticle__point > div:nth-child(4n) {
  margin-right: 0;
}
.BlkArticle .BlkArticle__point p.BlkArticle__point__icon {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
  background-color: #e66828;
  border-radius: 10px;
  padding: 0 9px;
  display: inline-block;
}
.BlkArticle .BlkArticle__point h2 {
  font-size: 2.0rem;
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 0;
  border-bottom: none;
  letter-spacing: -1px;
}
.BlkArticle .BlkArticle__point figure {
  margin-bottom: 15px;
}
.BlkArticle .BlkArticle__point figure {
}
.BlkArticle .BlkArticle__point figure img {
  width: 100%;
  height: auto;
}
.BlkArticle .BlkArticle__point h3 {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 10px;
  font-weight: 600;
}
/*.win .BlkArticle .BlkArticle__point h3 {
  font-weight: 500;
}
.hiragino .BlkArticle .BlkArticle__point h3 {
  font-weight: 300;
}*/
.hiragino .BlkArticle .BlkArticle__point h3 + p {
  text-align:justify;
}
.BlkArticle .BlkArticle__point h3:before {
  background-color: #fff;
  width: 0;
}
@media screen and (max-width:980px) {
  .BlkArticle__point > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .BlkArticle .BlkArticle__point h2 {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  .BlkArticle .BlkArticle__point figure {
    margin-bottom: 0;
    text-align: center;
    float: none;
  }
  .BlkArticle .BlkArticle__point figure img {
    max-width: 670px;
  }
  .BlkArticle .BlkArticle__point h3 br {
    display: none;
  }
  .BlkArticle .BlkArticle__point h3 {
    margin-bottom: 15px;
    margin-top: 30px;
    /*font-weight: 600;*/
  }
  /*.win .BlkArticle .BlkArticle__point h3 {
    font-weight: 600;
  }
  .hiragino .BlkArticle .BlkArticle__point h3 {
    font-weight: 600;
  }*/
}

/********************************************************/
/* BlkArticle__course */
/* /univ/faculty/foreign/education/feature/ */
/********************************************************/
.BlkArticle__course {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  clear: both;
}
.BlkArticle__course > div {
  width: 224px;
  margin-right: 28px;
  margin-bottom: 50px;
  border: 1px solid #e2e2e2;
  padding: 20px;
}
.BlkArticle__course.BlkArticle__course--col2 > div {
  width: 476px;
  margin-right: 28px;
  margin-bottom: 50px;
}
.BlkArticle__course.BlkArticle__course--col3 > div {
  width: 308px;
  margin-right: 28px;
  margin-bottom: 50px;
}
.BlkArticle__course > div:nth-child(4n) {
  margin-right: 0;
}
.BlkArticle__course.BlkArticle__course--col2 > div:nth-child(2n) {
  margin-right: 0;
}
.BlkArticle__course.BlkArticle__course--col3 > div:nth-child(3n) {
  margin-right: 0;
}
.BlkArticle .BlkArticle__course p.BlkArticle__course__icon {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
  background-color: #e66828;
  border-radius: 10px;
  padding: 0 9px;
  display: inline-block;
}
.BlkArticle .BlkArticle__course h2 {
  font-size: 2.0rem;
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 0;
  border-bottom: none;
  letter-spacing: -1px;
}
.BlkArticle .BlkArticle__course figure {
  margin-bottom: 15px;
}
.BlkArticle .BlkArticle__course figure {
}
.BlkArticle .BlkArticle__course figure img {
  width: 100%;
  height: auto;
}
.BlkArticle .BlkArticle__course h3 {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 10px;
  font-weight: 600;
}
/*.win .BlkArticle .BlkArticle__course h3 {
  font-weight: 500;
}
.hiragino .BlkArticle .BlkArticle__course h3 {
  font-weight: 300;
}*/
.hiragino .BlkArticle .BlkArticle__course h3 + p {
  text-align:justify;
}
.BlkArticle .BlkArticle__course h3:before {
  background-color: #fff;
  width: 0;
}
@media screen and (max-width:980px) {
  .BlkArticle__course > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .BlkArticle__course.BlkArticle__course--col2 > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .BlkArticle__course.BlkArticle__course--col3 > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .BlkArticle .BlkArticle__course h2 {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  .BlkArticle .BlkArticle__course h2 br {
    display: none;
  }
  .BlkArticle .BlkArticle__course figure {
    margin-bottom: 0;
    text-align: center;
    float: none;
  }
  .BlkArticle .BlkArticle__course figure img {
    max-width: 670px;
  }
  .BlkArticle .BlkArticle__course h3 br {
    display: none;
  }
  .BlkArticle .BlkArticle__course h3 {
    margin-bottom: 15px;
    margin-top: 30px;
    /*font-weight: 600;*/
  }
  /*.win .BlkArticle .BlkArticle__course h3 {
    font-weight: 600;
  }
  .hiragino .BlkArticle .BlkArticle__course h3 {
    font-weight: 600;
  }*/
}

/********************************************************/
/* addStyle 20210601 */
/* BlkArticle__listToggle*/
/********************************************************/
.BlkArticle__listToggle__item a span:after {
	color: #e66828;
}

/********************************************************/
/* BlkDepartmentDetail2__list 20240403 */
/********************************************************/
.BlkDepartmentDetail2__list {
  margin-top: 58px;
}
.BlkDepartmentDetail2__list:before {
  content: '';
  background: url(../images/faculty/foreign/BlkArticle_bg.png) repeat;
  width: 100%;
  height: 8px;
  display: block;
}
.BlkDepartmentDetail2__list:after {
  content: '';
  background: url(../images/faculty/foreign/BlkArticle_bg.png) repeat;
  width: 100%;
  height: 8px;
  display: block;
}
.BlkDepartmentDetail2__list__item {
  padding: 45px 0;
  display: flex;
  justify-content: space-between;
}
.BlkDepartmentDetail2__mainArea {
  width: 622px;
}
.BlkDepartmentDetail2__mainArea__tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.BlkDepartmentDetail2__mainArea__tit h3 {
  font-size: 3.0rem;
  font-weight: 600;
  color: #333;
  position: relative;
  /*margin-bottom: 50px;*/
  letter-spacing: 0.03em;
  line-height: 1.5;
}
.BlkDepartmentDetail2__mainArea__tit h3 > span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #e66828;
  line-height: 1.5;
  margin-bottom: 5px;
  display: block;
}
.BlkDepartmentDetail2__mainArea__tit p span {
  font-size: 1.0rem;
  font-weight: 600;
  color: #e66828;
  line-height: 1.5;
  border: 1px solid #e66828;
  padding: 2px 12px;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
}
.BlkDepartmentDetail2__mainArea__lead {
  font-size: 2.0rem;
  font-weight: 600;
  color: #333;
  position: relative;
  padding-top: 25px;
  /*margin-bottom: 50px;*/
  line-height: 1.8;
}
.BlkDepartmentDetail2__mainArea__lead {
  font-size: 2.0rem;
  font-weight: 600;
  color: #333;
  position: relative;
  padding-top: 25px;
  /*margin-bottom: 50px;*/
  line-height: 1.8;
}
.BlkDepartmentDetail2__mainArea__txt {
  font-size: 1.6rem;
  font-weight: 300;
  color: #333;
  line-height: 1.8;
  padding-top: 12px;
}
.win .BlkDepartmentDetail2__mainArea__txt {
  font-weight: 500;
}
.hiragino .BlkDepartmentDetail2__mainArea__txt {
  font-weight: 300;
}
.BlkDepartmentDetail2__mainArea__link {
  font-size: 1.6rem;
  font-weight: 300;
  color: #333;
  line-height: 1.8;
  padding-top: 10px;
}
.win .BlkDepartmentDetail2__mainArea__link {
  font-weight: 500;
}
.hiragino .BlkDepartmentDetail2__mainArea__link {
  font-weight: 300;
}
.BlkDepartmentDetail2__mainArea__link a {
  text-decoration: underline;
}
.BlkDepartmentDetail2__mainArea__link a:hover {
  color: #e66828;
}
.BlkDepartmentDetail2__subArea img {
  max-width: 312px;
  height: auto;
}
.BlkDepartmentDetail2__subArea__linkList__item {
  margin-top: 18px;
}
.BlkDepartmentDetail2__subArea__linkList__item:first-child {
  margin-top: 28px;
}
.BlkDepartmentDetail22__subArea__linkList__item a {
  width: 224px;
  display: table;
  padding-left: 20px;
  position: relative;
  font-size: 1.6rem;
  font-weight: 300;
}
.win .BlkDepartmentDetail__subArea__linkList__item a {
  font-weight: 500;
}
.hiragino .BlkDepartmentDetail2__subArea__linkList__item a {
  font-weight: 300;
}
.BlkDepartmentDetail2__subArea__linkList__item a:hover {
  color: #e66828;
}
.BlkDepartmentDetail2__subArea__linkList__item a:before {
  font-family: icomoon;
  content: "\e904";
  font-weight: normal;
  font-size: 1.0rem;
  color: #e66828;
  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, .BlkDepartmentDetail2__subArea__linkList__item a {
    padding-top: 4px;
  }
}
@media screen and (max-width: 980px) {
	.BlkDepartmentDetail2__list {
		display: none;
	}
}

/********************************************************/
/* BlkDepartment__listSp 20240403*/
/********************************************************/
.BlkDepartment__listSp2 {
  display: none;
}
@media screen and (max-width:980px) {
  .BlkDepartment__listSp2 {
    margin-top: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
	  position: relative;
  }
  .BlkDepartment__listSp2::before {
    content: '';
    background: url(../images/faculty/foreign/BlkArticle_bg.png) repeat;
    width: 100%;
    height: 8px;
    display: block;
    position: absolute;
    top: 0;
  }
  .BlkDepartment__listSp2__item {
  	display: none;
  }
  .BlkDepartment__listSp2__itemDetail {
    display: block;
    margin-bottom: -10px;
    padding: 0 0 43px;
    position: relative;
  }
  .BlkDepartment__listSp2__itemDetail:after {
    content: '';
    background: url(../images/faculty/foreign/BlkArticle_bg.png) repeat;
    width: 100%;
    height: 8px;
    display: block;
    position: absolute;
    bottom: 0;
  }
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .BlkDepartmentDetailSp__subArea__linkList__item a {
    padding-top: 4px;
  }
}