@charset "UTF-8";
/* 2022-08-28 customize */
/*アコーディオン「ご購入内容」*/
.gift_acc_buy_info {
  text-decoration: none;
  background-color: white;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 25px;
  padding: 0.3em 0.6em;
  text-align: center;
  position: relative;
}
.gift_acc_buy_info:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 1;
}
.gift_acc_buy_info:hover {
  text-decoration: none;
}
.gift_acc_buy_info[aria-expanded=true]:after {
  content: "\f0d8";
}

/* block型radio */
