/* .merit_box {
  width: 47.66%;
}

dl.dl_list_merit dd img.review_image {
  display: block;
  margin: 0 2% auto;
  width: 30%;
  height: auto;
  max-width: 522px;
  max-height: 655px;
} */
dl.dl_list_merit .review_block {
  display: flex;
}

dl.dl_list_merit {
  margin-bottom: 90px;
}

dl.dl_list_column {
  margin-bottom: 90px;
}

dl.dl_list_kanoueria {
  margin-bottom: 90px;
}

dl.dl_list_merit dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

dl.dl_list_merit dd:not(dd:last-child) {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #c0c0c0;
}

dl.dl_list_column dd {
  display: block;
}

dl.dl_list_kanouerea dd {
  display: block;
  margin-bottom: 30px;
}

dl.dl_list_gakusei dd {
  display: block;
  margin-bottom: 30px;
}

dl.dl_list_merit dd img {
  margin-right: 4%;
  width: 47.84%;
  height: auto;
  max-width: 532px;
  max-height: 320px;
  object-fit: cover;
}

dl.dl_list_kanouerea dd img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 532px;
  max-height: 532px;
  object-fit: cover;
}

dl.dl_list_gakusei dd img {
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 728px;
  object-fit: cover;
  text-align: left;
}

dl.dl_list_column dd p {
  width: 100%;
}

p.kanouerea {
  margin-top: 30px;
}

.kanoubukken_text {
  font-size: 20px;
  font-weight: bold;
}

.merit_box {
  width: 47.66%;
}

.column_box {
  width: 100%;
}

ul.merit_list {
  margin-bottom: 30px;
  width: 100%;
}

ul.merit_list li {
  margin-bottom: 10px;
  margin-left: 3px;
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

ul.merit_list li:before {
  position: relative;
  top: 2px;
  left: -3px;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  border-radius: 100%;
  background: #388dc6;
}

ul.column_list {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}

ul.column_list li {
  margin-bottom: 10px;
  margin-left: 3px;
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

ul.column_list li:before {
  position: relative;
  top: 2px;
  left: -3px;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  border-radius: 100%;
  background: #388dc6;
}

.dl_list_column a {
  color: #68cecd;
}

dl.dl_list_merit dd .merit_box p.merit_text {
  display: block;
  width: 100%;
}

ul.merit_list02 {
  margin-bottom: 30px;
  width: 100%;
}

ul.merit_list02 li {
  margin-bottom: 10px;
  margin-left: 3px;
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  list-style-type: decimal;
}
@media screen and (max-width: 768px) {
  dl.dl_list_merit {
    margin-bottom: 40px;
  }

  dl.dl_list_merit dd {
    margin-bottom: 30px;
    display: block;
  }

  dl.dl_list_merit dd img {
    margin: 0 auto 30px auto;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }

  dl.dl_list_merit dd img.review_image {
    display: block;
    margin: 0 auto 30px auto;
    width: 100%;
    height: auto;
    max-width: 522px;
    max-height: 655px;
  }

  dl.dl_list_merit dd p {
    margin: 0 auto;
    width: 100%;
  }
  .merit_box {
    margin: 0 auto;
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  dl.dl_list_merit dd p {
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }
}
