html {
	font-size: 62.5%
}

body {
	font-size: 1.6rem;
	line-height: 1;
	color: #000;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif
}

.cf:after {
	content: "";
	display: table;
	clear: both
}

a:hover {
	opacity: .6
}

.font0,
ul {
	font-size: 0
}

.normal {
	font-weight: 400
}

.bold {
	font-weight: 700
}

.text-right {
	text-align: right
}

.high {
	color: red
}

.low {
	color: #00f
}

.content {
	margin-bottom: 25px
}

.content .content-title {
	font-size: 1.6rem;
	font-weight: 700;
	border-bottom: 2px solid transparent;
	padding-bottom: 18px;
	margin-bottom: 12px;
	position: relative
}

.content .content-title .sub-text {
	position: absolute;
	right: 0;
	font-size: 1.4rem;
	font-weight: 400
}

.content .content-description {
	font-size: 1.4rem;
	line-height: 1.75;
	margin-bottom: 20px
}

.fund-operation-policy.content .content-description p {
	text-indent: -2em;
	padding-left: 2em;
	line-height: inherit
}

#headermessage {
  margin-bottom: 20px;
}

#footermessage {
  margin-top: 20px;
}

.modal {
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10
}

.modal-bg {
	position: absolute;
	width: 100%;
	height: 100vh;
	background: #000;
	opacity: .4;
	z-index: 11
}

.modal-content-box {
	width: 60%;
	max-height: 85%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	overflow-y: auto;
	z-index: 12
}

.modal-content-box>.inner {
	min-width: 1200px;
	overflow-x: auto
}

.modal-content-box .modal-title {
	padding: 14px 56px 14px 41px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.75;
	border-bottom: solid 2px #dedede
}

.modal-content-box .modal-content {
	padding: 21px 41px;
	font-size: 1.4rem
}

.modal-content-box .modal-content .modal-description {
	margin-bottom: 21px
}

.modal-content-box .modal-close {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 16px;
	right: 16px;
	background: #fff;
	z-index: 13
}

.modal-content-box .modal-close::before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 2px;
	border-top: solid 2px #000;
	transform: translateX(-4px) translateY(11px) rotate(-45deg);
	z-index: 13;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto
}

.modal-content-box .modal-close::after {
	content: "";
	display: inline-block;
	width: 32px;
	height: 2px;
	border-top: solid 2px #000;
	transform: translateX(-4px) translateY(11px) rotate(45deg);
	z-index: 13;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto
}

.accordion-box .title {
	position: relative;
	padding: 0 58px 0 20px;
	background: #ededed;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 50px;
	cursor: pointer
}

.accordion-box .title::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: solid 2px transparent;
	border-right: solid 2px transparent;
	transform: rotate(135deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 36px;
	margin: auto
}

.accordion-box .title.open::after {
	top: 0;
	bottom: 0;
	transform: rotate(-45deg)
}

.accordion-box .open-content {
	display: none
}

.definition-table {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
	line-height: 1.5;
	border: solid 1px #dedede
}

.definition-table dt {
	position: relative;
	width: 148px;
	padding: 11px 15px;
	background: #ededed;
	border-right: solid 1px #dedede;
	border-bottom: solid 1px #dedede
}

.definition-table dd {
	width: calc(100% - 148px);
	padding: 11px 15px;
	border-bottom: solid 1px #dedede
}

.definition-table dd:last-child {
	border-bottom: none
}

.data-table.fund-data .definition-help img,
.definition-table .definition-help img {
	width: 24px
}

.data-table {
	width: 100%;
	font-size: 1.4rem;
	font-weight: 400;
	border: solid 1px #dedede;
	border-collapse: collapse
}

.data-table td,
.data-table th {
	height: 44px;
	border: solid 1px #dedede
}

.data-table th {
	position: relative;
	width: 20%;
	padding: 0 .5em;
	text-align: center;
	background: #ededed
}

.data-table td {
	padding: 0 16px;
	text-align: right
}

.data-table .definition-help {
	position: relative;
	top: 0;
	right: 0;
	margin-left: 10px;
	vertical-align: middle
}

.definition-help {
	position: absolute;
	top: 11px;
	right: 15px
}

.definition-help:hover {
	opacity: 1
}

.definition-help:hover img {
	opacity: .7
}

.definition-help:hover .balloon {
	display: block
}

.balloon {
	display: none;
	width: 200px;
	padding: .5em;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	background: #fff;
	border: solid 2px #dedede;
	border-radius: 15px;
	position: absolute;
	top: 50%;
	left: calc(100% + 12px);
	transform: translateY(-50%);
	z-index: 1
}

.balloon::before {
	border: solid 8px #dedede;
	left: -15px
}

.balloon::after {
	border: solid 8px #fff;
	left: -13px
}

.balloon::after,
.balloon::before {
	content: "";
	display: block;
	border-top-color: transparent;
	border-right-color: transparent;
	position: absolute;
	top: 50%;
	transform: rotate(45deg) translateY(-50%)
}

.tag-list {
	margin-bottom: -4px;
	display: flex;
	flex-wrap: wrap
}

.tag-list.vertical {
	display: inline-flex;
	flex-direction: column;
	align-items: stretch;
	margin-bottom: 10px
}

.tag-list>li {
	min-width: 140px;
	font-size: 1.4rem;
	line-height: 1.3;
	border: solid 1px #ccc;
	text-align: center;
	box-sizing: border-box;
	padding: 5px 1em;
	margin-bottom: 4px
}

.tag-list.small>li {
	min-width: 130px;
	font-size: 1.2rem;
	line-height: 12px
}

.tag-list.vertical>li {
	min-width: auto;
	max-width: 100%
}

.tag-list:not(.vertical)>li:not(:last-child) {
	margin-right: 4px
}

.tab {
	display: flex;
	border-bottom: solid 2px transparent
}

.tab li {
	flex: 1;
	font-size: 1.8rem;
	line-height: 48px;
	text-align: center;
	background: linear-gradient(to top, #e5e5e5, #f0f0f0)
}

.tab li:not(:last-child) {
	border-right: solid 1px #fff
}

.tab li a:hover,
.tab li.active a {
	color: #fff;
	font-weight: 700;
	opacity: 1
}

.tab li a {
	display: block
}

.tab li.active a {
	cursor: default
}

.tab-content {
	padding-top: 22px
}

.belt-list {
	display: flex;
	margin-bottom: 20px;
	flex-wrap: wrap
}

.belt-list li {
	font-size: 1.4rem;
	line-height: 50px;
	color: #fff;
	text-align: center;
	min-width: 90px
}

.belt-list li.active {
	font-weight: 700;
	text-decoration: underline
}

.belt-list li a {
	display: block;
	color: inherit;
	padding: 0 10px
}

.swich {
	display: flex;
	margin-bottom: 20px
}

.swich li {
	flex-basis: 140px;
	font-size: 1.4rem;
	line-height: 38px;
	text-align: center
}

.swich li:first-child,
.swich li:first-child a {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px
}

.swich li:last-child,
.swich li:last-child a {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px
}

.swich li a {
	display: block;
	background: linear-gradient(to top, #f2f2f2, #fff);
	border: solid 1px #dedede
}

.swich li:not(:last-child) a {
	border-right: none
}

.swich li.active a,
.swich li:hover a {
	color: #fff;
	opacity: 1
}

.swich li.active a {
	cursor: default
}

.note {
	font-size: 1.4rem;
	line-height: 1.75;
	counter-reset: number 0
}

.note li::before {
	content: "※";
	display: inline
}

.note.number li::before {
	counter-increment: number 1;
	content: "※" counter(number) "."
}

.btn-list {
	display: flex;
	justify-content: space-around;
	width: 100%;
	margin-bottom: 40px
}

.btn-list li:not(:last-child) {
	margin-right: 10px
}

.btn-list .btn {
	padding: 0 .5em;
	font-size: 1.5rem
}

.btn {
	display: block;
	border-radius: 25px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 50px;
	text-align: center
}

.btn.gray-btn {
	width: 200px;
	background: linear-gradient(to top, #f2f2f2, #fff);
	border: solid 1px #dedede;
	border-radius: 20px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 40px;
	color: #000
}

.btn.icon-btn {
	position: relative;
	padding-left: 2.7em
}

.btn.icon-btn::before {
	content: "";
	display: inline-block;
	background: url(../img/icon-help.png) no-repeat center left/contain;
	width: 24px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 22px;
	margin: auto
}

.btn.only-icon {
	height: 40px
}

.btn.only-icon::before {
	left: 0;
	right: 0
}

.link-icon {
	position: relative;
	padding-left: 2.2em
}

.link-icon::before {
	content: "";
	display: inline-block;
	background: url(../img/icon-help.png) no-repeat center left/contain;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto
}

.link-icon.arrow::before {
	background: inherit;
	width: 6px;
	height: 6px;
	border-top: solid 2px transparent;
	border-right: solid 2px transparent;
	transform: rotate(45deg)
}

.link-icon.arrow.circle::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 1
}

.link-icon.arrow.circle::before {
	border-top-color: #fff;
	border-right-color: #fff;
	left: 6px;
	z-index: 2
}

.new-mark::before {
	content: "NEW";
	display: inline-block;
	margin-right: 1em;
	font-size: 1.2rem;
	font-weight: 700;
	color: red
}

.new-mark.only::before {
	margin-right: 0
}

.check label {
	position: relative;
	display: inline-block;
	font-size: 0;
	cursor: pointer
}

.check label::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	border: 1px solid #c5c5c5;
	border-radius: 4px;
	background: #fff
}

.check input:checked+label::before {
	border: none
}

.check input:checked+label::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 8px;
	height: 14px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	top: -4px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.check input:disabled+label::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	border: 1px solid #c5c5c5;
	border-radius: 4px;
	background: #c5c5c5
}

.check.check-btn label {
	position: relative;
	display: inline-block;
	font-size: 0;
	cursor: pointer
}

.check.check-btn label::before {
	content: "";
	display: none
}

.check.check-btn input:checked+label::before {
	border: none
}

.check.check-btn input:checked+label::after {
	content: '';
	display: none
}

.check.check-btn input:disabled+label::before {
	content: "";
	display: none
}

.select-term-wrap {
	position: relative
}

.select-wrap {
	display: inline-block;
	position: relative;
	margin-bottom: 10px
}

.select-wrap .title {
	display: inline-block;
	font-size: 1.4rem;
	margin-right: 20px
}

.select-wrap::after {
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 2px transparent;
	border-right: solid 2px transparent;
	transform: rotate(135deg);
	position: absolute;
	top: -4px;
	bottom: 0;
	right: 10px;
	margin: auto
}

.select-wrap select {
	padding: 0 30px 0 12px;
	background: linear-gradient(to top, #f2f2f2, #fff);
	border: solid 1px #dedede;
	border-radius: 4px;
	font-size: 1.4rem;
	line-height: 38px
}

.select-wrap select::-ms-expand {
	display: none
}

.term-from-to {
	float: right;
	line-height: 40px
}

.tradingmethod-list li {
	display: block;
	font-size: 1.6rem
}

.tradingmethod-list li:not(:last-child) {
	margin-bottom: 10px
}

.tradingmethod-list li img {
	vertical-align: middle;
	width: 30px;
	margin-right: 5px
}

.goto-sp-img-box {
	width: 100%;
	text-align: center
}

.goto-sp-img-box img {
	width: 100vw
}

header .header-content-top {
	padding: 15px 0
}

header .header-content-bottom .header-bottom-wrap,
header .header-content-top .header-top-wrap {
	display: flex;
	flex-flow: nowrap;
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	margin: auto
}

header .header-content-top .header-info .finance-number {
	font-size: 1.2rem;
	color: #666
}

header .header-content-top .header-info .link-box {
	margin-top: 6px;
	text-align: right
}

header .header-content-top .header-logo {
	display: inline-block;
	background: url(../img/banklogo-1.png) no-repeat center left/contain;
	width: 290px;
	height: 70px;
}

header .header-content-top .link-box .link-icon {
	margin-right: 26px;
	font-size: 1.4rem;
	vertical-align: middle
}

header .header-content-top .link-box .logo-wam {
	vertical-align: middle
}

header .header-content-bottom .header-bottom-wrap {
	line-height: 48px;
	color: #fff
}

header .header-content-bottom .page-title {
	font-size: 1.8rem;
	font-weight: 700;
	margin-right: auto
}

header .header-content-bottom .base-data {
	font-size: 1.2rem
}

header .menu-btn {
	width: 40px;
	height: 40px;
	margin-right: 20px;
	background-color: rgba(0, 0, 0, .6);
	border-radius: 5px;
	position: relative
}

header .menu-icon {
	width: 20px;
	height: 14px;
	transition: all .4s;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

header .menu-btn .menu-icon span {
	display: inline-block;
	transition: all .4s
}

.menu-icon span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 4px
}

.menu-icon span:nth-of-type(1) {
	top: 0
}

.menu-icon span:nth-of-type(2) {
	top: 0;
	bottom: 0;
	margin: auto
}

.menu-icon span:nth-of-type(3) {
	bottom: 0
}

.menu-btn.close .menu-icon span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg)
}

.menu-btn.close .menu-icon span:nth-of-type(2) {
	opacity: 0
}

.menu-btn.close .menu-icon span:nth-of-type(3) {
	-webkit-transform: translateY(-7px) rotate(45deg);
	transform: translateY(-5px) rotate(45deg)
}

.menu {
	display: block;
	width: 240px;
	height: 100%;
	position: fixed;
	top: 0;
	left: -240px;
	background: #fff;
	box-shadow: 0 1px 5px rgba(33, 33, 33, .4);
	overflow: auto;
	z-index: 99;
	transition: .2s;
	color: #000
}

.menu.open {
	left: 0
}

.menu .menu-btn.close {
	margin-right: 0;
	position: absolute;
	top: 19px;
	right: 20px
}

.menu .menu-title {
	padding: 0 80px 0 20px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 78px;
	color: #fff
}

.menu .open-content li .link-icon {
	display: block;
	font-size: 1.4rem;
	padding: 0 55px 0 40px;
	line-height: 50px
}

.menu .old-link .link-icon {
	display: block
}

.menu .link-icon.arrow.circle::before {
	left: unset;
	right: 38px
}

.menu .link-icon.arrow.circle::after {
	left: unset;
	right: 30px
}

#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	z-index: 98
}

footer {
	padding: 44px 0;
	background-color: #ededed;
	position: relative
}

footer .footer-content-wrap {
	width: 1200px;
	margin: 0 auto
}

footer .finance-note {
	font-size: 1.4rem;
	line-height: 1.75
}

footer .bottom-info {
	display: flex;
	justify-content: space-between;
	margin-top: 25px
}

footer .bottom-info .link-icon.arrow {
	font-size: 1.4rem;
	padding-left: 25px
}

footer .bottom-info .link-icon.arrow::before {
	width: 8px;
	height: 8px;
	left: 0
}

footer .bottom-info .copyright {
	font-size: 1rem;
	color: #666
}

#scroll-top {
	width: 50px;
	height: 50px;
	background-color: #fff;
	border: solid 2px transparent;
	border-radius: 50%;
	position: fixed;
	bottom: 40px;
	right: 40px;
	margin: auto;
	cursor: pointer
}

#scroll-top::after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-top: solid 4px transparent;
	border-right: solid 4px transparent;
	transform: rotate(-45deg);
	position: absolute;
	top: 5px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

#wrapper {
	min-width: 1260px
}

#contens {
	display: flex;
	flex-flow: nowrap;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0 52px
}

#main-column {
	flex: 1
}

.pagenation.sub {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px
}

.sub-content.sub-recent-fund .recent-fund-list+.pagenation.sub {
	margin-top: 20px;
	margin-bottom: 0
}

.pagenation.sub li.current {
	color: #000;
	background: 0 0;
	border: none
}

.pagenation.sub li.next,
.pagenation.sub li.prev {
	flex-basis: 40px;
	height: 40px
}

.pagenation.sub li.next a,
.pagenation.sub li.prev a {
	height: 100%
}

.pagenation.sub li.next::before,
.pagenation.sub li.prev::before {
	left: 0;
	right: 0
}

#fund-list-wrap .fund-list {
	margin-bottom: 44px
}

.top-operation {
	margin-bottom: 42px
}

.top-operation .option-top {
	display: none
}

.top-operation .option-bottom {
	display: none
}

.bottom-operation {
	margin-bottom: 45px
}

.pagenation-wrap {
	display: flex;
	margin-bottom: 10px
}

.pagenation-wrap .fund-count {
	display: inline-block;
	margin-right: 72px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 40px
}

.pagenation-wrap .display-count {
	margin-left: 2em;
	font-size: 1.4rem;
	font-weight: 400
}

.pagenation li {
	display: inline-block;
	width: 40px;
	font-size: 1.4rem;
	line-height: 40px;
	text-align: center;
	background: linear-gradient(to top, #f2f2f2, #fff);
	border: solid 1px #dedede;
	border-radius: 4px
}

.pagenation li:not(:last-child) {
	margin-right: 10px
}

.pagenation li.current {
	color: #fff
}

.pagenation li.next,
.pagenation li.prev {
	position: relative;
	width: 80px
}

.pagenation li.next.disable,
.pagenation li.prev.disable {
	opacity: .4
}

.pagenation li.next::before,
.pagenation li.prev::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: solid 2px transparent;
	border-right: solid 2px transparent;
	transform: rotate(-135deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 8px;
	margin: auto
}

.pagenation li.next::before {
	transform: rotate(45deg);
	left: inherit;
	right: 8px
}

.pagenation li a {
	display: block
}

.fund-option-btn {
	display: flex;
	justify-content: space-between
}

.fund-option-btn .btn {
	width: unset;
	flex-basis: 240px
}

.fund-option-btn .fund-favourite-swich {
	margin-left: auto
}

.fund-option-btn .fund-favourite-swich .link-icon {
	display: inline-block;
	font-size: 1.4rem;
	margin-right: 17px
}

.fund-option-btn .fund-favourite-swich .swich {
	display: inline-flex;
	width: 116px;
	margin-bottom: 0
}

.fund-table {
	width: 100%;
	text-align: center;
	border-collapse: collapse
}

.fund-table th {
	background: #ededed;
	border: solid 1px #dedede;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.2;
	white-space: nowrap
}

.fund-table th.comparison {
	width: 40px
}

.fund-table th.option-btn {
	width: 108px
}

.fund-table th.fund-name {
	height: 44px
}

.fund-table th.head-sub {
	height: 24px
}

.fund-table .head-sub-items th {
	width: 64px;
	height: 40px
}

.fund-table .sort {
	display: inline-block;
	position: relative;
	padding-right: 20px
}

.fund-table .sort-icon {
	display: inline-block;
	width: 12px;
	height: 24px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(100% - 15px);
	margin: auto
}

.fund-table .sort-icon .order-asc,
.fund-table .sort-icon .order-desc {
	position: relative;
	display: block;
	width: 12px;
	height: 12px
}

.fund-table .sort-icon .order-asc::before,
.fund-table .sort-icon .order-desc::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: solid 2px #c5c5c5;
	border-right: solid 2px #c5c5c5;
	transform: rotate(-45deg);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.fund-table .sort-icon .order-asc::before {
	transform: rotate(135deg);
	top: 0;
	bottom: unset
}

.fund-table .sort-icon .order-asc.active::before,
.fund-table .sort-icon .order-desc.active::before {
	border-color: #000
}

.fund-table .sort-icon .order-desc.active:hover {
	opacity: 1
}

.fund-table td {
	border: solid 1px #dedede;
	font-size: 1.4rem;
	line-height: 1.2;
	white-space: nowrap
}

.fund-table .fund-info {
	padding: 10px;
	white-space: normal
}

.fund-table .fund-info .info-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 6px;
	align-items: flex-start
}

.fund-table .info-wrap .link-icon {
	line-height: 24px;
	white-space: nowrap
}

.fund-table .fund-info .fund-name {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: left
}

.fund-table .fund-info .fund-name .link-icon::before {
	top: 7px;
	bottom: unset
}

.fund-table .fund-info .fund-name .link-icon::after {
	bottom: unset
}

.fund-table .fund-data td {
	height: 110px;
	padding: 0 12px
}

.fund-table .fund-data .link-icon {
	display: block;
	margin-top: 12px;
	font-size: 1.2rem
}

.fund-table .link-chart img {
	box-shadow: 0 0 10px #00000033
}

.fund-table .link-chart .link-icon {
	padding-left: 11px
}

.fund-table .reserve-investment img {
	width: 30px
}

.fund-table .fund-data .btn {
	width: 78px;
	line-height: 40px;
	font-size: 1.4rem;
	margin: 0 auto
}

.fund-table .fund-data .btn.only-icon {
	height: 40px
}

.fund-table .fund-data .btn:not(:last-child) {
	margin-bottom: 10px
}

.fund-table tr.fee-table-head th {
	height: 64px
}

.fund-table .fund-data .application-fee li {
	font-size: 1.4rem;
	text-align: left
}

.fund-table .fund-data .application-fee li:not(:last-child) {
	margin-bottom: 15px
}

.fund-table .fund-data .application-fee li img {
	margin-right: .5em;
	vertical-align: middle;
	width: 20px
}

.fund-table .fund-data .tradingmethod-list li {
	font-size: 1.4rem
}

.fund-table .fund-data .tradingmethod-list li img {
	width: 20px
}

.fund-table .fund-data .reserve-investment li img {
	width: 30px
}

.fund-table .th-mmf {
	height: 64px
}

.fund-table .fund-data .fund-report li {
	display: inline-block;
	vertical-align: top;
	font-size: 1.4rem
}

.fund-table .fund-data .fund-report li img {
	width: 25px
}

.fund-table .fund-data .fund-report li:not(:last-child) {
	margin-right: 10px
}

.fund-table .fund-data .fund-report li :not(:last-child) {
	margin-bottom: 5px
}

.fund-table .fund-data .fund-report.document img {
	margin-bottom: 5px;
	width: 30px
}

.fund-table .fund-data .report .new-mark {
	display: block
}

.fund-table .new-mark::before {
	margin-right: 0
}