p {
  word-break: break-all;
}

.navigation {
  text-align: center;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #fff;
  text-decoration: none;
}

.navigation li {
  display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: #6FB7E9;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
  background-color: #3C8DC5;
}

.pub_filtext a.clicked_term {
  color: #fff;
  background-color: #5b6f78;
}

.pub_filtext a.clicked_term:hover {
  background-color: #fff;
  color: #5B6F79;
}

.pub_list.loading,
.pub_box.loading {
  position: relative;
}

.pub_list.loading:after,
.pub_box.loading:after {
  content: url('../images/icon/icon_loader.gif');
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 25px;
}

.nt-pagination-ajax {
  width: 100%;
}

/* pagination */
.pagenumber span.current {
  display: inline-block;
  vertical-align: middle;
}

/* end pagination */
.outerlink {
  position: relative;
  padding-right: 24px;
}

.outerlink:after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../../publicity/images/icon_win.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 0;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

/* Alignments
--------------------------------------------- */
.alignleft,
.alignright,
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

@media screen and (min-width:768px) {
  .alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
  }

  .alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
  }

  img.alignleft {
    margin-right: 20px;
    margin-bottom: 15px;
  }

  img.alignright {
    margin-left: 20px;
    margin-bottom: 15px;
  }
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

@media screen and (max-width:768px) {
  .wp-caption img[class*="wp-image-"] {
    width: 100%;
    height: auto;
  }
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.topmv {
  padding-top: 0 !important;
}

.topmv .container {
  padding: 0;
}

.topmv .swiper-wrapper {
  padding-bottom: 25px;
}

.box-item img {
  margin-bottom: 0 !important;
}

.box-item-topmv .box-item.box-item-text {
  background: url(../../images/bg-box-text-slider.jpg) no-repeat left top / cover;
  color: #fff;
  margin: -30px 15px 0;
  padding: 15px;
}

.box-item-topmv .box-item.box-item-text h2,
.box-item-topmv .box-item.box-item-text p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}

.box-item-topmv .box-item.box-item-text h2 {
  font-size: 26px;
  margin-bottom: 15px;
  min-height: 72px;
}

.box-item-topmv .box-item.box-item-text .top_btn a {
  border-color: #fff;
}

.box-item-topmv .box-item.box-item-text .top_btn a span {
  color: #fff;
}

@media screen and (min-width:768px) {
  .topmv .container {
    max-width: inherit;
  }

  .box-item-topmv {
    position: relative;
  }

  .box-item-topmv .box-item.box-item-text {
    margin-left: 60px;
    margin-top: 60px;
    margin-bottom: 60px;
    width: 41.6667%;
    /*width: 30%;*/
    padding: 50px 40px 100px;
    position: relative;
    z-index: 1;
  }

  .box-item-topmv .box-item.box-item-text h2 {
    font-size: 40px;
    line-height: 1.4;
    min-height: 112px;
  }

  .box-item-topmv .box-item.box-item-text p {
    font-size: 16px;
    line-height: 2.2;
  }

  .box-item-topmv .box-item.box-item-img {
    width: 75%;
    font-size: 0;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
  }

  .box-item-topmv .box-item.box-item-img .bg-topmv {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
  }

  .box-item-topmv .box-item.box-item-img img {
    width: 100%;
  }

  .box-item-topmv .box-item.box-item-text .top_btn a:hover span {
    color: #1A85B5;
  }
}

.pagenumber {
  width: 100%;
}

.top_news_list a.outerlink:after {
  right: -20px;
}

a.href-focus-researcher {
  color: inherit;
}

.custom-desc-limit-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.custom-desc-limit-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width:768px) {
  .sp-custom-desc-limit-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
ul.list-focus li {
  display: inline-block;
  padding-right: 10px;
}

ul.list-focus li:last-child {
  padding-right: 0;
}

ul.list-focus li:after {
  position: absolute;
  content: "/";
  padding-left: 5px;
}

ul.list-focus li:last-child:after {
  display: none;
}

.list-detail-media-seminar li {
  display: inline-block;
}

.list-detail-media-seminar li:last-child {
  float: right;
}

ul.custom_list_thesis li {
  padding-left: 0;
}

ul.custom_list_thesis li:before {
  display: none;
}

.pub_more.pud_accord.hide {
  display: none;
}

.pub_more.pud_accord.show {
  display: block;
}
.pub_item:hover, .res_item:hover {
  cursor: pointer;
}
.pub_item:hover .pub_link a, .res_item:hover .pub_link a{
  color: #297fc9;
}