section .inr.started{
    z-index:1;
}

.report .report_ara{
    text-align:left;
    color:#444;
    font-family: 'Noto sans JP', sans-serif;
    font-size:15px;
}

.report .report_ara ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    margin:1em 0;
}

.report .report_ara ul li{
    width:calc(100% / 2 - 1em);
    margin:0 .5em;
    text-align:center;
}

.report .report_ara .writer{
    text-align:right;
    font-size:.8em;
}

.setlist{
    font-size:.9em;
    text-align:left;
    color:#777;
    width:640px;
    margin:0 auto;
    max-width:100%;
}

.setlist .setkind{
    padding:1em 0;
}

.setlist .setkind strong{
    background:#ab7ce7;
    color:#fff;
    padding:.2em .5em;
    display:inline-block;
    margin-bottom:.5em;
}

.setlist .setkind ol{
    margin:.5em 0;
}

.setlist .setkind ol li{
    display:flex;
    align-items: flex-start;
    margin-bottom: .2em;
    padding:.2em;
}
.setlist .setkind ol li:nth-child(odd) {
    background: #ffffff60;
}

.setlist .setkind ol li i{
    display:inline-block;
    min-width:3em;
}

.back{
    text-align: center;
    z-index: 1;
    position: relative;
    margin-top: 3em;
}

@media screen and (max-width:961px){
    .report .report_ara ul li{
        width:100%;
        margin:.5em 0;
    }
}