@charset "UTF-8";
.list_wrap {
  width: 960px;
  margin-inline: auto;
  padding: 20px 0 150px;
}
.list_wrap .breadcrumbs {
  font-weight: 400;
  margin: 0 0 72px;
  color: #666;
}
.list_wrap .breadcrumbs a {
  color: #666;
}
.list_wrap .page_ttl {
  text-align: center;
  font-size: 43px;
  margin: 0 0 38px;
}
.list_wrap .item_search {
  margin: 0 0 110px;
}
.list_wrap .item_search #search_form {
  display: flex;
  align-items: center;
  width: 960px;
  height: 50px;
  border-radius: 100vh;
  border: 1px solid #333;
  background: #F2F2F2;
}
.list_wrap .item_search input[type=text] {
  border: none;
  outline: none;
  background: none;
  width: 900px;
  height: 50px;
  font-size: 20px;
  padding: 0 0 0 36px;
  font-weight: 400;
}
.list_wrap .item_search input[type=text]::placeholder {
  color: #B3B3B3;
}
.list_wrap .item_search input[type=submit] {
  border: none;
  outline: none;
  text-indent: -999em;
  background: url(https://ritafoods.jp/user_data/packages/raku2pc/img/rd/list/search_ico.png) no-repeat center center/30px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media (any-hover: hover) {
  .list_wrap .item_search input[type=submit]:hover {
    opacity: 0.8;
  }
}
.list_wrap .item_list_container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 100px 0;
}
.list_wrap .item_list_container .item_block {
  width: 460px;
  display: flex;
  flex-flow: row wrap;
  gap: 17px;
}
.list_wrap .item_list_container .img {
  width: 120px;
}
.list_wrap .item_list_container .cat_name {
  font-size: 30px;
  font-weight: 700;
  border-bottom: 2px solid #9B0000;
  padding: 0 0 18px;
}
.list_wrap .item_list_container .item_list {
  width: 323px;
}
.list_wrap .item_list_container .item_list li {
  border-bottom: 1px dashed #B3B3B3;
}
.list_wrap .item_list_container .item_list a {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 33px;
  font-weight: 400;
  position: relative;
  padding: 16px 0;
}
.list_wrap .item_list_container .item_list a::before {
  content: "・";
}
.list_wrap .item_list_container .item_list a::after {
  content: "";
  display: block;
  height: 20px;
  width: 10px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #9B0000;
  margin: 4px 5px 0 0;
  margin: 0 12px 0 auto;
}