@import url("reset.css");
@import url("article_20260518.css");
@import url("pagenation.css");


a {
  filter:alpha(opacity=100); /* IE 6,7*/
  -ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
  -moz-opacity:1.0; /* FF , Netscape */
  -khtml-opacity: 1.0; /* Safari 1.x */
  opacity:1.0;
  zoom:1; /*IE*/
  
  transition: 0.1s;
}

a:hover {
  filter:alpha(opacity=50); /* IE 6,7*/
  -ms-filter: "alpha(opacity=50)"; /* IE 8,9 */
  -moz-opacity:0.5; /* FF , Netscape */
  -khtml-opacity: 0.5; /* Safari 1.x */
  opacity:0.5;
  zoom:1; /*IE*/
}

 hr {
 	height: 1px;
 	background-color: #E5E5E5;
 	border: none;
 	color: #E5E5E5;
 }

 table {
  width: 100%;
  border-collapse:  collapse;
  margin-bottom: 30px;
 }

th {
    background-color: #E5E5E5;
}

th,th,td {
    padding: 10px;
    border: solid 1px #A2A2A2;
}

td:first-child {
  width: 200px;
  height: 110px;
}

.blue {
	color: #4C5686;
}

.category {
	border: 1px solid #4C5686;
	display: inline-block;
	font-size: 14px;
	color: #4C5686 ;
	padding: 5px 20px;
	line-height: 1.2em !important;
  cursor: pointer;
}

.category a {
	color: #4C5686;
	text-decoration: none;
}

.category.hover:hover {
  background: #4C5686;
}

.category.hover:hover a {
   color: #fff;

   filter:alpha(opacity=100); /* IE 6,7*/
  -ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
  -moz-opacity:1.0; /* FF , Netscape */
  -khtml-opacity: 1.0; /* Safari 1.x */
  opacity:1.0;
  zoom:1; /*IE*/
}

.button {
	display: block;
	width: 310px;
	margin: 0 auto;
	text-align: center;
	padding: 20px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;

	color: #333 !important;
	border: 1px solid #A2A2A2;

  transition: 0.1s;
  

  filter:alpha(opacity=100); /* IE 6,7*/
  -ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
  -moz-opacity:1.0; /* FF , Netscape */
  -khtml-opacity: 1.0; /* Safari 1.x */
  opacity:1.0;
  zoom:1; /*IE*/
}

.button:before {
    z-index: 1;
    content: "\f30f";
    font-family: "IonIcons";
    font-size: 20px;
    font-weight: 600;
    color: #414D88;
    vertical-align: -5%;
    padding-right: 8px;
}

.button:hover {
  background: #333;
  border: 1px solid #A2A2A2;
  color: #fff !important;
  

  filter:alpha(opacity=100); /* IE 6,7*/
  -ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
  -moz-opacity:1.0; /* FF , Netscape */
  -khtml-opacity: 1.0; /* Safari 1.x */
  opacity:1.0;
  zoom:1; /*IE*/
}

a.arrow-link {
	text-decoration: none;
	padding-left: 1.2em;
	position: relative;
	color: #333;

	line-height: 2.4em;
}

a.arrow-link:before {
    z-index: 1;
    position: absolute;
    left: 0px;
    top: -10px;
    content: "\f30f";
    font-family: "IonIcons";
    font-size: 16px;
    font-weight: 600;
    color: #414D88;
}

a.back {
  position: relative;
  padding-left: 1.2em;
}

a.back:before {
  z-index: 1;
    position: absolute;
    left: 0px;
    top: -2px;
    content: "\f2ca";
    font-family: "IonIcons";
    font-size: 16px;
    font-weight: 600;
    /*color: #414D88;*/
}

label,
.list-wrap .date,
.list-wrap .period,
.wp-pagenavi,
.gothic {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue" , Helvetica , Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

body {
	margin: 0 80px;
}

header {
	width: calc(100% + 160px);	
	margin: 0 -80px;
  position: relative;
}

header .title-area {
	height: 115px;
	padding: 35px 80px;
	border-bottom: 1px solid #E5E5E5;
}

header .nav-area {
	height: 50px;
	border-bottom: 1px solid #E5E5E5;

	position: relative;
}

header .header-menu1 {
	position:absolute;
    top:15px;
    left:80px;
}

header .header-menu2 {
	position:absolute;
    top:15px;
    right:80px;
}

header .header-menu2 ul li {
	font-size: 12px;
}

header ul {
    padding: 0px; 	
    margin: 0px;
} 

header ul li {
    display: inline; 	
    margin-right: 1.1em;
}

header ul li:last-child{
	margin-right: 0;
}

header ul li.current-menu-item a,
header ul li.current_page_parent a {
	color: #4C5686;
}


header{
    background: #FFF;
    position: fixed;
    top: 0;
    transition: transform .5s;
    width: 100%;
    z-index: 999;
}
 
header.hide{
    transform: translateY(-100%);
}

.header-space {
  height: 165px;
}


.nav__icon,
.nav__icon span {
  /*display: none;*/
}

.nav__icon {
  width: 20px;
  height: 18px;
  /* margin-top: 22px; */
  /* position: relative; */
  position: absolute;
  top: 48px;
  right: 60px;
  cursor: pointer;
}

.nav__icon span {
  width: 100%;
  height: 2px;
  background-color: #3B4043;
  position: absolute;
  left: 0;

  transition: 0.3s;
}

.nav__icon span:nth-child(1){ top: 0; }
.nav__icon span:nth-child(2){ top: 8px; }
.nav__icon span:nth-child(3){
  bottom: 0;
  width: 50%;
}

.nav__icon.active span:nth-of-type(1){
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}


header .nav__icon.active span:nth-of-type(2){
  display: none;
}

.nav__icon.active span:nth-child(3){ width: 100%; }

header .nav__icon.active span:nth-of-type(3){
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

.side-contents {
}

.filter-icon {
  height: 20px;
  margin-bottom: 0;
  cursor: pointer;
  display: none;
}


.filter-icon.active {
  margin-left: 3px; 
  width: 17px;

}

.container {
	padding-bottom: 200px;
}

.contents:after {
  content: "";
  display: block;
  clear: both;
}





footer {
  height: 190px;
  margin: 0 -80px;
  /*padding: 30px 80px;*/
  background: #333;
  color: #FFF;
  position: relative;
}

footer img {
  vertical-align: text-top !important;
}

footer h1 {
  position: absolute;
  top: 30px;
  left: 80px;
}

footer .link-area {
  position: absolute;
  bottom: 30px;
  left: 80px;
}

footer .sns-area {
  position: absolute;
  top: 30px;
  right: 80px;
}

footer ul li {
  display: inline;
  padding: 0 5px;
}

footer ul li:first-child{
  padding-left: 0;
}

footer ul li:last-child{
  padding-right: 0;
}

footer .copy-right {
  position: absolute;
  bottom: 30px;
  right: 80px;

  font-size:10px;
}



.h2-area {
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #E5E5E5;
	/*margin-bottom: 30px;*/

	position:relative;
}

.h2-area h2 {
	font-size: 22px;
	font-weight: 600;

	position:absolute;
  top:25px;
  left:0;
}

.h2-area ul{
    padding: 0px; 	
    margin: 0px;


	position:absolute;
    top:35px;
    right:0;
} 

.h2-area ul li {
    display: inline; 	
    margin-right: 1.5em;
    font-size: 12px;
}

.h2-area ul li:last-child{
	margin-right: 0;
}


.h2-area li a {
	border-bottom: 1px solid #E5E5E5;
	padding: 4px 0;
}

.h2-area ul li.current-menu-item a {
	border-bottom: 1px solid #4C5686;
}


.h2-area .pc {
    display: block;
  }

  .h2-area .sp {
    display: none;
  }


.side-contents {
	width: 290px;
	float: left;
	padding: 30px 0;
}

.side-contents::after {
	content: "";
	display: block;
	clear: both;
}

.side-contents-center {
  width: calc((100% - 828px)/2);
  display: block;
  float: left;
  padding: 30px 0;
}

.main-contents {
	/*background: #CDD;*/
}

.main-contents.full {
	width: 100%;
}

.main-contents.center {
	width: 828px;
	margin: 0 auto;
}


.main-contents.right {
	width: calc(100% - 290px);
	float: left;
}

.main-contents.right::after {
	content: "";
	display: block;
	clear: both;
}

.main-contents .sub-area {
	height: 55px;
  /*width: 100px;*/
	position: relative;

}

.main-contents .sub-area h3 {
	font-size: 18px;
	/*font-weight: 600;*/
  font-weight: 600;


	position: absolute;
	top: 0;
	left: 0;
}

.main-contents .sub-area form {
	position: absolute;
	top: 0;
	right: 0;
}


.main-contents .sub-area #view-switch {
  position: : absolute;
  top: 0px;
  left: 0px;
  width: 75px;
  display: flex;
  align-items: center;
}

.main-contents .sub-area #view-switch input {

}

.main-contents .sub-area #view-switch label {
  opacity: 0.5;
  cursor: pointer;
}

.main-contents .sub-area #view-switch label.selected {
  opacity: 1.0;
}

.main-contents .sub-area #view-switch label:hover {
  transition: opacity 0.2s;
  opacity: 0.3;
}


@font-face{font-family:"IonIcons";src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}

label {
	font-size: 12px;
	/*line-height: 20px;*/
}

.select-wrap {
    position: relative;
    width: 230px;
    margin: 5px 0 35px 0;
}

.select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: -5px;
    content: "\f123";
    font-family: "IonIcons";
    font-size: 10px;
    font-weight: 600;
    line-height: 43px;
    color: #333;
    pointer-events: none;
}
select{
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 30px;
    padding:0;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #E5E5E5;
    width:100%;
}

 .side-contents form .submit-button {
  font-size: 16px;

    background-color: transparent;
    border: 1px solid #A2A2A2;
    cursor: pointer;
    outline: none;
    padding: 12px 80px;
    margin: 0 auto;
    appearance: none;
    display: none;
  }


dl.search{
  position:relative;
  border-bottom:1px solid #E5E5E5;
}
dl.search dt{
  margin-right:40px;
  padding:0;
}
dl.search dt input{
  width:100%;
  height:20px;
  line-height:20px;
  background:none;
  border:none;
  outline: none;
}
dl.search dd{
  position:absolute;
  top:0;
  right:0;
}
dl.search dd button {
  display:block;
  padding:0px;
  background:none;
  border:none;
  outline: none;
}
dl.search dd button span{
  display:block;
  width:20px;
  height:20px;
  background:url('../images/search.svg') no-repeat scroll 0 0;
}

dl.search dd button:hover {
  filter:alpha(opacity=50); /* IE 6,7*/
  -ms-filter: "alpha(opacity=50)"; /* IE 8,9 */
  -moz-opacity:0.5; /* FF , Netscape */
  -khtml-opacity: 0.5; /* Safari 1.x */
  opacity:0.5;
  zoom:1; /*IE*/
}



.list-wrap.list li {
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #E5E5E5
}

.list-wrap.list li:first-child {
	padding-top: 0;
}

.list-wrap.list li:last-child {
	border-bottom: none;
}

.list-wrap.list li::after {
	content: "";
	display: block;
	clear: both;
}

.list-wrap.list li .thumbnail-wrap {
    position: relative;
    width: 300px;
	float: left;
}

.list-wrap.list li .info-area {
	width: calc(100% - 300px);
	padding: 0 30px;

	float: left;
}

.list-wrap.list li .info-area .date {
  font-size: 16px;
  margin-bottom: 0.5em;
}

.list-wrap.list li .info-area .category {
  margin-bottom: 30px;
}

.list-wrap.list li .info-area h1 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 1.4em;
  line-height: 1.8em;
}

.list-wrap.grid-list {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -10px 30px -10px;
  padding: 0;
}

.list-wrap.grid-list li {
  padding: 0;
  margin: 0 10px 20px 10px;
}

.list-wrap  li a {
  display: block;
  height: 100%;
  text-decoration: none;
  position: relative;
}

.list-wrap li a:hover {
  -moz-opacity:1.0;
  -khtml-opacity: 1.0;
  opacity:1.0;
  zoom:1;
}

.list-wrap li a:hover img {
  opacity:0.7;
}


.list-wrap li .thumbnail-wrap {
    position: relative;
    width: 100%;
}

.list-wrap li .thumbnail-wrap:before {
    content:"";
    display: block;
    padding-top: 65%; /* 高さを幅の65%に固定 */
}

.list-wrap li img {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	transition: opacity 0.2s;
	flex-shrink: 0;
}

.list-wrap.grid-list li .info-area {
  min-height: 130px;
  padding: 15px 0;
}

#convivial-design-studio .list-wrap.grid-list li .info-area {
  min-height: 0 !important;
}


.list-wrap.grid-list li .info-area h1 {
  font-weight: 600;
  margin-bottom: 0.8em !important;
  line-height: 1.8em !important;
  font-size: 14px !important;
}

.list-wrap.grid-list li .info-area .period {
	font-size: 13px;
}

.list-wrap.grid-list li .info-area .tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 10px;
  margin-top: 15px;
}

.list-wrap.grid-list li .info-area .tag span {
  font-size: 12px;
  background-color: #F2F2F2;
  color: #333;
  padding: 1px 10px;
  border-radius: 1em;
}


.list-wrap.two-grid li {
  width: calc(50% - 20px);
}



.main-contents .top-news-area,
.main-contents .top-page-nav-area,
.main-contents .top-access-area
{
	padding: 60px 0;
}

.main-contents .top-news-area,
.main-contents .top-page-nav-area
{
  border-bottom: 1px solid #E5E5E5;
}


.main-contents h1.top-header {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
}

.main-contents .top-page-nav-area .list-wrap li {
	border: 1px solid #E5E5E5;
}

.main-contents .top-page-nav-area .list-wrap li .info-area {
	padding: 20px;
}


.main-contents .top-access-area iframe {
  width: 100%;
  height: 240px;

  margin-bottom: 30px;
}

.main-contents .top-access-area address{
	font-style: normal;
	margin-bottom: 2.8em;
}







.list-block-wrap {
  display: grid;
  grid-template-columns :135px 1fr 50px;
  padding: 24px 0;
  border-top: 1px solid #E5E5E5;

/*  opacity: 1.0;
  transition: opacity 0.2s;*/
}
/*
.list-block-wrap:hover {
  opacity: 0.5;
}

.list-block-wrap.open:hover {
  opacity: 1.0;
}*/

.list-block-wrap:last-child {
  border-bottom: 1px solid #E5E5E5;
}


.list-block-wrap .year-title {
  grid-column: 1 / 2;
  grid-row: 1;

  font-size: 18px;
}

.list-block-wrap .list-list {
  grid-column: 1 / 4;
  grid-row: 2;

  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.list-block-wrap .btn-area {
  grid-column: 2 / 4;
  grid-row: 1;
}

.list-block-wrap.open .year-title {
  grid-column: 1 / 2;
}

.list-block-wrap.open .list-list {
  grid-column: 2 / 3;
  grid-row: 1;
}

.list-block-wrap.open .btn-area {
  grid-column: 3 / 4;
}


.list-block-wrap .list-list li a {
  opacity: 1.0;
  transition: opacity 0.2s; 
}

.list-block-wrap .list-list li:not(:first-child) a {
  padding-top: 15px;
}

.list-block-wrap .list-list li.sangaku-link a {
  color: #4C5686;
  font-size: 16px;
}

.list-block-wrap .list-list li a .link-icon {
  width: 13px;
  height: 13px;
}

.list-block-wrap .list-list li img.link-icon {
  position: inherit;
  vertical-align: -1px;
}

.list-block-wrap .list-list li a:hover{
  opacity: 0.6;
}

.list-block-wrap .list-list li a h1 {
  font-size: 16px;
}

.hidden-item {
  display: none;
}

.list-block-wrap .btn-area {
  display: flex;
  justify-content: right;
  cursor: pointer;

  opacity: 1.0;
  transition: opacity 0.2s;
}

.list-block-wrap .btn-area:hover {
  opacity: 0.5;
}

.toggle-btn {
  position: relative;
  width: 17px;
  height: 27px;
  border: none;
  background: none;
  cursor: pointer;
}

/* 横線 */
.toggle-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 2px;
  background: #333333;
  transform: translate(-50%, -50%);
}

/* 縦線 */
.toggle-btn span:last-child {
  transform:
  translate(-50%, -50%)
  rotate(90deg);
}

/* open時 → マイナス */
.open .toggle-btn span:last-child {
  opacity: 0;
}


@media screen and (max-width:1100px) {

  .list-block-wrap {
    grid-template-columns :85px 1fr 50px;
    grid-template-rows  : 1fr auto;
    border-top: 1px solid #E5E5E5;
  }

  .list-block-wrap .year-title {
    grid-column: 1 / 2;
  }

  .list-block-wrap .list-list {
    grid-column: 1 / 4;
    grid-row: 2;
  }

  .list-block-wrap .btn-area {
    grid-column: 2 / 4;
  }

  .list-block-wrap.open .year-title {
    grid-column: 1 / 2;   
  }

  .list-block-wrap.open .list-list {
    grid-column: 1 / 4;
    grid-row: 2;
    margin-top: 24px;
  }

  .list-block-wrap.open .btn-area {
    grid-column: 2 / 4;
  }

  .list-block-wrap .btn-area:hover {
  opacity: 1.0;
}

}




/*.main-contents .top-news-area {
	background: green;
}*/



/*.list-block-wrap {
  display: flex;
  justify-content: space-between;

  padding: 30px 0;
  border-bottom: 1px solid #E5E5E5;
}

.list-block-wrap:first-child {
  border-top: 1px solid #E5E5E5;
}

.list-block-wrap .year-title {
  display: inline-block;
  width: 135px;
  font-size: 18px;
}

.list-block-wrap ul.list-list {
  display: inline-block;
  width: calc(100% - 135px);
}

.list-block-wrap ul.list-list li a {
  padding: 5px 0;
  opacity: 1.0;
  transition: opacity 0.2s; 
}

.list-block-wrap ul.list-list li a:hover{
  opacity: 0.5;
}

.list-block-wrap ul.list-list li a h1 {
  font-size: 16px;
}
*/



/* ===================================================== */
/* slider */
/* ===================================================== */

.sl {
  margin: 0;
  /*padding-bottom: 20px;*/
}

.sl.slick-initialized.slick-slider.slick-dotted {
  /*margin-bottom: 50px;*/
}

.sl img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.top-slider-area {
  position: relative;
  margin: 0 -80px;
}

.top-slider-area .slider img {
  width: 100%;
}

.top-slider-area .slider .dots {
  z-index: 99;
}

.slick-slide {
  position: relative;
  padding-bottom: 75px;
}

.top-slider-area .caption-data {
  display: none;
}


.top-slider-area .caption {
  position: absolute;
  left: 80px;
  bottom: 0;
  width: calc(100% - 160px);
  height: 150px;
  background: rgba(0, 0, 0, .7);
  padding: 25px 70px; 
}

.top-slider-area .caption p {
  color: #fff;
}

.top-slider-area .caption .date {
  margin-bottom: 8px;
}

.top-slider-area .caption .title {
  font-size: 18px; 
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.top-slider-area .caption .category {
  border: 1px solid #fff;
  color: #fff;
}

.sl .slick-arrow,
.sl .slick-arrow {
  width: 55px;
  height: 55px;
  opacity: 0.9;
  transition: 0.2s;
  top: calc(50% - 27px);
}

.sl .slick-next {
  right: 0px;
  z-index: 99;
}

.sl .slick-prev {
  left: 0px;
  z-index: 100;
}


.sl .slick-arrow.transparent {
  opacity: 0;
}


.slick-prev:before { content: "" !important; }
.slick-prev:after { content: url("../images/arrow_big_prev.png"); }
.slick-next:before { content: "" !important; }
.slick-next:after { content: url("../images/arrow_big_next.png");}

.dots {
  position: absolute;
  /*left: 0;*/
  bottom: 20px;
  right: 150px;
  display: block;
  text-align: center;
}

.dots li {
  display: inline-block;
}

.dots li.slick-active button {
  background-image: url("../images/dots_image_active.svg");
}

.dots li button {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  text-indent: -9999px;
  display: block;
  width: 35px;
  height: 20px;
  padding: 10px 0;
  margin: 0 3px;
  cursor: pointer;
  background-image: url("../images/dots_image.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.large-image-area {
	margin: 0 -80px 30px -80px;
	width: calc(100% + 160px);
}

.large-image-area img {
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.main-contents {
	padding: 30px 0;
}

.archive-researcher .main-contents h1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.archive-researcher .main-contents h2 {
  font-size: 16px;
  font-weight: 600;
}

.archive-researcher .position-block {
  border-bottom: 1px solid #E5E5E5;
  padding: 30px 0 30px 0;
}

.archive-researcher .position-block:first-child {
  padding-top: 0;
}

.archive-researcher .position-block:last-of-type {
  border-bottom: none;
}


.archive-researcher .position-block {
  padding-bottom: 0;
}


.archive-researcher .position-block .list-wrap.grid-list {
  margin-bottom: 0;

}


.archive-researcher .position-block .list-wrap.grid-list li {
  min-height: 100px;
  margin-bottom: 60px;
}




ul.list-wrap.researcher li {
  border-left: 1px solid #E5E5E5;
  padding: 0 10px;
}

ul.researcher li .en-name {
  margin-bottom: 15px;
}

ul.researcher li .specialty {
  margin-bottom: 1em;
}

ul.researcher li .specialty span {
  font-size: 12px;
  color: #414D88;
  content: "、"
}

ul.researcher li .specialty span:after {
  content: "、"
}

ul.researcher li .specialty span:last-child:after {
  content: ""
}

ul.researcher li .project a {
  font-size: 12px;
  color: #414D88;
  text-decoration: underline;
}

.iguchi {
  text-align: right;
}

/*=======================================================================================*/

.main-contents.full .list-wrap.grid-list li {
  width: calc(20% - 20px);
}

.main-contents.center .list-wrap.grid-list li {
  width: calc(25% - 20px);
}

#page-annual_report .main-contents.center .list-wrap.grid-list li {
    width: calc(33.332% - 20px);
}

.main-contents.right .list-wrap.grid-list li {
  width: calc(25% - 20px);
}



#page-publication .grid-list .list-block {
  width: 350px;
  border: 1px solid #E5E5E5;
  margin: 0 20px 20px 10px;
}

#page-publication .grid-list .list-block .info-area {
  padding: 20px 15px;
}

#page-publication .grid-list .list-block .info-area h1 {
  font-size: 16px !important;
}

#page-publication .grid-list .list-block .info-area p {
  color: #333333;
}

#page-research_of_social_creative article .additions-area {
    padding: 0;
    border-top: none;
}

#page-research_of_social_creative article .additions-area dt {
  margin-bottom: 0;
}

#page-research_of_social_creative {
  word-break: break-word;
  word-break: break-all;
}



#published .published_content {
  margin-bottom: 60px;
}


#published .published_content h3{
  margin-bottom: 30px;
}

#published .published_content table {
  border: 1px solid #F00;
}

#published .published_content table thead tr th {
  background: #333333;
  border: 1px solid #707070;
  color: #fff;
  text-align: left;
}

#published .published_content table tbody tr {
  
}

#published .published_content table tbody td {
  border-color : #E5E5E5;
  padding: 20px;
  height: 100%;
}

#published .published_content table thead tr th.th1,
#published .published_content table thead tr td.td1 {
  width: 20%;
  min-width: 100px;
}


@media screen and (max-width:1800px) { 
  .main-contents.full .list-wrap.grid-list li {
    width: calc(25% - 20px);
  }

  .main-contents.center .list-wrap.grid-list li {
    width: calc(33.332% - 20px);
  }

  .main-contents.right .list-wrap.grid-list li {
    width: calc(33.332% - 20px);
  }
}

@media screen and (max-width:1400px) { 
  .main-contents.full .list-wrap.grid-list li {
    width: calc(33.332% - 20px);
  }

  .main-contents.center .list-wrap.grid-list li {
    width: calc(33.332% - 20px);
  }

  .main-contents.right .list-wrap.grid-list li {
    width: calc(50% - 20px);
  }

  
}

@media screen and (max-width:1200px) { 
  .side-contents-center {
    width: 100%;
  }
}

@media screen and (max-width:1100px) { 
  .main-contents.full .list-wrap.grid-list li {
    width: calc(50% - 20px);
  }

  .main-contents.center .list-wrap.grid-list li {
    width: calc(50% - 20px);
  }

  #page-annual_report .main-contents.center .list-wrap.grid-list li {
      width: calc(50% - 20px);
  }

  .main-contents.right .list-wrap.grid-list li {
    width: calc(50% - 20px);
  }

}

@media screen and (max-width:800px) {
  #page-publication .grid-list .list-block {
    width: 100%;
  }
}

@media screen and (max-width:600px) { 
  .main-contents.full .list-wrap.grid-list li {
    width: calc(100%);
  }

  .main-contents.center .list-wrap.grid-list li {
    width: calc(100%);
  }

  #page-annual_report .main-contents.center .list-wrap.grid-list li {
      width: calc(100%);
  }

  .main-contents.right .list-wrap.grid-list li {
    width: calc(100%);
  }
}

@media screen and (max-width:1100px) {
  select {
    font-size: 16px;
  }

  /*.select-wrap {
    margin-bottom: 10px;
  }*/

  body {
    margin: 0 20px;
  }

  header {
    width: calc(100% + 40px);  
    margin: 0 -20px;
  }

  header .title-area {
    padding: 42px 20px;
    position: relative;
  }

  header .nav-area {
    padding: 30px 20px;
    height: calc(100vh - 115px);
  }

  header .nav-area nav.header-menu1,
  header .nav-area nav.header-menu2 {
    width: 100%;
    position: static;
    float: left;
    font-size: 18px;
  }

  header .nav-area nav.header-menu1 ul li,
  header .nav-area nav.header-menu2 ul li {
    display: block;
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
  }

  header .nav-area nav.header-menu2  ul li:last-child{
    margin-bottom: 0;
  }

  .header-space {
    height: 115px;
  }


  .h2-area {
    height: 64px;
    width: calc(100% + 40px);
    margin: 0 -20px;
  }

  .h2-area h2 {
    top: 17px;
    left: 20px;
  }

  .h2-area .pc {
    display: none;
  }

  .h2-area .sp {
    display: block;
  }


  .h2-area .sp select {
    position: absolute;
    top: 17px;
    left: 20px;
    font-size: 22px;
    font-weight: 600;

    border: none;
    width:calc(100% - 40px);


    background-image: url(../images/select-arrow.svg);
    background-repeat: no-repeat;
    background-size: 12px 10px;
    background-position: right 10px center;
  }


  .h2-area .sp .service-small { font-size:14px; }

  .side-contents {
    width: 100px;
  }


  .filter-icon {
    display: block;
    
  }

  .side-contents {
    padding-bottom: 0;
  }

  .side-contents form {
    padding-top: 30px;
    height: calc(100vh);
    display: none;
  }

  .side-contents form .select-wrap {
    width: 100%;
  }

  .side-contents form .submit-button {
    display: block;
  }

  .main-contents .sub-area form {
    top: -50px;
  }

  .main-contents.center {
    width: 100%;
  }

  .main-contents.right {
    width: 100%;
  }

  .side-contents,
  .side-contents-center {
    width: 100%;
  }

  .top-slider-area {
    margin: 0 -20px;
  }

  .top-slider-area .caption {
    left: 0;
    width: 100%;
    padding: 20px;
  }

  .main-contents .top-news-area {
    padding-top: 0;
  }

  .large-image-area {
    width: calc(100% + 40px);
    margin: 0 -20px 30px -20px;
  }

  .large-image-area img {
    height: 300px;
  }

  .dots {
    right: 20px;
    bottom: 5px;
  }

  footer {
    margin: 0 -20px;
    height: 245px;
  }

  footer h1 {
    left: 20px;
  }

  footer .sns-area {
    top: 123px;
    left: 20px;
  }

  footer .link-area {
    top: 160px;
    left: 20px;
  }

  footer .copy-right {
    top: 200px;
    left: 20px;
    font-size: 8px;
  }

  .iguchi {
    text-align: left;
  }

  .link-area .grid-list {
    margin-bottom: 10px;
  }


  .link-area .grid-list li {
    width: 100% !important;
    padding: 0;
    border-bottom: none !important;
  }

   .link-area .grid-list li:first-child {
    padding-top: 0;
  }


  .link-area .grid-list li::after {
    content: "";
    display: block;
    clear: both;
  }

  .link-area .grid-list li .thumbnail-wrap {
      position: relative;
      width: 158px;
    float: left;
  }

  .link-area .grid-list li .info-area {
    width: calc(100% - 158px);
    padding: 0 0 0 10px;
    min-height: 100px;

    float: left;
  }

  .link-area .grid-list li .info-area .date {
    font-size: 16px;
    margin-bottom: 0.6em;
  }

  .link-area .grid-list li .info-area .category {
    margin-bottom: 30px;
  }

  .link-area .grid-list li .info-area h1 {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 0.8em;
    line-height: 1.8em;
  }

  .list-wrap.grid-list li .info-area {
    min-height: 0;
  }


  .scroll table{
    width:100%;
    min-width: 700px;
  }
  .scroll{
    overflow: auto;　　　　/*tableをスクロールさせる*/
    white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
  }
  .scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
    background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
    background: #BCBCBC;
  }


}

@media screen and (max-width:600px) { 

  .main-contents .top-page-nav-area .list-wrap li {
    border: 1px solid #E5E5E5;
  }

  .list-wrap.grid-list li {
    border-bottom: 1px solid #E5E5E5
  }

  .list-wrap.grid-list li:last-child {
    border-bottom: none
  }

  .main-contents .top-page-nav-area .list-wrap li {
    border-bottom: 1px solid #E5E5E5;
  }

  .list-wrap.grid-list.researcher li {
    border-bottom: none;
  }

  .archive-researcher .position-block .list-wrap.grid-list li {
    margin-bottom: 20px;
  }

}

