@charset "euc-jp";

#newsPickup h2.titStripe {
margin-bottom: 40px !important;
}
#topNews h2.titStripe {
margin-bottom: 10px !important;
}

/* -------------------------------------
 *     お知らせ特別枠
 * ------------------------------------- */

#newsPickup {
margin: 0 auto 30px;
}

.ytbBox {
position:relative;
width:100%;
padding:56.25% 0 0;
margin: 0
}
.ytbBox iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}
@media screen and (max-width: 768px) {
    #newsPickup {
    margin: 0 20px 20px;
    }
    #topNews {
    margin: 0 20px;
    }
}

/* -------------------------------------
 *     新着情報 記事
 * ------------------------------------- */
.osirase {
margin: 0;
padding: 0;
}

.info-list {
border-top: 1px dotted #333;
}

.info-list li {
border-bottom: 1px dotted #333;
margin: 0;
padding: 5px 0;
}

/* -------------------------------------
マテリアル
 ------------------------------------- */
#materialList {
margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    #materialList {
    margin: 0 20px 20px;
    }
}

/* -------------------------------------
バナー2列
 ------------------------------------- */
.bnrListM ul {
list-style: none;
letter-spacing: -1em;
font-size: 0px;
margin: 0;
padding: 0;
}
.bnrListM li {
letter-spacing: normal;
font-size: 14px;
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: top;
width: 49%;
margin: 0 0 10px;
padding: 0;
}
.bnrListM li:nth-child(odd) {
margin-right: 2%;
}
.bnrListM li p {
margin: 0;
padding: 5px 0 0;
}

/* -------------------------------------
 *     インストラクター養成講座
 * ------------------------------------- */
#lessonInst {
margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
    #lessonInst {
    margin: 0 20px 20px;
    }
}
/* -------------------------------------
 *     教室情報
 * ------------------------------------- */
#lesson {
margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
    #lesson {
    margin: 0 20px 20px;
    }
}

.lessonwrap{
    display: flex;
    /*justify-content: space-around;*/
  justify-content: flex-start
}
#lessonInst,#lesson{
width:48%;
}
