/*=====================================
	report
======================================*/



.bg-pink {
    background-color: #ea638d;
}


#title h1 {
    margin-bottom: 0px;
}


#title-report span {
    color: #ea638d;
    background-color: #fff0c3;
}


#report h4.small-title span {
    color: #fff;
    background: #ea638d;
}


#soundbox h4.player-title {
    color: #3b8916;
    border-top: #3b8916 1px solid;
    border-bottom: #3b8916 1px solid;
}


#report #teacherprof h4 {
    color: #ff8d00;
    border-top: #ff8d00 1px solid;
    border-bottom: #ff8d00 1px solid;
    padding: 15px 0;
    margin-bottom: 30px;
    font-size: 16px;
    background: none;
    border-radius: 0;
    margin-top: 0;
}



#back-to-top a {
    color: #fff;
    background-color: #ea638d;
}


.input-pw {
    margin-right: 5px;
    border: #aaa thin solid;
}

.submit {
    padding: 1px 15px;
    color: #fff;
    background-color: #3b8916;
}


#report .date_detail {
    text-align: left;
}


@media screen and (min-width: 900px) {

    #title h1 {
        margin-bottom: 60px;
    }


    #report .date_detail {
        padding-bottom: 90px;
    }

    #report #teacherprof h4 {
        text-align: left;
        font-size: 18px;
        margin-bottom: 15px;
    }

    #report #teacherprof {
        width: 100% !important;
        align-items: start;
        padding-top: 0;
        margin-bottom: 60px;
    }

    #report #teacherprof figure {
        width: 28% !important;
    }

    #report #teacherprof .txtbox {
        width: 70% !important;
        margin: 0;
    }


}

















/*=====================================
	#soundbox
======================================*/
#soundbox h3.player-title {
    color: #ce4b3c;
    border-top: #ce4b3c 1px solid;
    border-bottom: #ce4b3c 1px solid;
}

#soundbox h6 {
    font-size: 15px;
    margin-bottom: 5px;
}

#soundbox audio {
    width: 100%;
}



/* /////////////////////////////////////////////////// */


/* 再生ボタン全体 */
audio::-webkit-media-controls-play-button {
    background-color: #fff;
    color: white;
    border-radius: 50%;
}


/* 一時停止ボタン */
/* audio::-webkit-media-controls-pause-button {
    background-color: #d14f28;
    color: white;
} */


/* 再生と一時停止のトグルボタン */
/* audio::-webkit-media-controls-toggle-play-pause-button {
    background-color: #6699ff;
    border-radius: 50%;
} */


/* シークバー全体 */
/* audio::-webkit-media-controls-timeline {
    background-color: #f00;
    border-radius: 5px;
    height: 10px;
} */

/* シークバーの進行部分 */
/* audio::-webkit-media-controls-timeline::-webkit-progress-value {
    background-color: #f00;
} */


/* 音量スライダー全体 */
/* audio::-webkit-media-controls-volume-slider {
    background-color: #ff0;
} */

/* 音量スライダーのつまみ部分 */
/* audio::-webkit-media-controls-volume-slider-thumb {
    background-color: #d14f28;
    border-radius: 50%;
} */


/* ミュートボタン */
/* audio::-webkit-media-controls-mute-button {
    background-color: #6699ff;
    border-radius: 50%;
} */