@charset "utf-8";

/* まあれカップ2021 */

.main_visual {
    margin-bottom: 10px;
}

.photo_list1 {
    max-width: 1000px;
    margin: 0 auto 20px;
}

.photo_list1 li {
    width: calc((100% - 20px) / 3);
    margin-bottom: 10px;
}

.photo_list1 li:nth-of-type(3n+2) {
    margin: 0 10px 10px;
}

.photo_list2 {
    max-width: 1000px;
    margin: 30px auto;
}

.photo_list2 li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
}

.result_list {
    padding: 3em;
    margin: 30px auto;
}

.result_list:first-of-type {
    background: #b1e3ff;
}

.result_list:last-of-type {
    background: #fbf4a1;
}

.result_list dt {
    font-size: 1.75rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.2em;
}

.result_list:first-of-type dt {
    background: #52c1ff;
}

.result_list:last-of-type dt {
    background: #f7e61d;
}

.result_list dd {
    margin-top: 20px;
}

.result_list dd img {
    max-width: 100%;
    height: auto;
    border: solid 2px #999;
    display: block;
    margin: auto;
}

.frame {
    border: dashed 3px #ea7575;
    background: #fff3f3;
    width: 100%;
    max-width: 500px;
    margin: auto;
    padding: 20px;
    border-radius: 50px;
}

.frame p {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
}

@media (max-width: 799px) {
    .result_list dt {
        font-size: 1.5rem;
    }

    .frame p {
        font-size: 1.25rem;
    }
}

@media (max-width: 599px) {
    .photo_list1 {
        justify-content: space-between;
    }

    .photo_list1 li:nth-of-type(3n+2) {
        margin: 0 0 10px;
    }

    .photo_list1 li {
        width: calc(50% - 5px);
    }

    .photo_list2 li {
        width: 100%;
        text-align: center;
    }

    .result_list {
        padding: 1em;
    }
}

/*2022*/
.kekka2022 {}

.kekka2022 ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    /*background: #ceeaf7;*/
    margin: 3vw auto;
    padding: 3vw;
}

.kekka2022 li {
    margin: 0 0 2em;
}

.kekka2022 img {
    max-width: 100%;
    height: auto;
    border: solid 2px #999;
    display: block;
    margin: auto;
}