@charset "utf-8";

section#entrance {
	padding:0;
}
section#entrance th {
	width:auto;
}


/*++++++++++++++
entrance
++++++++++++++*/

/*制度説明*/
dl.seido {
	margin:0 0 10px 0;
}

dl.seido dt {
    display: inline-block;
    border: 3px solid #399dc1;
    color: #399dc1;
    padding: 6px 15px;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    width:15%;
    background: #fff;
    letter-spacing: 1px;
}

dl.seido dd {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 20px;
    font-weight: bold;
    font-size: 1.1em;
    letter-spacing: 1;
    color: #399dc1;
    width: 70%;
}

/*選考試験*/
section#entrance article{
	margin: 0 0 80px;
}

section#entrance article#senkou .maru {
	font-size: 1.5em;
}

section#entrance article#senkou .maru b{
	font-size: 0.7vw;
	font-weight: normal;
	color: #666;
}


/*++++++++++++++
各種支援制度
++++++++++++++*/
section#support {
	padding: 0;
}
section#support article{
    padding-top: 100px;
}

section#support h2 {
	padding: 0 0 50px;
}

section#support .apartment{
	margin: 30px 0 80px;
}

section#support .apartment .left{
	width: 58%;
	float: left;
	padding: 0 20px 20px;
	box-sizing: border-box;
	margin: 0 0 50px;
}

section#support .apartment .left h2 {
	text-align: left;
	line-height: 1.8;
	letter-spacing: 0;
	padding: 30px 0 20px;
}

section#support .apartment .right{
	width: 35%;
	float: right;
}

section#support td b {
	color: #399dc1;
	font-size: 1.2em;
}
section#support ul.type {
	clear: both;
	border: 5px solid #259DCF;
	padding: 50px 0 0;
	background: #fff;
}

section#support ul.type li{
	overflow: hidden;
	border-bottom: 2px solid #259DCF;
	padding: 0 50px 50px;
	margin: 0 0 50px;
}

section#support ul.type li:last-child {
	border:none;
	margin:0;
}

section#support ul.type li dl{
	border-bottom: 1px solid #ccc;
	padding: 0 0 30px;
	margin: 0 0 30px;
}

section#support ul.type li dt{
	font-family: 'Poppins', sans-serif;
	font-size: 2em;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	height: 50px;
	background: #259DCF;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.7;
	color: #fff;
}

section#support ul.type li dd{
	display: inline-block;
	vertical-align: middle;
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 0 20px;
	color: #333;
}

section#support ul.type li figure {
	float: left;
	width: 30%;
}
section#support ul.type li .detail{
	float: right;
	width: 65%;
}

/*++++++++++++++
奨学金について
++++++++++++++*/
section#scholarship {
	padding: 0 0 80px 0;
}
section#scholarship th {
	width: 25%;
}
section#scholarship td b {
    color: #399dc1;
    font-size: 1.2em;
}
section#scholarship article {
    padding-top: 100px;
    padding-bottom: 100px;
}


/*学納金*/
article#gakunoukin table.borderless {
	background: none;
	table-layout: fixed;
	border-collapse: collapse;
	box-shadow: none;
}

article#gakunoukin table.bl2 {
	background:#fff;
	table-layout: fixed;
	box-shadow: none;
} 

article#gakunoukin table.borderless tr {
	background:#fff;
}

article#gakunoukin table.borderless th {
	border: 1px solid #ccc;
}

article#gakunoukin table.borderless td {
	border: 1px solid #ccc;	
}

article#gakunoukin table.borderless tr.bl{
	border: 5px solid #399dc1;
	border-left: 10px solid #399dc1;
	border-right: 10px solid #399dc1;
	font-weight: bold;
}

article#gakunoukin table.borderless tr.bl th { 
	
}

article#gakunoukin table.borderless tr.bl td {
	border-left: 5px solid #399dc1;
}

@media screen and (max-width: 1023px) {
section#entrance {
	padding:0;
}
section#entrance th {
	width:auto;
}


/*++++++++++++++
entrance
++++++++++++++*/

/*制度説明*/
dl.seido dt {
	width:20%
}
dl.seido dd {
    width: auto;
    font-size: 1em;
}

/*選考試験*/
section#entrance article{
	margin: 0 0 80px;
}

section#entrance article#senkou .maru {
	font-size: 1.5em;
}

section#entrance article#senkou .maru b{
	font-size: 0.7vw;
	font-weight: normal;
	color: #666;
}


/*++++++++++++++
各種支援制度
++++++++++++++*/
section#support article{
	margin: 0 0 150px;
}

section#support article:last-child {
	margin:0;
}

section#support h2 {
	padding: 0;
}

section#support .apartment{
	margin: 30px 0 80px;
}

section#support .apartment .left{
	width: auto;
	float: none;
}

section#support .apartment .left h2 {font-size: 1.8em;margin: 0;}

section#support .apartment .right{
	width: 80%;
	float: none;
	margin: auto;
	text-align: center;
}

section#support ul.type li{
	padding: 0 30px 50px;
}

section#support ul.type li:last-child {
	border:none;
	margin:0;
}

/*++++++++++++++
奨学金について
++++++++++++++*/
section#scholarship {
	padding: 0;
}
section#scholarship th {
	width: 25%;
}

section#scholarship article {
	margin: 0 0 50px;
}
	
article#gakunoukin table.borderless {
	width: 1199px;
}
	
}

@media screen and (max-width: 480px) {
section#entrance {
	padding:0;
}
section#entrance th {
	width:auto;
}


/*++++++++++++++
entrance
++++++++++++++*/

/*制度説明*/
dl.seido {
	margin:0 0 10px 0;
}

dl.seido dt {width: auto;font-size: 0.9em;display: block;text-align: left;}

dl.seido dd {
	font-size: 0.9em;
	display: block;
	padding: 10px 0 0;
}

/*選考試験*/
section#entrance article{
	margin: 0 0 80px;
}

section#entrance article#senkou .maru {
	font-size: 1.5em;
}

section#entrance article#senkou .maru b{
	font-size: 2vw;
}

article#gakunoukin table.borderless {
	font-size:2vw;
	width: 800px;
}
	
article#gakunoukin table.bl2 {
	font-size: 2vw;
}	


article#gakunoukin table.borderless tr.bl{
	border: 3px solid #399dc1;
	border-left: 5px solid #399dc1;
	border-right: 5px solid #399dc1;
}

article#gakunoukin table.borderless tr.bl th { 
	
}

article#gakunoukin table.borderless tr.bl td {
	border-left: 3px solid #399dc1;
}

/*++++++++++++++
各種支援制度
++++++++++++++*/
section#support {
	padding:0;
}
section#support article{
	margin: 0;
}

section#support h2 {padding: 50px 0 0 0;}

section#support .apartment{
	margin: 30px 0 80px;
}

section#support .apartment .left{padding: 0;}

section#support .apartment .left h2 {font-size: 1.2em;}

section#support .apartment .right{width: 100%;}

section#support td b {
	color: #399dc1;
	font-size: 1.2em;
}
section#support ul.type {
	padding: 30px 0 0;
}

section#support ul.type li{
	padding: 0 20px 50px;
}

section#support ul.type li:last-child {
	border:none;
	margin:0;
}

section#support ul.type li dl{
	padding: 0 0 15px;
	margin: 0 0 20px;
}

section#support ul.type li dt{
	font-size: 1.2em;
	width: auto;
	height: auto;
	padding: 3px 10px;
}

section#support ul.type li dd{
	font-size: 1.2em;
	margin: 0 0 0 10px;
}

section#support ul.type li figure {
	float: none;
	width: auto;
}
section#support ul.type li .detail{
	float: none;
	width: auto;
	margin: 30px 0 0 0;
}

/*++++++++++++++
奨学金について
++++++++++++++*/
section#scholarship {
	padding: 0;
}
section#scholarship th {
	width: 25%;
}

section#scholarship article {
}
}
/*IE対策*/
@media all and (-ms-high-contrast: none) {
table.bl2 {
	border-collapse: inherit;
}
	
article#gakunoukin table.borderless tr.bl{
}

}
/*Edge対策*/
@supports (-ms-ime-align: auto) {
table.bl2 {
	border-collapse: inherit;
}
}

