@charset "utf-8";
/* ---------------------------------------------------------
kyoiku
---------------------------------------------------------*/
.topicsListBox {
    width: 605px;
    margin: 15px auto !important;
}
.subTitle{
    border-top: 3px dotted #DAEEFF;
    border-bottom: 3px dotted #DAEEFF;
    padding: 15px 0;
    margin-bottom: 15px;
}
.subTitle img{
    margin: 0 auto;
    display: block;
}
.courseBtn{
    text-align: right;
    margin: 15px 0 30px;
}
.courseBtn a:hover,
.courseBtn a:active{
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.balloon-top,
.balloon-top2,
.balloon-top3{
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 20px;
    max-width: 100%;
    background: #FFF;
    box-sizing: border-box;
}
.balloon-top{
    border: solid 3px #E5F2FF;
}
.balloon-top2{
    border: solid 3px #FFF1E3;
}
.balloon-top3{
    border: solid 3px #E7F6D9;
}

.balloon-top:before,
.balloon-top2:before,
.balloon-top3:before{
    content: "";
    position: absolute;
    top: -24px;
/*    left: 15%;*/
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #FFF;
    z-index: 2;
}
.balloon-top:after,
.balloon-top2:after,
.balloon-top3:after{
    content: "";
    position: absolute;
    top: -30px;
/*    left: 15%;*/
    margin-left: -17px;
    border: 14px solid transparent;
    z-index: 1;
}
.balloon-top:before{
    left: 15%;
    
}
.balloon-top2:before{
    left: 50%;
}
.balloon-top3:before{
    right: 15%;
}
.balloon-top:after{
    left: 15%;
    border-bottom: 14px solid #E5F2FF;
}
.balloon-top2:after{
    left: 50%;
    border-bottom: 14px solid #FFF1E3;
}
.balloon-top3:after{
    right: 15%;
    border-bottom: 14px solid #E7F6D9;
}

.img_btm{
    margin-bottom: 20px;
}
#courseTitle{
    position: relative;
}
.point_img{
    position: absolute;
    right: -10px;
    bottom: 0;
}
.line01{
    border-bottom: 3px dotted #DAEEFF;
    margin-bottom: 15px !important;
}
.line02{
    border-bottom: 3px dotted #ffd1a1;
    margin-bottom: 15px !important;
}
.line03{
    border-bottom: 3px dotted #aee07f;
    margin-bottom: 15px !important;
}
#course01 .line01 img,
#course02 .line02 img,
#course03 .line03 img{
    border: 0;
    padding-bottom: 10px;
}