@charset "utf-8";
/* CSS Document */
img.reverse_pic1 {
  max-width: 100%;
}
img.reverse_pic2 {
  max-width: 90%;
  margin: auto 5%;
  text-align: center;
}
img.reverse_pic3 {
  max-width: 100%;
}
p.reverselist_text2 {
  line-height: 20px;
  font-weight: 600;
  margin: 5px 0 30px 0;
  text-align: left;
}
p.fontweight {
  font-weight: 600;
}
img.list_pic {
  max-width: 100%;
}
ul.reverselist.clearfix {
  width: 100%;
  margin: 0 0 10% 0;
  padding: 0;
}
ul.reverselist.clearfix li {
  float: left;
  width: 48%;
  margin: 0 0 20px 10px;
  list-style: none;
}
p.reversetext {
  font-weight: 600;
  line-height: 17px;
  height: 55px;
  letter-spacing: -1px;
}
p.reversetext2 {
  font-weight: 600;
  line-height: 17px;
  height: 30px;
  letter-spacing: -1px;
}
ul.reverselist.clearfix li:nth-child(odd) {
  margin: 0 0 20px 4px;
}
@media screen and (min-width: 0px) and (max-device-width: 320px) {
  ul.reverselist.clearfix li:nth-child(odd) {
    margin: 0 0 20px 2px;
  }
}
.reversebutton {
  width: 85%;
  margin: 0 auto;
}