.stuff_block {
  margin-bottom: 100px;
}
.stuff_block > p {
  float: left;
  margin-top: 100px;
}
.stuff_block h1 {
  font-size: 20px;
  margin: 40px 0;
}
.stuff_block .stuff_img {
  width: 55%;
  margin-right: 5%;
  float: left;
}
.stuff_block .stuff_img .sliderItemWrap img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 500px;
  outline: none;
}
.stuff_block .stuff_info {
  width: 40%;
  float: left;
  font-size: 14px;
}
.stuff_block .stuff_info p {
  font-weight: bold;
}
.stuff_block .stuff_info ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 200px;
}
.stuff_block .stuff_info ul li:not(:first-child) {
  margin: 15px 0;
}
.stuff_block .stuff_info .label {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  width: 230px;
}
.stuff_block .stuff_info .price {
  border-top: 1px solid #9e9e9e;
}
.stuff_block .stuff_info .price .label {
  width: 200px;
  vertical-align: baseline;
}
.stuff_block .stuff_info .price .price_number {
  font-size: 40px;
  color: #fd8c02;
  font-weight: bold;
  margin: 0 5px;
}
.stuff_block .stuff_info .price .rentButton {
  display: inline-block;
  padding: 10px 16px;
  margin: 10px 0;
  color: white;
  background-color: #fd8c02;
  text-decoration: none;
  border-radius: 3px;
}
.stuff_block .stuff_info .asterisk {
  font-weight: normal;
}
.stuff_list {
  letter-spacing: 30px;
  text-align: center;
  font-size: 16px;
}
.stuff_list a {
  letter-spacing: normal;
  width: 40%;
  display: inline-block;
  text-decoration: none;
  color: black;
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 50px;
}
.stuff_list a img {
  width: 100%;
}
.stuff_list h1 {
  letter-spacing: normal;
  margin: 50px 0;
}
.stuff_list .aboutPanel {
  letter-spacing: normal;
}
.stuff_list .aboutPanel h2:first-child {
  margin: 50px 0 30px 0;
}
.stuff_list .aboutPanel p,
.stuff_list .aboutPanel li {
  text-align: justify;
  text-indent: 30px;
  font-size: 16px;
}
.stuff_list .aboutPanel li {
  text-indent: 0;
}
@media (max-width: 1170px) {
  .label {
    margin-bottom: 15px;
  }
}
@media (max-width: 740px) {
  .stuff_block .stuff_img {
    float: none;
    width: 100%;
    margin: 0 0 50px 0;
  }
  .stuff_block .stuff_info {
    float: none;
    width: 100%;
    margin: 0;
  }
  .stuff_block .stuff_info ul {
    margin-left: 50px;
  }
  .stuff_list a {
    width: 100%;
  }
}
