/* 商品詳細ページ */
.shouhin_shousai br {
  display: none;
}

.attention_01 {
  background-color: #f2f2f2; /* 薄いグレー */
  padding: 20px;
  border-radius: 8px; /* 少し丸く */
  list-style-type: disc;
  margin-bottom: 20px;
}

.attention li {
  margin-bottom: 10px;
}

.btn_mitsumori {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 5px 25px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  margin-top: 10px;
  border-radius: 5px;
}

.btn_mitsumori:hover {
  background-color: #e63282;
  color: #fff;
}

.templete_nyukou {
  padding: 20px 15px 5px 15px;
  background-color: #f2f2f2;
  border-radius: 8px;
}

.dl_templete li {
  margin-bottom: 10px;
}

.dl_templete a {
  color: #007bff;
  text-decoration: underline;
}

.order-info_top {
  margin-top: 20px;
}

.order-info_top {
  list-style: none;
  padding-left: 0;
}
.order-info_top a {
  text-decoration: underline;
}

.order-info-link1,
.order-info-link2 {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 20px 20px;
  list-style-type: none;
}

.order-info-link1 {
  background-image: url("/html/user_data/assets/img/common/icon_cart.png");
}

.order-info-link2 {
  background-image: url("/html/user_data/assets/img/common/icon_free_shipping.png");
}

/* 共通メニュー */
.main_menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 横2列表示 */
  gap: 1px 20px; /* 縦・横の間隔 */
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.main_menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #666;
  color: #666;
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1;
  transition: background-color 0.3s;
}

.main_menu li a:hover {
  border: 1px solid #ccc;
  background-color: #ccc;
  color: #fff;
}

.menu-icon {
  margin-left: 8px;
  font-size: 0.9em;
}

.w-100 {
  width: 100%;
}

.ec-blockTopBtn {
  z-index: 1000;
}

.fixed {
  background-color: #F5F5F3;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
}

.ec-layoutRole__main .fixed .ec-productRole {
  margin-top: 0;
}

.upload_barBox {
  padding-left: 0.5rem;
  margin: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.upload_barBox .upload_bar {
  width: 60%;
}

#progressbar[value] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 0px;
  color: #9fb9f9;
  height: 40px;
  width: 100%;
}

#progressbar[value]::-webkit-progress-bar {
  background-color: #fff;
}
#progressbar[value]::-webkit-progress-value {
  background-color: #9fb9f9;
}

#progressbar[value]::-moz-progress-bar {
  background-color: #9fb9f9;
}

.upload_barBox .fileBox {
  margin-left: 20px;
}

.upload_barBox .fileBox .fileBtn {
  background-color: #eeeeee;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  padding: 0 20px;
  font-weight: 400;
  cursor: pointer;
}



.upload_barBox .fileNameArea {
  width: 100%;
  color: #777777;
  font-size: 13px;
  margin-top: 6px;
  display: none;
}

.subtotal-bar .ec-blockBtn--action.add-cart {
  width: 200px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  font-size: 16px;
}

.subtotal-bar {
  display: flex;
  gap: 25px;
  justify-content: end;
  align-items: center;
  background-color: #f5f5f3;
  height: 60px;
  font-family: Hiragino Sans;
  padding-right: 0.5rem;
}

.fz-12 {
  font-size: 12px;
}

.fz-23 {
  font-size: 23px;
}

.dark-pink {
  color: #e63282;
}

.fz-600 {
  font-weight: 600;
}

.price-number {
  margin: 0 11px 0 21px;
}
.check-list {
  max-width: 1100px;
  border-radius: 10px;
  background-color:#fdeffc;
  /*list-style: none;*/
  display: flex;              /* 横並びにする */
  gap: 0.5em;                 /* 各項目の間隔 */
  flex-wrap: wrap;            /* 必要に応じて折り返す */
  margin-bottom:13px;
  padding : 20px 30px 15px 40px;
}


@media (max-width: 600px) {
  .subtotal-bar .ec-blockBtn--action.add-cart {
    width: 150px;
  }
  .ec-productRole__optionsSelectList {
    width: 100%;

  }

}