@charset "utf-8";
/* **************************************************

CSS Information
File Name : ctr.css
Style Info: CTRサイト固有のスタイル指定
Date: 2015-09-21
Update: 2020-08-19

************************************************** */
#globalHeader #siteID {
  margin-left: 5px;
  padding: 10px 0 0;
}

.body .btn {
  margin-bottom: 20px !important;
}

/* ページネーション */
.pagination {
  margin-top: 30px;
  text-align: center;
  font-size: 1.4em;
}

/*
#globalHeader #headerLang,
#globalHeader #headerSearch {
	display: none;
}
*/

.contentGpArticleDoc .header .publishedAt {
  /* padding: 20px 24px 0; */
  padding: 20px 24px; /* 20150916 追記 */
}

.contentArticleRecentDocs dd {
  line-height: 1.4; /* 20150916 追記 */
}

.surveyForm .column .field {
  font-size: 1.4em; /* 20150917追記 */
}

/* 20150917追記 */
.enqueteSent .message {
  font-size: 1.4em;
  line-height: 1.5;
}

.enqueteSent .message a {
  display: inline-block;
  padding: 8px 10px;
  background-color: #eee;
  border-radius: 5px;
  color: #333 !important;
  text-align: center;
}

.enqueteSent .back {
  display: none;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (min-width: 320px) and (max-width: 640px) {
  #globalHeader #siteID {
    max-width: 300px;
    margin: 15px auto;
    padding: 0;
  }

  .imgL,
  .imgR,
  .fl,
  .fr {
    float: none;
    margin: 0 0 10px !important;
  }

  .topicPath {
    line-height: 1.5;
  }

  .articleHeader h1,
  .contentGpArticleDoc .header h1 {
    padding: 20px 20px 18px;
  }
}

/* --------------------------------------------------
	個別ページのスタイル設定
-------------------------------------------------- */
/*	index - トップページ
-------------------------------------------------- */
.column2 .tabList .tabs span a {
  /* width: 250px; */
  box-sizing: border-box;
}

/*	staff - スタッフ紹介
-------------------------------------------------- */
.staffTableList01 th {
  width: 50%;
}

/*
.body .staffList01 {
	margin: 0 -10px;
	overflow: hidden;
}

.body .staffList01 li {
	width: 33.333333333%;
	margin: 20px 0 0;
	padding: 0 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.body .staffList01 li .name {
	margin: 10px 0 0;
	font-size: 1.14285714285em;
	font-weight: bold;
}

.body .staffList01 li .title {
	margin: 5px 0 10px;
	font-size: 0.92857142857em;
}

.body .staffList01 li .profile {
	margin: 0px 0 0;
	font-size: 0.92857142857em;
}
*/

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (min-width: 320px) and (max-width: 640px) {
  .body .staffList01 li {
    width: 100%;
  }
}

/*	access - 交通アクセス
-------------------------------------------------- */
.body .map iframe {
  width: 100%;
}

/* 2015.10.21追記
-------------------------------------------------- */
.contentArticleAttribute .units {
  display: none;
}

/* お知らせ */
.en dt.attrNotice:before {
  content: "News";
}

/* イベント */
.en dt.attrEvent:before {
  content: "Events";
}

/* イベント */
.en .explain {
  display: none;
}

/* サイドカレンダー */
#engSideEventCalendar .pieceBody .calendar span {
  font-size: 12px;
  font-size: 1.2rem;
}

/*	about - Welcome message
-------------------------------------------------- */
.body .profile.message {
  padding-top: 100px;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (min-width: 320px) and (max-width: 640px) {
  .body .profile.message {
    padding-top: 0;
  }
}

/* 2015.10.22 追記
-------------------------------------------------- */
#globalHeader #headerLang.en {
  display: block;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (min-width: 320px) and (max-width: 640px) {
  #globalHeader #siteID {
    max-width: 300px;
    margin: 0 auto;
    padding: 10px 0 15px;
  }
}

/* 2015.10.26 追記
-------------------------------------------------- */
.reportCategoryList01 {
  list-style: none !important;
  margin-left: 0 !important;
}

.reportCategoryList01 li {
  margin-bottom: 30px;
  padding: 24px;
  background-color: #fff;
  border-radius: 10px;
}

.reportCategoryList01 li a {
  text-decoration: none !important;
}

.reportCategoryList01 li .thumb {
  margin-right: 24px;
}

.reportCategoryList01 li .text {
  overflow: hidden;
}

.reportCategoryList01 li .categoryName {
  margin-bottom: 0;
  padding: 10px 0 8px;
  border-bottom: 1px dotted #ddd;
  color: #67a0a7;
  font-size: 1.28571428571em;
  font-weight: bold;
  line-height: 1.3;
}

.reportCategoryList01 li .categoryName a {
  padding-left: 20px;
  background: url(/_themes/template/tmpl-img/ico_arrow03.png) no-repeat left
    center;
}

/* 2015.10.30 追記
-------------------------------------------------- */
#globalHeader #headerLang {
  display: block;
}

/* 2016.03.18 追記
-------------------------------------------------- */
/* .researchersList01 - 研究者一覧（ボタンタイプ）
-------------------------------------------------- */
.researchersList01 {
  list-style: none !important;
  margin: 0 -1% !important;
}

.researchersList01 li {
  float: left;
  width: 48%;
  margin: 5px 1% !important;
}

.researchersList01 li a {
  display: block;
  padding: 8px 4px 8px 8px;
  background-color: #fff;
  border: 1px solid #eee;
  box-sizing: border-box;
  color: #333 !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.researchersList01 li a:hover {
  background-color: #f5f5f5;
  transition: all 0.3s ease;
}

.researchersList01 li span:first-child:before {
  display: inline-block;
  padding-right: 5px;
  font-family: "ico_wu_theme";
  font-size: 1.2rem;
  content: "\e60f";
}

.researchersList01 li .note {
  display: inline-block;
  margin-left: 5px;
  padding: 0;
  background: none;
  font-size: 10px;
  font-size: 1rem;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (min-width: 320px) and (max-width: 640px) {
  .researchersList01 {
    margin: 0 !important;
  }

  .researchersList01 li {
    float: none;
    width: 100%;
    margin: 5px 0 !important;
  }
}

/* .researchersList02 - 研究者一覧（表タイプ）
-------------------------------------------------- */
.researchersList02 {
  border: none;
}

.researchersList02 th,
.researchersList02 td {
  border: 1px dotted #ccc !important;
  border-right: none !important;
  border-left: none !important;
}

.researchersList02 th {
  width: 35%;
  background-color: #fafafa !important;
}

.researchersList02 th:before {
  display: inline-block;
  padding-right: 5px;
  font-family: "ico_wu_theme";
  font-size: 1.2rem;
  content: "\e60f";
}

.researchersList02 th a {
  text-decoration: none;
}

.researchersList02 .note {
  display: inline-block;
  margin-left: 5px;
  padding: 0;
  background: none;
  font-size: 10px;
  font-size: 1rem;
}

/* .researcherBlock01 - 研究者ブロック
-------------------------------------------------- */
.researcherBlock01 {
  margin: 0 !important;
  border: 1px solid #eee;
}

.researcherBlock01 h2 {
  border-radius: 0 !important;
}

.researcherBlock01 h2 span:not(.externalLink) {
  display: inline-block;
  margin: 0 0 0 5px;
  font-size: 1.3rem;
}

.researcherBlock01 h2 a {
  text-decoration: none !important;
}

.researcherBlock01 h2 a:before {
  display: inline-block;
  padding-right: 5px;
  font-family: "ico_wu_theme";
  font-size: 1.2rem;
  font-weight: normal;
  content: "\e60f";
}

.researcherBlock01 .content {
  padding: 0 19px 19px;
}

.researcherBlock01 .thumb {
  padding: 0 20px 0 10px;
}

.researcherBlock01 .text {
  overflow: hidden;
}

.researcherBlock01 .text h3 {
  margin: 1em 0 0.75em !important;
  font-size: 1.6rem;
}

.researcherBlock01 .text h4 {
  margin: 0 !important;
  padding: 0;
  border: none;
  font-size: 1.4rem;
}

.researcherBlock01 .text h4:before {
}

.researcherBlock01 .text p {
  margin: 0.75em 0;
  font-size: 1.3rem;
}

.researcherBlock01 .text p:first-child {
  padding-top: 0.5em;
  font-size: 1.5rem;
}

/* このページの先頭へ */
.pagetop.researcher {
  margin-top: 5px;
}

.pagetop.researcher a {
  text-decoration: none !important;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (min-width: 320px) and (max-width: 640px) {
  .researcherBlock01 {
    margin: 0 -5px 20px !important;
  }

  .researcherBlock01 .thumb {
    padding: 0;
    text-align: center;
  }

  .researcherBlock01 .content {
    padding: 0 14px 14px;
  }

  .pagetop.researcher {
    display: none;
  }
}

/* Research Units - 研究者ユニット
-------------------------------------------------- */
.unitBlock01 {
  margin: 20px 0 !important;
}

.unitBlock01 .unitTitle01 h2 {
  position: relative;
  margin-bottom: 0;
  border: 1px solid #eee;
  border-radius: 10px 10px 0 0;
  color: #555;
  font-size: 1.8rem;
  text-align: center;
}

.unitBlock01 .unitBody01 {
  padding: 24px;
  border: 1px solid #eee;
  border-top: none;
}

.unitBlock01 .unitBody01 li {
  padding: 10px;
  background-color: #f5f5f5;
}

/* 2016.05.19 追記
-------------------------------------------------- */
/* .categoryListExt - カテゴリーリスト（全幅）
-------------------------------------------------- */
.body .categoryListExt li,
.articleBody .body .categoryListExt li {
  width: 700px;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (min-width: 320px) and (max-width: 640px) {
  .body .categoryListExt li,
  .articleBody .body .categoryListExt li {
    float: none;
    width: auto !important;
  }
}

/* .researchersList03 - 研究者一覧（表タイプ?th装飾なし）
-------------------------------------------------- */
.researchersList03 {
  border: none;
}

.researchersList03 th,
.researchersList03 td {
  border: 1px dotted #ccc !important;
  border-right: none !important;
  border-left: none !important;
}

.researchersList03 th {
  width: 35%;
  background-color: #fafafa !important;
}

.researchersList03 th a {
  text-decoration: none;
}

.researchersList03 .note {
  display: inline-block;
  margin-left: 5px;
  padding: 0;
  background: none;
  font-size: 10px;
  font-size: 1rem;
}

/* 2016.05.26 追記
-------------------------------------------------- */
/* .groupTag - ユニットグループ?プロジェクトグループ名
-------------------------------------------------- */
.body {
  position: relative;
}

.groupTag {
  position: absolute;
  top: 13px;
  right: 20px;
}

.groupTag span {
  background: #309e6b;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 1.3em;
  font-weight: bold;
  margin: 0 !important;
  padding: 4px 10px;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (min-width: 320px) and (max-width: 640px) {
  .groupTag {
    position: static;
  }

  .groupTag + h2 {
    margin: 1em 0 1.5em !important;
  }
}

/* 2020.04.30 追記
-------------------------------------------------- */
/*	index - トップページ
-------------------------------------------------- */
.column2 .tabList .tabs span {
  width: 25%;
}

.column2 .tabList .tabs span a {
  width: 100%;
}

/* 出版 */
dt.attrPublications:before {
  display: inline-block;
  content: "出版";
  width: 80px;
  margin-right: 10px;
  padding: 3px 0;
  background-color: #4a6659;
  color: #fff;
  text-align: center;
}

.en dt.attrPublications:before {
  content: "Publications";
  width: 100px;
}

/* カテゴリ幅調整 */
.en dt.attrNotice:before {
  width: 100px;
}

.en dt.attrEvent:before {
  width: 100px;
}

/* 2020.08.06 追記
-------------------------------------------------- */
/*	header - ヘッダー
-------------------------------------------------- */
#globalHeader .subHeader {
  display: flex;
  align-items: center;
}

#globalHeader .subHeader .headerSNS {
  display: block;
  margin-right: 10px;
}

#globalHeader .headerNavi {
  width: auto;
}

.headerGroup {
  float: right;
  display: flex;
  align-items: center;
}

.headerGroup .headerSNS {
  display: none;
}

.headerSNS ul {
  display: flex;
  align-items: center;
}

.headerSNS li {
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 640px) {
  #globalHeader .subHeader .headerSNS {
    display: none;
  }

  #globalHeader .headerNavi {
    width: 100%;
  }

  .headerGroup {
    float: none;
    flex-direction: column;
  }

  .headerGroup .headerSNS {
    display: block;
  }

  .headerSNS li {
    padding-right: 12px;
    padding-left: 12px;
    margin-top: 2px;
    margin-bottom: 16px;
  }
}

/*	index - トップページ
-------------------------------------------------- */
.curatorWidget {
  margin-top: 3rem;
}

.curatorWidget .galcolumn {
  width: 50% !important;
}

.curatorWidget .crt-post {
  height: 100%;
}

.curatorWidget .crt-post .crt-post-fullname {
  font-size: 1.4rem;
}

.curatorWidget .crt-post .crt-post-text {
  font-size: 1.4rem;
}

.sideYouTube .piece {
  margin-top: 2rem;
}

.sideYouTube .piece .pieceHeader {
  background-color: #309e6b !important;
}

@media screen and (max-width: 519px) {
  .curatorWidget .galcolumn {
    width: 100% !important;
  }
}

/*	SNSシェアボタン: LinkedIn追加
-------------------------------------------------- */
.snsContainer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.snsLinkedIn {
  margin-left: 5px;
  margin-bottom: 20px;
}

/*	joruri cms 2020
-------------------------------------------------- */
.tabList .category span.zokusei-publications,
.contentGpArticleDocs .category span.zokusei-publications,
.contentGpCategory .category span.zokusei-publications {
  background-color: #4a6659;
}

.articleHeader h1 {
  padding: 20px 0 18px 20px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-radius: 5px 5px 0 0;
  font-size: 2em;
  line-height: 1.3;
}
