
#stimulate_course{
	margin:30px auto;
	border: 2px solid #863eb8;
	background-color: #e1d1ff;
}
	.PC #stimulate_course{
		width: 90%;
		max-width: 750px;
	}
	.MOBILE #stimulate_course{
		width: 95%;
	}
#stimulate_course .stimulate_course_title{
    width: 100%;
    height: 62px;
    background-color: #863eb8;
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    line-height: 62px;
    font-weight: bold
}
#stimulate_course .stimulate_course_content{
    width:100%;
    height: auto;
	margin: 0 auto;
	padding-bottom: 50px;

}
	.MOBILE #stimulate_course .stimulate_course_content{
		padding-bottom: 30px;

	}

#stimulate_course a{
	display: block;
	width: 100%;
	height: auto;
}

#stimulate_course img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	
}

#stimulate_course .video_box{
    width:80%;
    height: auto;
	margin: 0 auto;
	border-radius: 15px;
}
	.MOBILE #stimulate_course .video_box{
		width:90%;
	}

#stimulate_course .video_box img{
	border-radius: 20px;
}
