﻿@charset 'utf8';
.pc {
  display: inherit;
}
.sp {
  display: none;
}
.english .jp {
	display: none !important;
}
input, img, a {
	outline: none;
}
#content {
	position: relative;
  background: #ebeae7;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 15px 0;
  /****************************** ふみ ******************************/
  /****************************** 共同研究 ******************************/
}
#toGoTop {
	margin-top: -32px;
}
#content * {
  box-sizing: border-box;
}
#content .serif {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}
#content a {
  color: #db3d33;
}
#content a:hover {
  opacity: .7;
  text-decoration: none;
}
#content p a:hover {
  opacity: 1;
  text-decoration: underline;
}
#content nav.header,
#content nav.footer {
  margin: 0 22px;
  overflow: hidden;
}
#content nav.header ul.langMenu,
#content nav.footer ul.langMenu {
  float: right;
}
#content nav.header ul.langMenu li,
#content nav.footer ul.langMenu li {
  display: inline-block;
  font-size: 14px;
  line-height: 42px;
  height: 42px;
  margin-right: 15px;
  vertical-align: middle;
}
#content nav.header ul.langMenu li:last-child,
#content nav.footer ul.langMenu li:last-child {
  margin-right: 0;
}
#content nav.header ul.langMenu li a,
#content nav.footer ul.langMenu li a,
#content nav.header ul.langMenu li span,
#content nav.footer ul.langMenu li span {
  color: #333;
}
#content nav.header ul.langMenu li a:hover,
#content nav.footer ul.langMenu li a:hover {
  color: #db3d33;
}
#content nav.header h2,
#content nav.footer h2 {
  float: left;
  line-height: 42px;
  height: 42px;
  font-size: 20px;
  color: #333;
}
#content nav.header h2 a,
#content nav.footer h2 a {
  color: #333;
}
#content nav.header h2 small,
#content nav.footer h2 small {
  font-size: 12px;
}
#content nav.header #btn_sitemap,
#content nav.footer #btn_sitemap {
  -webkit-appearance: none;
  width: 45px;
  height: 42px;
  border: none;
  cursor: pointer;
  background: transparent url(../img/btn_humberger.png) no-repeat center center;
}
#content nav.header #btn_sitemap.active,
#content nav.footer #btn_sitemap.active {
  background-image: url(../img/btn_close.png);
}

#content nav.footer .footerheader {
	overflow: hidden;
  border-bottom: 1px solid #c5c5c4;
  padding-bottom: 10px
}
#content nav.footer .sitemap {
  height: 100%;
  clear: both;
  overflow: hidden;
  position: relative;
  padding: 45px 0;
}

#content nav.footer .sitemap > div {
  display: table-cell;
  position: relative;
  padding-left: 20px;
  width: 240px;
  border-left: 1px solid #c5c5c4;
  font-size: 14px;
}

#content nav.footer .sitemap > div:last-child {
  width: auto;
}

#content nav.footer .sitemap > div:last-child address {
  text-align: left;
  padding: 0 0 0 55px;
  background: url(../img/logo.gif) no-repeat left top;
  background-size: 45px;
}

#content nav.footer .sitemap > div h3 {
  font-weight: bold;
  color: #666;
  margin-bottom: 10px;
}

#content nav.footer .sitemap > div h3 a {
  color: #666;
}

#content nav.footer .sitemap > div ul {
  margin: 10px 0 20px 0;
}

#content nav.footer .sitemap > div ul a {
  color: #333;
}

#content nav.footer .sitemap > div a:hover {
  color: #db3d33;
}
#content nav.header {
  margin-bottom: 15px;
  z-index: 10020;
  position: relative;
}
#content #slideMenu {
  position: absolute;
  left: 50%;
  width: 460px;
  height: 100%;
  min-height: 500px;
  overflow: hidden;
  text-align: left;
}
#content #slideMenu > ul {
  display: none;
  margin: 0 20px 20px 20px;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  z-index: 10010;
  background: #db3d33;
  box-shadow: 2px 2px 10px #000;
}
#content #slideMenu ul {
	padding: 0 0 .5em 0;
}
#content #slideMenu > ul li {
  display: block;
  float: none;
  border-top: 1px solid rgba(255, 255, 255, .7);
  padding: 0;
  margin: 0;
  line-height: 2.5em;
}
#content #slideMenu > ul li:first-child {
  border: none;
}
#content #slideMenu > ul li a {
  color: #fff;
  padding: 0 0 0 10px;
  width: 100%;
  font-weight: bold;
  display: block;
  line-height: 2.5em;
}
#content #slideMenu > ul li a:after {
  content: '';
  display: block;
  width: 12px;
  height: 2.5em;
  background: url(../img/arrow_w.png) no-repeat center center;
  background-size: 11px;
  float: right;
  margin-right: 10px;
  vertical-align: 	middle;
}
#content #slideMenu > ul li li {
  padding-left: 1em;
  border: none;
  line-height: 2em;
}
#content #slideMenu > ul li li a:after {
  float: none;
  display: inline-block;
  margin-left: 5px;
  margin-right: 0;
  background-size: 8px;
  vertical-align: top;
}
#content #slideMenu > ul li li:last-child a {
  padding-bottom: 0;
  border: none;
}
#content .left {
  clear: both;
  margin: 20px 0;
}
#content .left > :first-child {
  float: left;
  margin-right: 15px;
  margin-bottom: .8em;
}
#content .left img {
  max-width: 300px;
}
#content .right {
  margin: 20px 0;
  clear: both;
}
#content .right > :first-child {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
#content .right img {
  max-width: 300px;
}
#content .clear {
  clear: both;
}
#content .list {
  margin: 20px -27px;
}

#content.top .list {
  margin: 20px 0;
}

#content .list article {
  padding: 25px 20px 25px 185px;
}
#content .list article time {
  float: left;
  font-weight: bold;
  margin-left: -140px;
}
#content.page .list article h3 {
	margin: 0;
}
#content .list article:nth-child(odd) {
  background: #ebeae7;
}
/*
#content .list article a {
  padding-right: 15px;
  background: url(../img/arrow.png) no-repeat center right;
  background-size: 5px;
}
*/

#content .list article span {
	background: #fff;
	padding: 0 3px;
}
#content .bx-wrapper {
  margin: 0;
}
#content .bx-wrapper .bx-viewport {
  text-shadow: none;
  box-shadow: none;
  border: none;
  left: 0;
  background: none;
}
#content .bx-wrapper .bx-controls {
  width: 920px;
  margin: 0 auto;
  position: relative;
}

#content a[href$=".pdf"]:after{
  content: '　';
  display: inline-block;
  width: 16px;
  margin-left: 5px;
  background: url(https://www.nijl.ac.jp/pages/images/icon_pdf.gif) no-repeat center center;
}
#content.top .wrapper .main .banner a[href$=".pdf"]:after{
  content:none;
}
#content.top .wrapper .main .backnumber a[href$=".pdf"]:after{
  content:none;
}
#content.top #mainSlide {
  width: 100%;
  margin: 0 0 0 0;
  position: relative;
  background: #fff;
}
#content.top #mainSlide .heading {
  position: absolute;
  z-index: 10001;
  width: 100%;
  height: 60%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.9+0,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
#content.top #mainSlide .heading h1 {
  color: #fff;
  margin: 20px 22px 20px 22px;
  font-size: 18px;
}
#content.top #mainSlide .bx-wrapper .bx-controls {
  width: 920px;
  margin: 0 auto;
  position: relative;
}
#content.top #mainSlide .bx-wrapper .bx-pager {
  bottom: 10px;
  right: 0;
}
#content.top #mainSlide .bx-wrapper .bx-pager.bx-default-pager {
  text-align: right;
}
#content.top #mainSlide .bx-wrapper .bx-pager.bx-default-pager a {
  background: #db3d33;
  text-align: left;
}
#content.top #mainSlide .bx-wrapper .bx-pager.bx-default-pager a:hover,
#content.top #mainSlide .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff;
}
#content.top #mainSlide ul li {
  height: 210px;
  overflow: hidden;
  opacity: 1;
}
#content.top #mainSlide ul li.active {
  opacity: .5;
  transition-duration: 1s;
  transition-timing-function:ease-out;
  transition-delay:7s;
}
#content.top #mainSlide ul li.up img {
  margin-top: 0;
  width: 100%;
  min-width: 1200px;
  max-width: none;
}
#content.top #mainSlide ul li.up.active img {
  margin-top: -100px;
  transition-duration: 9s;
  transition-timing-function:linear;
}
#content.top #mainSlide ul li.down img {
  width: 100%;
  margin-top: -100px;
  min-width: 1200px;
  max-width: none;
}
#content.top #mainSlide ul li.down.active img {
  margin-top: 0;
  transition-duration: 9s;
  transition-timing-function:linear;
}
#content.top #mainSlide ul li.right {
	margin: 0;
}
#content.top #mainSlide ul li.right img{
  margin-left: 0;
	height: 100%;
  min-width: 1300px;
  float: none;
}
#content.top #mainSlide ul li.right.active img {
  margin-left: -100px;
  transition-duration: 9s;
  transition-timing-function:linear;
}
#content.top #mainSlide ul li img {
  display: block;
}
#content.top .main {
  overflow: hidden;
/*  padding: 35px 0 450px 0; */
  padding: 35px 0 15px 0;
  background: #f6f6f5;
  position: relative;
  margin-bottom: 15px;
}
#content.top .main .banner {
  width: 279px;
  float: right;
  margin-bottom: 0;
}
#content.top .main .banner.banner_db a {
    margin-bottom: 0px;
    }
#content.top .main .banner.banner_db a.jouhou {
    margin-bottom: 10px;
}
#content.top .main .banner a {
  background: #db3d33;
  display: block;
  margin-bottom: 10px;
}
#content.top .main .banner .banner-LC {
  background: url(../img/slash.gif) repeat;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
#content.top .main .banner .banner-LLC {
  background: violet;
  color: #fff;
  display: block;
  margin-bottom: 0px;
}
#content.top .main .banner a img {
  display: block;
}
#content.top .main .banner a h3 {
  color: #fff;
  line-height: 35px;
  font-size: 16px;
  font-weight: bold;
  margin: 0 15px;
  background: url(../img/arrow_w.png) no-repeat right center;
  background-size: 11px;
}

#content.top .main section {
  max-width: 580px;
  margin-left: 22px;
  float: left;
  font-size: 14px;
}
#content.top .main section h2 {
  font-size: 30px;
  border-bottom: 1px solid #c5c5c4;
}
#content.top .main section h3 {
  font-weight: bold;
  color: #db3d33;
}
#content section a.btn_backnumber {
  line-height: 35px;
  text-align: right;
  display: block;
  font-weight: bold;
}
#content section a.btn_backnumber:after {
  content: '';
  margin-left: 5px;
  display: block;
  float: right;
  width: 35px;
  height: 35px;
  background: #dedede url(../img/arrow.png) no-repeat center center;
}

#content article a.btn_pagetop {
  line-height: 35px;
  text-align: right;
  display: block;
  font-weight: bold;
}
#content article a.btn_pagetop:after {
  content: '';
  margin-left: 5px;
  display: block;
  float: right;
  width: 35px;
  height: 35px;
  background: #dedede url(../img/arrow.png) no-repeat center center;
  transform: rotate(-90deg);
}
#content.top aside.backnumber.banner {
	padding-top: 0;
}
#content.top aside.backnumber.banner #fumi article {
	padding-bottom: 10px;
}
#content.top #asideCarousel {
/* position: absolute;/*???*/
  bottom: 0; */
  border-top: 1px solid #c5c5c4;
  clear: both;
  margin-left: 22px;
  font-size: 14px;
 }
#content.top #asideCarousel .bx-wrapper {
  margin-top: 20px;
}
#content.top #asideCarousel .bx-wrapper .bx-controls {
  left: 0;
  top: -35px;
}
#content.top #asideCarousel .wrapper {
  width: auto;
}
#content.top #asideCarousel h2 {
  margin-bottom: 15px;
}
#content.top #asideCarousel article {
  margin: 0;
}/*???*/
#content.top #asideCarousel article:nth-child(4n+1) {
  clear: none;
}
#content.top #asideCarousel a.btn_backnumber {
  line-height: 35px;
  text-align: right;
  display: block;
  font-weight: bold;
  background: #dedede;
  margin: 30px auto;
  max-width: 230px;
}
#content.top #asideCarousel a.btn_backnumber:after {
  content: '';
  margin-left: 5px;
  display: block;
  float: right;
  width: 35px;
  height: 35px;
  background: url(../img/arrow.png) no-repeat center center;
}
#content aside.backnumber .bx-wrapper {
  margin-top: 20px;
}
#content aside.backnumber .bx-wrapper .bx-controls {
  left: 0;
  position: absolute;
  width: 100%;
}
#content aside.backnumber .bx-wrapper .bx-controls .bx-controls-direction {
  text-align: right;
}
#content aside.backnumber .bx-wrapper .bx-controls .bx-controls-direction a {
  position: static;
  display: inline-block;
  width: 35px;
  height: 1px;
  padding-top: 34px;
  overflow: hidden;
  font-size: 1px;
}
#content aside.backnumber .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  background: url(../img/arrow_prev.png) no-repeat left center;
}
#content aside.backnumber .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover {
  background-image: url(../img/arrow_prev_o.png);
}
#content aside.backnumber .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  background: url(../img/arrow_next.png) no-repeat right center;
}
#content aside.backnumber .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover {
  background-image: url(../img/arrow_next_o.png);
}
#content aside.backnumber.banner {
  margin-right: 10px;
}
#content aside.backnumber #fumi article {
  width: 280px;
  margin-left: 0;
  margin-right: 0;
  background: #ebeae7;
}
#content aside.backnumber #fumi article h2 {
  font-size: 18px;
  margin: 20px 0;
  text-align: center;
  color: #666;
}
#content aside.backnumber #fumi article h3 {
  font-size: 16px;
  color: #333;
  line-height: 1.4em;
  background: none;
  margin: 0;
}
#content aside.backnumber #fumi article figure {
  width: 170px;
  margin: 20px auto;
}
#content aside.backnumber #fumi article figure a{
	display: block;
	padding: 0;
	background: #fff;
}
#content aside.backnumber #fumi article figure a:after{
	content: none;
}
#content aside.backnumber #fumi article p {
	height: 100px;
	overflow: hidden;
}
#content aside.backnumber #fumi article a {
  font-size: 16px;
  display: block;
  line-height: 32px;
  padding: 0 10px;
  font-weight: bold;
  background: #db3d33;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
#content aside.backnumber #fumi article a:after {
  content: '';
  width: 18px;
  height: 32px;
  background: url(../img/arrow_w.png) no-repeat center center;
  background-size: 11px;
  float: right;
}
#content aside.backnumber #fumi article a.btn_download {
  background: #dedede;
  border: 2px solid #fff;
  color: #db3d33;
}
#content aside.backnumber #fumi article a.btn_download:after {
  background-image: url(../img/icon_dl_red.png);
  background-size: 18px;
}
#content aside.backnumber #fumi article:nth-child(n+2) {
  display: none;
}
/*オンラインジャーナル用*/
#content aside.backnumber #online-journal article {
  width: 140px;
  margin-left: 0;
  margin-right: 0;
  background: #ebeae7;
}
#content aside.backnumber #online-journal article h2 {
  font-size: 18px;
  margin: 20px 0;
  text-align: center;
  color: #666;
}
#content aside.backnumber #online-journal article h3 {
  font-size: 16px;
  color: #333;
  line-height: 1.4em;
  background: none;
  margin: 0;
}
#content aside.backnumber #online-journal article figure {
  width: 170px;
  margin: 20px auto;
}
#content aside.backnumber #online-journal article figure a{
	display: block;
	padding: 0;
	background: #fff;
}
#content aside.backnumber #online-journal article figure a:after{
	content: none;
}
#content aside.backnumber #online-journal article p {
	height: 100px;
	overflow: hidden;
}
#content aside.backnumber #online-journal article a {
  font-size: 16px;
  display: block;
  line-height: 32px;
  padding: 0 10px;
  font-weight: bold;
  background: #db3d33;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
#content aside.backnumber #online-journal article a:after {
  content: '';
  width: 18px;
  height: 32px;
  background: url(../img/arrow_w.png) no-repeat center center;
  background-size: 11px;
  float: right;
}
#content aside.backnumber #online-journal article a.btn_download {
  background: #dedede;
  border: 2px solid #fff;
  color: #db3d33;
}
#content aside.backnumber #online-journal article a.btn_download:after {
  background-image: url(../img/icon_dl_red.png);
  background-size: 18px;
}
#content aside.backnumber #online-journal article:nth-child(n+2) {
  display: none;
}
/*ここまで*/
#content aside.backnumber {
  padding: 20px 0;
  margin-right: -17px;
  overflow: hidden;
}
#content aside.backnumber h2 {
  margin: 0 0 0 0;
  font-size: 18px;
  font-weight: bold;
}
#content aside.backnumber article {
  padding: 0 15px;
  width: 207px;
  float: left;
  margin: 15px 17px 3px 0;
  font-size: 14px;
  background: #ebeae7;
}
#content aside.backnumber article:nth-child(4n+1) {
  clear: both;
}
#content aside.backnumber article a:hover {
  text-decoration: none;
}
#content aside.backnumber article figure {
  background: #fff;
  margin: 0 -15px;
  overflow: hidden;
}
#content aside.backnumber article figure img {
  width: 100%;
  height: auto;
}
#content aside.backnumber article h3 {
  margin-top: .8em;
  line-height: 1.2em;
  font-size: 14px;
  font-weight: bold;
  color: #db3d33;
}
#content aside.backnumber article p {
  font-size: 14px;
  color: #333;
  padding-bottom: 10px;
}
#content.page hr {
  border-top: 1px dashed #8c8b8b;
  margin-top: 15px;
  margin-bottom: 15px;
  clear:both;
}
#content.page article {
  width: 100%;
  margin: 15px 0;
  padding: 15px 127px;
  background: #f6f6f5;
}
#content.page article .breadcrumb ul {
  text-align: right;
}
#content.page article .breadcrumb ul li {
  display: inline-block;
  color: #666;
}
#content.page article .breadcrumb ul li small {
	display: none;
}
#content.page article .breadcrumb ul li a {
  color: #666;
}
#content.page article .breadcrumb ul li a:after {
  content: '>';
  margin: 0 2px;
}
#content.page article header {
  border-bottom: 1px solid #c5c5c4;
  margin: 0 -107px;
}
#content.page article header h1 {
  font-size: 30px;
}
#content.page article section {
  border-bottom: 1px solid #c5c5c4;
  padding-bottom: 45px;
  font-size: 14px;
}
#content.page article section:last-child {
  border: none;
}
#content.page article section > :last-child {
  margin-bottom: 0 !important;
}
#content.page article section section {
	margin: 45px 0;
	padding: 0;
}
#content.page article section h2 {
  margin: 45px 0;
  color: #666;
  font-size: 26px;
  font-weight: bold;
}
#content.page article section h3 {
  color: #db3d33;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0;
}
#content.page article section h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
}
#content.page article section h5 {
  color: #666;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0px 0px 0px;
}
#content.page article section h6 {
  background-color:#CBC5C5;
  color:#2F2F2F;
  font-size: 15px;
  font-weight: bold;
  margin: 50px 0px 30px 0px;
  padding:8px 0px 8px 10px;
  border-left: 7px solid #db3d33;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.8);
}
#content.page article section p {
  margin: 1.2em 0;
}
#content.page article section p a {
  color: #db3d33;
}
#content.page article section aside {
  width: 100%;
  background: #fff;
  padding: 20px 20px 10px 20px;
  margin: 20px auto;
}
#content.page article #section06 {
width: 600px;	
}
#content.page article #section06 dt {
	float: left;
	width: 100px;
}
#content.page article #section06 dd {
	float:right;
	width: 500px;
}
#content.page article section aside h3 {
  font-size: 18px;
  text-align: center;
  margin: 0 0 20px 0;
  color: inherit;
}
#content.page article section aside p {
  font-size: 12px;
}
#content.page article section ol,
#content.page article section ul {
  margin: 15px 0 20px 1em;
  padding: 0;
}
#content.page article section ol li {
  list-style: decimal outside;
}
#content.page article section ul li {
  list-style: none;
}
#content.page article section ul li:before {
  display: block;
  float: left;
  width: 1em;
  margin-left: -1.3em;
  margin-right: .3em;
  content: '●';
  color: #c7c7c7;
}
#content.page article section ul li ul {
  padding-left: 1em;
}
#content.page article section ul li li {
  list-style: disc;
}
#content.page article section ul li li:before {
  content: none;
  float: none;
  display: inline;
  margin: 0;
}
#content.page article section dl {
  margin: 20px 0;
  padding: 0;
  overflow: hidden;
}
#content.page article section dl dt {
  clear: both;
  font-weight: bold;
  display: block;
  float: left;
}
#content.page article section dl dt:after {
  /*content: ':';*/
  margin-right: .5em;
}
#content.page article section dl dd {
  display: inline-block;
  float: left;
}
#content.page article section figure {
  margin: 0;
 /* background: #fff;*/
  padding: 10px 10px 0 10px;
}
#content.page article section figure figcaption {
  margin: 5px 0;
  font-size: 12px;
  text-align: center;
}
#content.page article section figure img {
  width: 100%;
  height: auto;
}

#content.default article {
	padding-bottom: 40px;
}

#content.default article section aside figure{
  text-align: center;
}
#content.default article section dl dt pre{
  display: inline-block;
}
#content.default article section table tr th{
width:140px;  
padding-right: 1em;
}
#content .red{
  color: #A00;
}
#content.default article header p{
	margin-bottom: 1em;
}
#content.default article section table tbody tr th{
	min-width: 86px;
	vertical-align: top;
}
#content.fumi article {
  overflow: hidden;
  width: auto;
  padding: 20px;
}
#content.fumi article header {
  margin-left: 0;
  margin-right: 0;
}
#content.fumi article section {
  margin-top: 45px;
}
#content.fumi article section > figure {
  background: #ebeae7;
  padding: 10px 20px;
  width: 325px;
  float: none;
  display: table-cell;
}
#content.fumi article section > figure figcaption {
  font-size: 21px;
  text-align: center;
  color: #666;
  margin-bottom: 10px;
  font-weight: bold;
}
#content.fumi article section > figure img {
  width: 100%;
  background: #fff;
}
#content.fumi article section > figure h4 {
  margin: 20px 0 0 0;
  font-size: 18px;
}
#content.fumi article section > figure p {
  margin: 0 0 20px 0;
  font-size: 18px;
}
#content.fumi article section > figure a.btn_download {
  display: block;
  margin: 20px 0;
  background: #db3d33;
  padding: 10px 15px;
  color: #fff;
  font-weight: bold;
  font-size: 16.5px;
  line-height: 25px;
  vertical-align: middle;
}
#content.fumi article section > figure a.btn_download small {
  font-size: 14px;
}
#content.fumi article section > figure a.btn_download:hover {
  text-decoration: none;
}
#content.fumi article section > figure a.btn_download:after {
  content: '';
  float: right;
  width: 25px;
  height: 25px;
  background: url(../img/icon_dl.png) no-repeat center center;
  vertical-align: middle;
}
#content.fumi article section > div {
  display: table-cell;
  padding-left: 20px;
  overflow: hidden;
}
#content.fumi article section > div h2 {
  margin-top: 0;
  line-height: 1em;
}
#content.fumi article section > div h3 {
  margin-bottom: 0;
}
#content.fumi article section > div ul {
  margin-top: 0;
  padding-left: 0.5em;
}
#content.fumi article section > div ul li {
  margin-bottom: .5em;
}

#content.fumi article aside.backnumber {
	padding-bottom: 45px;
}

#content.fumi article aside.backnumber #fumi article {
  min-height: 350px;
  padding-bottom: 10px;
}

#content.fumi aside.backnumber #fumi article:nth-child(n+2) {
	display: inherit;
}
#content.fumi article aside.backnumber article a {
	display: none;
}
#content.fumi article aside.backnumber article figure {
  height: 200px;
}

#content.research article {
  overflow: hidden;
  width: auto;
  padding: 20px;
}
#content.research article header {
  margin-left: 0;
  margin-right: 0;
}
#content.research article #sideMenu {
  clear: both;
  margin-top: 45px;
  width: 295px;
  float: left;
  position: relative;
}
#content.research article #sideMenu ul li {
  font-size: 22px;
  margin: 2px 0;
}
#content.research article #sideMenu ul li a {
  background: #edece9;
  display: block;
  padding: 10px;
}
#content.research article #sideMenu ul li.active a {
	background: none;
}
#content.research article #sideMenu ul li a:before {
  content: '▶︎';
  display: inline-block;
  width: 21px;
  margin-right: 5px;
  font-size: 18px;
}
#content.research article #sideMenu ul li.active a:before {
  transform: rotate(90deg);
  padding: 0;
}
#content.research article #sideMenu ul ul {
  display: none;
  padding-bottom: 10px;
  padding-left: 10px;
}
#content.research article #sideMenu ul ul li {
  font-size: 14px;
}
#content.research article #sideMenu ul ul li a {
  background: none;
  padding: 8px 0;
  vertical-align: middle;
}
#content.research article #sideMenu ul ul li a:before {
  content: none;
}

#content.research article #sideMenu ul li.active li a{
	padding-left: 2em;
	vertical-align: middle;
}
#content.research article section {
  width: 530px;
  float: right;
}
#content.research article section h2 {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dfdfde;
}

#content.research article .researches{
	margin: 45px auto;
	width: 530px;
	float: right;
	font-size: 14px;
}
#content.research article .researches h3 {
	font-size: 20px;
	color: #db3d33;
	margin-top:20px
}

#content.research article .researches article {
	margin-top: 0;
}
#content.research article .researches header {
	margin-left: -20px;
	margin-right: -20px;
	padding: 0;
	color: #1a1311;
	border: none;
}

#content.research article .researches header h3 {
	font-size: 20px;
	padding: 10px 20px;
	border-bottom: 1px solid #fff;
	background: #ebeae7;
	color: #1a1311;
}
#content.research article .researches header h3 small {
	display: block;
	font-size: 14px;
}
#content.research article .researches article header p {
	font-size: 14px;
	padding: 10px 20px;
	border-bottom: 1px solid #fff;
	background: #ebeae7;
	margin: 0;
}
#content.research article .researches article p {
	margin: 1.2em 0;
}

#content.research article .researches article dt {
	margin: 1.2em 0;
}
#content.page .pager {
	text-align: center;
}

#content.page .pager ul {
	padding: 10px 0;
}
#content.page article section .pager ul li {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	list-style: none;
	font-weight: bold;
	vertical-align: top;
	margin-bottom: 10px;
}

#content.page article section .pager ul li a{
	display: block;
	height: 35px;
	background: #ebeae7;
}

#content.page article section .pager ul li.active a {
	background: #dedede;
}
#content.page article section .pager ul li.btn_prev {
	margin-right: 10px;
}

#content.page article section .pager ul li.btn_prev a{
	display: block;
	height: 1px;
	padding-top: 34px;
	overflow: hidden;
	background: #ebeae7 url(../img/arrow.png) no-repeat center center;
	transform: rotate(180deg);
}
#content.page article section .pager ul li.btn_next {
	margin-left: 10px;
}
#content.page article section .pager ul li.btn_next a{
	display: block;
	height: 1px;
	padding-top: 34px;
	overflow: hidden;
	background: #ebeae7 url(../img/arrow.png) no-repeat center center;
}

#content.page article section .pager ul li::before {
	content: none;
}

#content.page.english article ul li h4 {
	font-size: 14px;
}

#content.page.english article ul li p {
	margin-top: 0;
}
/*～～～角丸囲み枠 BOX～～～*/
#content.page article section .box-01 {
	padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #666;/*文字色*/
    background: none;
    border: solid 2px #db3d33;/*線*/
    border-radius: 10px;/*角の丸み*/
	}
#content.page article section .box-01 p {
	margin: 0; padding: 5px;
	}
/*～～～角丸囲み枠 aタグボタン風～～～*/
#content.page article section .box-02 {
width: 90%;
border-style: solid ;
border-width: 1px;
border-color:#db3d33;
border-radius: 10px;
float: right;
}
#content.page article section .box-02 a{
display: block;
width: 100%;
height:100%;
padding: 10px 5px 10px 10px;
font-weight:700;
font-size:1em;
text-align: center;
float: right;
}
#content.page article section .box-03 {
width: 100%;
border-style: solid ;
border-width: 1px;
border-color:gray;
background-color:#ebeae7;
border-radius: 10px;
}
#content.page article section .box-03 a{
display: block;
width: 100%;
height:100%;
padding: 10px 5px 10px 10px;
text-align: center;
font-weight:700;
font-size:1.5em;
}
/*どの階層ページにも使えるダウンロードボタン↓*/
#content.page.default article section p a.btn_download2 {
  background: #dedede;
  border: 2px solid #fff;
  color: #db3d33;
  font-size: 16px;
  display: block;
  line-height: 32px;
  padding: 0 10px;
  font-weight: bold;
  margin-bottom: 10px;
}
#content.page.default article section p a.btn_download2:after {
  background-image: url(../img/icon_dl_red.png);
  background-size: 18px;
}
/*国際研究集会ページ用CSS*/
.timetable{font-weight:bold}
.nmj{margin-left:10px}
.nme{margin-left:10px;margin-top:-18px;color:#126428;font-family:"Times New Roman";}
.panel{border: 3px #606060 solid; width:100%; padding: 5%;}
.odaij{font-size:140%;color:#CD4548;font-weight:bold}
.odaie{color:#126428;font-family:"Times New Roman";}
.hyoudai{font-size:120%;font-weight:bold}
.happyou_youshi{width:50%}
.happyou_youshiE{font-family:"Times New Roman;color";color:black;}
.square_btn{  display: inline-block;  padding: 0.5em 1em;  text-decoration: none;  background: #D7D7D7;/*ボタン色*/  color: #FFF;  border-bottom: solid 4px #8A8A8A;   border-radius: 3px;}
.square_btn:hover{background: #E4E4E4;}
.square_btn:active {/*ボタンを押したとき*/  -ms-transform: translateY(4px);   -webkit-transform: translateY(4px);   transform: translateY(4px);/*下に動く*/   border-bottom: none;/*線を消す*/}
.square_btn2019{ display: inline-block; padding: 0.5em 1em; text-decoration: none; background: #548235; border-radius: 3px; font-weight: bold;}
.square_btn2019:hover{background: #3cb371;}
.square_btn2019:active { -ms-transform: translateY(4px);   -webkit-transform: translateY(4px);   transform: translateY(4px);}


@media screen and (min-width: 768px) {
	#content.top aside.backnumber.banner #fumi article {
		margin-top: 0;
	}
	#content.top aside.backnumber.banner #fumi article figure {
		width: 170px;
		margin: 20px auto;
	}
	
	#content.top aside.backnumber.banner #fumi article p {
		height: auto;
	}
	#content aside.backnumber #fumi article figure {
		background: #fff;
		margin: 0 -15px 8px -15px;
		overflow: hidden;
		width: auto;
	}
	#content aside.backnumber #fumi article a{
		font-size: 12px;
	}
	#content.fumi article aside.backnumber {
		border-top: 1px solid #c5c5c4;
	}
	#content.fumi article aside.backnumber #fumi article {
		width: 207px;
		margin: 15px 17px 3px 0;
	}
	#content.fumi article aside.backnumber #fumi article h3 {
		color: #db3d33;
	}
	
	#content.page article section {
		border: none;
	}
	
	#content.page .list article {
		padding: 25px 20px 25px 160px;
	}
	
	#content.page .list.event article {
		padding: 25px 20px 25px 180px;
	}
	
	#content .list.event article time {
	  margin-left: -160px;
	}
	#content.page .list article p {
		margin: 0;
	}
	#content.page article section img{
		/*max-width: 50%;*/
	}
	#phot_gallery{
	background-color:lightgray;
	widows: 100%;
	height: 100%;
	margin: 20px 0px;
	padding: 60px 0px;
	border-radius: 10px;
	position: relative;
	display: inline-block;
	overflow: hidden; /* 不要部分を消す */
}
#phot_gallery:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 110px;
	height: auto;
	background: red;
	content: "gallery";	/* 表示するテキスト */
	text-align: center;
	color: #fff;
	font-family: 'Arial';
	font-weight: bold;
	padding: 5px 10px;
	left: -35px;
	top: 3px;
	transform: rotate(-30deg);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
	
	.frame {
	margin: 15px 15px 30px 15px;
	display: inline-block;
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
}
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inherit;
  }
  .wrapper {
    width: 100%;
    padding: 0;
  }
  #logo {
    margin: 0 10px;
  }
  #footer address {
    padding: 40px 20px 40px 52px;
    text-align: left;
  }
  #footer address img {
    margin-left: -32px;
  }
  #footer_nav {
    display: none;
  }
  header #logo {
    width: 100%;
    height: 55px;
    background: url(../img/title.jpg) no-repeat left center;
    overflow: hidden;
  }
  header #logo a {
	  display: block;
	  height: 55px;
  }
  header #logo img {
    display: none;
  }
  header #search_box,
  header #header_nav {
    display: none;
  }
  .list {
    padding-right: 20px;
    padding-left: 20px;
  }
  #content nav.header h2,
  #content nav.footer h2 {
    font-size: 14px;
    line-height: 1.2em;
    height: 52px;
    float: none;
  }
  #content nav.header ul {
    float: right;
    margin-top: 5px;
  }
  #content nav.footer {
    margin: 0;
  }
  #content nav.footer h2 {
    padding: 0 20px 10px 20px;
    margin: 0;
    height: auto;
  }
  #content nav.footer ul.langMenu {
    display: none;
  }
  #content nav.footer .sitemap {
    letter-spacing: -1px;
    /*border-top: 2px solid #c5c5c4;*/
    padding: 15px 20px;
  }
  #content nav.footer .sitemap > div {
    display: block;
    border: none;
    float: left;
    padding: 0;
    width: 55%;
  }
  #content nav.footer .sitemap > div:first-child {
    width: 45%;
  }
  #content nav.footer .sitemap > div:last-child {
    margin: 0 -20px;
    padding: 20px 20px 0 20px;
    clear: both;
    border-top: 2px solid #c5c5c4;
    float: none;
  }
  #content #slideMenu {
    width: 100%;
    height: 100%;
    overflow: scroll;
    min-height: 0;
    left: 0;
  }
  #content #slideMenu ul {
    width: 100%;
    height: 100%;
    margin-left: 0;
    right: auto;
    box-shadow: none;
  }
  #content .list {
    margin-left: 0;
    margin-right: 0;
  }
    
  #content .list article {
    padding-left: 15px;
  }
  #content .list article:nth-child(2n+1),
  #content .list article:nth-child(2n+1) p:after {
    background: #ebeae7;
  }
  #content .list article time {
    float: none;
    display: block;
    margin: 0;
  }
  #content .list article p {
    height: 3.2em;
    position: relative;
  }
  #content .list article p.sbox {
    height: 4.6em;
  }
  #content .list article p .p-inner{
    height: 3.2em;
    overflow: hidden;
    position: relative;
  }
  #content .list article p.sbox .more-text {
    display: inherit;
  }
   
  #content .list article p.sbox:after {
    content: '▼';
    color: #db3d33;
    display: block;
    text-align: right;
    background: transparent;
    line-height: 1.6em;
  }
  #content .list article p.active:after {
    content: '▲';
  }
  #content .list article p.fixed:after {
    content: '';
  }
  #content .list article p.active .more-text {
    display: none;
  }
  #content.top {
    padding-bottom: 40px;
  }
  #content.top #mainSlide .bx-wrapper .bx-controls {
    width: 100%;
  }
  #content.top #mainSlide .bx-wrapper .bx-pager.bx-default-pager {
    text-align: center;
  }
  #content.top #mainSlide .heading h1 {
    font-size: 13px;
    font-weight: bold;
  }
  #content.top .main {
    padding-bottom: 20px;
  }
  #content.top .main .banner {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  #content.top .main section {
    width: 100%;
    margin: 0;
    max-width: none;
    float: none;
  }
  #content.top .main section h2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }
  
	#content.top aside.backnumber.banner #fumi article h2 {
		display: none;
	}
	
  #content.top .main #asideCarousel {
    position: static;
    bottom: inherit;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  #content.top .main #asideCarousel .bx-wrapper {
    margin-top: 20px;
    max-width: none !important;
  }
  #content.top .main #asideCarousel .bx-wrapper .bx-controls {
    left: 0;
    top: 50%;
  }
  
  #content .main aside.backnumber .bx-wrapper .bx-controls {
    top: 50%;
  }
  #content .main aside.backnumber .bx-wrapper .bx-controls .bx-controls-direction a {
    position: absolute;
    width: 50px;
    height: 50px;
  }
  #content .main aside.backnumber .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    left: -20px;
    background: #db3d33 url(../img/arrow_w.png) no-repeat center center;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  #content .main aside.backnumber .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    right: -20px;
    background: #db3d33 url(../img/arrow_w.png) no-repeat center center;
  }
  #content .main aside.backnumber.banner {
    margin-right: auto;
    width: 100%;
    padding: 20px;
  }
  #content .main aside.backnumber #fumi article {
    display: inherit;
    margin: 0;
  }
  
  #content aside.backnumber #fumi article:nth-child(4n+1) {
	  clear: none;
  }
  
  #content.page .list {
	  padding: 0;
  }
  
  #content.page article {
    padding-right: 20px;
    padding-left: 20px;
  }
  #content.page article header {
    margin: 0 auto;
  }
  #content.page article header h1 {
    margin-top: 20px;
    font-size: 20px;
  }
  #content.page article img {
    width: 100%;
    height: auto;
  }
  #content.page article .left > :first-child,
  #content.page article .right > :first-child {
    width: 40%;
    height: auto;
  }
  #content.page article section dl {
    overflow: visible;
  }
  #content.page article section dl:after {
    content: '';
    display: block;
    clear: both;
  }
  #content.page article section dl dt {
    clear: none;
  }
  #content.page article section dl dd {
    display: block;
    float: none;
  }
  #content.page article section .youtube {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
  }
  #content.page article section .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  #content.fumi article header {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #content.fumi article section {
    background: #fff;
    margin-top: 20px;
  }
  #content.fumi article section > figure {
    background: none;
    display: block;
    width: 100%;
  }
  #content.fumi article section > figure figcaption {
    font-size: 18px;
  }
  #content.fumi article section > figure img {
    width: 100%;
  }
  #content.fumi article section > :last-child {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
  #content.fumi article section > :last-child ul {
    margin-left: 0;
    padding-left: 0;
  }
  #content.fumi article section > :last-child ul li:before {
    display: inline-block;
    margin: 0;
  }
  
  #content.fumi article section > div {
	  margin-top: 24px;
  }
  
	#content.fumi article aside.backnumber {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	#content.fumi article aside.backnumber article a {
		display: none;
	}
  #content.research article #sideMenu {
    float: none;
    width: auto;
    margin-top: 20px;
  }
  #content.research article #sideMenu ul li {
    font-size: 16px;
    font-weight: bold;
  }
  #content.research article #sideMenu ul li a {
    padding: 5px 10px;
    background-color: #dedede;
    letter-spacing: -1;
  }
  #content.research article #sideMenu ul li.active a {
    background-color: #dedede;
	}
  #content.research article #sideMenu ul li a:before {
    content: '';
    width: 15px;
    height: 25px;
    display: block;
    float: right;
    background: url(../img/arrow.png) no-repeat center right;
    background-size: 11px;
  }
  #content.research article #sideMenu ul li.active > a:before {
    transform: rotate(90deg);
  }
  #content.research article #sideMenu ul li ul {
    padding-left: 0;
    padding-bottom: 10px;
  }
  #content.research article #sideMenu ul li ul li {
    margin: 0;
  }
  #content.research article #sideMenu ul li ul li a {
    font-weight: normal;
    padding-left: 20px;
    text-indent: -20px;
    background-color: #dedede;
  }
  #content.research article #sideMenu ul li ul li a:before {
    float: none;
    display: inline-block;
    content: '　';
    width: 20px;
    background: url(../img/arrow.png) no-repeat center 7px;
    background-size: 6px 8px;
    vertical-align: middle;
  }
  #content.research article section {
    width: auto;
    float: none;
  }
  #content.research article section h2 {
    font-size: 18px;
    color: #db3d33;
  }
  #content.research article .researches{
	  width: auto;
	  margin: 20px 0;
	}
	#content.page article section .imagesTAG-01{
		max-width: 10%;/*スマホ用画像縮小*/
	}
	#content.page article section .imagesTAG-02{
		max-width: 20%;/*スマホ用画像縮小*/
	}
	.frame {
	margin: 10px;
	display: inline-block;
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
}
	#phot_gallery{
	background-color:lightgray;
	widows: 100%;
	height: 100%;
	margin: 20px 0px;
	padding: 60px 0px;
	border-radius: 10px;
	position: relative;
	display: inline-block;
	overflow: hidden; /* 不要部分を消す */
}
#phot_gallery:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 110px;
	height: auto;
	background: red;
	content: "gallery";	/* 表示するテキスト */
	text-align: center;
	color: #fff;
	font-family: 'Arial';
	font-weight: bold;
	padding: 5px 10px;
	left: -35px;
	top: 3px;
	transform: rotate(-30deg);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
/* YouTube動画埋め込みのレスポンシブ */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
}
/* floatによる回り込みをクリア */
.clearfix:after {
    display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}
.clearfix {
    min-height: 1px; /*IE6、7対策*/
}

	  