/* module-item */
.module-list .module-item {
  text-align: center;
}

.module-item .item-title > .title {
  font-size: 40px;
  font-weight: 900;
}

.module-item .item-title .sub-title {
  margin: 2rem 0 1rem 0;
  font-size: 16px;
  font-weight: 500;
}

.concept,
.asset {
  padding: 60px 0;
  width: 100%;
}

.concept-banner,
.asset-banner {
  width: 100%;
}

.peculiarity {
  padding-top: 50px;
}

.peculiarity-item:nth-child(2n) {
  padding-left: 50px;
}

.peculiarity-item-main {
  width: 100%;
  padding-left: 30px;
}

.peculiarity-item-img {
  width: 80px;
  height: 80px;
}

.peculiarity-item-main-title {
  font-size: 20px;
  font-weight: 900;
  padding-bottom: 20px;
}

.peculiarity-item-main-desc {
  line-height: 3em;
  font-size: 16px;
  margin-bottom: 50px;
  width: 35em;
}
