@charset "utf-8";


/* ダブル教育LP部分
------------------------------------------ */
#w_education {
	border: 5px solid #fff104;
	margin-bottom: 15px;
}
@media (max-width: 480px) {
	#w_education {
		border: 0;
	}
}

#w_education div.section {
	padding: 0;
	margin: 0;
}
#w_education p {
	margin-bottom: 0;
}

#w_education .w_education_ttl {
	margin-bottom: 0;
}

#w_education .box_ttl{
	margin-bottom: 20px;
}


/* クラス授業
------------------------------------------ */
#w_education .inner02 {
	margin-top:33px;
}

#w_education .inner02 .box01 {
	padding: 20px 20px 45px;
	background: #fff url(../images/w_education_bg04.jpg) no-repeat bottom 20px right;
	background-size: 300px auto;
}
#w_education.course_j .inner02 .box01 {
	background-image: url(../images/w_education_bg04_j.jpg);
}
#w_education .inner02 .box01 .box01_txt {
	margin-bottom: 22px;
}
#w_education .inner02 .box01 .box01_img {
	padding-right: 250px;
}
@media (max-width: 767px) {
	#w_education .inner02 .box01 {
		padding-bottom: 8vw;
		background-position: bottom right -2vw;
		background-size: 40vw auto;
	}
	#w_education .inner02 .box01 .box01_img {
		padding-right: 35%;
	}
}
@media (max-width: 639px) {
	#w_education .inner02 .box01 {
		padding-bottom: 0;
	}
}
@media (max-width: 480px) {
	#w_education .inner02 .box01 {
		padding: 0;
		background-size: 50vw auto;
		background-position: top 40px right -8vw;
	}
	#w_education .inner02 .box01 .box01_txt {
		width: 60%;
		margin-bottom: 22px;
		padding-left: 10px;
	}
	#w_education .inner02 .box01 .box01_img {
		padding-right: 0;
	}
}

#w_education .inner02 .box02 {
	min-height: 420px;
	padding: 0 20px;
	background:#fff url(../images/w_education_bg05.jpg) no-repeat 0 100%;
	background-size: 550px auto;
}
#w_education.course_j .inner02 .box02 {
	background-image: url(../images/w_education_bg05_j.jpg);
}


#w_education .box02 .inner,
#w_education .box05 .inner {
	padding: 20px 0 15px 230px;
}
@media (max-width: 640px) {
	#w_education .box02 .inner,
	#w_education .box05 .inner {
		padding-left: 38%;
	}
	#w_education .inner02 .box02 {
		background-size: 450px auto;
	}
}
@media (max-width: 480px) {
	#w_education .inner02 .box02 {
		padding: 0;
		background-size: 100vw auto;
		background-position: top 80px left;
	}
	
	#w_education .box02 .inner {
		padding: 0 10px 10px;
	}
	#w_education .box05 .inner {
		padding: 10px;
	}
	#w_education .inner02 .box02 .box02_txt {
		width: 55%;
		margin: 0 0 22px auto;
		padding-right: 10px;
	}
}


/**
	クラス・55共通
	「やる気」がとまらないクラス授業
	「伸びていく手ごたえ」を実感する対話指導
*/
.box_point {
	padding: 20px 20px 25px;
	background-color: #f8f8f4;
}
.box_point .box_point_ttl {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.box02 .box_point .box_point_ttl { color: #009844; }
.box05 .box_point .box_point_ttl { color: #e50012; }

#main .box_point ul {
	display: flex;
	justify-content: center;
	padding-left: 10px;
}

@media (max-width: 480px) {
	.box_point {
		padding: 15px 0 40px;
		background-color: transparent;
	}
	#main .box_point ul {
		padding-left: 2%;
	}
	.box_point .box_point_ttl {
		font-size: 1.9rem;
	}
}


/**
	クラス・55共通
	メッセージ動画
*/
#w_education .videoArea {
	border-top:2px solid #009844;
	border-bottom:2px solid #009844;
	padding: 20px 20px 18px;
	margin-bottom: 25px;
	overflow:hidden;
	text-align: center;
}
#w_education .inner03 .videoArea {
	border-color:#e50012;
}
#w_education .videoArea .koushi_video_ttl {
	color:#009844;
	font-weight: bold;
	font-size: 17px;
	line-height: 1;
	text-align: center;
	margin-bottom: 10px;
}
#w_education .inner03 .videoArea .koushi_video_ttl {
	color:#e50012;
}
#w_education .videoArea .koushi_video_ttl::before{
	content:'';
	background:url(/course/images/course_icn_voice.png)no-repeat;
	background-size:contain;
	vertical-align:middle;
	margin-top: -3px;
	margin-right: 8px;
	width:23px;
	height:25px;
	display:inline-block;
}
#w_education .inner03 .videoArea .koushi_video_ttl::before{
	content:'';
	background:url(/course/images/course_icn_voice2.png)no-repeat;
	background-size:contain;
}

/*
#w_education .inner02 .videoArea ul li:first-child{
	width:280px;
	box-sizing: border-box;
	font-size: 13px;
	float: left;
}
#w_education .inner02 .videoArea ul li:last-child{
	width:168px;
	float: right;
}*/
#w_education .videoArea p {
	font-size: 13px;
}
#w_education .videoArea .teacher {
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: bold;
	color: #009940;
}
#w_education .inner03 .videoArea .teacher{
	color: #e50012;
}

#w_education .videoArea .teacher .label{
	margin-right: 8px;
	padding: 5px;
	color: #fff;
	background-color: #009940;
	border-radius: 3px;
}
#w_education .inner03 .videoArea .teacher .label{
	background-color: #e50012;
}

@media (max-width: 768px) {
	#w_education .inner03 .videoArea ul {
		margin: 0 auto;
	}
	#w_education .inner03 .videoArea ul li:first-child{
		float: none;
		margin: 0 auto;
	}
	#w_education .inner03 .videoArea ul li:last-child{
		display: none;
	}
	#w_education .inner02 .videoArea ul li:first-child{
		width: auto;
		float: none;
	}
	#w_education .inner02 .videoArea ul li:last-child {
		float: none;
		margin: 10px auto 0;
	}
}
@media (max-width: 480px) {
	#w_education .videoArea {
		margin-bottom: 5px;
		padding: 20px 10px;
		border-top-width: 3px;
		border-bottom-width: 3px;
	}
	#w_education .videoArea .link {
		text-align: left;
	}
	#w_education .videoArea .teacher {
		margin-top: 15px;
		font-size: 1.4rem;
	}
	#w_education .videoArea .koushi_video_ttl {
		font-size: 2rem;
	}
	#w_education .videoArea p {
		font-size: 1.6rem;
	}
}



/**
	クラス・55共通
	毎月の「レベル診断テスト」で常に最適な授業が受けられる
	「55合格Naviシステム」で、迷わず合格へ一直線！
*/
#w_education .inner02 .box03 {
	padding: 30px 20px;
	display: flex;
	justify-content: space-around;
	background: #009844;
}
#w_education .inner03 .box03 {
	padding: 30px 0 30px 20px;
	background: #e50012;
}
#w_education .inner03 .box03_wrapper {
	display: flex;
	justify-content: space-around;
}

#w_education .box03 .box03_ttl {
	margin-bottom: 10px;
	font-size: 24px;
	color: #fff;
}
#w_education .box03 .box03_ttl .yellow {
	color: #fff104;
}
#w_education .inner02 .box03 .box03_area {
	width: 360px;
}
#w_education .inner03 .box03 .box03_area {
	width: 400px;
}
#w_education .box03 .box03_area .box03_txt {
	margin-bottom: 20px;
	color: #fff;
}
#w_education .inner02 .box03 .box03_graph_area {
	padding-top: 50px;
	width: 290px;
}
#w_education .inner03 .box03 .box03_graph_area {
	width: 300px;
}
#w_education .box03 .box03_graph_ttl {
	margin-bottom: 10px;
	font-size: 18px;
	color: #fff;
}
#w_education .box03 .box03_graph {
	text-align: center;
}

@media (max-width: 767px) {
	#w_education .inner02 .box03 .box03_area {
		width: 55%;
	}
	#w_education .inner02 .box03 .box03_graph_area {
		width: 42%;
	}
	#w_education .box03 .box03_ttl {
		font-size: 22px;
	}
}
@media (max-width: 640px) {
	#w_education .inner02 .box03 {
		padding: 20px 10px 25px;
		display: block;
	}
	#w_education .inner03 .box03 {
		padding: 20px 10px 25px;
	}
	#w_education .inner03 .box03_wrapper {
		display: block;
	}
	#w_education .box03 .box03_ttl {
		line-height: 1.4;
		text-align: center;
	}
	#w_education .inner02 .box03 .box03_area {
		margin-bottom: 25px;
		width: 100%;
	}
	#w_education .inner03 .box03 .box03_area {
		width: 100%;
	}
	#w_education .inner02 .box03 .box03_area .box03_txt {
		margin-bottom: 15px;
		text-align: left;
	}
	#w_education .inner02 .box03 .box03_graph_area {
		padding-top: 0;
		width: 100%;
	}
	#w_education .inner03 .box03 .box03_graph_area {
		width: 100%;
	}
}



/* 55個別
------------------------------------------ */

/* 段階的な基礎固めで“できる”自分が目を覚ます */
#w_education .inner03 .box04 {
	margin-bottom: 50px;
	padding: 20px 20px 0 20px;
	background: #fff url(../images/w_education_bg06.jpg) no-repeat right bottom 50px;
	background-size: 280px auto;
}
#w_education.course_j .inner03 .box04 {
	background-image: url(../images/w_education_bg06_j.jpg);
}
#w_education .inner03 .box04 .box04_txt {
	margin-bottom: 22px;
	width: 450px;
}

#w_education .inner03 .box04 .box04_img_area {
	width: 450px;
	padding: 20px 20px 25px;
	background-color: #f8f8f4;
	box-sizing: border-box;
}
#w_education .inner03 .box04 .box04_img_area .box04_img_ttl {
	margin-bottom: 10px;
	font-size: 17px;
	line-height: 1.6;
	font-weight: bold;
	color: #e50012;
	text-align: center;
}
@media (max-width: 640px) {
	#w_education .inner03 .box04 {
		background-position: top 5vw right;
		background-size: 48vw;
	}
	#w_education .inner03 .box04 .box04_txt {
		width: 55%;
	}
	#w_education .inner03 .box04 .box04_img_area {
		width: 100%;
	}
}
@media (max-width: 480px) {
	#w_education .inner03 .box04 {
		margin-bottom: 0;
		padding: 20px 0 10px;
		background-size: 50vw auto;
		background-position: top 120px right;
	}
	#w_education.course_j .inner03 .box04 {
		background-size: 55vw auto;
		background-position: top 70px right;
	}
	#w_education .inner03 .box04 .box04_txt {
		width: 55%;
		padding-right: 0;
		padding-left: 10px;
	}
	#w_education .inner03 .box04 .box04_img_area {
		width: 95%;
		margin: 0 auto;
		padding-right: 0;
	}
	

}


/* プロ講師による個別指導で“自力で答える力”を養成 */
#w_education .inner03 .box05 {
	padding: 0 20px;
	background: url("../images/w_education_bg07.jpg") no-repeat top 70% left;
}
#w_education.course_j .inner03 .box05 {
	background-image: url("../images/w_education_bg07_j.jpg");
}

#w_education .inner03 .box05_txt {
	margin: 0 0 0 auto;
	padding-right: 10px;
	box-sizing: border-box;
}

@media (max-width: 640px) {
	#w_education .inner03 .box05 {
		background-size: 100vw auto;
		background-position: bottom 50px left;
	}
}
@media (max-width: 480px) {
	#w_education .inner03 .box05 {
		padding: 0;
		background-size: 105vw auto;
		background-position: top 30px left;
	}
	#w_education.course_j .inner03 .box05 {
		background-size: 110vw auto;
		background-position: top 30px left;
	}
	#w_education .inner03 .box05_txt {
		width: 57%;
	}
}




@media (max-width: 480px) {
	/*w_area*/
	#w_education .inner02 .w_area .box01{
		padding: 10px;
		background-size: 40% auto;
		background-position: 95% 5%;
	}
	#w_education .inner02 .w_area dl dd:nth-of-type(1){
		width: 59%;
	}

	/*y_area*/
	#w_education .inner02 .y_area .box02{
		padding: 10px;
		background-size: 36% auto;
		background-position: 0 31%;
	}
	#w_education .inner02 .y_area .box02 dt{
		width: 100%;
	}
	#w_education .inner02 .y_area dl dd:nth-of-type(1){
		width: 64%;
		float: right;
	}
	/*d_area*/
	#w_education .inner03 .box00 .inBox .d_area .box01{
		padding: 10px;

	}
	#w_education .inner03 .box00 {
		background-size: 40% auto;
		background-position: 94% 3%;
}
	#w_education .inner03 .d_area dl dd:nth-of-type(1){
		width: 60%;
	}
	/*j_area*/
	#w_education .inner03 .j_area .box02{
		padding: 10px;
	}
	#w_education .inner03 .box00 .inBox{
		background-size: 40% auto;
		background-position: 0 68%;
	}
	#w_education .inner03 .j_area .box02 dt{
		width: 100%;
	}
	#w_education .inner03 .j_area dl dd:nth-of-type(1){
		width: 58%;
		float: right;
		margin-bottom: 0;
	}
	
}



/* infoBox
---------------------------------*/
.infoBox-green {
	margin: 0 auto 15px;
	width: 88%;
	padding: 0 3% 3%
}
.infoBoxTitle {
	margin: 0;
	padding-left: 40%;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
}
.infoBox-green .infoBoxTitle {
	color: #009844;
}
.infoBoxTitle > .infoBoxLinetext {
	text-decoration: underline;
}
.infoBoxColumn {
	margin-top: -100px;
	display: flex;
	flex-flow: row wrap;
	align-items: end;
}
.infoBoxColumn > .infoBoxImage {
	width: 35%;
}
.infoBoxColumn > .infoBoxTextArea {
	width: 60%;
	margin-left: 5%;
	margin-bottom: 15px;
}
#main .infoBoxText {
	margin-bottom: 1em;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
}
.infoBoxNote {
	margin-left: 1em;
	font-size: 13px;
	line-height: 1.6;
	text-indent: -1em;
}
.infoBoxNote::before {
	content: "※";
}

#w_education {
	margin: 0 0 20px 0;
}

#w_education .pointBox .pointText {
	width: 55.625%;
	padding-top: 1.8rem;
	line-height: 1.8;
}
#w_education .pointBox em {
	font-weight: bold;
	font-style: normal;
}

#w_education i {
	font-style: normal;
}

@media (max-width: 767px) {
	.infoBox-green .infoBoxTitle {
		margin-bottom: 0.8em;
		line-height: 1.5;
	}
	.infoBoxColumn > .infoBoxTextArea {
		margin-bottom: 0;
	}
	#main .infoBoxText {
		font-size: 17px;
	}
}
@media (max-width: 640px) {
	.infoBox-green {
		padding-top: 15px;
		padding-bottom: 15px;
		border: 1px solid #009844;
	}
	.infoBox-red {
		border: 1px solid #e50012;
	}
	.infoBoxTitle {
		margin-bottom: 0;
		padding-left: 0;
		text-align: center;
	}
	.infoBoxColumn {
		align-items: center;
	}
	#main .infoBoxText {
		margin-bottom: 0.5em;
		line-height: 1.6;
	}
	.infoBoxNote {
		font-size: 12px;
	}
	.infoBoxColumn {
		margin-top: 0;
	}
}
@media (max-width: 480px) {
	.infoBoxColumn > .infoBoxTextArea {
		margin-bottom: 0;
	}
	.infoBoxTitle {
		margin-bottom: 0.8em;
	}
	#main .infoBoxText {
		font-size: 15px;
	}
}



/* チェックリスト
---------------------------------*/
.checklist_area {
	width: 100%;
}
#w_education .checklist_area {
	width: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}

#w_education .inner02 .checklist_area {
	background-image: url("../images/tab2_img3_bg.jpg");
}
#w_education.course_j .inner02 .checklist_area {
	background-image: url("../images/tab2_img3_j_bg.jpg");
}
#w_education .inner03 .checklist_area {
	background-image: url("../images/tab3_img3_bg.jpg");
}

.checklist {
	position: relative;
	width: 95%;
	margin: 0 auto 30px;
	padding: 40px 40px 40px 60px;
	z-index: 200 !important;
	background: rgba(250, 250, 247, 0.5);
	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	text-align: center;
}
.checklist dt {
	display: inline-block;
	margin: 0 auto 40px;
	padding: 0.3em 1.5em;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #fff;
	border-radius: 50px;
}
.checklist dt strong {
	font-size: 38px;
	color: #fff;
}
.checklist.checklist_class dt {
	background-color: #009844;
}
.checklist.checklist_55 dt {
	background-color: #d30006;
}
.checklist dd {
	margin: 0 0 0.5em 1.5em !important;
	padding-bottom: 0.5em;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	position: relative;
	border-bottom: 1px solid #ddd;
	text-align: left;
}
.checklist dd:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.checklist dd::after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: -50px;
  width: 25px;
  height: 13px;
  border-left: 10px solid #FF979A;
  border-bottom: 10px solid #FF979A;
  transform: rotate(-45deg);
}
@media screen and (max-width:640px){
	.checklist {
		padding: 20px 15px 15px 40px;
	}
	.checklist dt {
		margin: 0 auto 30px;
		padding: 0.3em 0.5em;
	}
}
@media screen and (max-width:480px){
	.checklist_area {
		padding-bottom: 20px;
	}
	.checklist {
		width: 90vw;
		margin: 0 auto;
		padding: 20px 15px 15px;
		z-index: 200 !important;
		background: rgba(250, 250, 247, 0.8);
	}
	.checklist.checklist_shinka {
		margin-bottom: 0;
	}
	.checklist dt {
		width: auto;
		margin-bottom: 1em;
		padding: 0.3em 1em 0.2em;
		font-size: 20px;
		border-radius: 30px;
	}
	.checklist dt strong {
		font-size: 26px;
		color: #fff;
	}
	.checklist.checklist_shinka dt {
		font-size: 2.2rem;
		background-color: #0e357f;
	}
	.checklist.checklist_class dt {
		background-color: #009844;
	}
	.checklist.checklist_55 dt {
		background-color: #d30006;
	}
	.checklist dd {
		margin-bottom: 0.5em;
		margin-left: 1.5em;
		padding-bottom: 0.5em;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.4;
		position: relative;
		border-bottom: 1px solid #ddd;
	}
	.checklist dd:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0;
	}
	.checklist dd::after {
		content: '';
		display: block;
		position: absolute;
		top: .5em;
		left: -1.5em;
		width: 13px;
		height: 5px;
		border-left: 4px solid #FF979A;
		border-bottom: 4px solid #FF979A;
		transform: rotate(-45deg);
	}
}





/* プレイリスト
--------------------------------------------------------------- */
.koushiryoku_playlist {
	padding: 20px;
}

.koushiryoku_playlist h4 {
	margin-bottom: 15px;
	padding: 10px 0 5px;
	border-top: 2px solid #fff;
	position: relative;
}
.koushiryoku_playlist h4 img {
	width: auto !important;
}

.koushiryoku_playlist h4 img.video_fukidashi {
	position: absolute;
	top: -15px;
	left:10px;
}
.koushiryoku_playlist h4 img.video_ttl {
	margin-left: 170px;
	margin-top: 10px;
}

.inner02 .koushiryoku_playlist { background-color: #009742; }
.inner03 .koushiryoku_playlist {
	background-color: #e50012;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.koushiryoku_playlist .notes {
	margin: 20px 0 0;
	font-size: 90%;
	color: #fff;
}

#main .koushiryoku_playlist .notes ul.kome li {
	margin-left: 1.25em;
}


@media screen and (max-width:650px){
	.koushiryoku_playlist h4 img.video_ttl {
		margin: 20px auto 0;
	}
	#main .koushiryoku_playlist h4 img.video_fukidashi {
		top: -30px;
	}
}

@media screen and (max-width:480px){
	.koushiryoku_playlist h4 {
		margin-bottom: 10px;
	}
	#main .koushiryoku_playlist h4 img.video_fukidashi {
		top: -20px;
		width: 120px !important;
	}
	.koushiryoku_playlist h4 img.video_ttl {
		margin: 20px auto 0;
	}
	.koushiryoku_playlist .notes {
		font-size: 100%;
	}
}




