/* --------------------------------------------------
	ステージ共通
-------------------------------------------------- */
/* サブページのステージ */
#zone_substage {
    width: auto;
    background-color: white; /*サブページ背景*/
    background-image: url("../image/img-sbstage.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    background-size: cover;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#zone_substage h1 {
    font-size: 2.5em;
    font-weight: normal;
  color: #fff;
}
@media (max-width : 768px) {
    #zone_substage {
        background-position: center center;
        height: auto;
    }
    #zone_substage h1 {
        color: #fff;
        margin: 0;
        margin-top: 50px;
        padding-bottom: 40px;
        width: 100%;
        font-size: 1.3em;
        text-align: center;
    }
}
div.img{
  text-align: center;
	margin: 2em auto;
}
div.img img{
  max-width: 450px;
  width: 100%;
}
ul.l_kenkyuhi{
}
ul.l_kenkyuhi li{
  font-size: .9em;
  padding: 0 1em .5em 1em;
  margin: 0 auto 1.2em auto;
  background: #F5F5F5;
  border-radius: 10px;
}
