@charset "utf-8";
[data-ruby]:before{
    color: #FFDA2A;
}
.ttlTxt1 p{
    color: #FFDA2A;
}
.ttlTxt3 p{
    color: #EFA600;
    background-color: #FFF6CA;
}
.pattern{
	background-color:#FFFCEE;
}

/*=============================================
*
*        #main-visual
*
=============================================*/

#main-visual.type1 {
    background-color: #FFDA2A;
}

/*=============================================
*
*        #points
*
=============================================*/

#points dl dt h3{
    color: #EFA600;
}

/*=============================================
*
*        #voice
*
=============================================*/

#voice .name{
    padding-left: 0;
    /* 左付け削除 */
}

/* フェーズ2 修正指示により95%縮小 */
#voice .student .photo img {
    width: 95%;
}

/* 上記修正により、名前と写真が詰まりすぎたため余白付与 */
#voice .student .name{
    margin-top: 4%;
}


/*=============================================
*
*        #post
*
=============================================*/
#post dt{
    color: #EFA600;
    border-bottom: 1px solid #EFA600;
}

.ttlsmall{
    font-size: 12px;
    color: #FFDA2A;
}