.information_wrap .information_inner {
  width: 820px;
  margin-inline: auto;
  padding: 20px 0 40px;
}
.information_wrap .breadcrumbs {
  font-weight: 400;
  margin: 0 0 65px;
  color: #666;
}
.information_wrap .breadcrumbs a {
  color: #666;
}
.information_wrap .page_ttl {
  font-size: 43px;
  line-height: 56px;
  margin: 20px 0 40px;
  font-weight: 700;
}

.information_wrap .shouhin_ttl {
  text-align: center;
  border-bottom: 2px solid #BEA050;
  font-size: 43px;
  line-height: 56px;
  padding: 0 0 20px 0;
  margin: 20px 0 40px;
  font-weight: 700;
}


.information_wrap .info_ttl {
  text-align: center;
  background: #EFE8D5;
  height: 90px;
  font-weight: 700;
  font-size: 43px;
  padding: 20px 0 0;
  margin: 0 0 42px;
  color: #1A1A1A;
}
.information_wrap .info_ttl + .info_block .info_sub:nth-of-type(1) {
  margin-top: 80px;
}
.information_wrap .info_block {
  margin-bottom: 90px;
}
.information_wrap .info_sub {
  border-bottom: 2px solid #BEA050;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 600;
  padding: 0 0 26px;
  margin: 0 0 26px;
  color: #1A1A1A;
}
.information_wrap .info_sub::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #BEA050;
}
.information_wrap .info_txt {
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
}
.information_wrap .info_txt li {
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  text-indent: -1em;
  padding-left: 1em;
}
.information_wrap .info_txt strong {
  font-size: 25px;
}
.information_wrap .info_txt .link {
  text-decoration: underline;
}

.uservoice_feat {
  width: 680px;
  display: flex;
  margin: 20px auto 33px;
  gap: 16px;
}

.uservoice_feat li {
  color: #fff;
  background: #BEA050;
  height: 46px;
  font-size: 25px;
  letter-spacing: 0.1em;
  padding: 8px 20px;
}


.uservoice_detail {
  background: #F5F1E5;
  width: 820px;
  margin: 60px auto 60px;
  padding: 40px 40px 40px 40px;
  display: flex;
  justify-content: space-between;
}
.uservoice_detail li {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
}


.uservoice_image {
    width: 820px;

}

.shouhin_wrap {
  background: #EFE8D5;
  padding: 20px 60px 20px;

}

.shouhin {
  display: flex;
  justify-content: space-between;
  margin:10px 0 40px !important;
}

.shouhin .img {
  width:320px;
  position: relative;
}

.shouhin .txt {
  width: 320px;
}
.shouhin .name {
  font-size: 32px;
}
.shouhin .name span {
  display: block;
  font-size: 21px;
  margin-top: 18px;
  font-weight: 400;
  margin: 0px 0px 40px 0px;
}
.shouhin .price {
  font-size: 30px;
  color: #9B0000;
  font-weight: 700;
  margin: 30px 0 40px;
}
.shouhin .price span {
  font-size: 20px;
  font-weight: 400;
}
.shouhin .price i {
  font-style: normal;
  font-size: 15px;
  color: #333;
  font-weight: 400;
  margin-left: 1.8em;
}
.shouhin .desc {
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
}
.shouhin .btn {
  background: #9B0000;
  color: #fff;
  width: 320px;
  height: 70px;
  border-radius: 100vh;
  margin: 60px auto 0;
  display: block;
  font-size: 22px;
  letter-spacing: 0.06em;
  padding: 20px 0 0 60px;
  font-weight: 700;
  position: relative;
}
.shouhin .btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  rotate: -45deg;
  position: absolute;
  right: 28px;
  top: 30px;
}

.shouhin .btn2 {
  background: #42210B;
  color: #fff;
  width: 320px;
  height: 70px;
  border-radius: 100vh;
  margin: 60px auto 0;
  display: block;
  font-size: 22px;
  letter-spacing: 0.06em;
  padding: 20px 0 0 60px;
  font-weight: 700;
  position: relative;
}
.shouhin .btn2::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  rotate: -45deg;
  position: absolute;
  right: 28px;
  top: 30px;
}

.step-list li{
    border-bottom: 1px solid #c7c7cc;
    padding: .5em 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}
