.section__h2 {
  background-color: #e71f8e;
  padding: 5px 10px;
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .section__h2 {
    font-size: 1rem;
  }
}
.section-hero {
  padding: 20px 0;
}
.section-hero img {
  margin: 0 auto;
}
.section-houjinbtn {
  margin: 0 0 20px;
}
.section-houjinbtn .inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section-houjinbtn .inner {
    padding: 0 20px;
  }
}
.section-merit__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-merit__col {
  display: flex;
  flex-direction: column;
  width: 33%;
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .section-merit__col {
    width: 49%;
  }
}
.section-merit .img01 img {
  max-width: 150px;
  margin: 0 auto;
}
.section-merit h3 {
  background-color: #232323;
  margin-top: 10px;
  padding: 10px;
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}
.section-merit h3 + p {
  flex-grow: 1;
  background-color: #f5f5f5;
  padding: 20px;
  font-size: 0.875rem;
}
@media screen and (max-width: 480px) {
  .section-merit h3 + p {
    padding: 10px;
  }
}
.section-recommended {
  padding-top: 20px;
}
.section-recommended__box {
  margin-top: 10px;
}
.section-recommended__box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-recommended__box li {
  width: 24%;
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .section-recommended__box li {
    width: 32%;
  }
}
.section-recommended__box li.none {
  margin: 0;
  height: 0;
  overflow: hidden;
}
.section-recommended__box .img img {
  max-width: 100px;
  margin: 0 auto;
}
.section-recommended__box .txt {
  margin-top: 10px;
}
.section-example {
  padding: 20px 0;
}
.section-example__box {
  border: 5px solid #eeeeee;
  margin-top: 20px;
  padding: 20px;
}
@media screen and (max-width: 480px) {
  .section-example__box {
    margin-top: 10px;
    padding: 10px;
  }
}
.section-example__box h3 {
  border-bottom: 1px solid #e71f8e;
  font-size: 1.125rem;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .section-example__box h3 {
    font-size: 1rem;
  }
}
.section-example__row {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .section-example__row {
    display: block;
  }
}
.section-example__txt {
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .section-example__txt {
    padding-right: 0;
  }
}
.section-example__img {
  flex: 0 0 340px;
}
@media screen and (max-width: 768px) {
  .section-example__img {
    margin-top: 10px;
  }
}
.section-example__img img {
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .section-example__img img {
    max-width: 200px;
  }
}
