#design .item-detail__top-layout .item-detail__top-layout__lead .item_txt_area h2 {
  text-align: center;
  font-size: 140%;
  padding: 1rem 0 0;
}
#design .item-detail__top-layout .item-detail__top-layout__lead .item_txt_area h3 {
  text-align: center;
  margin: 1rem 0;
  font-size: 120%;
}
#design .item-detail__top-layout .item-detail__top-layout__lead .item_txt_area strong {
  font-weight: bold;
}
#design .item-detail__top-layout .item-detail__top-layout__lead .item_txt_area a.item_txt_btn_link {
  border-radius: 100px;
  border: 1px solid;
  padding: 0.6rem 2rem;
  display: block;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.2;
  text-decoration: none;
  color: #b89b68;
  text-align: center;
}
#design .item-detail__top-layout .item-detail__top-layout__lead .item_txt_area .check_box_area {
  border-top: 1px solid #9b844c;
  text-align: center;
  line-height: 1.4;
  font-size: 90%;
}
#design .item-detail__top-layout .item-detail__top-layout__lead .item_txt_area .check_box_area li {
  border-bottom: 1px solid #9b844c;
  padding: 10px 0 10px 10px;
  position: relative;
}
#design .item-detail__top-layout .item-detail__top-layout__lead .item_txt_area .check_box_area li::after {
  position: absolute;
  content: "";
  background: url(https://tt404.win-win.partners/Test/R1326_Hacci/Contents/ProductSubImages/0/BW01400HA_check.webp) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  align-content: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.how_to_area {
  background: #e1dccf;
  padding: 0 0 3rem;
  margin: 2rem 0 60px;
  color: #333;
}
#design .item-detail__top-layout .item-detail__top-layout__lead .item_txt_area .how_to_area h2 {
  padding: 0;
}
.how_to_area ul li {
  border-bottom: 1px solid;
  width: 90%;
  font-size: 90%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 2rem;
  padding-top: 2rem;
  ccxcc
}
.how_to_area ul li:nth-last-of-type(1) {
  border-bottom: none;
  padding-bottom: 0;
}
.how_to_area ul li:nth-of-type(1) {
  padding-top: 0;
}
#design .item-detail__top-layout .item-detail__top-layout__lead .item_txt_area .specialpackage_area {
  border: 1px solid;
  margin: 2rem 0 0;
  padding: 2rem;
}
#design .item-detail__top-layout .item-detail__top-layout__lead .item_txt_area .specialpackage_area h2 {
  padding: 0;
  margin: 0;
}
#design .item-detail__top-layout .item-detail__top-layout__lead .item_txt_area .review_area {
  padding-bottom: 1rem;
}
#design .item-detail__top-layout .item-detail__top-layout__lead .item_txt_area .review_area li {
  margin: 0rem 6rem 1rem 1rem;
  padding: 1rem 1rem 1rem 1.2rem;
  text-align: left;
  background: #fff;
  border-radius: 0.3rem;
  position: relative;
}
#design .item-detail__top-layout .item-detail__top-layout__lead .item_txt_area .review_area li h3 {
  font-size: 80%;
  text-align: left;
  margin: 0 0 0.4rem;
}
#design .item-detail__top-layout .item-detail__top-layout__lead .item_txt_area .review_area li::after {
  content: "";
  position: absolute;
  left: 40px;
  bottom: -20px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 20px 0 0 20px;
}
#design .item-detail__top-layout .item-detail__top-layout__lead .item_txt_area .review_area li:nth-of-type(even) {
  margin: 0rem 1rem 1rem 6rem;
}
#design .item-detail__top-layout .item-detail__top-layout__lead .item_txt_area .review_area li:nth-of-type(even)::after {
  border-width: 20px 20px 0 0;
  right: 40px;
  left: unset;
}
#design .item-detail__top-layout .item-detail__top-layout__lead .item_txt_area .review_area li strong {
  font-size: 110%;
  color: #9b844c;
}
#design .item-detail__top-layout .item-detail__top-layout__lead .item_txt_area .review_area li small {
  display: block;
  text-align: right;
  font-size: 80%;
  padding: 0.5rem 0 0;
}
@media screen and (max-width: 768px) {
  #design .item-detail__top-layout .item-detail__top-layout__lead .item_txt_area .item_img.item_img_full {
    width: 100vw;
    margin-left: -10.1781170483vw;
  }
}
@media screen and (min-width: 769px) {
  #design .item-detail__top-layout .item-detail__top-layout__lead .item_txt_area {
    width: 70%;
    margin: 0 auto;
  }
}