@charset "utf-8";
/* CSS Document */
/********************************************************/
/* import */
/********************************************************/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:700");
@import url("/assets/css/article.css?2025");
@import url("/assets/css/form.css");
/********************************************************/
/* color select */
/********************************************************/
.blkGraduate {}
.blkMedicine {}
.blkHealth {}
.blkGeneralPolicy {}
.blkForeign {}
/********************************************************/
/* Overwrite common.css */
/********************************************************/
.BlkTabLocal__title a:hover {
  color: #1B4965;
}
.BlkTabLocal__navList__item > a:hover {
  color: #1B4965;
}
.BlkTabLocal__navList__item--lv1 > a:before {
  color: #1B4965;
}
.BlkLocalDetail {
  background-color: #1B4965;
}
.BlkTabLocalSp__navMenu__btn a {
  color: #1B4965;
}
.BlkTabLocalSp__navMenu__btn a:after {
  color: #1B4965;
}
.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 #0074bb;
  background-color: rgba(27, 73, 101, 0.95);
}
.BlkLocalDetailSp__item {
  padding: 0;
}
.BlkTabLocalSp__navList__item .BlkLocalDetailSp__item a {
  padding: 30px 20px;
  background-color: rgba(40, 97, 132, 0.95);
  border-bottom: 1px solid #0074bb;
}
.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(34, 114, 163, 0.95);
  border-bottom: 1px solid #0084d5;
}
.BlkTabLocalSp__navList__item .BlkLocalDetailSp__item--lv3 .BlkLocalDetailSp__item a {
  padding: 20px 20px;
  background-color: rgba(156, 65, 115, 0.95);
  border-bottom: 1px solid #0074bb;
}
.BlkTabLocalSp__navList__item__headline {
  position: relative;
}
.BlkTabLocalSp__navList__item__headline:before {
  font-family: icomoon;
  content: "\e90c";
  font-weight: 300;
  padding-right: 10px;
  font-size: 1rem;
  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 */
/********************************************************/
.u-icon_jump:hover:after {
  color: #1B4965;
}
.BlkArticle__btnlink .u-icon_jump:hover span:after {
  color: #1B4965;
}
.u-icon_blank:hover:after, .ico-blank:hover:after {
  color: #1B4965;
}
.BlkArticle__btnlink .u-icon_blank:hover span:after {
  color: #1B4965;
}
.u-icon_doc:hover:after {
  color: #1B4965;
}
.u-icon_movie:hover:after {
  color: #1B4965;
}
.u-icon_pdf:hover:after, .ico-pdf:hover:after {
  color: #1B4965;
}
.u-icon_ppt:hover:after {
  color: #1B4965;
}
.u-icon_sound:hover:after {
  color: #1B4965;
}
.u-icon_xls:hover:after {
  color: #1B4965;
}
.u-icon_zip:hover:after, .ico-zip:hover:after {
  color: #1B4965;
}
/********************************************************/
/* Overwrite article.css */
/********************************************************/
/********************************************************/
/* BlkArticle*/
/********************************************************/
.BlkTitle--article + .BlkArticle:before {
  background: url(../images/graduate/medicine/BlkArticle_bg.png?2025) repeat;
}
/********************************************************/
/* section */
/********************************************************/
.BlkArticle__Contents {
  border-top: 4px solid #1B4965;
}
.BlkArticle__Contents--notborder {
  border-top: none;
  padding-top: 0;
}
/********************************************************/
/* .BlkColumn */
/********************************************************/
.BlkColumn {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 650px) {
  .BlkColumn {
    flex-direction: column;
  }
}
.BlkArticle p + .BlkColumn, .BlkColumn + p {
  margin-top: 20px;
}
.BlkColumn__left, .BlkColumn__right {
  display: block;
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 980px) {
  .BlkColumn__left, .BlkColumn__right {
    width: 48%;
  }
}
@media screen and (max-width: 650px) {
  .BlkColumn__left, .BlkColumn__right {
    width: 100%;
  }
  .BlkColumn__right {
    margin-top: 20px;
  }
}
/********************************************************/
/* BlkNavPage  */
/********************************************************/
.BlkArticle__navPage__list li a {
  border: #1B4965 3px solid;
  background-color: #1B4965;
}
.BlkArticle__navPage__list li a:before {
  background: url(../images/faculty/medicine/BlkNavPage_list_bg.png) repeat;
}
.BlkArticle__navPage__list li a:hover {
  border: #1B4965 3px solid;
  color: #1B4965;
}
/********************************************************/
/* heading */
/********************************************************/
.BlkArticle .BlkArticle__headingArea__inner h2 > span {
  color: #1B4965;
}
.BlkArticle h3:before {
  background-color: #1B4965;
}
/********************************************************/
/* p */
/********************************************************/
.BlkArticle p {
  line-height: 1.8;
}
.BlkArticle p + p, .BlkArticle p + p {
  margin-top: 20px;
}
.BlkArticle .BlkArticle__txtlink a:hover {
  color: #1B4965;
}
.BlkArticle .BlkArticle__txtlink a:before {
  color: #1B4965;
}
.BlkArticle .BlkArticle__btnlink a {
  border: #1B4965 3px solid;
  background-color: #1B4965;
}
.BlkArticle .BlkArticle__btnlink a:after {
  background: url(../images/graduate/medicine/BlkArticle_link_bg.png) repeat;
}
.BlkArticle .BlkArticle__btnlink a:hover {
  border: #1B4965 3px solid;
  color: #1B4965;
}
.BlkArticle .table__mask a:hover {
  color: #1B4965;
}
.BlkArticle .table__mask a:before {
  color: #1B4965;
}
.BlkArticle a.BlkArticle__linkStm:hover {
  color: #1B4965;
}
.BlkArticle .BlkArticle__btnlink p {
  line-height: 1.5;
}
/********************************************************/
/* list */
/* listLink  */
/********************************************************/
.BlkArticle__listLink li a:hover {
  color: #1B4965;
}
.BlkArticle__listLink li a:before {
  color: #1B4965;
}
/********************************************************/
/* pageTopLink  */
/********************************************************/
.BlkArticle__pageTopLink a:hover {
  color: #1B4965;
}
.BlkArticle__pageTopLink a:before {
  color: #1B4965;
}
/********************************************************/
/* listThumbnail  */
/********************************************************/
.BlkArticle .BlkArticle__listThumbnail__link a {
  border: #1B4965 3px solid;
  background-color: #1B4965;
}
.BlkArticle .BlkArticle__listThumbnail__link a:after {
  background: url(../images/faculty/medicine/BlkArticle_link_bg.png) repeat;
}
.BlkArticle .BlkArticle__listThumbnail__link a:hover {
  border: #1B4965 3px solid;
  color: #1B4965;
}
/********************************************************/
/* listFaq  */
/********************************************************/
.BlkArticle__listFaq li a:hover {
  color: #1B4965;
}
.BlkArticle__listFaq li a:before {
  color: #1B4965;
}
/********************************************************/
/* table  */
/********************************************************/
table.BlkArticle__tableNormal th {
  background-color: #dbecf6;
  width: 15%;
}
table.BlkArticle__tableNormal th.cellHeading, table.BlkArticle__tableNormal td.cellHeading {
  /*background-color: #DD7875;*/
  background-color: #edf7fd;
}
table.BlkArticle__tableNormal th.cellHeading2, table.BlkArticle__tableNormal td.cellHeading2 {
  background-color: #f4f4f4;
}
table.BlkArticle__tableNormal .list-on-td { /* ul */
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: -1em;
}
table.BlkArticle__tableNormal .list-on-td li {
  margin: 0 40px 0 0;
  padding-bottom: 1em;
  min-width: 10em;
}

table.link-arrow a {
  position: relative;
  padding-left: 20px;

}
table.link-arrow a:before {
  font-family: icomoon;
  content: "\e904";
  font-weight: normal;
  font-size: 1.0rem;
  color: #1B4965;
  position: absolute;
  top: 0.2em;
  left: 0;
  transition: 0.1s;
}
table.link-arrow a:hover {
  color: #1B4965;
}

@media screen and (max-width: 980px) {
  table.BlkArticle__tableNormal th {
    width: auto !important;
  }
  table.BlkArticle__tableNormal ul {
    display: block;
  }
  table.BlkArticle__tableNormal li {
    margin: 0 0 15px 0;
  }
  table.BlkArticle__tableNormal li:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  table.BlkArticle__tableNormal .list-on-td { /* ul */
    flex-direction: column;
  }
  table.BlkArticle__tableNormal .list-on-td li {
    min-width: auto;
  }
}
@media screen and (max-width: 980px) {
  table.tableRow {
    width: 100% !important;
    border: none !important;
    display: block;
  }
  table.tableRow tbody, table.tableRow tbody tr {
    width: 100% !important;
    display: block;
  }
  table.tableRow th {
    width: 100% !important;
    display: block;
    border: none;
  }
  table.tableRow td {
    width: 100%;
    display: block;
    border: none;
    margin: 0 0 20px;
  }
  table.tableRow tbody tr:first-child th, table.tableRow tbody tr:first-child td {
    border: none !important;
  }
  table.tableRow tbody tr:nth-child(2) th {
    border: none !important;
  }
  table.tableRow tbody tr:nth-child(2) td {
    border: none !important;
  }
}
table.BlkArticle__table_presentation {
  margin-top: 1.6rem;
}
table.BlkArticle__table_presentation tr {}
table.BlkArticle__table_presentation th, table.BlkArticle__table_presentation td {
  font-size: 1.6rem;
  line-height: 1.6;
  vertical-align: top;
  padding-top: .8rem;
  padding-bottom: .8rem;
  padding-left: 1.6rem;
}
table.BlkArticle__table_presentation th p, table.BlkArticle__table_presentation td p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 1.6rem;
}
table.BlkArticle__table_presentation th p:first-child, table.BlkArticle__table_presentation td p:first-child {
  margin-top: 0;
}
table.BlkArticle__table_presentation th:nth-child(1), table.BlkArticle__table_presentation td:nth-child(1) {
  padding-left: 0;
}
table.BlkArticle__table_presentation th:nth-child(2), table.BlkArticle__table_presentation td:nth-child(2) {
  padding-left: 0;
}
table.BlkArticle__table_presentation th:last-child, table.BlkArticle__table_presentation td:last-child {}
/********************************************************/
/* BlkFaq */
/********************************************************/
.BlkArticle__desListFaq dd:before {
  color: #1B4965;
}
/********************************************************/
/* 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: #1B4965;
  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/medicine/BlkTitleFaculty_logo_heading.svg?2022) no-repeat;
  width: 36px;
  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__inner + span br {
    display: block;
  }
  .BlkTitleFaculty__txtArea {
    width: 100%;
    padding: 60px 38px 0;
  }
  .BlkTitleFaculty__imgArea {
    width: 100%;
  }
  .BlkTitleFaculty__heading1 {
    font-size: 3rem;
    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: -40px;
    width: 21px;
  }
  *::-ms-backdrop, .BlkTitleFaculty__heading1:before {
    top: 0;
    margin-top: -120px;
    height: 180px;
  } /* IE11 */
}
/********************************************************/
/* BlkMainFaculty */
/********************************************************/
.BlkMainFaculty {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  z-index: 1;
}
.BlkMainFaculty__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: flex;
}
.BlkMainFaculty__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;
}
.BlkMainFaculty__inner + span br {
  display: none;
}
.BlkMainFaculty__txtArea {
  background-color: #1B4965;
  width: 31%;
  min-width: 330px;
  height: 435px;
}
.BlkMainFaculty__imgArea {
  width: 69%;
}
.BlkMainFaculty__imgArea img {
  width: 100%;
  height: auto;
}
.BlkMainFaculty__imgArea figure {
  width: 100%;
  height: 435px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 435px;
}
.BlkMainFaculty__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%);
}
.BlkMainFaculty__heading1 span.BlkMainFaculty__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;
}
.BlkMainFaculty__heading1 span.BlkMainFaculty__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;
}
.BlkMainFaculty__heading1:before {
  content: "";
  position: absolute;
  top: -74px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto;
  display: inline-block;
  background: url(../images/faculty/medicine/BlkTitleFaculty_logo_heading.svg?2022) no-repeat;
  width: 36px;
  height: auto;
  background-size: contain;
  z-index: -1;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .BlkMainFaculty__heading1:before {
    top: 0;
    margin-top: -140px;
    height: 180px;
  } /* IE11 */
}
@media screen and (max-width: 980px) {
  .BlkMainFaculty__inner {
    flex-wrap: wrap-reverse;
  }
  .BlkMainFaculty__inner + span {
    display: block;
  }
  .BlkMainFaculty__inner + span br {
    display: block;
  }
  .BlkMainFaculty__txtArea {
    width: 100%;
    padding: 60px 38px 0;
    height: auto;
  }
  .BlkMainFaculty__imgArea {
    width: 100%;
  }
  .BlkMainFaculty__imgArea figure {
    height: 250px;
    background-size: cover;
  }
  .BlkMainFaculty__heading1 {
    font-size: 3rem;
    padding-bottom: 32px;
  }
  .BlkMainFaculty__heading1 span.BlkMainFaculty__txt {
    font-size: 1.8rem;
    display: none;
  }
  .BlkMainFaculty__heading1 span.BlkMainFaculty__english {
    /*display: none;*/
    margin-bottom: 6px;
  }
  .BlkMainFaculty__heading1:before {
    top: -40px;
    width: 21px;
  }
  *::-ms-backdrop, .BlkMainFaculty__heading1:before {
    top: 0;
    margin-top: -120px;
    height: 180px;
  } /* IE11 */
}
/********************************************************/
/* BlkFeatured */
/********************************************************/
.BlkFeatured {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.BlkFeatured__inner {
  width: 1280px;
  margin: 80px auto 0;
  padding: 0;
  position: relative;
}
.BlkFeatured__heading2 {
  font-size: 3rem;
  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/graduate/medicine/BlkFeatured_logo_heading.svg?2025) no-repeat;
  /*background: url(../images/graduate/medicine/Featured_Contents.png) no-repeat;*/
  width: 114px;
  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: -0.4em;
  overflow: hidden;
}
.BlkFeatured__listContents__item {
  float: left;
  width: 33.3333%;
  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%;
  }
}
@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: 3rem;
  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/medicine/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(5n) {
  padding-right: 0;
}
.BlkDepartment__list__item:nth-child(n + 6) {
  margin-top: 28px;
}
.BlkDepartment__list__item a {
  display: block;
  width: 176px;
  height: 72px;
  border: #1B4965 3px solid;
  border-radius: 6px;
  background-color: #1B4965;
  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/medicine/BlkDepartment_item_bg.png) repeat;
  width: 176px;
  height: 72px;
  border-radius: 8px;
  position: absolute;
  right: -11px;
  bottom: -11px;
  z-index: -1;
}
.BlkDepartment__list__item--current a {
  background-color: #fff;
  border: #1B4965 3px solid;
  color: #1B4965;
}
.BlkDepartment__list__item a:hover {
  background-color: #fff;
  border: #1B4965 3px solid;
  color: #1B4965;
}
.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: #1B4965;
  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: 1rem;
}
@media screen and (max-width: 980px) {
  .BlkDepartment__inner {
    width: 100%;
    padding: 0 20px 10px;
  }
  .BlkDepartment__list {
    display: none;
  }
  .BlkDepartmentDetail__list {
    display: none;
  }
}
/********************************************************/
/* BlkDepartmentDetail__list*/
/********************************************************/
.BlkDepartmentDetail__list {
  margin-top: 58px;
}
.BlkDepartmentDetail__list:before {
  content: "";
  background: url(../images/faculty/medicine/BlkArticle_bg.png) repeat;
  width: 100%;
  height: 8px;
  display: block;
}
.BlkDepartmentDetail__list:after {
  content: "";
  background: url(../images/faculty/medicine/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: 3rem;
  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: #1B4965;
  line-height: 1.5;
  margin-bottom: 5px;
  display: block;
}
.BlkDepartmentDetail__mainArea__tit p {}
.BlkDepartmentDetail__mainArea__tit p span {
  font-size: 1rem;
  font-weight: 600;
  color: #1B4965;
  line-height: 1.5;
  border: 1px solid #1B4965;
  padding: 2px 12px;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
}
.BlkDepartmentDetail__mainArea__lead {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  position: relative;
  padding-top: 25px;
  /*margin-bottom: 50px;*/
  line-height: 1.8;
}
.BlkDepartmentDetail__mainArea__lead {
  font-size: 2rem;
  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: #1B4965;
}
.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: #1B4965;
}
.BlkDepartmentDetail__subArea__linkList__item a:before {
  font-family: icomoon;
  content: "\e904";
  font-weight: normal;
  font-size: 1rem;
  color: #1B4965;
  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: 10;
    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: #1B4965 3px solid;
    border-radius: 6px;
    background-color: #1B4965;
    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/medicine/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: #1B4965 3px solid;
    color: #1B4965;
  }
  .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: #1B4965;
  }*/
  .BlkDepartment__listSp__item a span:after {
    content: "\e90c";
  }
  .BlkDepartment__listSp__item--current a span:after {
    color: #1B4965;
    content: "\e90d";
  }
  .BlkDepartment__listSp__item a p {
    background-color: #f6eae9;
    border-radius: 4px;
    padding: 5px 15px;
    color: #1B4965;
    display: block;
    right: 50px;
    top: 18%;
    position: absolute;
    font-size: 1rem;
  }
  .BlkDepartment__listSp__itemDetail {
    display: none;
    margin-bottom: -10px;
    padding: 0 0 43px;
    position: relative;
  }
  .BlkDepartment__listSp__itemDetail:after {
    content: "";
    background: url(../images/faculty/medicine/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: 1rem;
    color: #1B4965;
    line-height: 1.5;
    margin-bottom: 5px;
    display: block;
  }
  .BlkDepartmentDetailSp__mainArea__tit p {}
  .BlkDepartmentDetailSp__mainArea__tit p span {
    font-size: 1rem;
    font-weight: 600;
    color: #1B4965;
    line-height: 1.5;
    border: 1px solid #1B4965;
    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: #1B4965;
  }
  .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: #1B4965;
  }
  .BlkDepartmentDetailSp__subArea__linkList__item a:before {
    font-family: icomoon;
    content: "\e904";
    font-weight: normal;
    font-size: 1rem;
    color: #1B4965;
    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 */
/********************************************************/
.BlkNews {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.BlkNews__inner {
  width: 980px;
  margin: 80px auto 0;
  /*margin: 47px auto 0;*/
  padding: 0;
  position: relative;
}
.BlkNews__heading2 {
  font-size: 3rem;
  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/graduate/medicine/BlkNews_logo_heading.svg?2025) no-repeat;
  /*background: url(../images/graduate/medicine/Important_News.png) no-repeat;*/
  width: 94px;
  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 20px 140px;
  /*padding: 32px 0;*/
  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__list__item dd i {
  display: inline-block;
  /*width: 77px;*/
  width: 95px;
  color: #1B4965;
  font-size: 1rem;
  font-style: normal;
  border-radius: 3px;
  border: #1B4965 1px solid;
  padding: 3px 0;
  text-align: center;
  margin-right: 28px;
  float: left;
  /*font-weight: 600;*/
}
.BlkNews__list__item dd span {
  width: 707px;
  display: inline-block;
}
@media screen and (max-width: 980px) {
  .BlkNews__inner {
    margin: 77px auto 0;
  }
  .BlkNews__list__item dd {
    position: relative;
  }
  .BlkNews__list__item dd i {
    padding: 3px 0;
    float: none;
    position: absolute;
    top: -26px;
    left: 130px;
  }
  .BlkNews__list__item dd span {
    width: auto;
  }
}
/******医学部のみ******/
/********************************************************/
/* BlkTabNews */
/********************************************************/
.BlkTabNews__list {
  width: 480px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  /*position: relative;*/
}
.BlkTabNews__list.mod--2col {
  width: auto;
}
.BlkTabNews__list__item {
  text-align: center;
  /*width: 308px;*/
  width: 145px;
  z-index: 10;
}
.mod--2col .BlkTabNews__list__item {
  width: 450px;
}
.BlkTabNews__list__item a {
  display: block;
  border: #1B4965 3px solid;
  border-radius: 6px;
  background-color: #1B4965;
  color: #fff;
  padding: 15px 0;
  /*font-size: 2rem;*/
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
  box-shadow: 3px 3px #fff;
  transition: 0.1s;
}
/***** JS *****/
.BlkTabNews__list__item--current a {
  background-color: #fff;
  color: #1B4965;
}
.BlkTabNews__list__item a:after {
  content: '';
  background: url(/assets/images/faculty/medicine/BlkNews_item_bg.png?2022) repeat;
  /*width: 308px;*/
  width: 145px;
  /*height: 74px;*/
  height: 50px;
  border-radius: 8px;
  position: absolute;
  right: -11px;
  bottom: -11px;
  z-index: -1;
}
.mod--2col .BlkTabNews__list__item a:after {
  width: 450px;
}
.BlkTabNews__list__item a:hover {
  background-color: #fff;
  color: #1B4965;
}
@media screen and (max-width:980px) {
  .BlkTabNews {
    overflow: hidden;
    height: 110px;
    width: 100%;
  }
  .BlkTabNews__mask {
    height: 130px;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
  }
  .BlkTabNews__mask > * {
    -webkit-transform: translateZ(0px);
  }
  .BlkTabNews__list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    /*width: 942px;*/
    width: 520px;
    margin: 50px auto 0;
  }
  .BlkTabNews__list.mod--2col {
    width: 100%;
  }
  .BlkTabNews__list__item:first-child {
    margin-left: 20px;
  }
  .BlkTabNews__list__item {
    width: 137px;
    margin-right: 20px;
  }
  .mod--2col .BlkTabNews__list__item {
    width: 45%;
  }
  .BlkTabNews__list__item a {
    font-size: 1.4rem;
    padding: 15px 0;
  }
  .BlkTabNews__list__item a:after {
    width: 137px;
    height: 50px;
  }
  .mod--2col .BlkTabNews__list__item a:after {
    width: 100%;
  }
}
@media screen and (max-width:480px) {
  .BlkTabNews__list {
    margin: 50px 0 0;
  }
}
.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: #1B4965;
}
.BlkNews__archive a:before {
  font-family: icomoon;
  content: "\e904";
  font-weight: normal;
  font-size: 1rem;
  color: #1B4965;
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.1s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .BlkNews__archive a {
    padding-top: 4px;
  }
}
@media screen and (max-width: 980px) {
  .BlkNews__inner {
    width: 100%;
    overflow: hidden;
  }
  .BlkArticle__Contents--notLead > .BlkNews__list {
    margin: 20px 0 0;
  }
  .BlkNews__list {
    margin: 20px 20px 0;
  }
  .BlkNews__list__item dt {
    float: none;
    width: 100%;
    /* padding: 20px 0 0 0;*/
    padding-bottom: 0;
    border-top: #e2e2e2 1px solid;
  }
  .BlkNews__list__item dd {
    border-top: none;
    padding: 10px 0 20px 0;
  }
  /*.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;
  }
}
/********************************************************/
/* BlkData */
/********************************************************/
.BlkData {
  position: relative;
  width: 100%;
  background: url(../images/faculty/medicine/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: 3rem;
  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/medicine/BlkData_logo_heading.svg) no-repeat;
  width: 132px;
  height: auto;
  background-size: contain;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .BlkData__heading2:before {
    top: 0;
    margin-top: -30px;
    height: 100px;
  } /* IE11 */
}
.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: #1B4965;
  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;
}
.BlkData .slick-prev:hover, .BlkData .slick-next:hover {
  background-color: #1B4965;
  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;
  }
}
/********************************************************/
/* BlkVoice */
/********************************************************/
.BlkVoice {
  position: relative;
  width: 100%;
  /*background: url(../images/faculty/medicine/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: 3rem;
  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/medicine/BlkVoice_logo_heading.svg) no-repeat;
  width: 78px;
  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: 40px 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: #1B4965;
  border-radius: 50px;
  display: block;
  z-index: 1000;
  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;
}
.BlkVoice .slick-prev:hover, .BlkVoice .slick-next:hover {
  background-color: #1B4965;
  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;
  }
}
/********************************************************/
/* 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: #1B4965;
}
.BlkVoice__archive a:before {
  font-family: icomoon;
  content: "\e904";
  font-weight: normal;
  font-size: 1rem;
  color: #1B4965;
  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: 3rem;
  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/graduate/medicine/BlkRelated_logo_heading.svg?2025) no-repeat;
  /*background: url(../images/graduate/medicine/Related_Links.png) no-repeat;*/
  width: 94px;
  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: 22px;
  margin-bottom: 28px;
  z-index: 100;
  vertical-align: middle;
  display: inline-block;
}
.BlkSpecial__listContents__item:nth-child(4) {
  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: #1B4965;
}
.BlkSpecial__listContents__item a:after {
  content: "";
  background: url(../images/graduate/medicine/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;
  max-width: min-content;*/
}
.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: #1B4965;
}
@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: 3rem;
  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/medicine/BlkRelatedLinks_logo_heading.svg?2022) 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(4) {
  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: 1rem;
  color: #1B4965;
  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: #1B4965;
}
.BlkRelatedLinks__listContents__item a:hover p {
  color: #1B4965;
}
@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 #1B4965;
  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 #1B4965;
}
.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--manabinomori {
  background: url(../images/center/nyugaku/faculty/manabinomori/BlkTitle_bg_pc.jpg) no-repeat;
  background-size: cover;
  border-top: 7px solid #e66828;
}
.BlkTitle--medicineStaff {
  /*  background: url(/univ/faculty/medicine/staff/images/BlkTitle_bg_pc.jpg?2022) no-repeat;*/
  background: url(/univ/faculty/medicine/asset/images/staff/BlkTitle_bg_pc.jpg?2022) no-repeat;
  background-size: cover;
  border-top: none;
}
.BlkTitle--medicineStaff__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.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--medicineStaff {
  padding: 62px 0;
  border-top: 7px solid #1B4965;
  border-bottom: 1px solid #eaeaea;
  height: auto;
  line-height: 1.3;
}
.BlkTitle__heading1--article, .BlkTitle__heading1--article2 {
  line-height: 1.5;
  /*padding-top: 75px;*/
  padding-bottom: calc(80px - (((4.2rem * 1.5) - 4.2rem) / 2));
  padding-left: 100px;
  padding-right: 100px;
  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 span, .BlkTitle__heading1--article2 span {
  color: #1B4965;
  letter-spacing: 1px;
}
.android .BlkTitle__heading1 span {
  display: inline-block;
  width: 100%;
}
.android .BlkTitle__heading1--article span, .android .BlkTitle__heading1--article2 span {
  color: #00a87b;
  display: inline-block;
  width: 100%;
}
.BlkTitle__heading1 .subtitle {
  font-size: 1.4rem;
}
@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--medicineStaff {
    /*    background: url(/univ/faculty/medicine/staff/images/BlkTitle_bg_sp.jpg?2022) no-repeat;*/
    background: url(/univ/faculty/medicine/asset/images/staff/BlkTitle_bg_sp.jpg?2022) no-repeat;
    background-size: cover;
  }
  .BlkTitle--article {
    height: auto;
    /*padding-bottom: 50px;*/
  }
  .BlkTitle__inner {
    padding: 0 20px;
  }
  .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;
  }
  .BlkTitle__heading1--categoryTop {
    font-size: 3.8rem;
    padding-top: 105px;
  }
  .BlkTitle__heading1--categoryTop:before {
    top: 50px;
  }
  .BlkTitle__heading1--article, .BlkTitle__heading1--article2 {
    padding-left: 0;
    padding-right: 0;
    /*padding-top: 50px;*/
  }
  .BlkTitle__heading1--article {
    font-size: 3.1rem;
    padding-top: calc(50px - (((3.1rem * 1.5) - 3.1rem) / 2));
    padding-bottom: calc(50px - (((3.1rem * 1.5) - 3.1rem) / 2));
  }
  .BlkTitle__heading1--article2 {
    font-size: 2.5rem;
    padding-top: calc(50px - (((2.5rem * 1.5) - 2.5rem) / 2));
    padding-bottom: calc(50px - (((2.5rem * 1.5) - 2.5rem) / 2));
    text-align: left;
  }
  .BlkTitle__heading1--article span, .BlkTitle__heading1--article2 span {
    padding-bottom: 10px;
  }
}
/********************************************************/
/* BlkMenuAreaHealth */
/********************************************************/
.BlkMenuAreaHealth {
  display: none;
  position: absolute;
  right: 0;
  z-index: 10000;
}
.BlkMenuAreaHealth__inner {
  /*width: 810px;*/
  width: 940px;
  background-color: #f4f4f4;
  overflow: hidden;
  position: absolute;
  right: 0;
  z-index: 10000;
}
@media screen and (max-width: 980px) {
  .BlkMenuAreaHealth {
    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;
  }
  .BlkMenuAreaHealth__inner {
    width: 80%;
    padding-top: 90px;
    background: linear-gradient(#fff 50%, #008a65 50%);
  }
}
/********************************************************/
/* BlkTabGlobalHealth */
/********************************************************/
.BlkTabGlobalHealth {
  display: flex;
  align-items: stretch;
}
.BlkTabGlobalHealth__navList {
  /*width: 270px;*/
  width: 290px;
  height: auto;
  background-color: #133042;
  float: left;
}
.BlkTabGlobalHealth__navList__item {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 30px;
}
.BlkTabGlobalHealth__navList__item a {
  /*padding: 25px 30px 25px 40px;*/
  padding: 15px 30px 15px 40px;
  margin: 10px 0;
  /*width: 240px;*/
  width: 260px;
  line-height: 1.4;
  display: block;
  position: relative;
  vertical-align: middle;
  transition: 0.1s;
  font-weight: 600;
  color: #fff;
}
.BlkTabGlobalHealth__navList__item:first-child a {
  margin-top: 30px;
}
.BlkTabGlobalHealth__navList__item:last-child a {
  margin-bottom: 30px;
}
.BlkTabGlobalHealth__navList__item a:before {
  font-family: icomoon;
  content: "\e904";
  font-weight: 300;
  vertical-align: middle;
  padding-right: 10px;
  font-size: 1rem;
  color: #fff;
  position: absolute;
  /*top: 50%;*/
  top: 25px;
  left: 20px;
  transition: 0.1s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.win .BlkTabGlobalHealth__navList__item a:before {
  font-weight: 500;
}
.BlkTabGlobalHealth__navList__item a:hover {
  color: #fff;
  background-color: #1B4965;
  border-radius: 6px 0 0 6px;
}
.BlkTabGlobalHealth__navList__item a:hover:before {
  color: #fff;
}
@media screen and (min-width: 981px) {
  .BlkTabGlobalHealth__navList__item--current a {
    color: #fff;
    background-color: #1B4965;
    border-radius: 6px 0 0 6px;
  }
  .BlkTabGlobalHealth__navList__item--current a:before {
    color: #fff;
  }
  .BlkTabGlobalHealth__navList__item ul {
    display: none !important;
  }
}
@media screen and (max-width: 980px) {
  .BlkTabGlobalHealth__navList {
    width: 100%;
  }
  .BlkTabGlobalHealth__navList__item {
    margin-left: 0;
    display: block;
  }
  .BlkTabGlobalHealth__navList__item a {
    width: 100%;
    display: block;
    padding: 25px 30px 25px 40px;
    margin: 0;
  }
  .BlkTabGlobalHealth__navList__item a:before {
    content: "\e90c";
    left: auto;
    right: 20px;
  }
  .BlkTabGlobalHealth__navList__item--currentSp a:before {
    content: "\e90d";
  }
  .BlkTabGlobalHealth__navList__item__link {
    border-top: #e2e2e2 1px solid;
  }
  .BlkTabGlobalHealth__navList__item a:hover {
    color: #333;
    background-color: #fff;
    border-radius: 0;
  }
  .BlkTabGlobalHealth__navList__item a:hover:before {
    color: #00a87b;
  }
  .BlkTabGlobalHealth__navList__item:first-child a {
    border-top: none;
    margin-top: 0;
  }
  .BlkTabGlobalHealth__navList__item:last-child a {
    margin-bottom: 0;
  }
  .BlkTabGlobalHealth__navList__item ul {
    background-color: #00a87b;
  }
  .BlkTabGlobalHealth__navList__item ul li a {
    color: #fff;
    padding: 20px 30px 20px 40px;
    font-weight: 300;
  }
  .win .BlkTabGlobalHealth__navList__item ul li a {
    font-weight: 500;
  }
  .BlkTabGlobalHealth__navList__item ul li:first-child a {
    padding-top: 40px;
  }
  .BlkTabGlobalHealth__navList__item ul li:last-child a {
    padding-bottom: 40px;
  }
  .BlkTabGlobalHealth__navList__item ul li a:before {
    content: "";
  }
  .BlkTabGlobalHealth__navList__item ul li a:hover {
    color: #fff;
    background-color: #00a87b;
  }
  .BlkMenuArea__navVisitor__item a:hover {
    text-decoration: none;
  }
}
/********************************************************/
/* BlkGlobalDetailHealth */
/********************************************************/
.BlkGlobalDetailHealth {
  float: right;
  /*width: 550px;*/
  width: 680px;
  height: auto;
  background-color: #1B4965;
}
.BlkGlobalDetailHealth__item {
  display: flex;
  padding: 46px 40px;
  justify-content: space-between;
}
.BlkGlobalDetailHealth__item div {
  width: 245px;
}
.BlkGlobalDetailHealth__item div:first-child {
  width: 175px;
}
.BlkGlobalDetailHealth__navOutline {
  border-bottom: 1px solid #dfdce9;
  margin-bottom: 30px;
}
div .BlkGlobalDetailHealth__navOutline:last-child {
  border-bottom: none;
}
.BlkGlobalDetailHealth__item ul li {
  /*display: inline-block;*/
  display: block;
  font-size: 1.4rem;
  width: 270px;
}
.BlkGlobalDetailHealth__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;
}
.BlkGlobalDetailHealth__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 .BlkGlobalDetailHealth__item ul li a {
  font-weight: 500;
}
.hiragino .BlkGlobalDetailHealth__item ul li a {
  font-weight: 300;
}
.BlkGlobalDetailHealth__item ul li.BlkGlobalDetailHealth__item--detail a {
  padding: 8px 50px 8px 70px;
  padding: 8px 0 8px 30px;
}
.BlkGlobalDetailHealth__item ul li a:hover {
  text-decoration: underline;
}
.BlkGlobalDetailHealth__item ul li a:before {
  font-family: icomoon;
  content: "\e904";
  font-weight: normal;
  vertical-align: middle;
  font-size: 1rem;
  color: #fff;
  position: absolute;
  left: 10px;
  top: 11px;
}
.BlkGlobalDetailHealth__item ul li:first-child a {
  padding-top: 46px;
}
.BlkGlobalDetailHealth__item ul li.BlkGlobalDetailHealth__item--headlineNone a {
  padding-top: 0;
}
.BlkGlobalDetailHealth__item ul li:first-child a:before {
  top: 49px;
}
.BlkGlobalDetailHealth__item ul li.BlkGlobalDetailHealth__item--headlineNone a:before {
  top: 3px;
}
.BlkGlobalDetailHealth__item ul li:last-child a {
  /*padding-bottom: 28px;*/
}
@media screen and (max-width: 980px) {
  .BlkGlobalDetailHealth {
    display: none;
  }
  .BlkGlobalDetailHealth__navOutline {
    display: none;
  }
  .BlkGlobalDetailHealth__navFaculty {
    display: none;
  }
  .BlkGlobalDetailHealth__navExamination {
    display: none;
  }
  .BlkGlobalDetailHealth__navCareer {
    display: none;
  }
  .BlkGlobalDetailHealth__navInternational {
    display: none;
  }
  .BlkGlobalDetailHealth__navCampus {
    display: none;
  }
  .BlkGlobalDetailHealth__navSociety {
    display: none;
  }
}
@media screen and (min-width: 981px) {
  /*  .BlkTabGlobalHealth__navList__item ul {
    display: none;
  }*/
  .BlkMenuArea .BlkNavStructures__navLanguage {
    display: none;
  }
  .BlkMenuArea .BlkNavStructures__navFacility {
    display: none;
  }
  .BlkTabGlobalHealth + .BlkMenuArea__navVisitor {
    display: none;
  }
}
/*----------------------------*/
/********************************************************/
/* BlkCurriculum */
/********************************************************/
.BlkCurriculum {
  background-color: #f7f5f8;
  padding: 40px 30px 30px;
  margin-top: 20px;
  margin-bottom: 25px;
}
.BlkCurriculum h4 {
  margin-top: 0;
  padding-left: 0;
  font-size: 2rem;
  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;
}
.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: #1B4965;
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #1B4965;
  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: #1B4965;
  font-size: 1.4rem;
  font-weight: 600;
}
.BlkCurriculum__subject__columnSecond 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: "・";
  padding-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.BlkCurriculum__subject__list li.BlkCurriculum__subject__itemRequired:before {
  content: "◆";
  font-size: 7px;
  position: absolute;
  top: 6px;
  left: 4px;
}
.BlkCurriculum__subject__list li a {
  color: #1B4965;
  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: #1B4965;
    color: #fff;
    font-size: 1.4rem;
    border: 3px solid #1B4965;
    border-radius: 6px;
    box-shadow: 3px 3px #f7f5f8;
    position: relative;
    width: 100%;
    display: block;
    padding-left: 15px;
    height: 45px;
  }
  .BlkArticle .BlkCurriculum__subject--current a {
    background-color: #fff;
    color: #1B4965;
  }
  .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: #1B4965;
    content: "\e90d";
  }
  .BlkArticle .BlkCurriculum__subject a:before {
    content: "";
    background: url(../images/faculty/medicine/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__columnFourth ul {
    width: 100%;
  }
  .BlkArticle p.BlkCurriculum__subject__tit {
    margin-bottom: 5px;
  }
  .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;*/
  }
  .BlkArticle .BlkCurriculum__subject__column + .BlkCurriculum__subject {
    margin-top: 0;
    /*margin-bottom: 0;*/
  }
}
@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: 0;
  }
  .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�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 */
/********************************************************/
/*.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;
}
.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: #1B4965;
}
.BlkCurriculum__subject__list li .modal__btn a:hover {
  text-decoration: none;
}
/* モーダル コンテンツエリア */
.modal-main {
  display: none;
  width: 850px;
  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-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: 940px) {
  .modal-main {
    width: 650px;
  }
  .modal-main > div {
    flex-wrap: wrap;
  }
  .modal-main p {
    font-size: 1.4rem;
  }
  .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;
  }
}
@media screen and (max-width: 360px) {
  .modal-main {
    width: 280px;
  }
}
/*******　リニューアル　*******/
.link-none {
  pointer-events: none;
  color: #aaa !important;
}
.u-boder_box {
  border: #1B4965 3px solid;
  border-radius: 5px;
  padding: 30px;
  background-color: #fff;
}
/*td a {
  position: relative;
  padding-left: 20px;
}
td a:before {
  font-family: icomoon;
  content: "\e904";
  font-weight: normal;
  font-size: 1.0rem;
  color: #1B4965;
  position: absolute;
  top: 0.35em;
  left: 0;
  transition: 0.1s;
}*/
/*td a {
	color: #1B4965;
}*/
.article_post a {
  text-decoration: underline;
}
.article_post a:hover {
  text-decoration: none;
}
td a.arrow {
  position: relative;
  padding-left: 20px;
  text-decoration: none;
}
td a.arrow:before {
  font-family: icomoon;
  content: "\e904";
  font-weight: normal;
  font-size: 1.0rem;
  color: #1B4965;
  position: absolute;
  /*top: 0.35em;*/
  top: 0.21em;
  left: 0;
  transition: 0.1s;
}
.order td a {
  line-height: 1;
  text-decoration: none;
}
.order td a.arrow:before {
  top: 0.4em !important;
}
.BlkArticle .BlkArticle__btnlink--multi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 70px;
}
.BlkArticle__btnlink + .BlkArticle__btnlink {
  margin-top: 0;
}
.BlkArticle .BlkArticle__btnlink--multi p {
  margin: 0 10px 20px;
}
@media screen and (max-width: 980px) {
  .BlkArticle .BlkArticle__btnlink--multi {
    display: block;
  }
  .BlkArticle .BlkArticle__btnlink--multi p {
    margin: 0 0 20px;
  }
}
b {
  font-weight: bold;
}
i {
  font-style: italic;
}
sup {
  vertical-align: super;
  font-size: 1.2rem;
}
sub {
  vertical-align: sub;
  font-size: 1.2rem;
}
.BlkArticle__listNumber a {
  color: #1B4965;
  text-decoration: underline;
  position: relative;
}
.BlkArticle__listNumber a:hover {
  text-decoration: none;
}
.BlkArticle__listNormal li {
  font-size: 1.6rem;
  font-weight: 300;
  color: #333;
  padding-left: 5px;
  position: relative;
  line-height: 1.5;
  margin-top: 10px;
}
.win .BlkArticle__listNormal li {
  font-weight: 500;
}
.hiragino .BlkArticle__listNormal li {
  font-weight: 300;
}
.BlkArticle__listRoman li {
  font-size: 1.6rem;
  font-weight: 300;
  color: #333;
  position: relative;
  line-height: 1.5;
  margin-top: 10px;
  list-style-type: upper-roman;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}
.win .BlkArticle__listRoman li {
  font-weight: 500;
}
.hiragino .BlkArticle__listRoman li {
  font-weight: 300;
}
.BlkArticle .CategoryTitle {
  background-color: #1B4965;
  color: #fff;
  font-size: 3rem;
  font-weight: 600 !important;
  margin-bottom: 50px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  padding: 10px 20px;
}
.dateup {
  font-size: 1.4rem;
  color: #1B4965;
  border-bottom: dotted 1px #1B4965;
  margin-left: 1em;
}
.accordion_btn {
  font-size: 3.0rem;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
  padding-top: 40px;
  padding-bottom: calc(40px - (((3.0rem * 1.5) - 3.0rem) / 2));
  margin-bottom: 50px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  border-top: 4px solid #1B4965;
}
.accordion_btn:first-child {
  margin-top: 2.5rem;
}
.accordion_btn::after {
  position: absolute;
  font-family: icomoon;
  content: "\e90c";
  font-size: 0.9rem;
  font-weight: bold;
  color: #1B4965;
  top: calc(50% - 0.45rem);
  right: 30px;
  margin: auto;
  transition: 0.5s ease;
}
.accordion_btn.open::after {
  color: #1B4965;
  content: "\e90d";
}
/*.accordion_content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}*/
@media screen and (max-width: 980px) {
  .accordion_btn {
    font-size: 2.5rem;
    padding-top: 36px;
    padding-bottom: 30px;
    margin-bottom: 25px !important;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  .accordion_content {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
table.BlkArticle__tableNormal th.cellHeading span {
  height: 100% !important;
}
/**************教員紹介****************/
.BlkPeople {
  position: relative;
  width: 100%;
  border-top: 1px solid #eaeaea;
}
.BlkPeople:before {
  content: '';
  width: 100%;
  height: 20px;
  display: block;
  background: url(../images/faculty/medicine/BlkArticle_bg.png) repeat;
}
.BlkPeople__inner {
  width: 980px;
  margin: 60px auto 0;
  padding: 0 0 11px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
.BlkPeople__profile {
  margin: 0 0 0 84px;
}
.BlkPeople__profile h2 {
  font-size: 2.7rem;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  margin: 0 0 20px;
}
.BlkPeople__profile p {
  font-size: 1.6rem;
  color: #333;
  line-height: 2;
}
.win .BlkPeople__profile p {
  font-weight: 500;
}
.hiragino .BlkPeople__profile p {
  font-weight: 300;
}
.BlkPeople__profile h2 br {
  display: none;
}
.BlkPeople figure {
  max-width: 325px;
  position: relative;
  z-index: 1;
}
.BlkPeople figure:before {
  content: '';
  /*
  width: 325px;
  height: 251px;
  */
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/faculty/medicine/BlkArticle_bg.png) repeat;
  position: absolute;
  right: -11px;
  bottom: -11px;
  z-index: -1;
}
.BlkArticle__figure_2column {
  margin: 65px auto 0;
  /*padding: 0 0 30px;*/
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.BlkArticle__figure_2column figure {
  max-width: 476px;
}
.BlkArticle__figure_2column figure figcaption {
  text-align: center;
}
.hiragino .BlkArticle__figure_2column figure figcaption {
  font-weight: bold;
}
.BlkArticle__2column_imgRight {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.BlkArticle__2column_imgRight figure, .BlkArticle__2column_imgRight2 figure {
  max-width: 477px;
  margin: 0 0 0 30px;
}
.BlkArticle__2column_imgRight figure figcaption, .BlkArticle__2column_imgRight2 figure figcaption {
  padding: 0 45px;
  line-height: 1.8;
}
.hiragino .BlkArticle__2column_imgRight figure figcaption, .hiragino .BlkArticle__2column_imgRight2 figure figcaption {
  font-weight: bold;
}
.BlkArticle__2column_imgRight2 p {
  width: 474px;
  float: left;
  clear: left;
}
.BlkArticle__2column_imgRight2 figure {
  float: right;
}
.BlkMessage {
  padding: 66px 0;
  margin: 85px 0 0;
  background-color: #e2e0eb;
}
.BlkMessage + .BlkMessage {
  margin: 10px 0 0;
  /*margin: 2px 0 0;*/
}
.BlkMessage__inner {
  width: 980px;
  margin: 0 auto;
  /*display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;*/
  overflow: hidden;
}
.BlkMessage h2 {
  width: 475px;
  font-size: 3rem;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  margin: 0 0 35px;
  padding: 0 0 15px;
  border-bottom: 1px solid #1B4965;
}
.BlkMessage h3 {
  width: 475px;
  font-size: 2.7rem;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  margin: 0 0 15px;
  padding: 0;
}
.BlkMessage h3:before {
  display: none;
}
.BlkMessage p {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.8;
}
.win .BlkMessage p {
  font-weight: 500;
}
.hiragino .BlkMessage p {
  font-weight: 300;
}
.BlkMessage figure {
  float: right;
  max-width: 475px;
  margin: 0 0 25px 30px;
}
.BlkMessage figcaption {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.5;
  text-align: center;
  font-weight: 300;
  margin-top: 17px;
}
.win .BlkMessage figcaption {
  font-weight: 500;
}
.hiragino .BlkMessage figcaption {
  font-weight: 300;
}
/*.BlkArticle h2 br {
  display: none;
}*/
@media screen and (max-width: 980px) {
  .BlkPeople:before {
    height: 15px;
  }
  .BlkPeople__inner {
    width: auto;
    margin: 60px 105px 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .BlkPeople__profile {
    margin: 40px auto 0;
  }
  .BlkPeople__profile h2 {
    margin: 0 0 20px;
    line-height: 1.3;
    font-size: 2.5rem;
  }
  .BlkPeople__profile h2 br {
    display: block;
  }
  .BlkPeople figure {
    margin: 0 0 20px;
  }
  .BlkPeople figure img {
    width: 100%;
    height: auto;
  }
  .BlkArticle__figure_2column {
    margin: 45px auto 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .BlkArticle__figure_2column figure figcaption {
    text-align: left;
    margin: 10px 0 0;
    line-height: 1.8;
  }
  .BlkArticle__figure_2column figure {
    margin: 0 auto 30px;
  }
  .BlkArticle__figure_2column figure:last-of-type {
    margin: 0 auto;
  }
  .BlkArticle__figure_2column figure img {
    width: 100%;
    height: auto;
  }
  .BlkArticle__2column_imgRight {
    flex-wrap: wrap;
    justify-content: center;
  }
  .BlkArticle__2column_imgRight figure {
    margin: 30px auto 0;
  }
  .BlkArticle__2column_imgRight figure img, .BlkArticle__2column_imgRight2 figure img {
    width: 100%;
    height: auto;
  }
  .BlkArticle__2column_imgRight figure figcaption br, .BlkArticle__2column_imgRight2 figure figcaption br {
    display: none;
  }
  .BlkArticle__2column_imgRight figure figcaption, .BlkArticle__2column_imgRight2 figure figcaption {
    padding: 0;
  }
  .BlkArticle__2column_imgRight2 p {
    width: 100%;
    float: none;
    clear: none;
  }
  .BlkArticle__2column_imgRight2 figure {
    float: none;
    margin: 30px auto;
  }
  .BlkMessage {
    padding: 50px 0;
    margin: 55px 0 0;
  }
  .BlkMessage__inner {
    width: auto;
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    /*flex-wrap: wrap;
    justify-content: center;*/
  }
  .BlkMessage h2 {
    width: auto;
    margin: 0 0 35px;
    padding: 0 0 10px;
    font-size: 2.5rem;
    order: 1;
  }
  .BlkMessage h3 {
    width: auto;
    margin: 0 0 15px;
    font-size: 2.3rem;
    order: 2;
  }
  .BlkMessage p {
    margin: 0 0 30px;
    order: 3;
  }
  .BlkMessage figure {
    float: none;
    margin: 0 auto;
    order: 4;
  }
  .BlkMessage figure img {
    width: 100%;
    height: auto;
  }
  .BlkMessage figcaption {
    text-align: left;
    margin: 10px 0 0;
    line-height: 1.8;
  }
  /* .BlkArticle h2 br {
    display: block;
  }*/
}
@media screen and (max-width: 800px) {
  .BlkPeople__inner {
    margin: 60px 20px 0;
  }
}
/**********トップページ**********/
/****重要なお知らせ****/
.BlkImportant__inner {}
.BlkImportant dl {
  width: 980px;
  border: 2px solid #1B4965;
  margin: 52px auto 0;
}
.BlkImportant dt {
  font-size: 1.6rem;
  line-height: 35px;
  height: 35px;
  color: #1B4965;
  border-bottom: 2px solid #1B4965;
  background-color: #dfdce9;
  text-align: center;
  font-weight: 600;
}
.BlkImportant dd {
  /*font-size: 2rem;*/
  /*text-align: center;*/
  /*padding: 15px;*/
  /*font-weight: 600;
  line-height: 1.5;*/
}
/*.BlkImportant dd a:hover {
  opacity: 0.6;
}*/
.BlkImportant ul {
  margin: 30px 50px 30px 48px;
  padding: 0;
}
.BlkImportant li {
  margin: 0 0 25px;
  text-align: left;
}
.BlkImportant li:last-child {
  margin: 0;
}
.BlkImportant li a {
  color: #333;
  font-size: 2rem;
  /*font-weight: 300;*/
  display: block;
  position: relative;
  font-weight: 600;
  line-height: 1.5;
  padding-right: 20px;
}
/*.win .BlkImportant li a {
  font-weight: 500;
}
.hiragino .BlkImportant li a {
  font-weight: 300;
}*/
.BlkImportant li a:hover {
  color: #1B4965;
}
.BlkImportant li a::after {
  font-family: icomoon;
  content: "\e904";
  font-weight: normal;
  font-size: 1rem;
  color: #1B4965;
  position: absolute;
  top: 50%;
  right: 0;
  transition: 0.1s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .BlkImportant li a {
    padding-top: 4px;
  }
}
/*.win .BlkImportant dt {
  font-weight: 500;
}
.hiragino .BlkImportant dt {
  font-weight: 300;
}*/
@media screen and (max-width: 980px) {
  .BlkImportant dl {
    width: auto;
    margin: 32px 20px 0;
  }
  .BlkImportant dt {
    font-size: 1.6rem;
    line-height: 54px;
    height: 54px;
  }
  .BlkImportant dd {
    /*font-size: 1.6rem;*/
    /*padding: 28px 20px;*/
  }
  .BlkImportant dd br {
    display: none;
  }
  .BlkImportant ul {
    margin: 25px;
  }
  .BlkImportant li {
    margin: 0 0 20px;
  }
  .BlkImportant li a {
    font-size: 1.8rem;
  }
}
/********************************************************/
/* BlkFacility */
/********************************************************/
.BlkFacility {
  position: relative;
  width: 100%;
  /*border-top: 12px solid #dfdce9;
  border-bottom: 12px solid #dfdce9;
  padding: 0 0 65px;*/
  margin: 77px auto 0;
}
.BlkFacility__inner {
  width: 980px;
  margin: 80px auto 0;
  padding: 0;
  position: relative;
}
.BlkFacility__heading2 {
  font-size: 3rem;
  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/medicine/BlkResearch_logo_heading.svg?20220613) no-repeat;
  width: 130px;
  height: auto;
  background-size: contain;
}
.BlkFacility__heading2 br {
  display: none;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .BlkFacility__heading2:before {
    top: 0;
    margin-top: -30px;
    height: 100px;
  } /* IE11 */
}
.BlkFacility__slide {
  width: 980px;
  margin: 50px auto 0;
}
.BlkFacility__slide li {
  width: 980px;
  min-height: 266px;
  position: relative;
}
.BlkFacility__slide .slick-slide {
  display: flex !important;
  justify-content: space-between;
}
.BlkFacility__slide .slick-slide > a {
  display: block;
  /*  width: calc(93% - 504px);*/
  width: 408px;
  overflow: hidden;
  /*  padding-top: calc( (93% - 504px) * 0.61 );/* 408 * 251 */
  height: 251px; /* 408 * 251 */
  position: relative;
}
.BlkFacility__slide img {
  width: 408px;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  /*  float: left;*/
  transform: translateY(-50%);
}
.BlkFacility__slide a:hover img {
  opacity: 0.6;
}
.BlkFacility__slideBox {
  width: 504px;
  /*  float: right;*/
  padding-bottom: 11px;
}
.BlkFacility__slideBox h3 {
  font-size: 2.7rem;
  line-height: 1.4;
  margin: 0 0 15px;
  font-weight: 600;
}
.BlkFacility__slideBox h3 a:hover {
  opacity: 0.6;
}
/*.win .BlkFacility__slideBox h3 {
  font-weight: 500;
}
.hiragino .BlkFacility__slideBox h3 {
  font-weight: 300;
}*/
.BlkFacility__slideBox dl {}
.BlkFacility__slideBox dt {
  font-size: 2rem;
  line-height: 1.8;
  margin: 0 0 8px;
  font-weight: 600;
}
/*.win .BlkFacility__slideBox dt {
  font-weight: 500;
}
.hiragino .BlkFacility__slideBox dt {
  font-weight: 300;
}*/
.BlkFacility__slideBox dd {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.8;
}
.BlkFacility__slideBox .BlkArticle .BlkArticle__btnlink {
  /*
  position: absolute;
  right: 11px;
  bottom: -75px;
  */
}
.BlkFacility__slideBox .BlkArticle .BlkArticle__btnlink p {
  display: block;
  text-align: right;
  margin-right: 11px;
  margin-top: 10px;
}
.BlkFacility__slideBox .BlkArticle .BlkArticle__btnlink a {
  width: 145px;
  max-width: 145px;
  height: 50px;
  font-size: 1.4rem;
  margin-left: auto;
}
.BlkFacility__slideBox .BlkArticle .BlkArticle__btnlink a:after {
  width: 145px;
  max-width: 145px;
  height: 50px;
}
.BlkFacility__slideBox .BlkArticle .BlkArticle__btnlink a span {
  padding-top: 4px;
}
.BlkFacility__airticle__heading2 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-top: 55px;
  color: #333;
  margin: 80px auto 0;
}
.BlkFacility__airticle__heading2:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto;
  display: inline-block;
  background: url(../images/graduate/medicine/BlkFacility__CourseOverview_logo_heading.svg?2025) no-repeat;
  /*background: url(../images/graduate/medicine/Graduate_School_of_Medicine.png) no-repeat;*/
  width: 104px;
  height: auto;
  background-size: contain;
}
.BlkFacility__airticle__heading2 br {
  display: none;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .BlkFacility__airticle__heading2:before {
    top: 0;
    margin-top: -30px;
    height: 100px;
  } /* IE11 */
}
@media screen and (max-width: 980px) {
  .BlkFacility__airticle__heading2 {
    line-height: 1.25;
  }
  .BlkFacility__airticle__heading2 br {
    display: block;
  }
  .BlkFacility__airticle__heading2:before {
    width: 100px;
  }
}
.BlkFacility__airticle {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 50px auto;
}
.BlkFacility__airticle li {
  width: 308px;
  /*height: 263px;*/
  height: 370px;
  position: relative;
}
.BlkFacility__airticle figure {
  overflow: hidden;
  /*height: 161px;*/
  height: 232px;
  border: #f4f4f4 solid 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
/*.BlkFacility__airticle a img {
  width: 100%;
  height: 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;
}*/
/*.BlkFacility__airticle a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}*/
.BlkFacility__airticle figure img {
  width: 100%;
  height: auto;
}
.BlkFacility__airticle a:hover img {
  opacity: .6;
}
.BlkFacility__airticle p {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.8;
  font-weight: 600;
  margin: 22px 0 0;
}
.BlkFacility__airticle a:hover p {
  opacity: .6;
}
/*.win .BlkFacility__airticle p {
  font-weight: 500;
}
.hiragino .BlkFacility__airticle p {
  font-weight: 300;
}*/
.BlkFacility__airticle span {
  font-size: 1.6rem;
  color: #333;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}
.BlkFacility__airticle a:hover span {
  opacity: .6;
}
.BlkFacility .BlkArticle__txtlink {
  margin: 0;
}
@media screen and (max-width: 980px) {
  .BlkFacility {
    position: relative;
    width: 100%;
    /*border-top: 16px solid #dfdce9;
    border-bottom: 16px solid #dfdce9;*/
    padding: 0;
    margin: 77px auto 0;
  }
  .BlkFacility__inner {
    width: auto;
    margin: 60px 20px 0;
  }
  .BlkFacility__heading2 {
    line-height: 1.25;
  }
  .BlkFacility__heading2 br {
    display: block;
  }
  .BlkFacility__heading2:before {
    width: 130px;
  }
  @media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .BlkFacility__heading2:before {
      top: 0;
      margin-top: -30px;
      height: 100px;
    } /* IE11 */
  }
  .BlkFacility__slide {
    width: auto;
    margin: 50px auto 0;
  }
  .BlkFacility__slide li {
    width: auto;
    height: auto;
    padding: 0 0 20px;
  }
  .BlkFacility__slide .slick-slide {
    display: block !important;
    justify-content: space-between;
  }
  .BlkFacility__slide .slick-slide > a {
    margin-left: auto;
    margin-right: auto;
    /*
    height: 0;
    padding-top: calc( 100% * 251 / 408 );
  */
  }
  .BlkFacility__slide img {
    width: 100%;
    max-width: 668px;
    float: none;
    margin: 0 auto;
  }
  .BlkFacility__slideBox {
    width: auto;
    max-width: 614px;
    float: none;
    margin: 0 auto;
  }
  .BlkFacility__slideBox h3 {
    font-size: 1.8rem;
    line-height: 1.5;
    /*margin: 35px 0 15px;*/
    margin: 55px 0 15px;
  }
  .BlkFacility__slide a:hover img, .BlkFacility__slideBox h3 a:hover {
    opacity: 0.6;
  }
  .BlkFacility__slideBox dl {
    margin: 0 auto 35px;
  }
  .BlkFacility__slideBox dt {
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 0 0 8px;
  }
  .BlkFacility__slideBox .BlkArticle .BlkArticle__btnlink {
    position: static;
  }
  .BlkFacility__slideBox .BlkArticle .BlkArticle__btnlink p {
    text-align: center;
  }
  .BlkFacility__slideBox .BlkArticle .BlkArticle__btnlink a {
    width: auto;
    max-width: 100%;
    height: 60px;
    font-size: 1.6rem;
    margin-left: auto;
    margin-right: auto;
  }
  .BlkFacility__slideBox .BlkArticle .BlkArticle__btnlink a:after {
    width: 100%;
    max-width: 100%;
    height: 60px;
  }
  .BlkFacility__airticle {
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px auto;
  }
  .BlkFacility__airticle li {
    width: 100%;
    max-width: 669px;
    height: auto;
    margin: 0 auto 32px;
  }
  .BlkFacility__airticle li:last-of-type {
    margin: 0 auto;
  }
  .BlkFacility__airticle figure {
    max-width: 669px;
    height: auto;
  }
  /*.BlkFacility__airticle figure img {
    width: 100%;
    height: auto;
  }*/
  .BlkFacility__airticle p {
    font-size: 1.8rem;
    margin: 22px 20px 0;
    line-height: 1.5;
  }
  .BlkFacility__airticle span {
    position: static;
    margin: 20px 20px 0;
  }
  .BlkFacility .BlkArticle__txtlink {
    margin: 0 auto 30px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .BlkFacility__slide .slick-slide > a {
    width: 100%;
    height: 0;
    padding-top: calc(100% * 251 / 408);
  }
  .BlkFacility__slideBox {
    margin: 0 20px;
  }
}
/********************************************************/
/* BlkStudents */
/********************************************************/
.BlkStudents__inner__col__catList .BlkStudents__inner__col__catList--social_science--dep {
  width: 70px;
  border: 1px solid #4091c8;
  color: #4091c8;
}
.BlkStudents__inner__col__catList .BlkStudents__inner__col__catList--health {
  border: 0;
  background: #b0362e;
  color: #fff;
}
.BlkStudents__inner__col__catList .BlkStudents__inner__col__catList--health--dep {
  border: 1px solid #b0362e;
  color: #b0362e;
}
.Students__inner__col__title {
  font-size: 1.4rem;
  line-height: 1.5;
  padding-top: 10px;
}
.BlkStudents__inner__col--pickup .Students__inner__col__title {
  float: left;
  margin-left: 50px;
  width: calc(100% - 515px);
  font-size: 2rem;
  padding-top: 15px;
  font-weight: bold;
}
.BlkSociety__list h2.Students__inner__col__title {
  font-size: 1.4rem;
  line-height: 1.5;
  padding-top: 10px;
  border: 0;
  margin: 0;
  padding-bottom: 0;
}
.BlkStudents__inner__col p {
  line-height: 1.5;
  text-decoration: none;
  padding-top: 1rem;
}
.BlkStudents__inner__col.BlkStudents__inner__col--pickup p {
  margin-left: 50px;
  width: calc(100% - 515px);
  float: left;
  padding-top: 2.2rem;
  font-size: 1.6rem;
  font-weight: normal;
}
.BlkSociety__list .BlkArticle p + p {
  margin-top: 0;
}
.BlkStudents__inner__col a.under_line {
  text-decoration: underline;
}
.BlkStudents__inner__col a.under_line:hover {
  color: #00a87b;
}
/********************************************************/
/* BlkFacility JS slick */
/********************************************************/
.BlkFacility .slick-prev, .BlkFacility .slick-next {
  width: 50px;
  height: 50px;
  background-color: #9d96bd;
  border-radius: 50px;
  display: block;
  z-index: 1000;
  transition: 0.2s;
}
.BlkFacility .slick-prev:focus, .BlkFacility .slick-next:focus {
  background-color: #9d96bd;
}
.BlkFacility .slick-prev {
  left: -50px;
  top: 140px;
}
.BlkFacility .slick-next {
  right: -50px;
  top: 140px;
}
.BlkFacility .slick-prev:before, .BlkFacility .slick-next:before {
  font-size: 1.4rem;
  display: block;
  color: #fff;
  opacity: 1;
}
.BlkFacility .slick-prev:hover, .BlkFacility .slick-next:hover {
  background-color: #a9a5bd;
  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: -110px;
  }
  .BlkFacility .slick-next {
    right: -110px;
  }
}
@media screen and (max-width: 1230px) {
  .BlkFacility .slick-prev {
    left: -80px;
  }
  .BlkFacility .slick-next {
    right: -80px;
  }
}
@media screen and (max-width: 1170px) {
  .BlkFacility .slick-prev {
    left: 0;
  }
  .BlkFacility .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 980px) {
  .BlkFacility .slick-prev, .BlkFacility .slick-next {
    width: 25px;
    height: 25px;
  }
  .BlkFacility .slick-prev {
    left: 15%;
    top: 280px;
  }
  .BlkFacility .slick-next {
    right: 15%;
    top: 280px;
  }
  .BlkFacility .slick-prev:before, .BlkFacility .slick-next:before {
    font-size: 0.8rem;
  }
  .BlkFacility .slick-prev:hover, .BlkFacility .slick-next:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 490px) {
  .BlkFacility .slick-prev {
    left: 0;
    top: 280px;
  }
  .BlkFacility .slick-next {
    right: 0;
    top: 280px;
  }
}
@media screen and (max-width: 480px) {
  .BlkFacility .slick-prev {
    left: 0;
    top: 290px;
  }
  .BlkFacility .slick-next {
    right: 0;
    top: 290px;
  }
}
@media screen and (max-width: 414px) {
  .BlkFacility .slick-prev {
    top: 250px;
  }
  .BlkFacility .slick-next {
    top: 250px;
  }
}
@media screen and (max-width: 375px) {
  .BlkFacility .slick-prev {
    top: 235px;
  }
  .BlkFacility .slick-next {
    top: 235px;
  }
}
@media screen and (max-width: 360px) {
  .BlkFacility .slick-prev {
    top: 215px;
  }
  .BlkFacility .slick-next {
    top: 215px;
  }
}
@media screen and (max-width: 320px) {
  .BlkFacility .slick-prev {
    top: 190px;
  }
  .BlkFacility .slick-next {
    top: 190px;
  }
}
/****�E�w�E��E��E�Љ�****/
.BlkFaculty {
  margin-top: 26px;
  overflow: hidden;
}
.BlkFaculty__inner {
  width: 980px;
  margin: 0 auto;
  padding: 54px 0 0;
}
.BlkFaculty__heading2 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-top: 55px;
  color: #333;
}
.BlkFaculty__heading2:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto;
  display: inline-block;
  background: url(../images/faculty/medicine/BlkFaculty_logo_heading.svg?2022) no-repeat;
  width: 118px;
  height: auto;
  background-size: contain;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .BlkFaculty__heading2:before {
    top: 0;
    margin-top: -30px;
    height: 100px;
  } /* IE11 */
}
.BlkFaculty__box {
  /*margin: 50px auto 170px;*/
  margin: 50px auto 0;
}
.BlkFaculty__box:before {
  content: '';
  background: url(../images/faculty/medicine/BlkArticle_bg.png) repeat;
  width: 100%;
  height: 8px;
  display: block;
}
.BlkFaculty__box:after {
  content: '';
  background: url(../images/faculty/medicine/BlkArticle_bg.png) repeat;
  width: 100%;
  height: 8px;
  display: block;
}
.BlkFaculty__box__inner {
  padding: 55px 0;
  overflow: hidden;
  margin: 0 auto;
}
.BlkFaculty__box p {
  /*width: 427px;*/
  width: 648px;
  /*float: left;*/
  font-size: 1.6rem;
  color: #333;
  line-height: 1.8;
  margin: 25px auto 0;
}
.BlkFaculty__box .BlkArticle .BlkArticle__btnlink {
  width: 145px;
  margin: 25px auto 0;
}
.BlkFaculty__box .BlkArticle .BlkArticle__btnlink a {
  height: 50px;
  font-size: 1.4rem;
}
.BlkFaculty__box .BlkArticle .BlkArticle__btnlink a:after {
  width: 145px;
  max-width: 145px;
  height: 50px;
}
.win .BlkFaculty__box p {
  font-weight: 500;
}
.hiragino .BlkFaculty__box p {
  font-weight: 300;
}
.BlkFaculty .BlkArticle__txtlink {
  margin: 190px 0 0;
}
@media screen and (max-width: 980px) {
  .BlkFaculty {
    margin-top: 23px;
  }
  .BlkFaculty__inner {
    width: auto;
    margin: 0 20px;
    padding: 54px 0 0;
  }
  .BlkFaculty__heading2 {
    line-height: 1.5;
  }
  .BlkFaculty__heading2:before {
    width: 130px;
  }
  @media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .BlkFaculty__heading2:before {
      top: 0;
      margin-top: -30px;
      height: 100px;
    } /* IE11 */
  }
  .BlkFaculty__box {
    margin: 45px auto 80px;
  }
  .BlkFaculty__box__inner {
    padding: 35px 0 50px;
    margin: 0 20px;
  }
  .BlkFaculty__box p {
    width: auto;
    max-width: 580px;
    float: none;
  }
  .BlkFaculty .BlkArticle .BlkArticle__btnlink {
    width: 100%;
    margin: 20px auto 0;
  }
  .BlkFaculty .BlkArticle .BlkArticle__btnlink a {
    width: 100%;
    max-width: 100%;
    height: 60px;
    font-size: 1.6rem;
    margin-left: auto;
    margin-right: auto;
  }
  .BlkFaculty .BlkArticle .BlkArticle__btnlink a:after {
    width: 100%;
    max-width: 100%;
    height: 60px;
  }
}
/***ポップアップ***/
.BlkFaculty .video_image {
  /*width: 474px;*/
  width: 648px;
  /*height: 324px;*/
  /*float: right;*/
  margin: 0 auto;
}
.BlkFaculty .video_image a {
  display: inline-block;
  position: relative;
}
.BlkFaculty .video_image a:hover {
  opacity: 0.5;
  transition: all 0.5s ease-out;
}
.BlkFaculty .video_image a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  content: "";
  width: 76px;
  height: 76px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  z-index: 2;
}
.BlkFaculty .video_image a:after {
  background-image: url(/univ/faculty/medicine/asset/images/top/btn_movie.png?2022);
}
.BlkFaculty .video_image img {
  max-width: 648px;
  width: 100%;
  height: auto;
}
.BlkArticle__headingArea figure .video_image img {}
.BlkArticle figure.video_image {
  float: none;
}
.BlkFaculty .video_image img {
  max-width: inherit;
}
.BlkArticle__headingArea .video_image {
  max-width: inherit;
}
/*.video_image + p {
  text-align: center;
}*/
/*.pc3-sp2 .pc3-sp2__inner .popup-iframe .video_image {
  margin-bottom: 10px;
}*/
@media screen and (max-width: 980px) {
  .BlkFaculty .video_image {
    width: auto;
    max-width: 580px;
    /*float: none;*/
    margin: 20px auto 0;
  }
  .BlkFaculty .video_image a:after {
    width: 50px;
    height: 50px;
  }
  .BlkFaculty .video_image img {
    max-width: 580px;
  }
  /*.pc3-sp2 .pc3-sp2__inner .popup-iframe,
  .pc2-sp2 .pc2-sp2__inner .popup-iframe {
    width: 48%;
    margin: 1%;
  }
  .pc3-sp2 .pc3-sp2__inner .popup-iframe p span,
  .pc2-sp2 .pc2-sp2__inner .popup-iframe p span {
    display: block;
  }
  .pc3-sp2 .pc3-sp2__inner .popup-iframe .video_image,
  .pc2-sp2 .pc2-sp2__inner .popup-iframe .video_image {
    margin-bottom: 5px;
  }
  .BlkArticle__headingArea .video_image img {
    width: 100%;
  }*
  .video_image + p {
    font-size: 14px;
  }
  .video_image a:after {
  }
  .pc3-sp2 .pc3-sp2__inner .popup-iframe .video_image a:after,
  .pc2-sp2 .pc2-sp2__inner .popup-iframe .video_image a:after {
    width: 24%;
    height: 36%;
  }*/
}
/**** バナー ****/
.BlkLink__inner {
  width: 980px;
  margin: 0 auto;
}
.BlkLink ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 140px auto 0;
}
.BlkLink li {
  width: 31.4%;
}
.BlkLink img.pc {
  width: 308px;
  height: auto;
  display: block;
}
.BlkLink img.sp {
  display: none;
}
.BlkLink figure {
  overflow: hidden;
}
.BlkLink a img {
  width: 100%;
  height: 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;
}
.BlkLink a:hover img {
  -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) {
  .BlkLink__inner {
    width: auto;
    margin: 0 20px;
  }
  .BlkLink ul {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }
  .BlkLink li {
    width: 100%;
    margin: 0 auto 35px;
  }
  .BlkLink li:last-of-type {
    margin: 0 auto;
  }
  .BlkLink img.pc {
    display: none;
  }
  .BlkLink img.sp {
    max-width: 669px;
    display: block;
    margin: 0 auto;
  }
}
.BlkLocalDetail__item .BlkLocalDetail__link:after {
  bottom: 0;
}
.BlkGlobalDetailHealth__item .BlkLocalDetail__link:after {
  bottom: 0.9rem;
}
@media screen and (max-width: 980px) {
  .BlkTabLocalSp__navList__item .BlkLocalDetailSp__item .BlkLocalDetail__link:after {
    bottom: 2.8em;
  }
  .BlkTabLocalSp__navList__item .BlkLocalDetailSp__item--lv2 .BlkLocalDetailSp__item .BlkLocalDetail__link:after {
    bottom: 2em;
  }
}
/*--------
2022/04/06 一覧ページ調整
----------*/
.BlkArticle .BlkFacility__inner {
  display: block;
}
.BlkArticle .BlkSocietyNews__inner__box {
  width: 100%;
  padding: 35px 0;
  border-top: 1px solid #e2e2e2;
  overflow: hidden;
  margin: auto;
}
.BlkArticle .BlkSocietyNews__inner__box:first-child {
  border-top: none;
}
.BlkArticle .BlkSocietyNews__inner__box:last-child {
  border-bottom: 1px solid #e2e2e2;
}
/*.BlkArticle .BlkSocietyNews__inner__box:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}*/
.BlkArticle .BlkSocietyNews__inner__box__item {
  width: 224px;
  /*height: 137px;*/
  height: auto;
  position: relative;
  margin-right: 28px;
  float: left;
  overflow: hidden;
}
.BlkArticle .BlkSocietyNews__inner__box__item img {
  width: 100%;
  height: auto;
  transition: transform .6s ease;
}
.BlkArticle .BlkSocietyNews__inner__box__item:hover img {
  opacity: .6;
}
.BlkArticle .BlkSocietyNews__inner__box__lead {
  width: calc(100% - 252px);
  margin-top: 0;
  float: left;
}
.BlkArticle .BlkSocietyNews__inner__box__lead:hover {
  opacity: .6;
}
@media screen and (max-width: 980px) {
  .BlkArticle .BlkSocietyNews__inner__box__lead {
    width: 55%;
    float: left;
  }
  .BlkArticle .BlkSocietyNews__inner__box__item {
    width: 32vw;
    margin-right: 5%;
    float: left;
    height: 20vw;
    max-width: 224px;
    max-height: 137px;
  }
  .BlkArticle .BlkStudents__inner__col__catList li {
    width: auto;
    min-width: 60px;
    height: 24px;
    margin-bottom: 5px;
    border-radius: 3px;
    font-size: 1.0rem;
    line-height: 24px;
  }
  .BlkArticle .BlkStudents__inner__col__catList .BlkStudents__inner__col__catList--social_science {
    width: 70px;
  }
  .BlkArticle .BlkSocietyNews__inner__box__lead p {
    font-size: 1.1rem;
  }
  .BlkArticle .Students__inner__col__title + p {
    font-size: 1.2rem;
  }
}
/**/
.BlkStudents__inner__col__catList .BlkStudents__inner__col__catList--social_science--dep {
  width: 70px;
  border: 1px solid #4091c8;
  color: #4091c8;
}
.BlkStudents__inner__col__catList .BlkStudents__inner__col__catList--health {
  border: 0;
  background: #b0362e;
  color: #fff;
}
.BlkStudents__inner__col__catList .BlkStudents__inner__col__catList--health--dep {
  border: 1px solid #b0362e;
  color: #b0362e;
}
.Students__inner__col__title {
  font-size: 1.4rem;
  line-height: 1.5;
  padding-top: 10px;
}
.BlkStudents__inner__col--pickup .Students__inner__col__title {
  float: left;
  margin-left: 50px;
  width: calc(100% - 515px);
  font-size: 2rem;
  padding-top: 15px;
  font-weight: bold;
}
.BlkSocietyNews__inner__box__lead h2.Students__inner__col__title, .BlkSocietyNews__inner__box__lead h3.Students__inner__col__title {
  font-size: 1.4rem;
  line-height: 1.5;
  border: 0;
  margin: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.BlkSocietyNews__inner__box__lead h3.Students__inner__col__title {
  font-size: 1.6rem;
  line-height: 1.5;
}
.BlkSocietyNews__inner__box__lead h3.Students__inner__col__title:before {
  display: none;
}
.BlkSocietyNews__inner__box__lead p, .BlkStudents__inner__col p {
  font-size: 1.4rem;
  line-height: 1.5;
  text-decoration: none;
  padding-top: 1rem;
}
.BlkStudents__inner__col.BlkStudents__inner__col--pickup p {
  margin-left: 50px;
  width: calc(100% - 515px);
  float: left;
  padding-top: 2.2rem;
  font-size: 1.6rem;
  font-weight: normal;
}
.BlkSociety__list .BlkArticle p + p {
  margin-top: 0;
}
.BlkStudents__inner__col a.under_line {
  text-decoration: underline;
}
.BlkStudents__inner__col a.under_line:hover {
  color: #00a87b;
}
/*
CMS POST Block
*/
.BlkArticle__inner .meeting_body ul, .BlkArticle__inner .article_post ul {
  list-style: disc outside;
  margin-left: 2rem;
}
.BlkArticle__inner .meeting_body ol, .BlkArticle__inner .article_post ol {
  list-style: auto;
  margin-left: 2rem;
}
.BlkArticle__inner .meeting_body li, .BlkArticle__inner .article_post li {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  padding-left: 1rem;
}
.BlkArticle__inner .meeting_body table, .BlkArticle__inner .article_post .citation { /* table */
  margin-bottom: 2rem;
}
.BlkArticle__inner .meeting_body table tr, .BlkArticle__inner .article_post .citation tr {}
.BlkArticle__inner .meeting_body table tr th, .BlkArticle__inner .meeting_body table tr td, .BlkArticle__inner .article_post .citation tr th, .BlkArticle__inner .article_post .citation tr td {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 10px 15px;
}
.BlkArticle__inner .meeting_body table tr th, .BlkArticle__inner .article_post .citation tr th {
  vertical-align: top;
  min-width: 20%;
}
.BlkArticle__inner .meeting_body table tr td, .BlkArticle__inner .article_post .citation tr td {}
.BlkArticle__inner .meeting_body table tr td, .BlkArticle__inner .article_post .citation tr td:first-child {
  min-width: 160px;
}
@media screen and (max-width:980px) {
  .BlkArticle__inner .meeting_body table tr td, .BlkArticle__inner .article_post .citation tr td {
    font-size: 1.4rem;
    padding: 5px;
  }
  .BlkArticle__inner .meeting_body table tr td, .BlkArticle__inner .article_post .citation tr td:first-child {
    min-width: 90px;
  }
}
/*
.BlkArticle__inner .fig1 {float:left;}
.BlkArticle__inner .fig2 {float:right;}
.BlkArticle__inner .fig3 {float:center;}
.BlkArticle__inner .fig0 {clear:both;}
*/
.BlkArticle__inner .article_post .fig1, .BlkArticle__inner .article_post .fig2, .BlkArticle__inner .article_post .fig3 {
  margin-top: 1.6rem;
  display: block;
  width: 100%;
  text-align: center;
}
.BlkArticle__inner .article_post .fig1 img, .BlkArticle__inner .article_post .fig2 img, .BlkArticle__inner .article_post .fig3 img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.BlkArticle__inner .article_post figure img {
  max-width: 100%;
}
.BlkArticle__inner .article_post .fig0 {
  clear: both;
}
.BlkArticle__listLink--col2--vertical {
  column-count: 2;
  display: block;
}
_::-webkit-full-page-media, _:future, :root .BlkArticle__listLink--col2--vertical li:first-child {
  margin-top: 10px;
}
.BlkArticle__listLink--col2--vertical li {
  width: 100%;
}
_::-webkit-full-page-media, _:future, :root .BlkArticle__listLink--col2--vertical li {
  line-height: 1.8;
}
.BlkArticle__listLink--col2--vertical li.space {
  list-style: none !important;
}
@media screen and (max-width:980px) {
  .BlkArticle__listLink--col2--vertical {
    display: flex;
  }
  .BlkArticle__listLink--col2--vertical li {
    width: 100%;
  }
  .BlkArticle__listLink--col2--vertical li.space {
    display: none;
  }
}
.BlkArticle__listLink--col3--vertical {
  column-count: 3;
  display: block;
}
_::-webkit-full-page-media, _:future, :root .BlkArticle__listLink--col3--vertical li:first-child {
  margin-top: 10px;
}
.BlkArticle__listLink--col3--vertical li {
  width: 100%;
}
_::-webkit-full-page-media, _:future, :root .BlkArticle__listLink--col3--vertical li {
  line-height: 1.8;
}
.BlkArticle__listLink--col3--vertical li.space {
  list-style: none !important;
}
@media screen and (max-width:980px) {
  .BlkArticle__listLink--col3--vertical {
    display: flex;
  }
  .BlkArticle__listLink--col3--vertical li {
    width: 100%;
  }
  .BlkArticle__listLink--col3--vertical li.space {
    display: none;
  }
}
.BlkLocalDetail {
  width: 220px;
}
.BlkArticle .btnlink__small a {
  width: 260px;
  max-width: 260px;
}
.BlkArticle .btnlink__small a:after {
  width: 100%;
  max-width: 100%;
}
/********************************************************/
/* もっと見るボタン  */
/********************************************************/
.txt-hide {
  display: none;
}
.btn_more {
  width: 100%;
  max-width: 280px;
  height: 50px;
  margin: 30px auto 50px;
  display: flex;
}
.btn_more button {
  display: block;
  border-radius: 6px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  width: 100%;
  max-width: 280px;
  height: 50px;
  line-height: 38px;
  text-align: center;
  position: relative;
  box-shadow: 3px 3px #fff;
  transition: 0.1s;
  cursor: pointer;
  outline: none;
}
.btn_more button {
  border: #1B4965 3px solid;
  background-color: #1B4965;
}
.btn_more button:hover {
  background-color: #fff;
  color: #1B4965;
}
.btn_more p {
  width: 100%;
  z-index: 1;
}
.btn_more button:after {
  content: '';
  width: 100%;
  max-width: 280px;
  height: 50px;
  border-radius: 8px;
  position: absolute;
  right: -11px;
  bottom: -11px;
  z-index: -1;
}
.btn_more button:after {
  background: url(../images/book/health/BlkArticle_link_bg.png) repeat;
}
.btn_more span:after {
  font-family: icomoon;
  content: "\e908";
  font-size: 1.2rem;
  font-weight: normal;
  color: #fff;
  z-index: 2;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 4px;
}
.btn_more:hover span:after {
  color: #1B4965;
}
.btn_more.on-click span:after {
  content: "\e909";
}
.more span:before {
  content: "すべて表示する";
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
}
.more.on-click span:before {
  content: "一部のみ表示";
}
/********************************************************/
/* .BlkAnchorArea  */
/********************************************************/
.BlkAnchorArea {
  height: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 980px) {
  .BlkAnchorArea {
    margin-bottom: 40px;
  }
}
.BlkAnchorArea.fixed .BlkAnchorArea__inner {
  position: fixed;
  top: 15px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 999;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0px;
}
@media screen and (max-width: 980px) {
  .BlkAnchorArea.fixed .BlkAnchorArea__inner {
    top: 56px;
    padding-top: 0px;
  }
}
.BlkAnchorArea__inner {
  padding-top: 30px;
}
.anchorMenu { /* ul */
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transition: .2s opacity ease;
}
.anchorMenu.active {
  opacity: 1;
}
.anchorMenu.column_3 {
  max-width: 730px; /* 230 * 3 + 40 */
}
.anchorMenu.column_2 {
  max-width: 480px; /* 230 * 2 + 20 */
}
.anchorMenu.column_1 {}
.anchorMenu li {
  display: block;
  width: 100%;
  /* width:calc( (100% - 60px) / 4 ); */
  max-width: 230px;
  margin-right: 20px;
}
.anchorMenu li a {
  position: relative;
  z-index: 0;
}
.anchorMenu li:last-child {
  margin-right: 0;
}
.anchorMenu li a::after {
  content: '';
  background: url(/assets/images/faculty/medicine/BlkNews_item_bg.png) repeat;
  /* width: 308px; */
  width: 100%;
  /* height: 74px; */
  height: 50px;
  border-radius: 8px;
  position: absolute;
  right: -11px;
  bottom: -11px;
  z-index: -1;
}
.BlkAnchorArea.fixed .anchorMenu li a::after {
  display: none;
}
@media screen and (max-width: 480px) {
  .anchorMenu li {
    width: 100%;
    /* width:calc( (100% - 40px) / 4 ); */
  }
  .anchorMenu li a::after {
    right: -8px;
    bottom: -8px;
  }
}
.anchorMenu li a span {
  text-align: center;
  display: block;
  border: #1B4965 3px solid;
  border-radius: 6px;
  background-color: #FFF;
  color: #1B4965;
  padding: 15px 0;
  /* font-size: 2rem; */
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
  box-shadow: 3px 3px #fff;
  transition: 0.1s;
  z-index: 1;
}
.BlkAnchorArea.fixed .anchorMenu li a span {
  box-shadow: none;
}
.anchorMenu li a.current span {
  background-color: #1B4965;
  color: #fff;
}
@media screen and (min-width: 980.02px) {
  .anchorMenu li a:hover span {
    background-color: #1B4965;
    color: #fff;
  }
}
.BlkArticle .sAnchor {
  position: relative;
}
.BlkArticle .sAnchor::before {
  content: '';
  display: block;
  width: 10px;
  margin-top: -80px;
  height: 80px;
  position: relative;
  z-index: -10;
}
@media screen and (max-width: 980px) {
  .BlkArticle .sAnchor::before {
    margin-top: -60px;
    height: 60px;
  }
}
.BlkArticle .sAnchor + .BlkArticle__Contents--notLead {
  margin-top: 0px;
}
@media screen and (max-width: 980px) {
  .BlkArticle .sAnchor + .BlkArticle__Contents--notLead {
    margin-top: 0;
  }
}
/***** 2025.2 追加 *****/
.BlkArticle__listNone li, .BlkArticle__listNone2 li {
  padding-left: 0;
  margin-top: 15px;
}
.BlkArticle__listNone2 li {
  text-indent: -2.5em;
  padding-left: 2.5em;
}
.BlkArticle__listNone li:before, .BlkArticle__listNone2 li:before {
  display: none;
}
.BlkArticle__listNone li > ul, .BlkArticle__listNone2 li > ul {
  margin-top: 20px;
}
.BlkArticle__listNone li > ul > li, .BlkArticle__listNone2 li > ul > li {
  font-size: 1.6rem;
  font-weight: 300;
  color: #333;
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
  margin-top: 10px;
}
.win .BlkArticle__listNone li > ul > li, .win .BlkArticle__listNone2 li > ul > li {
  font-weight: 500;
}
.hiragino .BlkArticle__listNone li > ul > li, .hiragino .BlkArticle__listNone2 li > ul > li {
  font-weight: 300;
}
.BlkArticle__listNone li > ul > li:before {
  display: block;
}
.BlkArticle__listNone2 li > ul > li:before {
  display: none;
}
/********Adobe********/
.Blk__adobe {
  border-top: 4px solid #1B4965;
  padding: 30px 0 0;
  margin: 30px 0 0;
}
.Blk__adobe img {
  width: 112px;
  height: 33px;
  display: block;
  float: left;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 980px) {
  .Blk__adobe img {
    float: none;
    margin: 0 auto 20px;
  }
}
/********Adobe********/
@media screen and (max-width: 600px) {
  .BlkArticle .u-align_right {
    text-align: left;
  }
}
/***************************/

/*  .BlkArticle__figure_3column　*/
.BlkArticle__figure_3column {
  margin: 65px auto 0;
  /*padding: 0 0 30px;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.BlkArticle__figure_3column figure {
  max-width: 296px;
  text-align: center;
  margin: 0 auto 40px;
  float: none;
}
.BlkArticle__figure_3column img {
  max-height: 395px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.BlkArticle__figure_3column figure .BlkArticle__txtlink {
  margin: 20px 0 0;
}
.BlkArticle__figure_3column figure figcaption {
  text-align: left;
}
.hiragino .BlkArticle__figure_3column figure figcaption {
  /*font-weight: bold;*/
}
@media screen and (max-width: 1000px) {
  .BlkArticle__figure_3column {
    width: 660px;
    margin: 65px auto 0;
  }
}
@media screen and (max-width: 650px) {
  .BlkArticle__figure_3column {
    width: auto;
    margin: 65px 20px 0;
  }
  .BlkArticle__figure_3column figure {
    max-width: 296px;
    width: 100%;
  }
}

/*  .BlkArticle__figure_3column_2　*/
.BlkArticle__figure_3column_2 {
  width: 800px;
  margin: 65px auto 0;
  /*padding: 0 0 30px;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.BlkArticle__figure_3column_2 figure {
  max-width: 296px;
  text-align: center;
  margin: 0 auto 40px;
  float: none;
}
.BlkArticle__figure_3column_2 img {
  max-height: 395px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.BlkArticle__figure_3column_2 figure .BlkArticle__txtlink {
  margin: 20px 0 0;
}
.BlkArticle__figure_3column_2 figure figcaption {
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .BlkArticle__figure_3column_2 {
    width: 760px;
    margin: 65px auto 0;
  }
}
@media screen and (max-width: 800px) {
  .BlkArticle__figure_3column_2 {
    width: 600px;
    margin: 65px auto 0;
  }
}
@media screen and (max-width: 650px) {
  .BlkArticle__figure_3column_2 {
    width: auto;
    margin: 65px 20px 0;
  }
  .BlkArticle__figure_3column_2 figure {
    max-width: 296px;
    width: 100%;
  }
}

/*  .BlkArticle__figure_2col　　*/
.BlkArticle__figure_2col {
  margin: 65px auto 0;
  /*padding: 0 0 30px;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.BlkArticle__figure_2col figure {
  width: 435px;
  text-align: center;
  margin: 0 auto 40px;
  float: none;
}
.BlkArticle__figure_2col img {
  max-width: 435px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.BlkArticle__figure_2col figure .BlkArticle__txtlink {
  margin: 20px 0 0;
}
.BlkArticle__figure_2col figure figcaption {
  text-align: left;
}
.hiragino .BlkArticle__figure_2col figure figcaption {
  /*font-weight: bold;*/
}
@media screen and (max-width: 650px) {
  .BlkArticle__figure_2col {
    width: auto;
    margin: 65px 20px 0;
  }
  .BlkArticle__figure_2col figure {
    max-width: 435px;
    width: 100%;
  }
}
.BlkArticle .BlkArticle__imgLeft {
  margin-top: 60px;
}
@media screen and (max-width: 980px) {
  .BlkArticle .BlkArticle__imgLeft {
    margin: 40px auto;
    overflow: hidden;
  }
  .BlkArticle .BlkArticle__imgLeft figure {
    float: none;
  }
}
/***************************/
.BlkFeatured__3col {
  width: 980px;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: nowrap;
}
.BlkFeatured__3col li {
  width: 308px;
  display: flex;
  flex-direction: column;
}
.BlkFeatured__3col li .BlkArticle__btnlink {
  margin-top: auto;
}
.BlkFeatured__3col img {
  max-width: 308px;
  width: 100%;
  height: auto;
  display: block;
}
.BlkFeatured__3col h3 {
  margin: 0 0 30px;
}
.BlkFeatured__3col dd {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 20px 0;
}
.hiragino .BlkFeatured__3col dd {
  font-weight: 300;
}
@media screen and (max-width: 980px) {
  .BlkFeatured__3col {
    width: 660px;
    flex-wrap: wrap;
  }
  .BlkFeatured__3col li {
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 670px) {
  .BlkFeatured__3col {
    width: auto;
    margin: 60px 20px 0;
  }
  .BlkFeatured__3col li {
    width: auto;
    max-width: 408px;
    margin: 0 auto 50px;
  }
  .BlkFeatured__3col li:last-child {
    margin: 0 auto;
  }
  .BlkFeatured__3col img {
    max-width: 408px;
  }
}
.BlkOutline {
  width: 980px;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: nowrap;
}
.BlkOutline__left {
  width: 408px;
}
.BlkOutline__left img {
  max-width: 408px;
  width: 100%;
  height: auto;
  display: block;
}
.BlkOutline__right {
  width: 504px;
}
.BlkOutline__right p {
  margin: 0 0 20px;
}
@media screen and (max-width: 980px) {
  .BlkOutline {
    width: auto;
  }
  .BlkOutline {
    width: auto;
    flex-wrap: wrap;
  }
  .BlkOutline__left {
    width: auto;
    margin: 0 auto;
  }
  .BlkOutline__right {
    width: auto;
    margin: 20px auto 0;
  }
}
.BlkArticle__column3 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media screen and (max-width: 980px) {
  .BlkArticle__column3 {
    flex-wrap: wrap;
  }
}
.BlkArticle__column--item {
  width: calc(100%/3);
}
@media screen and (max-width: 980px) {
  .BlkArticle__column--item {
    width: 100%;
  }
}
.BlkArticle__column--item dl.mfield__list {}
.BlkArticle__column--item dl.mfield__list dd {
  font-size: 1.6rem;
  margin: 0 0 20px;
  line-height: 1.6;
}
.BlkArticle__column--item dl.mfield__list dd > .BlkArticle__listLink {
  text-indent: 1rem;
}
.BlkArticle__column--item .minor_descr {
  font-size: 1.6rem;
  line-height: 1.6;
}
/*.BlkArticle .sAnchor {
  position: relative;
}
.BlkArticle .sAnchor::before {
  content: '';
  display: block;
  width: 10px;
  margin-top: -80px;
  height: 80px;
  position: relative;
  z-index: -10;
}
@media screen and (max-width: 980px) {
  .BlkArticle .sAnchor::before {
    margin-top: -60px;
    height: 60px;
  }
}
.BlkArticle .sAnchor + .BlkArticle__Contents--notLead {
  margin-top: 0px;
}
@media screen and (max-width: 980px) {
  .BlkArticle .sAnchor + .BlkArticle__Contents--notLead {
    margin-top: 0;
  }
}
*/
a:hover img {
  opacity: .8;
}
.float-right {
  float: right;
}
@media screen and (max-width: 980px) {
  .float-right {
    float: none;
  }
}
.BlkArticle h2 > .small {
  font-size: 1.6rem;
  font-weight: normal;
  margin-left: 1em;
  vertical-align: text-bottom;
}

/*
20250701
*/

.BlkArticle .table__mask a {
    font-size: 1.6rem;
}
table.BlkArticle__tableNormal {
    font-size: 1.6rem;
}
table .BlkArticle__listNumber li {
    font-size: 1.6rem;
}
.BlkArticle__listAttention li {
    font-size: 1.6rem;
}
.BlkArticle .BlkArticle__txtAttention {
    font-size: 1.6rem;
}
table.BlkArticle__tableNormal th > p,
table.BlkArticle__tableNormal td > p {
    font-size: 1.6rem;
}

.u-icon_blank:after, .ico-blank:after {
  position: inherit;
}

.u-icon_pdf:after, .ico-pdf:after {
    position: relative;
    padding-left: 0px;
	bottom: 2px;
}
