@charset "utf-8";

.action_page .broadcast:not(:last-of-type) {
    margin-bottom: 2em;
}

.action_page .broadcast .img_area {
    width: 320px;
    max-width: 100%;
}

.action_page .broadcast .txt_area {
    width: calc(100% - 320px - 3em);
}

.action_page .broadcast .txt_area p:last-of-type {
    margin-bottom: 0;
}

.halloween dl {
    padding: 2em 0;
    border-bottom: dotted 2px;
}

.halloween dt {
    text-align: center;
    font-size: 1.2em;
}

.halloween dt p {
    text-align: center;
    font-size: 14px;
}

@media (max-width:799px) {
    .action_page .broadcast .img_area {
        margin: 0 auto 1em;
    }

    .action_page .broadcast .txt_area {
        width: 100%;
    }
}

.contribution_page li.btn_more01 {
    margin: 0.5em;
}

.contribution_page li.btn_more01 a {
    padding: 1em 2em;
}

.contribution_page .event_wrap {
    margin: 2em auto;
}

.contribution_page .event_ttl {
    text-align: center;
    background: #37beb0;
    color: #fff;
    font-size: 1.25rem;
    padding: 0.3em;
    border-radius: 0.3em;
}

.contribution_page .event_subttl {
    margin: 2em auto 1em;
}

.contribution_page .img_list li {
    width: calc(33% - 20px);
    margin: 10px;
    text-align: center;
}

.contribution_page .img_list li img {
    border-radius: 1.5em;
}

.contribution_page table {
    margin-bottom: auto;
}

.contribution_page th,
.contribution_page td {
    border: #ccc 1px solid;
}

.contribution_page thead th {
    background: #2fa6ff;
}

.contribution_page tbody th {
    background: #d2ecff;
    color: #333;
}

.contribution_page #sec02 .flex table {
    width: calc(50% - 1em);
}

.contribution_page #sec02 .flex table td {
    text-align: center;
}

.contribution_page .txtLnk_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contribution_page .txtLnk_list li {
    border-bottom: dashed 1px #2584D6;
    padding: 1em 0 1em 1em;
    position: relative;
    width: 48%;
    display: flex;
    align-items: center;
}

.contribution_page .txtLnk_list li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: solid 0.3em transparent;
    border-left: solid 0.5em #2584D6;
}

.contribution_page .txtLnk_list a {
    color: inherit;
}

.contribution_page .txtLnk_list a[target="_blank"]::after {
    font-family: "FAsolid";
    font-weight: 900;
    content: "\f35d";
    display: inline-block;
    margin: 0 0 0 0.5em;
}


@media (max-width:799px) {
    .contribution_page .img_list li {
        width: calc(50% - 20px);
    }

    .contribution_page #sec02 .flex table {
        width: 100%;
    }

    .contribution_page .txtLnk_list {
        column-count: unset;
    }

    .contribution_page .txtLnk_list li {
        padding: 0.6em 0 0.6em 1em;
        width: 100%;
    }
}

@media (max-width:599px) {

    .contribution_page th,
    .contribution_page td {
        font-size: 87.5%;
        padding: 0.5em;
    }

    .contribution_page .event_ttl {
        font-size: 1rem;
    }
}

@media (max-width:399px) {
    .contribution_page .img_list li {
        width: 100%;
        margin: 0 auto 10px;
    }
}

.ukeire_2023 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 1em;
}

.ukeire_2023 li {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 0 0.5em;
    border-bottom: solid 1px #abcfe5;
}

.ukeire_2023 dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.ukeire_2023 dt {
    padding: 0 1em 0 0;

}



.ukeire_2023 dd {}

/*600px以上*/
@media screen and (min-width: 600px) {
    .ukeire_2023 li {
        width: calc(100% / 2 - 1em);
        justify-content: space-between;
        margin: 0 1em 0 0;
        display: flex;

    }
}

/*900px以上*/
@media screen and (min-width: 900px) {
    .ukeire_2023 li {
        width: calc(100% / 3 - 2em);
        margin: 0 2em 0 0;
    }

    .ukeire_2023 {
        margin: 3em auto;
        width: 95%;
    }
}

.img_list {
    padding: 0 0 2em;
}