@charset "utf-8";

/* 
/feature内のLPページに使う共通パーツ関連のまとめ
使い回すもののみここ入れていく。
徐々に統合していく
 */



/* youtube埋め込み */

.youtube-resp {
	position: relative;
	height: 0;
	padding: 30px 0 47.97%; /* 16:9比率 */
	/* padding: 30px 0 23%; */
	overflow: hidden;
}

.youtube-resp iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/* 自立学習の部分パーツ */

.flow-list{text-align: left; margin-left: 1em;}
.flow-list li{text-indent: -1em; margin-left: 1em;}
.flow-list li::first-letter{color: #0d6fb8;}