@charset "UTF-8";
/*
 * /researchers/css/style.css
 */

/* # =================================================================
   # Pub box
   # ================================================================= */

.tag_gray {
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background-color: #5b6f78;
  padding: 4px 8px 2px;
  box-sizing: border-box;
  text-align: center;
}

.pub_box {
  margin-bottom: 75px;
}

.pub_box.mb10 {
  margin-bottom: 10px;
}

.pub_box figure {
  font-size: 0;
  margin-bottom: 13px;
  position: relative;
  overflow: hidden;
}

.pub_box figure span {
  color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 2;
  font-size: 13px;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.pub_box figure::after {
  content: "";
  background-color: rgba(45, 65, 75, 0.5);
  transition: left 0.3s ease, opacity 0.3s ease;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.min_width76 {
  min-width: 76px;
  padding-left: 20px;
  padding-right: 20px;
}

.pub_box h4 {
  font-size: 20px;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}

.pub_search {
  margin-bottom: 35px;
}

.pub_search a {
  font-size: 16px;
  border: 1px solid #297fc9;
  width: 420px;
  height: 55px;
  line-height: 1.2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 5px;
}

.pub_search a span {
  display: inline-block;
  color: #333;
  position: relative;
  padding-right: 25px;
}

.pub_search a span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/icon_win.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.pub_search a:hover span {
  color: #297fc9;
}

.pub_item .date {
  color: #5b6f79;
  font-size: 13px;
  margin-bottom: 20px;
}

.pub_item .desc {
  background: url(../images/bg_square.png) repeat-x left top;
  padding-top: 20px;
  margin-bottom: 30px;
  font-size: 13px;
}

.pub_item dl dd,
.pub_item dl dt {
  font-size: 13px;
}

.pub_item dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}

.pub_item dd a {
  color: #333;
  font-size: 13px;
  text-decoration: underline;
}

.pub_item dd a:hover {
  text-decoration: none;
}

.research {
  background-color: #ecf2f5;
  padding-top: 20px;
  margin-bottom: 35px;
  padding-bottom: 30px;
}

.research p {
  font-size: 16px;
  margin-bottom: 6px;
}

.select {
  overflow: hidden;
  position: relative;
}

.select::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 12px;
  height: 6px;
  margin-top: -3px;
  background: url(../images/link.png) no-repeat 0 0;
}

.select select {
  height: 38px;
  outline: none;
  -webkit-appearance: menulist-button;
  -webkit-appearance: none;
  width: 100%;
  border: 1px solid #aaaaaa;
  font-size: 14px;
  border-radius: 3px;
  color: #5b6f79;
  background: #fff;
  padding: 0 15px;
  box-sizing: border-box;
}

.select select:checked option {
  color: red;
}

@media screen and (max-width: 780px) {
  .pub_item {
    margin-bottom: 50px;
  }

  .pub_item:last-child {
    margin-bottom: 0;
  }

  .pub_content>.mb20 {
    margin-bottom: 13px;
  }

  .h1_head.mb0 {
    margin-bottom: 0;
  }

  .pub_box.slides {
    display: block;
    margin: 0;
  }

  .pub_box.slides .slick-slide {
    width: 290px;
    padding: 0 6px;
  }

  .research_col {
    margin-bottom: 20px;
  }

  .research_col:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 781px) {
  .pub_box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 1.5px;
    margin-left: -26px;
    margin-right: -26px;
  }

  .pub_box .pub_item {
    width: 33.333%;
    padding: 0 26px;
    margin-bottom: 70px;
  }

  .pub_box .pub_item>a {
    display: block;
  }

  .pub_box a:hover figure span {
    opacity: 1;
  }

  .pub_box a:hover figure::after {
    left: 0;
    opacity: 1;
  }

  .pub_box a:hover h4 {
    color: #297fc9;
  }

  .h1_head.mb0 {
    margin-bottom: 0;
  }

  .pub_box.slides .slick-slide {
    width: 33.333%;
  }

  .research {
    padding-top: 35px;
    margin-bottom: 60px;
    padding-bottom: 40px;
  }

  .research_row {
    margin: 0 -25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .research_col {
    width: 50%;
    padding: 0 25px;
  }
}

/* # =================================================================
   # Contact box
   # ================================================================= */

.contact_wrap {
  background: rgba(180, 203, 235, 0.7);
}

.contact_box {
  background-image: url(../images/contact_bg.jpg);
}

.contact_list li {
  width: 100%;
}

.contact_list .contactbtn a {
  background-color: #000;
  border: none;
}

.contactbtn a span {
  color: #fff;
  display: inline-block;
  position: relative;
  padding-left: 40px;
}

.contactbtn a span::before {
  content: "";
  background: url(../images/envelope.png) no-repeat 0 0 / 100% 100%;
  width: 21px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}

@media screen and (min-width: 751px) {
  .contact_list {
    width: auto;
    max-width: 323px;
  }
}

.list_dot.blue li:before {
  background: #297fc9;
  top: 10px;
}

.list_dot.blue li a {
  color: #333;
  text-decoration: underline;
  position: relative;
}

.list_dot.blue li a:hover {
  text-decoration: none;
}

.list_dot.blue li a.outerlink {
  display: inline-block;
  padding-right: 18px;
}

.list_dot.blue li a.outerlink::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/icon_win.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}

.pub_more a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  line-height: 1.2;
  color: #444;
  font-size: 18px;
  padding-left: 65px;
  height: 50px;
  max-width: 360px;
}

.pub_more a::before {
  content: "";
  width: 50px;
  height: 50px;
  background: #edf2f6 url(../images/plus.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
}

.pub_more a.open::before {
  content: "";
  width: 50px;
  height: 50px;
  background: #edf2f6 url(../images/minus.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
}

.pub_more a span {
  color: #f422ab;
}

.pub_more a:hover {
  color: #297fc9;
}

/* # =================================================================
   # Pub list
   # ================================================================= */

.p_item {
  padding-top: 85px;
  margin-bottom: 87px;
}

.p_item h3 {
  margin-bottom: 38px;
}

.res_list {
  background: url(../images/bg_square.png) repeat-x left top;
  padding-top: 30px;
}

.pub_link a {
  display: inline-block;
  color: #333;
  font-size: 16px;
  padding-left: 15px;
  position: relative;
  line-height: 1.1;
}

.pub_link a::before {
  content: "";
  width: 8px;
  height: 13px;
  background: url(../images/arrow02.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}

.pub_link .outerlink {
  padding-right: 24px;
}

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

.pub_link a:hover {
  color: #297fc9;
}

.res_list .res_item {
  background: url(../images/bg_square.png) repeat-x left bottom;
  padding-bottom: 16px;
  margin-bottom: 34px;
}

.postdate {
  color: #5b6f79;
  font-size: 17px;
}

.tag_gray {
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background-color: #5b6f78;
  padding: 4px 8px 2px;
  box-sizing: border-box;
  text-align: center;
}

.res_list p {
  font-size: 20px;
  margin-bottom: 6px;
}

.pub_box .pub_item.mb0 {
  margin-bottom: 0 !important;
}

/* # =================================================================
   # Anchor
   # ================================================================= */

.anchor {
  margin-bottom: -20px;
}

.anchor_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -11px;
}

.anchor_list li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 20px;
  padding: 0 11px;
}

.anchor_list li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.2;
  text-align: center;
  color: #333;
  font-size: 15px;
  border: 1px solid #297fc9;
  height: 50px;
  box-sizing: border-box;
  padding: 0 5px;
}

.anchor_list li a:hover span {
  color: #297fc9;
}

.anchor_list li a span {
  display: inline-block;
  position: relative;
  padding-left: 22px;
}

.anchor_list li a span::before {
  content: "";
  width: 13px;
  height: 11px;
  background: url(../images/arrow01.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}

@media screen and (min-width: 781px) {
  .anchor_list li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.pub_search {
  margin-bottom: 35px;
}

.pub_search a {
  font-size: 16px;
  border: 1px solid #297fc9;
  width: 420px;
  height: 55px;
  line-height: 1.2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 5px;
}

.pub_search a span {
  display: inline-block;
  color: #333;
  position: relative;
  padding-right: 25px;
}

.pub_search a span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/icon_win.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.pub_search a:hover span {
  color: #297fc9;
}

.mb150 {
  margin-bottom: 150px;
}

.h_style {
  text-align: center;
  margin-bottom: 60px;
}

.h_style:after {
  left: 50%;
  margin-left: -30px;
}

.intro {
  margin-bottom: 50px;
}

.intro_content {
  padding: 23px 20px 0;
}

.intro_content .caption {
  color: #5b6f79;
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 1.8;
}

.intro_content .name {
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #000;
  line-height: 1;
  position: relative;
  padding: 0 0 30px 0;
  margin-bottom: 35px;
}

.intro_content .name span {
  display: block;
  color: #5b6f79;
  font-size: 16px;
  margin-top: 10px;
}

.intro_content .name::after {
  content: "";
  background: -moz-linear-gradient(90deg, #09acb2 0%, #1a85b5 100%);
  background: -webkit-linear-gradient(90deg, #09acb2 0%, #1a85b5 100%);
  background: -ms-linear-gradient(90deg, #09acb2 0%, #1a85b5 100%);
  background: linear-gradient(-90deg, #09acb2, #1a85b5);
  height: 2px;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.intro_content p {
  font-size: 16px;
  line-height: 1.9;
}

.icrnews {
  background-color: #edf2f6;
  padding: 40px 0 60px 0;
}

.icrnews h2 {
  text-align: center;
  padding: 0;
  border: none;
  margin-bottom: 25px;
  font-size: 24px;
}

.icrnews h2::after {
  display: none;
}

.icrnews .lead {
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 70px;
}

.icrnews_item {
  width: 310px;
  float: left;
}

.icrnews_item .date {
  text-align: right;
  font-size: 12px;
  color: #5b6f79;
  line-height: 1;
  margin-bottom: 17px;
}

.icrnews_item h3 {
  padding: 0;
  margin: 0;
  font-size: 15px;
  margin-bottom: 10px;
}

.icrnews_item p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 22px;
}

.icrnews_item .more a {
  color: #333;
  font-size: 14px;
  display: inline-block;
  position: relative;
  padding: 0 0 0 15px;
}

.icrnews_item .more a:hover {
  color: #4a77a0;
}

.icrnews_item .more a::before {
  content: "";
  width: 8px;
  height: 13px;
  background: url(../images/arrow02.png) no-repeat 0 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}

.icrnews_item h3::after {
  display: none;
}

.icrnews_item .more a.outterlink {
  padding-right: 20px;
}

.icrnews_item .more a.outterlink::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/icon_win.png) no-repeat 0 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}

.icrnews_list {
  margin-bottom: 50px;
}

.icrnews_cont {
  padding: 20px;
}

.icrnews_item .inner {
  background-color: #fff;
}

.infocom p {
  line-height: 1.2;
  text-align: center;
  margin-bottom: 12px;
}

.infocom a {
  font-size: 0;
  border: 1px solid #297fc9;
  display: block;
  text-align: center;
  max-width: 290px;
  height: 62px;
  padding: 18px 0 0;
  box-sizing: border-box;
  margin: 0 auto;
}

.infocom a span {
  display: inline-block;
  padding-right: 20px;
}

.infocom a span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/icon_win.png) no-repeat 0 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}

@media screen and (max-width: 768px) {
  .icrnews_list {
    margin: 0 auto;
    /*0 -20px 50px;*/
  }

  .icrnews_item {
    width: 100%;
    margin-bottom: 30px;
  }

  .icrnews_list .slick-slide {
    width: 310px;
    box-sizing: border-box;
    padding: 0 10px;
  }

  .infocom a span {
    position: relative;
  }

  .pub_search a {
    width: 100%;
    max-width: 420px;
    padding-top: 2px;
  }
}

@media screen and (max-width: 1023px) {

  /*751*/
  .intro {
    background: unset !important;
  }

  .intro .forSP {
    display: block;
  }
}

@media screen and (min-width: 1023px) {

  /*751*/
  .intro {
    /*background: url(../images/intro.jpg) no-repeat center bottom / auto 100%;*/
    margin-bottom: 90px;
    /*height: 517px;*/
    /*min-height: 517px;
		height: auto;*/
    margin-top: -60px;
    z-index: -1;
  }

  .intro_content {
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 80px;
    min-height: 517px;
  }

  .intro_content .inner {
    /* width: 410px; */
    width: 33vw;
  }

  .intro_content p {
    font-size: 18px;
  }

  .intro_content .name {
    font-size: 37px;
    padding-bottom: 55px;
    margin-bottom: 60px;
  }

  .intro_content .name span {
    font-size: 18px;
    margin-top: 22px;
  }

  .intro_content .caption {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 751px) {
  .icrnews_item {
    clear: both;
  }
}

@media screen and (min-width: 751px) {
  .icrnews_list {
    margin: 0 -25px 55px;
  }

  .icrnews_item {
    width: 33.333%;
    box-sizing: border-box;
    padding: 0 25px;
  }

  .icrnews {
    padding: 70px 0 66px 0;
  }

  .icrnews h2 {
    font-size: 28px;
    margin-bottom: 45px;
  }

  .icrnews .lead {
    font-size: 18px;
    margin: 0 auto 35px;
    max-width: 960px;
  }

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

  .icrnews_cont {
    padding: 15px 20px 25px;
  }

  .infocom a {
    max-width: 340px;
    height: 87px;
    padding-top: 29px;
    position: relative;
  }

  .infocom a span {
    padding-right: 0;
  }

  .infocom a span::after {
    right: 12px;
    margin-top: 0;
    top: 12px;
  }
}

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

.container .theme_list a {
  text-decoration: underline;
}

.researchers-template-default .icrnews_list .icrnews_item figure {
  height: 240px;
  overflow: hidden;
}

.researchers-template-default .icrnews_list .icrnews_item figure img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {}

.researchers-template-default .pub_item figure {
  width: 100%;
  height: 220px;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
}

.researchers-template-default .pub_item figure a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}

.researchers-template-default .pub_item figure a img {
  width: auto;
  max-width: 100%;
  max-height: 220px;
  height: auto;
  vertical-align: bottom;
  margin: 0 auto;
}
ul.list-focus li.active a {    
  font-size: 16px;
  font-weight: bold;
}