.product_text {
    text-align: center;
    font-size: 15px;
}

.by-industry_wraper1 .insert_name {
    padding: 15px;
}

.title--subtext {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #ffdf00;
    padding-bottom: 10px;
}

@media (min-width: 1024px) {
    .title--subtext {
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        flex-wrap: nowrap;
    }
}

.category_item_list ul {
    gap: 15px;
}

@media (min-width: 600px) {
    .category_item_list ul>li {
        width: calc((100% - 45px) / 4) !important;
    }
}

@media (min-width: 600px) {
    .category_item_list ul>li:not(:nth-child(5n+1)) {
        margin-left: 0 !important;
    }
}

@media (min-width: 600px) {
    .block-productlist__item:not(:nth-child(4n+1)) {
        margin-left: 0 !important;
    }
}

@media (min-width: 600px) {
    .block-productlist__item:nth-child(n+5) {
        margin-top: 0 !important;
    }
}

@media (min-width: 600px) {
    .category_item_list ul>li:nth-child(n+6) {
        margin-top: 0 !important;
    }
}


.pager-normal__list {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
}

.gazou_flex {
    display: flex;
    justify-content: center;
}

/* マウスを乗せたときに透明度を0.7にし、0.3秒かけて滑らかに変化させる */
a[href="https://hi-ad.jp/user_data/item/open-campus_sp"] {
    transition: opacity 0.3s ease;
}

a[href="https://hi-ad.jp/user_data/item/open-campus_sp"]:hover {
    opacity: 0.7; /* 完全に不透明なら 1.0、好みに合わせて調整してください */
}

/* マウスを乗せたときに透明度を0.7にし、0.3秒かけて滑らかに変化させる */
a[href="https://hi-ad.jp/user_data/hanako_customer_support"] {
    transition: opacity 0.3s ease;
}

a[href="https://hi-ad.jp/user_data/hanako_customer_support"]:hover {
    opacity: 0.7; /* 完全に不透明なら 1.0、好みに合わせて調整してください */
}


.heading-16 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
}

.heading-16::before,
.heading-16::after {
    width: 3px;
    height: 40px;
    background-color: #2589d0;
    content: '';
}

.heading-16::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.heading-16::after {
    transform: rotate(35deg);
    margin-left: 30px;
}


.image-container {
    display: flex;
    align-items: center;
    padding: 0 20%;
    margin: 20px 0 50px 0;
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
}

.image-container img {
    max-width: 100%;        /* 枠からはみ出さないように制限 */
    height: auto;           /* 縦横比を維持 */
    border: 1px solid #ccc;
    display: block;         /* 下部の謎の隙間を消すおまじない */
}

@media (min-width: 1024px) {
    .block-productlist {
        padding-bottom: 50px !important;
    }
}

.category_item_list li:hover {
    opacity: 1 !important;  
}

.category_item_list a {
    color: unset !important;
}

.desc-frame{
    padding: 8px;
    border: 1px solid #ffd78b;
    border-radius: 4px;
    background: #feffde;
    color: #555;
}

@media (min-width: 1024px) {
    .pager-normal__item a:hover {
        background-color: #9d0000;
        color: #ffffff !important;
    }