
main .news-asahi-main {
  width: 100%;  
}


main .news-asahi-thumLarge {
  width: 400px;
  line-height: 0;
}

main .news-asahi-menu-text-list li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}


main .news-asahi-product-title {
  width: 80%;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

main .news-asahi-menu-text-list li .news-asahi-product-title::after {
  content: "・・・・・";
  display: block;
  position: absolute;
  right: 0;
  top: 16px;
}


main .news-asahi-mini-fnt {
  font-size: 12px;
  padding-left: 1em;
}

main .news-asahi-eng-title {
  color: #b1cc89;
  font-weight: normal;
}


main .news-asahi-product-price {
  text-shadow: 1px 1px 1px #FFF,-1px 1px 1px #FFF,1px -1px 1px #FFF,-1px -1px 1px #FFF;
  width: 20%;
  font-size: 16px;
  text-align: right;
  line-height: 3.6em;
}



@media screen and (max-width: 767px) {
  main .news-asahi-thumLarge {
    width: 100%;
  }
  main .news-asahi-menu-text-list li .news-asahi-product-title {
    width: 100%
  }
  main .news-asahi-menu-text-list li .news-asahi-product-title:after {
    content: ""
  }
  main .news-asahi-menu-text-list li .news-asahi-product-price {
    width: 100%
  }  
  
  
  
  
  
  
  
  
  
}


