@charset "utf-8";
/* CSS Document */

.left_navi {
    width: 230px;
    margin-top: 40px;
}

.left_navi h4 {
    width: 230px;
    line-height: 40px;
    background: #040404;
    font-family: Meiryo;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-bottom: 9px;
}

.search_list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.search_list li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dotted #040404;
}

.search_list li a {
    display: block;
    width: 100%;
    color: #040404;
    font-size: 16px;
    line-height: 50px;
    text-decoration: none;
    padding-left: 10px;
}
.search_list li.top {
    font-weight: bold;
    border-bottom: none;
}

.search_list li::after {
    content: '>';
    position: absolute;
    right: 10px;
    font-size: 20px;
    font-weight: normal;
    color: black;
    z-index: -1;
}

.search_list_img {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.search_list_img li {
    position: relative;
    padding: 0;
    border: 1px solid #DCDCDC;
    background: #EEEEEE;
    margin-bottom: 8px;
}

.search_list_img li a {
    display: grid;
    grid-template-columns: 75px 1fr;
    justify-content: space-between;
    align-items: center;
    color: #040404;
    font-size: 16px;
    text-decoration: none;
}

.search_list_img li a div {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    margin-right: 10px;
}

.search_list_img li a img {
    max-width: 100%;
    max-height: 100%;
}

.search_list_img li p {
    color: #040404;
    font-weight: bold;
    font-size: 16px;
    margin-left: 10px;
}

.search_list_bnr {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 80px;
}

.search_list_bnr img{
    width: 100%;
}

.head_bnr{
    width: 1016px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
}
.head_bnr img{
    width: 100%;
}

a:hover{
    opacity: .6;
}
