
.index-result {
    background: rgb(226, 245, 248);
    position: relative;
	z-index: 10;
    margin-top: 5%;
    padding: 1%;
}
.index-result_row {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap
}

.li-result {
    width: 30%;
    padding: 3% 1.5%;
}
/* .li-color1 {
    background: #e9f4ff;
}
.li-color2 {
    background: rgb(226 248 236 / 77%);
}
.li-color3 {
    background: #b9d5f4;
} */

.result-list {
    overflow: hidden;
    text-align: center;
    padding: 1%;
    width: 300px;
}
.dl-result {
    height: fit-content;
}
.dl-result-text-number {
    margin: 0 0.1em;
    font-size: 1.8rem;
    font-family: "Spartan","Helvetica Neue",Arial,sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
}
.title-balloon{
font-size: 1rem;
line-height: 1.5;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 200;
position: relative;
    display: inline-block;
    padding: 0.3em 1em;
    border-radius: 1000px;
    background-color: #2780c2;
    opacity: .78;
    color: #fff;
}
.dl-result-text {
    margin-top: 2em;
}
.dl-result-note {
    margin-top: .8em;
}

@media screen and (max-width:520px){
    .title-balloon{
        font-size: .8rem;
        }
        .dl-result-text-number {
            margin: 0 0.1em;
            font-size: 1.2rem;
            font-weight: 700;
        }
}