
/* ----------------------------------------------------------------------
	
	引退競走馬への取組み
	
---------------------------------------------------------------------- */

.category_unit > p { line-height: 1.6; }


.item_grid_list a {
    display: grid;
    grid-template-columns: 186px 1fr;
    gap: 20px;
    align-items: center;
    padding: 12px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
    color: #333;
}

.item_grid_list a:hover { background-color: #f5f5f5; }

.item_grid_list a img {
    max-width: 186px;
    vertical-align: top;
}

.item_grid_list a h3 {
    display: grid;
    grid-template-columns: 1.4em 1fr;
}

.item_grid_list a h3 i {
    margin-right: 0.4em;
}

ul.note_list.news > li {
    padding: 8px 5px;
    width: 100%;
}

ul.note_list.news > li > span.cap {
    width: 18px;
    padding-right: 0.4em;
}

.item_grid_list h3 i,
ul.note_list.news i,
.img_flex_list a i { color: #268300; }

.hretirement .img_flex_list.ifar a img {
    max-width: 222px;
}

.hretirement .img_flex_list.ifar a:first-child img {
    border: 1px solid #ddd;
}


/* ------------------------------------------------------------

	479px以下

------------------------------------------------------------ */
@media screen and ( max-width : 479px ) {

    .item_grid_list a {
        display: block;
        padding: 16px;
    }

    .item_grid_list a div:first-child {
        text-align: center;
        margin-bottom: 16px;
    }

}

/* ------------------------------------------------------------

	359px以下

------------------------------------------------------------ */
@media screen and ( max-width : 359px ) {

}
