@charset "UTF-8";
/*--- 20251118_メリット ---*/
.merit {
  display: flex;
  justify-content: space-between;
  text-align: center;
  background: #ddaebe;
  padding: 1em;
}
.merit > div {
  flex: 1;
  border-left: 1px solid #fff;
}
.merit > div:first-child {
  border-left: none;
}
#contents .merit p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 0;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.merit p span {
  display: block;
  font-size: 1.2em;
}
@media (max-width: 768px) {
  .merit {
    flex-direction: column;
    align-items: center;
    padding: 0 1.5em;
  }
  .merit > div {
    width: 100%;
    border-left: none;
    border-top: 1px solid #fff;
  }
  .merit > div:first-child {
    border-top: none;
  }
  #contents .merit p {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}