@charset "utf-8";

.review_write_h1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 50px 0;
}

.box-review {
  background-color: #e1eef5;
  padding: 50px;
  margin-bottom: 40px;
  text-align: center;
}

.box-review h2 {
  font-size: 32px;
  font-weight: bold;
}

.box-review dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 0 30px 0;
  width: 80%;
  text-align: left;
}

.box-review dt {
  width: 10%;
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
}

.box-review dd {
  width: 90%;
  margin: 0;
}

.box-review img {
  width: 80%;
}

@media (max-width: 767px) {
  .box-review {
    padding: 20px;
    margin-bottom: 30px;    
  }

  .box-review dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 0 20px 0;
    width: 100%;
    text-align: left;
  }
  
  .box-review dt {
    width: 10%;
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
  }
  
  .box-review dd {
    width: 90%;
    margin: 0;
  }

  .box-review img {
    width: 100%;
  }
}

/* リンクボタン */

.btn_area {
  margin: 40px 0;
  text-align: center;
}

.btn_area a {
  display: inline-block;
  margin: 0 auto;
  padding: 20px 30px;
  background: #A80B0B;
  border-radius: 5px;
  font-weight: 600;
  color: #FFF;
  box-sizing: border-box;
  line-height: 1.6;
}

.btn_area .lp_btn_large {
  min-width: 350px;
}

@media (max-width: 767px) {
  .btn_area a {
    font-size: 1.4rem;
    padding: 20px 10px;
  }
}

/* お客様の声 */

.review_history {
  margin-bottom: 30px;
}

.review_history ul {
  margin: 0 0 30px 0;
  padding: 0;
  border-top: 1px solid #000;
  padding: 20px;
}

.review_history li {
  list-style: none;
  border-bottom: 1px solid #000;
  padding: 20px;
  margin: 0;
}

.review_history_itemproduct {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.review_history_itemimg {
  width: 100px;
  margin-right: 20px;
  /* display: block;
  max-width: 100%; */
}

.review_history_itemname {
  font-weight: bold;
}

.review_history_body {
  margin: 10px 0;
}