@charset "UTF-8";

/* 動画ページ
----------------------------------------------- */

.douga_page img {
	margin-bottom: 5px;
}

.douga_page p {
	margin-bottom: 0;
}

.douga_header {
	margin-bottom: 40px;
}

.douga_intro,.douga_intro2 {
	/*line-height: 2.2;*/
}

.douga_intro {
	color: #707070;
	margin-bottom: 40px;
}

.douga_intro2 {
	margin-bottom: 65px;
	background-color: #FAF8EA;
	padding: 10px; 
}

.douga_intro2_inner {
	border: 1px solid #FF7373;
	padding: 15px 15px 15px 15px;
	font-size: 13px;
}



.course_header {
	margin-bottom: 22px;
}
.course_txt {
	margin-bottom: 32px;
	/*line-height: 2.2;*/
}



.course_osusume .douga_recommend {
	margin-bottom: 17px;
	font-size: 20px;
	line-height: 1.0;
	color: #fff;
	background-image: url(img/douga/gra.png);
	width: 100%;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 15px;
}
.course_osusume .douga_recommend div {
	padding-left: 23px;
}

.course_osusume ul {
	margin-bottom: 33px;
}

.course_osusume ul li {
	list-style-type:disc;
	line-height: 2.2;
}


.douga_btn {
	width: 405px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 70px;
}
.db_hover a {
	transition-property: all;
 	transition: 0.3s linear;
}
.db_hover a:hover {
	opacity: 0.5;
}

/*追加要素*/

.lesson_intro {
	margin-top: 17px;
	margin-bottom: 17px;
}


@media screen and (max-width: 640px) {
.douga_btn {
	width: 80%;
}
.entry-content iframe,.otameshi iframe {
	height: 200px;
}

}