.main_bg {
    background-image: none;
    background-color: white;
}

.page_head .head_block::before {
    background-color: transparent;
    background-image: url(../img/page_head_bg.png);
    background-size: cover;
    background-position: top left;
    box-shadow: none;
}

.search_block {
    width: 90%;
    margin: 55px auto 0;
    max-width: 1300px;
}

.search_block .text_search {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.search_block .text_search input {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    padding: 0 60px 0 25px;
    background-color: #eee;
    border: solid 1.5px #007260;
}

.search_block .text_search input::placeholder {
    font-weight: 700;
    color: #929292;
}

.search_block .text_search button {
    width: 22px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
}

.result_wrap {
    max-width: 1300px;
    width: 90%;
    margin: 70px auto 0;
}

.result_wrap .result_text p {
    font-size: 35px;
    line-height: 40px;
}

.result_wrap .result_text p span {
    font-size: 18px;
    line-height: 1;
    color: #969696;
    display: inline-block;
    margin-left: 5px;
}

.result_wrap .result_total {
    margin-top: 30px;
    font-size: 25px;
    line-height: 30px;
}

.result_wrap .result_total span {
    font-size: 18px;
    display: inline-block;
    margin-left: 5px;
}

.result_wrap .line {
    width: 100%;
    height: 2px;
    background-color: #007260;
    /* background-color: #d9d9d9; */
    position: relative;
    margin-top: 30px;
}

.result_wrap .line::before {
    content: "";
    width: 188px;
    height: 2px;
    background-color: #007260;
    position: absolute;
    top: 0;
    left: 0;
}

.result_wrap .result_list {
    width: 100%;
}

.result_wrap .result_list a {
    width: 100%;
    padding: 35px 0;
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.result_wrap .result_list a + a {
    border-top: solid 2px #d9d9d9;
}

.result_wrap .result_list a .img_block {
    width: 230px;
    min-width: 230px;
    height: 130px;
    background-color: #969696;
}

.result_wrap .result_list a .img_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.result_wrap .result_list a .text_block {
    width: 100%;
    padding-top: 15px;
}

.result_wrap .result_list a .text_block .ttl {
    font-size: 22px;
    line-height: 30px;
    color: #007260;
}

.result_wrap .result_list a .text_block .content_text {
    font-size: 16px;
    line-height: 35px;
    margin-top: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.result_wrap .result_list a .text_block .place {
    font-size: 16px;
    line-height: 35px;
    color: #007260;
}

.notice {
    margin-top: 15px;
    font-size: 16px;
}

@media screen and (max-width: 1000px) {
    .result_wrap .result_text p {
        font-size: 26px;
        line-height: 30px;
    }

    .result_wrap .result_total {
        font-size: 22px;
        line-height: 26px;
    }

    .result_wrap .result_list a {
        gap: 35px;
    }

    .result_wrap .result_list a .text_block .ttl {
        font-size: 20px;
    }
}

@media screen and (max-width: 700px) {
    .search_block {
        margin-top: 25px;
    }

    .search_block .text_search input {
        background-color: #f1f5ff;
        padding: 0 25px 0 47px;
    }

    .search_block .text_search button {
        right: auto;
        left: 15px;
        width: 23px;
        height: 22px;
        background-image: url(../img/btn_search2.svg);
        background-size: 100% 100%;
    }

    .search_block .text_search button img {
        display: none;
    }

    .result_wrap .result_text p {
        font-size: 22px;
        line-height: 26px;
    }

    .result_wrap .result_text p span {
        font-size: 15px;
    }

    .result_wrap .result_total {
        font-size: 18px;
        line-height: 22px;
    }

    .result_wrap .result_total span {
        font-size: 14px;
    }

    .result_wrap .line::before {
        width: 160px;
    }

    .result_wrap .result_list a {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        padding: 20px 0;
    }

    .result_wrap .result_list a .text_block {
        padding-top: 0;
    }

    .result_wrap .result_list a .text_block .ttl {
        font-size: 18px;
        line-height: 26px;
    }

    .result_wrap .result_list a .text_block .content_text,
    .result_wrap .result_list a .text_block .place {
        font-size: 14px;
        line-height: 28px;
    }
}
