@charset "UTF-8";

.lp_contents.simple {
  box-sizing: border-box;
  padding: 0 65px 20px;
  border: 1px solid #c4c4c4;
  background: #eee;
}
.lp_contents.simple h1 {
  margin-top: 50px;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #22ac38;
  color: #22ac38;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3em;
}
.lp_contents.simple h2 {
  margin-top: 34px;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 4px solid #22ac38;
  font-weight: bold;
  font-size: 20px;
}
.lp_contents.simple .txt {
  margin-bottom: 35px;
}
.lp_contents.simple .img_ttl {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 22px;
}
.lp_contents.simple .img {
  margin-bottom: 30px;
}
.lp_contents.simple .lp_table {
  margin-bottom: 30px;
  width: 100%;
  border-collapse: collapse;
}
.lp_contents.simple .lp_table th,
.lp_contents.simple .lp_table td {
  border: 1px solid #333;
  vertical-align: middle;
  line-height: 1.5em;
}
.lp_contents.simple .lp_table thead th {
  padding: 5px 0;
  background: #d6e7ad;
  text-align: center;
  font-weight: bold;
}
.lp_contents.simple .lp_table tbody th {
  padding: 5px 15px;
  background: #f7fcea;
  font-weight: bold;
}
.lp_contents.simple .lp_table tbody td {
  background: #fff;
  text-align: center;
}
