@charset "UTF-8";

#contents {
	width: 100%;
	margin: 50px auto 40px;
}

.searchContentes {
	padding: 10px 2% 10px;
}

@media print, screen and (min-width: 768px) {
    #contents {
        width: 960px;
    }
    .searchContentes {
        padding: 0;
    }
}

/* QAVisionコンテンツ　フォント一括指定 */
.searchContentes .qvWrapper {
    margin-top: 50px;
    padding: 0;
    font-family: Arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

/* 検索フォーム */
.searchContentes .qvWrapper form {
    width: 94.6667%;
    margin: 0 auto;
}
.searchContentes .qvWrapper .query,
.searchContentes .qvWrapper .searchButton {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: transparent;
}
.searchContentes .qvWrapper .query {
    font-size: 1.6rem;
    padding: 13px 15px;
    width: 74.0845%;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 6px 0 0 6px;
}
.searchContentes .qvWrapper .searchButton {
    font-size: 2.0rem;
    font-weight: 700;
    border-radius: 0 6px 6px 0;
    background: #0064B1;
    width: 25.9155%;
    height: 52px;
}
.searchContentes .qvWrapper .searchButton:hover {
    opacity: 0.7;
}
.searchContentes .qvWrapper .searchButton::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f002";
    margin-right: 5px;
}
@media print, screen and (min-width: 768px) {
    .searchContentes .qvWrapper form {
        width: 722px;
    }
    .searchContentes .qvWrapper .query {
        font-size: 1.6rem;
        padding: 13px 15px;
        width: 83.25%;
        background-color: #fff;
        border: 1px solid #cdcdcd;
        border-radius: 6px 0 0 6px;
    }
    .searchContentes .qvWrapper .searchButton {
        font-size: 2.0rem;
        font-weight: 700;
        border-radius: 0 6px 6px 0;
        background: #0064B1;
        width: 16.75%;
        height: 52px;
    }

}

/* サジェスト */
.searchContentes .qvWrapper .qvSuggestorBox {
    width: 86% !important;
}
.searchContentes .qvWrapper .qvSuggestorBox ol li {
    font-size: 1.6rem !important;
}

/* 検索結果　コンテンツ */
.searchContentes .qvWrapper .qvResultBox {
    padding: 0 0 40px 0;
}
@media print, screen and (min-width: 768px) {
    .searchContentes .qvWrapper .qvResultBox {
        padding: 60px 0;
    }
}

/* 検索結果　リスト表示エリア */
.searchContentes .qvWrapper .resultArea {
    width: 100%;
    padding: 0;
}

/* 検索結果　件数表示 */
.searchContentes .qvWrapper .qvOptions {
    font-size: 1.6rem;
    margin-bottom: 0;
}

/* 検索結果　リスト */
.searchContentes .qvWrapper .resultList ol li {
    position: relative;
    border-bottom: solid 1px #ddd;
    margin: 0;
    padding: 25px 38px 25px 10px;
    transition: all .3s;
    cursor: pointer;
}
.searchContentes .qvWrapper .resultList ol li:hover {
    background-color: #EFF0F2;
}
.searchContentes .qvWrapper .resultList ol li::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    font-weight: 900;
    content: "\f054";
    color: #0062B1;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

/* 検索結果　タイトル */
.searchContentes .qvWrapper .resultList .title {
    font-size: 2.0rem;
}
.searchContentes .qvWrapper .resultList .title a {
    color: #333;
}
.searchContentes .qvWrapper .resultList .ellipsis {
    white-space: normal;
}

/* 検索結果　本文 */
.searchContentes .qvWrapper .resultList .description,
.searchContentes .qvWrapper .resultList .site {
    font-size: 1.6rem;
}
.searchContentes .qvWrapper .resultList small {
    font-size: 100%;
}

/* 検索結果　検索ワード強調色 */
.searchContentes .qvWrapper strong {
    background-color: #ffea00;
}

/* ページネーション */
.searchContentes .qvWrapper .pagination {
    font-size: 1.6rem;
    margin: 4rem 0 0;
}
.searchContentes .qvWrapper .pagination > li > a,
.searchContentes .qvWrapper .pagination > li > span {
    padding: 1.25rem 1.5rem;
}
