@charset "UTF-8";

.prev_btn {
  font-size: 16px;
  color: #ed1e79;
  text-decoration: underline;
  margin-bottom: 11px;
  display: block;
}

.bl_offer {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

/* 左ブロック */
.bl_offer_about {
  text-align: center;
  width: calc(100% - 40px - 545px);
}

.bl_offer_aboutImg {
  width: 330px;
  margin: 0 auto 13px;
}

.bl_offer_aboutNm {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

.bl_offer_price {
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
}

.bl_offer_price_rd {
  font-size: 33px;
  color: #ff0000;
}

.bl_offer_price_tax {
  font-size: 26px;
}

.bl_offer_about_posterBox {
  display: flex;
  margin-bottom: 15px;
}

.bl_offer_about_poster:first-child {
  margin-right: 20px;
}

.bl_offer_aboutTxtBox {
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}

.bl_offer_aboutTxt {
  display: inline-block;
  text-align: left;
  line-height: 1.3;
}

.bl_offer_aboutBtn {
  display: block;
  width: 100%;
  border: 1px solid #c8c9c9;
  border-radius: 5px;
  padding: 14px 0;
  font-size: 19px;
  font-weight: bold;
}

.el_select.bl_offer_select {
  width: 365px;
}