@charset "utf-8";/* -- 教材の特徴CSS -- */
#main-image .cont-area{ background: url(../images/main-image/feature-bg.png) right bottom no-repeat; }

.contents03{ margin-top: 35px; }

/*******************************************
Multi Screen
********************************************/
@media screen and (max-width:769px){
.fl-r{ float: none; margin-left: 0; text-align: center; }
.fl-l{ float: none; margin-right: 0; text-align: center; }
.m0-b{ margin-bottom: 20px!important; }
}
