@charset "UTF-8";
.sidebar2-nav__headline {
  color: #0482e3;
}

#academics-medicine .mod-subpage-keyvisual__image {
  background-image: url(../../img/pc/gakubu/kv-narita_igakuka.jpg);
  background-size: auto 100%;
  background-position: center center;
}
#topics .mod-subpage-keyvisual__image {
  background-image: url(../../img/pc/gakubu/kv-narita_about.jpg);
  background-size: auto 100%;
  background-position: center center;
}

.mod-header-sub--medicine {
  background-color: rgba(243, 249, 254, 0.8);
  color: #0482e3;
}

.mod-pagetab__list-item {
  width: 250px;
  align-items: stretch;
}
@media only screen and (max-width: 738px) {
  .mod-pagetab__list-item {
    width: 31.72%;
    min-height: 14.84375vw;
    height: auto;
  }
}
.mod-pagetab--medicine .mod-pagetab__list-item--active {
  background-color: #64b2ee;
}
.mod-pagetab--medicine .mod-pagetab__list-item--active .mod-pagetab__link {
  color: #fff;
}
@media only screen and (max-width: 738px) {
  .mod-pagetab__list-item--solo {
    width: 90%;
    height: 30px;
    margin: 0 auto;
    display: block;
  }
}
.mod-pagetab__link {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}
@media only screen and (max-width: 738px) {
  .mod-pagetab__link {
    height: 100%;
  }
}
.mod-pagetab--medicine .mod-pagetab__link {
  border-color: #0482e3;
  color: #0482e3;
}
.mod-pagetab--medicine .mod-pagetab__link:hover {
  background-color: #64b2ee;
  border-color: #64b2ee;
  color: #fff;
}

.mod-txt-1__head {
  margin-bottom: 55px;
}
@media only screen and (max-width: 738px) {
  .mod-txt-1__head {
    margin-bottom: 7.5vw;
  }
}

.mod-header3:before {
  height: 90%;
}

.mod-header5-1--medicine {
  background-color: rgba(243, 249, 254, 0.8);
}
.mod-header5-1--medicine:before {
  background-color: #0482e3;
}
.mod-header5-1--medicine .mod-heading5-1 {
  color: #0482e3;
}
.mod-header5-1--number-2:after {
  content: "2";
}
.mod-header5-1--number-3:after {
  content: "3";
}
.mod-header5-1--number-4:after {
  content: "4";
}
.mod-header5-1--number-5:after {
  content: "5";
}
.mod-header5-1--number-6:after {
  content: "6";
}

.mod-media1__list-item {
  width: auto;
}

.mod-media2__ribbon--medicine {
  background-color: #0482e3;
}
.mod-media2__ribbon--medicine:before {
  border-right-color: #0482e3;
  border-left-color: #0482e3;
}
.mod-media2__ribbon--medicine:after {
  border-bottom-color: #64B2EE;
}

.mod-table3--medicine thead th,
.mod-table3--medicine tbody th {
  background-color: #f3f9fe;
  border: 1px solid #e0e0e0;
}
.mod-table3--medicine tbody td {
  border: 1px solid #e0e0e0;
}
.mod-table3--teaching-staff tbody th {
  width: 50%;
}
.mod-table3--overseas tbody td {
  width: auto;
}
@media only screen and (max-width: 738px) {
  .mod-table3--overseas tbody td {
    font-size: 4vw;
  }
}
.mod-table3--overseas tbody td:last-child {
  text-align: left;
}

.mod-news__list {
  overflow-x: auto;
  overflow-y: auto;
  max-height: none;
}

.news .st-news__label-text {
  width: 112px;
  box-sizing: border-box;
  display: block;
  text-align: center;
  line-height: 1;
  font-size: 0.85714rem;
  padding: 7px 0 6px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
}
.news .st-news__list-item--pt .st-news__label-text {
  color: #4e81be;
  border-color: #4e81be;
}
.news .st-news__list-item--ot .st-news__label-text {
  color: #f98e2b;
  border-color: #f98e2b;
}
.news .st-news__list-item--mt .st-news__label-text {
  color: #a59aca;
  border-color: #a59aca;
}
.news .st-news__list-item--st .st-news__label-text {
  color: #34b393;
  border-color: #34b393;
}
.news .st-news__list-item--ns .st-news__label-text {
  color: #ea83b0;
  border-color: #ea83b0;
}
.news .st-news__list-item--igakubu .st-news__label-text {
  color: #15608b;
  border-color: #15608b;
}
.news .st-news__list-item--rt .st-news__label-text {
  color: #b95a89;
  border-color: #b95a89;
}
.news .st-news__list-item--ce .st-news__label-text {
  color: #8c6900;
  border-color: #8c6900;
}

.ex-media-1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 738px) {
  .ex-media-1 {
    flex-direction: column;
  }
}
.ex-media-1__img {
  width: 326px;
}
@media only screen and (max-width: 738px) {
  .ex-media-1__img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.ex-media-1__img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.ex-media-1__txt {
  width: calc(100% - 326px - 20px);
}
@media only screen and (max-width: 738px) {
  .ex-media-1__txt {
    width: 100%;
  }
}

.ex-media-2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 738px) {
  .ex-media-2 {
    display: block;
  }
}
.ex-media-2__clm-1 {
  width: 173px;
}
@media only screen and (max-width: 738px) {
  .ex-media-2__clm-1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 4vw;
  }
}
.ex-media-2__clm-2 {
  width: calc(100% - 173px - 32px);
}
@media only screen and (max-width: 738px) {
  .ex-media-2__clm-2 {
    width: 100%;
  }
}
.ex-media-2__clm-2 p:nth-of-type(n+2) {
  margin-top: 1em;
}
.ex-media-2__large {
  font-size: 120%;
}
.ex-media-2__small {
  font-size: 85%;
}
.ex-media-2__img {
  margin-bottom: 15px;
}
@media only screen and (max-width: 738px) {
  .ex-media-2__img {
    width: 29%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 738px) {
  .ex-media-2__profile {
    width: 68%;
    align-self: center;
  }
}

.ex-media-3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ex-media-3__item {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 738px) {
  .ex-media-3__item {
    width: calc(50% - 5px);
  }
}
.ex-media-3__item:nth-child(n+3) {
  margin-top: 20px;
}
@media only screen and (max-width: 738px) {
  .ex-media-3__item:nth-child(n+3) {
    margin-top: 3vw;
  }
}
.ex-media-3__item img {
  display: block;
  margin: 0 auto;
}
.ex-media-3__item figcaption {
  text-align: center;
}

.ex-media-4 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 738px) {
  .ex-media-4 {
    flex-direction: column;
  }
}
.ex-media-4__item {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 738px) {
  .ex-media-4__item {
    width: 100%;
  }
  .ex-media-4__item:nth-child(n+2) {
    margin-top: 3vw;
  }
}
.ex-media-4__item img {
  display: block;
  margin: 0 auto;
}

.ex-media-5:after {
  content: "";
  display: block;
  clear: both;
}
.ex-media-5__figure {
  width: 220px;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 738px) {
  .ex-media-5__figure {
    width: 35.9375vw;
    margin-left: 4.6875vw;
    margin-bottom: 4.6875vw;
  }
}

.ex-media-6 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.ex-media-6__item {
  width: 240px;
}
@media only screen and (max-width: 738px) {
  .ex-media-6__item {
    width: calc(50% - 1.5vw);
  }
}
.ex-media-6__item:nth-of-type(n+4) {
  margin-top: 30px;
}
@media only screen and (max-width: 738px) {
  .ex-media-6__item:nth-of-type(n+3) {
    margin-top: 3vw;
  }
}
.ex-media-6__figure {
  margin-bottom: 10px;
}
@media only screen and (max-width: 738px) {
  .ex-media-6__figure {
    margin-bottom: 1.5vw;
  }
}

.ex-media-7 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 738px) {
  .ex-media-7 {
    flex-direction: column;
    padding: 3vw;
    background-color: #e4edf5;
  }
}
.ex-media-7__figure {
  width: 326px;
}
@media only screen and (max-width: 738px) {
  .ex-media-7__figure {
    width: 100%;
    margin-bottom: 3vw;
  }
}
.ex-media-7__figure img {
  display: block;
  margin: 0 auto;
}
.ex-media-7__txt {
  box-sizing: border-box;
  background-color: #e4edf5;
  padding: 10px;
  width: calc(100% - 346px);
}
@media only screen and (max-width: 738px) {
  .ex-media-7__txt {
    padding: 0;
    width: 100%;
  }
}

.ex-media-8 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 738px) {
  .ex-media-8 {
    flex-direction: column;
  }
}
.ex-media-8__item {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 738px) {
  .ex-media-8__item {
    width: 100%;
  }
}
.ex-media-8__item:nth-of-type(n+3) {
  margin-top: 40px;
}
@media only screen and (max-width: 738px) {
  .ex-media-8__item:nth-of-type(n+2) {
    margin-top: 6vw;
  }
}
.ex-media-8__headline {
  margin-bottom: 10px;
}
@media only screen and (max-width: 738px) {
  .ex-media-8__headline {
    margin-bottom: 3vw;
  }
}
.ex-media-8__img {
  margin-bottom: 10px;
}
@media only screen and (max-width: 738px) {
  .ex-media-8__img {
    margin-bottom: 1.5vw;
  }
}
.ex-media-8__img img {
  display: block;
  margin: 0 auto;
}
.ex-media-8__list > li {
  text-indent: -1em;
  margin-left: 1em;
}
.ex-media-8__list > li:before {
  content: "◆";
  display: inline;
}

.ex-section-1 {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(4, 130, 227, 0.3);
}
@media only screen and (max-width: 738px) {
  .ex-section-1 {
    margin-top: 5vw;
    padding-top: 5vw;
  }
}
.ex-section-1--first {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.ex-section-1__headline {
  color: #0482e3;
  line-height: 1.7;
}
@media only screen and (max-width: 738px) {
  .ex-section-1__headline {
    font-size: 4.375vw;
    margin-bottom: 4.84375vw;
  }
}

.ex-heading-1 {
  color: #0482e3;
  font-size: 1.42857rem;
}

.ex-heading-2 {
  color: #0482e3;
  font-size: 1.2rem;
  text-indent: -1em;
  margin-left: 1em;
}
.ex-heading-2:before {
  content: "■";
  display: inline;
}

.ex-heading-3 {
  color: #333;
  font-size: 1rem;
  font-weight: bold;
  background-color: #eee;
  padding: 15px 10px;
  border-top: 1px dotted #333;
  border-bottom: 1px dotted #333;
}

.ex-policy-list > li {
  list-style: decimal;
  margin-left: 2em;
}
.ex-policy-list > li:nth-of-type(n+2) {
  margin-top: 1em;
}

.ex-tab-1 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: -5px -2px;
  flex-wrap: wrap;
}
.ex-tab-1__item {
  list-style: none;
  padding: 4px 26px;
  background-color: #93c4ea;
  color: #fff;
  margin: 5px 2px;
  cursor: pointer;
}
.ex-tab-1__item.isCurrent {
  background-color: #0482e3;
}
.ex-tab-1__content {
  display: none;
}
.ex-tab-1__content.isCurrent {
  display: block;
}

.ex-txt--link {
  color: #028BFF;
  transition: opacity 300ms;
}
.ex-txt--link:hover {
  opacity: 0.6;
}
.ex-txt--bold {
  font-weight: bold;
}
.ex-txt--right {
  text-align: right;
}
.ex-txt--link-blank {
  color: #028BFF;
  transition: opacity 300ms;
  padding-right: 17px;
  position: relative;
}
.ex-txt--link-blank:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
  height: 17px;
  background: url("../../media/common/icon_link.png") 0 0 no-repeat;
  margin-top: -8px;
}
.ex-txt--link-blank:hover {
  opacity: 0.6;
}
.ex-txt--underline {
  text-decoration: underline;
}

@media only screen and (max-width: 738px) {
  .ex-table-slide {
    overflow-x: scroll;
  }
}

.ex-caution-list__item {
  text-indent: -1em;
  margin-left: 1em;
}

.ex-dl-1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #0482e3;
}
.ex-dl-1 > dt {
  width: 100px;
  box-sizing: border-box;
  border: 1px solid #0482e3;
  text-align: center;
}
@media only screen and (max-width: 738px) {
  .ex-dl-1 > dt {
    width: 20vw;
  }
}
.ex-dl-1 > dd {
  width: calc(100% - 110px);
}
@media only screen and (max-width: 738px) {
  .ex-dl-1 > dd {
    width: calc(100% - 21vw);
  }
}

.ex-dl-2 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.ex-dl-2 > dt:nth-of-type(n+2), .ex-dl-2 > dd:nth-of-type(n+2) {
  border-top: 1px solid #0482e3;
  padding-top: 5px;
  margin-top: 5px;
}
@media only screen and (max-width: 738px) {
  .ex-dl-2 > dt:nth-of-type(n+2), .ex-dl-2 > dd:nth-of-type(n+2) {
    padding-top: 1.5vw;
    margin-top: 1.5vw;
  }
}
.ex-dl-2 > dt {
  width: 120px;
  box-sizing: border-box;
  color: #0482e3;
  text-align: left;
  padding-right: 10px;
}
@media only screen and (max-width: 738px) {
  .ex-dl-2 > dt {
    width: 25vw;
    padding-right: 3vw;
  }
}
.ex-dl-2 > dd {
  width: calc(100% - 120px);
}
@media only screen and (max-width: 738px) {
  .ex-dl-2 > dd {
    width: calc(100% - 25vw);
  }
}

.ex-report-list__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 738px) {
  .ex-report-list__item {
    display: block;
  }
}
.ex-report-list__item:nth-of-type(n+2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #666;
}
@media only screen and (max-width: 738px) {
  .ex-report-list__item:nth-of-type(n+2) {
    margin-top: 6vw;
    padding-top: 6vw;
  }
}
.ex-report-list__img {
  width: 284px;
}
@media only screen and (max-width: 738px) {
  .ex-report-list__img {
    width: 100%;
  }
}
.ex-report-list__img img {
  display: block;
  margin: 0 auto;
}
.ex-report-list__txt {
  width: calc(100% - 304px);
}
@media only screen and (max-width: 738px) {
  .ex-report-list__txt {
    width: 100%;
    margin-top: 3vw;
  }
}
.ex-report-list__outline {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ex-report-list__outline > dt:nth-of-type(n+2), .ex-report-list__outline > dd:nth-of-type(n+2) {
  margin-top: 1em;
}
.ex-report-list__outline > dt {
  width: 8em;
  font-weight: bold;
}
.ex-report-list__outline > dd {
  width: calc(100% - 8em);
}

.ex-report-img {
  padding-top: 138px;
  margin-top: -138px;
}
@media only screen and (max-width: 738px) {
  .ex-report-img {
    padding-top: 21.01339vw;
  }
}
.ex-report-img img {
  display: block;
  margin: 0 auto;
}
.ex-report-img a {
  display: block;
}
.ex-report-img figcaption {
  margin-top: 10px;
  text-align: center;
}
@media only screen and (max-width: 738px) {
  .ex-report-img figcaption {
    margin-top: 3vw;
  }
}

.ex-btn-1 {
  width: 100%;
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
}
.ex-btn-1 > a {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  background-color: #0482e3;
  color: #fff;
  line-height: 1.4;
  border-radius: 3px;
  font-weight: bold;
}
.ex-btn-1 > a:after {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform-origin: center center;
  transform: rotate(45deg);
  margin-left: 5px;
}
.ex-btn-1--camera > a:before {
  content: "\f030";
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 5px;
}

.ex-faq-1__q {
  position: relative;
  border-bottom: 1px dotted #0482e3;
  background-color: #D9ECFB;
  color: #333;
  padding: 20px 50px 20px 10px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
.ex-faq-1__q.isOpen, .ex-faq-1__q:hover {
  background-color: #0482e3;
  border-bottom-style: solid;
  color: #fff;
}
.ex-faq-1__q:before, .ex-faq-1__q:after {
  width: 15px;
  height: 2px;
  background-color: #0059b2;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  transition: all 0.2s ease-in-out;
}
.ex-faq-1__q:after {
  transform: rotate(-90deg);
}
.ex-faq-1__q.isOpen:after {
  transform: rotate(0);
}
.ex-faq-1__q > div {
  padding-left: 1em;
  position: relative;
}
.ex-faq-1__q > div:before {
  content: "Q";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ex-faq-1__a {
  padding: 20px;
  box-sizing: border-box;
  border: 2px solid #0482e3;
  border-top: none;
  display: none;
}
.ex-faq-1__a > div {
  position: relative;
  padding-left: 1em;
}
.ex-faq-1__a > div:before {
  content: "A";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}

/* css拡張の際は以下に記述する */
/*# sourceMappingURL=extend.css.map */

@media screen and (max-width: 738px) {
  .footer-pagetop {
      top: 1.71875vw;
      height: 11.25vw;
  }
  .sidebar2-nav {
  margin-bottom:0;
  }
  .sidebar2-nav__sublist-item {
      width: 50%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-top-width: 0;
      border-bottom: 1px solid #ececec;
      text-align: center;
  }
  .sidebar2-nav__sublist-item:nth-child(2n+1) {
      border-right: 1px solid #ececec;
  }
  .sidebar2-nav__sublist {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border-top: 1px solid #ececec;
  }
  .sidebar2-nav__link {
      display: block;
      padding-left: 20px;
      -webkit-transition: opacity 300ms;
      -o-transition: opacity 300ms;
      transition: opacity 300ms;
  }
  .sidebar2-nav__sublist-item--active {
      width: 50%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-top-width: 0;
      border-bottom: 1px solid #ececec;
      text-align: center;
  }

}

.pankuzu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  width: 1070px;
  padding: 20px 0 0 10px;
  font-size: 90%;
}

.pankuzu ul li {
display: inline;
}

.pankuzu ul li a:link {
text-decoration: none;
}

.pankuzu ul li:not(:last-child):after {
content: ">";
margin: 0 0.5rem;
}