@charset "UTF-8";
/* 20240906 info icon */
.top_title.info {
  background: url(../images/top/1x/news_ttl_icon.png) no-repeat center;
  background-size: auto;
  background-size: contain;
}
/* 20240516 new saiji-icon-color */
.icon-news.publication {
  background: -moz-linear-gradient(top, #DCE25A 0%, #46B648 100%);
  background: -webkit-linear-gradient(top, #DCE25A 0%, #46B648 100%);
  background: linear-gradient(to bottom, #DCE25A 0%, #46B648 100%);
  color: #fff;
}
/* 20210610 new saiji-icon-color */
.icon-news.dept-store {
  background-color: #6593c7;
  color: #fff;
}
/* 20230520 new3 img border0 */
.news_wrap a img {
border: none;
}
/* 20230203 new saiji-icon-color */
.icon-news.campaign {
  background-color: #ffab00;
  color: #fff;
}
/* 20210823 margin15px */
.waku-margin {
  margin: 15px 3px;
}
/* 20211115 category */
.target_category{ 
  float:right;
  margin-right:10px;
  margin-left:3%;
  margin-bottom:10px;
  width:30%;
  height:30%;
}
/* 20230428 margin5px */
.category_m{
  margin: 5px 0px;
}
/* 20220716 description-item */
.column-pages {
display: flex;
flex-wrap: nowrap;
margin-bottom: 15px;
border: 1px solid #FFF;
padding: 15px;
}
.column-pages:nth-child(odd) {
flex-direction: row-reverse;
}
.column-pages .item-image {
width: 50%;
margin-bottom: 0;
}
.column-pages .item-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.column-pages .item-text {
display: flex;
flex-wrap: wrap;
flex: 1;
justify-content: center;
align-content: center;
align-items: center;
padding: 2em;
font-size: 1.0em;
}

@media screen and (max-width: 767px) {
.column-pages {
flex-direction: column;
width: 100%;
}
.column-pages .item-image {
width: 100%;
margin-bottom: 0;
}
.column-pages:nth-child(odd) {
flex-direction: column;
}
}

