@charset "utf-8";
/* CSS Document */
/* =======================================

	font

========================================== */
@font-face {
  font-weight: 300;
  font-style: normal;
  font-family: "Noto Sans CJK JP";
  src: url("../fonts/notosans-cjk-jp/NotoSansCJKjp-DemiLight.woff2") format("woff2"),
    url("../fonts/notosans-cjk-jp/NotoSansCJKjp-DemiLight.woff") format("woff"),
    url("../fonts/notosans-cjk-jp/NotoSansCJKjp-DemiLight.ttf") format("truetype"),
    url("../fonts/notosans-cjk-jp/NotoSansCJKjp-DemiLight.eot") format("embedded-opentype");
}
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans CJK JP";
  src: url("../fonts/notosans-cjk-jp/NotoSansCJKjp-Regular.woff2") format("woff2"),
    url("../fonts/notosans-cjk-jp/NotoSansCJKjp-Regular.woff") format("woff"),
    url("../fonts/notosans-cjk-jp/NotoSansCJKjp-Regular.ttf") format("truetype"),
    url("../fonts/notosans-cjk-jp/NotoSansCJKjp-Regular.eot") format("embedded-opentype");
}
@font-face {
  font-weight: 500;
  font-style: normal;
  font-family: "Noto Sans CJK JP";
  src: url("../fonts/notosans-cjk-jp/NotoSansCJKjp-Medium.woff2") format("woff2"),
    url("../fonts/notosans-cjk-jp/NotoSansCJKjp-Medium.woff") format("woff"),
    url("../fonts/notosans-cjk-jp/NotoSansCJKjp-Medium.ttf") format("truetype"),
    url("../fonts/notosans-cjk-jp/NotoSansCJKjp-Medium.eot") format("embedded-opentype");
}
@font-face {
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Sans CJK JP";
  src: url("../fonts/notosans-cjk-jp/NotoSansCJKjp-Bold.woff2") format("woff2"),
    url("../fonts/notosans-cjk-jp/NotoSansCJKjp-Bold.woff") format("woff"),
    url("../fonts/notosans-cjk-jp/NotoSansCJKjp-Bold.ttf") format("truetype"),
    url("../fonts/notosans-cjk-jp/NotoSansCJKjp-Bold.eot") format("embedded-opentype");
}
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: ForkAwesome;
  src: url(../fonts/fork-awesome/forkawesome-webfont.eot?v=1.1.7);
  src: url(../fonts/fork-awesome/forkawesome-webfont.eot?#iefix&v=1.1.7) format("embedded-opentype"),
    url(../fonts/fork-awesome/forkawesome-webfont.woff2?v=1.1.7) format("woff2"),
    url(../fonts/fork-awesome/forkawesome-webfont.woff?v=1.1.7) format("woff"),
    url(../fonts/fork-awesome/forkawesome-webfont.ttf?v=1.1.7) format("truetype"),
    url(../fonts/fork-awesome/forkawesome-webfont.svg?v=1.1.7#forkawesomeregular) format("svg");
}
/* =======================================

	Chrome transitionバグ回避

========================================== */
.preload {
  transition: 0 !important;
}
/* =======================================

	base

========================================== */
html, body {
  overflow-x: hidden;
  font-size: 10px;
}
body {
  box-sizing: border-box;
  color: #222;
  font-size: 1.6rem;
  font-family: "Noto Sans CJK JP", sans-serif;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  padding: 0;
  margin: 0;
  background-color: #fff;
}
a {
  color: #146345;
  transition: 0.15s all ease-in-out;
}
a:hover {
  color: #146345;
}
main a {
  text-decoration: underline;
}
main a:hover {
  text-decoration: none;
}
.main-content {
  padding: 0;
  max-width: 960px;
}
.content {
  margin-bottom: 60px;
}
.content-child {
  margin-bottom: 40px;
}
.content .content-child:first-of-type {
  margin-top: 40px;
}
.content .content-child:last-of-type {
  margin-bottom: 0;
}
.content figure img {
  width: 100%;
  height: auto;
}
h1.page-main-title {
  line-height: 1.3;
  font-weight: 300;
  font-size: 3.4rem;
  margin-bottom: 45px;
}
.content h2 {
  line-height: 1.3;
  font-weight: 300;
  font-size: 2.4rem;
  border-bottom: 1px solid #146345;
  padding: 0 0 10px;
  margin-bottom: 30px;
}
.content h3 {
  line-height: 1.3;
  font-weight: 300;
  font-size: 2.0rem;
  border-left: 3px solid #146345;
  padding: 4px 0 4px 18px;
  margin-bottom: 20px;
}
main .mt10 { margin-top: 10px; }
main .mt20 { margin-top: 20px; }
main .mt30 { margin-top: 30px; }
main .mt40 { margin-top: 40px; }
main .mb10 { margin-bottom: 10px; }
main .mb20 { margin-bottom: 20px; }
main .mb30 { margin-bottom: 30px; }
main .mb40 { margin-bottom: 40px; }
/* ================
	header
=================== */
.site-header-wrap {
  width: 100%;
  padding: 0 15px;
  background-color: #fff;
  overflow: hidden;
  position: fixed;
  z-index: 50;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
}
.site-header {
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-header .open-sidebar-menu,
.site-header .sidebar-icon-toggle {
  display: none;
}
.site-header .site-logo {
  padding-bottom: 8px;
}
.site-header #sidebar-menu {
  width: 80%;
}
.site-header .sidebar-menu-inner {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.site-header .sidebar-menu-inner li {
  font-size: 1.3rem;
  line-height: 1.3;
}
.site-header .sidebar-menu-inner li a {
  display: block;
  padding: 22px;
  color: #222;
  text-decoration: none;
  transition: 0.15s background ease-in-out;
}
.site-header .sidebar-menu-inner li a:hover,
.home .site-header .sidebar-menu-inner li.nav01 a,
.about .site-header .sidebar-menu-inner li.nav02 a,
.special-lecture .site-header .sidebar-menu-inner li.nav03 a,
.research-seeds .site-header .sidebar-menu-inner li.nav04 a,
.technical-consultation .site-header .sidebar-menu-inner li.nav05 a,
.news .site-header .sidebar-menu-inner li.nav06 a,
.exhibitor-list .site-header .sidebar-menu-inner li.nav07 a {
  background-color: #146345;
  color: #fff;
}
/* ================
	breadcrumb
=================== */
.breadcrumb-wrap {
  background-color: #f1f1f1;
  padding: 12px 0 8px;
}
.breadcrumb {
  background-color: #f1f1f1;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumb li {
  font-size: 1.4rem;
  line-height: 1.3;
  position: relative;
  padding: 0 24px 0 0;
  margin-bottom: 4px;
}
.breadcrumb li::after {
  content: "\f105";
  display: inline-block;
  font-family: ForkAwesome;
  font-weight: normal;
  font-size: 1.2rem;
  color: #222;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0,-50%);
}
.breadcrumb li:last-child {
  padding: 0;
}
.breadcrumb li:last-child::after {
  content: none;
}
.breadcrumb li a {
  text-decoration: underline;
}
.breadcrumb li a:hover {
  text-decoration: none;
}
/* ================
	side
=================== */
.bnr-list {
  list-style-type: none;
  padding: 0;
  margin: 0 auto 40px;
  max-width: 330px;
}
.bnr-list li {
  margin: 0 0 10px;
}
.bnr-list li img {
  width: 100%;
  height: auto;
}
.bnr-list li a:hover {
  opacity: .8;
}
/* ================
	footer
=================== */
.site-footer {
  text-align: center;
  background-color: #333;
  position: relative;
  z-index: 30;
  padding: 0 0 50px;
}
.site-footer .copyright {
  display: block;
  padding: 20px 15px 0;
  color: #fff;
  font-size: 1.2rem;
}
.page-scroll {
  background-color: #146345;
  font-size: 1.4rem;
  margin-bottom: 60px;
}
.page-scroll a {
  text-decoration: none;
  display: inline-block;
  padding: 15px 20px 15px 15px;
  color: #fff;
  position: relative;
}
.page-scroll a:hover {
  opacity: .8;
}
.page-scroll a::after {
  content: "\f062";
  display: inline-block;
  font-family: ForkAwesome;
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
}
.footer-menu ul {
  list-style-type: none;
  padding: 0;
}
.footer-menu ul li {
  font-size: 1.4rem;
  display: inline-block;
  margin: 0 20px 10px;
}
.footer-menu ul li a {
  color: #fff;
}
/* =======================================

	individual

========================================== */
/* ================
	home
=================== */
.schedule-table {
  border-top: 1px dotted #ccc;
  width: 100%;
}
.schedule-table th {
  width: 20%;
  border-bottom: 1px dotted #ccc;
  font-weight: normal;
  padding: 14px 14px 14px 0;
  vertical-align: top;
}
.schedule-table td {
  border-bottom: 1px dotted #ccc;
  padding: 14px 0;
}
.thumbnail-list-col3 {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.thumbnail-list-col3::after {
  content: "";
  display: block;
  width: 32%;
}
.thumbnail-list-col3 {
  list-style: none;
  padding: 0;
}
.thumbnail-list-col3 li {
  padding: 0;
  margin: 0 0 .75em;
  width: 32%;
}
.thumbnail-list-col3 li img {
  width: 100%;
  height: auto;
}
.link-list {
  list-style-type: none;
  padding: 0;
}
.link-list li {
  padding: 0;
  margin-bottom: 6px;
}
.link-list li a {
  display: inline-block;
  padding: 0 0 0 18px;
  position: relative;
}
.link-list li a::before {
  content: "\f105";
  display: inline-block;
  font-family: ForkAwesome;
  font-weight: normal;
  font-size: 1.2em;
  position: absolute;
  line-height: 1.3;
  top: 0;
  left: 0;
}
.link-text {
  display: inline-block;
  padding: 0 0 0 12px;
  margin: 0 4px 0 0;
  position: relative;
}
.link-text::before {
  content: "\f105";
  display: inline-block;
  font-family: ForkAwesome;
  font-weight: normal;
  font-size: 1.2em;
  position: absolute;
  line-height: 1.3;
  top: 0;
  left: 0;
}
.home-news-list {
  margin-bottom: 30px;
}
.home-news-list header  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #146345;
  padding: 12px 10px 10px;
}
.home-news-list header h2 {
  color: #fff;
  line-height: 1.2;
  font-weight: 300;
  font-size: 1.5rem;
}
.home-news-list header a {
  font-size: 1.2rem;
  color: #146345;
  background-color: #fff;
  text-decoration: none;
  padding: 0 10px;
  border-radius: 2px;
}
.home-news-list ul {
  list-style-type: none;
  padding-left: 0;
}
.home-news-list ul li {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.home-news-list ul li .item-image {
  width: 40%;
}
.home-news-list ul li .item-image img {
  width: 100%;
  height: auto;
}
.home-news-list ul li .item-text {
  width: 56%;
}
.home-news-list ul li .item-text time,
.home-news-list ul li .item-text-full time {
  display: inline-block;
  font-size: 1.2rem;
  margin-right: 10px;
}
.home-news-list ul li .item-text .cat-link,
.home-news-list ul li .item-text-full .cat-link {
  display: inline-block;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.2;
  background-color: #146345;
  color: #fff;
  border-radius: 2px;
  padding: 3px 6px 4px;
}
.home-news-list ul li .item-text .item-title,
.home-news-list ul li .item-text-full .item-title {
  font-size: 1.4rem;
}
/* ================
	technical-consultation
=================== */
.external-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.external-link-list a {
  border: 1px solid #ccc;
  width: 49%;
  background-color: #f4f4f4;
  padding: 30px 20px 30px 40px;
  position: relative;
  text-decoration: none;
}
.external-link-list a::before {
  content: "\f105";
  display: inline-block;
  font-family: ForkAwesome;
  font-weight: normal;
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0,-50%);
}
.external-link-list a:hover {
  opacity: .8;
}
.external-link-list em {
  font-style: normal;
  font-size: 2.0rem;
}
/* ================
	about
=================== */
.event-date {
  font-size: 2.0rem;
  display: inline-block;
  margin-bottom: 10px;
}
.table-style01 {
  width: 100%;
  border: 1px solid #ccc;
}
.table-style01 th {
  background-color: #f4f4f4;
  width: 25%;
  border-bottom: 1px solid #ccc;
  padding: 14px;
  font-weight: normal;
  vertical-align: top;
}
.table-style01 td {
  border-bottom: 1px solid #ccc;
  padding: 14px;
}
.table-style01 td.table-style01-sub-header {
  border-right: 1px solid #ccc;
}
.tree-list {
  list-style-type: none;
  padding: 0;
}
.tree-list > li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
}
.tree-list > li::before {
  list-style-type: none;
  content: "\f005";
  display: inline-block;
  font-family: ForkAwesome;
  font-weight: normal;
  font-size: 1.6rem;
  color: #146345;
  position: absolute;
  top: 0;
  left: 0;
}
.tree-list li .tree-list-summary {
  position: relative;
  display: block;
  padding-left: 22px;
}
.tree-list li .tree-list-summary::before {
  list-style-type: none;
  content: "\f061";
  display: inline-block;
  font-family: ForkAwesome;
  font-weight: normal;
  font-size: 1.6rem;
  color: #146345;
  position: absolute;
  top: 0;
  left: 0;
}
.tree-list ul {
  padding-left: 14px;
}
.inquiry-box {
  background-color: #f4f4f4;
  padding: 30px 30px 20px;
}
.inquiry-box h3 {
  padding: 0 0 10px;
  border-left: none;
  border-bottom: 1px solid #146345;
}
/* ================
	special-lecture
=================== */
.timetable {
  width: 100%;
  background-color: #eee;
  margin-bottom: 20px;
}
.timetable th {
  width: 18%;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #fff;
  padding: 14px;
  font-weight: normal;
  vertical-align: top;
}
.timetable td {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #fff;
  padding: 14px;
}
.teacher-list .teacher-list-item {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.teacher-list .teacher-list-item .teacher-list-item-header {
  width: 200px;
}
.teacher-list .teacher-list-item .teacher-list-item-header .teacher-list-item-header-image {
  width: 200px;
  border-radius: 100px;
  overflow: hidden;
  margin-bottom: 20px;
}
.teacher-list .teacher-list-item .teacher-list-item-header .teacher-list-item-header-image img {
  width: 100%;
  height: auto;
}
.teacher-list .teacher-list-item .teacher-list-item-header h4 {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 2.4rem;
  text-align: center;
}
.job-title {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.4rem;
}
.teacher-list .teacher-list-item table {
  width: calc(100% - 230px);
}
.teacher-list .teacher-list-item table th {
  vertical-align: top;
  width: 25%;
  border-bottom: 1px solid #ccc;
  padding: 10px 10px 10px 0;
  font-weight: normal;
}
.teacher-list .teacher-list-item table td {
  border-bottom: 1px solid #ccc;
  padding: 10px 0 10px 10px;
}
.teacher-list .teacher-list-item table tr:last-child th {
  border-bottom: none;
  padding: 10px 10px 0 0;
}
.teacher-list .teacher-list-item table tr:last-child td {
  border-bottom: none;
  padding: 10px 0 0 10px;
}
.prof-item dt {
  margin: 0 0 10px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 700;
}
.prof-item dt em {
  font-style: normal;
  display: block;
  font-size: 2.4rem;
}
.application-form-button {
  text-align: center;
  padding: 20px 0 0;
}
.application-form-button:first-child {
  padding: 0 0 40px;
}
.application-form-button a {
  display: inline-block;
  padding: 20px 30px 20px 60px;
  background-color: #146345;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.application-form-button a:hover {
  opacity: .8;
}
.application-form-button a::before {
  content: "\f298";
  display: inline-block;
  font-family: ForkAwesome;
  font-weight: normal;
  font-size: 2.0rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0,-50%);
}
.movie-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 10px;
  margin: 0;
}
.movie-list li {
  list-style-type: none;
  width: 48%;
  margin: 0 0 30px;
}
.movie-list li .movie-list-media {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-list li .movie-list-media iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.movie-list li .movie-list-caption {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 700;
  font-size: 2.0rem;
  line-height: 1.4;
  padding: 14px 0 6px;
}
/* ================
	news
=================== */
.directory-title {
  line-height: 1.3;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
  font-size: 3.6rem;
}
.page-title {
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 40px;
  padding: 10px 0 17px;
  border-bottom: 1px solid #eee;
  font-size: 2.4rem;
}
.page-title.entry {
  margin-bottom: 20px;
}
.l-nav-wrap .l-nav {
  border-top: 1px solid #eee;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.l-nav-wrap .l-nav li {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.l-nav-wrap .l-nav li .archive-title {
  display: block;
  padding-bottom: 5px;
  color: #777;
  font-size: 1.5rem;
}
.l-nav-wrap .l-nav li select {
  padding: 6px;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.3;
}
.l-nav-wrap .l-nav li a {
  display: block;
  padding: 4px 0 4px 16px;
  position: relative;
}
.l-nav-wrap .l-nav li a::before {
  content: "\f105";
  display: inline-block;
  font-family: ForkAwesome;
  font-weight: normal;
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
}
.news-entry {
  margin-bottom: 40px;
}
.news-entry-list {
  margin-bottom: 50px;
}
.news-entry-header {
  margin: 0 0 20px;
}
.news-entry-list .news-entry-header {
  border-left: 3px solid #146345;
  padding: 0 0 0 18px;
}
.news-entry-header-title {
  line-height: 1.3;
  margin-bottom: 5px;
  font-size: 2.0rem;
}
.news-entry-header-inner {
  font-size: 1.4rem;
}
.news-entry-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.news-entry-list-item .news-entry-list-item-image {
  width: 30%;
}
.news-entry-list-item .news-entry-list-item-image img {
  width: 100%;
  height: auto;
}
.news-entry-list-item .news-entry-list-item-text {
  width: 66%;
}
.news-entry-list-item .more {
  margin-top: 10px;
}
.news-entry-list-item .more a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 16px;
}
.news-entry-list-item .more a::before {
  content: "\f105";
  display: inline-block;
  font-family: ForkAwesome;
  font-weight: normal;
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
}
.ph-flag-on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.ph-flag-on .news-entry-item-text {
  width: 60%;
}
.ph-flag-on .news-entry-item-image {
  width: 36%;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ph-flag-on .news-entry-item-image li {
  line-height: 1.3;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 20px;
}
.ph-flag-on .news-entry-item-image li img {
  width: 100%;
  height: auto;
}
.ph-flag-on .news-entry-item-image li .cap {
  display: inline-block;
  margin-top: 4px;
}
.news-entry-item-text ul,
.news-entry-item-text p {
  margin-bottom: 30px;
}
.news-entry-item-text ul {
  padding-left: 20px;
}
.news-entry-item-text h2 {
  font-weight: 700;
  line-height: 1.3;
  font-size: 2.0rem;
  padding: 8px 0 8px 14px;
  margin-bottom: 30px;
}
.news-entry-item-text h3 {
  font-weight: 700;
  line-height: 1.3;
  font-size: 2.0rem;
  margin-bottom: 30px;
}
.news-entry-item-text h4 {
  font-weight: 700;
  line-height: 1.3;
  font-size: 1.8rem;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 10px;
  margin-bottom: 30px;
}
.news-entry-item-text h5 {
  position: relative;
  padding: 0 0 0 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  font-size: 1.6rem;
  color: #444;
}
.news-entry-item-text h5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #444;
}
.news-entry-item-text .list-item-button {
  list-style-type: none;
  padding: 0;
  width: 100%;
  max-width: 400px;
}
.news-entry-item-text .list-item-button li {
  padding: 0;
  margin-bottom: 14px;
  line-height: 1.3;
}
.news-entry-item-text .list-item-button li::before {
  content: none;
}
.news-entry-item-text .list-item-button li a {
  display: table;
  width: 100%;
  min-height: 80px;
  border-radius: 4px;
  text-decoration: none;
}
.news-entry-item-text .list-item-button li a:hover {
  opacity: .8;
}
.news-entry-item-text .list-item-button li a .list-item-button-text {
  position: relative;
  padding: 10px 10px 10px 36px;
  display: table-cell;
  vertical-align: middle;
}
.news-entry-item-text .list-item-button li a .list-item-button-text::before {
  content: "\f105";
  display: inline-block;
  font-family: ForkAwesome;
  font-weight: normal;
  font-size: 1.4em;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0,-50%);
}
.news-list-pager,
.news-entry-pager {
  list-style-type: none;
  padding: 0;
  margin: 0 0 60px;
  position: relative;
}
.news-list-pager a:hover,
.news-entry-pager a:hover {
  opacity: .8;
}
.news-list-pager .prevpage,
.news-list-pager .backpage,
.news-entry-pager .prevpage,
.news-entry-pager .nextpage {
  position: absolute;
  top: 0;
  width: 80px;
  height: 50px;
}
.news-list-pager .prevpage,
.news-entry-pager .prevpage {
  left: 0;
}
.news-list-pager .backpage,
.news-entry-pager .nextpage {
  text-align: right;
  right: 0;
}
.news-list-pager .prevpage a,
.news-list-pager .backpage a,
.news-entry-pager .prevpage a,
.news-entry-pager .nextpage a {
  display: block;
  position: relative;
  line-height: 50px;
  background-color: #146345;
  color: #fff;
  text-decoration: none;
}
.news-list-pager .prevpage a,
.news-entry-pager .prevpage a {
  padding: 0 0 0 30px;
}
.news-list-pager .backpage a,
.news-entry-pager .nextpage a {
  padding: 0 30px 0 0;
}
.news-list-pager .prevpage a::before,
.news-entry-pager .prevpage a::before {
  content: "\f053";
  display: inline-block;
  font-family: ForkAwesome;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0,-50%);
}
.news-list-pager .backpage a::after,
.news-entry-pager .nextpage a::after {
  content: "\f054";
  display: inline-block;
  font-family: ForkAwesome;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0,-50%);
}
.listpage {
  text-align: center;
  margin: 0 auto;
}
.news-list-pager .listpage a,
.news-list-pager .listpage .current-page {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}
.news-entry-pager .listpage a {
  display: inline-block;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}
.listpage a {
  border: 1px solid #146345;
  background-color: #146345;
  color: #fff;
}
.listpage .current-page {
  border: 1px solid #146345;
  color: #333;
  background-color: #fff;
}
/* ================
	research-seeds
=================== */
.rs-nav-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 60px;
}
.rs-nav-box ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.rs-nav-box ul::after {
  content: "";
  display: block;
  width: 32%;
}
.rs-nav-box ul li {
  width: 32%;
}
.rs-nav-box ul li .archive-title {
  display: block;
  margin-bottom: 6px;
}
.rs-nav-box ul li select {
  padding: 0 6px;
  width: 100%;
  height: 40px;
  font-size: 1.4rem;
  line-height: 1.3;
  border: 1px solid #e4e4e4;
}
.rs-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.rs-list::after {
  content: "";
  display: block;
  width: 32%;
}
.rs-list a:hover,
.rs-item a:hover {
  opacity: .8;
}
.rs-list > li {
  width: 32%;
  margin-bottom: 30px;
  border: 1px solid #e4e4e4;
}
.rs-list li .rs-list-item-thumbnail {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.rs-list li .rs-list-item-thumbnail img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
}
.rs-list li .rs-list-item-thumbnail .rs-list-item-main-cat {
  font-size: 1.4rem;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #146345;
  padding: 10px 20px;
  line-height: 1.2;
}
.rs-list-item-summary {
  padding: 20px 20px 30px;
}
.content .rs-list-item-summary h2 {
  font-size: 1.8rem;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #e4e4e4;
}
.rs-list-item-summary h2 a:hover {
  opacity: 1;
}
.rs-list-item-summary-excerpt {
  margin-bottom: 20px;
}
.rs-list-item-exhibitor,
.rs-item-text-exhibitor {
  background-color: #eff2f3;
  padding: 20px;
  margin: 0 0 30px;
}
.rs-list-item-exhibitor dt,
.rs-item-text-exhibitor dt {
  font-weight: normal;
  line-height: 1.4;
  color: #13814d;
  background-repeat: no-repeat;
  background-position: left top;
}
.rs-list-item-exhibitor dd,
.rs-item-text-exhibitor dd {
  margin: 0;
}
.rs-list-item-exhibitor .rs-list-item-exhibitor-representative,
.rs-item-text-exhibitor .rs-item-text-exhibitor-representative {
  background-image: url(../images/research-seeds/icon_re_exhibitor.png);
  background-size: 21px 23.5px;
  padding: 4px 0 6px 30px;
}
.rs-list-item-exhibitor .rs-list-item-exhibitor-co,
.rs-item-text-exhibitor .rs-item-text-exhibitor-co {
  background-image: url(../images/research-seeds/icon_co_exhibitor.png);
  background-size: 24px 16px;
  padding: 0 0 6px 30px;
  font-size: 1.4rem;
  margin-top: 20px;
}
.rs-list-item-exhibitor .rs-list-item-exhibitor-representative + dd {
  font-size: 1.4rem;
}
.rs-item-text-exhibitor .rs-item-text-exhibitor-representative + dd {
  font-size: 1.6rem;
}
.rs-list-item-exhibitor .rs-list-item-exhibitor-co + dd {
  font-size: 1.2rem;
}
.rs-item-text-exhibitor .rs-item-text-exhibitor-co + dd {
  font-size: 1.4rem;
}
.rs-list-item-summary-icons,
.rs-item-media-summary-icons {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.rs-list-item-summary-icons {
  padding: 0 0 20px;
}
.rs-item-media-summary-icons {
  padding: 30px 0 20px;
  border-top: 1px solid #e4e4e4;
}
.rs-list-item-summary-icons::after,
.rs-item-media-summary-icons::after {
  content: "";
  display: block;
  width: 30%;
}
.rs-list-item-summary-icons li {
  width: 30%;
  margin-bottom: 10px;
}
.rs-item-media-summary-icons li {
  width: 30%;
  margin-bottom: 20px;
}
.rs-list-item-summary-icons li img,
.rs-item-media-summary-icons li img {
  width: 100%;
  height: auto;
}
.rs-list-item-summary-more {
  color: #fff;
  text-decoration: none;
  background: #333;
  line-height: 1.2;
  display: block;
  padding: 20px 20px 20px 40px;
  border-radius: 40px;
  position: relative;
}
.rs-list-item-summary-more:hover {
  color: #fff;
}
.rs-list-item-summary-more::after {
  content: "\f105";
  color: #333;
  text-align: center;
  background-color: #fff;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  font-family: ForkAwesome;
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0,-50%);
}
.rs-item-media h2 {
  line-height: 1.4;
  font-weight: 300;
  font-size: 2.0rem;
  position: relative;
  padding: 0 0 10px 22px;
  margin: 0 0 20px;
  border-bottom: 1px solid #e4e4e4;
}
.rs-item-media h2::before {
  content: "\f103";
  display: inline-block;
  font-family: ForkAwesome;
  font-weight: normal;
  font-size: 2.2rem;
  color: #146345;
  position: absolute;
  top: 0;
  left: 0;
}
.rs-item-media-poster-single {
  max-height: 250px;
  overflow: hidden;
  display: block;
  margin: 0 auto 30px;
  border: 1px solid #146345;
}
.rs-item-media-poster-single img {
  width: 100%;
  height: auto;
}
.rs-item-media-poster-list {
  list-style-type: none;
  padding: 0 0 20px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.rs-item-media-poster-list li {
  width: 49%;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #146345;
}
.rs-item-media-poster-list li img {
  width: 100%;
  height: auto;
}
.rs-item-media-movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.rs-item-media-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rs-item-text-main-cat {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  background-color: #146345;
  padding: 10px 20px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.rs-item-text-main-cat:hover {
  color: #fff;
}
.rs-item-text-keyword-list {
  list-style-type: none;
  padding: 0 0 15px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rs-item-text-keyword-list li {
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 0 15px 15px 0;
  padding: 10px;
  border: 1px solid #146345;
  color: #146345;
}
.rs-item-text-body {
  padding-bottom: 20px;
}
.rs-item-text-industry dt {
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 14px;
}
.rs-item-text-industry dd {
  border: 5px solid #EFF2F3;
  padding: 10px 15px;
}
.rs-inquiry-content {
  background-color: #197c54;
  background-image: url(../images/research-seeds/bg_rs_inquiry.png);
  background-size: 1100px 650px;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 70px 15px 60px;
  margin: 60px 0 0;
  text-align: center;
  color: #fff;
}
.rs-inquiry-content h2 {
  font-weight: normal;
  font-size: 3.4rem;
  margin: 0 0 24px;
  padding: 0;
}
.rs-inquiry-content .rs-inquiry-content-button {
  color: #146345;
  text-decoration: none;
  background-color: #fff;
  padding: 20px 100px;
  margin: 0 auto 24px;
  display: inline-block;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .16);
}
.rs-inquiry-content .rs-inquiry-content-button:hover {
  opacity: .8;
}
.rs-inquiry-content .rs-inquiry-content-copy {
  display: block;
}
.sp-line-feed {
  display: none;
}
.rs-return-button {
  text-align: center;
  padding: 40px 0 0;
}
.rs-return-button a {
  display: inline-block;
  padding: 20px 30px 20px 60px;
  background-color: #146345;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.rs-return-button a:hover {
  opacity: .8;
}
.rs-return-button a::before {
  content: "\f03a";
  display: inline-block;
  font-family: ForkAwesome;
  font-weight: normal;
  font-size: 2.0rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0,-50%);
}
/* ================
	exhibitor-list
=================== */
.list-nav-box {
  margin-bottom: 60px;
}
.list-nav-box ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.list-nav-box li {
  align-items: center;
  background-color: #146345;
  display: flex;
  justify-content: center;
  margin-bottom: 1px;
  margin-right: 1px;
  text-align: center;
  width: calc(20% - 1px);
}
.list-nav-box li:nth-child(5n) {
  margin-right: 0;
  width: 20%;
}
.list-nav-box a {
  color: #fff;
}
.exhibitor-table {
  border: 1px solid #ccc;
  width: 100%;
}
.exhibitor-table .theme {
  width: 40%;
}
.exhibitor-table .exhibitor {
  width: 40%;
}
.exhibitor-table .sdgs {
  width: 20%;
}
.exhibitor-table th {
  background-color: #146345;
  color: #fff;
  padding: 10px 15px;
}
.exhibitor-table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 10px 15px;
}
.exhibitor-table td:last-child {
  border-right: none;
}
.exhibitor-table tr:last-child td {
  border-bottom: none;
}
.exhibitor-table td .sdgs-icons {
  display: flex;
  gap: 5px;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
/* =======================================

	中間処理

========================================== */
@media (max-width: 992px) {
  /* ================
    base
  =================== */
  .main-content {
    padding: 0 15px;
    max-width: inherit;
  }
  /* ================
    news
  =================== */
  .ph-flag-on {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .ph-flag-on .news-entry-item-text {
    width: 100%;
  }
  .ph-flag-on .news-entry-item-image {
    width: auto;
    max-width: 350px;
    margin: 40px auto 0;
  }
  /* ================
    research-seeds
  =================== */
  .rs-nav-box {
    border-bottom: none;
    margin-bottom: 0;
  }
  .rs-nav-box ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 500px;
    margin: 0 auto;
  }
  .rs-nav-box ul::after {
    display: none;
  }
  .rs-nav-box ul li {
    width: 100%;
    margin-bottom: 22px;
  }
  .rs-list {
    max-width: 700px;
    margin: 0 auto;
  }
  .rs-list::after {
    display: none;
  }
  .rs-list > li {
    width: 49%;
  }
  .rs-list li .rs-list-item-thumbnail {
    height: 240px;
  }
}
/* =======================================

	sp

========================================== */
@media (max-width: 768px) {
  /* ================
    base
  =================== */
  .content {
    margin-bottom: 40px;
  }
  .content .img-middle {
    max-width: 350px;
    margin: 0 auto 20px;
  }
  .content .img-small {
    max-width: 200px;
    margin: 0 auto 20px;
  }
  h1.page-main-title {
    font-size: 2.8rem;
  }
  .content h2 {
    font-size: 2.2rem;
  }
  .content h3 {
    font-size: 1.8rem;
  }
  /* ================
    header
  =================== */
  .site-header-wrap {
    height: 62.2px;
  }
  .site-header {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .site-header .site-logo {
    padding: 9.2px 0 0;
  }
  .site-header #sidebar-menu {
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    transform: translateX(100%);
    transition: transform 300ms ease-in-out;
    z-index: 50;
    background-color: #000;
    opacity: 0;
  }
  .sidebar-menu-inner li a {
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
  }
  input[type="checkbox"]:checked ~ #sidebar-menu {
    transform: translateX(0);
    opacity: .85;
  }
  input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
  }
  .sidebar-icon-toggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 20px;
    right: 15px;
    height: 30px;
    width: 30px;
  }
  .spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #146345;
  }
  .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 5px;
  }
  .diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
  }
  .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 5px;
  }
  input[type=checkbox]:checked ~ .sidebar-icon-toggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
  }
  input[type=checkbox]:checked ~ .sidebar-icon-toggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 10px;
    background-color: #fff;
  }
  input[type=checkbox]:checked ~ .sidebar-icon-toggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -11px;
    background-color: #fff;
  }
  .site-header .sidebar-icon-toggle {
    display: block;
  }
  .site-header .site-name-wrap {
    width: 260px;
    min-width: auto;
  }
  .site-header .site-name-wrap a {
    height: 60px;
  }
  .site-header .site-name-wrap a .site-name {
    font-size: 1.2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .site-header .sidebar-menu-inner {
    display: block;
    margin: 0;
    padding: 60px 0 0;
  }
  .site-header .sidebar-menu-inner li {
    font-size: 1.4rem;
    text-transform: uppercase;
    border-bottom: 1px solid #203955;
  }
  .site-header .sidebar-menu-inner li:first-child {
    border-top: 1px solid #203955;
  }
  .site-header .sidebar-menu-inner li a {
    color: #fff;
    padding: 20px 40px 20px 20px;
    position: relative;
  }
  .site-header .sidebar-menu-inner li a::after {
    content: "";
    display: block;
    background-image: url(../images/common/icon_arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0,-50%);
  }
  .site-header .sidebar-menu-inner li a:hover,
  .home .site-header .sidebar-menu-inner li.nav01 a,
  .about .site-header .sidebar-menu-inner li.nav02 a,
  .special-lecture .site-header .sidebar-menu-inner li.nav03 a,
  .research-seeds .site-header .sidebar-menu-inner li.nav04 a,
  .technical-consultation .site-header .sidebar-menu-inner li.nav05 a,
  .news .site-header .sidebar-menu-inner li.nav06 a,
  .exhibitor-list .site-header .sidebar-menu-inner li.nav07 a {
    color: #fff;
    background-color: transparent;
  }
  /* ================
    footer
  =================== */
  .page-scroll {
    margin: 0;
  }
  .page-scroll a:hover {
    opacity: 1;
  }
  .footer-menu ul li {
    text-align: left;
    display: block;
    margin: 0;
    border-bottom: 1px solid #203955;
  }
  .footer-menu ul li a {
    display: block;
    padding: 20px 30px 20px 15px;
    position: relative;
    text-decoration: none;
  }
  .footer-menu ul li a::after {
    content: "";
    display: block;
    background-image: url(../images/common/icon_arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0,-50%);
  }
  /* ================
    breadcrumb
  =================== */
  .breadcrumb-wrap {
    margin-top: 60px;
  }
  /* ================
    home
  =================== */
  .schedule-table {
    border: none;
  }
  .schedule-table th {
    padding: 14px;
    width: 100%;
    display: block;
    font-weight: 600;
    background-color: #eee;
    border-bottom: none;
  }
  .schedule-table td {
    padding: 14px;
    width: 100%;
    display: block;
  }
  .thumbnail-list-col3::after {
    content: none;
  }
  .thumbnail-list-col3 li {
    width: 49%;
  }
  .home-news-list ul li .item-image {
    width: auto;
    max-width: 350px;
    margin: 20px auto 10px;
  }
  .home-news-list ul li .item-text {
    width: 100%;
  }
  /* ================
    technical-consultation
  =================== */
  .external-link-list a {
    width: 100%;
    margin-bottom: 20px;
  }
  .external-link-list a:hover {
    opacity: 1;
  }
  /* ================
    about
  =================== */
  .table-style01 {
    border: none;
  }
  .table-style01 th {
    font-weight: bold;
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .table-style01 td {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    position: relative;
  }
  .table-style01 td.table-style01-sub-header {
    border: none;
    font-size: 1.6rem;
  }
  .table-style01 td.table-style01-sub-header + td {
    margin-top: -24px;
  }
  /* ================
    special-lecture
  =================== */
  .timetable {
    background-color: #fff;
    border-bottom: 1px solid #f4f4f4;
  }
  .timetable th {
    width: 100%;
    display: block;
    border: none;
    font-weight: bold;
    background-color: #f4f4f4;
  }
  .timetable td {
    width: 100%;
    display: block;
    border: none;
  }
  .teacher-list .teacher-list-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .teacher-list .teacher-list-item .teacher-list-item-header {
    margin: 0 auto 20px;
  }
  .teacher-list .teacher-list-item table {
    width: 100%;
  }
  .teacher-list .teacher-list-item table th {
    background-color: #eee;
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 10px;
    font-weight: bold;
  }
  .teacher-list .teacher-list-item table td {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 10px;
  }
  .teacher-list .teacher-list-item table tr:last-child th {
    padding: 10px;
  }
  .teacher-list .teacher-list-item table tr:last-child td {
    padding: 10px 10px 0 10px;
  }
  .application-form-button a {
    text-align: left;
  }
  .application-form-button a:hover {
    opacity: 1;
  }
  .movie-list {
    text-align: center;
    display: block;
  }
  .movie-list li {
    text-align: left;
    width: inherit;
    max-width: 380px;
    margin: 0 auto 20px;
  }
  /* ================
    news
  =================== */
  .directory-title {
    font-size: 3.0rem;
  }
  .page-title {
    font-size: 2.0rem;
  }
  .l-nav-wrap {
    background-color: #eee;
    margin-bottom: 30px;
  }
  .l-nav-wrap .l-nav li {
    border-bottom: 1px solid #fff;
    font-size: 1.4rem;
  }
  .l-nav-wrap .l-nav li .archive-title {
    font-size: 1.4rem;
  }
  .l-nav-wrap .l-nav li select {
    width: auto;
    max-width: 280px;
    font-size: 1.6rem;
    transform: scale(0.8);
  }
  .l-nav-wrap .l-nav li a {
    display: inline-block;
    margin-right: 16px;
  }
  .news-entry-header-title {
    font-size: 1.8rem;
  }
  .news-entry-list-item .news-entry-list-item-image {
    width: auto;
    max-width: 350px;
    margin: 20px auto 10px;
  }
  .news-entry-list-item .news-entry-list-item-text {
    width: 100%;
  }
  .news-entry-list-item .more {
    font-size: 1.4rem;
  }
  .news-entry-item-text .list-item-button {
    margin: 0 auto;
  }
  .news-list-pager a:hover {
    opacity: 1;
  }
  .news-list-pager .prevpage,
  .news-list-pager .backpage,
  .news-entry-pager .prevpage,
  .news-entry-pager .nextpage {
    text-align: center;
    position: inherit;
    top: auto;
    width: 100%;
    height: 40px;
  }
  .news-list-pager .prevpage,
  .news-entry-pager .prevpage {
    left: auto;
    margin: 0 auto 10px;
  }
  .news-list-pager .backpage,
  .news-entry-pager .nextpage {
    right: auto;
    margin: 10px auto 0;
  }
  .news-list-pager .prevpage a,
  .news-entry-pager .prevpage a {
    line-height: 40px;
    padding: 0;
  }
  .news-list-pager .backpage a,
  .news-entry-pager .nextpage a {
    line-height: 40px;
    padding: 0;
  }
  .news-list-pager .prevpage a::before,
  .news-entry-pager .prevpage a::before {
    content: none;
  }
  .news-list-pager .backpage a::after,
  .news-entry-pager .nextpage a::after {
    content: none;
  }
  /* ================
    research-seeds
  =================== */
  .rs-nav-box ul li select {
    font-size: 1.6rem;
  }
  .rs-list a:hover,
  .rs-item a:hover {
    opacity: 1;
  }
  .rs-list {
    max-width: 350px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .rs-list > li {
    width: 100%;
  }
  .rs-item-media {
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
  }
  .rs-item-media h2 {
    display: inline-block;
    border: none;
    padding: 0 0 0 22px;
    font-size: 1.8rem;
  }
  .rs-inquiry-content {
    background-size: 572px 338px;
    padding: 80px 15px 70px;
  }
  .rs-inquiry-content h2 {
    font-size: 2.4rem;
    line-height: 1.4;
    margin: 0 0 34px;
  }
  .rs-inquiry-content .rs-inquiry-content-button {
    padding: 20px 50px;
    margin: 0 auto 34px;
  }
  .rs-inquiry-content .rs-inquiry-content-button:hover {
    opacity: 1;
  }
  .sp-line-feed {
    display: block;
  }
  .rs-return-button a:hover {
    opacity: 1;
  }
  /* ================
    exhibitor-list
  =================== */
  .list-nav-box ul {
    display: block;
  }
  .list-nav-box li {
    background-color: transparent;
    display: block;
    text-align: left;
    width: initial;
  }
  .list-nav-box li:nth-child(5n) {
    width: initial;        
  }
  .list-nav-box a {
    color: #222;
  }
  .exhibitor-table {
    border: none;
  }
  .exhibitor-table tr {
    display: block;
    margin-bottom: 20px;
  }
  .exhibitor-table .theme,
  .exhibitor-table .exhibitor,
  .exhibitor-table .sdgs {
    display: block;
    width: 100%;
  }
  .exhibitor-table td {
    border-left: 1px solid #ccc;
    display: block;
    width: 100%;
  }
  .exhibitor-table td:first-child {
    border-top: 1px solid #ccc;    
  }
  .exhibitor-table td:last-child {
    border-right: 1px solid #ccc;    
  }
  .exhibitor-table tr:last-child td {
    border-bottom: 1px solid #ccc;   
  }
}
  
/* =======================================

	サイト内検索関連表示調整（google側の仕様変更で今後表示崩れが起こる可能性はあり）

========================================== */

main .gsc-control-cse {
  padding: 0;
}
