@charset "UTF-8";
/*-------------------------------------------


/kojin/fundwrap/simulation/index.html

-------------------------------------------*/
/* guideflow */
.indexGuideFlowRow[aria-hidden="true"] {
	display: none;
	visibility: hidden;
	opacity: 0;
}
.indexGuideFlowRow[aria-hidden="false"] {
	display: block !important;
	visibility: visible;
	opacity: 1;
	-webkit-animation: flowFadeIn 1s ease 0s 1 normal;
	animation: flowFadeIn 1s ease 0s 1 normal;
}
.indexGuideFlowBtn[aria-pressed="true"] {
	background-color: #25c47b;
	border: none;
	outline: none;
	pointer-events: none;
}
.indexGuideFlowBtn[aria-pressed="true"] > span {
	color: #fff !important;
}
.indexGuideFlowBtn[aria-pressed="true"] > span:before {
	display: none;
}

/* guideflow animation */
@-webkit-keyframes flowFadeIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.99);
				transform: scale(0.99);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
				transform: scale(1);
	}
}
@keyframes flowFadeIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.99);
				transform: scale(0.99);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
				transform: scale(1);
	}
}

/* indexContentWidth */
.indexContentWidth {
	width: 1200px;
	margin: 0 auto;
}

/* indexQuestion */
.indexQuestionBlock01 {
	position: relative;
	padding-top: 120px;
}
.indexQuestionBlock01::before {
	content: "";
	position: absolute;
	top: 50px;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 35px 0 35px;
	border-color: #89cfb5 transparent transparent transparent;
	transform: translateX(-50%);
}
.indexQuestionText {
	font-size: 1.7rem;
	font-weight: bold;
	color: #0ca26c;
}
.indexQuestionText .indexQuestionNum {
	display: inline-block;
	margin-bottom: 15px;
	font-size: 7.5rem;
	line-height: 1;
}
.indexQuestionColumn01 {
	margin-top: 110px;
}
.indexQuestionContentsBox01 {
	position: relative;
	padding: 60px 28px 30px;
	background-color: #eff9f1;
	border-radius: 4px;
	box-sizing: border-box;
}
.indexQuestionImg01 {
	position: absolute;
	top: -66px;
	left: 50%;
	width: 142px;
	transform: translateX(-50%);
}
.indexQuestionColumn02 {
	margin-top: 71px;
}
.indexQuestionContentsBox02 {
	position: relative;
	padding: 43px 28px 30px;
	background-color: #eff9f1;
	border-radius: 4px;
	box-sizing: border-box;
}
.indexQuestionImg02 {
	position: absolute;
	top: -35px;
	left: 50%;
	width: 98px;
	transform: translateX(-50%);
}
.indexQuestionTitle01 {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	padding: 0 28px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #348266;
	box-sizing: border-box;
}
.indexQuestionTitle01::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(/kojin/fundwrap/simulation/images/index_ico01.png) no-repeat;
	background-size: contain;
}
.indexQuestionTitle01::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 20px;
	height: 20px;
	background: url(/kojin/fundwrap/simulation/images/index_ico02.png) no-repeat;
	background-size: contain;
}
.indexQuestionColumn03 {
	margin-top: 69px;
}
.indexQuestionContentsBox03 {
	position: relative;
	padding: 71px 28px 30px;
	background-color: #eff9f1;
	border-radius: 4px;
	box-sizing: border-box;
}
.indexQuestionImg03 {
	position: absolute;
	top: -36px;
	left: 50%;
	width: 110px;
	transform: translateX(-50%);
}
.indexQuestionColumn04 {
	margin-top: 77px;
}
.indexQuestionContentsBox04 {
	position: relative;
	padding: 68px 28px 30px;
	background-color: #eff9f1;
	border-radius: 4px;
	box-sizing: border-box;
}
.indexQuestionImg04 {
	position: absolute;
	top: -48px;
	left: 50%;
	width: 86px;
	transform: translateX(-50%);
}
.indexQuestionColumn05 {
	margin-top: 71px;
}
.indexQuestionContentsBox05 {
	position: relative;
	padding: 57px 28px 30px;
	background-color: #eff9f1;
	border-radius: 4px;
	box-sizing: border-box;
}
.indexQuestionImg05 {
	position: absolute;
	top: -42px;
	left: 50%;
	width: 160px;
	transform: translateX(-50%);
}

/* indexResult */
.indexResultTitle {
	text-align: center;
}
.indexResultTitle > span {
	position: relative;
	display: inline-block;
	padding: 10px 30px;
	font-size: 3rem;
	font-weight: bold;
	color: #0ca26c;
	line-height: 1;
}
.indexResultTitle > span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(/kojin/fundwrap/simulation/images/index_ico01.png) no-repeat;
	background-size: contain;
}
.indexResultTitle > span::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 20px;
	height: 20px;
	background: url(/kojin/fundwrap/simulation/images/index_ico02.png) no-repeat;
	background-size: contain;
}
.indexResultImgBox01 {
	width: 668px;
	padding: 40px 84px;
	margin: 10px auto 25px;
	background-color: #fff;
	border-radius: 4px;
	box-sizing: border-box;
}
.indexResultWrap01 {
	width: 668px;
	margin: auto;
}
.indexSup > sup {
	top: -0.8em;
}

/* footerLinkTop */
.footerLinkTop {
	padding: 20px 0;
	margin-top: 36px;
	background: #f0f0f0;
}
.footerLinkTop .inrFooterLinkTop {
	display: table;
	width: 1100px;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-width: 1px 0 0 1px;
}
.footerLinkTop .inrFooterLinkTop li {
	display: table-cell;
	box-sizing: border-box;
	width: 230px;
	background: #fff;
	border: 1px solid #ccc;
	border-width: 0 1px 1px 0;
	vertical-align: middle;
	text-align: center;
}
.footerLinkTop .inrFooterLinkTop li:first-child {
	background: #727272;
	width: auto;
	color: #fff;
	font-weight: bold;
}
.footerLinkTop .inrFooterLinkTop li a {
	display: block;
	padding: 10px;
}
.footerLinkTop .inrFooterLinkTop li a img {
	height: 40px;
}

/* modal-performance_return.html */
.indexPerformanceText01 {
	display: flex;
	justify-content: space-between;
}


@media screen and (max-width: 768px) {
	/* indexContentWidth */
	.indexContentWidth {
		width: 100%;
	}

	/* indexQuestion */
	.indexQuestionBlock01 {
		padding-top: 65px;
	}
	.indexQuestionBlock01::before {
		top: 33px;
		border-width: 18px 16px 0 18px;
	}
	.indexQuestionText {
		font-size: 1rem;
	}
	.indexQuestionText .indexQuestionNum {
		margin-bottom: 10px;
		font-size: 4rem;
	}
	.indexQuestionColumn01 {
		margin-top: 80px;
	}
	#wrap .indexQuestionColumn01 > *:nth-child(n+3) {
		margin-top: 67px !important;
	}
	.indexQuestionContentsBox01 {
		padding: 40px 10px 15px;
	}
	.indexQuestionImg01 {
		top: -54px;
		width: 111px;
	}
	.indexQuestionColumn02 {
		margin-top: 43px;
	}
	#wrap .indexQuestionColumn02 > *:nth-child(n+2) {
		margin-top: 39px !important;
	}
	.indexQuestionContentsBox02 {
		padding: 39px 10px 15px;
	}
	.indexQuestionImg02 {
		top: -29px;
		width: 92px;
	}
	.indexQuestionTitle01 {
		height: auto;
		min-height: 44px;
		padding: 0 23px;
		margin-bottom: 12px;
	}
	.indexQuestionTitle01::before {
		width: 18px;
		height: 18px;
	}
	.indexQuestionTitle01::after {
		width: 18px;
		height: 18px;
	}
	.indexQuestionColumn03 {
		margin-top: 52px;
	}
	#wrap .indexQuestionColumn03 > *:nth-child(n+3) {
		margin-top: 56px !important;
	}
	.indexQuestionContentsBox03 {
		padding: 40px 10px 15px;
	}
	.indexQuestionImg03 {
		top: -40px;
		width: 81px;
	}
	.indexQuestionColumn04 {
		margin-top: 62px;
	}
	#wrap .indexQuestionColumn04 > *:nth-child(n+3) {
		margin-top: 56px !important;
	}
	.indexQuestionContentsBox04 {
		padding: 40px 10px 15px;
	}
	.indexQuestionImg04 {
		top: -43px;
		width: 68px;
	}
	.indexQuestionColumn05 {
		margin-top: 56px;
	}
	#wrap .indexQuestionColumn05 > *:nth-child(n+2) {
		margin-top: 49px !important;
	}
	.indexQuestionContentsBox05 {
		padding: 41px 10px 15px;
	}
	.indexQuestionImg05 {
		top: -38px;
		width: 132px;
	}

	/* indexResult */
	.indexResultTitle > span {
		padding: 7px 24px;
		font-size: 2rem;
	}
	.indexResultTitle > span::before {
		width: 18px;
		height: 18px;
	}
	.indexResultTitle > span::after {
		width: 18px;
		height: 18px;
	}
	.indexResultImgBox01 {
		width: 100%;
		padding: 23px 14px;
		margin: 14px auto 15px;
	}
	.indexResultWrap01 {
		width: 100%;
	}

	/* footerLinkTop */
	.footerLinkTop {
		padding: 10px;
	}
	.footerLinkTop .inrFooterLinkTop {
		display: block;
		width: auto;
		margin: 0;
	}
	.footerLinkTop .inrFooterLinkTop li {
		display: block;
		width: auto;
	}
	.footerLinkTop .inrFooterLinkTop li:first-child {
		padding: 10px;
	}
	.footerLinkTop .inrFooterLinkTop li a {
		width: 190px;
		margin: 0 auto;
		text-align: left;
	}

	/* modal-performance_return.html */
	.indexPerformanceWrap01 {
		width: auto;
		max-width: 200px;
	}
}
