.tip {
    background-color: #CCC;
    display: none; /*-- 基本は非表示 --*/
    padding: 5px;
    position: absolute;
    z-index: 999;
    /*width: 400px;*/
    background-color: #fff;
    border: 2px #5b7e8e solid;
}

.imgpop {
    border: 1px solid #bebebe;
}

.more {
    color: #1353A0 !important;
    cursor: pointer;
    cursor: hand;
}

.no_search_text {
    font-size: 0.8em;
    color: #1353A0;
    line-height: 1.834em;
    margin-bottom: 1.5em;
}

.search_container input[type="image"] {
    margin-left: -5px;
}

@media screen and (min-width: 768px) {
    .search-result_info {
        margin-top: -22px;
    }

    .search-result_text {
        min-width: 718px;
    }
}

@media screen and (max-width: 767px) {
    .search_container {
        height: unset;
    }

    .search_container input[type="text"] {
        width: 80% !important;
    }

    .search-result_info {
        margin-top: -122px;
    }
}

@media screen and (min-width: 768px) {
    .search-result_title a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

}

@media screen and (max-width: 767px) {
    .search-result_title p {
        white-space: unset;
    }

}

.tip img {
    width: 400px;
    height: 250px;
}

@media screen and (max-width: 767px) {
    .tip img {
        max-width: 200px !important;
        width: 200px;
        height: 125px;
    }
}