@charset "utf-8";
/* ==========================================================================//
//
//　採用情報index
//
// ========================================================================== */

/* 採用情報インデックスリスト
（リストページのproductモジュールにリンクマーク挿入）
---------------------------------------------------------- */
.m_listpage_product a .product_page_text{
position: absolute;
color: #333;
}
.m_listpage_product a .product_page_text::before{
  border-top: 0.1em solid #e50000;
  border-right: 0.1em solid #e50000;
  height: 0.6em;
  width: 0.6em;
  position: absolute;
  top: 2em;
  right: 1em;
  content: "";
  transform: rotate(45deg);
}

.m_listpage_product a:link:hover .product_page_text{
text-decoration: underline;
}

