.suggestions-wrapper {
  margin-bottom: 35px;
}
.suggestions-wrapper .visual {
  overflow: hidden;
  position: relative;
}
.suggestions-wrapper .visual img {
  position: relative;
  left: 50%;
  margin-left: -700px;
}
.suggestions-wrapper .section1 {
  overflow: hidden;
  position: relative;
}
.suggestions-wrapper .section1 .div1 {
  padding: 145px 0 20px;
  background: url("/data/img/page/about/index/sec1_flowers.png") no-repeat;
  background-position: 1050px 20px;
  width: 1400px;
  margin-left: -200px;
}
.suggestions-wrapper .section1 .div1 .img {
  margin-bottom: -180px;
}
.suggestions-wrapper .section1 .div1 ul {
  margin-top: 55px;
}
.suggestions-wrapper .section1 .div1 ul #section_a, .suggestions-wrapper .section1 .div1 ul #section_b, .suggestions-wrapper .section1 .div1 ul #section_c, .suggestions-wrapper .section1 .div1 ul #section_d {
  height: 180px;
}
.suggestions-wrapper .section1 .div1 ul li {
  border-bottom: 1px solid #aeaeae;
  padding-bottom: 45px;
}
.suggestions-wrapper .section1 .div1 ul li p {
  color: #333333;
  padding-left: 17px;
  margin-top: 25px;
}
.suggestions-wrapper .section1 .div1 ul li .img1, .suggestions-wrapper .section1 .div1 ul li .img2 {
  margin-top: 40px;
}
.suggestions-wrapper .section1 .div1 ul li .img2 {
  float: right;
}
.suggestions-wrapper .section1 .div1 ul li .img3 {
  float: left;
  margin-right: 25px;
}
.suggestions-wrapper .section1 .div1 ul li:nth-child(even) {
  margin-bottom: -160px;
}
.suggestions-wrapper .section1 .div1 ul li:nth-child(n+3) div {
  margin-bottom: 25px;
}
.suggestions-wrapper .section1 .div1 ul li:nth-child(n+3) p {
  margin-top: 0;
}
.suggestions-wrapper .section1 .div1 ul li:nth-child(odd) {
  border-bottom: none;
}
.suggestions-wrapper .section1 .div1 ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.suggestions-wrapper .section2 {
  margin: 15px 0 40px;
}
.suggestions-wrapper .section2 ul li {
  float: left;
  width: 250px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .suggestions-wrapper {
    margin-top: 43px;
  }
  .suggestions-wrapper .visual img {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
  .suggestions-wrapper .section1 .div1 {
    width: auto;
    margin-left: 0;
    padding: 45px 12.5px 0;
    font-size: 11px;
    background-position: 90% 10px;
    background-size: 100px 80px;
  }
  .suggestions-wrapper .section1 .div1 .img {
    width: 100%;
  }
  .suggestions-wrapper .section1 .div1 ul {
    margin-top: 30px;
  }
  .suggestions-wrapper .section1 .div1 ul li {
    padding-bottom: 22.5px;
  }
  .suggestions-wrapper .section1 .div1 ul li .title1 {
    width: 240px;
  }
  .suggestions-wrapper .section1 .div1 ul li .img1, .suggestions-wrapper .section1 .div1 ul li .img2 {
    width: 100%;
    margin-top: 20px;
  }
  .suggestions-wrapper .section1 .div1 ul li .title2 {
    width: 205px;
  }
  .suggestions-wrapper .section1 .div1 ul li .title3 {
    width: 207px;
  }
  .suggestions-wrapper .section1 .div1 ul li .title4 {
    width: 289px;
  }
  .suggestions-wrapper .section1 .div1 ul li .img3 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .suggestions-wrapper .section1 .div1 ul li p {
    margin-top: 20px;
    font-size: 12px;
    padding-left: 9px;
  }
  .suggestions-wrapper .section1 .div1 ul li:nth-child(n+3) p {
    margin-top: 22.5px;
  }
  .suggestions-wrapper .section1 .div1 ul li:nth-child(n+2) {
    margin-top: 22.5px;
  }
  .suggestions-wrapper .section2 {
    padding: 0 12.5px;
    margin: 10px 0 50px;
  }
  .suggestions-wrapper .section2 ul li {
    width: 48%;
  }
  .suggestions-wrapper .section2 ul li a img {
    width: 100%;
  }
  .suggestions-wrapper .section2 ul li:nth-child(even) {
    float: right;
  }
  .suggestions-wrapper .section2 ul li:nth-child(n+3) {
    margin-top: 13px;
  }
}

/*# sourceMappingURL=index.css.map */