@charset "UTF-8";


.block-ttl-style01.small {
	font-size: 1.4rem;
	margin-bottom: 0;
}
@media screen and (max-width: 834px) {
	.block-ttl-style01.small {
		font-size: 0.9rem;
		margin-bottom: 0;
	}
}

.centered-txt {
	text-align: center;
	padding: 0 0 40px;  
	font-size: 1rem;
}
@media screen and (max-width: 480px) {
	.centered-txt {
		text-align: center;
		padding: 0 0 30px;  
		font-size: min(3.2vw,1rem);
	}
}

/* 留学生向け入試情報　*/

.inst-reason-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 0;
}
.inst-reason-list li {
	width: 31.33%;
	background: #F1F2EA;
	padding: 30px 10px;
	border-radius: 8px;
	margin-bottom: 30px;
}
.inst-reason-list li p {
	text-align: center;
	font-size: 1.16rem;
	line-height: 1.6em;
	font-weight: 500;
	padding-top: 40px;
	position: relative;
}
.inst-reason-list li p span {
	width: 30px;
	height: 30px;
	background: var(--main-color);
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	color: #FFF;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}
.inst-reason-list2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 0;
}
.inst-reason-list2 li {
	width: 31.33%;
	padding: 30px 10px;
	border-radius: 8px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.20);
}
.inst-reason-list2 li p {
	text-align: center;
	font-size: 1.16rem;
	line-height: 1.6em;
	font-weight: 500;
	padding-top: 40px;
	position: relative;
	color: var(--main-color);
}
.inst-reason-list2 li p::before {
	width: 30px;
	height: 30px;
	background-image: url(/admission/assets/img/inst_img/reason-point.svg);
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}

@media screen and (max-width: 834px) {
	.inst-reason-list {
		margin: 0 auto 20px;
		max-width: 400px;
	}
	.inst-reason-list li {
		width: 100%;
		background: #F1F2EA;
		padding: 30px 10px;
		border-radius: 8px;
		margin-bottom: 30px;
	}
	.inst-reason-list2 {
		max-width: 400px;
		margin: 0 auto 0px;
	}
	.inst-reason-list2 li {
		width: 100%;
		padding: 30px 10px;
		border-radius: 8px;
		margin-bottom: 20px;
		box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.20);
	}
}


.category-banners {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
.category-banners li {
	width: 31.33%;
	position: relative;
}
.category-banners li p {
	text-align: center;
	font-size: 1rem;
	line-height: 1.6em;
	padding: 10px 0 0;
}
.category-banners li p span {
	display: block;
	font-size: 0.8rem;
	color: var(--main-color);
	line-height: 1.6em;
}
.category-buttons .buttons-wrap {
	margin: 30px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.category-buttons .buttons-wrap > div {
	width: 31.33%;
}

@media screen and (max-width: 834px) {
	.category-banners {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		max-width: 600px;
		width: 102%;
		left: -1%;
		margin: 0 auto 20px;
	}
	.category-banners li {
		width: 48%;
		margin: 0 1% 20px;
		position: relative;
	}
	.category-banners li p {
		text-align: center;
		font-size: 0.9rem;
		line-height: 1.6em;
		padding: 10px 0 0;
	}
	.category-banners li p span {
		display: block;
		font-size: 0.7rem;
		color: var(--main-color);
		line-height: 1.6em;
	}
	.category-buttons .buttons-wrap {
		margin: 20px auto;
		max-width: 400px;
	}
	.category-buttons .buttons-wrap > div {
		width: 100%;
		margin-bottom: 10px;
	}
}



/* 入学試験日程 */


.schedule-table {
	width: 100%;
	border-collapse: collapse;
	color: #333;
	margin-bottom: 40px;
}

.schedule-table th,
.schedule-table td {
	vertical-align: middle;
	text-align: center;
}

.schedule-table .col-header {
	background: #0DA5CB;
	color: #FFF;
	font-size: 0.9rem;
	line-height: 1.5em;
	font-weight: 600;
	padding: 20px 3px;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
}

.schedule-table .col-header:first-of-type {
	border-radius: 6px 0 0 0;
}
.schedule-table .col-header:last-of-type {
	border-radius: 0 6px 0 0;
}
.schedule-table .row-header {
	font-size: 0.9rem;
	line-height: 1.2em;
	font-weight: 600;
	padding: 12px 3px;
	border-right: solid 1px #B1B1B1;
	border-bottom: solid 1px #B1B1B1;
	background: #E5F5F9;
}

.schedule-table td {
	padding: 20px 3px;
	font-size: 1rem;
	line-height: 1.5em;
	border-right: solid 1px #B1B1B1;
	border-bottom: solid 1px #B1B1B1;
}

.schedule-table td:last-of-type {
	border-right: none;
}

.deadline {
	color: #ED4841;
}
.schedule-table td.focus {
	font-size: 1.2rem;
}

.schedule-table.split th {
	width: 50%;
}

@media screen and (max-width: 500px) {
	.expence .sub-block-table {
		margin-bottom: 0;
	}

	.schedule-table {
		margin-bottom: 20px;
	}
	.schedule-table .col-header {
		background: #0DA5CB;
		color: #FFF;
		font-size: 0.8rem;
		line-height: 1.2em;
		font-weight: 600;
		padding: 10px 3px;
		border-top: solid 1px #FFF;
		border-right: solid 1px #FFF;
	}
	.schedule-table .row-header {
		font-size: 0.8rem;
		line-height: 1.2em;
		font-weight: 600;
		padding: 10px 3px;
		border-right: solid 1px #B1B1B1;
		border-bottom: solid 1px #B1B1B1;
	}
	.schedule-table td {
		padding: 10px 3px;
		font-size: 0.9rem;
		line-height: 1.2em;
		border-right: solid 1px #B1B1B1;
		border-bottom: solid 1px #B1B1B1;
	}
	.schedule-table td.focus {
		font-size: 1rem;
	}
}

.cn-office {
	max-width: 700px;
	margin: 0 auto;
	background: #F1F2EA;
	padding: 30px 30px;
	border-radius: 4px;
}
.cn-office p {
	text-align: center;
}
.cn-office p.ttl {
	font-size: 1.3rem;
	font-weight: 500;
	padding: 40px 0 10px;
	position: relative;
}
.cn-office p.ttl:before {
	width: 30px;
	height: 30px;
	background-image: url(/admission/assets/img/inst_img/reason-point.svg);
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}


/* 入学者選抜要項 */

.inst-button-list {
	margin-bottom: 30px;
}
.inst-button-list > p {
	text-align: center;
	font-size: 1.2rem;
	padding-bottom: 10px;
}
.inst-button-list ul {
	width: 98%;
	max-width: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.inst-button-list ul li {
	width: 48%;
	margin: 0 1% 20px;
}
.inst-button-list ul li .green-button {
	width: 100%;
}
.inst-button-list ul li .green-button p {
	line-height: 1.6em;
	font-size: min(1.4vw,1rem);
}
@media screen and (max-width: 834px) {
	.inst-button-list ul li {
		width: 90%;
		margin: 0 auto 10px;
	}
	.inst-button-list ul li .green-button p {
		line-height: 1.6em;
		font-size: min(2.7vw,1rem);
	}
}




/* 入学試験日程 */


.scholarship-table,
.scholarship-table2 {
	width: 100%;
	border-collapse: collapse;
	color: #333;
	margin-bottom: 40px;
}

.scholarship-table th,
.scholarship-table td,
.scholarship-table2 th,
.scholarship-table2 td {
	vertical-align: middle;
	text-align: center;
}

.scholarship-table .col-header,
.scholarship-table2 .col-header  {
	background: #0DA5CB;
	color: #FFF;
	font-size: 0.9rem;
	line-height: 1.5em;
	font-weight: 600;
	padding: 20px 3px;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
}

.scholarship-table .col-header:first-of-type,
.scholarship-table2 .col-header:first-of-type {
	border-radius: 6px 0 0 0;
}
.scholarship-table .col-header:last-of-type,
.scholarship-table2 .col-header:last-of-type {
	border-radius: 0 6px 0 0;
}
.scholarship-table td,
.scholarship-table2 td {
	padding: 20px 3px;
	font-size: 1rem;
	line-height: 1.5em;
	border-right: solid 1px #B1B1B1;
	border-bottom: solid 1px #B1B1B1;
}
.scholarship-table td:last-of-type,
.scholarship-table2 td:last-of-type {
	border-right: none;
}
.scholarship-table2 td:nth-child(1) {
	width: 20%;
}
.scholarship-table2 td:nth-child(2) {
	width: 30%;
}
.scholarship-table2 td:nth-child(3) {
	width: 25%;
}
.scholarship-table2 td:nth-child(4) {
	width: 25%;
}
.scholarship-table2 td span {
	font-size: 0.8rem;
	line-height: 1.6em;
	padding: 10px 0 0;
	display: block;
}
.sub-ttl {
	color: #00A0C8;
	font-size: 1.2rem;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.sub-ttl:after {
	width: 350px;
	height: 6px;
	background-image: url("/admission/assets/img/about_img/txt-box-ttl-line.svg");
	left: 0;
	bottom: 0;
}
.detailed-txt {
	padding-bottom: 20px;
}
.table-ttl {
	font-size: 1.2rem;
	padding-bottom: 10px;
}

@media screen and (max-width: 834px) {
	.scholarship-table,
	.scholarship-table2 {
		width: 100%;
		border-collapse: collapse;
		color: #333;
		margin-bottom: 0px;
	}
	.scholarship-table td,
	.scholarship-table2 td {
		padding: 20px 3px;
		font-size: 0.9rem;
	}
	.sub-ttl {
		color: #00A0C8;
		font-size: 1rem;
		padding-bottom: 10px;
		margin-bottom: 10px;
		position: relative;
	}
	.sub-ttl:after {
		width: 220px;
		height: 6px;
		background-image: url("/admission/assets/img/about_img/txt-box-ttl-line.svg");
		background-size: cover;
		background-position: left center;
		left: 0;
		bottom: 0;
	}
	.detailed-txt {
		padding-bottom: 20px;
	}
	.table-ttl {
		font-size: 1.2rem;
		padding-bottom: 10px;
	}
}

.table-note {
	text-align: right;
	color: #ED4841;
	font-size: 0.8rem;
	position: relative;
	top: -30px;
}
.table-note.black {
	color: #000;
}
@media screen and (max-width: 834px) {
	.table-note {
		text-align: right;
		color: #ED4841;
		font-size: 0.8rem;
		position: relative;
		top: 0px;
	}
	.table-note.black {
		top: -30px;
	}
}
@media screen and (max-width: 500px) {
	.table-note.black {
		top: -15px;
	}
}