.section-title .section-title--main{
 font-size:2.60rem;
 font-family: 'Mochiy Pop One', sans-serif;
 padding-bottom:10px;
 margin-bottom:10px;
}

dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.score-container{
    display: flex;
    width:100%;
    position:relative;
}
dl dt {
    width: 50%;
    padding: 4.5em 1.0em;
    display: flex;
    justify-content:flex-start;
}

dl dd {
    width: 50%;
    padding: 4.5em 1.0em;
    display: flex;
    justify-content:flex-start;
    border-left: 15px solid rgba(95, 12, 125, 0.5);
}
.date{
    position: absolute;
    left: 9px;
    top: -9px;
    font-size:80px;
    font-weight: bold;
    font-family: "Arial Black", sans-serif;
    color:rgba(95, 12, 125, 0.3);
    z-index:100;
}

.score-container:nth-of-type(even) dt,
.score-container:nth-of-type(even) dd {
    background: linear-gradient(rgba(240, 230, 255), rgba(255, 255, 255, 0.5));
}

.result-list__content--team.my-team {
    justify-content: center;
    display: flex;
    align-items: center;
    width: 100%;
}
.result-list__content--score{
    z-index:101;
    margin:0 1.5rem;
}
.result-list__content--team .img {
    width: 70px;
    flex-shrink: 0;
 

}
.name{
    font-family: 'BIZ UDPGothic', sans-serif;
    font-size:20px;
    font-weight:bold;
    margin-right:20px;
}

.ri_name{
    font-family: 'BIZ UDPGothic', sans-serif;
    font-size:20px;
    font-weight:bold;
    margin-left:22px;
    margin-top:26px;
}

.ri-image-name{
    display:flex;
} 

.score{
    font-family: 'Bebas Neue', cursive;
    font-size: 4rem;
    line-height: 1;
    text-align: center;
}
.score-half--item{
    font-family: 'BIZ UDPGothic', sans-serif;
    font-size:20px;
    font-weight:bold;
    text-align: center
}

.victory {
    color: red; 
    width:112px;
}


.lose{
    color: #323232;
    width:112px;
} 