@charset "utf-8";

section#t-support {
	padding: 120px 0 0;
}
section#t-support th {
	width:auto;
}

section#t-support article {
	margin: 0 0 100px;
	border: 1px solid #333;
}

section#t-support h3 {
	margin: 0;
}

section#t-support h3.kaigo:before {border-left-color: #4f6903;border-top-color: #4f6903;}
section#t-support h3.judo:before {}
section#t-support h3.medical:before {border-left-color: #c37204;border-top-color: #c37204;}
section#t-support h3.child:before {border-left-color: #d85369;border-top-color: #d85369;}

.c-333{
	color:#333;
}

.pc{
	display: block;
}	
.sp{
	display: none;
}

.t-sp{
	display: none;
}
/*++++++++++++++
t-supprt
++++++++++++++*/
*{
    box-sizing: border-box;
}

section#t-support .t-support-head{
}

.t-support-ttl {
    width: 100%;
    background: #fff;
    border: 1px solid #333;
    padding: 30px 30px 30px 40px;
    border-radius: 6px;
    margin: 30px 0 0;
    position: relative;
}

.t-support-ttl p {
    text-align: center;
    font-size: 2.5em;
    font-weight: bold;
    color: #333;
    letter-spacing: 2px;
    line-height: 1.8em;	
}

.t-support-ttl .before:before {
	content: "";
	background: #111;
	width: 8px;
	height: 8px;
	border-radius: 100px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 15px;
}

.t-support-ttl .before:after {
	content: "";
	background: #111;
	width: 8px;
	height: 8px;
	border-radius: 100px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin: 15px;
}

.t-support-ttl .after:before {
	content: "";
	background: #111;
	width: 8px;
	height: 8px;
	border-radius: 100px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 15px;
}

.t-support-ttl .after:after {
	content: "";
	background: #111;
	width: 8px;
	height: 8px;
	border-radius: 100px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 15px;
}



.t-entrance {
    width: 100%;
    margin: 0 0 100px;
    overflow: hidden;
    /* border-top: 3px solid #333; */
    /* background: #fff; */
    /* padding: 80px 50px; */
}

.t-entrance-content {
    width: 100%;
    margin: 50px auto 0;
    background: #F6FCFF;
    padding: 60px 50px;
    border: 1px solid #222;
    border-radius: 6px;
}

.t-entrance-content h2 {
	padding: 0 0 60px;
}

/*入学前*/
.mae {background: #fff;padding: 60px 50px 40px;margin: 0 0 80px;/* height: 200px; */text-align: center;position: relative;border: 2px solid #259DCF;}

.mae:after {
	content: "";
	background: url(../imgs/tuition_support/arrow_bottom.png) no-repeat;
	position: absolute;
	bottom: -25%;
	left: 0;
	right: 0;
	width: 41px;
	margin: auto;
	height: 21px;
}

.mae p {
border: 2px solid #259DCF;
    color: #259DCF;
    background: #fff;
    max-width: 400px;
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: -2% auto 0;
    padding: 6px;	
}

.mae figure {
	display:inline-block;
	margin: 0 50px 0 0;
	border-right: 2px solid #ccc;
	vertical-align: middle;
	padding: 0 50px 0 0;
}
.mae figure:last-child {
	
border: none;
	
padding: 0;
	
margin: 0;
}
/**/


.t-entrance-content .t-entrance-content-wrap {
    box-sizing: border-box;
    /* padding: 50px; */
    position: relative;
    margin: auto;
    /* background: #fff; */
    /* border: 1px solid #ccc; */
    border-radius: 6px;
    /* padding: 50px; */
}

section#t-support table {
	table-layout: fixed;
	font-size: 1em;
	border: 3px solid #333;
}

section#t-support th {
	text-align:center;
	font-size: 1.1em;
}

section#t-support table b {
	color: #399dc1;
	font-size: 1.4em;
	display: block;
	line-height: 1.4;
}

section#t-support td {
	color: #333;
}

.t-entrance-content01 {
    background: #fff;
    margin: auto;
    box-sizing: border-box;
    overflow: hidden;
}

.t-entrance-content01 .t-entrance-number {
    width: 48.5%;
    float: left;
    text-align: center;
}

.t-entrance-content01 .t-entrance-number:first-child {
    border-right: 1.5px dotted #333;
}

p.t-support-s-head {
    text-align: center;
    font-size: 1.25em;
    font-weight: bolder;
    color: #333;
}

.ss-head {position: relative;margin: 0 0 20px;right: 0;left: 0;color: #fff;}
.ss-head:before,
.ss-head:after {/* border-top: 1.5px solid #333; */content: "";flex-grow: 1;}
.ss-head:before {/* margin-right: 1.5rem; */}
.ss-head:after {margin-left: 1.5rem;}

.ss-head p {
    margin: 0 auto;
    font-size: 22px;
    letter-spacing: 2.5px;
}

.symbol {
    width: 100%;
    float: left;
    margin: 35px auto;
    text-align: center;
}

.t-entrance-content02 {
    max-width: 760px;
    margin: auto;
    overflow: hidden;
}

ul.t-entrance-subject {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

ul.t-entrance-subject li {
    width: 22%;
    float: left;
    margin: 0 4% 0 0;
    display: block;
    border: 2px solid #80a419;
    text-align:center;
    overflow: hidden;
}

ul.t-entrance-subject li:nth-child(2){
    border-color:#0971ae;
}
ul.t-entrance-subject li:nth-child(3){
    border-color:#ff9300;
}

ul.t-entrance-subject li:last-child {
    margin: 0;
    border-color:#f88ea0;
}

ul.t-entrance-subject li h5.t-e-s {
    color:#fff;
    letter-spacing:3px;
    width:100%;
    float:left;
}

.number-box {
    width: 100%;
    float: left;
    padding: 17% 14px;
    background: #fff;
    font-weight: bolder;
    letter-spacing: 2px;
    height: 100%;
}

ul.t-entrance-subject li .number-box .n-inner{
    width: 100%;
    float: left;
    color:#80a419;
}

ul.t-entrance-subject li:nth-child(2) .number-box .n-inner{
    color:#0971ae;
}
ul.t-entrance-subject li:nth-child(3) .number-box .n-inner{
    color:#ff9300;
}
ul.t-entrance-subject li:nth-child(4) .number-box .n-inner{
    color:#f88ea0;
}
.number-box .n-inner span.b-n {
	font-size: 2em;
}

.number-box .n-inner span.b-n small,.td01 .b-n small {
    font-size: 18px;
    width: auto;
}

.number-box .number-bottom span{
	color: #0971AE;
}

/*各学科減免額*/
h2.t-exemption-head {
    font-size: 1.5em;
    color: #fff;
    padding: 7px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.t-exemption {
    width: 100%;
    float: left;
    margin: 30px auto 10px;
}

.t-exemption-box {
    background: #FBFFF2;
    /* border: 3px solid #80a419; */
    padding: 60px;
    /* max-width:1008px; */
    width:100%;
    margin:0 auto;
    position: relative;
    overflow:hidden;
}

#judo .t-exemption-box {
    background: #F8FCFF;
    border-color: #0971AE;
}

#medical .t-exemption-box {
    background: #FFFAF2;
    border-color: #FF9300;
}

#child .t-exemption-box {
    background: #FFF9FA;
    border-color: #F88EA0;
}

.t-exemption-c-top {
    width: 100%;
    float: left;
    margin: 40px auto 0;
    text-align: center;
}

.t-exemption-c-top img {
    margin: 0 auto 40px;
}

.t-e-c-t-table table {
    border: 3px solid #333;
    box-shadow: 0 4px 0 rgba(0,0,0,0.05);
}

.t-e-c-t-table th {
    text-align: center;
    background: no-repeat;
    border-bottom: 2px solid;
    padding: 1px;
    line-height: 1.4;
}

.td01 .b-n {
    color: #ff0f45;
    font-size: 3em;
	line-height: 1;
}

td.td01 {
    font-weight: bolder;
}

.td01 .b-n small span {
    display: block;
    line-height: 1;
}


td.td01 p.number-bottom {
    margin: 10px auto 0;
    padding: 0;
    line-height: 1;
}

.t-exemption-content-wrap .ss-head:before,
.t-exemption-content-wrap .ss-head:after {border-top: 2px solid #333;}

.t-exemption-content-wrap {
    width: 100%;
    float: left;
    /* max-width: 1008px; */
    background: #fff;
    /* border-left: 2px solid #333; */
    /* border-right: 2px solid #333; */
    /* border-bottom: 2px solid #333; */
    box-sizing: border-box;
    padding: 50px 30px 40px;
    position: relative;

    margin: 55px auto 0;
}

.t-exemption-content-wrap .ss-head {

    top: -25px;
}

.t-exemption-content-wrap .t-exemption-content01 {
    width: 100%;
    float: left;
}

.t-exemption-content-wrap .t-exemption-content01 .t-exemption-number {
    width: 48%;
    float: left;
    text-align: center;
    margin: 0 2% 0 0;
}

.t-exemption-content-wrap .t-exemption-content01 .t-exemption-number:nth-child(2) {
    margin: 0 0 0 2%;
}

.t-exemption-content-wrap .t-exemption-content01 .t-exemption-number .t-exemption-name,
.t-exemption-content-wrap .t-exemption-content02 .t-exemption-name
 {
    padding: 8px 2px;
    font-size: 1em;
    margin: 0 auto 15px;
    letter-spacing: 1px;
    line-height: 1.3;
    text-align: center;
}

.t-exemption-content-wrap .t-exemption-content01 .t-exemption-number .t-exemption-name:before,
.t-exemption-content-wrap .t-exemption-content02 .t-exemption-name:before
 {
    content: none;
}

#kaigo .t-exemption-number,.exemption-text {
    color: #6e6e6e;
    font-weight: bolder;
    letter-spacing: 1px;
    line-height: 2;
}

#kaigo .t-exemption-number span,#kaigo .exemption-text span {
    color: #80a419;
}

#judo .t-exemption-number span,#judo .exemption-text span {
    color: #0971ae;
}

#medical .t-exemption-number span,#medical .exemption-text span {
    color: #ff9300;
}



#child .t-exemption-number span,#child .exemption-text span {
    color: #f88ea0;
}

.t-exemption-content02 {
    width: 100%;
    float: left;
    margin: 40px auto;
    position: relative;
}

.t-exemption-content02 .t-exemption-number {
    width: 31%;
    float: left;
    padding: 0 0 0 20px;
}

.t-exemption-content02 .exemption-text {
    width: 69%;
    float: left;
    padding: 3% 1% 0 2%;
}

.t-exemption-content01 .exemption-text {
    margin: 10px auto 0;
}

.t-exemption-content-wrap .t-exemption-content01 .t-exemption-number img {
    max-width: 87.5%;
}
.t-exemption-content02 .t-exemption-number img {
    max-width: 98%;
}

/**/
.genmen .kihon .name {
	clear: both;
	font-weight: bold;
	font-size: 1em;
	margin: 0 0 20px;
	border: 1px solid #333;
	border-radius: 5px;
	background: #fff;
	box-shadow: 2px 2px rgba(0,0,0,0.1);
	letter-spacing: 1px;
}
.genmen .kihon .name a {color: #222;font-size: 1.2em;}

.genmen .kihon figure {
	background: #f7f7f7;
	padding: 20px 0;
}

.genmen .kihon .name a:after {
	content: "";
	transition: .3s;
	background: url(../imgs/common/arrow_off.png) no-repeat center center;
	width: 20px;
	height: 16px;
	border: 1px solid #222;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3%;
	margin: auto;
	padding: 4px 2px;
	border-radius: 100px;
}

.genmen .kihon .name a:hover:after {
    background: url(../imgs/common/arrow_on.png) no-repeat center center rgba(0,0,0,0.5);	
}

/**/


.genmen {
	background: #fff;
	padding: 60px 50px 30px;
	box-sizing: border-box;
}

.genmen ul {
	display:flex;
	margin: 70px 0 0 0;
	border-top: 1px solid #111;
	padding: 70px 0 0;
}

.genmen ul:last-child {
	border:none;
	margin: 0;
	padding: 50px 0 0;
}

.genmen li {
    margin: 0 12px 0 0;
    width: 33%;
}

.genmen li:last-child {
	margin:0;
}

.genmen ul.two {
	margin: 0;
	border: none;
	padding: 30px 0 0;
}

.genmen ul.two li {
	width: 50%;
}

.genmen li p {
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	padding: 0 0 5px;
}

.genmen .name {
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 15px;
	letter-spacing: 2px;
}

.genmen .name a {
	display: block;
	position: relative;
	color: #fff;
	padding: 13px 0;
}

.genmen .name a:after {
	content: "";
	transition: .3s;
	background: url(../imgs/common/arrow_on.png) no-repeat center center;
	width: 20px;
	height: 16px;
	border: 1px solid #fff;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3%;
	margin: auto;
	padding: 4px 2px;
	border-radius: 100px;
}

.genmen .name a:hover:after {
    background: url(../imgs/common/arrow_on.png) no-repeat center center rgba(0,0,0,0.5);	
}
.genmen .name a:hover {
	transition: .3s;
}


.genmen figure {
	margin: 0 0 10px;
	text-align: center;
}

.genmen h6 {
	text-align: center;
}

section#t-support article table {
	border: 1px solid #ccc;
	text-align: center;
	margin: 0 0 40px;
}

@media screen and (max-width: 1499px) {


/*++++++++++++++
t-supprt
++++++++++++++*/



.t-entrance {
    width: 100%;
    margin: 0 0 100px;
    overflow: hidden;
}


/*入学前*/
.mae {
    padding: 60px 30px 40px;
    max-width: 90%;
    text-align: center;
    margin: 0 auto 80px;
    display: flex;
    justify-content: center;
}

.mae figure {margin: 0 20px 0 0;padding: 0 20px 0 0;/* border: none; */}
.mae figure:last-child {/* width: 64%; */}
/**/



section#t-support th {font-size: 1em;}

section#t-support table b {
	font-size: 1.2em;
}


.t-entrance-content01 {
    background: #fff;
    margin: auto;
    box-sizing: border-box;
    overflow: hidden;
}

.t-entrance-content01 .t-entrance-number {
    width: 48.5%;
    float: left;
    text-align: center;
}

.t-entrance-content01 .t-entrance-number:first-child {
    border-right: 1.5px dotted #333;
}

p.t-support-s-head {
    text-align: center;
    font-size: 1.25em;
    font-weight: bolder;
    color: #333;
}

.ss-head {position: relative;margin: 0 0 20px;right: 0;left: 0;color: #fff;}
.ss-head:before,
.ss-head:after {/* border-top: 1.5px solid #333; */content: "";flex-grow: 1;}
.ss-head:before {/* margin-right: 1.5rem; */}
.ss-head:after {margin-left: 1.5rem;}

.ss-head p {
    margin: 0 auto;
    font-size: 22px;
    letter-spacing: 2.5px;
}


ul.t-entrance-subject li .number-box .n-inner{
    width: 100%;
    float: left;
    color:#80a419;
}

.number-box .n-inner span.b-n {
	font-size: 2em;
}

.number-box .n-inner span.b-n small,.td01 .b-n small {
    font-size: 18px;
    width: auto;
}

.number-box .number-bottom span{
	color: #0971AE;
}

/*各学科減免額*/
h2.t-exemption-head {
    font-size: 1.5em;
    color: #fff;
    padding: 7px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.t-exemption {
    width: 100%;
    float: left;
    margin: 30px auto 10px;
}

.t-exemption-box {
    background: #FBFFF2;
    padding: 60px;
    width:100%;
    margin:0 auto;
    position: relative;
    overflow:hidden;
}

.t-exemption-c-top {
    width: 100%;
    float: left;
    margin: 40px auto 0;
    text-align: center;
}

.t-exemption-c-top img {
    margin: 0 auto 40px;
}


td.td01 {
    font-weight: bolder;
}

.td01 .b-n small span {
    display: block;
    line-height: 1;
}


td.td01 p.number-bottom {
    margin: 10px auto 0;
    padding: 0;
    line-height: 1;
}

.t-exemption-content-wrap .ss-head:before,
.t-exemption-content-wrap .ss-head:after {border-top: 2px solid #333;}

.t-exemption-content-wrap {
    width: 100%;
    float: left;
    background: #fff;
    box-sizing: border-box;
    padding: 50px 30px 40px;
    position: relative;

    margin: 55px auto 0;
}

.t-exemption-content-wrap .ss-head {

    top: -25px;
}

.t-exemption-content-wrap .t-exemption-content01 {
    width: 100%;
    float: left;
}

.t-exemption-content-wrap .t-exemption-content01 .t-exemption-number {
    width: 48%;
    float: left;
    text-align: center;
    margin: 0 2% 0 0;
}

.t-exemption-content-wrap .t-exemption-content01 .t-exemption-number:nth-child(2) {
    margin: 0 0 0 2%;
}

.t-exemption-content-wrap .t-exemption-content01 .t-exemption-number .t-exemption-name,
.t-exemption-content-wrap .t-exemption-content02 .t-exemption-name
 {
    padding: 8px 2px;
    font-size: 1em;
    margin: 0 auto 15px;
    letter-spacing: 1px;
    line-height: 1.3;
    text-align: center;
}

.t-exemption-content-wrap .t-exemption-content01 .t-exemption-number .t-exemption-name:before,
.t-exemption-content-wrap .t-exemption-content02 .t-exemption-name:before
 {
    content: none;
}

#kaigo .t-exemption-number,.exemption-text {
    color: #6e6e6e;
    font-weight: bolder;
    letter-spacing: 1px;
    line-height: 2;
	}

.t-exemption-content02 {
    width: 100%;
    float: left;
    margin: 40px auto;
    position: relative;
}

.t-exemption-content02 .t-exemption-number {
    width: 31%;
    float: left;
    padding: 0 0 0 20px;
}

.t-exemption-content02 .exemption-text {
    width: 69%;
    float: left;
    padding: 3% 1% 0 2%;
}

.t-exemption-content01 .exemption-text {
    margin: 10px auto 0;
}



.genmen {
	padding: 60px 30px 30px;
}

.genmen li p {
}


.genmen h6 {font-size: 0.85em;}

}

@media screen and (max-width: 1023px) {
section#t-support {
	padding: 70px 0 0;
}
section#t-support th {
	width:auto;
}

/*++++++++++++++
t-supprt
++++++++++++++*/
*{
}

section#t-support .t-support-head{font-size: 1.6em;letter-spacing: 2px;padding: 0;}

.t-support-ttl {
    padding: 20px 20px 20px 30px;
}

.t-support-ttl p {
    font-size: 1.8em;
}

.t-entrance {
    margin: 0 0 70px;
}

.t-entrance-content {
    padding: 60px 30px 30px;
}

.t-entrance-content h2 {
	padding: 0 0 60px;
}

/*入学前*/
.mae {margin: 0 auto 60px;max-width: 100%;}

.mae:after {
}

.mae p {font-size: 1.3em;}

.mae figure {
}
.mae figure:last-child {
	border: none;
	padding: 0;
	margin: 0;
}
/**/


.t-entrance-content .t-entrance-content-wrap {
    box-sizing: border-box;
    position: relative;
    margin: auto;

    border-radius: 6px;
}

section#t-support table {
	font-size: 0.9em;
	table-layout: inherit;
}

section#t-support th {font-size: 0.9em;}

.t-entrance-content01 {
    background: #fff;
    margin: auto;
    box-sizing: border-box;
    overflow: hidden;
}

.t-entrance-content01 .t-entrance-number {
    width: 48.5%;
    float: left;
    text-align: center;
}

.t-entrance-content01 .t-entrance-number:first-child {
    border-right: 1.5px dotted #333;
}

p.t-support-s-head {
    text-align: center;
    font-size: 1.25em;
    font-weight: bolder;
    color: #333;
}

.ss-head {position: relative;margin: 0 0 20px;right: 0;left: 0;color: #fff;}
.ss-head:before,
.ss-head:after {/* border-top: 1.5px solid #333; */content: "";flex-grow: 1;}
.ss-head:after {margin-left: 1.5rem;}

.ss-head p {
    margin: 0 auto;
    font-size: 22px;
    letter-spacing: 2.5px;
}


.number-box {
    width: 100%;
    float: left;
    padding: 17% 14px;
    background: #fff;
    font-weight: bolder;
    letter-spacing: 2px;
    height: 100%;
}

.number-box .n-inner span.b-n {
	font-size: 2em;
}

.number-box .n-inner span.b-n small,.td01 .b-n small {
    font-size: 18px;
    width: auto;
}


/*各学科減免額*/
h2.t-exemption-head {
    font-size: 1.5em;
    color: #fff;
    padding: 7px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.t-exemption {
    width: 100%;
    float: left;
    margin: 30px auto 10px;
}

.t-exemption-box {
    background: #FBFFF2;
    padding: 60px;

    width:100%;
    margin:0 auto;
    position: relative;
    overflow:hidden;
}

.t-exemption-c-top {
    width: 100%;
    float: left;
    margin: 40px auto 0;
    text-align: center;
}

.t-exemption-c-top img {
    margin: 0 auto 40px;
}

.t-e-c-t-table table {
    border: 3px solid #333;
    box-shadow: 0 4px 0 rgba(0,0,0,0.05);
}

.t-e-c-t-table th {
    text-align: center;
    background: no-repeat;
    border-bottom: 2px solid;
    padding: 1px;
    line-height: 1.4;
}

.td01 .b-n {
    color: #ff0f45;
    font-size: 3em;
	line-height: 1;
}

td.td01 {
    font-weight: bolder;
}

.td01 .b-n small span {
    display: block;
    line-height: 1;
}


td.td01 p.number-bottom {
    margin: 10px auto 0;
    padding: 0;
    line-height: 1;
}

.t-exemption-content-wrap .ss-head:before,
.t-exemption-content-wrap .ss-head:after {border-top: 2px solid #333;}

.t-exemption-content-wrap {
    width: 100%;
    float: left;
    background: #fff;
    box-sizing: border-box;
    padding: 50px 30px 40px;
    position: relative;

    margin: 55px auto 0;
}

.t-exemption-content-wrap .ss-head {

    top: -25px;
}

.t-exemption-content-wrap .t-exemption-content01 {
    width: 100%;
    float: left;
}

.t-exemption-content-wrap .t-exemption-content01 .t-exemption-number {
    width: 48%;
    float: left;
    text-align: center;
    margin: 0 2% 0 0;
}

.t-exemption-content-wrap .t-exemption-content01 .t-exemption-number:nth-child(2) {
    margin: 0 0 0 2%;
}

.t-exemption-content-wrap .t-exemption-content01 .t-exemption-number .t-exemption-name,
.t-exemption-content-wrap .t-exemption-content02 .t-exemption-name
 {
    padding: 8px 2px;
    font-size: 1em;
    margin: 0 auto 15px;
    letter-spacing: 1px;
    line-height: 1.3;
    text-align: center;
}

.t-exemption-content-wrap .t-exemption-content01 .t-exemption-number .t-exemption-name:before,
.t-exemption-content-wrap .t-exemption-content02 .t-exemption-name:before
 {
    content: none;
}

#kaigo .t-exemption-number,.exemption-text {
    color: #6e6e6e;
    font-weight: bolder;
    letter-spacing: 1px;
    line-height: 2;
}


.t-exemption-content02 {
    width: 100%;
    float: left;
    margin: 40px auto;
    position: relative;
}

.t-exemption-content02 .t-exemption-number {
    width: 31%;
    float: left;
    padding: 0 0 0 20px;
}

.t-exemption-content02 .exemption-text {
    width: 69%;
    float: left;
    padding: 3% 1% 0 2%;
}

.t-exemption-content01 .exemption-text {
    margin: 10px auto 0;
}

.t-exemption-content02 .t-exemption-number img {
    max-width: 98%;
}


.genmen {

	padding: 40px 30px 30px;
	box-sizing: border-box;
}

.genmen ul {
	margin: 0 0 30px 0;
	flex-wrap: wrap;
}

.genmen li {width: 47%;margin: 0 10px 20px;}
.genmen li:last-child {
	
width: 100%;
}

.genmen ul.two li {
	width: 47%;
}

.genmen li p {
}

.genmen .name {
	font-size: 1em;
}

.genmen h6 {
	text-align: center;
}


}

@media screen and (max-width: 767px) {

section#t-support th {
	width:auto;
}

/*++++++++++++++
t-supprt
++++++++++++++*/

section#t-support .t-support-head{font-size: 1.4em;margin: 0 0 40px;}



.t-entrance-content {padding: 40px 20px 30px;}

.t-entrance-content h2 {
	padding: 0 0 60px;
}

/*入学前*/
.mae {
    padding: 50px 30px 30px;
    margin: 0 0 50px;
}

.mae:after {background-size: 100%;}

.mae p {
    font-size: 1.1em;
    margin: -4% auto 0;
}

/**/


.t-entrance-content .t-entrance-content-wrap {
    box-sizing: border-box;
    /* padding: 50px; */
    position: relative;
    margin: auto;
    /* background: #fff; */
    /* border: 1px solid #ccc; */
    border-radius: 6px;
    /* padding: 50px; */
}

section#t-support table b {font-size: 0.9em;}



.ss-head {position: relative;margin: 0 0 20px;right: 0;left: 0;color: #fff;}
.ss-head:before,
.ss-head:after {/* border-top: 1.5px solid #333; */content: "";flex-grow: 1;}
.ss-head:after {margin-left: 1.5rem;}

.ss-head p {
    margin: 0 auto;
    font-size: 22px;
    letter-spacing: 2.5px;
	}
.number-box .n-inner span.b-n {
	font-size: 2em;
}

.number-box .n-inner span.b-n small,.td01 .b-n small {
    font-size: 18px;
    width: auto;
}

.number-box .number-bottom span{
	color: #0971AE;
}

/*各学科減免額*/

.t-exemption {
    width: 100%;
    float: left;
    margin: 30px auto 10px;
}

.t-exemption-box {
    background: #FBFFF2;
    padding: 60px;
    width:100%;
    margin:0 auto;
    position: relative;
    overflow:hidden;
}

.t-exemption-c-top {
    width: 100%;
    float: left;
    margin: 40px auto 0;
    text-align: center;
}

.t-exemption-c-top img {
    margin: 0 auto 40px;
}

.t-e-c-t-table table {
    border: 3px solid #333;
    box-shadow: 0 4px 0 rgba(0,0,0,0.05);
}

.t-e-c-t-table th {
    text-align: center;
    background: no-repeat;
    border-bottom: 2px solid;
    padding: 1px;
    line-height: 1.4;
}

td.td01 {
    font-weight: bolder;
}

.td01 .b-n small span {
    display: block;
    line-height: 1;
}


td.td01 p.number-bottom {
    margin: 10px auto 0;
    padding: 0;
    line-height: 1;
}

.t-exemption-content-wrap .ss-head:before,
.t-exemption-content-wrap .ss-head:after {border-top: 2px solid #333;}

.t-exemption-content-wrap {
    width: 100%;
    float: left;
    background: #fff;

    box-sizing: border-box;
    padding: 50px 30px 40px;
    position: relative;

    margin: 55px auto 0;
}

.t-exemption-content-wrap .ss-head {

    top: -25px;
}

.t-exemption-content-wrap .t-exemption-content01 {
    width: 100%;
    float: left;
}

.t-exemption-content-wrap .t-exemption-content01 .t-exemption-number {
    width: 48%;
    float: left;
    text-align: center;
    margin: 0 2% 0 0;
}

.t-exemption-content-wrap .t-exemption-content01 .t-exemption-number:nth-child(2) {
    margin: 0 0 0 2%;
}

.t-exemption-content-wrap .t-exemption-content01 .t-exemption-number .t-exemption-name,
.t-exemption-content-wrap .t-exemption-content02 .t-exemption-name
 {
    padding: 8px 2px;
    font-size: 1em;
    margin: 0 auto 15px;
    letter-spacing: 1px;
    line-height: 1.3;
    text-align: center;
}

.t-exemption-content-wrap .t-exemption-content01 .t-exemption-number .t-exemption-name:before,
.t-exemption-content-wrap .t-exemption-content02 .t-exemption-name:before
 {
    content: none;
}


.t-exemption-content02 {
    width: 100%;
    float: left;
    margin: 40px auto;
    position: relative;
}

.t-exemption-content02 .t-exemption-number {
    width: 31%;
    float: left;
    padding: 0 0 0 20px;
}

.t-exemption-content02 .exemption-text {
    width: 69%;
    float: left;
    padding: 3% 1% 0 2%;
}

.t-exemption-content01 .exemption-text {
    margin: 10px auto 0;
}

.t-exemption-content-wrap .t-exemption-content01 .t-exemption-number img {
    max-width: 87.5%;
}
.t-exemption-content02 .t-exemption-number img {
    max-width: 98%;
}


.genmen {padding: 40px 20px 20px;}


.genmen li {width: 46%;}

.genmen ul.two li {width: 46%;}

.genmen li p {font-size: 1em;}

}
@media screen and (max-width: 480px) {

.t-support-ttl p {
	font-size: 1.4em;
}

.t-support-ttl .before:before {
	width: 5px;
	height: 5px;
	margin: 10px;
}

.t-support-ttl .before:after {
	width: 5px;
	height: 5px;
	margin: 10px;
}

.t-support-ttl .after:before {
	width: 5px;
	height: 5px;
	margin: 10px;
}

.t-support-ttl .after:after {
	width: 5px;
	height: 5px;
	margin: 10px;
}


/*++++++++++++++
t-supprt
++++++++++++++*/

section#t-support .t-support-head{font-size: 1.2em;}



.t-entrance-content h2 {
	padding: 0 0 60px;
}

/*入学前*/
.mae {
    display: block;
    padding: 40px 20px 30px;
}

.mae:after {bottom: -15%;}

.mae p {
    width: 85%;
    font-size: 1em;
    margin: -6% auto 0;
}

.mae figure {display: block;padding: 0 0 10px;margin: 0 auto 10px;width: 80%;border: none;}
.mae figure:last-child {width: 100%;}
/**/

.t-entrance-content01 .t-entrance-number {
    width: 48.5%;
    float: left;
    text-align: center;
}

.t-entrance-content01 .t-entrance-number:first-child {
    border-right: 1.5px dotted #333;
}

p.t-support-s-head {
    text-align: center;
    font-size: 1.25em;
    font-weight: bolder;
    color: #333;
}

.ss-head {position: relative;margin: 0 0 20px;right: 0;left: 0;color: #fff;}
.ss-head:before,
.ss-head:after {/* border-top: 1.5px solid #333; */content: "";flex-grow: 1;}
.ss-head:after {margin-left: 1.5rem;}

.ss-head p {
    margin: 0 auto;
    font-size: 22px;
    letter-spacing: 2.5px;
}

ul.t-entrance-subject {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

ul.t-entrance-subject li {
    width: 22%;
    float: left;
    margin: 0 4% 0 0;
    display: block;
    border: 2px solid #80a419;
    text-align:center;
    overflow: hidden;
}


ul.t-entrance-subject li .number-box .n-inner{
    width: 100%;
    float: left;
    color:#80a419;
}

.number-box .n-inner span.b-n {
	font-size: 2em;
}

.number-box .n-inner span.b-n small,.td01 .b-n small {
    font-size: 18px;
    width: auto;
}

.number-box .number-bottom span{
	color: #0971AE;
}

/*各学科減免額*/
h2.t-exemption-head {
    font-size: 1.5em;
    color: #fff;
    padding: 7px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.t-exemption {
    width: 100%;
    float: left;
    margin: 30px auto 10px;
}

.t-exemption-box {
    background: #FBFFF2;
    padding: 60px;
    width:100%;
    margin:0 auto;
    position: relative;
    overflow:hidden;
}


.t-exemption-c-top {
    width: 100%;
    float: left;
    margin: 40px auto 0;
    text-align: center;
}

.t-exemption-c-top img {
    margin: 0 auto 40px;
}

.t-e-c-t-table table {
    border: 3px solid #333;
    box-shadow: 0 4px 0 rgba(0,0,0,0.05);
}

.t-e-c-t-table th {
    text-align: center;
    background: no-repeat;
    border-bottom: 2px solid;
    padding: 1px;
    line-height: 1.4;
}

.td01 .b-n {
    color: #ff0f45;
    font-size: 3em;
	line-height: 1;
}

td.td01 {
    font-weight: bolder;
}

.td01 .b-n small span {
    display: block;
    line-height: 1;
}


td.td01 p.number-bottom {
    margin: 10px auto 0;
    padding: 0;
    line-height: 1;
}

.t-exemption-content-wrap .ss-head:before,
.t-exemption-content-wrap .ss-head:after {border-top: 2px solid #333;}

.t-exemption-content-wrap {
    width: 100%;
    float: left;
    background: #fff;

    box-sizing: border-box;
    padding: 50px 30px 40px;
    position: relative;

    margin: 55px auto 0;
}

.t-exemption-content-wrap .ss-head {

    top: -25px;
}

.t-exemption-content-wrap .t-exemption-content01 {
    width: 100%;
    float: left;
}

.t-exemption-content-wrap .t-exemption-content01 .t-exemption-number {
    width: 48%;
    float: left;
    text-align: center;
    margin: 0 2% 0 0;
}

.t-exemption-content-wrap .t-exemption-content01 .t-exemption-number:nth-child(2) {
    margin: 0 0 0 2%;
}

.t-exemption-content-wrap .t-exemption-content01 .t-exemption-number .t-exemption-name,
.t-exemption-content-wrap .t-exemption-content02 .t-exemption-name
 {
    padding: 8px 2px;
    font-size: 1em;
    margin: 0 auto 15px;
    letter-spacing: 1px;
    line-height: 1.3;
    text-align: center;
}

.t-exemption-content-wrap .t-exemption-content01 .t-exemption-number .t-exemption-name:before,
.t-exemption-content-wrap .t-exemption-content02 .t-exemption-name:before
 {
    content: none;
}

#kaigo .t-exemption-number,.exemption-text {
    color: #6e6e6e;
    font-weight: bolder;
    letter-spacing: 1px;
    line-height: 2;
}

#kaigo .t-exemption-number span,#kaigo .exemption-text span {
    color: #80a419;
}

#judo .t-exemption-number span,#judo .exemption-text span {
    color: #0971ae;
}

#medical .t-exemption-number span,#medical .exemption-text span {
    color: #ff9300;
}



#child .t-exemption-number span,#child .exemption-text span {
    color: #f88ea0;
}

.t-exemption-content02 {
    width: 100%;
    float: left;
    margin: 40px auto;
    position: relative;
}

.t-exemption-content02 .t-exemption-number {
    width: 31%;
    float: left;
    padding: 0 0 0 20px;
}

.t-exemption-content02 .exemption-text {
    width: 69%;
    float: left;
    padding: 3% 1% 0 2%;
}

.t-exemption-content01 .exemption-text {
    margin: 10px auto 0;
}

.t-exemption-content-wrap .t-exemption-content01 .t-exemption-number img {
    max-width: 87.5%;
}
.t-exemption-content02 .t-exemption-number img {
    max-width: 98%;
}



.genmen li {width: 100%;margin: 0 0 20px;}


.genmen ul.two li {
	width: 100%;
}

.genmen li p {
}
.genmen .kihon figure {

}

.genmen figure img {width: 60%;margin: 0 auto 10px;}

.genmen h6 {font-size: 0.8em;letter-spacing: 0px;}

section#t-support article table {
	border: 1px solid #ccc;
	text-align: center;
	margin: 0 0 40px;
}
}