@charset "UTF-8";

#flowContent1 + section .wrapper_item,
#flowContent2 + section .wrapper_item,
#flowContent3 + section .wrapper_item,
#flowContent4 + section .wrapper_item,
#flowContent5 + section .wrapper_item,
#flowContent6 + section .wrapper_item {
 border: 1px solid var(--i_border_color);
}
#flowContent1 + section .wrapper_item .inner_item_txt,
#flowContent2 + section .wrapper_item .inner_item_txt,
#flowContent3 + section .wrapper_item .inner_item_txt,
#flowContent4 + section .wrapper_item .inner_item_txt,
#flowContent5 + section .wrapper_item .inner_item_txt,
#flowContent6 + section .wrapper_item .inner_item_txt {
  padding: 2rem;
}
#flowContent1 + section .heading.block_header_2 .h,
#flowContent2 + section .heading.block_header_2 .h,
#flowContent3 + section .heading.block_header_2 .h,
#flowContent4 + section .heading.block_header_2 .h,
#flowContent5 + section .heading.block_header_2 .h,
#flowContent6 + section .heading.block_header_2 .h {
  border-bottom: 1px solid var(--i_main_color);
}
#flowContent1 + section::before,
#flowContent1 + section::after,
#flowContent2 + section::before,
#flowContent2 + section::after,
#flowContent3 + section::before,
#flowContent3 + section::after,
#flowContent4 + section::before,
#flowContent4 + section::after,
#flowContent5 + section::before,
#flowContent5 + section::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background: var(--i_main_color);
}
#flowContent1 + section::before,
#flowContent2 + section::before,
#flowContent3 + section::before,
#flowContent4 + section::before,
#flowContent5 + section::before {
  transform: translateX(-50%) rotate(45deg);
}
#flowContent1 + section::after,
#flowContent2 + section::after,
#flowContent3 + section::after,
#flowContent4 + section::after,
#flowContent5 + section::after {
  transform: translateX(-50%) rotate(-45deg);
}
@media (max-width: 900px) {
#flowContent1 + section .wrapper_item .inner_item_txt,
#flowContent2 + section .wrapper_item .inner_item_txt,
#flowContent3 + section .wrapper_item .inner_item_txt,
#flowContent4 + section .wrapper_item .inner_item_txt,
#flowContent5 + section .wrapper_item .inner_item_txt,
#flowContent6 + section .wrapper_item .inner_item_txt {
  padding: 2rem !important;
}
}