@charset "UTF-8";

.flow-blc {
  position: relative;
}

.flow-blc:nth-child(2n+2) {
  background-color: #FFF7DB;
}

.flow-blc:nth-last-child(1) {
  background-color: transparent;
}

.flow-blc > .inner{
  position: relative;
  z-index: 1;
}

.flow-blc > .inner > .intro {
  margin-bottom: 0;
  padding-bottom: 0;
}

.flow-blc > .inner > .intro .img {
  text-align: center;
  margin: 30px auto 30px;
}

.flow-blc > .inner > .intro .img .in-box {
  position: relative;
  display: inline-block;
  border: 3px solid #46b2e8;
  border-radius: 8px;
  box-sizing: border-box;
}

.flow-blc > .inner > .intro .img .in-box img {
  position: relative;
  border-radius: 5px;
}

.flow-blc > .inner > .intro .flow-gallery {
  margin: 62px auto 0;
}

.flow-blc > .inner > .intro .txt {
  padding-bottom: 0;
  margin: 62px auto 0;
}

.flow-gallery .flow-box {
  display: flex;
  flex-direction: column;
  max-width: 640px;
  margin: 0 auto;
}

.flow-gallery .flow-box .img-blc {
  width: 100%;
  height: 22vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #46b2e8;
  border-radius: 8px;
  box-sizing: border-box;
}

.flow-gallery .flow-box .txt-blc {
  text-align: center;
  margin: 20px 0;
}

.flow-gallery .slick-dots li button:before {
    width: 14px;
    height: 14px;
    content: '';
    background-color: transparent;
    border: 4px solid #46b2e8;
    border-radius: 7px;
    opacity: 1;
    box-sizing: border-box;
}

.flow-gallery .slick-dots li.slick-active button:before {
  width: 14px;
  height: 14px;
  background-color: #46b2e8;
}

@media screen and (max-width: 1400px) {
  .flow-gallery .flow-box .img-blc {
    height: 27vw;
  }  
}

@media screen and (max-width: 1200px) {
  .flow-gallery .flow-box .img-blc {
    height: 33vw;
  }  
}

@media screen and (max-width: 1000px) {
  .flow-gallery .flow-box .img-blc {
    height: 40vw;
  }  
  .flow-blc > .inner > .intro .flow-gallery {
    margin: 40px auto 0;
  }
  .flow-blc > .inner > .intro .txt {
    margin: 40px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .flow-gallery .flow-box .img-blc {
    height: 50vw;
  }  
}
