.block1 {
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 190px;
}
.block1 .head-block > img {
    display: block;
    max-width: 440px;
    margin: 0px auto 30px;
}
.search-btn {
    background: #f15a24;
}
.block1 .head-block {
    margin-bottom: 70px;
}
.org_list .item {
    display: flex;
    column-gap: 60px;
    margin-bottom: 35px;
}
.org_list .item > img {
    width: 31%;
    min-width: 300px;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.item .content {
    width: 100%;
}
.item .cat {
    display: flex;
    column-gap: 20px;
    font-size: 20px;
    padding: 0 10px;
    letter-spacing: 2px;
}
.item .cat .type_l,
.item .cat > div span {
    display: inline-flex;
    justify-content: center;
    padding: 10px 0;
}
.item .cat .type_l {
    background: #f15a24;
    color: white;
    width: 134px;
    border-radius: 10px 10px 0 0;
}
.item .cat .type_s {
    display: inline-flex;
    column-gap: 10px;
}
.item .tle {
    color: #f15a24;
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 28px;
    padding: 10px;
    border-top: 3px solid black;
    border-bottom: 3px solid black;
}
.item .tle::after {
    display: inline-block;
    content: "";
    width: 45px;
    aspect-ratio: 1/1;
    background-image: url(../img/org_arrow_icon.png);
    background-size: contain;
}
.item .detail .row {
    display: flex;
    line-height: 29px;
    letter-spacing: 1px;
    font-size: 18px;
    padding: 15px 0;
    border-bottom: 1.5px solid #b3b3b3;
}
.item .detail .row .head {
    min-width: 160px;
}
.item .detail .row:nth-child(2) .text {
    color: #0071bc;
}
.month-select,
.event_date {
    display: none;
}
@media screen and (max-width: 1200px) {
    .org_list .item {
        column-gap: 30px;
    }
    .item .cat .type_l {
        width: 120px;
    }
    .item .cat {
        column-gap: 15px;
        font-size: 18px;
    }
    .item .tle {
        font-size: 24px;
        padding: 5px;
    }
    .item .tle::after {
        width: 35px;
    }
    .item .detail .row {
        line-height: 24px;
        font-size: 16px;
        padding: 10px 0;
    }
}
@media screen and (max-width: 1000px) {
    .block1 .head-block > img {
        max-width: 380px;
        margin: 0 auto 20px;
    }
}
@media screen and (max-width: 800px) {
    .block1 .head-block > img {
        max-width: 300px;
        margin: 0px auto 15px;
    }
    .org_list .item {
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .org_list .item > img {
        width: 50%;
    }
    .org_list .item {
        justify-content: center;
    }
    .item .detail .row .head {
        min-width: 100px;
        font-size: 14px;
        line-height: 20px;
    }
    .item .tle {
        font-size: 22px;
    }
}
