@charset "UTF-8";
@import url("../../../en/common/css/style2.css");
/*--------------------------------------------------------------
# BASS
--------------------------------------------------------------*/

/*Reboot*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: -20px 0 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

@media (max-width: 991px){
	body { margin: 0; }
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2 {
	margin-top: 80px;
	margin-bottom: 25px;
}

@media (max-width: 575px){
h2 {
    font-size: 22px;
    margin-top: 50px;
	}
}

h3 {
    padding: 10px 15px;
    background-color: #efefef;
    border-radius: 4px;
	    font-size: 22px;
    margin: 50px 0 25px;
}

@media (max-width: 400px){
	h3 {
	font-size: 18px;
		padding-left: 10px;
		padding-right: 0;
		margin-top: 30px;
	}
}

h4 {
    font-size: 16px;
    font-weight: bold;
	
    margin-top: 30px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 20px;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #7AC943;
  text-decoration: none;
  background-color: transparent;
		transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
}

a:hover {
  color: #f00;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}
.btn {
border-radius: 0;	
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}	

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}
/*---Reboot */









/*--------------------------------------------------------------
# LAYOUT
--------------------------------------------------------------*/
.container-ex {
	max-width: 1230px;
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1000px){
	.container {
		max-width: 1030px;
	}
}


.section {
	margin:25px 0;
	padding:25px 0;
}

.section-list-contents {
	min-height: 283px;
	background: url(../../../ja/files/top/images/top_back.png) no-repeat;
	background-size: cover;
    background-position: center;
	margin-bottom: 0;
	text-align: center;
	padding-top: 60px;
}
.section-banners {
	background: #e6e6e6;
	margin: 0px;
	text-align: center;
	    padding: 40px 0;
}










/*--------------------------------------------------------------
# MODULE
--------------------------------------------------------------*/

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #7AC943;
    border-color: #7AC943;
}

#home h2 {
	text-align: center;
	padding-bottom: 18px;
	background: url(../../../ja/files/top/images/top-h2-border.png) no-repeat center bottom;
	margin-bottom: 30px;
	margin-top: 40px;
}
#home .section-news h2 {
	text-align: left;
	background-position: left bottom;
	    margin-top: 100px;
}
@media (max-width: 500px){
	#home h2 {
	font-size: 21px;
    font-weight: bold;
    margin-top: 0;
	}
}

.block-logo h1 {
	margin-bottom: 0;
	    width: 100%;
}
.block-logo h1 img {
    max-width: 100%;
}

/*アイコン*/
a.pdf {
  background: url(../../../ja/common/images/icon_pdf.png) no-repeat right center;
  padding: 0 16px 0 0; }

#maincontents a[target="_blank"] {
  background: url(../../../common/images/icon_outlink.png) no-repeat right center;
  padding-right: 20px; }

#maincontents a[href$=".pdf"] {
  background: url(../../../ja/common/images/icon_pdf.png) no-repeat right center;
  padding: 0 20px 3px 0; }

#maincontents a[href$=".doc"] {
  background: url(../../../common/images/icon_word.png) no-repeat right center;
  padding: 0 20px 3px 0; }

#maincontents a[href$=".docx"] {
  background: url(../../../common/images/icon_word.png) no-repeat right center;
  padding: 0 20px 3px 0; }

#maincontents a[href$=".xls"] {
  background: url(../../../common/images/icon_excel.png) no-repeat right center;
  padding: 0 20px 3px 0; }

#maincontents a[href$=".xlsx"] {
  background: url(../../../common/images/icon_excel.png) no-repeat right center;
  padding: 0 20px 3px 0; }

#maincontents a.noicon {
  background-image: none;
  padding-right: 2px;
  margin-right: 0px; }

#maincontents .monograph a[target="_blank"] {
  background-image: none;
  padding-right: 2px;
  margin-right: 0px; }

#maincontents #index a[target="_blank"] {
  background-image: none;
  padding-right: 2px;
  margin-right: 0px; }

#maincontents .noicon a[target="_blank"] {
  background-image: none;
  padding-right: 2px;
  margin-right: 0px; }

/*button*/

.btn-primary{
	background:#7AC943;
	border:none;
}
.btn-primary:hover{
	background:#95d667;
	border:none;	
}

.btn-arrow {
    width: 280px;
    /*padding: 16px 0;*/
    position: relative;
    margin: 40px auto;
    display: table;
	    font-size: 20px;
}
.btn-arrow a {
	    display: block;
    padding: 16px 0 16px 0;
    color: #fff;
			transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
}
.btn-arrow:after {
content: "→";
    position: absolute;
    right: 10px;
    top: 22px;
    font-size: 25px;
    line-height: 1;
}

.col-sm-3 .btn-arrow:after {
content: "→";
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 25px;
    line-height: 1;
}

@media (max-width: 767px){
	.col-sm-3 .btn-arrow:after {
    content: "→";
    position: absolute;
    right: 7px;
    top: 15px;
    font-size: 20px;
    line-height: 1;
}
}
@media (max-width: 575px){
	.col-sm-3 .btn-arrow:after {
	content:"→";
	position:absolute;
	right:10px;
	font-size:25px;
	line-height:1;
		    top: 10px;
}
}

.section-news .col-sm-3 .btn-arrow {
    display: inline-block;
    width: 175px;
	    padding: 10px 0;
}
@media (max-width: 991px){
	.section-news .col-sm-3 .btn-arrow {
	    width: 145px;
	}
}

@media (max-width: 767px){
	.section-news .col-sm-3 .btn-arrow {
	    width: 100%;
    text-align: left;
    padding-left: 10px;
	}
}
@media (max-width: 575px){
	.section-news .col-sm-3 .btn-arrow {
	display: none;
	}
}

/*ヘッダー*/
header{
	background:url(../../../ja/common/images/top-bg.png) no-repeat;
	background-size: cover;
    background-position: center;
	color:#fff;
}
header a {
	color:#fff;
}

.block-header-nav-container,
header .container-ex{
		position:relative;
	max-height:300px;
}
body#home header .container-ex{

	/** #191212 height:50vw; **/
	height:20vw;       /** NNvw = viewport width NN% **/
	max-height:515px;
	/** #191212 min-height:400px; **/
	min-height:260px;
}

header .block-header-nav {
    background: rgba(255,255,255,0.8);
}
.block-header-nav-container {
    max-width: 1230px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-height: none;
    min-height: auto;
}

.block-logo{
    float: left;
	width: 50%;
}

@media (max-width: 992px){
	.block-logo{
    float: left;
	width: 80%;
}
}

@media (max-width: 370px){
	.block-logo img {
		width: 230px;
}
}

.block-headernav ul {
	margin-bottom: 0;
}
	
.headernav li {
	display:inline-block;
}
.headernav li a {
	display:block;
	font-size:15px;
	font-weight: bold;
	color:#000;
	    transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
}
.headernav li a:hover {
	text-decoration: underline;
    color: #7AC943;
}

.item-headernav a {
	padding-left:20px;
	margin-left:20px;
}
.headernav .item-headernav-contact a{
	padding:10px 20px;
	background:#7AC943;
	margin-left:20px;
	    color: #fff;
}

.headernav .item-headernav-contact a:hover{
	text-decoration: underline;
    color: #fff;
}

.item-headernav.item-headernav-eng {
	    margin-left: 6px;
	border-left: 2px solid #000;
}
.item-headernav.item-headernav-eng a {
    padding-left: 10px;
    margin: 0;
}

.navbar{
	z-index:99;
	position:relative;
	width: 100%;
	padding-top: 0;
}


ul.gmenu {
	list-style:none;
	padding:10px 20px;
	/*border-bottom:1px solid rgba(255,255,255,0.5);*/
	width:100%;
	margin-top: 0;

}
ul.gmenu a {
	font-weight: bold;
color: #000;
	transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
}

.nav-fill .nav-item {
	margin-bottom: 0;
}

ul.gmenu a:hover{
	text-decoration: underline;
	color: #7AC943;
}
ul.gmenu a:hover,ul.navbar-nav2 a:hover{
	text-decoration: underline;
	color: #7AC943;
}
.nav-item.item-headernav a {
    padding-left: 0;
    margin-left: 0;
}
.nav-item.item-headernav.item-headernav-eng {
    margin-left: 0;
    border-left: none;
}
ul.navbar-nav2 {
	list-style: none;
	text-align: center;
	padding: 0;
}
@media (min-width: 992px){
	.navbar-expand-lg .navbar-collapse {
        display: block!important;
    }

	.nav-item.item-headernav {
		display: none
	}
	.nav-fill .nav-item {
	margin-bottom: 0;
	background: url(../../../ja/files/top/images/nav-shaded.png) no-repeat;
	background-position-y: center;
    background-position-x: right;
	}
	.nav-fill .nav-item:nth-child(5) {
		background: none;
	}
	
	.navbar-nav2 a.nav-kyou {
		background:#7ac943;
		padding:3px 20px;
		color:#fff;
		margin:0 20px;
		
	
	}
	
	ul.navbar-nav2 {
		display: block;
		border-top:1px solid #ccc;
		text-align: center;
		margin-top:0;
		padding-top: 10px;
	}
	
	.navbar-nav2 li{
		display: inline-block;
		margrin:0 20px;
		margin-bottom: 0;
		background: url(../../../ja/files/top/images/nav-shaded.png) no-repeat;
		background-position-y: center;
		background-position-x: right;		
	}	
}


.navbar-nav2 li a{
	display: block;
	width:100%;
	padding:2px 40px;
	font-weight: bold;
	color: #000;
	transition: 0.2s all linear;
	-webkit-transition: 0.2s all linear;	
}
	.navbar-nav2 a.nav-kyou {
		background:#7ac943;
		padding:3px 20px;
		color:#fff;
		margin:0 20px;
	}
	.navbar-nav2 a.nav-kyou:hover {
		color:#fff;
		background:#95d667;	
		text-decoration: none;
	}	

.nav-local.btn-group {
	
	margin-right:-3px;
}
.btn-group {
	padding-bottom: 2px;
}


.block-headercopy{
	position: absolute;
	/** #191212 bottom:100px; **/
	bottom:50px;
	left:115px;
	font-weight:500;
}
/** #190416 body.enbody .block-headercopy{
	bottom:175px;
} **/

span.headercopy{
		/** #191212 font-size:64px; **/
		/** #191212 line-height: 60px; **/
		font-size:48px;
		line-height: 40px;
	display: block;
}
@media (max-width: 767px){
	span.headercopy{
			/** #191212 font-size:40px; **/
			/** #191212 line-height: 60px; **/
			font-size:32px;
			line-height: 30px;
			display: block;
	}
}

span.headercopy_en{
		/** #191212 font-size:64px; **/
		/** #191212 line-height: 60px; **/
		font-size:48px;
		line-height: 40px;
	display: block;
}
/** #190912 **/
@media (max-width: 820px) {   /** #221115 767px **/
	span.headercopy_en {
			/** #191212 font-size:40px; **/
			/** #191212 line-height: 60px; **/
			font-size:32px;
			line-height: 30px;
			display: block;
	}
}



@media (max-width: 767px){
	.block-headercopy {	/** left:45px; **/
				top:140px;left:140px;
                                /** #220901 fix facilities button is hidden. **/
	}
}
@media (max-width: 558px){  /** #221115 496px **/
	.block-headercopy {	font-size:5.5vw;
			  	top:160px;left:180px;
				/** #220901 fix facilities button is hidden. **/
	}
	span.headercopy:first-child{
		    /** #191212 font-size: 6.5vw; **/
		    /** #191212 line-height: 30px; **/
		    font-size: 5vw;
		    line-height: 4vw;
}

span.headercopy:last-child{
font-size:4.5vw;
}
span.headercopy_en{
	/** #191212 font-size: 7vw; **/
    /** #191212 line-height: 9vw; **/
	font-size: 5vw;
    line-height: 4vw;
    display: block;
}
}

@media (max-width: 575px){
	#home header:after {
    content: "";
    line-height: 1;
    background: #F2F6F9;
    height: 160px;
    width: 100%;
    /** #191212 display: block; **/
    display: none;
}
}


#home .l-block-maincontents a{
	color: #000;
}
#home .l-block-maincontents a:hover {
  color: #f00;
  text-decoration: underline;
}


.l-block-maincontents img {
	margin-bottom: 10px;
	width: 100%;
}

.l-block-maincontents p {
	background: url(../../../ja/files/top/images/main-content-line.png) no-repeat;
    background-position: 0 center;
    padding-left: 24px;
}

/*.item-headernav.active a,*/
.nav-item.active a {
	color: #7AC943;
}

@media (min-width: 992px){
.item-headernav-home {
	background: url(../../../ja/files/top/images/head-mark-home.png) no-repeat;
	    background-size: contain;
	    background-position: 8px;
}
.item-headernav-access {
	background: url(../../../ja/files/top/images/head-mark-access.png) no-repeat;
	    background-size: contain;
	    background-position: 14px;
}
}
.item-headernav-contact img {
	margin-top: -4px;
}

@media (max-width: 575px){
#submenu {
	margin-top: 30px;
}
}


/*セクションコンテンツ*/
.item-list-contents {
	background: #fff;
	margin-bottom: 20px;
	    font-weight: bold;
}

.item-list-contents a {
    padding: 112px 0 30px;
    display: block;
    min-height: 190px;
    color: #000;
}

.item-list-contents a:hover {
  color: #f00;
  text-decoration: underline;
}

.icon-result a {
	background: url(../../../ja/files/top/images/top-icon01.png) no-repeat center 30px;
}
.icon-exchange a {
	background: url(../../../ja/files/top/images/top-icon02.png) no-repeat center 30px;
}
.icon-researcher a {
	background: url(../../../ja/files/top/images/top-icon03.png) no-repeat center 30px;
}
.icon-access a {
	background: url(../../../ja/files/top/images/top-icon04.png) no-repeat center 30px;
}


@media (max-width: 991px){
	.item-list-contents a {
		    padding: 112px 10px 30px 10px;
	}
}

@media (max-width: 767px){
	.item-list-contents a {
		    padding: 100px 10px 18px 10px;
		background-position: center 15px;
	}
}
@media (max-width: 575px){
	.item-list-contents a {
	    padding: 100px 20px 18px 20px;
    background-position: center 20px;
	}
}



/*メインbanner*/
.block-topbuttons{
	position:relative;
	z-index:10;
	margin-top:-30px;
	background:#fff;
	/** #191212 padding:25px 25px 5px 25px; **/
	padding:10px 10px 5px 10px;
	box-shadow:0px 0px 6px 0px rgba(0,0,0,0.5);
	
}
.ul-topbuttons {
	list-style: none;
	margin:0;
	padding:0;
}

.topbuttons {
	display: inline-block;
	width:30%;
	vertical-align: top;
	margin-bottom: 0;
	background: url(../../../ja/files/top/images/topbtn-shaded.png) no-repeat;
	background-position-y: center;
    background-position-x: right;
	padding-right: 14px;
	position: relative;
	min-height: 48px;
}
.topbuttons:last-child {
	background: none;
	    padding-right: 0;
}

.topbuttons a {
	display: block;
	color:#333;
	font-weight:bold;
	position: absolute;
	width: 80%;
    top: 55%;
    left: 35%;
    transform: translate(-40%, -50%);
}
.topbuttons a:hover{
	color:#f00;
}


@media (max-width: 575px){
	
.block-topbuttons {
    display: none;  /** #191212 **/
    position: relative;
    z-index: 10;
    margin-top: -190px;
    background: #fff;
    padding: 16px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
}
	
.topbuttons {
    display: block;
    width: 64%;
    text-align: left;
    margin: 10px auto 20px;
	    min-height: 0;
	    background: none;
	    padding-right: 0;
}
	
	.topbuttons a:after {
        content: "→";
    position: absolute;
    font-size: 22px;
    line-height: 1;
		top: 0;
    left: -30px;
    color: #B2BC16;
}
	
	.topbuttons a {
		position: inherit;
		top: 0;
    left: 0;
    transform: none;
		    width: 100%;
	}
	
	
	
}




.block-topcopy{
	font-size:16px;
	font-weight:bold;
}
.block-topcopy strong{color:#7AC943;}




@media (max-width: 423px){
	.section-banners img {
		width: 100%;
	}
}

/*What's new*/




.section-news{
	background:#F5F5F5;
	/** #191212 padding-top: 70px; **/
	/** #191212 padding-bottom: 41px; **/
	/** #191212 margin-top: 40px; **/
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 5px;
}

ul.list-news {
	list-style-type: none;
	padding: 0;
}
ul.list-news li {
	/** #191212 padding-bottom: 25px; **/
	/** #191212 margin-bottom: 25px; **/
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: 2px solid #e1e1e1;
}
.span-date {
	color: #9bc7af;
	letter-spacing: 2px;
	margin-right: 28px;
	vertical-align: top;
}
.span-cat {
	margin-right: 50px;
    padding-left: 20px;
    background: url(../../../ja/files/top/images/span-cat-border.png) no-repeat;
    background-size: 12px;
    background-position: 0px center;
	vertical-align: top;
}
.span-news {
	display:inline-block;
	width : 50% ; /* IE8以下とAndroid4.3以下用フォールバック */
   width : -webkit-calc(100% - 300px) ;
   /** #191212 width : calc(100% - 300px) ; **/
   width : 100%;
	vertical-align: top;
}
@media (max-width: 991px){
	.span-news {
		display:block;	
		width:100%;
}
}
@media (max-width: 575px){
	#home .section-news h2 {
    text-align: left;
    background-position: left bottom;
    margin-top: 0;
}
	
	.section-news {
    background: #F5F5F5;
    padding-top: 30px;
    padding-bottom: 41px;
}
	
	.block-list-news{
		    overflow-x: hidden;
    height: 330px;
	}
	
	/*.btn-primary-center{
	    margin: 50px auto 0;
	}*/
	
}



/* 訪問滞在型研究リスト */
.item-researchlist-box {
	    padding-bottom: 14px;
    margin-bottom: 32px;
}

.item-researchlist-img {
	    margin-bottom: 20px;
}
.item-researchlist-img img {
	width: 100%;
}
.item-researchlist-txt {
    display: table;

}
.researchlist-cat {
	    border: 1px solid #6C3F4C;
    display: inline;
    color: #6C3F4C;
padding: 1px 12px 3px 12px;
}
.researchlist-txt {
	margin-top: 10px;
	margin-bottom: 5px;
    font-weight: bold;
}
.researchlist-date {
	color: #B2BC16;
    font-weight: 600;
}

.researchlist-block-contents {
	padding: 0;
    list-style-type: none;
}

.researchlist-block-contents li {
	    border-left: 5px solid #B2Bc16;
	    padding-left: 10px;
}
.researchlist-title {
	font-size: 14px;
    font-weight: 600;
	margin-bottom: 10px;
}
.researchlist-details {
	    font-size: 11px;
    font-weight: 600;
}

@media (max-width: 500px){
	
.item-researchlist-box {
    display: block;
	    padding-bottom: 34px;
}	
	

	.item-researchlist-img {
    /*float: none;
    margin-right: 0;
    overflow: hidden;
    height: 160px;*/
    margin-bottom: 20px;
}
	
	.item-researchlist-img img {
		width: 100%;
	}
	
	/*.block-list-researchlist {
	    height: 990px;
    overflow-x: hidden;
	}*/
}




/*近日開催予定*/

.item-list-rims-img img {
	width: 100%;
}
.item-list-rims {
}
.item-list-rims-box {
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 40px;
}
.list-rims-date {
	color: #B2BC16;
	    margin-top: 10px;
    margin-bottom: 5px;
}
.list-rims-txt {
	min-height: 72px;
}
.btn-more {
	    margin-top: 10px;
	text-align: right;
}


/*フッター*/
footer {
  padding: 40px;
  background: #9bc7af; 
}

.footermenu li{
	width:33%;
	display: inline-block;
}

.footermenu li a{
	color:#fff;
	display: block;
	font-size:14px;
	position: relative;
	padding-left:20px;
}
.footermenu li a:before {
		content:">";
		position: absolute;
		left:0;
}

@media (max-width: 400px){
	.block-footerlogo img {
		max-width: 100%;
	}
}

#home #page-top a {
    background: transparent;
    text-decoration: none;
    color: #000;
    width: auto;
    padding: 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
}
#home #page-top a:hover {
    text-decoration: none;
    background: transparent;
    color: #C5C5C5;
}
.tex-01 {
    margin: 0 0 10px;
    padding: 10px;
    display: block;
    border: 1px solid #ccc;
}

@media (min-width: 576px){
.tex-01 img{
	width: 100%;
	height: auto;
}
}





.purple {
    color: #6D3F4D;
}

@media (min-width: 430px){
	.workshop-room {
	float: left;
	margin-right: 20px;
}
}

@media (max-width:700px) {
	.ie-numbers {
		max-width: 100%;
	}
}
#access .l-main img {
	max-width: 100%;
}

#project .l-main img {
	width: 100%;
}
@media (max-width: 772px){
.footermenu li {
    width: 100%;
}
	
	footer {
    padding: 20px;
}
}


.l-copy {
	    margin-top: 10px;
}
.block-sns-icon {
	float: left;
}

.sns-icon-list {
	    list-style-type: none;
    margin: 0;
    padding: 0;
}
.item-icon {
	    float: left;
	    margin-right: 30px;
}
.block-copy {
	float: right;
    font-size: 14px;
    color: #999;
}





/*.outside {
	background: url(images/icon_out.png) no-repeat right center;
	padding: 0 16px 0 0;
}

.pdf {
	background: url(images/icon_pdf.png) no-repeat right center;
	padding: 0 16px 0 0;
}*/
.container a[target="_blank"] {
	background: url(../../../common/images/icon_out.png) no-repeat right center;
	padding-right: 0;
	/*text-decoration: underline;*/
}

.container a[target="_blank"] {
	background-image: none;
}

.container .list_member a[target="_blank"]
 {
	background-image: none;
	padding:0;
}


.container a[href$=".pdf"] {
	    background: url(../../../ja/common/images/icon_pdf.png) no-repeat right center;
	    background-size: 18px;
	    padding: 0 26px 0 0px;
}

.container .nav-sub a[href$=".pdf"] {
    background: url(../../../ja/common/images/icon_pdf.png) no-repeat right center;
    background-size: 18px;
    display: inline-block;
    padding: 0 26px 0 30px;
}



.container a.noicon{
  background-image:none;
  padding-right:2px;
  margin-right:0px;
}

.container .monograph a[target="_blank"] {
  background-image:none;
  padding-right:2px;
  margin-right:0px;
}

.container #index a[target="_blank"] {
  background-image:none;
  padding-right:2px;
  margin-right:0px;
}

.container .noicon a[target="_blank"] {
  background-image:none;
  padding-right:2px;
  margin-right:0px;
}



#pamphlet a[href$=".pdf"] { 
	background: none;
}
.navbar-toggler{
position: absolute;
    top: -40px;
    right: 0;
}

@media (max-width: 991px){
	.headernav{
		padding-left:0;
		margin:0 auto;
	}
	.block-headernav {
		position: absolute;
	}
	.block-logo{
		/** #191212 margin-top:40px; **/
		margin-top:20px;
	}
}

@media (max-width: 575px){
.section-list-contents .col-sm-3:nth-child(odd) {
padding-right: 7.5px;
}
.section-list-contents .col-sm-3:nth-child(even) {
	padding-left: 7.5px;
}
}


.btn-past {
    width: 280px;
    position: relative;
    margin: 0 auto 10px;
    display: table;
    font-size: 18px;
}

#international-exchanger .btn-arrow {
    width: 380px;
    position: relative;
    margin: 50px auto 10px;
    display: table;
    font-size: 20px;
}

@media (max-width: 767px){
	#international-exchanger .btn-arrow {
    width: 100%;
    position: relative;
    margin: 50px auto 10px;
    display: table;
    font-size: 20px;
    white-space: normal;
    padding: 0 70px;
}
}

@media (max-width: 575px){
	#international-exchanger .btn-arrow {
    width: 380px;
    position: relative;
    margin: 50px auto 10px;
    display: table;
    font-size: 20px;
}
}

@media (max-width: 410px){
	#international-exchanger .btn-arrow {
        width: 280px;
    padding: 0 40px;
}
	.btn {
		white-space: normal;
	}
	
	
	
}

ul li,
ol li{
	margin-bottom: 15px;
}

footer ul li,
footer ol li{
	margin-bottom: 5px;
}


h1.h1-title {
    font-size:50px;
        text-align:center;
        margin-top:70px;
	    margin-bottom: 40px;
}
h1.h1-title small {
    display:block;
        font-size:18px;
	    margin-top: 10px;
}
.block-breadcrumbs {
        font-size:14px;
}

header {
    padding-bottom:20px;
        margin-bottom:50px;
}
body#home header {
    padding-bottom:0px;
        margin-bottom:0px;
}

#submenu h1 {
	font-size:24px;
	colo:#333;
	font-weight: bold;
}

ul.nav-sub {
    list-style-type:none;
   padding-inline-start:0;
	padding-left: 0;
}

ul.nav-sub li:first-child {
    border-top:1px solid #E5E5E5;
}

ul.nav-sub li {
    border-bottom:1px solid #E5E5E5;
    padding:10px;
	margin-bottom:5px;
}

ul.nav-sub a {
    color:#000;
    font-weight:bold;
    position:relative;
    padding-left:30px;
    display:block;
	font-size: 14px;
}

ul.nav-sub a:hover {
    color:#d59047;
    text-decoration:none;
}

ul.nav-sub a:before {
    content: ">";
    font-weight:bold;
    color:#7AC943;
    position:absolute;
        height:50px;
    left:0;
}
#about #submenu ul li.about a {
	color:#d59047;
	text-decoration:none;
	font-weight:nomal;
	vertical-align: middle;
	}
h2 {
    border-bottom: solid 2px #e6e6e6;
    position: relative;
    padding-bottom:10px;
    margin-bottom:30px;
    margin-top:60px;
	    text-align: left;
}
h2:after {
        position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 2px #7AC943;
    width: 10%;
    padding-bottom:10px;
    
}
body#home h2 {
    border:none;
}
body#home h2:after {
    border:none;
}
.h2top {
    margin-top:0px;
}

footer {
    margin-top:40px;
}
body#home footer {
    margin-top:0;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: transparent;
    text-decoration: none;
    color: #000;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
     writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
}
#page-top a:hover {
    text-decoration: none;
    background: transparent;
    color: #C5C5C5;
}

table.recruitmenttable {
    margin-bottom:40px;
    width:100%;
    font-size:14px;
}

@media (max-width:575px) {
	h1.h1-title {
    font-size: 36px;
	}
	h1.h1-title small {
    display: block;
    font-size: 16px;
	}
	h2 {
		font-size: 22px;
}
}


@media (max-width:991px) {
	table.recruitmenttable {
    margin-bottom:10px;
    width:609px;
    font-size:14px;
}
}
.scroll {
	overflow-y: hidden;
	margin-bottom:40px;
	margin-top: 40px
}
.semi {
    clear: both;
}



@media (max-width:772px) {
table.recruitmenttable img {
   width:100px;
}
}

table.recruitmenttable th {
    /*background: #6c3f4c;*/
	background: #7AC943;
    color:#FFF;
    font-weight:bold;
    padding:10px;
    border:1px solid #FFF;
    text-align:center;
    
}

.semi-top {
	clear:both;
}
/*
.scroll::-webkit-scrollbar {
    height:5px;
}

.scroll::-webkit-scrollbar-track {
    background:#E5E5E5;
}

.scroll::-webkit-scrollbar-thumb {
    background:#BCBCBC;
}*/
table.recruitmenttable td {
    padding:10px;
    border:1px solid #E5E5E5;
    
}
ol.alphaol {
    list-style-type: upper-alpha;
}
@media (max-width:772px) {
    footer {
        padding:20px;
    }
    .footermenu li {
        width:100%;
    }
    ul.footermenu {
        margin-top:10px;
    }
    .span-news {
        display:block;
        margin-top:10px;
    }
    
}

.font-red {
     color:#FF0004;
}
.topborder {
    border-top:1px solid #E5E5E5;  
    padding-top:20px;  
}
.lodging_icon1 {
    background:#FF7072;
    padding:3px;
    border-radius:5px;
    margin-right:5px;
}
.lodging_icon2 {
    background:#EF9F69;
    padding:3px;
    border-radius:5px;
    margin-right:5px;
}
.lodging_icon3 {
    background:#FFC954;
    padding:3px;
    border-radius:5px;
    margin-right:5px;
}
.lodging_icon4 {
    background:#84C16E;
    padding:3px;
    border-radius:5px;
    margin-right:5px;
}
.lodging_box {
    border:#C5C5C5;
}
table.lodgingtable {
    margin-top:20px;
}

@media (max-width:700px) {
	.ie-numbers {
		max-width: 100%;
	}
}
#access .l-main img {
	max-width: 100%;
}

#project .l-main img {
	width: 100%;
}

.dummybox {
        background:#C5C5C5;
        width:100%;
        height:300px;
}

.icon-about a {
	background: url("../../../ja/files/top/images/top-icon05.png") no-repeat center 30px;
}
.icon-member a {
	background: url("../../../ja/files/top/images/top-icon06.png") no-repeat center 30px;
}

.icon-recruit a {
	background: url("../../../ja/files/top/images/top-icon07.png") no-repeat center 30px;
}

.icon-seminer a {
	background: url("../../../ja/files/top/images/top-icon08.png") no-repeat center 30px;
}

.icon-subject a {
	background: url("../../../ja/files/top/images/top-icon09.png") no-repeat center 30px;
}

.container .icon-donation a {
	background: url("../../../ja/files/top/images/top-icon10.png") no-repeat center 30px;
}

.container .icon-library a {
	background: url("../../../ja/files/top/images/top-icon11.png") no-repeat center 30px;
}

.icon-publication a {
	background: url("../../../ja/files/top/images/top-icon12.png") no-repeat center 30px;
}
/*--------------------------------------------------------------
# STATE
--------------------------------------------------------------*/
.navbar-collapse.collapse.show{
	/*background: rgba(255, 255, 255, 0.8);*/
}

.navbar-toggler{
  border-color: #fff;
	background: #7AC943;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.btn-state-off {
	display: none;
}


@media (max-width: 575px){
	.btn-state-off {
display: block;
}
}

