/* --------------------------------------------
  flow
-------------------------------------------- */
.flow_subtitle_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px;
}
.flow_subtitle {
  display: flex;
  margin: 8px;
  padding: 10px 20px;
  border: #ff903e solid 2px;
  border-radius: 8px;
  width: 160px;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fd6f31;
  transition-property: background-color, box-shadow;
  transition-duration: 0.4s;
  cursor: pointer;
}
.flow_subtitle_box input:checked+label {
  background-color: #ff903e;
  box-shadow: 0px 10px 16px #eee;
  color: #fff;
}
.flow_subtitle_box input:hover+label {
  background-color: #ff903e;
  box-shadow: 0px 10px 16px #eee;
  color: #fff;
}
.flow_subtitle_box input {
  display: none;
}
#open-seminar-flow {
  display: block;
}
#internship-flow {
  display: none;
}
#threeday-workshop-flow {
  display: none;
}
.flow-wrapper {
  padding-top: 76px;
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .flow-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.flow {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.flow_left,
.flow_right {
  display: table-cell;
  vertical-align: top;
}
.flow_left {
  width: 120px;
  position: relative;
  background: url(/2026/information/img/flow_step_bg02.png) center bottom / 28px auto no-repeat, url(/2026/information/img/flow_step_bg01.png) center bottom / 28px auto repeat-y;
  padding-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .flow_left {
    width: 85px;
    background: url(/2026/information/img/flow_step_bg02.png) center bottom / 21px auto no-repeat, url(/2026/information/img/flow_step_bg01.png) center bottom / 21px auto repeat-y;
    padding-bottom: 28px;
  }
}
.flow_right {
  padding: 27px 40px 36px 18px;
}
@media screen and (max-width: 767px) {
  .flow_right {
    padding: 10px 0 21px 15px;
  }
}
.flow_title {
  margin-bottom: 20px;
}
.flow_title h2 {
  font-size: 2.0rem;
  color: #fd6f31;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .flow_title {
    margin-bottom: 16px;
  }
  .flow_title h2 {
    font-size: 1.8rem;
  }
}
.flow_title + p {
  font-size: 1.8rem;
  color: #222;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .flow_title + p {
    font-size: 1.6rem;
  }
}
.flow_step {
  width: 120px;
  height: auto;
  padding-bottom: 10px;
  background: #fff;
}
.flow_step img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .flow_step {
    width: 85px;
  }
}
.flow_bnr_area {
  padding: 30px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  margin-top: 20px;
}
.flow_bnr_area ul {
  font-size: 0;
}
.flow_bnr_area ul li {
  display: inline-block;
  margin: 0 10px;
  width: auto;
  height: auto;
}
.flow_bnr_area ul li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .flow_bnr_area {
    padding: 5px 20px;
    margin-top: 17px;
    display: block;
  }
  .flow_bnr_area ul {
    display: table;
    margin: 0 auto;
  }
  .flow_bnr_area ul li {
    margin: 15px 0;
    max-width: 205px;
    display: block;
    width: 100%;
  }
}
.flow_offer {
  background: #ff903e;
  border-radius: 10px;
  padding: 32.8px 0 34px;
  color: #fff;
  width: 960px;
  text-align: center;
}
.flow_offer dt {
  font-size: 3.2rem;
}
.flow_offer dd {
  margin-top: 25px;
}
.flow_offer dd p {
  font-size: 2.0rem;
  line-height: 1.6;
}
.flow_offer dd p:nth-child(2) {
  margin-top: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .flow_offer {
    padding: 25.6px 0 28px;
    color: #fff;
    width: 100%;
    text-align: center;
  }
  .flow_offer dt {
    font-size: 2.2rem;
  }
  .flow_offer dd {
    margin-top: 13px;
  }
  .flow_offer dd p {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .flow_offer dd p:nth-child(2) {
    margin-top: 12px;
  }
}
