/* --------------------------------------------------
	ステージ共通
-------------------------------------------------- */
/* サブページのステージ */
#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;
}
@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;
    }
}
.bpts_qaa_qa label {
  font-size: 1.6em;
}