@charset "UTF-8";
article#flow section {
  padding: 0 0 50px;
}
article#flow h2.title.sub {
  margin-bottom: 0;
}
article#flow div.lead.box h2 {
  background: #b30000;
}
article#flow ul.flow_list {
  display: flex;
  flex-direction: column;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
article#flow ul.flow_list li + li {
  margin-top: 30px;
}
article#flow ul.flow_list li div.first_comment {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
article#flow ul.flow_list li div.first_comment p {
  width: 65%;
}
article#flow ul.flow_list li div.first_comment div.arrow {
  width: 35%;
  height: 90px;
  position: relative;
  font-family: "arial", sans-serif;
  font-size: 5rem;
  font-weight: bold;
  padding-left: 18%;
}
article#flow ul.flow_list li div.first_comment div.arrow span {
  display: block;
  font-size: 40%;
  line-height: 1.8;
}
article#flow ul.flow_list li div.first_comment div.arrow::before, article#flow ul.flow_list li div.first_comment div.arrow::after {
  content: "";
  position: absolute;
  left: 30%;
  transform: translateX(-50%);
}
article#flow ul.flow_list li div.first_comment div.arrow::before {
  display: block;
  width: 10px;
  height: 70%;
  background: #000000;
  top: 0;
}
article#flow ul.flow_list li div.first_comment div.arrow::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #000000;
  border-bottom: 0;
  bottom: 20%;
}
article#flow ul.flow_list li div.last_comment {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 2em 1em 0;
  background: #fff7d0;
  height: 0;
  overflow: hidden;
  transition: 0.5s;
  transition-delay: 0.5s;
}
article#flow ul.flow_list li div.last_comment h3 {
  font-size: 2.2rem;
  width: 100%;
  text-align: center;
}
article#flow ul.flow_list li div.last_comment P:first-of-type {
  width: 40%;
}
article#flow ul.flow_list li div.last_comment P:last-of-type {
  width: 55%;
}
article#flow ul.flow_list li div.last_comment P.goal {
  font-size: 2.4rem;
  text-align: center;
}
article#flow ul.flow_list li div.last_comment P img {
  width: 100%;
}
article#flow ul.flow_list li div.last_comment a {
  color: #FF2700;
  padding: 0 0.5em;
  border-bottom: 1px solid;
}
article#flow ul.flow_list li div.last_comment a::after {
  content: "\f0da";
  font-weight: bold;
  font-family: "Font Awesome 6 Free";
  padding-left: 0.5em;
}
article#flow ul.flow_list li.active div.last_comment {
  height: 220px;
}