@charset "utf-8";

p.indent {
  padding-left: 1em;
  text-indent: -1em;
}
span.indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
div.ml10 {
  margin-left: 1em;
}
.mt_50 {margin-top: 50px;}


.flex_main article {
  margin-top: 64px;
  &:first-child {
    margin-top: 0;
  }
}



.flow_item {
  font-weight: bold;
  background: none;
  color: #000000;
  max-width: 714px;
  width: 93%;
  position: relative;
  padding: 13px 24px;
  box-sizing: border-box;
  margin-top: 0;
  &:last-child {
    padding-bottom: 0;
  }
  &:last-child .flow_comment {
    padding-bottom: 0;
  }
  @media screen and (max-width: 700px) {
    margin-top: 0px;
    padding: 10px 0;
  }
}
.flow_title {
  font-weight: bold;
  background: #e72a28;
  color: #fff;
  position: relative;
  padding: 13px 24px;
  box-sizing: border-box;
  @media screen and (max-width: 700px) {
    padding: 13px 10px 13px 40px;
  }
}
.flow_num {
  top: -10px;
  text-align: center;
  line-height: 1.2;
}
.flow_comment {
  padding: 20px;
}


.btn_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
  font-size: 2rem;
  p {
    width: 100%;
    max-width: 490px;
    margin: auto;
  }
}
.toggle_btn a {
  width: 100%;
  margin: auto;
  padding: 10px 0;
  display: block;
  text-align: center;
  color: #ccc;
  text-decoration: none;
  pointer-events: none;
  user-select: none;
  background: #efefef;
  font-size: 2rem;


  background: #e72a28;
  color: #fff;
  pointer-events: all;
  font-weight: bold;
  @media screen and (max-width: 700px) {
    font-size: min(1.8rem, 5.5vw);
  }
}
/* .active .toggle_btn a {
  background: #e72a28;
  color: #fff;
  pointer-events: all;
  font-weight: bold;
} */