<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@media screen and (min-width: 641px) ,print {
	
.sub.expenses .mv {
	background: url(../img/expense/mv_expenses.jpg) top center no-repeat;
	background-size: cover;
}
.sub.system .mv {
	background: url(../img/expense/mv_system.jpg) top center no-repeat;
	background-size: cover;
}

/* -----------------------------------------------------------------------------

	system
  
----------------------------------------------------------------------------- */
.system .leader {
	padding-top: 60px;
}
.system .leader dl dt {
	font-weight: bold;
	font-size: 172%;
	margin: 0 0 10px;
}
.system .mt60 {
	margin-top: 60px;
}
.system h3 span {
	padding-bottom: 8px;
}
.system .overseas p {
	margin-bottom: 40px;
}
.system .overseas p .notes {
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
}
.system .category {
	margin: 11px 0 28px;
	padding-bottom: 20px;
	border-bottom: 3px solid #000;
}
.system .category li {
	display: inline-block;
	padding: 5px 12px;
	color: #fff;
	font-size: 120%;
	border-radius: 100px;
	background: #b70003;
}
.system .category li + li {
	margin-left: 2px;
}
.system h4 {
	padding: 0 0 5px 0;
	font-size: 240%;
}
.system h4 span {
	font-size: 80%;
	font-weight: normal;
}
.system h4 span.bgGray {
	font-size: 70%;
	background: #626262;
	color: #fff;
	margin-bottom: 5px;
}
.system .lead {
	margin-bottom: 40px;
}
.system .ttl {
	background: #000;
	padding: 8px 0;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
.system .notes {
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
}
.system table {
	width: 100%
}
.system table th {
	background: #eee;
	border: 1px solid #000;
	padding: 18px 10px;
	width: 200px;
	vertical-align: middle;
}
.system table td {
	background: #fff;
	border: 1px solid #000;
	padding: 18px 10px;
	vertical-align: middle;
}
.system table td li {
	font-size: 100%;
}
.system .btn {
	margin-top: 30px;
}
/*btn kentei*/
.system .btn.kentei {
	margin: 15px 0 0 0;	
	text-align: left;
}
.system .btn.kentei a {
	text-align: center;
	font-size: 76%;
	position: relative;
	background: #b70004;
	color: #fff;
	padding: 10px 20px;
}
.system .btn.kentei a span {
	display: inline-block;
	background: none;
}
.system .btn.kentei a span:after {
	content: "";
	width: 10px;
	height: 10px;
	background: url(../img/icon_blank_w.png) 0 0 no-repeat!important;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	position: relative;
	transform: scaleX(1);
}
.system .btn.kentei a span:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	transform: scaleX(0);
	background-color: #fff !important;
	transition: all .3s ease;
}
.system .btn.kentei a:hover span:before {
	transform: scaleX(1);
}
.system table + p {
	margin-top: 15px;
}
/* -----------------------------------------------------------------------------

	expenses
  
----------------------------------------------------------------------------- */

.expenses .anchor {
	text-align: center;
	padding-bottom: 0;
}
/*.expenses .anchor li:last-child a {
	background: #ffd800;
}
.expenses .anchor li:last-child span {
	background: url(../img/icon_arw04.png) right center no-repeat;
}*/
.expenses .leader {
	padding-top: 60px;
}
.expenses h4 {
	border-bottom: 3px solid #000;
	padding: 0 0 5px 8px;
	font-size: 200%;
	margin-bottom: 30px;
}
.expenses h4 span {
	font-size: 80%;
	font-weight: normal;
}
.expenses h4 span.bgGray {
	font-size: 70%;
  background: #626262;
  color: #fff;
  margin-bottom: 5px;
}  
.expenses .accordion {
	background: #fff;
	border: 1px solid #000;
	border-bottom: 3px solid #000;
	margin-bottom: 50px;
	font-size: 100%;
	
}
.expenses .accordion &gt; dt {
	font-size: 180%;
	font-weight: bold;
	line-height: 60px;
	padding: 0 0 0 20px;
	cursor: pointer;
	background: url(../img/icon_open.png) 970px center no-repeat;
}
  
.expenses .accordion &gt; dt span.small {
	font-size: 80%;
	font-weight: bold;
	padding-left:10px;
}
.expenses .accordion &gt; dt.open {
	background: url(../img/icon_close.png) 970px center no-repeat;
}
.expenses .accordion &gt; dt:hover {
	background-color: #fff8cf;
}
.expenses .accordion &gt; dd {
	padding: 40px 8px;
	border-top: 3px solid #000;
}
.expenses table {
	width: 100%;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	margin-bottom: 30px;
}
.expenses table:last-of-type {
	margin-bottom: 0;
}
.expenses table + p {
	padding-top: 20px;
}
.expenses .tableCaption {
	text-align: left;
	font-weight: bold;
	padding: 0 0 10px 0;
}
.expenses .tableCaption p{
	font-size: 100%;
}
.expenses .tableCaption span {
	font-weight: normal;
	margin-left: 10px;
}
.expenses .scroll + .tableCaption,
.expenses .scroll + .list {
	margin-top:20px;
}
.expenses table td,
.expenses table th {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	padding: 10px;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}
.expenses .accordion table td:first-child {
	width: 230px!important;
}
.expenses .accordion table td:first-child {
	background: #eee;
}
.expenses .accordion table thead th {
	background: #626262;
	color: #fff;
	font-size: 128.5%;
}
.expenses .accordion table thead th span {
	font-weight: normal;
	font-size: 66%;
	display: block;
}
.ko.expenses .accordion table thead th span {
	display:inline-block;
	margin-left:5px;
}
.cn.expenses .accordion table thead th span,
.tw.expenses .accordion table thead th span {
	display:inline-block;
	margin-right:5px;
}
.expenses .accordion table tfoot td {
	font-size: 128.5%;
}
.expenses .accordion table .breakdown td:not(:first-child) {
	font-weight: normal;
	text-align: left;
	padding: 20px;
	box-sizing: border-box;
}
.expenses .accordion table.threeYear td {
	width: 257px;
}
.expenses .accordion table.twoYear td {
	width: 385px;
}
.expenses table + ul.list {
	padding-top: 20px;
}
.expenses ol.list {
	margin: 20px 0;
}
.expenses ol.list li {
	text-indent: -1.7em;
	padding-left: 1.7em;
}
.expenses ul.list {
	padding-left: 1em;
}
.expenses ul.list li:before {
	content: "●";
	padding-right: 0.5em;
}
.expenses ul.list li {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.expenses ul.list li span.notes {
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
}
.expenses ul.list li span.small {
	font-size: 86%;
}
.expenses .noteTxt {
	margin-top:20px;
	text-indent: -3em;
	margin-left: 3em;
}
.expenses ul.list + .accordion {
	margin-top: 20px;
}
.expenses ul.list + .tableCaption {
	margin-top: 20px;
}
.expenses .accordion ul + dl {
	margin: 20px 0 0 0;
}
.expenses .accordion ul + dl dt {

	font-weight: bold;
	padding-left: 1em;
}
.expenses .accordion ul + dl li {
	font-size: 100%;
}
.expenses h4 + p {
	line-height: 1.6;
	margin-bottom: 30px;
}
.expenses h4 + p + table th:first-child {
	width: 100px;
}
.expenses h4 + p + table th{
	background : #eee;
	width: 230px;
}
.expenses .expenses .tableCaption {
	font-size: 114.2%;
}
.expenses h4 + p + table td {
	background:#fff;
}
.expenses h4 + p + table td:nth-of-type(2) {
	width: 490px;
	font-weight: normal;
	text-align: left;
}
.expenses h4 + p + table tr:last-child th,
.expenses h4 + p + table tr:last-child td {
	font-size: 128.6%;
}
  .expenses #plan{
  }
.expenses #plan &gt; p {
	margin-bottom:20px;
}
.expenses #plan table th:first-child {
	background: #fff;
}
.expenses #plan table td:not(:first-child) {
	width: 193px;
}
.expenses #plan table .subhead td:first-child {
	background: #626262;
	color: #fff;
	font-size: 128.5%;
}
.expenses #plan table .subhead td:not(:first-child) {
	font-weight: normal;
}
.expenses #plan &gt; dl {
	margin: 40px 0 10px;
	overflow: hidden;
}
.expenses #plan &gt; dl dt {
	font-size: 128.6%;
	margin-bottom: 10px;
	font-weight: bold;
}
.expenses #plan &gt; dl dd {
	float:left;
	border: 1px solid #eee;
	width: 230px;
	padding: 13px;
	margin-right: 35px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.expenses #plan &gt; dl dd:after {
	content:url("../img/icon_arw04.png");
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: -22px;
}
.expenses #plan &gt; dl dd:nth-of-type(2) {
	width: 394px;
}
.expenses #plan &gt; dl dd:last-child {
	width: 240px;
	margin-right: 0;
}
.expenses #plan &gt; dl + p {
	clear: both;
	margin:0 10px 40px;
	
}

.expenses ul.list + p{
	padding-left: 0.7em;
}

.expenses ul.link {
	text-align: center;
	padding: 0 0 100px;
}
.expenses ul.link li {
	display: inline-block;
	margin: 0 5px;
}

/*個別調整*/
.en #tuition .france .yen {
	width:130px;
}
.expenses #tuition .miscellaneous &gt; .list {
	margin-bottom: 20px;
}
.expenses #tuition .france .list + .tableCaption {
	margin-top: 30px;
}

.expenses #tuition .france .list + .tableCaption .bgGray {
  background: #626262;
  color: #fff;
}  
.expenses #tuition .france table.france02 {
	background: #fff;
}
.expenses #tuition .france table.france02 th {
		background: #626262;
		color: #fff;
		font-size: 128.5%;
}
.expenses #tuition .france table.france02 .total td{
	background: #eee;
}
.expenses #tuition .france table.france02 .total td sup {
	vertical-align: top;
}
.expenses .france .france02 th:first-child {
	width: 40%;
}
.expenses .france .france02 th:nth-child(3) {
	width: 40%;
}

.expenses .license .list + h4{
	margin-top: 50px;
}
.expenses .license figure + h4{

	margin-top: 50px;
}
.expenses .license .btn {
	margin: 50px auto 0;
}
.expenses .license .btn a {
	font-size: 125%;
	max-width: 200px;
	display: block;
	margin: 0 auto;
}

/* contact
---------------------------------------------*/
.contact p {
	text-align: center;
	margin-bottom: 30px;
}
.contact p b {
	display: inline-block;
	border-bottom: 3px solid #ffd800;
	padding: 0 5px;
	font-size: 143%;
}
.contact p span {
	display: block;
	font-weight: normal;
	font-size: 115%;
	padding: 11px 0 6px;
}
.contact dl {
	text-align: center;
}
.contact dl dt {
	background: #000;
	color: #fff;
	display: inline-block;
	padding: 6px 10px;
	font-weight: bold;
	margin-top: 5px;
}
.contact dl dd {
	display: inline-block;
	font-size: 215%;
	font-weight: bold;
	vertical-align: top;
	margin-left: 11px;
	position: relative;
}
.contact dl dd:nth-of-type(1) {
	background: url(../img/icon_freenumber.png) left 10px no-repeat;
	padding-left: 36px;
	margin-right: 30px;
}
.contact dl dd span {
	position: absolute;
	font-size: 37%;
	bottom: -4px;
	left: 0;
}
  #scholarship ul.link{
    padding-bottom: 0;
  }
  .france span.bgGray {
  background: #626262;
  color: #fff;
  margin-bottom: 5px;
} 
.france ul.list{
    margin-bottom: 20px;
}
section.number{
    padding-top: 70px;
  }
}</pre></body></html>