@charset "UTF-8";


@media screen and (min-width: 768px) {
  #flow_steps {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }
  .flow_step {
    width: 100%;
  }
  .flow_step .flow_step_inner {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .flow_step .flow_step_inner .flow_step_img {
    flex-shrink: 0;
    width: 240px;
    border: 1px rgba(187, 187, 187, 0.6) solid;
    border-radius: 20px;
    overflow: hidden;
    line-height: 0;
  }
  .flow_step .flow_step_inner dl {
    width: 100%;
  }
  .flow_step .flow_step_inner dl dt {
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 1.6;
    letter-spacing: 1px;
    border-bottom: 1px #000000 solid;
    margin: 0 0 10px;
    padding: 0 0 9px;
  }
  .flow_step .arrow_downward {
    width: 36px;
    margin: 20px auto;
    line-height: 0;
  }
  .flow_step #flow_step_last_text {
    text-align: center;
    font-size: 1.375rem;
    line-height: 1;
    letter-spacing: 1px;
    margin: 20px 0 0;
  }
  .flow_step_sec {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 80px 0 0;
  }
  .flow_venue {
    width: 100%;
    margin: 50px 0 0;
  }
  .flow_venue dt {
    margin: 0 0 10px;
  }
  .flow_venue dd ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .flow_venue dd ul li {
    width: 49%;
    max-width: 465px;
  }
  .flow_venue dd ul li div {
    margin: 0 0 10px;
    line-height: 0;
  }
  .flow_venue dd ul li p {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #flow_steps {
    width: 100%;
  }
  .flow_step {
    width: 100%;
  }
  .flow_step .flow_step_inner {
    width: 100%;
  }
  .flow_step .flow_step_inner .flow_step_img {
    width: 200px;
    border: 1px rgba(187, 187, 187, 0.6) solid;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 auto 8px;
    line-height: 0;
  }
  .flow_step .flow_step_inner dl {
    width: 100%;
  }
  .flow_step .flow_step_inner dl dt {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.6;
    letter-spacing: 0.5px;
    border-bottom: 1px #000000 solid;
    margin: 0 0 8px;
    padding: 0 0 8px;
  }
  .flow_step .arrow_downward {
    width: 26px;
    margin: 15px auto;
    line-height: 0;
  }
  .flow_step #flow_step_last_text {
    text-align: center;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.5px;
    margin: 20px 0 0;
  }
  .flow_step_sec {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 60px 0 0;
  }
  .flow_venue {
    width: 100%;
    margin: 25px 0 0;
  }
  .flow_venue dt {
    margin: 0 0 10px;
  }
  .flow_venue dd ul {
    width: 100%;
  }
  .flow_venue dd ul li {
    width: 100%;
    margin: 0 0 20px;
  }
  .flow_venue dd ul li div {
    margin: 0 0 5px;
    line-height: 0;
  }
  .flow_venue dd ul li p {
    font-size: 0.8125rem;
    line-height: 1.5;
  }
}

