.gray-bg{
padding: 10px 5px;
margin-bottom: 5px;
font-weight: bold;
background-color: #e6e6e6;
font-size: 16px;

}
.hikarigai-gray-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 10px;
  margin-top: 20px;
}
.hikarigai-gray-grid > *{
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
a .hikarigai-anchor{
  color: #333;
}
.hikarigai-anchor{
  position: relative;
  padding-right: 18px;
}
.hikarigai-anchor::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 40%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
}
.hikarigai-table {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.hikarigai-table .table-Standard {
  width: max-content;
  min-width: 100%;
  table-layout: fixed;
}
.hikarigai-table-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.hikarigai-table-product-cell {
  padding: 0;
}

.hikarigai-table-product {
  display: block;
  width: 270px;
  margin: auto;
  text-decoration: none;
  
}

.hikarigai-table-product:hover {
  opacity: 0.85;
}

.hikarigai-table-product img {
  display: block;
  width: 100%;
  height: auto;
}

.hikarigai-table-product-name {
  position: relative;
  display: block;
  min-height: 72px;
  padding: 12px 38px 12px 12px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.35;
  text-align: left;
}
a .hikarigai-table-product-name{
  color: #333;
}
.hikarigai-table-product-name::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: translateY(-50%) rotate(45deg);
}

.hikarigai-table .table-Standard_Description,
.hikarigai-table .table-Standard_Old:first-child,
.hikarigai-table .table-Standard_New:first-child {
  width: auto;
}
  .hikarigai-product a{
    display: flex;
    gap: 20px;
    color: #333;
    
  }
  .hikarigai-product a:hover{
    opacity: 0.8;
  }
  .hikarigai-product .title {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 22px 0 0;
  font-size: 16px;
  font-weight: bold;
  background: url(/jp/common/v2/img/icon_large-arow_black.svg) no-repeat right center;
}
@media only screen and (max-width: 640px) {
  .hikarigai-gray-grid{
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .column-two_text{
      width: 70%;
    }
    .column-two_image{
      width: 30%;
    }
}
