@charset "utf-8";
.top-summary-name * {
	box-sizing: border-box;
}
.top-summary-name {
	padding: 1em;
	background-color: #fff;
	border: 3px solid #CCC;
	margin-top: 40px;
}
@media screen and (min-width:700px) {
	.top-summary-name {
		padding: 2em;
	}
}
.top-summary-name__description {
	margin-bottom: 1em;
	line-height: 1.5em;
}
@media screen and (min-width:700px) {
	.top-summary-name__description {
		margin-bottom: 2em;
		line-height: 2em;
	}
}
@media screen and (min-width:700px) {
	.top-summary-name__contents {
		display: flex
	}
}
.top-fund-format {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: .625rem;
	border-radius: 4px
}
.top-fund-format:not(:last-child) {
	margin-bottom: 1rem
}
@media screen and (min-width:700px) {
	.top-fund-format:not(:last-child) {
		margin-right: 2rem;
		margin-bottom: 0
	}
}
.top-fund-format.short-term {
	background-color: #3AE
}
.top-fund-format.long-term {
	background-color: #3B8
}
.top-fund-format__title {
	font-size: 1.125rem;
	padding: .5rem 0 1rem;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	text-align: center
}
@media screen and (min-width:700px) {
	.top-fund-format__title {
		font-size: 1.375rem;
		padding: 1rem 0 1.5rem
	}
}
.top-fund-format__title .title-notes {
	font-size: .75rem
}
@media screen and (min-width:700px) {
	.top-fund-format__title .title-notes {
		font-size: .875rem
	}
}
.top-fund-format__subtitle {
	font-size: .875rem;
	padding: .5rem;
	margin-bottom: .5rem;
	font-weight: 600;
	text-align: center;
	background-color: #eee;
	border-radius: 2px
}
@media screen and (min-width:700px) {
	.top-fund-format__subtitle {
		font-size: 1.125rem;
		padding: .75rem;
		margin-bottom: .625rem
	}
}
.top-fund-format__contents {
	flex: 1 0 auto;
	padding: 1rem;
	background-color: #fff;
	border-radius: 2px
}
@media screen and (min-width:700px) {
	.top-fund-format__contents {
		padding: 1.5rem
	}
}
.top-fund-format__text {
	font-size: .875rem;
	line-height: 1.7
}
@media screen and (min-width:700px) {
	.top-fund-format__text {
		font-size: 1rem
	}
}
.top-fund-format__summary {
	font-size: .75rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: .5rem;
	margin-bottom: .5rem;
	font-weight: 600;
	border-bottom: 1px solid #e0e0e0
}
@media screen and (min-width:700px) {
	.top-fund-format__summary {
		height: 6.25rem;
		font-size: 1rem;
		margin-bottom: 1rem
	}
}
.short-term .top-fund-format__summary {
	color: #3AE
}
.long-term .top-fund-format__summary {
	color: #3B8
}
.top-fund-format__summary .summary-list {
	display: flex;
	align-items: flex-start;
	margin: 0 0 .5rem
}
.top-fund-format__summary .summary-list__term {
	flex: 0 0 auto
}
.top-fund-format__summary .summary-list__description {
	margin: 0
}
.top-fund-format__summary p {
	margin: 0;
	font-weight: 600
}
@media screen and (min-width:700px) {
	.top-fund-format__summary p {
		padding-bottom: .5rem
	}
}
.long-term .title-emphasis:before, .short-term .title-emphasis:before {
	position: absolute;
	top: -4px;
	left: 50%;
	display: block;
	width: 3px;
	height: 3px;
	margin-left: -2px;
	content: "";
	border-radius: 2px
}
@media screen and (min-width:700px) {
	.long-term .title-emphasis:before, .short-term .title-emphasis:before {
		top: -6px;
		width: 4px;
		height: 4px;
		margin-left: -3px
	}
}
.title-emphasis {
	position: relative
}
.short-term .title-emphasis {
	color: #3AE
}
.short-term .title-emphasis:before {
	background-color: #3AE
}
.long-term .title-emphasis {
	color: #3B8
}
.long-term .title-emphasis:before {
	background-color: #3B8
}