@charset "UTF-8";
/*------------------------------------------------
	[med] toc - ページ内目次
------------------------------------------------*/
main .toc {
	border-bottom: 1px solid #E8E8E8;
}

main .toc .container {
	padding-top: 8px;
	padding-bottom: 8px;
}

main .toc .grid {
	gap: 8px 14px;
}

@media only screen and (max-width: 768px) {
	main .toc .grid {
		gap: 0 16px;
	}
}

main .toc a {
	display: flex;
	align-items: center;
	min-height: 3.467em;
	padding: 5px 14px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.4;
	color: #222;
	text-decoration: none;
}

@media only screen and (max-width: 768px) {
	main .toc a {
		min-height: 4em;
		padding: 6px 0 6px 6px;
		font-size: 1.4rem;
	}
}

main .toc a::after {
	order: -1;
	margin-left: 0;
	margin-right: 8px;
}

main .toc .grid > li {
	border-bottom: 1px solid #E8E8E8;
}

main .toc .grid.cols-2 > li:nth-child(n+6) {
	border-bottom: 0;
}

@media (min-width: 1025px) {
	main .toc .grid.cols-tab-4 > li:nth-child(n+5) {
		border-bottom: 0;
	}
}

/*------------------------------------------------
	[med] 研究者主導研究への助成について
------------------------------------------------*/
main.bg-06 {
	padding-bottom: 23.4375vw;
	background: url(../img/c06bg.jpg) no-repeat center bottom;
	background-size: 100% auto;
}

/*------------------------------------------------
	[med] 研究者主導研究 > FV・ページヘッダー
------------------------------------------------*/
.main .page-header {
	height: auto;
	min-height: 264px;
	min-height: 550px;
	background: #F1F7F3;
}

@media only screen and (max-width: 768px) {
	.main .page-header {
		min-height: 0;
	}
}

.main .page-header > .container {
	padding-top: 94px;
	padding-bottom: 24px;
	justify-content: flex-start;
}

@media only screen and (max-width: 768px) {
	.main .page-header > .container {
		padding-top: 56px;
		padding-bottom: 56px;
	}
}

@media only screen and (max-width: 768px) {
	.main .page-header .container-inner {
		max-width: none;
	}
}

.main .page-header h1 {
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 0.4em;
	font-size: 4.2rem;
}

@media only screen and (max-width: 768px) {
	.main .page-header h1 {
		font-size: 3.6rem;
	}
}

.main .page-header .subtitle {
	margin-bottom: 0.7em;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.4;
	color: #00913C;
}

.main .page-header .summary {
	letter-spacing: 0.04em;
}

@media (min-width: 769px) {
	.main .page-header .summary {
		margin-right: -14.8148148148%;
	}
}

.main .page-header .navi {
	margin-top: 36px;
}

@media only screen and (max-width: 768px) {
	.main .page-header .navi {
		margin-top: 46px;
		max-width: calc(100% - 175px);
	}
}

@media only screen and (max-width: 768px) {
	.main .page-header .navi .btn {
		min-width: 160px;
	}
}

@media only screen and (max-width: 543px) {
	.main .page-header .navi .btn {
		width: 100%;
		min-width: 0;
	}
}

@media only screen and (max-width: 768px) {
	.main .page-header .bg {
		position: absolute;
		top: auto;
		bottom: 0;
		right: 0;
		width: 50%;
		max-width: 192px;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	.main .page-header .bg img {
		transform: translate(8px, -10px);
	}
}

.main .page-header > .container::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	background: url("../img/iir/header/deco-iir-header-1.png") no-repeat center;
	background-size: contain;
	width: 180px;
	height: 140px;
	margin-top: -70px;
	z-index: -1;
	top: auto;
	bottom: 0;
	left: -90px;
}

/*------------------------------------------------
	[med] 研究者主導研究 > パンくずナビ
------------------------------------------------*/
.main .page-header .breadcrumb {
	top: 35px;
	left: 0;
	padding: 0 20px;
}

@media only screen and (max-width: 768px) {
	.main .page-header .breadcrumb {
		top: 14px;
	}
}

.main .page-header .breadcrumb--normal li {
	color: #222;
}

.main .page-header .breadcrumb--normal li a {
	color: #00913C;
}

.main .page-header .breadcrumb--normal li::after {
	content: "";
	display: inline-block;
	position: relative;
	background: url("../img/ico/ico-breadcrumb.svg") no-repeat center;
	background-size: contain;
	width: 10.5px;
	height: 10.5px;
	margin: 0 10px;
}

.main .page-header .breadcrumb--normal li:last-child::after {
	content: none;
	display: none;
}

/*------------------------------------------------
	[med] 研究者主導研究 > 目次
------------------------------------------------*/
/*------------------------------------------------
	[med] 研究者主導研究 > 本プログラムの概要
------------------------------------------------*/
.p-iir-summary {
	min-height: 430px;
	margin-top: 0;
}

@media (min-width: 769px) {
	.p-iir-summary p {
		margin-right: 15px;
	}
}

@media (min-width: 769px) {
	.p-iir-summary + .section {
		margin-top: 16px;
	}
}

/*------------------------------------------------
	[med] 研究者主導研究 > 対象研究・テーマ
------------------------------------------------*/
.p-iir-theme-cards {
	margin-top: 32px;
}

@media only screen and (max-width: 768px) {
	.p-iir-theme-cards {
		padding-top: 24px;
	}
}

.p-iir-theme .card {
	max-width: 344px;
}

@media only screen and (max-width: 543px) {
	.p-iir-theme .card {
		max-width: none;
	}
}

@media (min-width: 1200px) {
	.p-iir-theme .card {
		max-width: none;
	}
}

.p-iir-theme .card-img {
	max-height: 200px;
}

@media (min-width: 1200px) {
	.p-iir-theme .card-img {
		width: 252px;
		height: auto;
	}
}

/*------------------------------------------------
	[med] 研究者主導研究 > 支援実績
------------------------------------------------*/
.p-iir-result-numbers {
	display: flex;
	margin-top: 50px;
	text-align: center;
}

@media only screen and (max-width: 543px) {
	.p-iir-result-numbers {
		display: block;
		margin-top: 40px;
	}
}

.p-iir-result-numbers > div {
	max-width: 344px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

@media only screen and (max-width: 543px) {
	.p-iir-result-numbers > div {
		max-width: none;
		margin-bottom: 40px;
	}
}

.p-iir-result-numbers dt {
	font-weight: bold;
	font-size: 1.5rem;
}

.p-iir-result-numbers em {
	font-size: 2rem;
	color: #005C26;
}

.p-iir-result-numbers em i.num {
	font-size: 1.6em;
}

.p-iir-result .message {
	margin-top: 62px;
}

@media only screen and (max-width: 768px) {
	.p-iir-result .message {
		margin-top: 76px;
	}
}

.p-iir-result details.more > summary {
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

/*------------------------------------------------
	[med] 研究者主導研究 > 申請の流れ
------------------------------------------------*/
.p-iir-flow {
	margin: 64px 0;
	padding: 64px 0 76px;
	background: #F1F7F3;
}

@media only screen and (max-width: 768px) {
	.p-iir-flow {
		margin: 56px 0;
		padding: 40px 0 45px;
	}
}

.p-iir-flow-list {
	font-size: 1.4rem;
	line-height: 1.4;
}

.p-iir-flow-list > div {
	position: relative;
	min-height: 18.4rem;
	padding: 2.4rem 14px 1.2rem;
	background: #fff;
	color: #222;
}

@media only screen and (max-width: 543px) {
	.p-iir-flow-list > div {
		min-height: 12rem;
		margin-bottom: 21px;
		padding: 2rem 16px;
	}
}

.p-iir-flow-list--4-6 > div {
	background: #00913C;
	color: #fff;
}

@media only screen and (max-width: 543px) {
	.p-iir-flow-list--4-6 > div:last-child {
		margin-bottom: 0;
	}
}

.p-iir-flow-list > div::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	border: solid transparent;
	border-width: 18px 0;
	border-left: 18px solid #fff;
}

@media only screen and (max-width: 543px) {
	.p-iir-flow-list > div::after {
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		border: solid transparent;
		border-width: 0 15px;
		border-top: 15px solid #fff;
	}
}

.p-iir-flow-list--4-6 > div::after {
	border-left-color: #00913C;
}

@media only screen and (max-width: 543px) {
	.p-iir-flow-list--4-6 > div::after {
		border-left-color: transparent;
		border-top-color: #00913C;
	}
}

.p-iir-flow-list--4-6 > div:last-child::after {
	content: none;
}

.p-iir-flow-list dt {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-bottom: 1.6rem;
	font-size: 2.2rem;
	font-weight: bold;
}

@media only screen and (max-width: 768px) and (min-width: 544px) {
	.p-iir-flow-list dt {
		font-size: 1.8rem;
	}
}

.p-iir-flow-list dt b {
	display: inline-block;
}

@media only screen and (max-width: 543px) {
	.p-iir-flow-list dt b {
		min-width: 4em;
	}
}

.p-iir-flow-list dt i.num {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	width: 3rem;
	line-height: 3rem;
	border-radius: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
	font-size: 2rem;
	background: #00913C;
	color: #fff;
}

@media only screen and (max-width: 768px) and (min-width: 544px) {
	.p-iir-flow-list dt i.num {
		width: 2.6rem;
		line-height: 2.6rem;
		font-size: 1.7rem;
	}
}

.p-iir-flow-list--4-6 dt i.num {
	background: #fff;
	color: #00913C;
}

.p-iir-flow-section {
	display: flex;
	flex-direction: column;
	gap: 16px;
	position: relative;
	margin: 0;
}

.p-iir-flow-section:last-child {
	margin-bottom: 0;
}

@media (max-width: 1199px) {
	.p-iir-flow-section {
		margin-bottom: 36px;
	}
}

@media only screen and (max-width: 543px) {
	.p-iir-flow-section {
		display: block;
		margin-bottom: 0;
		padding-right: calc(4px + 3.2rem);
	}
}

.p-iir-flow-attention {
	position: relative;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.4;
}

@media (max-width: 1199px) {
	.p-iir-flow-attention {
		order: -1;
	}
}

@media only screen and (max-width: 543px) {
	.p-iir-flow-attention {
		position: absolute;
		right: -8px;
		top: 1px;
		bottom: 1px;
		font-size: 1.3rem;
		line-height: 1.25;
		writing-mode: vertical-rl;
	}
}

.p-iir-flow-attention::before, .p-iir-flow-attention::after {
	content: "";
	display: block;
	flex-basis: 33%;
	border-top: 2px solid #00913C;
}

@media only screen and (max-width: 543px) {
	.p-iir-flow-attention::before, .p-iir-flow-attention::after {
		border-top: 0;
		border-left: 2px solid #00913C;
	}
}

.p-iir-flow-attention > small {
	flex-grow: 1;
	flex-shrink: 0;
	display: block;
	max-width: 12.5em;
	font-size: 100%;
	font-weight: bold;
}

@media (max-width: 1199px) {
	.p-iir-flow-attention > small {
		max-width: none;
	}
}

@media only screen and (max-width: 543px) {
	.p-iir-flow-attention > small {
		max-height: 13em;
	}
}

.p-iir-flow-attention > small::before, .p-iir-flow-attention > small::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-style: solid;
	border-width: 6px 10px 6px 0;
	border-color: transparent #00913C;
}

.p-iir-flow-attention > small::after {
	left: auto;
	right: 0;
	border-width: 6px 0 6px 10px;
}

@media only screen and (max-width: 543px) {
	.p-iir-flow-attention > small::before, .p-iir-flow-attention > small::after {
		top: 0;
		right: auto;
		left: 50%;
		transform: translateX(-50%) rotate(90deg);
	}
	.p-iir-flow-attention > small::after {
		top: auto;
		bottom: 0;
	}
}

/*------------------------------------------------
	[med] 研究者主導研究 > 申請方法
------------------------------------------------*/
.p-iir-process-outline {
	padding: 40px 7.5%;
	border: 1px solid #00913C;
}

@media only screen and (max-width: 768px) {
	.p-iir-process-outline {
		padding: 32px 16px;
	}
}

.p-iir-process-step .h3 {
	font-size: 2.4rem;
	color: #00913C;
}

@media only screen and (max-width: 768px) {
	.p-iir-process-step .h3 {
		font-size: 2rem;
	}
}

.p-iir-process-step .message {
	margin-top: 1.6rem;
	padding: 32px 8.75%;
}

@media only screen and (max-width: 768px) {
	.p-iir-process-step .message {
		padding: 28px 18px;
	}
}

.p-iir-process-step dt {
	display: flex;
	align-items: center;
	margin-bottom: 1.6rem;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.4;
}

@media only screen and (max-width: 768px) {
	.p-iir-process-step dt {
		display: block;
	}
}

@media only screen and (max-width: 768px) {
	.p-iir-process-step dt {
		font-size: 2rem;
	}
}

.p-iir-process-step dt b {
	display: block;
}

.p-iir-process-step dt small {
	display: inline-block;
	margin-right: 1.2rem;
	padding: 0.3em 10px;
	font-size: 1.6rem;
	background: #fff;
}

@media only screen and (max-width: 768px) {
	.p-iir-process-step dt small {
		margin-bottom: 0.8rem;
		padding: 0.3em 6px;
		font-size: 1.4rem;
	}
}

.p-iir-process-step--2 .list {
	margin-top: 2.4rem;
	font-weight: bold;
}

/*------------------------------------------------
	[med] 研究者主導研究 > よくある質問
------------------------------------------------*/
/*------------------------------------------------
	[med] 研究者主導研究 > お問い合わせ
------------------------------------------------*/
.p-iir-contact .navi-hr {
	padding: 28px 0 36px;
	border: 1px solid #C4C4C4;
	border-width: 1px 0;
	text-align: center;
}

.p-iir-contact .navi-hr em {
	font-size: 2.4rem;
	font-weight: 500;
}

.p-iir-contact .navi {
	margin-top: 24px;
}
