@charset "utf-8";
/* CSS Document */

dl#daibiki{
 background:#f5ecd6;
 padding:20px; 
}
#daibiki dt{
 	font-weight:bold; 
  margin-bottom:10px;
      color: #b7891b;
    font-size: 120%;
}
.box_caution{
  margin-top: 16px;
	padding: 20px;
	font-size: 14px;
	background: var(--color-info-bg);
  line-height: 1.6em;
}

.link_arrow{
  text-decoration: underline;
}
/* 配送方法 */
.delivery_method-list {
  display: flex;
  align-items: flex-end;
  gap: 0 52px;
}
.delivery_method-item {
  width: calc((100% - 52px) / 2);
}
.delivery_method-images {
  margin-bottom: 24px;
}
.delivery_method-images.-yupaket {
  width: 260px;
}
.delivery_method-images.-yupack {
  width: 216px;
}
.delivery_method-image {
  margin-bottom: 24px;
}
.deilvery_method-title{
  background: var(--color-info-bg);
  border-radius: 6px;
  font-weight: bold;
  width: 144px;
  text-align: center;
}
.deilvery_method-title.-payment {
  padding: 32px 0;
}
.deilvery_method-title.-quantity {
  padding: 74px 0;
}
.deilvery_method-inner {
  display: flex;
  align-items: center;
  gap: 0 32px;
  margin-bottom: 16px;
}
.deilvery_method-text strong{
  margin-left: -1em;
}
.deilvery_method-text p {
  text-indent: -10px;
}
.deilvery_method-text p::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #D70C18;
  transform: translateX(-50%);
}