@charset "UTF-8";
/* Do not modify this file */
div.skrb-cb006-flow-a .skrb-flow-block {
  /* pattern1*/
}
div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 60px;
  padding-left: 0;
  list-style: none;
}
div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-title span {
  display: block;
  color: var(--sitecolor);
  font-size: 20px;
  margin-bottom: 20px;
}
div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-list {
  /* pattern2 */
}
div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-list > li {
  font-size: initial;
  line-height: initial;
  padding-left: initial;
  position: initial;
}
div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-list > li:before {
  display: none;
}
div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-list.pattern1 li {
  display: flex;
  position: relative;
}
div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-list.pattern1 li:not(:last-child) {
  margin-bottom: 32px;
}
div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-list.pattern1 li .skrb-flow-num {
  color: var(--textcolor);
  width: 88px;
  border-right: 1px solid #D9D9D9;
  font-size: 24px;
  line-height: 1.6;
  padding: 15px 0;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 768px) {
  div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-list.pattern1 li .skrb-flow-num {
    border-right: none;
    border-bottom: 1px solid #D9D9D9;
  }
}
div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-list.pattern1 li .skrb-flow-num span {
  font-size: 16px;
  display: block;
}
@media screen and (max-width: 768px) {
  div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-list.pattern1 li .skrb-flow-num span {
    display: inline;
  }
}
div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-list.pattern1 li .skrb-flow-content {
  padding: 15px 0 15px 32px;
  width: calc(100% - 88px);
}
@media screen and (max-width: 768px) {
  div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-list.pattern1 li .skrb-flow-content {
    padding: 15px 0 15px 0 !important;
  }
}
div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-list.pattern1 li .skrb-flow-content h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-list.pattern1 li .skrb-flow-content h3 {
    font-size: 20px;
    line-height: 3;
  }
}
div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-list.pattern1 li .skrb-flow-content h3 img {
  float: right;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-list.pattern1 li .skrb-flow-content h3 img {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}
div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-list.pattern1 li .skrb-flow-content p {
  line-height: 2.3125;
}
@media screen and (max-width: 768px) {
  div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-list.pattern1 li .skrb-flow-content p {
    font-size: 14px;
  }
}
div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-list.pattern1 li .skrb-flow-content .skrb-flow-desc > *:last-child {
  margin-bottom: 0;
}
div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-list.pattern2 {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  gap: 35px 52px;
}
div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-list.pattern2 li {
  background: var(--sitecolor);
  color: var(--textcolor);
  width: calc((100% - 104px) / 3);
  padding: 26px 32px 40px;
  position: relative;
}
div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-list.pattern2 li .skrb-flow-num {
  font-size: 24px;
  margin-bottom: 15px;
  letter-spacing: 0.17em;
}
div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-list.pattern2 li .skrb-flow-num span {
  font-size: 16px;
}
div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-list.pattern2 li .skrb-flow-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: var(--textcolor);
}
div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-list.pattern2 li .skrb-flow-content h3 img {
  margin-bottom: 30px;
}
div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-list.pattern2 li .skrb-flow-content p {
  line-height: 1.9375;
  font-size: 14px;
}
div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-list.pattern2 li:not(:last-child)::after {
  content: "";
  display: block;
  border: transparent solid 21px;
  border-left: var(--sitecolor) solid 42px;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-list.pattern2 li:not(:last-child)::after {
    content: "";
    transform: none;
    border: none;
    display: block;
    width: 100%;
    height: 70px;
    background: var(--sitecolor);
    /* 三角形の色 */
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    /* 下向き三角形 */
    position: absolute;
    top: 99.9%;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-list.pattern1 li {
    flex-direction: column;
  }
  div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-list.pattern1 li .skrb-flow-num {
    width: 100%;
    padding: 10px 0;
    line-height: 1;
  }
  div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-list.pattern1 li .skrb-flow-num span {
    margin-bottom: 3px;
  }
  div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-list.pattern1 li .skrb-flow-content {
    width: 100%;
    padding: 20px;
  }
  div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-list.pattern2 {
    flex-direction: column;
  }
  div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-list.pattern2 li {
    width: 100%;
    margin-bottom: 60px;
    padding: 25px 20px 20px;
  }
  div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-list.pattern2 li::after {
    left: 0;
    top: 100%;
    border-top-width: 30px;
    border-left-width: var(--bdl_width);
    border-right-width: var(--bdr_width);
    border-bottom-width: 0;
    border-color: var(--sitecolor) transparent transparent transparent;
  }
}

div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-list.pattern1 li .skrb-flow-content h3 {
  border-bottom: initial;
  padding: initial;
}
div.skrb-cb006-flow-a .skrb-flow-block .skrb-flow-list.pattern2 li .skrb-flow-content h3 {
  border-bottom: initial;
  padding: initial;
}/*# sourceMappingURL=block.css.map */