.listitem {
  padding-top: 6px;
  padding-bottom: 6px;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}
.listitem-hanko {
  background-color:#E6E6E6;
}
.listitem_inner {
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  width:948px;
  margin:0 auto;
}
.listitem_wrap {
  display:flex;
}
.listitem_txt {
  display:flex;
  flex-direction:column;
}
.listitem_wrap.listitem_wrap-type1 {
  width: 100%;
}
.listitem_wrap.listitem_wrap-type2 {
  width: 471px;
}
.listitem_wrap.listitem_wrap-type3 {
  width: 312px;
}
.listitem_wrap.listitem_wrap-type2 .listitem_txt {
  width: 221px;
}
.listitem_wrap.listitem_wrap-type2 .listitem_img {
  width: 208px;
}
.listitem_el {
  padding: 15px;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap:12px;
  flex-flow:row-reverse;
  overflow: hidden;
  background: #fff no-repeat 0 0;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #333;
  width: 100%;
}
.listitem_el:hover {
  text-decoration:none!important;
}
.listitem_wrap.listitem_wrap-type3 .listitem_el {
  flex-direction: column-reverse;
}
.listitem_hd {
  margin-bottom: 3px;
  font-size: 20px;
  line-height: 1.2;
  position: relative;
}
.listitem_lead {
  margin-bottom: 1em;
  position: relative;
  font-size:14px;
}
.listitem_desc {
  position: relative;
  /* padding-right: 210px; */
  font-size: 12px;
  line-height: 1.4;
  margin-bottom:15px;
}
.listitem_txt-orange{
  color: #FF7A21;
}
.listitem_emphasis {
  padding:10px;
  border:2px solid #D9D9D9;
  border-radius:4px;
  font-weight:bold;
  text-align:center;
  font-size: 12px;
  margin-bottom: 15px;
}
.listitem-hanko .listitem_emphasis {
  border-color:#18B16B;
  color:#18B16B;
}
.listitem_price-wrap {
  margin-top: auto;
}
.listitem_price-label {
  margin-bottom:10px;
  font-size:14px;
}
.listitem_price {
  font-size:14px;
  margin-top:auto;
}
.listitem_price span {
  font-weight:bold;
}
.listitem_num  {
  font-size:24px;
}
.listitem-hanko .listitem_price-label,
.listitem-hanko .listitem_price {
  color:#18B16B;
}

.listitem_icon {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
}
.listitem_focus {
  border: 0 solid;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: border-width .05s ease-out;
  transition: border-width .05s ease-out;
  pointer-events: none;
}
.listitem_el:hover .listitem_focus {
  border-width: 6px;
}
.listitem-hanko .listitem_focus {
  border-color: #18b16b;
}