/* ★★★★★goodsページ　★★★★★ */
#goods_page img{
	width: 100%;
}
#goods_page .goods a {
	display: inline-block;
	width: 100%;
    height: auto;
}
.goods_tx {
	margin-top: 10px;
	line-height: 1.5;
	font-size:1.2rem;
}
.goods_tx_bold {
	font-weight: bolder;
}

.goods_tx_b {
	font-size:1rem;
}
.button a {
    background: #d0d4df;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px auto;
    max-width: 400px;
    padding: 10px 25px;
    font-family: "Hiragino Kaku Gothic Pro", sans-serif;
    text-decoration: none;
    color: #333;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	border-radius: 50px;
}
.button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
/* .button a:hover {
  background: #2f79ac;
  color: #FFF;
}
.button a:hover:after {
  right: 1.4rem;
} */
