<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 蜷後き繝�ざ繝ｪ縺ｮ隱ｭ縺ｿ迚ｩ繝ｪ繧ｹ繝� */
  .m_sameCatContentsList{
    border-top: 1px solid #C2C2C2;
    padding-top: 16px;
    color:#333;
    font:500 14px / 1.6 "Yu Gothic", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", Arial, 繝｡繧､繝ｪ繧ｪ, Meiryo, sans-serif;
    letter-spacing: 0;
  }
  .m_sameCatContentsList:has(time:empty){display:none;}
  .m_sameCatContentsList__ttl{
    margin-bottom: 10px;
    font-size: 20px!important;
  }
  .m_sameCatContentsList__jewel{
    margin-right: 10px;
    color: #be0533;
    font-size: 16px!important;
  }
  .m_sameCatContentsList__list{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: -6px;
  }
  .m_sameCatContentsList__item{
    display: flex;
    width: 33.333%;
    padding: 6px;
  }
  .m_sameCatContentsList__inner{
    display: block;
    width: 100%;
  }
@media screen and (max-width: 768px){
  .m_sameCatContentsList__item{
    width: 50%;
  }
}
@media screen and (max-width: 599px){
  .m_sameCatContentsList__item{
    width: 100%;
  }
}

/* 蜷後き繝�ざ繝ｪ縺ｮ隱ｭ縺ｿ迚ｩ繧ｫ繝ｼ繝� */
  .m_sameCatContents{
    display: block;
    max-width: 375px;
    margin: 0 auto;
    text-decoration: none !important;
    color: inherit !important;
    border: 1px solid #f7f7f7;
    transition: .3s opacity;
  }
  .m_sameCatContents:hover{
    opacity: .7;
    text-decoration: none !important;
    color: inherit !important;
  }
  .m_sameCatContents__img{
    position: relative;
    padding-top: calc(100% * 225 / 730);
    line-height: 0;
    overflow: hidden;
  }
  .m_sameCatContents__img img{
    position: absolute;
    top: 50%;
    max-width: 100%;
    height: auto;
    transform: translateY(-50%);
  }
  .m_sameCatContents__body{
    padding: 5px 10px;
  }
  .m_sameCatContents__info{
    display: flex;
    justify-content: space-between;
  }
  .m_sameCatContents__infoItem{}
  .m_sameCatContents__date{
    color: #d66c00;
    font-size: 12px!important;
    font-weight: bold;
  }
  .m_sameCatContents__date + .m_sameCatContents__ttl,
  .m_sameCatContents__info + .m_sameCatContents__ttl{
    margin-top: 5px;
  }
  .m_sameCatContents__type{
    position: relative;
    width: 50px;
    height: 16px;
  }
  .m_sameCatContents__type::before{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 1px solid;
    border-radius: 2px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: bold;
    font-size: 10px!important;
    text-align: center;
  }
  .m_sameCatContents__type--bup::before {
    content: "\516C\958B"!important;
    color: #0c3f71!important;
  }
  .m_sameCatContents__type--douga::before {
    content: "\52d5\753b\95a2\9023"!important;
    color: #cc2d5e!important;
  }
  .m_sameCatContents__type--kensyu::before{
    content: "\6D3E\9063"!important;
    color: #842e30!important; 
  }
  .m_sameCatContents__ttl{
    position: relative;
    height: calc(2 * 1em * 1.4);
    line-height: 1.4;
    font-size: 14px!important;
    font-weight: bold;
    overflow: hidden;
  }
  .m_sameCatContents__ttl::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 3em;
    height: calc(1em * 1.4);
    background: linear-gradient(to left,#fff,rgba(255,255,255,0.96) 25%,rgba(255,255,255,0) 100%);
  }
  .m_sameCatContents__ttl + .m_sameCatContents__descr{
    margin-top: 5px;
  }
  .m_sameCatContents__descr{
    position: relative;
    height: calc(3 * 1em * 1.4);
    line-height: 1.4;
    font-size: 12px!important;
    overflow: hidden;
    color: #999;
  }
  .m_sameCatContents__descr::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 3em;
    height: calc(1em * 1.4);
    background: linear-gradient(to left,#fff,rgba(255,255,255,0.96) 25%,rgba(255,255,255,0) 100%);
  }</pre></body></html>