@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------------
教室紹介
------------------------------------------------------------------------------ */

/*視能訓練士のページ*/

.staTxt {
    line-height: 1.9em;
    margin-bottom: 10px;
}
p.staTxt {
    text-align: left;
    margin-bottom: 10px;
}
.staTxt li {
    padding-left: 1em;
    text-indent: -1em;
}

.staImg {
    margin-bottom: 30px;
}
.staImg li {
    margin-right: 15px;
    float: left;
}

.staFlex {
    display: flex;
    margin-bottom: 30px;
}

.staSide {
    /*margin-left: 15px;*/
}

.ortWrap {
    margin-bottom: 80px;
}
.ortImg {
    text-align: center;
    margin-bottom: 30px;
}
.ortImg img {
    width: 100%;
    height: auto;
    max-width: 724px;
}
.ortSchTop {
    margin-top: 40px;
}
.ortImgList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 55px;
}
.ortImgList div {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 10px;
}

.ortImgList div:nth-child(2n) {
    margin-right: 0;
}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 768px) {

    .ortCont .staTxt {
        /*font-size: 108%;*/
        line-height: 1.8em;
        margin-bottom: 10px;
    }
    .ortImgList {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }
    .ortImgList div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}
