@charset "utf-8";
@import"/common/css/base.css";
@import"/common/css/contents.css";
@import"/common/css/op_sp.css";

/* =======================================================================
 リニューアル用
======================================================================= */

/* ================================================================
 override
================================================================ */

#main div.section {
	margin-bottom: 70px;
}
@media (max-width: 768px) {
	#main div.section {
		margin-bottom: 50px;
		padding: 0 10px;
	}
}
@media (max-width: 480px) {
	#main div.section {
		margin-bottom: 40px;
	}
}


#main .con_h3_2 {
	margin-bottom: 30px;
}
@media (max-width: 768px) {
	#main .con_h3_2 {
		padding: 4% 6%;
		background-color: #0e357f;
		color: #FFF;
		font-size: 116%;
		font-weight: bold;
		clear: both;
		border:none;
		margin-bottom: 1em;
	}
	#main .con_h3_2:before{
		content:none;
	}
}
@media (max-width: 480px) {
	#main .con_h3_2 {
		margin-bottom: 20px;
	}
}



@media (max-width: 768px) {
	#main .section .box {
		margin-left: 0;
		margin-right: 0;
	}
}

/*#main .con_h4 { border-left: 5px solid #FFCC33; }*/
#main .con_h4 { border-left: 7px solid #ccc; }


/* ================================================================
 contents
================================================================ */

/* 学費の内訳
--------------------------------------------------------- */
.uchiwake {
	display: flex;
	margin-bottom: 1.5em;
	font-weight: bold;
}
.uchiwake > div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 120px;
	box-sizing: border-box;
}
.uchiwake .uchiwake_gakuhi {
	width: 16.8%;
	background-color: #fff681;
}
.uchiwake .uchiwake_naiyou {
	width: 16.8%;
	border: 3px solid #f93;
}
.uchiwake .uchiwake_option {
	width: 16.8%;
	border: 3px solid #ccc;
}
.uchiwake .uchiwake_kigou {
	width: 4%;
	font-size: 1.5rem;
	color: #f93;
}
.uchiwake .uchiwake_kigou.option {
	color: #ccc;
}


@media (max-width: 480px) {
	.uchiwake {
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.uchiwake > div {
		height: auto;
		padding: 10px;
	}
	.uchiwake .uchiwake_gakuhi {
		width: 100%;
		padding: 15px 5px;
	}
	.uchiwake .uchiwake_naiyou {
		width: 28%;
		padding: 20px 5px;
	}
	.uchiwake .uchiwake_option {
		width: 100%;
	}
	
	.uchiwake .uchiwake_kigou {
		width: auto;
		padding: 5px 0;
		font-size: 2rem;
		line-height: 1;
	}
	.uchiwake .uchiwake_kigou.kigou_equal,
	.uchiwake .uchiwake_kigou.option {
		width: 100%;
	}
	.uchiwake .uchiwake_kigou.kigou_equal span {
		transform: rotate(90deg);
	}
}


/* linkボタン
--------------------------------------------------------- */
.charge_link {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 35px 0 0;
}
.charge_link li {
	width: 48.5%;
	margin-bottom: 20px;
}
.charge_link li:nth-last-child(2),
.charge_link li:last-child {
	margin-bottom: 0;
}

.charge_link li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90px;
	font-size: 1.3rem;
	line-height: 1.2;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
	position: relative;
	transition: all 0.15s ease-out;
}
.charge_link li a:hover {
	opacity: 0.8;
}
.charge_link li a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	content: "";
	width: 10px;
	height: 10px;
	border: 0;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	transform: rotate(45deg);
	margin: auto;
}
.charge_link .link_ch_j {
	background-color: #ec85b9;
}
.charge_link .link_ch_g3 {
	background-color: #62b0d5;
}
.charge_link .link_ch_g12 {
	background-color: #82bb36;
}
.charge_link .link_tsudai {
	background-color: #6d78d3;
}

@media (max-width: 480px) {
	.charge_link li {
		margin-bottom: 12px;
	}
	.charge_link li a {
		height: 70px;
		font-size: 1.5rem;
	}
	.charge_link li a::after {
		right: 10px;
		width: 8px;
		height: 8px;
		border-top-width: 2px;
		border-right-width: 2px;
	}
}



