@charset "utf-8";

.report {
    
}
.report h3 {
    font-weight: 500;
    font-size: 1.4em;
    line-height: 1.5;
    margin-bottom: 2em;
}
.report ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.report ul li {
    width: 47%;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 3em;
}
.report ul li img {
    max-width: 100%;
    max-height: 498px;
}
.report ul li p {
    margin-top: 0.5em;
}

@media screen and (max-width: 1024px) {

.report ul li img {
    max-height: 40.4vw;
}
}

@media screen and (max-width: 599px) {

.report h3 {
    margin-bottom: 1em;
}
.report ul {
    margin-bottom: -2em;
}
.report ul li {
    width: 100%;
    margin-bottom: 2em;
}
.report ul li img {
    max-height: 86vw;
}

}

