@charset "utf-8";

/* ==========================================
 先駆け学期
========================================== */

/*---------------------------------------------------------------------
index
--------------------------------------------------------------------- */
/* override
--------------------------------------------------------------------- */
img {
	image-rendering: -webkit-optimize-contrast;
}

.sakigake .tb,
.sakigake .sp {
	display: none;
}
@media (max-width: 768px) {
	.sakigake .tb {
		display: inline;
	}
}
@media (max-width: 480px) {
	.sakigake .tb {
		display: none;
	}
	.sakigake .sp {
		display: inline;
	}
}


#main div.section {
	margin-bottom: 100px;
}
@media (max-width: 480px) {
	#main div.section {
		margin-bottom: 60px;
	}
}

#main .pht_left {
	margin-bottom: 20px;
}

.sakigake strong {
	color: #e3577f;
	background: linear-gradient(transparent 40%, rgba(255, 241, 4, 0.60) 40%);
}

/*--- サブ見出し ---*/
#shortcourse .lead2 {
	color: #e3577f;
	font-size: 150%;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

#shortcourse .lead3 {
	color: #e3577f;
	font-size: 130%;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

.sakigake img {
	-webkit-backface-visibility: hidden;
}

@media (max-width: 480px) {
	#shortcourse .lead2 {
		font-size: 2rem;
		line-height: 1.6;
	}
	#shortcourse .lead3 {
		font-size: 1.8rem;
		line-height: 1.6;
	}
}


/* common
--------------------------------------------------------------------- */
.no-pctb {
	display: none;
}
@media (max-width: 480px) {
	.no-pctb {
		display: block;
	}
}


/*--- 黒丸付きリスト ---*/
.disc {
}
.disc > li {
	margin-left: 1.1em;
	text-indent: -0.65em;
}
.disc > li:before {
	display: inline-block;
	content: "\025CF"; /* ● */
	font-size: 10px;
	transform: scale(0.6);
	font-weight: normal;
	vertical-align: middle;
	margin-right: 0.5em;
}
.disc > li:last-child {
	margin-bottom: 0;
}

@media (max-width: 480px) {
	.disc > li:before {
		margin-right: 0.5em;
	}
}

/*--- ※付きリスト ---*/
.kome {
	padding-left: 0;
}
.kome li {
	text-indent: -1.25em;
	margin-left: 1.25em;
}
.kome li::before {
	content: "\0203b"; /* ※ */
	margin-right: 0.25em;
}


/*--- 大見出し---*/
.sakigake .title {
	margin: 30px 0 40px;
	padding: 46px 0 25px;
	color: #6fba2c;
	font-size: 240%;
	font-weight: bold;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	text-align: center;
	line-height: 1;
	background: url("../images/h_bg.png") no-repeat top center;
	border-bottom: 2px solid #6fba2c;
	position: relative;
}
.sakigake .title::before{
	position: absolute;
	content: "";
	bottom: -23px;
	left: 50%;
	margin-left: -15px;
	border: 13px solid transparent;
	border-top: 11px solid #fff;
	z-index: 2;
}
.sakigake .title::after {
	position: absolute;
	content: "";
	bottom: -13px;
	left: 50%;
	margin-left: -16px;
	border: 14px solid transparent;
	border-top: 12px solid #6fba2c;
	border-bottom-width: 0;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	#main.sakigake .title {
		margin-bottom: 40px;
		padding: 35px 0 15px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 480px) {
	#main.sakigake .title {
		margin-top: 20px;
		font-size: 2.4rem;
	}
}


/*--- 中見出し---*/
.sakigake .title2 {
	margin: 50px 0 30px;
	padding: 18px 0;
	color: #6fba2c;
	font-size: 200%;
	font-weight: bold;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	text-align: center;
	line-height: 1;
	border-top: 1px solid #6fba2c;
	border-bottom: 1px solid #6fba2c;
}
@media screen and (max-width: 480px) {
	.sakigake .title2 {
		font-size: 2.2rem;
	}
}



/*--- サブコピー付き見出し---*/
#main.sakigake .title_2line {
	padding-top: 20px;
}

/* サブコピー */
#shortcourse .sakigake .title span.subtitle {
	font-size: 55%;
	line-height: 2.8;
}
@media screen and (max-width: 480px) {
#shortcourse .sakigake .title span.subtitle {
	font-size: 1.5rem;
}

}

/*--- 見出しラベル---*/
#shortcourse .sakigake .title span.label {
	margin-right: 10px;
	padding: 2px 8px;
	font-size: 88%;
	color: #fff;
	background-color: #6fba2c;
}


/*--- CV---*/
.cv_area {
	margin: 40px 0 50px;
	display: flex;
	justify-content: space-around;
}
.cv_area li {
	width: 47%;
}

@media screen and (max-width: 480px) {
	.cv_area {
		display: block;
	}
	.cv_area li {
		width: 100%;
	}
	.cv_area li:first-child {
		margin-bottom: 20px;
	}
}



/* タイトル
--------------------------------------------------------------------- */
.pagetitle {
	width: 960px;
}

@media screen and (max-width: 768px) {
	.pagetitle {
		margin-left: 0;
		width: 100%;
	}
	.pagetitle img {
		width: 100%;
		height: auto;
	}
}



/* 早期入学特典
--------------------------------------------------------------------- */
.tokutenlist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tokutenlist > li {
	margin-bottom: 40px;
	box-sizing: border-box;
	width: 48.5%;
	border: 6px solid #6fba2c;
	border-top: 0;
}
.tokutenlist > li.sakigakegakki {
	width: 100%;
}

.tokutenlist li .tokuten_title {
	padding: 2.2em 0 1em;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	text-align: center;
	color: #fff;
	line-height: 1.8;
	background-color: #6fba2c;
}
.tokutenlist li .tokuten_title .tokuten_title_txt {
	margin-bottom: 8px;
	font-size: 17px;
	line-height: 1.3;
}
#shortcourse .tokutenlist li .tokuten_title .tokuten_title_txt span {
	display: inline-block;
	padding-top: 0.3em;
	font-size: 280%;
}
.tokutenlist li .tokuten_title p {
	display: inline-block;
	margin-bottom: 25px !important;
	padding: 3px 15px;
	font-size: 130%;
	font-weight: bold;
	border: 2px solid #fff;
	border-radius: 25px;
}
.tokutenlist li .tokuten_contents {
	padding: 35px 35px 30px;
	background-color: #fff;
}
@media screen and (max-width: 768px) {
	.tokutenlist li.originaltxt .tokuten_title .tokuten_title_txt,
	.tokutenlist li.studyroom .tokuten_title .tokuten_title_txt {
		line-height: 1.6;
	}
	#shortcourse .tokutenlist li.originaltxt .tokuten_title .tokuten_title_txt span,
	#shortcourse .tokutenlist li.studyroom .tokuten_title .tokuten_title_txt span {
		padding-top: 0.1em;
		font-size: 220%;
	}
	.tokutenlist li .tokuten_contents {
		padding: 30px 20px 20px;
		background-color: #fff;
	}
}
@media screen and (max-width: 480px) {
	.tokutenlist {
		display: block;
	}
	.tokutenlist > li {
		margin-bottom: 20px;
		width: 100%;
	}
	.tokutenlist li .tokuten_title {
		padding-top: 1.8em;
	}
	.tokutenlist li .tokuten_title .tokuten_title_txt {
		font-size: 15px;
		margin-bottom: 5px;
	}
	#shortcourse .tokutenlist li .tokuten_title .tokuten_title_txt span {
		font-size: 220%;
	}
	.tokutenlist li .tokuten_contents {
		padding: 20px 15px 15px;
		background-color: #fff;
	}
}
@media screen and (max-width: 350px) {

}


/* 先駆け学期 */
.tokutenlist li.sakigakegakki .tokuten_contents {
	padding: 50px 40px 45px;
}
#main .tokutenlist li .tokuten_contents .sakigakegakki_intro {
	margin-bottom: 40px;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	font-size: 28px;
	text-align: center;
	color: #e3577f;
	font-weight: bold;
}

/* 現役生・高卒生の特典 */
.tokutenlist li .tokuten_contents .otoku {
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
}
.tokutenlist li .tokuten_contents .otoku > li {
	width: 435px;
	padding: 30px 20px 20px;
	border: 4px solid #e3577f;
	border-radius: 20px;
	box-sizing: border-box;
}
.tokutenlist li .tokuten_contents .otoku li.otoku_g {
	border-color: #e3577f
}
.tokutenlist li .tokuten_contents .otoku li.otoku_j {
	border-color: #f26633
}
.tokutenlist li .tokuten_contents .otoku li .otoku_ttl {
	padding: 25px 0 20px;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
}
.tokutenlist li .tokuten_contents .otoku li.otoku_g .otoku_ttl {
	background: url("../images/h_g_bg.png") no-repeat top center;
	color: #e3577f;
}
.tokutenlist li .tokuten_contents .otoku li.otoku_j .otoku_ttl {
	background: url("../images/h_j_bg.png") no-repeat top center;
	color: #f26633;
}

.tokutenlist li .tokuten_contents .otoku li .otoku_contents {
	margin-bottom: 20px;
	padding: 30px 0;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	font-size: 28px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
}
.tokutenlist li .tokuten_contents .otoku li.otoku_g .otoku_contents {
	background-color: #e3577f;
}
.tokutenlist li .tokuten_contents .otoku li.otoku_j .otoku_contents {
	background-color: #f26633;
}
.tokutenlist li .tokuten_contents .otoku li .otoku_contents strong {
	color: #fff99b;
	background: none;
}
#shortcourse .tokutenlist li .tokuten_contents .otoku li .otoku_contents strong span {
	font-size: 36px;
}
.tokutenlist li .tokuten_contents .otoku li .otoku_contents sup {
	font-size: 12px;
	font-weight: normal;
}
#shortcourse .tokutenlist li .tokuten_contents .otoku li .note {
	text-align: center;
	font-size: 14px;
}

/* 先駆け学期の説明 */
.sakigakegakki_txt img {
	width: 320px;
}

/* 55段階とは */
.about55 {
	padding: 36px;
	background-color: #fffde9;
}
.about55 .about55_ttl {
	margin-bottom: 0.7em;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	font-size: 20px;
	color: #6fba2c;
}
.about55 .kome {
	font-size: 87%;
}

@media screen and (max-width: 768px) {
	.tokutenlist li.sakigakegakki .tokuten_contents {
		padding: 40px 25px 30px;
	}
	
	.tokutenlist li .tokuten_contents .otoku {
		margin-bottom: 50px;
	}
	.tokutenlist li .tokuten_contents .otoku > li {
		width: 49%;
		padding: 30px 15px 15px;
	}
	.tokutenlist li .tokuten_contents .otoku li .otoku_ttl {
		font-size: 22px;
	}
	.tokutenlist li .tokuten_contents .otoku li .otoku_contents {
		font-size: 22px;
	}
	#shortcourse .tokutenlist li .tokuten_contents .otoku li .otoku_contents strong span {
		font-size: 30px;
	}
	#shortcourse .tokutenlist li .tokuten_contents .otoku li .note {
		font-size: 13px;
	}
	
	.sakigakegakki_txt {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 480px) {
	.tokutenlist li.sakigakegakki .tokuten_contents {
		padding: 30px 15px 20px;
	}
	#main .tokutenlist li .tokuten_contents .sakigakegakki_intro {
		margin-bottom: 30px;
		font-size: 19px;
	}
	
	.tokutenlist li .tokuten_contents .otoku {
		display: block;
		margin-bottom: 30px;
	}
	.tokutenlist li .tokuten_contents .otoku > li {
		width: 100%;
		padding: 20px 10px 10px;
		margin-bottom: 15px;
	}
	.tokutenlist li .tokuten_contents .otoku li .otoku_ttl {
		padding-bottom: 10px;
	}
	.tokutenlist li .tokuten_contents .otoku li .otoku_contents {
		margin-bottom: 10px;
		padding: 15px 0;
		font-size: 20px;
		line-height: 1.5;
	}
	#shortcourse .tokutenlist li .tokuten_contents .otoku li .otoku_contents strong span {
		font-size: 28px;
	}
	
	.about55 {
		padding: 20px;
	}
	.about55 .about55_ttl {
		margin-bottom: 0.5em;
		font-size: 18px;
	}

}


/* オリジナルテキスト・自習室 */
#main .tokutenlist li .tokuten_contents .tokuten_intro {
	margin-bottom: 30px;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	font-size: 18px;
	text-align: center;
	color: #e3577f;
	font-weight: bold;
}
.tokutenlist li.studyroom .tokuten_contents .tokuten_intro {
	padding: 0.5em 0;
}

@media screen and (max-width: 768px) {
	.tokutenlist li.studyroom .tokuten_contents .tokuten_intro {
		padding: 0.6em 0;
	}
}
@media screen and (max-width: 480px) {
	#main .tokutenlist li .tokuten_contents .tokuten_intro {
		margin-bottom: 15px;
	}
	.tokutenlist li.studyroom .tokuten_contents .tokuten_intro {
		padding: 0;
	}

}



/*--- 矢印部分 ---*/
.point_arrow {
	margin: 25px 0 60px !important;
	padding-top: 60px;
	color: #e3577f;
	font-size: 190%;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	background: url("../images/point_arrow.png") no-repeat top center;
}
.point_arrow strong {
	padding-left: 0.4em;
}

@media screen and (max-width: 768px) {
	.point_arrow {
		font-size: 165%;
	}
}
@media screen and (max-width: 600px) {
	.point_arrow {
		font-size: 150%;
		margin-bottom: 40px !important;
	}
}



/* 
--------------------------------------------------------------------- */




/* 体験談
--------------------------------------------------------------------- */


/* 体験談コンテンツ
---------------------------------------------*/
#voice .voice_img {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
#voice .voice_img img {
	display: inline-block;
	max-width: 19%;
}


#voice_list {
	margin: 40px 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#voice_list::after {
	content: "";
	width: 32%;
}
#voice_list li {
	width: 32%;
	margin-bottom: 20px;
	padding: 30px;
	background-color: #fffde9;
	border-radius: 20px;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	#voice .voice_img {
		justify-content: center;
	}
	#voice_list::after {
		display: none;
	}
	#voice_list li {
		width: 49%;
		margin-bottom: 15px;
		padding: 20px;
	}
}
@media screen and (max-width: 480px) {
	#voice_list {
		margin: 40px 0 20px;
		display: block;
	}
	#voice_list li {
		width: 100%;
		margin-bottom: 15px;
		padding: 20px;
	}

}



/* 冬期講座のシステム
--------------------------------------------------------------------- */
#main .system .system_intro {
	margin-bottom: 30px;
}

/*--- テーブル部分 override ---*/
.system .sakigake_left {
	margin-right: -380px;
}
.system .sakigake_left_con {
	margin-right: 380px;
}
#shortcourse .system .sakigake_left .course_label {
	display: inline-block;
	margin: 0 10px 5px 0;
	padding: 1px 8px;
	font-size: 15px;
	border: 1px solid #666;
}
.system .sakigake_right {
	width: 345px;
}
@media screen and (max-width: 768px) {
	.system .sakigake_left {
		margin-right: 0;
		float: none;
	}
	.system .sakigake_left_con {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.system .sakigake_right {
		width: 100%;
		float: none;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media screen and (max-width: 480px) {
	#shortcourse .system .sakigake_left .course_label {
		margin: 5px 0 2px 0;
	}
	.system .sakigake_right {
		display: block;
	}
}


/* さらに、志望校合格サポートも充実
--------------------------------------------------------------------- */
.support_list {
	display: flex;
}

.support_list > li {
	box-sizing: border-box;
	width: 32.6%;
	padding: 25px;
	border-right: 1px dotted #999;
}
.support_list > li:first-child {
	padding-left: 0;
}

.support_list > li:nth-child(2) {
	width: 34.7%;
}
.support_list > li:last-child {
	padding-right: 0;
	border-right: none;
}

.support_list > li .support_ttl {
	margin-bottom: 13px;
	color: #2b4e99;
	font-size: 180%;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	text-align: center;
	line-height: 1.3;
}
#shortcourse .support_list > li .support_ttl span {
	margin-bottom: 15px;
	color: #333;
	font-size: 65%;
}
.support_list > li p {
	margin-bottom: 0 !important;
}
.support_list > li p img {
	margin-bottom: 15px;
	border-radius: 5px;
}
.support_list .kome li {
	font-size: 90%;
}


@media screen and (max-width: 768px) {
	.support_list {
		display: block;
	}
	.support_list li {
		width: 100% !important;
		padding: 15px 0;
		border-right: none;
		border-bottom: 1px dotted #999;
	}
	.support_list li:first-child {
		padding-top: 0;
	}
	.support_list li:last-child {
		border-bottom: none;
	}
	.support_list li::after {
		clear: both;
		content: "";
		display: block;
		height: 0;
	}
	.support_list li .support_ttl + p {
		float: left;
		width: 35%;
		margin-right: 3%;
	}
	.support_list li .support_ttl + p img {
		width: 100%;
	}
	.support_list .support_ttl + p + p,
	.support_list .support_ttl + p + div {
		float: left;
		width: 62%;
	}
	
	.support_list .kome {
		margin-right: 15px;
	}
}
@media screen and (max-width: 480px) {
	.support_list > li .support_ttl {
		font-size: 2.4rem;
	}
	.support_list li .support_ttl + p {
		float: none;
		width: 100%;
		text-align: center;
	}
	.support_list .support_ttl + p + p,
	.support_list .support_ttl + p + div {
		float: none;
		width: 100%;
	}
}



/* 「通学プラン」「映像オンラインプラン」選べる2つの形式
--------------------------------------------------------------------- */
/*
#select .title {
	line-height: 1.2;
}

.planlist li.attend {
}
.planlist li.online {
	border: 6px solid #588d54;
	border-top:none;
}
.planlist li.attend .tokuten_title {
	background-color: #2b4e99;
}
.planlist li.online .tokuten_title {
	background-color: #588d54;
}
.planlist li .tokuten_title .tokuten_title_txt {
	font-size: 220%;
	padding: 10px 0;
	color: #fff;
}
.planlist li .tokuten_contents .kouza_point {
	margin-bottom: 5px;
	color: #2b4e99;
	font-size: 170%;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.25;
}
.planlist li .tokuten_contents .osusume {
	padding: 15px 5px 17px;
	background-color: #fff100;
	text-align: center;
	font-weight: bold;
	position: relative;
	font-size: 200%;
	border-radius: 6px;
	margin-bottom: 15px;
}
.planlist li .tokuten_contents .osusume:after {
	position: absolute;
	content: "";
	bottom: -12px;
	left: 50%;
	margin-left: -16px;
	border: 14px solid transparent;
	border-top: 12px solid #fff100;
	border-bottom-width: 0;
}

#select .planlist h5 span{
	font-size: 65%;
}
.planlist li .tokuten_contents ul li h5 {
	margin: 2px 10px 0 0;

}
.planlist li .tokuten_contents ul li h5 span{
	display: inline-block;
	text-align: center;
	min-width: 4rem;
	background-color: #2b4e99;
	padding: 2px 8px;
	color: #fff;
	font-size: 140% !important;
	font-weight: bold;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	white-space: nowrap;
	border-radius: 20px;
	box-sizing: border-box;
}

#select .planlist .plan_img {
	margin-bottom: 8px;
	text-align: center;
}
@media screen and (max-width: 480px) {
	.planlist li .tokuten_title .tokuten_title_txt {
		font-size: 190%;
	}
}
*/


/* 受講講座はすべて映像でも視聴可能！
--------------------------------------------------------------------- */
#select sup{
	font-size: 50%;
}
#select .pht_left {
	width: 300px;
	margin-bottom: 0px;
}

#videomerit_list {
	margin-top: 40px;
}
#videomerit_list li {
	margin-top: 35px;
}
#videomerit_list li .lead3 {
	display: table;
	margin-bottom: 25px;
}
#videomerit_list li .lead3 span {
	display: table-cell;
	vertical-align: middle;
}
#videomerit_list li .lead3 span.list_no {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	font-size: 120%;
	color: #fff;
	line-height: 1.0;
	background-color: #2b4e99;
	box-sizing: border-box;
}
#videomerit_list li .lead3 span.list_leadtxt {
	padding: 10px 0 10px 20px;
	font-size: 100%;
	line-height: 1.3;
}

@media screen and (max-width: 480px) {
	#videomerit_list li .lead3 {
		margin-bottom: 20px;
	}
	#videomerit_list li .lead3 span {
	}
	#videomerit_list li .lead3 span.list_no {
		display: inline-block;
		padding: 15px 10px;
	}
	#videomerit_list li .lead3 span.list_leadtxt {
		padding: 5px 0 5px 10px;
	}
}



/* 冬の受講相談実施中!
--------------------------------------------------------------------- */
#soudan .lead3 {
	margin-bottom: 15px;
}

#soudan .pht_left {
	width: 300px;
}




/* 新型コロナウイルスの感染予防について
--------------------------------------------------------------------- */
#prevention {
	margin-top: 70px;
}

.prevention_list {
	display: flex;
	flex-wrap: wrap;
}

.prevention_list > li {
	box-sizing: border-box;
	width: 32.6%;
	padding: 25px;
	border-right: 1px dotted #999;
}
.prevention_list > li:nth-child(3n-2) {
	padding-left: 0;
}

.prevention_list > li:nth-child(3n-1) {
	width: 34.7%;
}
.prevention_list > li:nth-child(3n) {
	padding-right: 0;
	border-right: none;
}

.prevention_list > li p {
	margin-bottom: 0 !important;
}
#main .prevention_list > li p img {
	margin-bottom: 15px;
	border-radius: 5px;
	width: 100%;
	height: 180px;
	object-fit: cover;
	font-family: "object-fit: cover;"; /* for IE */
}


@media screen and (max-width: 768px) {
	.prevention_list {
		display: block;
	}
	.prevention_list li {
		width: 100% !important;
		padding: 20px 0 5px;
		border-right: none;
		border-bottom: 1px dotted #999;
	}
	.prevention_list li:first-child {
		padding-top: 0;
	}
	.prevention_list li:last-child {
		border-bottom: none;
	}
	.prevention_list li::after {
		clear: both;
		content: "";
		display: block;
		height: 0;
	}
	.prevention_list li p:first-child {
		float: left;
		width: 45%;
	}
	
	.prevention_list li p:nth-child(2) {
		float: right;
		width: 52%;
	}
	
	#main .prevention_list > li p img {
		height: auto;
	}
	
	.prevention_list .kome {
		margin-right: 15px;
	}
}
@media screen and (max-width: 480px) {
	#prevention {
		margin-top: 50px;
	}
	
	.prevention_list li {
		padding-bottom: 15px;
	}
	.prevention_list li p:first-child {
		float: none;
		width: 100%;
		text-align: center;
	}
	.prevention_list li p:nth-child(2) {
		float: none;
		width: 100%;
	}
}



/* 入学までのながれ
--------------------------------------------------------------------- */
#flow {
	background-color: transparent;
}


.flow_list {
	display: flex;
	justify-content: space-between;
}
.flow_list > li {
	width: 18%;
}

.flow_list > li .flow_ttl {
	margin-bottom: 12px;
	color: #2b4e99;
	font-size: 120%;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	line-height: 1.2;
}
.flow_list > li p img {
	margin-bottom: 12px;
}

.flow_list > li p,
.flow_list > li ul li {
	margin-bottom: 0 !important;
	font-size: 90%;
}


@media screen and (max-width: 650px) {
	.flow_list {
		display: block;
	}
	.flow_list > li {
		width: 100%;
		margin-bottom: 30px;
		padding-bottom: 20px;
		display: flex;
		position: relative;
	}
	.flow_list > li::before{
		position: absolute;
		content: "";
		bottom: -23px;
		left: 50%;
		margin-left: -15px;
		border: 13px solid transparent;
		border-top: 11px solid #fff;
		z-index: 2;
	}
	.flow_list > li::after {
		position: absolute;
		content: "";
		bottom: -13px;
		left: 50%;
		margin-left: -16px;
		border: 14px solid transparent;
		border-top: 12px solid #2b4e99;
		border-bottom-width: 0;
		z-index: 1;
	}
	.flow_list > li:last-child::before,
	.flow_list > li:last-child::after {
		display: none;
	}
	
	.flow_list > li .flow_ttl {
		font-size: 130%;
		margin-top: 10px;
	}
	.flow_list > li > p:first-child {
		margin-right: 20px;
		width: 25%;
	}
	.flow_list > li > div {
		width: 75%;
	}
}
@media screen and (max-width: 480px) {
	.flow_list > li .flow_ttl {
		margin-bottom: 8px;
		font-size: 2rem;
	}
	.flow_list > li > p:first-child {
		width: 35%;
	}
	.flow_list > li > div {
		width: 65%;
	}
	.flow_list > li > div p {
		line-height: 1.6;
	}
}



/*---------------------------------------------------------------------
コース生入学受付中ページ
--------------------------------------------------------------------- */
/*--- コース生とは？ ---*/
#exp_course .pht_left {
	margin-bottom: 0;
}

/*--- 個別説明会はこちら ---*/
.btn_kobetsu {
	text-align: center;
	margin-top: 30px;
}
.btn_kobetsu img {
	width: 440px;
}
@media screen and (max-width: 640px) {
	.btn_kobetsu img {
		width: auto;
	}
}


/*---------------------------------------------------------------------
動画
--------------------------------------------------------------------- */
.movie_area,
.playlist_area .movie_area {
	width:100%;
	max-width: 720px;
	margin: 25px auto;
	border: 15px solid #2b4e99;
	box-sizing: border-box;
}
.movie_area .youtube_16_9,
.playlist_area .movie_area .youtube_16_9 {
	margin-bottom: 0px;
}

/*.movie_area_wrapper {
	display: flex;
}
.movie_area_wrapper .movie_area {
	width: 470px;
}*/

@media screen and (max-width: 768px) {
	.movie_area_wrapper {
		display: block;
	}
	.movie_area_wrapper .movie_area {
		width: 100%;
	}
}