/*--------------------------------------------------------------------
    kensaku.asp
-------------------------------------------------------------------- */

.jirei-art {
    max-width: 684px;
    margin: 0 auto;
}
.jirei-sect {
    margin-bottom: 2rem;
}
.search-title::before {
    display: inline-block;
    content: "";
    vertical-align: middle;
    width: 35px;
    height: 40px;
    padding-right: 7px;
    background: url(../images/sekou-jirei/search-icon.png) no-repeat;
    background-size:  contain;
}
.search-title {
    color: #333;
    font-weight: bold;
    text-shadow: 2px 2px 2px #5e5e5e5f;
    font-size: 1.3em;
    line-height: 45px;
}
.search-txt {
    padding-left: 47px;
    color: #333;
    line-height: 1.7;
    font-weight: bold;
}
.jirei-map {
    position: relative;
    display: inline-block;
    width: 100%;
}
.jirei-map img {
    width: 100%;
    height: auto;
    display: block;
}
.jirei-map a {
    position:absolute;
    display: block;
}
.keyword-box {
    max-width: 568px;
    margin: 1rem auto 0 1rem;
}
.chihou-box {
    max-width: 639px;
    margin: 0 auto 0 0;
}



/*--------------------------------------------------------------------
    kekka.asp
-------------------------------------------------------------------- */
.kekka-table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 3rem;
    font-size: 11pt;
}
.kekka-table th,
.kekka-table td {
    border: 1px solid #666;
    padding: 0.5em;
}
.kekka-table th {
    background-color: #99CCFF;
}
.kekka-table th:first-child {
    width: 220px;
}
.kekka-table td img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
}


/*--------------------------------------------------------------------
    syousai.asp
-------------------------------------------------------------------- */
figure.syousai:last-of-type {
    margin-bottom: 3rem;
}

figure.syousai img {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: 1rem auto 5px;
}

figure.syousai figcaption {
    text-align: center;
}

.kekka-table.and-more {
    margin: 1.5rem 0;
}

.kekka-table.and-more th {
    width: 7rem;
}



@media screen and (max-width:768px) {
    /* kensaku.asp */
    .search-txt {
        font-size: 0.9em;
        padding-left: 40px;
    }


    /* kekka.asp */
    .kekka-table {
        display: block;
        width: 100%;
        overflow-x: scroll;
        font-size: 10pt;
    }
    .kekka-table th,
    .kekka-table td.nowrap {
        text-wrap: nowrap;
    }
    .kekka-table th:first-child {
        min-width: 180px;
    }
    .kekka-table td:nth-child(3) {
        min-width: 200px;
    }


    /* syousai.asp */
    .kekka-table.and-more th:first-child {
        min-width: 0;
        max-width: 6rem;
    } 
}