/* --------------------------------------------------
	ステージ共通
-------------------------------------------------- */
/* サブページのステージ */
#zone_substage {
  background-image: url("/research/image/img-sbstage.jpg");
}
.l_sideimage {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 768px) {
  .l_sideimage {
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }
  .l_sideimage img {}
}
.small_tx {
  font-size: 60%;
}
.l_hu_flex_wrap{
	max-width: 630px;
	margin: 0 auto;
}
.l_hu_flex {
  margin: .3em 0;
  display: flex;
  gap: 1em;
  justify-content: center;
}
.l_hu_flex img {
  height: 200px;
  width: auto;
}
.l_hu_flex span {
  display: block;
  text-align: center;
  color: #4E82B3;
  font-weight: bold;
}
.p_chui {
  font-size: .9em;
  text-align: right;
}
@media (max-width: 768px) {
  .l_hu_flex img {
    max-height: 150px;
    height: auto;
    width: 100%;
  }
  .l_hu_flex span {
    font-size: .8em;
    line-height: 1;
  }
  .l_hu_flex.triple img {
    max-height: auto;
    width: 200px;
  }
  .p_chui {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
	.l_hu_flex_wrap > p{
		text-align: center;
	}
  .l_hu_flex, .l_hu_flex.triple div {
    display: block;
    text-align: center;
  }
  .l_hu_flex img {
    max-height: 200px;
  }
  .l_hu_flex.triple span {
    text-align: center;
    margin-bottom: 1.6em;
  }
  .p_chui {
    text-align: center;
  }
}