/* --- お気に入りハートマーク --- */
.product__fav-item {
  margin-top: 5px;
}

.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product__fav-item .fav-items {
  color: #ff7373;
}

.product__fav-item svg {
  width: 22px;
  height: 22px;
  vertical-align: -.35em;
  fill: currentColor;
}



/* --- PCのみ文字のスタート位置 --- */
.text {
  margin: 0px 0px 0px 17px;
}

.text_underimage {
  margin: 6px 0px 0px 6px;
}


  
/* --- PCフリーページ、文字の左をズラす <p class="free_text"></p>ではさむ--- */
.free_text {
  /*左だけ*/
  margin: 0 0 0 10px;
}

  
  
  /* --- パーカーのページ２列テーブル --- */
.main_table {
	width:100%;
	table-layout:fixed;（列幅を均等にする）
    border: solid 1px #000000;
    border-collapse: separate;
    border-spacing: 3px 10px;
}
.main_table th ,.main_table td {
	width:50%;
}


/* レスポンシブテンプレートでの画像の横並べとスマホで解除 */
div#two-pic {
    margin: auto;
    text-align: center;
    width: 100%;
}
div#left-pic {
    display: inline-block;
    padding: 10px;
}
div#right-pic {
    display: inline-block;
    padding: 10px;
}