.images-css02 {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  /*--- ipad ---*/
  display: -webkit-flex;
  /*--- ipad 7.0---*/
  -webkit-justify-content: space-between;
  /* ipad */
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexunit_c2 {
  background-color: #f1f4fb;
  text-align: center;
  padding: 0 1rem 1rem 1rem;
}

.flexunit_c2 span {
  display: block;
  margin-top: 1rem;
  width: 100%;
  text-align: center;
}

.span_title {
  width: 100%;
  font-weight: bold;
}

.p-scr1801_slides {
  position: relative;
}

.p-scr1801_imageSlide {
  max-width: 180px;
  margin: 0 auto;
}

.p-scr1801_slideinfo {
  min-height: 125px;
}

.p-scr1801_next-2,
.p-scr1801_prev-2,
.p-scr1801_next-1,
.p-scr1801_prev-1 {
  display: block;
  width: 28px;
  height: 28px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.p-scr1801_next-2,
.p-scr1801_next-1 {
  right: -58px;
}
.p-scr1801_prev-2,
.p-scr1801_prev-1 {
  left: -58px;
}

.p-scr1801_next-2:focus,
.p-scr1801_prev-2:focus,
.p-scr1801_next-1:focus,
.p-scr1801_prev-1:focus,
.m-herocarousel_bullet:focus {
  outline: none !important;
}

.p-scr1801_pagination-2,
.p-scr1801_pagination-1 {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.p-scr1801-swiper-container {
  max-width: 488px;
  margin: 0 auto;
}

.swiper-button-disabled {
  visibility: hidden;
}

.o-section.p-scr1801-custommargin {
  margin-top: 60px;
}

@media screen and (min-width: 769px) {
  /* pc */

  .images-css02 {
    flex-direction: row;
  }

  .flexunit_c2 {
    -js-display: flex;
    display: flex;
    display: -webkit-box;
    /*--- ipad ---*/
    display: -webkit-flex;
    /*--- ipad 7.0---*/
    -webkit-justify-content: space-between;
    /* ipad */
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flexunit_c2 div {
    width: 50%;
  }

  .flexunit_c2 {
    margin-bottom: 3rem;
    width: 60%;
  }

  .flexunit_c2 img {
    width: 95%;
  }

  .span_title {
    display: block;
    font-size: 16px;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 768px) {
  /* sp */

  .images-css02 {
    flex-direction: column;
  }

  .flexunit_c2 {
    margin-bottom: 2rem;
    width: 100%;
  }

  .flexunit_c2 div {
    margin-bottom: 2rem;
  }

  .flexunit_c2 div:last-child {
    margin-bottom: 0;
  }

  .flexunit_c2 {
    max-width: 100%;
  }

  .span_title {
    display: block;
    font-size: 16px;
    margin-bottom: 0.5rem;
  }

  .p-scr1801_next-1,
  .p-scr1801_next-2,
  .p-scr1801_prev-1,
  .p-scr1801_prev-2 {
    top: 65%;
  }

  .p-scr1801_next-2,
  .p-scr1801_next-1 {
    right: 0;
  }

  .p-scr1801_prev-2,
  .p-scr1801_prev-1 {
    left: 0;
  }

  .o-section.p-scr1801-custommargin {
    margin-top: 40px;
  }
}
