@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");
header .container .row .icon-social .language a:hover, .has-mega-menu a:after, ol.pagination li a:hover, ol.pagination li a.current:hover, ol.pagination li a.active:hover, .see-more a:hover, .outline .col-sm-12.col-md-10 ul li a, .education .col-sm-12.col-md-10 ul li a, .research .col-sm-12.col-md-10 ul li a, .social .col-sm-12.col-md-10 ul li a, .admission .col-sm-12.col-md-10 ul li a, .outline-en .col-sm-12.col-md-10 ul li a, .prospective-students-en .col-sm-12.col-md-10 ul li a, .research-en .col-sm-12.col-md-10 ul li a, .left-hot-news .left-info li a:hover, .post-menu ul li a:hover {
  transition: all 0.3s ease; }

.dl-vertical, .dl-horizontal, .no-liststyle, .link-list, .content-news dl, .page-link-horizontal, .subject-gray-dl {
  padding-left: 0; }

body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #333;
  min-width: 320px;
  font-size: 14px; }

a {
  color: #005bac; }

a img:hover {
  opacity: 0.8; }

.font-en {
  font-family: HelveticaNeue;
  letter-spacing: .2em; }

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifJP-Regular.woff2") format("woff2"), url("../fonts/NotoSerifJP-Regular.woff") format("woff"), url("../fonts/NotoSerifJP-Regular.ttf") format("truetype");
  font-display: swap; }

ul, dl, ol {
  margin-bottom: 1em;
  padding: 0 2em; }

h4 {
  margin-bottom: 1em; }

/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
  margin: 0 0 1.5em 0; }

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.alignnone, img.alignnone {
  /* not sure about this one */ }

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px; }

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0; }

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  margin: 0; }

.wp-smiley {
  margin: 0 !important;
  max-height: 1em; }

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left; }

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right; }

header .container .row .logo {
  padding: .5rem 1rem; }

header .container .row .icon-social {
  padding-top: 2rem;
  display: inline;
  text-align: right; }
  header .container .row .icon-social ul {
    display: inline-block;
    padding-right: 15px;
    margin: 0; }
    header .container .row .icon-social ul li {
      list-style: none;
      display: inline;
      margin-right: 10px; }
      header .container .row .icon-social ul li .fa-facebook {
        background-color: #3b579d; }
      header .container .row .icon-social ul li .fa {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: black;
        color: white;
        text-align: center;
        line-height: 28px; }
      header .container .row .icon-social ul li .fa-twitter {
        background-color: #1da1f2; }
      header .container .row .icon-social ul li a {
        text-decoration: none; }
  header .container .row .icon-social .language {
    display: inline;
    font-size: 14px; }
    header .container .row .icon-social .language a {
      display: inline-block;
      border-radius: 20px;
      color: #0e4e82;
      background-color: transparent;
      border: solid 1px #005bac;
      padding: 7px 15px;
      font-weight: 700; }
      header .container .row .icon-social .language a:before {
        font-size: 18px;
        padding-right: 5px; }
    header .container .row .icon-social .language a:hover {
      background-color: #0e4e82;
      color: #fff;
      text-decoration: none; }

@media only screen and (max-width: 992px) {
  header .container .row .logo {
    margin: 0rem 0 0 0; }
  header .container .row .icon-social {
    padding-top: 0;
    padding-bottom: 1rem;
    margin-top: -65px; } }

@media only screen and (max-width: 767px) {
  header .container .row .icon-social {
    margin-top: 0px; } }

@media only screen and (max-width: 576px) {
  header .container .row ul {
    display: block;
    float: none; }
  header .container .row .language {
    float: none;
    display: block; } }

.g-nav-area {
  background-color: #0e4e82; }
  .g-nav-area .container .row .navbar ul li {
    font-size: 16px;
    padding: 5px 60px;
    border-left: solid thin #f1f5f8;
    border-right: solid thin #f1f5f8; }
    .g-nav-area .container .row .navbar ul li a {
      color: white; }

.global-list {
  width: 100%;
  border-top: 5px solid #2f9000;
  border-bottom: 1px solid #ccc;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+55,ebebeb+56,ebebeb+56,fefefe+100 */
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #f6f6f6 55%, #ebebeb 56%, #ebebeb 56%, #fefefe 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #f6f6f6 55%, #ebebeb 56%, #ebebeb 56%, #fefefe 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #f6f6f6 55%, #ebebeb 56%, #ebebeb 56%, #fefefe 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fefefe', GradientType=0);
  /* IE6-9 */ }

#main-menu {
  width: 100%; }

#main-menu li {
  font-size: .9em;
  font-size: 16px; }

/*#main-menu > li:hover {
    background-color: rgba(47,144,0,.2);
}*/
.mega-menu {
  font-size: 1.15em; }

#main-menu .mega-menu a:hover {
  color: #0e4e82; }

.sm-blue a {
  margin-top: 12px;
  margin-bottom: 2px;
  /*padding-bottom: 15px;*/
  color: #fff; }

.mm-heading {
  color: #0e4e82;
  font-weight: bold; }

.mm-heading a {
  text-decoration: none; }

#main-menu .mega-menu a {
  font-size: 14px; }

.mm-heading-arrow:after {
  font-family: FontAwesome;
  content: "\f152";
  padding-left: 5px; }

.main-nav {
  width: 100%; }

#main-menu:before {
  background: none; }

.has-mega-menu a:after {
  content: "";
  width: 0;
  display: block;
  margin: 0 auto;
  margin-top: 5px;
  background-color: #fff;
  /* 線色 */
  border-radius: 2px;
  /* 線幅の半分 */
  height: 4px;
  /* 線幅 */ }

.has-mega-menu a:hover:after, a.active:after {
  width: 80%;
  text-align: center; }

.mega-menu a:after {
  background-color: #0e4e82;
  /* 線色 */ }

.mega-menu a:hover:after {
  max-width: 100%;
  text-align: center; }

.sm-blue a span.sub-arrow {
  display: none; }

.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active {
  padding-top: 0;
  padding-bottom: 0; }

@media (max-width: 767px) {
  .global-list {
    background: #eee; }
  #main-menu > li > a {
    border-bottom: 1px solid #fff;
    padding-left: 15px;
    padding-right: 15px; }
  #main-menu .mega-menu {
    padding: 20px;
    background: #fff; }
  #main-menu .mega-menu .column-3 {
    padding-left: 30px; }
  .mm-heading-2 {
    margin-top: .1em;
    margin-bottom: .6em; }
  .main-menu-btn-icon:after {
    background: #fff; }
  .sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active {
    padding-bottom: 15px; }
  .sm-blue a span.sub-arrow {
    display: block; }
  .has-mega-menu a:after {
    content: none; }
  .has-mega-menu a:before {
    font-family: fontawesome;
    content: "\f105";
    color: #0e4e82;
    margin-right: 5px; } }

@media (min-width: 768px) {
  #main-menu {
    width: 100%; }
  #main-menu .mega-menu {
    padding: 20px 50px;
    background-color: rgba(237, 237, 237, 0.95); }
  .sm-blue > li {
    width: 20%;
    border-right: 1px solid #5783a8; }
  .sm-blue > li:first-child {
    border-left: 1px solid #5783a8; }
  .sm-blue > li:last-child {
    border-right: 1px solid #5783a8; }
  .sm-blue a {
    text-align: center; }
  #main-menu .mega-menu ul li {
    list-style-type: none; }
  .mm-heading {
    width: 14%;
    height: 100%;
    padding-right: 1%;
    float: left; }
  #main-menu .mega-menu .column-3 {
    float: left;
    display: block;
    text-align: center;
    width: 33%; }
  .mm-heading + .column-3 {
    padding-left: 1%;
    border-left: 1px solid #0e4e82; }
  .mm-heading-2 + .mm-heading-2 {
    margin-top: 1em; }
  .column-3 li {
    /*font-size: .8em;*/ } }

.gsc-control-cse {
  padding: 0 !important; }

.form.gsc-search-box {
  padding: 0;
  margin: 0; }

.gsc-clear-button {
  display: none; }

.gsc-input {
  padding-top: 0;
  margin-top: 0; }

.gsc-input-box {
  padding-top: 0;
  margin-top: 0;
  height: 26px !important; }

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
  height: auto !important;
  width: auto !important; }

.gsc-input-box table {
  margin: 0 !important; }

.gsib_a {
  padding-bottom: 4px 6px -1px 4px !important; }

nav#breadcrumbs {
  background-color: #f1f1f1; }
  nav#breadcrumbs ol {
    width: 100%;
    margin: 0 auto;
    padding: 6px 15px; }
    nav#breadcrumbs ol li {
      display: inline;
      font-size: 12px;
      list-style-type: none; }
      nav#breadcrumbs ol li:before {
        content: "　>　"; }
      nav#breadcrumbs ol li:first-child:before {
        content: ""; }

@media only screen and (min-width: 1200px) {
  nav#breadcrumbs ol {
    max-width: 1170px; } }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  nav#breadcrumbs ol {
    max-width: 960px; } }

@media only screen and (min-width: 768px) and (max-width: 992px) {
  nav#breadcrumbs ol {
    max-width: 720px; } }

@media only screen and (min-width: 576px) and (max-width: 768px) {
  nav#breadcrumbs ol {
    max-width: 540px; } }

.gray {
  background-color: #e7e7e7; }
  .gray .container {
    text-align: justify;
    padding-top: 20px;
    padding-bottom: 30px;
    line-height: 0;
    font-size: 0em; }
    .gray .container a {
      display: inline-block; }
      .gray .container a img {
        margin-top: 10px; }
    .gray .container:after {
      width: 100%;
      /* Ensures justification for single lines */
      display: inline-block;
      content: ''; }

footer {
  background-color: #0e4e82; }
  footer .container .row {
    padding-top: 15px;
    padding-bottom: 20px; }
    footer .container .row .col-footer ul {
      padding: 0;
      line-height: 25px;
      color: #fff; }
      footer .container .row .col-footer ul li {
        list-style: none;
        font-size: 14px;
        font-weight: 700;
        display: block;
        margin-bottom: 5px; }
        footer .container .row .col-footer ul li a {
          color: white; }
      footer .container .row .col-footer ul .sub {
        font-size: 12px;
        line-height: 20px;
        padding-left: 10px; }
    footer .container .row .col-footer dl {
      color: #fff;
      padding: 0; }
      footer .container .row .col-footer dl a {
        color: #fff; }
      footer .container .row .col-footer dl dt {
        font-size: 14px;
        margin-bottom: .8rem; }
      footer .container .row .col-footer dl dd {
        font-size: 12px;
        line-height: 1rem; }
      footer .container .row .col-footer dl dd:before {
        font-family: fontawesome;
        content: "\f105";
        margin-right: 5px; }
  footer .container .row1 {
    border-bottom: solid 1px #3e719b;
    padding-top: 3rem;
    padding-bottom: 2rem; }
  footer .container .col-left-footer {
    color: white;
    float: left;
    font-size: 14px;
    line-height: 1.8rem; }
    footer .container .col-left-footer span {
      /*font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
      font-size: 18px; }
  footer .container .col-right-footer {
    color: white;
    text-align: right;
    line-height: 1.8rem; }
    footer .container .col-right-footer a {
      color: white;
      margin-left: 15px;
      display: inline-block;
      font-size: 14px; }
      footer .container .col-right-footer a:before {
        padding-left: 7px;
        float: right; }
    footer .container .col-right-footer p {
      font-size: 12px; }

@media only screen and (max-width: 992px) {
  footer .container .row {
    padding-top: 2rem; }
  footer .container .row1 {
    display: none; }
  .gray .container {
    text-align: center; }
    .gray .container a img {
      margin-left: 10px;
      margin-right: 10px; } }

@media only screen and (max-width: 992px) {
  .gray img {
    text-align: center; }
  footer .container .col-left-footer, footer .container .col-right-footer {
    text-align: center; } }

.backtotop {
  position: fixed;
  right: 30px;
  bottom: 300px;
  z-index: 9000;
  display: none; }
  .backtotop a {
    text-align: center;
    display: inline-block;
    padding: .5rem .8rem;
    background-color: rgba(0, 91, 172, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff; }

@media only screen and (min-width: 1400px) {
  .backtotop {
    right: 12%; } }

@media only screen and (max-width: 767px) {
  .backtotop {
    bottom: 100px; } }

ol.pagination {
  padding: 0;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  margin-bottom: 2em; }
  ol.pagination li {
    margin: 0 2px; }
    ol.pagination li a {
      display: inline-block;
      border: 1px solid #005bac;
      padding: 6px 14px; }
      ol.pagination li a:hover {
        background-color: #005bac;
        color: #fff;
        text-decoration: none; }
      ol.pagination li a i {
        font-size: 120%; }
    ol.pagination li a.current {
      background-color: #005bac;
      color: #fff; }
      ol.pagination li a.current:hover {
        opacity: .8; }
    ol.pagination li a.active {
      border-color: #e7e7e7;
      background-color: #e7e7e7; }
      ol.pagination li a.active:hover {
        background-color: #005bac; }

/*add-footer-style*/
.col-footer {
  width: 20%;
  box-sizing: border-box; }
  .col-footer dd {
    margin-left: 5px; }

.foot-info-box {
  display: block; }
  .foot-info-box .policy, .foot-info-box .copy {
    display: inline-block; }
  .foot-info-box .policy {
    margin-bottom: 0;
    margin-right: 1rem; }
  .foot-info-box .policy:after {
    content: "";
    display: inline-block;
    height: 12px;
    border-right: 1px solid #fff;
    margin-left: 15px; }

@media screen and (max-width: 487px) {
  .foot-info-box .policy {
    display: block; }
  .foot-info-box .policy:after {
    content: "";
    display: none;
    height: 12px;
    border-right: none;
    margin-left: 0px; } }

@media only screen and (min-width: 768px) {
  .mceContentBody {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    margin: 0 auto; }
  .content-body .col-sm-12.col-md-10, .mceContentBody .col-sm-12.col-md-10 {
    flex: 0 0 100%;
    max-width: 100%; }
  .content-body .col-sm-12.col-md-10, .mceContentBody .col-sm-12.col-md-10 {
    padding: 0 8.333%; }
  /*.books, .seminar, .public-events {
        .content-body {
            .col-sm-12.col-md-10 {
                padding: 0;
            }
        }
    }*/ }

@media only screen and (max-width: 768px) {
  .col-sm-12.col-md-10 {
    padding: 0 15px; } }

p {
  margin-bottom: 1em; }

.content-body, .mceContentBody {
  margin-bottom: 3em; }
  .content-body .col-sm-12.col-md-10, .mceContentBody .col-sm-12.col-md-10 {
    margin-bottom: 30px; }
  .content-body h3, .mceContentBody h3 {
    position: relative;
    padding-bottom: .5em;
    border-bottom: 3px solid #f1f1f1;
    font-size: 20px;
    font-weight: bold;
    margin: 0 -8.333% 1em -8.333%; }
  .content-body h3::after, .mceContentBody h3::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 2;
    content: '';
    width: 7.1%;
    height: 3px;
    background-color: #0e4e82; }
  .content-body p + h3, .mceContentBody p + h3 {
    margin-top: 1.5em; }
  .content-body h4, .mceContentBody h4 {
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto .5em auto; }
  .content-body .frame-text + h4, .mceContentBody .frame-text + h4 {
    margin-top: 1em; }
  .content-body h5, .mceContentBody h5 {
    display: inline-block;
    padding: 0 5px;
    position: relative;
    color: #0e4e82;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto .5em auto;
    left: 20px;
    width: calc(100% - 20px); }
  .content-body h5:before, .mceContentBody h5:before {
    background: #0e4e82;
    padding-left: 20px;
    content: "";
    display: block;
    position: absolute;
    top: 40%;
    height: 3px;
    right: 100%; }
  .content-body p + h5, .mceContentBody p + h5 {
    margin-top: .5em; }
  .content-body table, .mceContentBody table {
    margin: 0 0 1rem 0;
    width: 100%;
    border-top: 1px solid #ccc;
    box-sizing: border-box; }
    .content-body table th, .mceContentBody table th {
      max-width: 100%;
      border: 1px solid #ccc;
      background-color: #fbfbfb;
      padding: .7rem;
      vertical-align: top; }
    .content-body table td, .mceContentBody table td {
      max-width: 100%;
      padding: .7rem;
      border: 1px solid #ccc; }

@media only screen and (max-width: 768px) {
  .content-body h3, .mceContentBody h3 {
    margin-left: 0;
    margin-right: 0;
    font-size: 18px; } }

img.frame {
  border: 1px solid #f1f1f1; }

.frame-text {
  border: 2px solid #f1f1f1;
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 5px; }
  .frame-text p {
    margin: 0; }

.quote-text {
  border: 1px solid #f1f1f1;
  background-color: #fbfbfb;
  padding: 1em;
  border-radius: 6px;
  font-style: oblique;
  color: #888; }

.small-text {
  font-size: 12px; }

.menu-category {
  height: 170px;
  background-image: url(../images/title-img/internal.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .menu-category p {
    color: #fff;
    text-shadow: 0 0 2px #000;
    font-size: 21px;
    line-height: 170px; }

.menu-category.outline {
  background-image: url(../images/title-img/outline.jpg);
  background-position: right center; }

.menu-category.education {
  background-image: url(../images/title-img/education.jpg); }

.menu-category.research {
  background-image: url(../images/title-img/research.jpg); }

.menu-category.social {
  background-image: url(../images/title-img/social.jpg); }

.menu-category.admission {
  background-image: url(../images/title-img/admission.jpg); }

.menu-category.internal {
  background-image: url(../images/title-img/internal.jpg); }

.menu-category.outline-en {
  background-image: url(../images/title-img/outline.jpg);
  background-position: right center; }

.menu-category.prospective-students-en {
  background-image: url(../images/title-img/admission.jpg);
  background-position: right center; }

.menu-category.research-en {
  background-image: url(../images/title-img/research.jpg); }

.page-title {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 20px; }
  .page-title h2 {
    text-align: center;
    /*  font-family: 'Noto Serif Japanese', serif; */
    font-style: normal;
    font-weight: 400;
    /*  font-size: 21px; */
    font-size: 22px;
    margin: 14px auto;
    padding: .5rem 0;
    letter-spacing: 3px; }

@media only screen and (max-width: 768px) {
  .page-title h2 {
    font-size: 18px;
    letter-spacing: 0; } }

.dl-vertical {
  padding-top: .5em; }
  .dl-vertical dt {
    font-weight: bold;
    margin-bottom: 1em; }

.dl-horizontal dt {
  width: 10em;
  float: left; }

.dl-horizontal dd {
  padding-left: 10.5em; }

ul.no-liststyle {
  list-style-type: none; }

ul.link-list {
  margin-bottom: 3em; }
  ul.link-list li {
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 1em; }
  ul.link-list li.pdf {
    list-style-type: none;
    padding: 0 0 0 24px;
    background: url(../images/Adobe_PDF_file_icon_24x24.png) left 4px no-repeat;
    background-size: 18px auto; }

ol {
  padding-top: .5em; }
  ol li {
    margin-bottom: .5em; }

hr.no-display {
  border-color: #fff; }

.anker-link::after {
  font-family: FontAwesome;
  content: "\f107";
  display: inline-block;
  padding-left: 10px; }

.internal-link::after {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px; }

.external-link::after {
  font-family: FontAwesome;
  content: "\f08e";
  display: inline-block;
  padding-left: 10px; }

a[href$='.pdf'] {
  padding-right: 1.5em;
  background: transparent url(../images/icon/icon_pdf.png) no-repeat center right; }

a[href$='.xls'] {
  padding-right: 1.5em;
  background: transparent url(../images/icon/icon_xls.png) no-repeat center right; }

a[href$='.xlsx'] {
  padding-right: 1.5em;
  background: transparent url(../images/icon/icon_xls.png) no-repeat center right; }

a[href$='.ppt'] {
  padding-right: 1.5em;
  background: transparent url(../images/icon/icon_ppt.png) no-repeat center right; }

a[href$='.pptx'] {
  padding-right: 1.5em;
  background: transparent url(../images/icon/icon_ppt.png) no-repeat center right; }

a[href$='.doc'] {
  padding-right: 1.5em;
  background: transparent url(../images/icon/icon_doc.png) no-repeat center right; }

a[href$='.docx'] {
  padding-right: 1.5em;
  background: transparent url(../images/icon/icon_doc.png) no-repeat center right; }

h4.subject-color, .subject-color {
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 13px; }

h4.subject-color {
  display: inline; }

.color-purple {
  background-color: #910d77 !important;
  color: #fff; }

.color-blue {
  background-color: #0d7091 !important;
  color: #fff; }

.color-green {
  background-color: #137f01 !important;
  color: #fff; }

.color-yellow {
  background-color: #91740d !important;
  color: #fff; }

.color-red {
  background-color: #ad070b !important;
  color: #fff; }

.content-body p.fellows-city, .mceContentBody p.fellows-city {
  margin: 1em 0; }

.content-body p.name-furigana, .mceContentBody p.name-furigana {
  margin: 1.5em 0 .5em 0; }

.name-furigana {
  font-family: 'Noto Serif Japanese', serif;
  font-style: oblique; }

.see-more {
  width: 100%;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 50px; }
  .see-more a {
    display: inline-block;
    width: 100%;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    border: solid thin #b2cde6; }
  .see-more a:hover {
    background-color: #0e4e82;
    color: #fff;
    text-decoration: none; }

.page-link-btn {
  background-color: #005bac;
  border-radius: 6px;
  background-image: url(../images/page-link-btn.png);
  background-repeat: no-repeat;
  background-position: left center;
  text-align: center;
  color: #fff;
  padding-top: 1em;
  padding-bottom: 1em;
  display: block;
  font-family: 'Noto Serif Japanese', serif;
  font-size: 21px;
  margin: 40px 0; }

a.page-link-btn:hover {
  opacity: .8;
  color: #fff;
  text-decoration: none; }

.more-link {
  background-color: #005bac;
  padding: 10px 100px;
  color: #fff;
  border-radius: 4px;
  background-image: url(../images/page-link-btn.png);
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block; }

.more-link:hover {
  color: #fff;
  opacity: .8;
  text-decoration: none; }

@media only screen and (max-width: 576px) {
  .more-link {
    padding: 10px;
    background-image: none; } }

.block-page-link {
  border: 8px solid #f1f1f1;
  padding: 20px;
  margin-bottom: 10px; }
  .block-page-link::after {
    display: table;
    clear: both;
    content: ''; }
  .block-page-link h3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .block-page-link .content-news dl {
    margin-bottom: 3em; }
  .block-page-link .content-news h3 + dl {
    margin-bottom: 1em; }
  .block-page-link .content-news .meta {
    margin-bottom: 1em; }

.subject-gray-dl, .content-news dl.subject-gray-dl {
  margin-bottom: 0;
  padding: 0; }
  .subject-gray-dl dt, .content-news dl.subject-gray-dl dt {
    display: block;
    width: 120px;
    float: left;
    background-color: #f1f1f1;
    border-radius: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    margin: 0 10px 0 0; }
  .subject-gray-dl dd, .content-news dl.subject-gray-dl dd {
    display: block;
    padding-left: 130px;
    padding-top: 5px;
    padding-bottom: 5px; }
    .subject-gray-dl dd.name, .content-news dl.subject-gray-dl dd.name {
      font-weight: bold;
      font-size: 16px; }

.content-news dd h4 {
  background: none;
  padding: 0;
  font-weight: normal;
  margin: 0 0 1em 0; }

.content-news dl.subject-gray-dl.seminar {
  margin-bottom: 2em; }
  .content-news dl.subject-gray-dl.seminar dd.summary {
    font-weight: bold; }
  .content-news dl.subject-gray-dl.seminar dt.detail {
    font-weight: normal; }

@media only screen and (max-width: 768px) {
  .block-page-link {
    padding: 20px; }
  .subject-gray-dl dt.url {
    float: none; }
  .subject-gray-dl dd.url {
    display: block;
    padding-left: 1em;
    font-size: 11px; }
  .content-news dl.subject-gray-dl.seminar dt {
    float: none; }
  .content-news dl.subject-gray-dl.seminar dd {
    display: block;
    padding-left: 1em; } }

@media only screen and (max-width: 576px) {
  ul {
    padding-left: 1em; }
  .block-page-link h4.fellows-cat {
    font-size: 80%;
    padding: 5px; }
  .block-page-link .fellows-city {
    margin-top: .5em; }
  .block-page-link img.alignright {
    float: none;
    display: block;
    margin: 0 auto 1em auto; } }

.dl-vertical + h3, .block-page-link + h3 {
  margin-top: 2em; }

.outline .col-sm-12.col-md-10 ul, .education .col-sm-12.col-md-10 ul, .research .col-sm-12.col-md-10 ul, .social .col-sm-12.col-md-10 ul, .admission .col-sm-12.col-md-10 ul, .outline-en .col-sm-12.col-md-10 ul, .prospective-students-en .col-sm-12.col-md-10 ul, .research-en .col-sm-12.col-md-10 ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch; }
  .outline .col-sm-12.col-md-10 ul li, .education .col-sm-12.col-md-10 ul li, .research .col-sm-12.col-md-10 ul li, .social .col-sm-12.col-md-10 ul li, .admission .col-sm-12.col-md-10 ul li, .outline-en .col-sm-12.col-md-10 ul li, .prospective-students-en .col-sm-12.col-md-10 ul li, .research-en .col-sm-12.col-md-10 ul li {
    width: 46%;
    margin: 0 2% 1em 2%;
    list-style-type: none;
    text-align: center;
    /*&::before {
                    font-family: FontAwesome;
                    content: "\f107";
                    display: inline-block;
                    color: $main-color;
                }*/ }
    .outline .col-sm-12.col-md-10 ul li a, .education .col-sm-12.col-md-10 ul li a, .research .col-sm-12.col-md-10 ul li a, .social .col-sm-12.col-md-10 ul li a, .admission .col-sm-12.col-md-10 ul li a, .outline-en .col-sm-12.col-md-10 ul li a, .prospective-students-en .col-sm-12.col-md-10 ul li a, .research-en .col-sm-12.col-md-10 ul li a {
      display: block;
      padding-top: 2em;
      padding-bottom: 2em;
      text-align: center;
      text-decoration: none;
      position: relative;
      z-index: 2;
      background-color: #fff;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
      color: #333; }
      .outline .col-sm-12.col-md-10 ul li a:hover, .education .col-sm-12.col-md-10 ul li a:hover, .research .col-sm-12.col-md-10 ul li a:hover, .social .col-sm-12.col-md-10 ul li a:hover, .admission .col-sm-12.col-md-10 ul li a:hover, .outline-en .col-sm-12.col-md-10 ul li a:hover, .prospective-students-en .col-sm-12.col-md-10 ul li a:hover, .research-en .col-sm-12.col-md-10 ul li a:hover {
        background-color: #0e4e82;
        color: #fff;
        padding-top: 1.5em;
        padding-bottom: 2.5em; }
      .outline .col-sm-12.col-md-10 ul li a:hover::before, .education .col-sm-12.col-md-10 ul li a:hover::before, .research .col-sm-12.col-md-10 ul li a:hover::before, .social .col-sm-12.col-md-10 ul li a:hover::before, .admission .col-sm-12.col-md-10 ul li a:hover::before, .outline-en .col-sm-12.col-md-10 ul li a:hover::before, .prospective-students-en .col-sm-12.col-md-10 ul li a:hover::before, .research-en .col-sm-12.col-md-10 ul li a:hover::before {
        position: absolute;
        top: 40%;
        left: 48%;
        font-family: FontAwesome;
        content: "\f107";
        font-size: 200%;
        display: inline-block;
        color: #fff; }

@media only screen and (max-width: 576px) {
  .outline .col-sm-12.col-md-10 ul li, .education .col-sm-12.col-md-10 ul li, .research .col-sm-12.col-md-10 ul li, .social .col-sm-12.col-md-10 ul li, .admission .col-sm-12.col-md-10 ul li, .outline-en .col-sm-12.col-md-10 ul li, .prospective-students-en .col-sm-12.col-md-10 ul li, .research-en .col-sm-12.col-md-10 ul li {
    width: 100%;
    margin-left: 0;
    margin-right: 0; } }

#slider {
  margin-bottom: 40px; }
  #slider .swiper-slide {
    height: 340px;
    font-family: 'Noto Serif Japanese', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
    font-size: 30px;
    color: #fff;
    text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000; }
  #slider .slide1 {
    background: url(../images/slide1.jpg);
    background-size: cover;
    background-position: center; }
    #slider .slide1 h2 {
      margin-top: 150px; }
  #slider .slide2 {
    background: url(../images/slide2.jpg);
    background-size: cover;
    background-position: center; }
    #slider .slide2 h2 {
      margin-top: 140px; }
  #slider .slide3 {
    background: url(../images/slide3.jpg);
    background-size: cover;
    background-position: center; }
    #slider .slide3 h2 {
      margin-top: 140px; }
  #slider h2 {
    font-weight: 300; }

@media all and (-ms-high-contrast: none) {
  #slider .swiper-slide {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; } }

#slider {
  width: 100%;
  text-align: center; }
  #slider .swiper-button-next {
    display: none; }
  #slider .swiper-button-prev {
    display: none; }
  #slider .swiper-container .swiper-wrapper .swiper-slide {
    margin-right: 0px; }

@media only screen and (max-width: 767px) {
  #slider .swiper-slide h2 {
    font-size: 20px;
    padding: 0 1.5rem; }
  #slider .slide1 h2 {
    margin-top: 160px; }
  #slider .slide2 h2 {
    margin-top: 140px; }
  #slider .slide3 h2 {
    margin-top: 140px; }
  #slider .slide4 h2 {
    top: 200px;
    left: 10px;
    bottom: 0px;
    font-size: 16px;
    line-height: 1.6rem; } }

@media only screen and (max-width: 576px) {
  #slider .swiper-slide {
    height: 260px; }
    #slider .swiper-slide h2 {
      font-size: 16px;
      padding: 0 1rem; }
  #slider .slide1 {
    background: url(../images/slide1-576.jpg);
    background-size: cover;
    background-position: center; }
    #slider .slide1 h2 {
      margin-top: 120px; }
  #slider .slide2 {
    background: url(../images/slide2-576.jpg);
    background-size: cover;
    background-position: center; }
    #slider .slide2 h2 {
      margin-top: 120px; }
  #slider .slide3 {
    background: url(../images/slide3-576.jpg);
    background-size: cover;
    background-position: center; }
    #slider .slide3 h2 {
      margin-top: 120px; }
  #slider .slide4 {
    background: url(../images/slide4-576.jpg);
    background-size: cover;
    position: relative;
    background-position: center; }
    #slider .slide4 h2 {
      top: 150px;
      left: 5px;
      bottom: 0px;
      font-size: 13px;
      line-height: 1.3rem; } }

.left-hot-news {
  padding-top: 10px; }
  .left-hot-news .left-info {
    margin: 0 auto 2rem auto;
    max-width: 260px; }
    .left-hot-news .left-info ul {
      padding: 0;
      margin: 0;
      border: thin solid #005bad;
      list-style-type: none; }
    .left-hot-news .left-info li {
      border-bottom: thin solid #005bad; }
      .left-hot-news .left-info li a {
        display: inline-block;
        width: 100%;
        padding: 10px; }
      .left-hot-news .left-info li a:hover {
        color: #fff;
        background-color: #0e4e82;
        text-decoration: none; }
    .left-hot-news .left-info .icon-user a:before {
      display: inline-block;
      font-family: fontawesome;
      content: "\f2bd";
      margin-right: 5px; }
    .left-hot-news .left-info .icon-link-square a:before {
      display: inline-block;
      font-family: fontawesome;
      content: "\f14c";
      margin-right: 5px; }
    .left-hot-news .left-info .icon-download a:before {
      display: inline-block;
      font-family: fontawesome;
      content: "\f019";
      margin-right: 5px; }
    .left-hot-news .left-info .icon-pencil a:before {
      display: inline-block;
      font-family: fontawesome;
      content: "\f044";
      margin-right: 5px; }
    .left-hot-news .left-info .user-circle-o a:before {
      display: inline-block;
      font-family: fontawesome;
      content: "\f2be";
      margin-right: 5px; }
    .left-hot-news .left-info li:last-child {
      border-bottom: none; }

.img-btn-area a {
  padding-bottom: .5rem;
  text-align: center;
  margin: 0 auto;
  display: block; }
  .img-btn-area a img {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }

.guide-pdf {
  background-color: #97d2b6;
  margin-bottom: 1rem;
  /*    dd:before {
      content: url(../images/pdf-icon-l.png);
      margin-right: 5px;
    } */ }
  .guide-pdf a:hover {
    opacity: .8; }
  .guide-pdf dl {
    display: inline-block;
    color: #000;
    padding: 15px 0px 15px 15px; }
  .guide-pdf dt {
    font-size: 14px; }
  .guide-pdf dd {
    margin-top: 10px; }
  .guide-pdf dd:before {
    content: "\f1c1";
    margin-right: 5px;
    font-family: fontawesome;
    font-size: 24px; }
  .guide-pdf img {
    display: inline-block;
    margin-top: 15px;
    margin-left: 15px;
    max-width: 100%;
    padding-bottom: 1rem; }
  .guide-pdf .col-md-6 {
    padding: 0; }

.movie-page {
  background-color: rgba(178, 205, 230, 0.5);
  padding: 15px;
  margin-bottom: 1rem; }
  .movie-page h3 {
    font-size: 16px;
    font-weight: bold; }
    .movie-page h3 i {
      color: red;
      font-size: 20px;
      margin-right: 5px; }
    .movie-page h3 a {
      color: #000; }
  .movie-page ul {
    margin: 1rem 0 .5rem 0;
    padding: 0 0 0 1.5em;
    font-size: .8rem; }
    .movie-page ul li {
      line-height: 1;
      margin-bottom: .5rem; }

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 2rem; }
  .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media only screen and (max-width: 1200px) {
  .guide-pdf {
    width: 100%; }
    .guide-pdf dl {
      display: block;
      color: #fff;
      padding: 10px 0px 0px 10px;
      margin-bottom: 5px; }
    .guide-pdf dt {
      display: inline-block;
      font-size: 14px; }
    .guide-pdf dd {
      display: inline-block;
      margin-left: 5px; }
    .guide-pdf dd:before {
      content: url(../images/pdf-icon-m.png); }
    .guide-pdf img {
      display: block;
      margin: 0 auto; }
    .guide-pdf .col-md-6 {
      padding: 0; } }

@media only screen and (max-width: 992px) {
  .guide-pdf {
    margin: 0 auto;
    max-width: 260px;
    margin-bottom: 1rem; }
    .guide-pdf dl {
      display: inline-block;
      color: #fff;
      padding: 20px 0px 0px 10px;
      margin-bottom: 5px; }
    .guide-pdf dt {
      display: block;
      font-size: 14px; }
    .guide-pdf dd {
      display: block;
      margin-left: 7px; }
    .guide-pdf dd:before {
      content: url(../images/pdf-icon-l.png); }
    .guide-pdf img {
      display: inline-block;
      margin-left: 20px; }
    .guide-pdf .col-md-6 {
      padding: 0; } }

.hotnews {
  margin-bottom: 3em; }

.hot-news {
  padding-top: 0;
  padding-right: 20px; }
  .hot-news hr {
    margin-top: .7rem;
    margin-bottom: 1.7rem;
    border-top: 1px solid #b2b2b2; }
  .hot-news h3.hot-head {
    font-family: "Helvetica Neue";
    font-weight: 300;
    font-size: 26px;
    line-height: 1.2rem;
    position: relative;
    left: 35px; }
    .hot-news h3.hot-head span {
      font-size: 12px;
      color: #005bad;
      font-weight: bold; }
  .hot-news h3.hot-head:before {
    position: absolute;
    font-family: fontawesome;
    content: "\f05a";
    left: -35px;
    top: 10px;
    font-size: 110%;
    color: #005bad; }

.whatsnew {
  margin-bottom: 3em; }
  .whatsnew h3.news-head {
    font-family: "Helvetica Neue";
    font-weight: 300;
    font-size: 26px;
    line-height: 1.2rem;
    position: relative;
    left: 35px; }
    .whatsnew h3.news-head span {
      font-size: 12px;
      color: #005bac;
      font-weight: bold; }
  .whatsnew h3.news-head:before {
    position: absolute;
    font-family: fontawesome;
    content: "\f0a1";
    left: -35px;
    top: 8px;
    color: #0e4e82; }

.content-news dl:after {
  display: block;
  content: "";
  clear: both; }

.content-news dt {
  display: table;
  float: left; }

.content-news dd {
  display: table-cell; }

.content-news h4 {
  font-size: 16px; }
  .content-news h4 a:hover {
    text-decoration: none;
    opacity: .8; }

.content-news time {
  display: inline;
  font-weight: 700;
  font-size: 14px;
  margin-right: 18px;
  color: black;
  vertical-align: top; }

.content-news span {
  display: inline-block;
  width: 114px;
  border: solid 1px #b2b2b2;
  font-size: 12px;
  color: #777777;
  margin-right: 18px;
  text-align: center;
  vertical-align: top;
  padding: 2px 0px;
  /*&.students-news {
          background-color: #e6d6c1;
          color: #555;
      }*/ }
  .content-news span.examination {
    border-color: #777; }
  .content-news span.event {
    border-color: #b38f2d; }
  .content-news span.media {
    border-color: #4299b2; }
  .content-news span.extra {
    background-color: #c1dee6;
    color: #555; }
  .content-news span.cancellation {
    background-color: #a4588c;
    color: #fff; }

.guide-pdf a[href$='.pdf'] {
  background: none;
  padding: 0; }

.post-menu ul {
  list-style-type: none;
  display: flex;
  justify-content: stretch;
  margin-bottom: 2em;
  padding: 0; }
  .post-menu ul li {
    width: 33%;
    border-bottom: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    text-align: center; }
    .post-menu ul li:nth-last-child(2) {
      border-right: 1px solid #b2b2b2; }
    .post-menu ul li.active {
      border-top: 1px solid #b2b2b2;
      border-bottom: none; }
    .post-menu ul li.tab-border {
      border-left: none;
      max-width: 2%; }
    .post-menu ul li a {
      display: block;
      padding-top: 1em;
      padding-bottom: 1em;
      color: #444;
      font-weight: 500;
      font-size: 16px; }
      .post-menu ul li a:hover {
        text-decoration: none;
        background-color: #f1f1f1; }

@media only screen and (max-width: 576px) {
  .post-menu ul {
    flex-wrap: wrap; }
    .post-menu ul li {
      width: 100%;
      border-right: 1px solid #b2b2b2; }
      .post-menu ul li.active {
        border-bottom: 1px solid #b2b2b2;
        background-color: #f1f1f1; }
      .post-menu ul li.tab-border {
        display: none; }
      .post-menu ul li a {
        padding-top: .5em;
        padding-bottom: .5em; } }

.seminar-left {
  float: left;
  width: calc(100% - 200px); }

/*@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .seminar-left {
      width: 650px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .seminar-left {
      width: 400px;
    }
  }*/
@media only screen and (max-width: 768px) {
  .seminar-left {
    width: 100%;
    float: none; } }

.international-fellowship .content-body .block-page-link h4, .international-fellowship .mceContentBody .block-page-link h4, .publications .content-body .block-page-link h4, .publications .mceContentBody .block-page-link h4, .voice .content-body .block-page-link h4, .voice .mceContentBody .block-page-link h4, .social .content-body .block-page-link h4, .social .mceContentBody .block-page-link h4, .admission .content-body .block-page-link h4, .admission .mceContentBody .block-page-link h4 {
  font-family: 'Noto Serif Japanese', 'serif';
  background: none;
  padding: 0;
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0 0 1em 0; }

.page-link-horizontal {
  list-style-type: none;
  display: flex;
  margin-bottom: 0;
  padding-right: 0; }
  .page-link-horizontal li {
    display: flex;
    align-items: center;
    text-align: center;
    margin-right: 2em; }

@media only screen and (max-width: 768px) {
  .page-link-horizontal {
    flex-wrap: wrap; } }

.faculty-members .block-page-link {
  border: 5px solid #f1f1f1;
  padding: 10px;
  margin-bottom: 10px; }
  .faculty-members .block-page-link::after {
    display: table;
    clear: both;
    content: ''; }
  .faculty-members .block-page-link .content-news dl {
    margin-bottom: 3em; }

.faculty-members .icon-mean {
  text-align: right;
  margin-top: -10px; }
  .faculty-members .icon-mean i {
    font-size: 20px;
    color: #0e4e82;
    padding: 5px; }
  .faculty-members .icon-mean span {
    margin-right: 10px; }

.faculty-members .subject-gray-dl, .faculty-members .content-news dl.subject-gray-dl {
  display: inline-block;
  margin-bottom: 0; }
  .faculty-members .subject-gray-dl dt, .faculty-members .content-news dl.subject-gray-dl dt {
    width: auto;
    float: none;
    margin: 0;
    display: inline-block;
    padding: 5px 10px;
    background-color: #f1f1f1; }
  .faculty-members .subject-gray-dl dd, .faculty-members .content-news dl.subject-gray-dl dd {
    display: inline-block;
    padding: 7px 10px;
    margin-bottom: 0; }
    .faculty-members .subject-gray-dl dd i, .faculty-members .content-news dl.subject-gray-dl dd i {
      font-size: 20px;
      padding: 0; }
    .faculty-members .subject-gray-dl dd.name, .faculty-members .content-news dl.subject-gray-dl dd.name {
      font-weight: bold;
      font-size: 16px; }
  .faculty-members .subject-gray-dl .point:after, .faculty-members .content-news dl.subject-gray-dl .point:after {
    content: ","; }

.faculty-members .subject-gray-dl.dl-right {
  float: right; }

.faculty-members .content-news dl.subject-gray-dl.seminar {
  margin-bottom: 2em; }
  .faculty-members .content-news dl.subject-gray-dl.seminar dd {
    font-weight: bold; }

@media screen and (max-width: 992px) {
  .faculty-members .subject-gray-dl.dl-right {
    float: none; } }

@media only screen and (max-width: 768px) {
  .faculty-members .block-page-link {
    padding: 20px; }
  .faculty-members .subject-gray-dl dt.url {
    float: none; }
  .faculty-members .subject-gray-dl dd.url {
    display: block;
    padding-left: 1em;
    font-size: 11px; }
  .faculty-members .content-news dl.subject-gray-dl.seminar dt {
    float: none; }
  .faculty-members .content-news dl.subject-gray-dl.seminar dd {
    display: block;
    padding-left: 1em; } }

/*en*/
.faculty-members-en .icon-mean {
  margin: 30px 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap; }
  .faculty-members-en .icon-mean i {
    font-size: 20px;
    color: #0e4e82;
    padding: 5px; }
  .faculty-members-en .icon-mean span {
    margin-right: 10px; }

@media only screen and (max-width: 768px) {
  .faculty-members-en .faculty-member-list table tr td.research-text {
    width: 40%; }
  .faculty-members-en .faculty-member-list table tr th {
    white-space: normal; } }

.faculty-member-list table {
  border-bottom: 1px dotted #b2b2b2; }
  .faculty-member-list table tr {
    border-top: 1px dotted #b2b2b2; }
    .faculty-member-list table tr th {
      font-weight: bold;
      padding-left: 3px;
      padding-right: 0;
      border: none;
      background: none;
      white-space: nowrap; }
      .faculty-member-list table tr th span {
        font-weight: normal; }
    .faculty-member-list table tr td {
      padding-left: 10px;
      padding-right: 10px;
      vertical-align: top;
      border: none; }
      .faculty-member-list table tr td ul {
        padding: 0 1em 0 .5em;
        white-space: nowrap;
        margin-bottom: 0; }
        .faculty-member-list table tr td ul li {
          display: inline-block;
          margin: 0 .25em; }
      .faculty-member-list table tr td.research-name {
        width: 15%; }
      .faculty-member-list table tr td.research-icon {
        width: 5%;
        text-align: center; }
      .faculty-member-list table tr td.research-text {
        width: 70%; }
    .faculty-member-list table tr th span, .faculty-member-list table tr td span {
      font-size: 13px; }
  .faculty-member-list table thead tr {
    border: none;
    background-color: #0e4e82;
    color: #fff; }
    .faculty-member-list table thead tr th {
      text-align: center;
      padding: 5px;
      font-size: 13px; }

.faculty-member-list + h3 {
  margin-top: 3em; }

.greeting .content-body h3 {
  border-bottom: none;
  margin-left: 0;
  margin-right: 0; }
  .greeting .content-body h3::after {
    background: none; }

.wp-caption p.wp-caption-text span.name {
  font-size: 120%;
  font-weight: bold; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

.content-body .with-logo-h3 {
  padding-bottom: 1rem;
  padding-left: 120px;
  position: relative; }

.content-body .with-logo-h3:before {
  content: url(../images/hops-logo.png);
  position: absolute;
  left: 0;
  top: -15px; }

.style-none-basic {
  list-style-type: none; }
  .style-none-basic li {
    margin-left: -1rem;
    margin-top: .5rem;
    margin-bottom: .5rem; }

.ad-li-style li {
  margin-bottom: .5rem; }

.list-center {
  list-style-type: none;
  text-align: center; }
  .list-center li {
    display: inline-block; }
  .list-center img {
    margin: 5px; }

.block-bottom {
  margin-bottom: 2rem; }

.color-eee {
  background-color: #eee; }

.sp-block {
  display: none !important; }

.sp-none {
  display: block !important; }

@media screen and (max-width: 576px) {
  .sp-block {
    display: block !important; }
  .sp-none {
    display: none !important; } }

.content-news dl {
  padding: 0;
  margin-bottom: 0; }

.content-news p span {
  width: auto;
  border: none;
  font-size: 14px;
  margin-right: 0; }

/*add-news*/
@media screen and (max-width: 576px) {
  .content-news dl {
    margin-bottom: 2rem; }
  .content-news dt {
    display: inline-block;
    float: none; }
  .content-news span {
    display: inline-block; }
  .content-news dd {
    margin-top: 7px;
    display: block; }
  .content-news time {
    margin-right: 15px; }
  /*top-h3*/
  .hot-news h3.hot-head, .whatsnew h3.news-head {
    width: calc(100% - 15px); } }

.curriculum-img {
  position: relative;
  margin-bottom: 15px; }
  .curriculum-img .img-area {
    text-align: center; }
  .curriculum-img dl {
    padding-left: 0; }
    .curriculum-img dl dd {
      display: inline-block;
      margin-bottom: .25em; }
      .curriculum-img dl dd::before {
        font-family: FontAwesome;
        content: "\f111";
        padding-right: 3px; }
      .curriculum-img dl dd.no-mark::before {
        content: none; }
    .curriculum-img dl.cu-blue dd::before {
      color: #2f99b4; }
    .curriculum-img dl.cu-purple dd::before {
      color: #756dd9; }
    .curriculum-img dl.cu-pink dd::before {
      color: #be528f; }

.cu-blue, .cu-purple, .cu-pink {
  border: 1px solid transparent;
  border-radius: 6px;
  padding-bottom: .5em;
  padding-right: 0; }
  .cu-blue dt, .cu-purple dt, .cu-pink dt {
    border-bottom: 1px solid transparent;
    padding: .5em;
    margin-bottom: .5em; }
  .cu-blue dd, .cu-purple dd, .cu-pink dd {
    padding-left: 1em;
    padding-right: 1em; }

.cu-blue {
  border-color: #2f99b4; }
  .cu-blue dt {
    border-color: #2f99b4;
    background-color: #2f99b4;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-left-right: 5px; }

.cu-purple {
  border-color: #756dd9; }
  .cu-purple dt {
    border-color: #756dd9;
    background-color: #756dd9;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-left-right: 5px; }

.cu-pink {
  border-color: #be528f; }
  .cu-pink dt {
    border-color: #be528f; }

@media only screen and (min-width: 576px) {
  .curriculum-img .right-area {
    position: absolute;
    bottom: 0;
    right: 0; } }

@media only screen and (min-width: 576px) and (max-width: 991px) {
  .curriculum-img {
    font-size: 80%; } }

.lectures {
  display: flex;
  align-content: flex-start; }
  .lectures h3 {
    border-bottom: none;
    margin: 0; }
    .lectures h3::after {
      content: none; }
    .lectures h3 .beige {
      color: #AF8562; }

.lectures-left {
  margin-right: 1em;
  width: 100%; }

.lectures-profile {
  display: flex;
  margin: .5em 0 1em 0; }
  .lectures-profile p {
    margin-bottom: 0; }
  .lectures-profile .lectures-name .name {
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap; }
    .lectures-profile .lectures-name .name .job {
      font-size: 14px;
      padding-right: .5em; }
  .lectures-profile .specialty {
    border-left: 1px solid #333;
    padding-left: 1em;
    margin: 0 0 0 1em; }

.pamphlet-text {
  color: #AF8562;
  text-align: right;
  font-size: 13px; }

@media only screen and (max-width: 991px) {
  .lectures {
    flex-direction: column; }
  .lectures-left {
    margin: 0;
    order: 2; }
  .lectures-right {
    text-align: center;
    margin-bottom: 1em;
    order: 1;
    background-color: #f1f1f1; } }

.mceContentBody .lectures h3 span {
  color: #AF8562; }

.en #slider {
  margin-bottom: 0; }

@media (min-width: 768px) {
  .en .sm-blue > li {
    width: 33.333%;
    border-right: 1px solid #5783a8; } }

.en .col-footer {
  width: 25%;
  box-sizing: border-box; }

.en footer .container .col-left-footer span {
  font-size: 1.25rem; }

.en footer .container .row .col-footer dl dd {
  font-size: 13px; }

.en .page-title h2 {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  letter-spacing: 0px;
  font-size: 24px;
  margin: 20px auto; }

.en h3 {
  font-size: 18px; }

@media screen and (max-width: 575px) {
  .en footer .container .col-left-footer span {
    display: inline-block;
    font-size: 1.125rem;
    margin-bottom: .75rem; }
  footer .container .col-left-footer {
    line-height: 1.25rem;
    margin-bottom: 1rem; } }

.fg_post ul {
  margin-top: 2rem;
  justify-content: center; }

.fg_post ul li {
  display: block;
  color: #444;
  font-weight: 500;
  font-size: 16px; }

.fg_post a.active {
  background-color: #f1f1f1; }

.fieldwork-image {
  margin-bottom: 2rem; }
  .fieldwork-image h3 {
    margin: 0;
    margin-top: .5rem;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.4rem; }
  .fieldwork-image .fw_img_box {
    width: 100%;
    height: 180px; }
  .fieldwork-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .fieldwork-image p {
    margin-top: .75rem;
    padding: .5rem;
    background-color: #f6f6f6; }

.fieldwork-taxonomy ol {
  margin-top: 2rem;
  justify-content: center; }

.featherlight .featherlight-image {
  max-width: 100%;
  margin: 0 auto; }

.fg_post ul li:nth-last-child(2) {
  border-right: none; }

.fg_post ul li:last-child {
  border-right: 1px solid #b2b2b2; }

/*click_image*/
.featherlight {
  overflow: auto; }
  .featherlight .featherlight-content {
    background: none; }
    .featherlight .featherlight-content img {
      display: block;
      margin: 0 auto; }
    .featherlight .featherlight-content .image-title {
      position: relative;
      padding-bottom: .5em;
      border-bottom: 3px solid #f1f1f1;
      font-size: 20px;
      font-weight: normal;
      padding: 1rem 0;
      color: #fff; }
      .featherlight .featherlight-content .image-title:after {
        position: absolute;
        bottom: -3px;
        left: 0;
        z-index: 2;
        content: '';
        width: 7.1%;
        height: 3px;
        background-color: #0e4e82; }
    .featherlight .featherlight-content .image-caption {
      padding: .5rem 0 3rem 0;
      color: #fff;
      font-size: 110%; }

@media screen and (max-width: 991px) {
  .fieldwork-image .fw_img_box {
    height: 150px; } }

@media screen and (max-width: 767px) {
  .fieldwork-image .fw_img_box {
    height: 180px; } }

@media only screen and (max-width: 576px) {
  .fg_post ul li:nth-last-child(2) {
    border-right: 1px solid #b2b2b2; } }

@media print {
  /**
	 * Bootstrap Print v1.0.0 (https://github.com/onocom/bootstrap-print)
	 * Copyright (c) 2017 Ono Takashi
	 * Licensed under MIT (https://github.com/onocom/bootstrap-print/blob/master/LICENSE)
	 */
  @page {
    margin: 8mm;
    margin: 10mm 8mm 10mm 8mm; }
  * {
    -webkit-print-color-adjust: exact !important;
    background-attachment: initial !important;
    overflow-y: visible !important; }
  html {
    overflow: visible !important;
    zoom: 0.7 !important; }
  body {
    min-width: 1050px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-left: auto;
    margin-right: auto; }
  .container-fluid,
  .container {
    min-width: 980px !important; }
  .row {
    margin-left: -15px !important;
    margin-right: -15px !important; }
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; }
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; }
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; }
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; }
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; }
  .navbar-header {
    float: left; }
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0; }
  .navbar {
    border-radius: 4px; }
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block;
    height: auto;
    padding-bottom: 0;
    overflow: visible; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .nav-justified {
    width: 100%; }
  .nav-justified > li {
    float: none; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a {
    margin-bottom: 0; }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0; }
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; }
  .navbar-static-top {
    border-radius: 0; }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0; }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; }
  .navbar-toggle {
    display: none; }
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; }
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .navbar-form .form-control-static {
    display: inline-block; }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto; }
  .navbar-form .input-group > .form-control {
    width: 100%; }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0; }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; }
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px; }
  .navbar-left {
    float: left; }
  .navbar-right {
    float: right;
    margin-right: -15px; }
  .navbar-right ~ .navbar-right {
    margin-right: 0; }
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px; }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px; }
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; }
  .modal-lg {
    width: 900px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    float: left; }
  .col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 {
    width: 100%; }
  .col-lg-11, .col-md-11, .col-sm-11, .col-xs-11 {
    width: 91.66666667%; }
  .col-lg-10, .col-md-10, .col-sm-10, .col-xs-10 {
    width: 83.33333333%; }
  .col-lg-9, .col-md-9, .col-sm-9, .col-xs-9 {
    width: 75%; }
  .col-lg-8, .col-md-8, .col-sm-8, .col-xs-8 {
    width: 66.66666667%; }
  .col-lg-7, .col-md-7, .col-sm-7, .col-xs-7 {
    width: 58.33333333%; }
  .col-lg-6, .col-md-6, .col-sm-6, .col-xs-6 {
    width: 50%; }
  .col-lg-5, .col-md-5, .col-sm-5, .col-xs-5 {
    width: 41.66666667%; }
  .col-lg-4, .col-md-4, .col-sm-4, .col-xs-4 {
    width: 33.33333333%; }
  .col-lg-3, .col-md-3, .col-sm-3, .col-xs-3 {
    width: 25%; }
  .col-lg-2, .col-md-2, .col-sm-2, .col-xs-2 {
    width: 16.66666667%; }
  .col-lg-1, .col-md-1, .col-sm-1, .col-xs-1 {
    width: 8.33333333%; }
  .col-lg-pull-12, .col-md-pull-12, .col-sm-pull-12, .col-xs-pull-12 {
    right: 100%; }
  .col-lg-pull-11, .col-md-pull-11, .col-sm-pull-11, .col-xs-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10, .col-md-pull-10, .col-sm-pull-10, .col-xs-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9, .col-md-pull-9, .col-sm-pull-9, .col-xs-pull-9 {
    right: 75%; }
  .col-lg-pull-8, .col-md-pull-8, .col-sm-pull-8, .col-xs-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7, .col-md-pull-7, .col-sm-pull-7, .col-xs-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6, .col-md-pull-6, .col-sm-pull-6, .col-xs-pull-6 {
    right: 50%; }
  .col-lg-pull-5, .col-md-pull-5, .col-sm-pull-5, .col-xs-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4, .col-md-pull-4, .col-sm-pull-4, .col-xs-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3, .col-md-pull-3, .col-sm-pull-3, .col-xs-pull-3 {
    right: 25%; }
  .col-lg-pull-2, .col-md-pull-2, .col-sm-pull-2, .col-xs-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1, .col-md-pull-1, .col-sm-pull-1, .col-xs-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0, .col-md-pull-0, .col-sm-pull-0, .col-xs-pull-0 {
    right: auto; }
  .col-lg-push-12, .col-md-push-12, .col-sm-push-12, .col-xs-push-12 {
    left: 100%; }
  .col-lg-push-11, .col-md-push-11, .col-sm-push-11, .col-xs-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10, .col-md-push-10, .col-sm-push-10, .col-xs-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9, .col-md-push-9, .col-sm-push-9, .col-xs-push-9 {
    left: 75%; }
  .col-lg-push-8, .col-md-push-8, .col-sm-push-8, .col-xs-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7, .col-md-push-7, .col-sm-push-7, .col-xs-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6, .col-md-push-6, .col-sm-push-6, .col-xs-push-6 {
    left: 50%; }
  .col-lg-push-5, .col-md-push-5, .col-sm-push-5, .col-xs-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4, .col-md-push-4, .col-sm-push-4, .col-xs-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3, .col-md-push-3, .col-sm-push-3, .col-xs-push-3 {
    left: 25%; }
  .col-lg-push-2, .col-md-push-2, .col-sm-push-2, .col-xs-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1, .col-md-push-1, .col-sm-push-1, .col-xs-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0, .col-md-push-0, .col-sm-push-0, .col-xs-push-0 {
    left: auto; }
  .col-lg-offset-12, .col-md-offset-12, .col-sm-offset-12, .col-xs-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11, .col-md-offset-11, .col-sm-offset-11, .col-xs-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10, .col-md-offset-10, .col-sm-offset-10, .col-xs-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9, .col-md-offset-9, .col-sm-offset-9, .col-xs-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8, .col-md-offset-8, .col-sm-offset-8, .col-xs-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7, .col-md-offset-7, .col-sm-offset-7, .col-xs-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6, .col-md-offset-6, .col-sm-offset-6, .col-xs-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5, .col-md-offset-5, .col-sm-offset-5, .col-xs-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4, .col-md-offset-4, .col-sm-offset-4, .col-xs-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3, .col-md-offset-3, .col-sm-offset-3, .col-xs-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2, .col-md-offset-2, .col-sm-offset-2, .col-xs-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1, .col-md-offset-1, .col-sm-offset-1, .col-xs-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0, .col-md-offset-0, .col-sm-offset-0, .col-xs-offset-0 {
    margin-left: 0%; }
  .visible-xs,
  .visible-sm,
  .visible-md {
    display: none !important; }
  .visible-lg {
    display: block !important; }
  .visible-xs-block,
  .visible-xs-inline,
  .visible-xs-inline-block,
  .visible-sm-block,
  .visible-sm-inline,
  .visible-sm-inline-block,
  .visible-md-block,
  .visible-md-inline,
  .visible-md-inline-block {
    display: none !important; }
  .visible-lg-block,
  .visible-lg-inline,
  .visible-lg-inline-block {
    display: block !important; }
  .hidden-xs,
  .hidden-sm,
  .hidden-md {
    display: block !important; }
  .hidden-lg {
    display: none !important; }
  .col-xs-12.col-sm-12.col-md-8.col-lg-8.logo {
    max-width: 66.66666667%; }
  .col-xs-4.col-sm-12.col-md-12.col-lg-4.icon-social {
    max-width: 33.33333333%; }
  .col-xs-12.col-sm-12.col-md-12.col-lg-9.hot-news {
    max-width: 75%; }
  .col-xs-12.col-sm-12.col-md-12.col-lg-3.left-hot-news {
    max-width: 25%; }
  .col-xs-12.col-sm-12.col-md-6.col-lg-2.col-footer {
    max-width: 16.66666667%; }
  a:not(.btn) {
    text-decoration: none; }
  .hot-news .whatsnew hr {
    border-bottom: 1px solid #b2b2b2; }
  .seminar-left {
    float: left;
    width: 600px; } }

/*# sourceMappingURL=style.css.map */