<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 (max-width: 640px) {

.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 .mt60 {
	margin-top: 60px;
}
.system h4 {
	padding: 0 0 5px 0;
	font-size: 180%;
}
.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: 30px;
}
.system .ttl {
	background: #000;
	padding: 8px 0;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
.system .leader {
	padding-top: 40px;
}
.system .leader dl dt {
	font-weight: bold;
	font-size: 129%;
	margin: 0 0 10px;
}

.system .overseas p {
	margin-bottom: 30px;
}
.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-top: 6px;
}

.system table {
	width: 100%
}
.system table th {
	background: #eee;
	border: 1px solid #000;
	padding: 15px 10px;
	width: 80px;
	vertical-align: middle;
}
.system table td {
	background: #fff;
	border: 1px solid #000;
	padding: 15px 10px;
	vertical-align: middle;
}
.system table td li {
	font-size: 100%;
}
.system .btnType01 {
	margin-top: 30px;
}
.system .btnType01 b {
	display: block;
	font-size: 14px;
	padding-top: 5px;
	font-size: 87%;
}
.system .btn {
	margin-top: 30px;
}
.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: 55%;
	position: relative;
	background: #b70004;
	color: #fff;
	padding: 7px;
}
.system .btn.kentei a span {
	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 table + p {
	margin-top: 15px;
}
/* -----------------------------------------------------------------------------

	expenses
  
----------------------------------------------------------------------------- */
/*.expenses .anchor li:last-child a {
	background-color: #ffd800;
	background-image: url(../img/icon_arw04.png);
	text-align: left;
}*/
.expenses .leader {
	padding-top: 60px;
}
.expenses h4 {
	border-bottom: 3px solid #000;
	padding: 0 0 5px 8px;
	font-size: 180%;
	margin-bottom: 30px;
}
.expenses .inner &gt; section {
	margin-bottom: 40px;
}
.expenses .inner &gt; section:last-child {
	margin-bottom:0;
}
.expenses h4 span {
	font-size: 80%;
	font-weight: normal;
}
.expenses h4 span.bgGray {
	font-size: 70%;
  background: #626262;
  color: #fff;
  margin-bottom: 5px;
}  
.expenses .list + .accordion {
	margin-top: 20px;
}
.expenses ul.list + .tableCaption {
	margin-top: 20px;
}
.expenses .accordion {
	background: #fff;
	border: 1px solid #000;
	border-bottom: 3px solid #000;
	margin-bottom: 15px;
	font-size: 100%;
}
.expenses .accordion &gt; dt {
	font-size: 160%;
	cursor: pointer;
	padding: 12px 45px 12px 30px;
	background: url(../img/icon_open.png) 95% 50% no-repeat;
	font-weight: bold;
}
.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) 95% 50% no-repeat;
}
.expenses .accordion &gt; dd {
	padding: 30px 8px;
	border-top: 3px solid #000;
}

/*scroll*/
.expenses .note {
	margin-bottom:15px;
	text-align: center;
	font-weight: bold;
}
.expenses .scroll {
	overflow: auto;
	padding:25px 0 10px;
	background:url(../img/arow_swipe.png) no-repeat center top;
	background-size:77px;
	padding-right: 10px;
}
.expenses .scroll::-webkit-scrollbar{
	height: 8px;
}
.expenses .scroll::-webkit-scrollbar-track{
	background: #f1f1f1;
}
.expenses .scroll::-webkit-scrollbar-thumb {
	background: #bcbcbc;
}
.expenses .scroll + .tableCaption,
.expenses .scroll + .list {
	margin-top:20px;
}
.expenses table {
	width: 100%;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	margin-bottom: 30px;
}
.expenses table:last-of-type {
	margin-bottom: 0;
}
.expenses .tableCaption {
	text-align: left;
	font-weight: bold;
	padding: 0 0 10px 0;
}
.expenses .tableCaption {
	font-size: 140%;
}
.expenses .tableCaption span {
	font-weight: normal;
	display: block;
}
.expenses .tableCaption span.bgGray {
  background: #626262;
  color: #fff;
  display: inline;
  word-wrap: break-word;

} 
.expenses table td,
.expenses table th {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	padding: 20px 5px;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	word-break: break-all;
}
.expenses table + p {
	padding-top: 20px;
}
.expenses .accordion table td:first-child {
	width: 20%!important;
}
.expenses .accordion table td:first-child {
	background: #eee;
}
.expenses .accordion table thead th {
	background: #626262;
	color: #fff;
	font-size: 114%;
}
.expenses .accordion table thead th span {
	font-weight: normal;
	font-size: 66%;
	display: block;
}
.expenses .accordion table tfoot td {
	font-size: 114%;
}
.expenses .accordion table .breakdown td:not(:first-child) {
	font-weight: normal;
	text-align: left;
	padding: 20px 5px;
	box-sizing: border-box;
}
.expenses .accordion table.threeYear td {
	width: 26.7%;
}
.expenses ol.list {
	margin: 20px 0;
}
.expenses ol.list li {
	text-indent: -1.7em;
	padding-left: 1.7em;
}
.expenses table + ul.list {
	padding-top: 20px;
}
.expenses ul.list li:before {
	content: "●";
	padding-right: 0.5em;

}
.expenses ul.list li {
	text-indent: -1.5em;
	padding-left: 1.5em;
}

.expenses .noteTxt {
	margin-top:20px;
	text-indent: -3em;
	margin-left: 3em;
}
.cn.expenses .noteTxt {
	text-indent: -6em;
	margin-left:6em;
}
.expenses .accordion ul + dl {
	margin: 20px 0 0;
}
.expenses .accordion ul + dl dt {
	font-weight: bold;
}
.expenses .accordion ul + dl li {
	font-size: 100%;
}
.expenses h4 + p {
	line-height: 1.6;
	margin-bottom: 30px;
}
.expenses h4 + p + table caption p {
	font-size: 114.2%;
}
.expenses h4 + p + table th {
	background : #eee;
	width: 20%;
}
.expenses h4 + p + table td {
	background:#fff;
}
.expenses h4 + p + table td:nth-of-type(2) {
	font-weight: normal;
	text-align: center;
	width: 40%;
}
.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: 114%;
}
.expenses #plan table .subhead td:not(:first-child) {
	font-weight: normal;
}
.expenses #plan &gt; dl {
	margin: 40px 10px 10px;
	overflow: hidden;
}
.expenses #plan &gt; dl dt {
	font-size: 114%;
	margin-bottom: 10px;
	font-weight: bold;
}
.expenses #plan &gt; dl dd {
	border: 1px solid #eee;
	padding: 15px 10px;
	margin-bottom: 30px;
	position: relative;
	height:auto!important;
}
.expenses #plan &gt; dl dd:not(:last-child):after {
	content:url("../img/icon_anchor.png");
	display: block;
	position: absolute;
	bottom: -25px;
	margin-left: -5px;
	right: 50%;
}
.expenses #plan &gt; dl + p {
	clear: both;
	margin:0 10px 40px;
	
}

.expenses ul.list + p{
	/*text-indent: -1.3em;*/
	/*padding-left: 1.3em;*/
}
main ul.link {
	text-align: center;
	padding: 0 0 50px;
}
main ul.link li {
	margin: 0 5% 30px;
}
.expenses span.notes {
	text-indent: -1em;
	padding-left: 1em;
	display: inline-block;
}
.expenses span.small {
	font-size: 86%;
}
/*個別調整*/
#tuition .tuition .threeYear {
	min-width: 520px;
}
#tuition .tuition .threeYear th:first-child {
	width: 24%;
}
.ko #tuition .tuition .threeYear th:first-child,
.cn #tuition .tuition .threeYear th:first-child,
.tw #tuition .tuition .threeYear th:first-child  {
	width:18%;

}
.tw #tuition .tuition .threeYear {
	min-width: 550px;
}

#tuition .tuition .twoYear{
	min-width: 420px;
}
#tuition .tuition .twoYear th:first-child {
	width: 30%;
}
#tuition .tuition .oneYear th:first-child {
	width: 45%;
}
#tuition .miscellaneous .threeYear {
	min-width: 360px;
}
#tuition .miscellaneous .twoYear th {
	width: 30%;
}
#tuition .miscellaneous .twoYear th:first-child {
	width:25%;
}
#tuition .miscellaneous .regular td:first-child {
	width:30%!important;
}
#tuition table.france {
	min-width: 500px;
	background: #fff;
}
.expenses #tuition .miscellaneous &gt; .list {
	margin-bottom: 20px;
}
.expenses #tuition .france .list + .tableCaption {
	margin-top: 30px;
} 
.expenses #tuition .france table.france02 {
	background: #fff;
	min-width: 440px;
}
.expenses #tuition .france table.france02 th {
		background: #626262;
		color: #fff;
		font-size: 128.5%;
}
.expenses #tuition .france table.france02 th,
.expenses #tuition .france table.france02 td {
	padding: 7px 10px;
	word-break: break-all;
}
.expenses #tuition .france table.france02 td sup {
	vertical-align: top;
}
.expenses #tuition .france table.france02 .total td{
	background: #eee;
}
.expenses #tuition .france table.france02 td:last-child {
	text-align: left;
}
.expenses .france .france02 th:first-child {
	width: 35%;
}
.expenses .france .france02 th:nth-child(3) {
	width: 35%;
}
.ko #tuition .france .yen {
	width:25%;
}

.iPhone #tuition table.france,
.iPhone #tuition table.france02 {
	border-right:2px solid #000;
}
#tuition .france .yen {
	width: 23%;
}
#tuition .france th {
	width:30%
}
#tuition .france th.breakdown {
	width:2%;
}
#tuition .miscellaneous &gt; .list {
	margin-bottom: 20px;
}
.ko #tuition .france th.breakdown,
.tw #tuition .france th.breakdown,
.cn #tuition .france th.breakdown {
	width:10%
} 
#plan .threeYear {
	width:650px;
}
#plan .twoYear {
	width: 650px;
}
#plan .oneYear {
	width: 650px;
}

#tuition .miscellaneous &gt; .list {
	margin-bottom: 20px;
}
.expenses .license .list + h4{
	margin-top: 30px;
}
.expenses .license figure + h4{
	margin-top: 30px;
}
.expenses .license .btn {
	margin: 40px auto 0;
}

/* contact
---------------------------------------------*/
.contact p {
	text-align: center;
	margin-bottom: 18px;
}
.contact p b {
	display: inline-block;
	border-bottom: 3px solid #ffd800;
	padding: 0 5px;
    font-size: 114%;
}
.contact p span {
	display: block;
	font-weight: normal;
	font-size: 115%;
	padding: 11px 0 6px;
}
.contact dl {

}
.contact dl dt {
	background: #000;
	color: #fff;
	display: inline-block;
	padding: 6px 10px;
	font-weight: bold;
	margin-top: 20px;
	font-size: 80%;
}
.contact dl dt:first-child {
	margin-top: 0;
}
.contact dl dd {
	font-size: 180%;
	font-weight: bold;
	vertical-align: top;
	position: relative;
}
.contact dl dd:nth-of-type(1) {
	background: url(../img/icon_freenumber.png) left 9px no-repeat;
	padding-left: 36px;
}
.contact dl dd span {
	position: absolute;
	font-size: 37%;
	bottom: -8px;
	left: 0;
}
#scholarship ul.link{
 padding-bottom: 0;
}
.france ul.list{
  margin-bottom: 20px;
}
section.number{
  padding-top: 50px;
}
}
@media screen and (max-width: 360px) {
	.system .btn.kentei a span br {
		display: none;
	}
}</pre></body></html>