@charset "utf-8";
/* ----------------------------------------------------------------
  Module
----------------------------------------------------------------- */
.m-features-list {
  display: flex;
  flex-wrap: wrap;
}
.m-features-item {
  padding-bottom: 5px;
  margin-bottom: 10px;
  width: calc((100% - 40px) / 2);
}
.m-features-item.\--top {
  display: flex;
  width: 100%;
  border-bottom: 1px dashed #BBBBBB;
}
.m-features-item.\--top .m-features-item__icon {
  max-width: 300px;
  margin-right: 20px;
}
.m-features-item:not(.\--top) .m-features-item__icon {
  margin-bottom: 10px;
}
.m-features-item.\--top .m-features-item__body {
  flex-basis: calc(100% - 320px);
}
.m-features-item:not(.--top):nth-child(odd) {
  margin-right: 40px;
}
.m-features-item__ttl {
  font-size: 1.5rem;
  margin-bottom: 4px;
}
@media only screen and (max-width: 640px) {
  .m-features-item {
    padding-bottom: 5px;
    margin-bottom: 10px;
    width: 100%;
  }
  .m-features-item:not(.--top):nth-child(odd) {
    margin-right: 0;
  }
  .m-features-item.\--top {
    display: block;
  }
  .m-features-item.\--top .m-features-item__icon {
    max-width: 100%;
    margin: 0 0 5px 0;
  }
}
.top-information {
  margin: 10px 0;
  border: 1px solid #ff0000;
  padding: 5px;
  background: #fff0f5;
}
.top-information-item__link {
  font-size: 1.3rem;
  margin: 5px;
}
