@charset "utf-8";
/* CSS Document */

#main .contents h2 {
    margin: 1.4em 0 0.4em;
}

#main .contents h3 {
	margin: 0 0 0.5em 1.2em;
    font-size: 1.2rem;
    color: #025fa0;
    text-indent: -1.2em;
}

#main table.supplement {
    margin-bottom: 0.25rem;
}

#main .txt01 {
	font-size: 0.8em;
	opacity: 0.5;
	margin-bottom: 1rem;
}

#main .txt02 {
	font-size: 1.2em;
	color: #000;
	font-weight: 900;
}

#main table .feesCel01 {
   background: #888;
}

#main table td strong {
	padding-right: 1em;
}

#main .feesBox01 {
	padding-bottom: 2rem;
}

#main .feesBox02 {
	position: relative;
	overflow: hidden;
	margin: 1.5rem 0 0;
}

#main .feesBox02 dl {
	padding: 1.5rem;
	background: #f7ede7;
}

#main .feesBox02 .bg01 {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0.4;
	width: 8%;
}

#main .feesBox02 .bg02 {
	transform: rotate(-90deg);
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.3;
	width: 10%;
}

#main .feesBox02 dl dt {
	font-size: 1.2rem;
	font-weight: bold;
	color: #000;
	margin-bottom: 0.5rem;
}

/*===========================================
IE
===========================================*/
@media all and (-ms-high-contrast: none){
}

/*===========================================
display
===========================================*/
@media all and (max-width: 738px) {
	#main table td strong {
		padding: 0 0 0.25em;
		display: block;
	}
	#main .feesBox02 .bg01 {
		width: 35%;
		opacity: 0.3;
	}
	#main .feesBox02 .bg02 {
		width: 30%;
		opacity: 0.4;
	}
}



















