@charset "UTF-8";


/*******************************
 *  override
 ******************************/
:root {
	--bw: 15px;
}
header[role="banner"] {
	border-bottom: 3px solid #0CA26C;
	position: fixed !important;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFFFFF;
}
header[role="banner"] .headerTop {
	position: relative;
	padding-top: 31px;
	margin-bottom: 28px;
	justify-content: flex-end;
}
header[role="banner"] .keiyo {
	position: absolute;
	top: 16px;
	left: 2px;
	width: 317px;
}
#wrap #mainArea {
	padding-top: 105px;
	margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
	header[role="banner"] .headerTop {
		padding-top: 22px;
		margin-bottom: 24px;
		text-align: right;
	}
	header[role="banner"] .headerInner .logoWrap > p > a > img {
		width: 160px;
	}
	header[role="banner"] .keiyo {
		position: absolute;
		top: 20px;
		left: 10px;
		width: 151px;
	}
	#drawerMenu {
		padding-bottom: 80px;
	}
	#wrap #mainArea {
		padding-top: 74px;
	}
	#wrap #mainArea main {
		padding: 0 0;
	}
	#pageTop {
		bottom: 90px;
	}
	main img {
		width: 100%;
		max-width: none;
	}
	footer[role="contentinfo"] .footerInfo .copyRight:before {
		content: none;
	}
}
@media screen and (max-width: 320px) {
	header[role="banner"] .keiyo {
		top: 21px;
		width: 121px;
	}
	header[role="banner"] .headerInner .logoWrap > p > a > img {
		width: 150px;
	}
}


/*******************************
 *  parts
 ******************************/
.isPc {
	display: block;
}
.isSp {
	display: none;
}
.isAncher {
	padding-top: 105px;
	margin-top: -105px;
}
.sectionBlock {
	position: relative;
}
.sectionBlockInner {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
.btnA:link {
	text-decoration: underline;
}
.btnB {
	display: flex;
	align-items: center;
	margin: 0 auto;
	min-height: 58px;
	text-align: center;
	background-color: #0CA26C;
	border-radius: 60px 60px;
	padding: 6px 20px;
	box-sizing: border-box;
}
.btnB span {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 16px;
	font-weight: bold;
	line-height: 1.3;
	color: #FFFFFF;
	box-sizing: border-box;
	background-image: url('/fund/r246/keiyo/images/arrow_02.svg');
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 12px 12px;
}
.btnB.outside span {
	background-image: url('/fund/r246/keiyo/images/arrow_02.svg'), url('/fund/r246/keiyo/images/icon_outside01.svg');
	background-repeat: no-repeat;
	background-position: center left, center right;
	background-size: 12px 12px;
}
.btnC {
	display: flex;
	align-items: center;
	margin: 0 auto;
	min-height: 58px;
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 60px 60px;
	padding: 6px 20px;
	box-sizing: border-box;
}
.btnC span {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 16px;
	font-weight: bold;
	line-height: 1.3;
	color: #0CA26C;
	box-sizing: border-box;
	background-image: url('/fund/r246/keiyo/images/arrow_02_green.svg');
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 12px 12px;
}
.btnC.outside span {
	background-image: url('/fund/r246/keiyo/images/arrow_02_green.svg'), url('/fund/r246/keiyo/images/icon_outside01_green.svg');
	background-repeat: no-repeat;
	background-position: center left, center right;
	background-size: 12px 12px;
}
.btnD {
	display: flex;
	align-items: center;
	margin: 0 auto;
	min-height: 58px;
	text-align: center;
	background-color: #0168B7;
	border-radius: 60px 60px;
	padding: 6px 20px;
	box-sizing: border-box;
}
.btnD span {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 16px;
	font-weight: bold;
	line-height: 1.3;
	color: #FFFFFF;
	box-sizing: border-box;
	background-image: url('/fund/r246/keiyo/images/arrow_02.svg');
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 12px 12px;
}
.btnD.outside span {
	background-image: url('/fund/r246/keiyo/images/arrow_02.svg'), url('/fund/r246/keiyo/images/icon_outside01.svg');
	background-repeat: no-repeat;
	background-position: center left, center right;
	background-size: 12px 12px;
}
.btnE span {
	position: relative;
	display: inline-block;
	padding-left: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url('/fund/r246/keiyo/images/arrow_02.svg');
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	background-size: 12px 12px;
}
.btnF {
	display: flex;
	align-items: center;
	margin: 0 auto;
	min-height: 58px;
	text-align: center;
	background-color: #0CA26C;
	border-radius: 60px 60px;
	padding: 6px 20px;
	box-sizing: border-box;
}
.btnF span {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 16px;
	font-weight: bold;
	line-height: 1.3;
	color: #FFFFFF;
	box-sizing: border-box;
	background-image: url('/fund/r246/keiyo/images/icon_close01.svg');
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 12px 12px;
}
.btnG {
	display: flex;
	align-items: center;
	margin: 0 auto;
	min-height: 63px;
	text-align: center;
	background-color: #0CA26C;
	border-radius: 60px 60px;
	padding: 6px 20px;
	box-sizing: border-box;
	border-bottom: solid 5px #AFD3A6;
}
.btnG span {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 16px;
	font-weight: bold;
	line-height: 1.3;
	color: #FFFFFF;
	box-sizing: border-box;
	background-image: url('/fund/r246/images/arrow_02.svg');
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 12px 12px;
	text-decoration-line: underline;
	text-decoration-style: dashed;
	color: #FFEA48;
}
@media screen and (min-width: 768px) {
	.alpha {
		transition: 0.5s opacity;
	}
	.alpha:hover {
		opacity: 0.7;
	}
	.btnG:hover {
		border-top: solid 5px #F0F9F1;
		border-bottom: none;
	}
}
@media screen and (max-width: 767px) {
	.isPc {
		display: none;
	}
	.isSp {
		display: block;
	}
	.isAncher {
		padding-top: 74px;
		margin-top: -74px;
	}
	.sectionBlockInner {
		padding: 0 20px;
	}
}


/*******************************
 *  visual
 ******************************/
.visual {
	z-index: 1;
	height: 520px;
	background-image: url('/fund/r246/keiyo/images/visual_bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.visual .sectionBlockInner {
	height: 100%;
}
.visual .sectionBlockInner::before {
	content: "";
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-image: url('/fund/r246/keiyo/images/visual_02.png');
	background-repeat: no-repeat;
	background-position: 0 5px;
	background-size: 1073px 491px;
	pointer-events: none;
}
.visualTitle {
	position: relative;
	z-index: 1;
	padding-top: 55px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.visualTitle__text {
	position: relative;
	z-index: 1;
	display: block;
	margin-top: 85px;
}
.visualTitle__text span {
	position: relative;
	display: flex;
	justify-content: center;
	height: 130px;
	width: 433px;
	padding: 0 56px;
	background-image: url('/fund/r246/keiyo/images/icon_pin01.svg');
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 32px auto;
}
.visualTitle__text::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	width: calc(100% + (100vw - 1200px) * 0.5);
	height: 100%;
	background-color: #0CA26C;
	opacity: 0.87;
}
.visualTitle__text::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 100%;
	width: 38px;
	height: 100%;
	background-image: url('/fund/r246/keiyo/images/arrow_01.svg');
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 100% 100%;
	opacity: 0.87;
}
.visualTitle__logo {
	display: block;
	width: 558px;
}
.visualOther {
	width: 320px;
	margin: 30px auto 0;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.08);
}
.visualOtherList {
	position: relative;
	display: flex;
}
.visualOtherList .item:nth-child(1) {
	width: 100%;
}
.visualOtherList .item__body {
	position: relative;
	padding: 10px 10px;
	font-size: 1.2rem;
	color: #666666;
	text-align: center;
}
.visualOtherList .item__body .title {
	color: #000000;
	font-size: 1.5rem;
	font-weight: bold;
}
.visualOtherList .item__body .name {
	color: #000000;
	font-size: 1.4rem;
	font-weight: bold;
}
.visualOtherList .item__body .name span {
	font-size: 2.0rem;
}
.visualOtherList .r246 .item__body .name span {
	color: #0168B7;
}
.visualOtherText {
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 7px 0;
	background-color: #F7D773;
	border-top: 1px solid #DDDDDD;
}
.visualLogoNisa {
	position: absolute;
	top: 20px;
	right: 0;
	width: 130px;
}
@media screen and (max-width: 1217px) {
	.visualTitle__text::before {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.visual {
		height: auto;
		background-image: url('/fund/r246/keiyo/images/visual_bg_sp.png');
		background-position: center top;
		background-size: 100% auto;
		background-color: #F0F9F1;
	}
	.visual .sectionBlockInner {
		padding: 0 0;
	}
	.visual .sectionBlockInner::before {
		background-image: url('/fund/r246/keiyo/images/visual_02_sp.png');
		background-position: 0 0;
		background-size: 100% auto;
	}
	.visualTitle {
		display: block;
		padding-top: 26.66666666666667vw;
	}
	.visualTitle__text {
		margin: 0 0;
		width: 68.8%;
	}
	.visualTitle__text span {
		padding: 0 4vw 0 12.26666666666667vw;
		width: auto;
		height: 13.86666666666667vw;
		background-position: 5.333333333333333vw 50%;
		background-size: 4.266666666666667vw auto;
	}
	.visualTitle__text::after {
		width: 4vw;
	}
	.visualTitle__logo {
		width: 86.93333333333333%;
		margin: 4vw 5.333333333333333% 0 auto;
	}
	.visualOther {
		width: auto;
		margin: 32vw 25px 0 20px;
	}
	.visualOtherList {
		display: block;
	}
	.visualOtherList::before {
		content: none;
	}
	.visualOtherList .item {
		width: 100% !important;
	}
	.visualOtherList .item + .item {
		border-top: 1px solid #CCCCCC;
	}
	.visualOtherList .item__body .title {
		font-size: 1.4rem;
	}
	.visualLogoNisa {
		top: 2.666666666666667vw;
		right: 2.666666666666667%;
		width: 21.33333333333333%;
	}
}


/*******************************
 *  fundMovie
 ******************************/
.fundMovie {
	padding: 48px 0 40px;
	background-color: #F0F9F1;
}
.fundMovieUnit {
	width: 500px;
	margin: 0 auto;
}
.fundMovieUnit__frame {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	border-radius: 10px 10px;
}
.fundMovieUnit__frame iframe,
.fundMovieUnit__frame video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fundMovieUnit__name {
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
	.fundMovie {
		padding: 50px 0 32px;
	}
	.fundMovieUnit {
		width: 100%;
	}
	.fundMovieUnit__name {
		font-size: 1.4rem;
		margin-bottom: 16px;
	}
}


/*******************************
 *  feature
 ******************************/
.feature {
	padding: 32px 0 80px;
}
.featureTitle {
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1;
	color: #FFFFFF;
	margin-bottom: 40px;
}
.featureTitle span {
	position: relative;
	z-index: 1;
	display: inline-block;
	background-color: #0CA26C;
	padding: 12px 65px 12px 0;
}
.featureTitle span::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	width: calc(100% + (100vw - 1200px) * 0.5);
	height: 100%;
	background-color: #0CA26C;
}
.featureTitle span::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 100%;
	width: 15px;
	height: 100%;
	background-image: url('/fund/r246/keiyo/images/arrow_01.svg');
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 100% 100%;
}
.featureSubTitle {
	font-size: 2.8rem;
	font-weight: bold;
	margin-bottom: 32px;
	text-align: center;
	line-height: 1.56;
}
.featureSubTitle span {
	font-size: 2.0rem;
}
.featureNote {
	text-align: center;
	font-size: 1.6rem;
}
.feature3Type {
	margin-bottom: 64px;
}
.feature3TypeList {
	display: flex;
	justify-content: center;
	margin-bottom: 32px;
}
.feature3TypeList .item {
	width: 340px;
	margin: 0 10px;
}
.feature3TypeList .item .moreinfoButton {
	display: block;
	width: 200px;
	margin: 20px auto 0;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	padding: 6px 0;
	color: #FFFFFF;
	border-radius: 30px 30px;
	cursor: pointer;
	position: relative;
}
.feature3TypeList .item:nth-of-type(1) .moreinfoButton {
	background-color: #007EC5;
}
.feature3TypeList .item:nth-of-type(2) .moreinfoButton {
	background-color: #F6AB00;
}
.feature3TypeList .item:nth-of-type(3) .moreinfoButton {
	background-color: #D80C18;
}
.feature3TypeList .item .moreinfoButton::before {
	content: "";
	position: absolute;
	bottom: -4px;
	right: -10px;
	width: 24px;
	height: 28px;
	background-image: url('/fund/r246/keiyo/images/pointer_pc.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.feature3TypeSimulation {
	padding: 48px 0;
	background-color: #F0F9F1;
}
.feature3TypeSimulationTitleWrap {
	position: relative;
	text-align: center;
}
.feature3TypeSimulationTitleInner {
	position: relative;
	display: inline-block;
}
.feature3TypeSimulation__title {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 24px;
	line-height: 1.56;
}
.feature3TypeSimulationTitleWrap .moreinfoButton {
	position: absolute;
	top: -4px;
	right: -24px;
	display: block;
	width: 20px;
	height: 20px;
	background-color: #0CA26C;
	border-radius: 50% 50%;
	cursor: pointer;
	background-image: url('/fund/r246/keiyo/images/icon_moreinfo.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 2px auto;
}
.feature3TypeSimulation__button {
	width: 400px;
	margin: 0 auto;
}
.featureAllocationLead {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 40px;
}
.featureAllocationUnit {
	max-width: 1040px;
	margin: 0 auto;
}
.featureAllocationUnit {
	margin-bottom: 32px;
}
.featureAllocationUnit__title {
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border-radius: 10px 10px;
	padding: 11px 45px;
}
.featureAllocationUnit__title span {
	font-size: 2.4rem;
}
.r246 .featureAllocationUnit__title {
	background-color: #0168B7;
}
.featureAllocationUnit__inner {
	padding: 32px 0 24px;
}
.featureAllocationUnit__list {
	display: flex;
	justify-content: center;
}
.featureAllocationUnit__list .item {
	width: 320px;
	margin: 0 5px;
}
.featureAllocationUnit__list .item__title {
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 16px;
	padding: 5px 0;
}
.featureAllocationUnit__list .item:nth-child(1) .item__title {
	background-color: #D8EAFF;
}
.featureAllocationUnit__list .item:nth-child(2) .item__title {
	background-color: #FFEFD1;
}
.featureAllocationUnit__list .item:nth-child(3) .item__title {
	background-color: #FFE4DA;
}
.featureAllocationUnit__list .item__text {
	margin-bottom: 16px;
	text-align: center;
}
.featureAllocationUnit__list .item__text span {
	font-weight: bold;
}
.featureAllocationUnit__list .item__image {
	width: 295px;
	margin: 0 auto;
}
.featureAllocationUnitColor {
	padding-top: 32px;
	margin-top: 32px;
	border-top: 1px dotted #CCCCCC;
}
.featureAllocationUnitColor__list {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.6rem;
	margin-top: -10px;
}
.featureAllocationUnitColor__list li {
	margin-top: 10px;
	width: 25%;
}
.r246 .featureAllocationUnitColor__list li {
	width: 20%;
}
.r246 .featureAllocationUnitColor__list li:nth-child(2),
.r246 .featureAllocationUnitColor__list li:nth-child(3) {
	width: 30%;
}
.featureAllocationUnitColor__list li span {
	position: relative;
	padding-left: 30px;
}
.featureAllocationUnitColor__list li span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
}
.featureAllocationUnitColor__list li span.c01::before {
	background-color: #004FA2;
}
.featureAllocationUnitColor__list li span.c02::before {
	background-color: #6C9BD2;
}
.featureAllocationUnitColor__list li span.c03::before {
	background-color: #80CEF3;
}
.featureAllocationUnitColor__list li span.c04::before {
	background-color: #8EBE20;
}
.featureAllocationUnitColor__list li span.c05::before {
	background-color: #4C9234;
}
.featureAllocationUnitColor__list li span.c06::before {
	background-color: #DF9100;
}
.featureAllocationUnitColor__list li span.c07::before {
	background-color: #F5AA00;
}
.featureAllocationUnitColor__list li span.c08::before {
	background-color: #E9523C;
}
.featureAllocationUnitColor__list li span.c09::before {
	background-color: #CB141D;
}
.featureAllocationReferenceList {
	display: flex;
	justify-content: center;
	margin: 32px 0 40px;
}
.featureAllocationReferenceList .item {
	width: 400px;
	margin: 0 20px;
}
.moreinfoPanel {
	position: fixed;
	z-index: 10;
	background-color: #FFFFFF;
	width: 220px;
	padding: 16px 16px;
	border: 1px solid #CCCCCC;
	border-radius: 8px 8px;
	box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	text-align: left;
	pointer-events: none;
	display: none;
}
.moreinfoPanelTitle {
	font-size: 1.4rem;
	font-weight: bold;
	color: #0CA26C;
	margin-bottom: 4px;
}
.moreinfoPanelList {
	font-size: 1.6rem;
	line-height: 1.5;
}
.moreinfoPanelList li {
	position: relative;
	padding-left: 20px;
}
.moreinfoPanelList li:before {
	content: "";
	position: absolute;
	top: 0.2em;
	left: 0;
	width: 15px;
	height: 15px;
	background-color: #0CA26C;
	border-radius: 50% 50%;
}
.moreinfoPanelList li + li {
	margin-top: 4px;
}
.moreinfoPanelText {
	font-size: 1.6rem;
	line-height: 1.5;
}
.moreinfoPanelClose {
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	right: 8px;
	top: -40px;
	background-image: url('/fund/r246/keiyo/images/icon_close02.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 14px 14px;
	background-color: #0CA26C;
	cursor: pointer;
}
@media screen and (min-width: 768px) {
	html.touch .moreinfoPanelClose {
		display: block;
	}
	html.touch .moreinfo {
		position: relative;
	}
	html.touch .moreinfoPanel {
		position: absolute;
		left: 50%;
		bottom: 24px;
		transform: translateX(-50%);
		pointer-events: auto;
		width: 300px;
	}
	html.touch .feature3TypeSimulation .moreinfo {
		position: static;
	}
	html.touch .feature3TypeSimulation .moreinfoPanel {
		left: 100%;
		bottom: 100%;
	}
}
@media screen and (max-width: 767px) {
	.feature {
		padding: 40px 0 64px;
	}
	.featureTitle {
		font-size: 2.0rem;
		margin-bottom: 32px;
	}
	.featureTitle span {
		padding: 12px 20px 12px 0;
	}
	.featureTitle span::before {
		width: calc(100% + 20px);
	}
	.featureSubTitle {
		font-size: 2.0rem;
		margin-bottom: 24px;
		text-align: left;
	}
	.featureSubTitle span {
		font-size: 1.6rem;
	}
	.featureNote {
		font-size: 1.4rem;
	}
	.feature3Type {
		margin-bottom: 40px;
	}
	.feature3TypeList {
		display: block;
	}
	.feature3TypeList .item {
		width: 100%;
		margin: 0 0;
		text-align: center;
	}
	.feature3TypeList .item + .item {
		margin-top: 32px;
	}
	.feature3TypeList .item img {
		width: 85%;
	}
	.feature3TypeList .item .moreinfoButton {
		width: 59.70149253731343%;
		min-width: 200px;
		margin-top: 16px;
	}
	.feature3TypeList .item .moreinfoButton::before {
		background-image: url('/fund/r246/keiyo/images/pointer_sp.svg');
	}
	.feature3TypeSimulation {
		padding: 40px 20px;
		margin: 0 -20px;
	}
	.feature3TypeSimulation .moreinfo {
		position: static;
	}
	.feature3TypeSimulation .moreinfoPanel {
		bottom: calc(100% - 10px);
		width: calc(100vw - var(--bw) - 40px);
		left: calc((100vw - var(--bw) - 100%) * -0.5 + 20px);
	}
	.feature3TypeSimulation__title {
		font-size: 2.0rem;
		margin-bottom: 24px;
	}
	.feature3TypeSimulation__button {
		width: 100%;
	}
	.featureAllocationLead {
		font-size: 1.4rem;
		text-align: left;
		margin-bottom: 24px;
	}
	.featureAllocationUnit {
		margin-bottom: 24px;
	}
	.featureAllocationUnit__title {
		border-radius: 10px 10px;
		padding: 11px 0;
	}
	.featureAllocationUnit__title {
		text-align: left;
		padding: 11px 15px;
	}
	.featureAllocationUnit__inner {
		padding: 24px 5.970149253731343% 16px;
	}
	.featureAllocationUnit__list {
		display: block;
		justify-content: center;
	}
	.featureAllocationUnit__list .item {
		width: 100%;
		margin: 0 0;
	}
	.featureAllocationUnit__list .item + .item {
		margin-top: 40px;
	}
	.featureAllocationUnit__list .item__image {
		width: 100%;
	}
	.featureAllocationUnitColor {
		padding-top: 16px;
		margin-top: 24px;
	}
	.featureAllocationUnitColor__list li {
		width: 50%;
	}
	.r246 .featureAllocationUnitColor__list li {
		width: 50%;
	}
	.r246 .featureAllocationUnitColor__list li:nth-child(2),
	.r246 .featureAllocationUnitColor__list li:nth-child(3) {
		width: 100%;
	}
	.featureAllocationReferenceList {
		display: block;
	}
	.featureAllocationReferenceList .item {
		width: 100%;
		margin: 0 0;
	}
	.featureAllocationReferenceList .item + .item {
		margin-top: 24px;
	}
	.moreinfo {
		position: relative;
	}
	.moreinfoPanel {
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 24px;
		pointer-events: auto;
	}
	.moreinfoPanelClose {
		display: block;
	}
}


/*******************************
 *  featureModal
 ******************************/
.featureModalTitle {
	text-align: center;
	color: #0CA26C;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.56;
	margin-bottom: 32px;
}
.featureModalLead {
	margin-bottom: 32px;
}
.featureModalSubTitle {
	position: relative;
	margin-bottom: 24px;
	font-weight: bold;
	font-size: 2.0rem;
	color: #FFFFFF;
	line-height: 1.3;
	padding: 18px 30px;
	background-color: #0CA26C;
	margin-right: 20px;
}
.featureModalSubTitle::before {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 20px;
	height: 100%;
	background-image: url('/fund/r246/keiyo/images/arrow_01.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center left;
}
.featureModalSubTitle span {
	font-size: 1.6rem;
	font-weight: 500;
}
.featureModalBody {
	margin-bottom: 32px;
}
.featureModalBody__title {
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 16px;
	text-align: center;
}
.featureModalBody__title span {
	display: inline-block;
	font-size: 1.6rem;
}
.featureModalScroll {
	position: relative;
}
.featureModalCation {
	font-size: 1.6rem;
	line-height: 1.56;
}
.featureModalCation > * + * {
	margin-top: 24px;
}
.featureModalCation__list li + li {
	margin-top: 0.6em;
}
.featureModalCation__list li {
	position: relative;
	padding-left: 1.5em;
}
.featureModalCation__list li::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.featureModal02List {
	display: flex;
	justify-content: space-between;
}
.featureModal02List .item {
	width: 48.03921568627451%;
}
@media screen and (max-width: 767px) {
	.featureModalTitle {
		font-size: 2.0rem;
		margin-bottom: 24px;
	}
	.featureModalLead {
		margin-bottom: 24px;
	}
	.featureModalSubTitle {
		font-size: 1.8rem;
		padding: 10px 15px;
		margin: 0 15px 24px -15px;
	}
	.featureModalSubTitle::before {
		width: 15px;
	}
	.featureModalSubTitle span {
		font-size: 1.4rem;
	}
	.featureModalBody {
		margin-bottom: 24px;
	}
	.featureModalBody__title {
		font-size: 1.8rem;
	}
	.featureModalBody__title span {
		font-size: 1.4rem;
	}
	.featureModalScroll__text {
		font-size: 1.4rem;
		text-align: center;
		margin-bottom: 16px;
	}
	.featureModalScroll__text img {
		width: 28px;
		margin-right: 10px;
	}
	.featureModalScroll__image {
		position: relative;
		overflow-y: auto;
		margin: 0 -15px;
		padding: 0 15px;
	}
	.featureModalScroll__image img {
		width: 860px;
		max-width: none;
	}
	.featureModalCation {
		font-size: 1.4rem;
	}
	.featureModalCation > * + * {
		margin-top: 16px;
	}
	.featureModal02List {
		display: block;
	}
	.featureModal02List .item {
		width: 100%;
	}
	.featureModal02List .item + .item {
		margin-top: 24px;
	}
}


/*******************************
 *  fundMore
 ******************************/
.fundMore {
	padding-top: 64px;
	border-top: 2px solid #0CA26C;
}
.fundMoreTitle {
	font-size: 3.2rem;
	font-weight: bold;
	color: #0CA26C;
	text-align: center;
	margin-bottom: 56px;
	line-height: 1.4;
}
.fundMoreUnit {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 32px 0;
}
.fundMoreUnit + .fundMoreUnit {
	margin-top: 1px;
}
.fundMoreUnit::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100vw;
	min-width: 1200px;
	height: 100%;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.fundMoreUnit.r246::before {
	background-color: #0168B7;
}
.fundMoreUnit__list {
	display: flex;
}
.fundMoreUnit__list .item {
	width: 320px;
	margin: 0 10px;
}
.fundMoreKeiyo {
	position: relative;
	z-index: 1;
	margin-top: 40px;
	padding: 40px 40px;
	text-align: center;
	background-color: #FFEFD1;
}
.fundMoreKeiyoTitle {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 24px;
}
.fundMoreKeiyoText {
	font-size: 1.6rem;
}
.fundMoreKeiyoButton {
	margin: 32px auto 0;
	width: 320px;
}
.fundMoreKeiyoButton img {
	width: 139px;
}
.fundMoreKeiyoButton .btnC.outside span {
	background-image: url('/fund/r246/keiyo/images/icon_outside01_green.svg');
	background-position: center right;
}
@media screen and (max-width: 767px) {
	.fundMore {
		padding-top: 32px;
	}
	.fundMoreTitle {
		font-size: 2.4rem;
		margin-bottom: 24px;
	}
	.fundMoreUnit {
		display: block;
	}
	.fundMoreUnit__title {
		font-size: 2.4rem;
		text-align: center;
		width: 100%;
		margin-bottom: 16px;
	}
	.fundMoreUnit__list {
		display: block;
	}
	.fundMoreUnit__list .item {
		width: 100%;
		margin: 0 0;
	}
	.fundMoreUnit__list .item + .item {
		margin-top: 24px;
	}
	.fundMoreKeiyo {
		margin: 32px -20px 0;
		padding: 32px 20px;
	}
	.fundMoreKeiyoTitle {
		font-size: 2.0rem;
		margin-bottom: 16px;
	}
	.fundMoreKeiyoButton {
		margin-top: 24px;
		width: 100%;
	}
}


/*******************************
 *  fundCation
 ******************************/
.fundCation {
	padding: 185px 0 80px;
}
.fundCation:not(:last-of-type) {
	padding-bottom: 0;
}
.fundCationUnit {
	max-width: 1040px;
	margin: 0 auto;
}
.fundCationUnit.isAncher {
	margin-top: -105px;
}
.fundCationUnit + .fundCationUnit:not(.isAncher) {
	margin-top: 80px;
}
.fundCationUnit + .fundCationUnit.isAncher {
	margin-top: -25px;
}
.fundCationUnit > * + * {
	margin-top: 24px;
}
.fundCationUnitTitle {
	text-align: center;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.6;
	color: #0CA26C;
	margin-bottom: 32px;
}
.fundCationUnitSubTitle {
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.56;
}
.fundCationUnitText {
	font-size: 1.6rem;
	line-height: 1.56;
}
.fundCationUnitCategory {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.56;
	margin: 32px 0 -10px;
}
.fundCationUnitList {
	font-size: 1.6rem;
	line-height: 1.56;
}
.fundCationUnitList li {
	position: relative;
	padding-left: 1.5em;
}
.fundCationUnitList li + li {
	margin-top: 0.6em;
}
.fundCationUnitList.note li::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.fundCationUnitList.num {
	counter-reset: num;
}
.fundCationUnitList.num li {
	padding-left: 2.2em;
}
.fundCationUnitList.num li::before {
	content: "＊"counter(num);
	counter-increment: num;
	position: absolute;
	top: 0;
	left: 0;
}
.fundCationUnitList.circle li::before {
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
	color: #000000;
}
.fundCationUnitList.circle.green li::before {
	color: #0CA26C;
}
.fundCationUnitTable__table {
	width: 100%;
}
.fundCationUnitTable__table thead th {
	position: relative;
	font-size: 0;
}
.fundCationUnitTable__table tbody th {
	padding: 16px 0;
}
.fundCationUnitTable__table tbody tr {
	border-bottom: 1px solid #CCCCCC;
}
.fundCationUnitTable__table tbody tr:nth-child(1) {
	border-top: none;
}
.fundCationUnitTable__table tbody th span {
	display: block;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.56;
	width: 64px;
	height: 64px;
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fundCationUnitTable__table tbody td {
	position: relative;
	padding: 16px 0;
	line-height: 1.56;
}
.fundCationUnitTable__table tbody td .title {
	font-size: 1.6rem;
	font-weight: bold;
}
.fundCationUnitTable__table tbody td .text {
	font-size: 1.4rem;
	margin-top: 4px;
}
.fundCationUnitTable__table tbody td .note {
	font-size: 1.2rem;
	color: #333333;
	margin-top: 4px;
}
.fundCationTradename {
	text-align: right;
}
.fundCationTradename__text {
	display: inline-block;
	text-align: left;
}
.fundCationTradename__text dt {
	float: left;
}
.fundCationTradename__text dd.idx {
	padding-left: 5.0em;
}
.fundCationTradename__text dd:after {
	content: "";
	display: table;
	clear: both;
}
@media screen and (max-width: 767px) {
	.fundCation {
		padding: 130px 0 56px;
	}
	.fundCationUnit.isAncher {
		margin-top: -74px;
	}
	.fundCationUnit + .fundCationUnit:not(.isAncher) {
		margin-top: 56px;
	}
	.fundCationUnit + .fundCationUnit.isAncher {
		margin-top: -18px;
	}
	.fundCationUnit > * + * {
		margin-top: 16px;
	}
	.fundCationUnitTitle {
		font-size: 2.0rem;
		margin-bottom: 24px;
	}
	.fundCationUnitSubTitle {
		font-size: 1.8rem;
	}
	.fundCationUnitText {
		font-size: 1.4rem;
	}
	.fundCationUnitCategory {
		font-size: 1.4rem;
		margin: 24px 0 -8px;
	}
	.fundCationUnitList {
		font-size: 1.4rem;
	}
	.fundCationUnitTable__text {
		font-size: 1.4rem;
		text-align: center;
		margin-bottom: 16px;
	}
	.fundCationTradename {
		text-align: left;
		font-size: 1.4rem;
	}
}


/*******************************
 *  footer keiyoInfo
 ******************************/
footer[role="contentinfo"] .keiyoInfo {
	width: 1200px;
	margin: 0 auto 48px;
}
footer[role="contentinfo"] .keiyoInfoLogo {
	width: 167px;
	margin-bottom: 16px;
}
footer[role="contentinfo"] .keiyoInfoText {
	font-size: 1.3rem;
	line-height: 1.5;
}
footer[role="contentinfo"] .keiyoInfoText dt,
footer[role="contentinfo"] .keiyoInfoText dd {
	display: inline;
}
footer[role="contentinfo"] .keiyoInfoText dd::after {
	content: "";
	display: table;
	clear: both;
}
@media screen and (max-width: 767px) {
	footer[role="contentinfo"] .keiyoInfo {
		width: auto;
		margin-bottom: 38px;
		padding: 0 20px;
	}
	footer[role="contentinfo"] .keiyoInfoLogo {
		margin: 0 auto 12px;
	}
	footer[role="contentinfo"] .keiyoInfoText {
		font-size: 1.0rem;
		text-align: center;
	}
}


/*******************************
 *  fixedNewInfo
 ******************************/
.fixedNewInfo {
	position: fixed;
	z-index: 10;
	top: 50%;
	right: 0;
	width: 200px;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.1);
}
.fixedNewInfoTitle {
	font-size: 1.6rem;
	font-weight: bold;
	padding: 15px 20px 10px;
}
.fixedNewInfoUnit {
	position: relative;
}
.fixedNewInfoUnit__title {
	position: relative;
	z-index: 1;
	padding-right: 10px;
}
.fixedNewInfoUnit__title span {
	position: relative;
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	color: #FFFFFF;
	padding: 7px 0 7px 20px;
}
.fixedNewInfoUnit__title span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 10px;
	height: 100%;
	background-position: center left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.r246 .fixedNewInfoUnit__title span {
	background-color: #0168B7;
}
.r246 .fixedNewInfoUnit__title span::before {
	background-image: url('/fund/r246/keiyo/images/arrow_01_blue.svg');
}
.fixedNewInfoUnit__body {
	padding: 20px 20px;
}
.fixedNewInfoUnit__list .item + .item {
	margin-top: 10px;
}
.fixedNewInfoUnit__list .item a {
	position: relative;
	display: block;
	border: 2px solid #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 1.4rem;
	color: #000000;
	padding: 4px 0;
	border-radius: 30px 30px;
	background-color: #D8EAFF;
	background-image: url('/fund/r246/keiyo/images/arrow_02_blue.svg');
	background-repeat: no-repeat;
	background-position: 15px 50%;
	background-size: 10px 10px;
}
.fixedNewInfoUnit__list .item:nth-of-type(2) a {
	background-color: #FFEFD1;
	background-image: url('/fund/r246/keiyo/images/arrow_02_yellow.svg');
}
.fixedNewInfoUnit__list .item:nth-of-type(3) a {
	background-color: #FFE4DA;
	background-image: url('/fund/r246/keiyo/images/arrow_02_red.svg');
}
@media screen and (max-width: 767px) {
	.fixedNewInfo {
		display: flex;
		flex-wrap: wrap;
		top: auto;
		bottom: -162px;
		transform: translateY(0);
		width: 100%;
		transition: bottom .4s ease;
		background-color: rgba(230, 230, 230, 0.8);
	}
	.fixedNewInfo.is-active {
		bottom: 0;
	}
	.fixedNewInfo::before {
		content: "";
		position: absolute;
		z-index: 2;
		top: 15px;
		right: 20px;
		width: 16px;
		height: 16px;
		background-image: url('/fund/r246/keiyo/images/arrow_02_black.svg');
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% 100%;
		transform: rotate(-90deg);
		pointer-events: none;
	}
	.fixedNewInfo.is-active::before {
		transform: rotate(90deg);
	}
	.fixedNewInfoTitle {
		width: 100%;
		font-size: 1.4rem;
		padding: 12px 20px 7px;
		cursor: pointer;
	}
	.fixedNewInfoUnit {
		width: 100%;
	}
	.fixedNewInfoUnit__title {
		cursor: pointer;
		padding-right: 0;
	}
	.fixedNewInfoUnit__title span {
		padding: 12px 0;
		text-align: center;
	}
	.fixedNewInfoUnit__title span::before {
		content: none;
	}
}


/*******************************
 *  modal
 ******************************/
.mfp-bg {
	opacity: 0.6;
}
.mfp-wrap {
	overflow: auto auto !important;
}
.mfp-container {
	padding: 0 0;
}
button.mfp-close {
	font-size: 0;
	width: 40px;
	height: 40px;
	background-color: #0CA26C;
	opacity: 1;
	background-image: url('/fund/r246/keiyo/images/icon_close02.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px 18px;
	top: 104px;
	right: 32px;
}
button.mfp-close:active {
	top: 104px;
}
.modal {
	position: relative;
	width: 1120px;
	margin: 0 auto;
	padding: 104px 32px;
}
.modalInner {
	position: relative;
	background-color: #FFFFFF;
	padding: 48px 48px;
	border: 1px solid #979797;
}
.modalCloseButton {
	width: 260px;
	margin: 48px auto 0;
}
@media screen and (max-width: 767px) {
	button.mfp-close {
		top: 64px;
		right: 10px;
	}
	button.mfp-close:active {
		top: 64px;
	}
	.modal {
		width: auto;
		padding: 64px 10px;
	}
	.modalInner {
		padding: 32px 15px;
	}
	.modalCloseButton {
		width: 91.3312693498452%;
		margin-top: 24px;
	}
}
