.fund47-point {
display: flex;
font-size: 1.8rem;
font-weight: bold;
min-height: 96px;
}
.fund47-pointround {
display: flex;
align-items: center;
justify-content: center;
margin-right: 20px;
width: 76px;
height: 76px;
border-radius: 100%;
text-align: center;
line-height: 1.5;
font-size: 2.0rem;
color: #fff;
font-size: 14px;
}
.fund47-point.-green {color: #067327;}
.fund47-pointround.-green {background-color: #067327;}
.fund47-point.-orange {color: #c63c00;}
.fund47-pointround.-orange {background-color: #c63c00;}
.fund47-point.-blue {color: #004f97;}
.fund47-pointround.-blue {background-color: #004f97;}
.fund47-pointname {display: block; min-height: 96px; font-size: 18px;}
.fund47-pointtext {width: calc(100% - 96px);}
.fund47-point.-tall {min-height: 160px;}

@media screen and (max-width: 767px) {
	.fund47-pointname {display: inline;}
}