@charset "UTF-8";
/* CSS Document */
/* ---------------------------------------------------------
 メインイメージ
--------------------------------------------------------- */
#mainBody section.mainImg {
	position: relative;
	width: 100%;
	margin: 0 auto 37px;
}

#mainBody section.mainImg p#text {
	position: absolute;
}

@media screen and (max-width: 896px) {
	#mainBody section.mainImg p#text {
		position: static;
	}
} 

#mainBody section.mainImg p.left > mark {
	margin: 0 0 12px;
	text-align: left;
}

#mainBody section.mainImg p.center > mark {
	margin: 0 auto 12px ;
	text-align: center;
}

#mainBody section.mainImg p.right > mark {
	margin: 0 0 12px auto;
	text-align: right;
}

#mainBody section.mainImg mark {
	color: #fff;
	font-size: 3.55rem;
	line-height: 5rem;
	font-weight: bold;
	display: table;
	padding: 5px 10px 0px;
	margin: 0 0 12px auto;
	text-align: justify;
}

#mainBody section.mainImg mark.white {
	background-color: #fff;
	color: #333333;
	font-size: 2.2rem;
	line-height: 3.5rem;
}

#mainBody section.mainImg mark.none {
	background: none;
	padding: 0px;
}

#mainBody section.mainImg mark sub {
	font-size: 2rem;
}

#mainBody section.mainImg mark.white sub {
	font-size: 1.6rem;
}

#mainBody section.mainImg article {
	position: absolute;
	font-size: 1.1rem;
	line-height: 150%;
	padding: 20px 22px;
}

#mainBody section.mainImg article.white {
	background-color: #fff;
}

#mainBody section.mainImg article.none {
	background: none;
}

.mainImg img#tag {
	width: auto;
	max-height: inherit;
	margin-bottom: 15px;
}

.mainImg p#text{
	margin: 0px;
}

.mainImg p.s01 {
	top: 10%;
	left: 5%;
}

.mainImg p.s02 {
	top: 10%;
	left: 25%;
}

.mainImg p.s03 {
	top: 10%;
	right: 5%;
}

.mainImg p.s04 {
	top: 40%;
	left: 5%;
}

.mainImg p.s05 {
	top: 40%;
	left: 25%;
}

.mainImg p.s06 {
	top: 40%;
	right: 5%;
}

.mainImg p.s07 {
	bottom: 8%;
	left: 5%;
}

.mainImg p.s08 {
	bottom: 8%;
	left: 25%;
}

.mainImg p.s09 {
	bottom: 8%;
	right: 5%;
}

/* ---------------------------------------------------------
 タグ
--------------------------------------------------------- */
.orange div#cat {
	padding-bottom: 15px;
}

/* ---------------------------------------------------------
 ポイント
--------------------------------------------------------- */
section.pointWrap {
	text-align: justify;
	-webkit-box-sizing: border-box;
	-ms-flexbox: border-box;
	box-sizing: border-box;
}

section.pointWrap {
	line-height: 1.6em;
	margin-bottom: 50px;
	letter-spacing: 0.05em;
}

section.pointWrap article {
	border-left: 8px solid;
	border-right: 8px solid;
	font-size: 1.5rem;
	padding: 0 40px;
	margin: 0 auto;
	line-height: 2.7rem;
}

section.pointWrap article strong {
	font-size: 1.8rem;
	font-weight: bold;
}

section.pointWrap article.collabpoint,
section.pointWrap article.keypoint {
	border: 1px solid;
	padding: 25px;
}

section.pointWrap article.keypoint {
	position: relative;
}

section.pointWrap article img {
	position: absolute;
	top: -18px;
	left: 21px;
	padding: 0 10px;
	background: #fff;
}

/* ---------------------------------------------------------
 目次
--------------------------------------------------------- */
section.tableOfcontents {
	-webkit-box-sizing: border-box;
	-ms-flexbox: border-box;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
section.tableOfcontents {
  border: 1px solid #ddd;
}

section.tableOfcontents .dot-none {
	list-style: none;
	padding: 0 0 0 3px;
}

section.tableOfcontents {
	position: relative;
}

section.tableOfcontents ul {
	padding: 0;
}

section.tableOfcontents img {
	margin-bottom: 18px;
}

section.tableOfcontents ul {
	margin: 0 !important;
	/*text-align: justify;*/
	letter-spacing: .05em;
}

section.tableOfcontents ul li a {
	font-size: 1.5rem;
	color: #555 !important;
	text-decoration: none;
}

section.tableOfcontents ul li a:hover {
	text-decoration: underline !important;
}

section.tableOfcontents {
	width: 680px;
	border: 1px solid #ddd;
	padding: 18px 40px 30px;
	margin: 0 auto;
}
.spView section.tableOfcontents {
  display: none;
}

section.tableOfcontents ul li.list-h2 {
	list-style: disc!important;
}

section.tableOfcontents ul li.indent-2 {
	padding: 0 0 2px .75rem!important;
}

section.tableOfcontents ul li.indent-2 a {
	font-size: 1.4rem;
}

section.tableOfcontents ul li.list-h2 {
	color: #666;
}

section.tableOfcontents ul li.list-h2:not(:first-child){
	margin-top: 2px;
}

li.list-h2 {
	list-style: disc!important;
}

.list-h4 {
	margin-left: .75em;
}

/* ---------------------------------------------------------
 コンテンツ
--------------------------------------------------------- */
.navy p,
.pink p,
.red p,
.blue p,
.turq p,
.purple p,
.collab p,
.green p
{
	padding: 0;
	margin-bottom: 20px;
	line-height: 3.2rem;
	font-size: 1.6rem;
}

#mainBody p.bold{
	font-weight: bold;
}

h2{
	font-size: 1.9rem;
	padding: 0;
	margin: 85px 0 30px;
	font-weight: 700;
	line-height: 1.3em;
	background: none !important;
}

figure {
	display: table;
	margin: 40px auto;
	text-align: center;
}

figure > p {
	text-align: left;
	margin: 10px 0!important;
	font-size: 1.2rem!important;
	line-height: 1.6!important;
}

figure img,
figure iframe,
figure video {
	margin-bottom: 10px;
}

figcaption {
	display:table-caption;
	caption-side: bottom; 
	width: fit-content;
	margin: 0 auto;
	font-size: 1.2rem;
	text-align: left;
}

figcaption.top {
	caption-side: top;
	margin-bottom: 10px;
}

figcaption.box {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: left;
}

figcaption.box span,
figcaption.box sup, 
figcaption.box sub {
	display: contents;
}

#mainBody p .speaker {
	margin-right: 1em;
}

#mainBody hr {
	border: 1px inset;
}
#mainBody p.annotation {
	font-size: 1.3rem!important;
	line-height: 2.3rem!important;
}
/* ---------------------------------------------------------
 テーブル（table）
--------------------------------------------------------- */
table.listTable caption {
    text-align: center;
    font-size: 1.2rem;
    padding: 0;
	margin-bottom: 10px;
}

/* ---------------------------------------------------------
 Firefox
--------------------------------------------------------- */
@-moz-document url-prefix(){
	figure {
		width: 1000px;
	  }
	  figcaption {
		max-width: 600px;
	}
}

/* ---------------------------------------------------------
 研究者プロフィール
--------------------------------------------------------- */
.researcherWarp {
	width: 900px;
	max-width: 98%;
	margin: 70px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.researcherWarp section {
	width: 46.5%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	-webkit-box-sizing: border-box;
	-ms-flexbox: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.researcherWarp section article.researcher {
	width: 46%;
	margin-right: 10px;
}

.researcherWarp section div.researcherPhoto {
	width: 54%;
}

.researcherWarp section .researcherPhoto img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
}

.researcherWarp article.researcher p {
	margin: 0;
	line-height: 1.6;
}

.researcherWarp article.researcher p:nth-of-type(1){
	font-size: 1.2rem;
	display: block;
}

.researcherWarp article.researcher p:nth-of-type(2){
	font-size: 2rem;
	display: block;
	line-height: 3.0rem;
}



.researcherWarp article.researcher p:nth-of-type(3){
	font-size: 1rem;
	font-style: italic;
	display: block;
}

.researcherWarp section:nth-of-type(even) {
	margin-left: 5%;
}

/* ---------------------------------------------------------
 お問い合わせ先
--------------------------------------------------------- */
.infofWarp {
	margin: 70px auto;
	padding: 25px 25px;
}

.infofWarp > p {
	width: 95%;
	background: none;
	background-color: #fff;
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 auto 5px;
	border-radius: 10px;
	padding: 5px 10px;
	line-height: 1.8rem;
}

.infofWarp section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	/*flex-direction: row;*/
	justify-content: center;
	align-items: center;
}

.infofWarp artice.department {
	color: #fff;
	-webkit-box-sizing: border-box;
	-ms-flexbox: border-box;
	box-sizing: border-box;
	width: 50%;
	margin: 20px 0;
	font-size: 1.6rem;
	line-height: 2.4rem;
	padding: 5px 20px 5px 40px;
}

.infofWarp artice.department:not(:first-child) {
	 border-left: solid 1px #fff;
}

.infofWarp artice.department ul.ex {
	color: #fff;
	line-height: 2.2rem;
	padding: 5px 0;
	margin: 0;
}

.infofWarp artice.department ul.ex li {
	text-indent: -26px;
	padding: 4px 0 4px 26px;
}

/* 住所 */
.infofWarp artice.department ul.ex .address {
	font-size: 1.35rem;
	padding-bottom: 0;
}
.infofWarp artice.department ul.ex .address::before {
	content: "";
	height: 18px;
	width: 16px;
	display: inline-block;
	background-image: url("/Portals/0/images/webmag/address_icon.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	margin-right: 10px;
}

/* メールアドレス */
.infofWarp artice.department ul.ex .mail {
	font-size: 1.2rem;
	padding-bottom: 0;
}
.infofWarp artice.department ul.ex .mail::before {
	content: "";
	height: 16px;
	width: 16px;
	display: inline-block;
	background-image: url("/Portals/0/images/webmag/mail_icon.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	margin-right: 10px;
}

/* 電話番号 */
.infofWarp artice.department ul.ex .tel {
	font-size: 1.2rem;
}
.infofWarp artice.department ul.ex .tel::before {
	content: "";
	height: 16px;
	width: 16px;
	display: inline-block;
	background-image: url("/Portals/0/images/webmag/tel_icon.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	margin-right: 10px;
}

/* お問い合わせ */
.infofWarp artice.department ul.ex .inq {
	font-size: 1.2rem;
}
.infofWarp artice.department ul.ex .inq::before {
	content: "";
	height: 16px;
	width: 16px;
	display: inline-block;
	background-image: url("/Portals/0/images/webmag/inquiry_icon.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	margin-right: 10px;
}
.infofWarp artice.department ul.ex .inq a {
	color: #fff !important;
}

/* URL */
.infofWarp artice.department ul.ex .web {
	padding-bottom: 0;
	font-size: 1.2rem;
}
.infofWarp artice.department ul.ex .web::before {
	content: "";
	height: 18px;
	width: 16px;
	display: inline-block;
	background-image: url("/Portals/0/images/webmag/web_icon.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	margin-right: 10px;
}
.infofWarp artice.department ul.ex .web a {
	color: #fff !important;
	padding: 0;
	width: calc(100% - 26px);
}

/* 3カラム用 */
.infofWarp section.column_3 artice.department {
	width: 33% !important;
}

/* ---------------------------------------------------------
 モバイル表示
--------------------------------------------------------- */

/* ---------------------------------------------------------
 メインイメージ
--------------------------------------------------------- */
.spView #mainBody p.release {
	margin: 0 0 10px;
	padding: 0 0 5px!important;
}

.spView #mainBody .mainImg {
	margin-bottom: 15px;
}

.spView .mainImg img {
	object-fit: cover;
}

.spView #mainBody .mainImg p#text {
	position: relative;
}

.spView #mainBody section.mainImg p.center > mark,
.spView #mainBody section.mainImg p.right > mark {
	text-align: left;
}

.spView #mainBody .mainImg article {
	display: none !important;
}

.spView section.mainImg mark {
	line-height: 2.8rem!important;
	font-size: 1.9rem!important;
	margin: 0 0 5px 0!important;
	padding: 3px 10px 0 !important;
	font-feature-settings: "palt";
	letter-spacing: .1em;
}

.spView section.mainImg mark.white {
	line-height: 1.6rem!important;
	font-size: 1.5rem!important;
	padding-left: 0!important;
}

.spView section.mainImg mark.white:first-child {
	margin-top: 15px!important;
}

.spView section.mainImg mark:last-child {
	margin-bottom: 15px!important;
}

.spView #mainBody section.mainImg mark sub {
	font-size: 1.2rem!important;
}

.spView #mainBody section.mainImg mark.white sub {
	font-size: 0.8rem!important;
}

/* ---------------------------------------------------------
 タグ
--------------------------------------------------------- */
.spView .orange div#cat {
	padding-bottom: 0;
}

/* ---------------------------------------------------------
 ポイント
--------------------------------------------------------- */
.spView section.pointWrap {
	margin: 30px 0;
}

.spView section.pointWrap strong {
	font-size: 1.65rem;
}

.spView section.pointWrap article {
	line-height: 2.5rem;
	padding: 20px;
}

.spView section.pointWrap article.mainpoint {
	padding: 0 20px;
}

/* ---------------------------------------------------------
 コンテンツ
--------------------------------------------------------- */
.spView h2{
	font-size: 1.8rem;
	margin: 60px 0 20px;
}
.spView h4 {
	font-size: 1.6rem!important;
}

.spView h2::first-letter,
.spView h4::first-letter {
	font-feature-settings: "palt";
}

.spView .navy p,
.spView .pink p,
.spView .red p,
.spView .blue p,
.spView .turq p,
.spView .purple p,
.spView .collab p,
.spView .green p
{
	font-size: 1.5rem;
	line-height: 2.5rem;
}

.spView figure {
	width: 100%;
	height: auto;
	margin: 40px auto;
}

.spView iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

.spView video {
	width: 100%;
	height: auto;
}
/* ---------------------------------------------------------
 テーブル（table）
--------------------------------------------------------- */
.spView table.listTable {
	border: none;
	border-bottom: 2px solid #E2E2E2;
}

.spView table.listTable caption {
	display: block;
}

.spView table.listTable th, .spView .listTable td {
    border-bottom: 1px solid #D7D7D7;
    border-right: 3px solid #E2E2E2;
    border-left: 3px solid #E2E2E2;
    padding: 8px;
}

.spView table.listTable th:first-of-type {
	border-top: 3px solid #E2E2E2;
}
/* ---------------------------------------------------------
 研究者プロフィール
--------------------------------------------------------- */
.spView .researcherWarp {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin: 60px 0 20px;
}

.spView .researcherWarp section {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}

.spView .researcherWarp article.researcher {
	width: calc(66% - 25px);
	font-size: 1.2rem;
	margin: 0 15px 0 0;
}

.spView .researcherWarp article.researcher p {
	margin-bottom: 0t;
	line-height: 2.0rem;
}

.spView .researcherWarp article.researcher p:first-child br {
	display: none;
}

.spView .researcherWarp article.researcher p:nth-of-type(1) {
    font-size: 1.1rem;
}

.spView .researcherWarp article.researcher p:nth-of-type(2){
	font-size: 1.75rem;
	line-height: 3.0rem;
}

.spView .researcherWarp section div.researcherPhoto {
    width: 34%;
	max-width: 300px;
}

.spView .researcherWarp section:nth-of-type(even) {
	margin-left: 0;
}

/* ---------------------------------------------------------
 研究者プロフィール 並び順
--------------------------------------------------------- */
.spView .order01 {
	order: 1;
}

.spView .order02 {
	order: 2;
}

.spView .order03 {
	order: 3;
}

.spView .order04 {
	order: 4;
}

.spView .order05 {
	order: 5;
}

.spView .order06 {
	order: 6;
}

.spView .order07 {
	order: 7;
}

.spView .order08 {
	order: 8;
}

.spView .order09 {
	order: 9;
}

.spView .order10 {
	order: 10;
}

.spView .order011 {
	order: 11;
}

.spView .order012 {
	order: 12;
}

/* ---------------------------------------------------------
 お問い合わせ先
--------------------------------------------------------- */
.spView .infofWarp {
	margin: 20px auto;
	padding: 20px 15px 10px;
}

.spView .infofWarp section {
	flex-direction: column;
}

.spView .infofWarp > p {
	width: 100%;
	font-size: 1.5rem!important;
	border-radius: 5px;
	padding: 10px;
	margin: 0 auto 10px!important;
	text-align: left;
	letter-spacing: normal;
	line-height: 1.3em;
}

.spView .infofWarp artice.department {
	padding: 20px 10px;
	margin: 0 !important;
	font-size: 1.5rem;
	line-height: 2.2rem;
	width: 100%;
	border: none;
}

.spView .infofWarp artice.department:not(:first-child) {
	 border-top: solid 1px #fff;
}

.spView .infofWarp section.column_3 artice.department {
	width: 100% !important;
}

.spView .infofWarp artice.department ul.ex {
	padding: 0;
}

.spView .infofWarp artice.department ul.ex li {
	padding: 0 0 0 26px!important;
}