@charset "utf-8";

/* =======================================================================
 リニューアル用
======================================================================= */

/* ================================================================
 override
================================================================ */


/* ================================================================
 contents
================================================================ */

/* FV
--------------------------------------------------------- */
@media (max-width: 768px) {
	#main .top div.con_h2 .main_ttl {
		background-image: url("/charge/images/carge_head_bg.jpg");
	}
	
	#main .top div.con_h2 p {
		text-align: left;
		background-color: transparent;
	}
	
}
@media (max-width: 480px) {
	#main .top div.con_h2 .main_ttl {
		height: 5em !important;
	}
}


#main .con_h2 + .intro {
	margin-bottom: 40px;
}
@media (max-width: 768px) {
	#main .con_h2 + .intro {
		margin-bottom: 40px;
		padding: 0 15px;
	}
}



/* 入学までの流れ
--------------------------------------------------------- */
.flow_list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.5em;
	padding-top: 0.5em;
	list-style: none;
	counter-reset: number;
}

.flow_list li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25%;
	height: 120px;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #efefea;
	position: relative;
	box-sizing: border-box;
}
.flow_list li:last-child {
	width: 14.8%;
	background-color: #fff681;
}
.flow_list li::before {
	position: absolute;
	top: -0.5em;
	left: 0.5em;
	counter-increment: number;
	content: '0' counter(number);
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 2.12rem; /* 34px */
	font-weight: bold;
	line-height: 1;
	color: #f93;
}
.flow_list li::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -15px;
	content: "";
	width: 11px;
	height: 11px;
	border: 0;
	border-top: solid 3px #f93;
	border-right: solid 3px #f93;
	transform: rotate(45deg);
	margin: auto;
}
.flow_list li:last-child::after {
	display: none;
}


@media (max-width: 480px) {
	.flow_list {
		display: block;
	}
	
	.flow_list li {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
		padding: 25px 20px;
	}
	.flow_list li:last-child {
		width: 100%;
	}
	.flow_list li::before {
		top: -0.3em;
		font-size: 2.5rem; /* 40px */
	}
	.flow_list li::after {
		position: absolute;
		top: auto;
		bottom: -13px;
		left: 0;
		right: 0;
		transform: rotate(135deg);
		margin: auto;
	}
}



/* 学費の内訳
--------------------------------------------------------- */
#main #uchiwake {
	margin-bottom: 50px;
}
@media (max-width: 768px) {
	#main #uchiwake {
		margin-bottom: 30px;
	}
}
@media (max-width: 480px) {
	#main #uchiwake {
		margin-bottom: 20px;
	}
}



/* CFC
--------------------------------------------------------- */
.logo_cfc {
	display: block;
	margin-bottom: 1.5em;
}
@media (max-width: 480px) {
	.logo_cfc {
		margin-left: auto;
		margin-right: auto;
	}
}



/* FAQ
--------------------------------------------------------- */
#faq .CollapsiblePanel {
	margin-bottom: 20px;
}

#faq .CollapsiblePanelTab {
	font-weight: normal;
}

#faq p.CollapsiblePanelContent {
	margin-bottom: 0;
	padding-bottom: 12px;
}



/* LP部分
--------------------------------------------------------- */
#wt div.section {
	margin-bottom: 0;
}

#wt p {
	margin-bottom: 0;
}

.bnr_wteacher {
	margin-top: 20px;
	text-align: center;
}

@media (max-width: 768px) {
	#main #wt div.section {
		padding: 0;
	}
}
@media (max-width: 480px) {
	#main #wt.section {
		padding: 0;
	}
	#wt #w_education + .bnr_wteacher {
		padding: 0 10px;
	}
}

