/******************************/
/*           スマホ用           */
/******************************/
@media (max-width: 1023px) {
    .item-date {
        display: flex;
        align-items: center;
        margin-bottom: 8px; 
      }
      .date {
        font-size: 14px;
        margin-right: 10px;
      }
      .custom-icon {
        display: inline-block;
        font-size: 10px;
        color: #fff;
        width: 50px;
        height: 15px;
        background-color: #10759a;
        border-radius: 20px; 
        margin: 3px;
        text-align: center;
      }
      .item-title {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 5px; 
        text-align: left;
        color: #000;
      }
      .item-content {
        font-size: 14px;
        color: #292929;
        text-align: left;
        padding-left: 5px;
      }      
    .title_item {
        display: block;
    }

    .title_item .right-item {
        display: block;
        text-align: right;
        margin-left: 0; 
        margin-top: 0px;
    }
}

/******************************/
/*           PC用           */
/******************************/
@media (min-width: 1024px) {
    .item-date {
        display: flex;
        align-items: center;
        margin-bottom: 8px; 
    }
    .date {
        font-size: 14px;
        margin-right: 10px;
        color: #666;
    }
    .custom-icon {
        display: inline-block;
        font-size: 10px;
        color: #fff;
        width: 50px;
        height: 20px;
        background-color: #10759a;
        border-radius: 20px; 
        margin: 3px;
        text-align: center;
    }
    .item-title {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 5px; 
        text-align: left;
        color: #000;
    }
    .item-content {
        font-size: 14px;
        color: #292929;
        text-align: left;
        padding-left: 5px;
    }
    .title_item {
        display: flex;
    }

    .title_item .right-item {
        margin-left: auto; 
    }

    .search-form-item {
        flex: 0;
        text-align: left;
    }
}