
#cms_block .read {
  line-height: 2;
}

.cate_bottom_tag {
  margin-top: 100px;
}

.line_00+.cate_bottom_tag {
  margin-top: 0;
}

.privilegeStoreList,
.privilegeList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.privilegeList>li {
  display: flex;
  justify-content: flex-end;
  flex-direction: column-reverse;
  width: 48%;
}

.privilegeList__img {
  height: 100%;
}

.privilegeList__details {
  margin: 1em 0 1.5em;
}

.privilegeList>li h4{
  margin: 0;
  font-size: 1.6rem;
}

.privilegeList>li p{
  margin-top: 0;
}

.privilegeStoreList__2items {
  width: 100%;
}


@media screen and (min-width: 600px){
  .line_01 .img_l {
    max-width: 330px;
  }

  .privilegeList {
    justify-content: flex-start;
  }

  .privilegeStoreList>li {
    width: calc(100%/2 - 8px);
  }

  .privilegeStoreList>li.privilegeStoreList__2items,
  .privilegeStoreList>li.privilegeStoreList__3items {
    width: 100%;
  }

  .privilegeStoreList__2items .privilegeList {
    justify-content: space-between;
  }

  .privilegeStoreList__2items .privilegeList>li {
    width: calc(100%/2 - 8px);
  }

  .privilegeStoreList__3items .privilegeList>li {
    width: calc(100%/3 - 8px);
    margin-right:8px;
  }

  .privilegeStoreList__3items .privilegeList>li:nth-child(3n) {
    margin-right:0px;
  }
}


a[href$="core_sys/images/main/cont/bd/nowprinting.jpg"] {
  pointer-events: none;
}

.newMark {
  position: absolute;
  background: url(../../images/main/common/newmark.gif) center/cover no-repeat;
  background: #ff9fb4;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 2;
  top: -5px;
  left: -5px;
  pointer-events: none;
  backface-visibility: hidden;
  opacity: 0.9;
}

.newMark::after {
  content: "New";
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}