/* 技術カテゴリ */
.category {
    color: #000d99;
    margin-bottom: 40px;
}

.category a {
    color: #000d99;
    transition: color 0.3s;
}

.category a:hover {
    color: #c84860;
    text-decoration: underline;
}

/* 特設サイト */
.hil-sc_panel {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.hil-sc_panel li {
    display: flex;
    padding: 15px 20px !important;
    flex-wrap: wrap;
}

.hil-sc_panel li a {
    display: flex;
}

.hil-sc_panelImg {
    width: 120px;
    position: relative;
    overflow: hidden;
}

.hil-sc_panelImg img {
    width: 100%;
    height: auto;
    display: block;
}

.hil-sc_panelImg::after {
    content: "";
    position: absolute;
    inset: 0;
    /* background-color: rgba(0, 123, 194, 0.3); */
    background-color: #c84860;
    opacity: 0;
    transition: opacity .6s ease;
}

.hil-sc_panel li a:hover .hil-sc_panelImg::after {
    opacity: 0.2;
}

.panelTxt {
    padding-left: 15px;
    flex: 1;
    display: flex;
    align-items: center;
}

.panelTxt p {
    margin: 0;
}

.tsuzumi {
    font-family: "Century Gothic", Futura, sans-serif;
}

.hil-sc_title {
    font-size: 17px;
    font-weight: bold;
}
