@charset "UTF-8";
/* 戦略的イノベーション創造プログラム */
#page-substance > .inner {
  width: 980px;
}

.sip-sitemenu {
  background-color: #fff;
  border-top: 1px solid #0068b7;
  border-bottom: 1px solid #0068b7;
}
.sip-sitemenu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 980px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  list-style-type: none;
  border-left: 1px solid #0068b7;
}
.sip-sitemenu > ul a {
  color: #0068b7;
}
.sip-sitemenu > ul > li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  padding: 0;
  border-right: 1px solid #0068b7;
  position: relative;
}
.sip-sitemenu > ul > li > a {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 10px 25px;
  line-height: 1.3;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sip-sitemenu > ul > li.submenu > a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #c3c3c3;
  border-bottom: 2px solid #c3c3c3;
  position: absolute;
  left: calc(50% - 7px);
  bottom: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sip-sitemenu > ul > li:hover {
  border-right: 1px solid #fff;
}
.sip-sitemenu > ul > li:hover > a {
  color: #fff;
  background-color: #0068b7;
}
.sip-sitemenu > ul > li:hover > a::after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}
.sip-sitemenu > ul > li:hover ul.page-index {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.sip-sitemenu > ul ul.page-index {
  min-width: 100%;
  height: 0;
  margin: 0;
  padding: 1px 0 0;
  list-style-type: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 100;
}
.sip-sitemenu > ul ul.page-index > li {
  margin: 0;
  padding: 0;
  background-color: #F1F1F1;
}
.sip-sitemenu > ul ul.page-index > li + li {
  border-top: 1px solid #fff;
}
.sip-sitemenu > ul ul.page-index > li a {
  display: block;
  padding: 12px 10px;
  color: #0068b7;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.3;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sip-sitemenu > ul ul.page-index > li a:hover {
  color: #fff;
  background-color: #009FA8;
}

.sip-keyvisual {
  height: 350px;
  overflow: hidden;
  background: url(../images/pict_main-image_202201.jpg) center center no-repeat #fff;
  background-size: auto 100%;
  position: relative;
}
.sip-keyvisual > img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sip-keyvisual + #page-substance {
  padding-top: 30px;
}

.sip-title {
  height: 120px;
  overflow: hidden;
  background: url(../images/pict_main-image_202201.jpg) center 23.5% no-repeat #fff;
  background-size: 1620px auto;
}
.sip-title a {
  display: block;
  width: 540px;
  height: 100px;
  margin: 10px auto 0;
}

.local-menu {
  margin: 20px 0 30px;
}
.local-menu .primary-title {
  margin: 0;
  padding: 0;
}
.local-menu .primary-title a {
  display: block;
  color: #fff;
  padding: 10px;
  line-height: 1.3;
  font-weight: bold;
  text-decoration: none;
  background-color: #0068b7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.local-menu .primary-title a:hover {
  opacity: 0.8;
}
.local-menu ul {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  list-style-type: none;
}
.local-menu ul > li {
  margin: 1px 0 0;
  padding: 0;
}
.local-menu ul > li > a {
  display: block;
  padding: 10px;
  color: #0068b7;
  text-decoration: none;
  font-weight: bold;
  background-color: #F1F1F1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.local-menu ul > li:hover > a {
  color: #fff;
  background-color: #009FA8;
}

body.regular-page .content .main-text {
  padding-left: 0;
  padding-right: 0;
}

.main-text * {
  font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.main-text .fa {
  font-family: FontAwesome !important;
}
.main-text .category-name {
  margin: 0 0 20px;
  padding: 8px 10px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #16B9CA;
  line-height: 1;
  background-color: #F7F7F7;
}
.main-text .category-name em {
  font-style: normal !important;
  font-weight: bold;
}

body.sip-regular .main-text h1 {
  margin: 0 0 25px;
  padding: 10px 0 0;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.2;
  color: #0a6fac;
  background-color: transparent;
  border-top: 1px solid #0a6fac;
}
body.sip-regular .main-text h2 {
  margin: 25px 0 20px;
  padding: 10px 6px;
  color: #0a6fac;
  font-weight: normal;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.2;
  background-color: #f1f1f1;
  background-image: none;
  border: none;
}
body.sip-regular .main-text h3 {
  padding: 5px;
  color: #16B9CA;
  font-weight: normal;
  line-height: 1.2;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #F7F7F7;
  border: none;
}

.sip-breadcrumbs {
  min-width: 980px;
  padding: 7px 0;
  text-align: left;
  color: #fff;
  background-color: #0a6fac;
}
.sip-breadcrumbs p {
  width: 980px;
  margin: 0 auto;
  line-height: 1.2;
  font-size: 12px;
  font-size: 1.2rem;
}
.sip-breadcrumbs + #page-substance {
  padding-top: 30px;
}
.sip-breadcrumbs a {
  color: #fff;
}

body.regular-page .sip-sidebar {
  width: 240px;
  padding-bottom: 30px;
}
body.regular-page .sip-sidebar > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.2;
  border: 1px solid #0a6fac;
  border-bottom: none;
}
body.regular-page .sip-sidebar > ul > li {
  margin: 0;
  border-bottom: 1px solid #0a6fac;
}
body.regular-page .sip-sidebar > ul > li img {
  vertical-align: top;
}
body.regular-page .sip-sidebar > ul > li > a {
  padding: 7px 5px 7px 15px;
}
body.regular-page .sip-sidebar > ul ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body.regular-page .sip-sidebar > ul ul > li {
  margin: 0;
  padding: 0;
  border-top: 1px solid #E4E4E4;
}
body.regular-page .sip-sidebar > ul ul > li > a {
  background: none;
}
body.regular-page .sip-sidebar > ul a {
  display: block;
  padding: 5px 0 5px 26px;
  text-decoration: none;
  color: #0a6fac;
}
body.regular-page .sip-sidebar > ul a:hover {
  text-decoration: underline;
}
body.regular-page .sip-sidebar > ul > li.show-submenu ul {
  display: block;
}
body.regular-page .sip-sidebar ul.links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
}
body.regular-page .sip-sidebar ul.links li {
  margin: 0 0 10px;
  padding: 0;
  border: none;
}
body.regular-page .sip-sidebar ul.links li a {
  margin: 0;
  padding: 0;
}
body.regular-page .sip-sidebar ul.links li.internal a {
  display: block;
  margin-bottom: 20px;
  padding: 8px 10px;
  color: #fff;
  line-height: 1;
  background-color: #959595;
}
body.regular-page .sip-sidebar ul.links li a.txt {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 5px;
  text-align: center;
  color: #0068b7;
  font-weight: bold;
  line-height: 1.3;
  text-decoration: none;
  border: 1px solid #0068b7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.regular-page .sip-sidebar ul.links li a.txt:hover {
  opacity: 0.7;
}
body.research .sip-sidebar > ul > li.current ul {
  display: block;
}
body.achievements .sip-sidebar > ul > li.current ul, body.achievements .sip-sidebar > ul > li.achievements ul {
  display: block;
}

.sip-sidebar > ul li.current > a {
  background-color: #F0F0EC !important;
}

body.greeting .sip-sitemenu li.greeting {
  border-right: 1px solid #fff;
}

body.outline .sip-sitemenu ul.page-index li.outline > a {
  color: #fff;
  background-color: #009FA8;
}

body.greeting .sip-sitemenu li.greeting > a {
  color: #fff;
  background-color: #0068b7;
}

body.outline .sip-sidebar .local-menu ul li.outline > a {
  color: #fff;
  background-color: #009FA8;
}

body.regular-page .sip-content {
  width: 710px;
}
body.sip-home .content .sip-box, body.sip-regular .content .sip-box {
  margin: 0 0 25px;
  padding: 0;
  overflow: hidden;
}
body.sip-home .content .sip-box h2, body.sip-regular .content .sip-box h2 {
  margin: 0 0 10px;
  padding: 0;
  overflow: hidden;
  color: #fff;
  line-height: 1.2;
  font-size: 16px;
  font-size: 1.6rem;
  background: none;
  border: none;
  background-color: #0a6fac;
}
body.sip-home .content .sip-box h2 .text, body.sip-regular .content .sip-box h2 .text {
  float: left;
  padding: 10px;
}
body.sip-home .content .sip-box h2 a, body.sip-regular .content .sip-box h2 a {
  float: right;
  margin: 0;
  padding: 11px 14px;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  background-color: #009FA8;
}
body.sip-home .content .sip-box h2 a:hover, body.sip-regular .content .sip-box h2 a:hover {
  text-decoration: underline;
}
body.sip-home .content .sip-box ul.page-index, body.sip-regular .content .sip-box ul.page-index {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body.sip-home .content .sip-box ul.page-index > li, body.sip-regular .content .sip-box ul.page-index > li {
  float: left;
  width: 48%;
  margin: 10px 0;
  line-height: 1.1;
}
body.sip-home .content .sip-box ul.page-index > li a, body.sip-regular .content .sip-box ul.page-index > li a {
  display: block;
  padding: 10px 10px 10px 35px;
  color: #fff;
  text-decoration: none;
  background: url(../images/common/icon_arrow1.png) 8px 8px no-repeat #16B9CA;
  border-radius: 5px;
}
body.sip-home .content .sip-box ul.page-index > li a:hover, body.sip-regular .content .sip-box ul.page-index > li a:hover {
  text-decoration: underline;
}
body.sip-home .content .sip-box ul.page-index > li:nth-child(even), body.sip-regular .content .sip-box ul.page-index > li:nth-child(even) {
  float: right;
}

.main-text table.sip-headline tbody tr th {
  width: 5em;
  padding: 5px 0;
  white-space: nowrap;
  text-align: center;
  vertical-align: top;
  font-style: normal;
  font-weight: normal;
  border: none;
}
.main-text table.sip-headline tbody tr th .category {
  padding: 12px 5px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  border-radius: 5px;
}
.main-text table.sip-headline tbody tr td {
  padding: 5px 0 5px 15px;
  vertical-align: top;
}
.main-text table.sip-headline tbody tr td time {
  display: block;
  color: #333;
  font-size: 13px;
  font-size: 1.3rem;
  border: none;
}
.main-text ul.horizontal-menu {
  margin: -10px 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.main-text ul.horizontal-menu > li {
  display: inline-block;
  margin: 0;
  padding: 0 10px 3px;
  line-height: 1.1;
  font-size: 15px;
  font-size: 1.5rem;
  border-left: 1px solid #ccc;
}
.main-text ul.horizontal-menu > li.current {
  font-weight: bold;
}
.main-text ul.horizontal-menu > li:first-child {
  padding-left: 0;
  border-left: none;
}
.main-text ul.horizontal-menu > li:last-child {
  padding-right: 0;
}
.main-text ul.horizontal-menu > li a {
  color: #1A4172;
}

.sip-regular .main-text table.project-members th {
  padding: 3px 15px 3px 3px;
  vertical-align: top;
  font-weight: normal;
  line-height: 1.2;
}
.sip-regular .main-text table.project-members td {
  padding: 3px;
  vertical-align: top;
  line-height: 1.2;
}
.sip-regular .main-text .leader-portrait {
  float: right;
  padding: 10px;
  text-align: center;
  background-color: #f7f7f7;
  font-size: 13px;
  font-size: 1.3rem;
  border-left: 15px solid #fff;
  border-bottom: 15px solid #fff;
}
.sip-regular .main-text .leader-portrait img {
  display: block;
  margin: 0 auto 5px;
}
.sip-regular .main-text .reference {
  margin: 1em 0;
  padding: 5px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #666;
  border: 1px solid #ddd;
}
.sip-regular .main-text .reference p {
  margin: 0.5em 0;
}
.sip-regular .main-text .reference ul, .sip-regular .main-text .reference ol {
  margin: 0;
}
.sip-regular .main-text .reference li {
  margin: 0.5em 0;
}
.sip-regular .main-text .reference em {
  font-weight: normal;
  font-style: italic;
}

html[lang=en] .content .sip-box ul.page-index > li a {
  min-height: 2.2em;
}

.sip-regular .main-text table.data-table {
  border-collapse: collapse;
  border: 1px solid #88b8d4;
}
.sip-regular .main-text table.data-table thead th {
  background-color: #fff;
}
.sip-regular .main-text table.data-table tr.light {
  background-color: #f1f5f8;
}
.sip-regular .main-text table.data-table tr.dark {
  background-color: #d9e6ee;
}
.sip-regular .main-text table.data-table tr td {
  padding: 7px;
  border: 1px solid #88b8d4;
}
.sip-regular .main-text .sip-home-back {
  margin: 30px 0;
  text-align: center;
  line-height: 1;
}
.sip-regular .main-text .sip-home-back a {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  text-decoration: none;
  background-color: #0a6fac;
  border-radius: 5px;
}
.sip-regular .main-text .sip-home-back a:hover {
  text-decoration: underline;
}

.faq #page-top .font-size-change dd {
  background: none;
}

/* レスポンシブ設定 */
@media (max-width: 550px) {
  .sip-keyvisual {
    height: 200px;
    padding: 2px 2px 0;
    background-color: #fff;
  }
  .sip-keyvisual .inner {
    width: auto;
  }
  .sip-keyvisual span {
    width: auto;
    margin: 50px auto 0;
  }
  .sip-keyvisual img {
    width: auto;
    max-width: 90%;
    height: auto;
  }

  body.regular-page .sip-content {
    width: auto;
  }
  body.sip-home .content .sip-box ul.page-index > li, body.sip-regular .content .sip-box ul.page-index > li {
    float: none;
    width: auto;
    margin: 5px 0;
  }
  body.sip-home .content .sip-box ul.page-index > li:nth-child(even), body.sip-regular .content .sip-box ul.page-index > li:nth-child(even) {
    float: none;
  }
  body.regular-page .sip-sidebar {
    width: auto;
  }
  body.regular-page .sip-title strong {
    display: none;
  }
  body.regular-page .sip-breadcrumbs {
    min-width: initial;
    padding: 5px 10px;
  }
  body.regular-page .sip-breadcrumbs p {
    width: auto;
  }

  .sip-regular .main-text .leader-portrait {
    float: none;
    width: 60%;
    margin: 0 auto;
    border: none;
  }
  .sip-regular .main-text img.img-border {
    max-width: 99.5%;
  }

  html[lang=en] .content .sip-box ul.page-index > li a {
    min-height: initial;
  }

  #page-substance {
    width: auto;
    min-width: initial;
    padding-left: 10px;
    padding-right: 10px;
  }

  #page-bottom {
    width: auto;
    min-width: initial;
  }

  #page-substance > .inner {
    width: auto;
  }

  body.regular-page .sip-sidebar ul.links {
    text-align: center;
  }

  .sip-title {
    height: 110px;
    background: url(../images/pict_main-image_202201.jpg) center no-repeat #fff;
    background-size: auto 100%;
  }
  .sip-title a {
    width: auto;
    height: auto;
    margin: 25px auto 0;
  }
  .sip-title img {
    width: auto;
    max-width: 85%;
    height: auto;
  }
}
.pagenation {
  overflow: hidden;
  margin: 25px 0 0;
  text-align: center;
}
.pagenation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1;
}
.pagenation ul li {
  display: inline-block;
  margin: 0 3px;
  border: 1px solid #ccc;
}
.pagenation ul li a {
  display: inline-block;
  padding: 4px;
}
.pagenation ul li em {
  display: inline-block;
  padding: 4px;
  font-style: normal;
  font-weight: bold;
}

@media (max-width: 550px) {
  .sip-sitemenu {
    display: block;
    width: auto;
    border: none;
  }
  .sip-sitemenu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
    border: none;
    border-bottom: 1px solid #0068b7 !important;
  }
  .sip-sitemenu > ul > li {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #0068b7 !important;
    border-bottom: none !important;
  }
  .sip-sitemenu > ul > li:nth-child(even) {
    border-left: none !important;
  }
  .sip-sitemenu > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 1.3;
    border: none !important;
    border-bottom: none !important;
  }
  .sip-sitemenu > ul > li.submenu a::after {
    display: inline-block;
    position: static;
    margin-left: 10px;
    -webkit-transform: rotate(45deg) translateY(-5px);
            transform: rotate(45deg) translateY(-5px);
  }
  .sip-sitemenu > ul > li:hover a {
    color: #0068b7;
    background-color: #fff;
  }
  .sip-sitemenu > ul > li:hover a::after {
    border-right: 2px solid #c3c3c3;
    border-bottom: 2px solid #c3c3c3;
  }
  .sip-sitemenu > ul ul.page-index {
    display: none;
    visibility: visible;
    opacity: 1;
    height: auto;
  }
  .sip-sitemenu > ul ul.page-index > li + li {
    border-top: 1px solid #fff;
  }
  .sip-sitemenu > ul ul.page-index > li a {
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: normal;
    font-size: 13px;
    line-height: 1;
    background-color: #F1F1F1;
  }
}