@charset "UTF-8";
/* CSS Document */
/* ---------------------------------------------------------
 メインイメージ
--------------------------------------------------------- */
.turq mark {
	background-color: #1f7f79;
}

p#id {
	background-color: #fff;
}

p.release {
	margin: 0 0 15px;
}

p.release::after {
	content: '';
	display: block;
	width: 183px;
	height: 18px;
	background-image: url("/Portals/0/images/webmag/title/business.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}

/* ---------------------------------------------------------
 ポイント
--------------------------------------------------------- */
section.pointWrap article {
	border-color: #a5ccc9;
}
section.pointWrap article strong {
	color: #1f7f79;
	font-weight: 600;
}
section.pointWrap article.keypoint {
	border-color: #1f7f79;
}

/* ---------------------------------------------------------
 目次
--------------------------------------------------------- */
li.list-h2::marker {
	color: #1f7f79;
}
/* ---------------------------------------------------------
 コンテンツ
--------------------------------------------------------- */
#mainBody .turq h2{
	color: #1f7f79 !important;
}

#mainBody .turq p.turq, 
#mainBody .turq p .turq,
span.turq {
	color: #1f7f79;
}

#mainBody .turq .speaker {
	color: #1f7f79;
	font-weight: bold;
}
/* ---------------------------------------------------------
 研究者プロフィール
--------------------------------------------------------- */
.researcherWarp article.researcher p:nth-of-type(2){
	color: #1f7f79;
}

/* ---------------------------------------------------------
 お問い合わせ先
--------------------------------------------------------- */
.infofWarp {
	background-color: #1f7f79;
}
/* ---------------------------------------------------------
 モバイル表示
--------------------------------------------------------- */
/* ---------------------------------------------------------
 メインイメージ
--------------------------------------------------------- */
.spView .turq mark {
	background-color: #1f7f79;
	color: #fff;
	font-size: 3.8rem;
	line-height: 5rem;
	font-weight: bold;
	display: table;
	padding: 3px 10px 0px !important;
}

.spView p.release::after {
	max-width: 200px;
	max-height: 14px;
	margin: 10px 0 0;
}