.el-d-headingPrefix {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: normal;
  color: #000066;
}

.el-d-headingPrefixImage {
  width: 64px;
  height: auto;
  margin-right: 2px;
}

.el-d-headingPrefixText {
  padding: 0;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.el-d-headingText {
  color: #000066;
  font-size: 29px;
}

.el-pointArea {
  margin-top: -50px;
  margin-bottom: 50px;
  padding-bottom: 80px;
  background: url(/_var/ina/ina-tissue/img/bg-pointAreaBottom.jpg) #ffffff no-repeat center bottom;
  background-size: contain;
}

.el-pointArea__inner {
  background: url(/_var/ina/ina-tissue/img/bg-pointAreaTop.jpg) no-repeat center top;
  background-size: contain;
  padding: 80px 50px 0;
}

.el-pointArea__col {
  margin-top: 80px;
}

.el-pointItem {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.el-pointItem.-reverse {
  flex-direction: row-reverse;
}

.el-pointItem__body {
  background-color: transparent;
  width: 46.66667%;
  margin-bottom: 30px;
}

.el-pointItem__pics {
  width: 50%;
}

.el-pointItem__image {
  max-width: 100%;
  height: auto;
}

.pointDetail__title {
  margin-bottom: 20px;
  color: #0068b7;
  letter-spacing: 0.05em;
}

.pointDetail__title--prefix {
  font-size: 20px;
}

.pointDetail__title--text {
  margin-top: 5px;
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 24px;
  font-weight: bold;
}

.pointDetail__title--text::after {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background-color: #0068b7;
  margin-left: 5px;
}

.pointDetail__text {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 699px) {
  .el-d-headingPrefixText {
    font-size: 16px;
  }
  .el-d-headingText {
    font-size: 26px;
  }
  .el-d-headingPrefixImage {
    width: 61px;
  }
  .el-pointArea {
    margin-bottom: 60px;
    padding: 0 0 60px;
    background: url(/_var/ina/ina-tissue/img/bg-pointAreaBottom_sp.png) #ffffff no-repeat center bottom;
    background-size: contain;
  }
  .el-pointArea__inner {
    background: url(/_var/ina/ina-tissue/img/bg-pointAreaTop_sp.png) no-repeat center top;
    background-size: contain;
    padding: 40px 15px 0;
  }
  .el-pointArea__col {
    margin-top: 60px;
  }
  .el-pointItem {
    display: block;
  }
  .el-pointItem__body {
    width: 100%;
    margin-bottom: 0;
  }
  .el-pointItem__pics {
    width: 100%;
    margin-top: 30px;
    position: relative;
  }
  .el-pointItem__image {
    max-width: 100%;
  }
  .pointDetail__title {
    text-align: center;
  }
  .pointDetail__title--text {
    width: 310px;
    text-align: center;
  }
  .pointDetail__title--text::before, .pointDetail__title--text::after {
    content: "";
    display: block;
    height: 1px;
    flex-grow: 1;
    background-color: #0068b7;
  }
  .pointDetail__title--text::before {
    margin-right: 5px;
  }
  .pointDetail__title--text::after {
    width: auto;
    margin-left: 5px;
  }
}
