/* pointcircle */
.point__circle {
    margin-right: 15px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1;
    justify-content: center;
}
.point__circle--momo{
    background:#f7acb4;
}
.point__circle--lightblue {
    background:#5888C6;
}
.point__circle--brown{
	background:#B06D3E;
}




