.c-section-contents + .c-section-contents {
  margin-top: 40px;
}

.m-pageTextWrap + .featureList {
  margin-top: -10px;
}

.featureList-item {
  margin-top: 50px;
}

.featureList-item-title {
  background-color: #ED1C24;
  background-image: url(../img/common/bg_title_02_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.875;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
  min-height: 64px;
}

.featureList-item-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.015em;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 30px;
}

.featureList-item-description.is-narrow {
  letter-spacing: 0.01em;
}

.featureList-item-description a {
  color: #050F31;
}

.sme-title {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
}

.sme-menu-wrap {
  background-color: #F2F2F2;
  padding: 30px;
}

.sme-menu-box {
  margin-top: 30px;
}

.sme-menu-box__title {
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #ED1C24;
}

.sme-menu-box__description {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: -0.015em;
  margin-top: 10px;
}

@media all and (min-width: 768px) {
  .c-section-02 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .featureList {
    display: flex;
    flex-wrap: wrap;
  }
  .featureList-item {
    width: 375px;
    margin-left: 40px;
  }
  .featureList-item:first-child, .featureList-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .featureList-item-description a {
    transition: 0.3s ease;
  }
  .featureList-item-description a:hover {
    opacity: 0.7;
  }
  .sme-menu-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sme-menu-box {
    width: 350px;
  }
  .sme-menu-box:first-child, .sme-menu-box:nth-child(2) {
    margin-top: 0;
  }
  .sme-menu-box.box-06 {
    margin-top: -60px;
  }
  .sme-menu-box.box-07 {
    margin-top: -96px;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .m-sectionTitle-02 {
    background-image: url(../img/common/bg_title_02_pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px 10px;
    line-height: 1.875;
    min-height: 54px;
  }
  .featureList-item {
    margin-top: 30px;
  }
  .featureList-item-title {
    font-size: 16px;
    min-height: 54px;
  }
  .featureList-item-description {
    margin-top: 25px;
  }
  .m-pageText {
    text-align: justify !important;
    text-justify: inter-ideograph !important;
  }
  .sme-title {
    font-size: 24px;
    line-height: 1.666;
  }
  .sme-menu-wrap {
    padding: 30px 15px;
  }
  .sme-menu-box {
    margin-top: 20px;
  }
  .sme-menu-box:first-child {
    margin-top: 0;
  }
  .sme-menu-box__title {
    font-size: 16px;
  }
}
