.wedding-style-item {
  list-style-type: none;
  border-bottom: 0.5px solid #9D9D9D;
  position: relative; /* 背景画像の位置指定のため */
  padding-bottom: 17px;
}

.wedding-style-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url('../../images/fixed-amount/arrow.png');
  background-size: cover;
}


.wedding-style-item__header {
  display: flex; /* Flexbox コンテナを作成 */
  align-items: center; /* アイテムを垂直方向の中央に配置 */
}

.wedding-style-item:first-child {
  border-top: 0.5px solid #9D9D9D;
}

.wedding-style-item__header-title,
.wedding-style-item__header-tag {
  margin: 14px 10px 5px 0;
}

.wedding-style-item__header-title {
  color: #222;
  font-family: "YuMincho +36p Kana", "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.6px;
}

.wedding-style-item__header-tag {
  display: flex;
  padding: 2px 6px 1px 6px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #A8C1D7;
}

.wedding-style-item__header-tag-name {
  color: #FFF;
  text-align: center;
  font-family: YuGothic, "Noto Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
}

.wedding-style-item__description {
  color: #222;
  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.6px;
  margin-top: 0;

  position: relative;
  padding-right: 20px;
}
