@charset "utf-8";
#gHeader .hBox {
  border: none !important;
}
#gNavi ul li a {
  padding-bottom: 12px;
}
.TopPane .comLinkBox {
  padding: 32px 0 33px;
  background-color: #e6edf2;
}
.TopPane .comLinkBox .linkList.ids_box {
  justify-content: space-between;
  transform: translateY(0);
  box-shadow: 0 0;
}
.TopPane .comLinkBox .linkList.ids_box li {
  width: 244px;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.05);
}
.TopPane .comLinkBox .linkList.ids_box li a {
  padding: 18px 0 34px;
  text-decoration: none;
  font-size: 1.4rem;
}
.TopPane .comLinkBox .linkList.ids_box li .pho {
  margin-bottom: 8px;
  width: 44px;
  height: 44px;
  background-color: #115c9e !important;
}
.TopPane .comLinkBox .linkList.ids_box li .pho img {
  width: 28px;
}
.TopPane .comLinkBox .linkList.ids_box li .ttl {
  margin-bottom: 17px;
}
.TopPane .comLinkBox .linkList.ids_box li .txt {
  color: #111;
}
.TopPane .comLinkBox .linkList.ids_box li .ttl .sml {
  margin-top: 5px;
  margin-bottom: 15px;
  display: block;
  color: #115c9e;
  font-size: 1.5rem;
}
.TopPane .comLinkBox .linkList.ids_box li a::after {
  border-bottom: 19px solid #115c9e;
}

.comNews {
  padding: 80px 0 81px;
}
.sec01 {
  padding: 63px 0 83px;
  background-color: #f2f2f2;
}
.sec01 .headLine01 {
  background: none !important;
  margin-bottom: 39px;
}
.sec01 .pickList {
  margin: 0 10px;
  display: flex;
  justify-content: space-between;
}

.sec01 .pickList li {
  width: 32%;
  display: block;
  text-decoration: none;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
}
.sec01 .pickList li:hover {
  opacity: 0.8;
}
.sec01 .pickList li .title {
  margin-bottom: 20px;
  padding: 10px 0 7px;
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  background-color: #115c9e;
  background-image: none;
}
.sec01 .pickList li .title::after {
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background: url("/Portals/0/images/common/icon22.png") no-repeat center / 18px;
  content: "";
}
.sec01 .pickList li .photo {
  position: relative;
  width: 100%;
  /* height: 213px; */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sec01 .pickList li .photo .tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 94px;
  padding: 2px 9px 2px 8px;
  font-size: 1.2rem;
  text-align: center;
  background-color: #ffd21c;
  color: #333;
}
.sec01 .pickList li .text {
  padding: 17px 20px 23px;
  background-color: #fff;
  text-align: left;
}
.sec01 .pickList li .text a,
.sec02 .linkList.ids_box a {
  color: #333;
  text-decoration: none;
}
.sec01 .pickList li .text .ttl {
  margin-bottom: 11px;
  color: #111111;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.sec01 .pickList li .text .txt {
  color: #333;
}

/*------------------------------------
  研究分野紹介
------------------------------------*/
.sec02 {
  padding: 83px 0 100px;
}
.sec02 .headLine01 {
  background: none !important;
  margin-bottom: 48px;
}
.sec02 .linkList.ids_box {
  margin: 0 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
.sec02 .linkList.ids_box > li {
  width: 25%;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  box-sizing: border-box;
  position: relative;
}

.sec02 .linkList.ids_box li.column01{
  width: 100%;
}

.sec02 .linkList.ids_box li.column01 span.wrap_column01_keyword{
  display: flex;
  gap: 0.4em 20px;
  flex-wrap: wrap;
  justify-content: center;
  width: 70%;
  margin: auto !important;
}

.sec02 .linkList.ids_box > li a {
  text-decoration: none;
  padding: 19px 20px 31px;
  color: #111;
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  box-sizing: border-box;
  height: 100%;
}
.sec02 .linkList.ids_box > li:hover {
  opacity: 0.7;
}
.sec02 .linkList.ids_box > li span {
  display: block;
}
.sec02 .linkList.ids_box li .pho {
  margin-bottom: 10px;
  display: block;
}
.sec02 .linkList.ids_box li .pho img {
  width: 80px;
}

.sec02.industry .linkList.ids_box li .ttl {
  margin-bottom: 14px;
  color: #111;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  background: none !important;
}
.sec02.industry .linkList.ids_box li::after {
  width: 0;
  height: 0;
  position: absolute;
  bottom: 8px;
  right: 10px;
  border-bottom: 19px solid #868584;
  border-left: 19px solid transparent;
  content: "";
  cursor: pointer;
}

.sec02.industry .linkList.ids_box li:nth-of-type(1)::after {
  border-bottom-color: #8EB510;
}

.sec02.industry .linkList.ids_box li:nth-of-type(2)::after {
  border-bottom-color: #DD3D7C;
}
.sec02.industry .linkList.ids_box li:nth-of-type(3)::after {
  border-bottom-color: #008E6E;
}
.sec02.industry .linkList.ids_box li:nth-of-type(4)::after {
  border-bottom-color: #AE308C;
}
.sec02.industry .linkList.ids_box li:nth-of-type(5)::after {
  border-bottom-color: #006FBC;
}
.sec02.industry .linkList.ids_box li:nth-of-type(6)::after {
  border-bottom-color: #CB4D00;
}
.sec02.industry .linkList.ids_box li:nth-of-type(7)::after {
  border-bottom-color: #0092D7;
}
.sec02.industry .linkList.ids_box li:nth-of-type(8)::after {
  border-bottom-color: #26B7BC;
}

.sec02.industry .linkList.ids_box li:nth-of-type(9)::after {
  border-bottom-color: #cf0027;
}

.pageTitle .linkList.ids_box > li > a:hover {
  background-color: #0b4b84;
}
.pageTitle .linkList.ids_box > li.link02 > a:hover::after {
  background-image: url("/Portals/0/images/common/icon31.png");
  background-size: 13px;
}

.pageTitle .linkList.ids_box .subBox .subList {
  margin: -8px auto 0;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* KRG */
.pageTitle .linkList.ids_box .subBox .subList > li {
  letter-spacing: 1px;
  font-size: 0.875em;
  margin-top: 8px;
  padding: 14px 25px 18px 16px;
  width: 244px;
  background-color: #fff;
  box-sizing: border-box;
}

.pageTitle .linkList.ids_box .subBox .subList > li .title {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
}
/* KRG end */
.pageTitle .linkList.ids_box .subBox .subList > li .title span {
  margin-right: 6px;
}
.pageTitle .linkList.ids_box .subBox .subList > li > ul li {
  padding-left: 6px;
  line-height: 1.71;
}
.pageTitle .linkList.ids_box .subBox .subList > li > ul li a {
  text-decoration: underline;
  color: #333;
  padding-left: 10px;
  color: #333;
  text-decoration: none;
  background: url("/Portals/0/images/common/icon29.png") no-repeat left center / 6px;
}
.pageTitle .linkList.ids_box .subBox .subList > li > ul li a:hover {
  text-decoration: underline;
}
.pageTitle .linkList.ids_box .subBox .subList > li:last-of-type {
  padding-left: 15px;
  border: 1px solid #ffd21c;
  border-left: 4px solid #ffd21c;
}
.pageTitle .linkList.ids_box .subBox .subList > li:last-of-type > ul li a {
  background-image: url("/Portals/0/images/common/icon30.png");
}
/* KRG */
.pageTitle .linkList.ids_box .subBox .subList.txt > li:last-of-type {
  padding-left: 15px;
  border: none;
  border-left: none;
}
.pageTitle .linkList.ids_box .subBox .subList.txt li {
  background: #fff;
  position: relative;
  padding: 14px 16px;
}
.pageTitle .linkList.ids_box .subBox .subList.txt.rb_img li:nth-child(2n) {
  width: 748px;
}
.pageTitle .linkList.ids_box .subBox .subList.txt li.image a {
  display: flex;
}
.pageTitle .linkList.ids_box .subBox .subList.txt li:before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-top: 10px solid transparent;
  border-right: 10px solid #115c9e;
}
.pageTitle .linkList.ids_box .subBox .subList.txt li.two {
  width: 49.6%;
}
.pageTitle .linkList.ids_box .subBox .subList.txt li.four {
  width: 24.4%;
}
.pageTitle .linkList.ids_box .subBox .subList.txt > li .title {
  color: #006bc4;
}
.pageTitle .linkList.ids_box .subBox .subList.txt li.image .cimg {
  width: 36%;
  max-width: 180px;
  height: auto;
  object-fit: cover;
  margin-right: 16px;
}
.pageTitle .linkList.ids_box .subBox .subList.txt li.image .ctext {
  width: 69.5%;
}
.pageTitle .linkList.ids_box .subBox .subList.iconin > li {
  position: relative;
  padding: 14px 15px 18px;
}

.pageTitle .linkList.ids_box .subBox .subList.iconin li .title span {
  padding: 0;
}
.pageTitle .linkList.ids_box .subBox .subList.iconin p span {
  color: #737373;
  padding: 0 5px;
}
.pageTitle .linkList.ids_box .subBox .subList.iconin > li:first-child::before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-top: 10px solid transparent;
  border-right: 10px solid #abcd04;
}
.pageTitle .linkList.ids_box .subBox .subList.iconin > li:nth-child(2)::before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-top: 10px solid transparent;
  border-right: 10px solid #e583ac;
}
.pageTitle .linkList.ids_box .subBox .subList.iconin > li:nth-child(3)::before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-top: 10px solid transparent;
  border-right: 10px solid #51b6a8;
}
.pageTitle .linkList.ids_box .subBox .subList.iconin > li:nth-child(4)::before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-top: 10px solid transparent;
  border-right: 10px solid #b18bb2;
}
.pageTitle .linkList.ids_box .subBox .subList.iconin > li:nth-child(5)::before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-top: 10px solid transparent;
  border-right: 10px solid #5faae3;
}
.pageTitle .linkList.ids_box .subBox .subList.iconin > li:nth-child(6)::before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-top: 10px solid transparent;
  border-right: 10px solid #be8943;
}
.pageTitle .linkList.ids_box .subBox .subList.iconin > li:nth-child(7)::before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-top: 10px solid transparent;
  border-right: 10px solid #f5ab18;
}
.pageTitle .linkList.ids_box .subBox .subList.txt_2 {
  background-color: #fff;
  padding: 14px 0;
}
.pageTitle .linkList.ids_box .subBox .subList.txt_2 .two {
  width: 50%;
  box-sizing: border-box;
}
.pageTitle .linkList.ids_box .subBox .subList.txt_2 .tree {
  width: calc(100% / 3);
  box-sizing: border-box;
}
.pageTitle .linkList.ids_box .subBox .subList.txt_2 .four {
  width: 25%;
  box-sizing: border-box;
}
.pageTitle .linkList.ids_box .subBox .subList.txt_2 > div {
  border-right: 1px solid #e7e7e7;
  padding: 0 16px;
}
.pageTitle .linkList.ids_box .subBox .subList.txt_2 > div:last-of-type {
  border: none;
}
.pageTitle .linkList.ids_box .subBox .subList.txt_2 > div > ul.subBox_menu li a {
  display: block;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #006bc4;
  background: none;
  padding: 0 0 8px 0;
}
.pageTitle .linkList.ids_box .subBox .subList.txt_2 > div .title {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #006bc4;
}

.pageTitle .linkList.ids_box .subBox .subList.txt_2 > div > ul li a {
  display: block;
  padding-left: 10px;
  background: url(/Portals/0/images/common/icon37.png) no-repeat left center / 6px;
  padding-bottom: 2px;
}

@media all and (max-width: 1050px) {
  .pageTitle .linkList.ids_box > li {
    min-width: 156px;
  }
  .pageTitle .linkList.ids_box > li:nth-of-type(1) {
    min-width: 170px;
  }
  .pageTitle .linkList.ids_box > li:nth-of-type(4) {
    min-width: 128px;
  }
  .pageTitle .linkList.ids_box > li:nth-of-type(5) {
    min-width: 191px;
  }
  .pageTitle .linkList.ids_box > li > a {
    padding: 18px 10px 0;
    text-align: center;
  }
}
