.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 {
  font-size: 18px;
  padding: 0;
  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-toilet/img/bg-pointAreaBottom.png) #ffffff no-repeat center bottom;
  background-size: contain;
}

.el-pointArea__inner {
  background: url(/_var/ina/ina-toilet/img/bg-pointAreaTop.png) 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;
  position: relative;
}

.el-pointItem__body .el-pointItem_sliderWrapper .el-pointItem__body .el-pointItem {
  flex: 1;
  padding-right: 25px;
}

.el-pointItem__slider {
  width: 50%;
}

.el-pointItem__pics {
  width: 50%;
}

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

.pointDetail__title {
  margin-bottom: 15px;
  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;
}

.swiper-wrapper {
  display: flex;
  justify-content: space-between;
}

.swiper-slide {
  width: auto;
}

.swiper-button-wrapper.-hidden {
  display: none;
}

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

.el-lineupUnit__item:nth-child(1) {
  width: 30.66667%;
}

.el-lineupUnit__item:nth-child(2) {
  width: 51.11111%;
}

.el-lineupUnit__item:nth-child(3) {
  width: 17.33333%;
}

.el-lineupUnit__image {
  height: auto;
}

@media screen and (max-width: 699px) {
  .el-d-headingPrefixText {
    font-size: 16px;
  }
  .el-d-headingPrefixImage {
    width: 61px;
  }
  .el-d-headingText {
    font-size: 26px;
  }
  .el-pointArea {
    margin-bottom: 0;
    padding: 0 0 60px;
    background: url(/_var/ina/ina-toilet/img/bg-pointAreaBottom_sp.png) #ffffff no-repeat center bottom;
    background-size: contain;
  }
  .el-pointArea__inner {
    background: url(/_var/ina/ina-toilet/img/bg-pointAreaTop_sp.png) no-repeat center top;
    background-size: contain;
    padding: 50px 15px 0;
  }
  .el-pointArea__col {
    margin-top: 60px;
  }
  .el-pointItem {
    display: block;
  }
  .el-pointItem__body {
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
  }
  .el-pointItem__slider {
    width: calc(100% + 30px);
    margin: 20px -15px 0;
    box-sizing: border-box;
  }
  .el-pointItem__pics {
    width: 100%;
    margin-top: 30px;
    position: relative;
  }
  .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;
  }
  .swiper-container {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    border: 1px solid #0068b7;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    width: 25px;
    height: 25px;
    background-image: none;
    top: calc(50% - 30px);
    margin-top: 0;
    box-sizing: border-box;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    top: calc(50% - 4px);
  }
  .swiper-button-prev {
    left: 5px;
  }
  .swiper-button-prev::after {
    border-right: 1px solid #0068b7;
    border-bottom: 1px solid #0068b7;
    transform: rotate(-45deg);
    vertical-align: middle;
    transform: rotate(135deg);
    left: calc(50% - 3px);
  }
  .swiper-button-next {
    right: 5px;
  }
  .swiper-button-next::after {
    border-right: 1px solid #0068b7;
    border-bottom: 1px solid #0068b7;
    transform: rotate(-45deg);
    vertical-align: middle;
    right: calc(50% - 2px);
  }
  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
  }
  .el-lineupUnit {
    flex-direction: row;
    box-sizing: border-box;
  }
  .el-lineupUnit__item:nth-child(1), .el-lineupUnit__item:nth-child(2), .el-lineupUnit__item:nth-child(3) {
    width: 100%;
  }
  .el-lineupUnit__image {
    width: 100%;
  }
}
