@charset "UTF-8";
/* CSS Document */


.contents {
	min-width: 960px;
	border: 1px solid #c2c2c2;
	box-sizing: content-box;
	padding: 15px 0;
}
.contents::after {
	content: '';
	display: block;
	clear: both;
}
@media screen and (max-width: 767px) {
	.contents {
		border: none;
		min-width: inherit;
	}
}
/*-----------------------------------
main
-----------------------------------*/

.main {
	float: left;
	width: 760px;
	margin: 0 auto;
	padding: 15px;
	border-right: 1px solid #c2c2c2;
}
#alumni .main {
	border-right: none;
}
.admissionsList {
	overflow: hidden;
}
.admissionsList li {
	box-sizing: border-box;
	float: left;
	width: 232px;
	margin: 0px 5px 10px;
}
.admissionsList li h3 {
	background: #005DA1;
	color: #fff;
	font-weight: 300;
	text-align: center;
	padding: 10px;
}
.admissionsList li h3.linkTitle {
	padding: 0;
	margin-bottom: 10px;
}
.linkTitle a {
	background: #005DA1;
	color: #fff;
	font-weight: 300;
	padding: 10px;
	display: block;
}
.linkTitle a:hover {
	text-decoration: none;
	background: #118ce2;
}
.admissionsList li p {
	padding: 15px 10px;
}
.linkList {
	padding: 10px;
}
.linkList li {
	float: none;
	width: inherit;
	margin: 0 0 5px;
}
.linkList li::before {
	font-family: FontAwesome;
	content: '\f105';
	font-size: 1.4rem;
	margin-right: 3px;
	float: left;
	padding: 3px;
	color: #118ce2;
}
.linkList li span {
	display: block;
	margin-bottom: 4px;
}
.linkList li ul {
	margin-bottom: 8px;
}
.linkList li ul li {
	margin-left: 1rem;
}
.linkList li ul li::before {
	content: '\f192';
	font-size: 1rem;
}
.linkList li a {
	display: block;
	overflow: auto;
}
.linkList li a:hover {
	color: #118ce2;
}
/*20230613 更新作業ここから*/
.guidanceList {
	overflow: hidden;
}
.guidanceList li {
	width: 100%;
	margin: 0px 5px 10px;
}
.guidanceList li h3 {
	background: #005DA1;
	color: #fff;
	font-weight: 300;
	padding: 10px 10px 10px 35px;
}
.guidanceList li .linkTitle {
	padding: 0;
}
.guidanceList li .linkTitle a{
	padding: 10px 10px 10px 35px;
}
.guidanceLinkList {
	padding: 10px;
}
.guidanceLinkList li {
	float: none;
	width: inherit;
	margin: 0 0 5px;
}
.guidanceLinkList li::before {
	font-family: FontAwesome;
	content: '\f105';
	font-size: 1.4rem;
	margin-right: 3px;
	float: left;
	padding: 3px;
	color: #000;
}
.guidanceList li.allow{
	margin-top: 30px;
}
.guidanceList li.allow::before {
	padding: 4px 15px 4px 10px;
	color: #000;
}
.guidanceList li.allow-gray::before {
	background: #d9d9d9;
}
.guidanceList li.allow-green::before {
	background: #e2efda;
}
.guidanceList li.allow-skyblue::before {
	background: #d9e1f2;
}
.guidanceList li.allow-orange::before {
	background: #ffd966;
}
.guidanceList li.allow-pink::before {
	background: #ffa7a7;
}
.guidanceList li.allow-red::before {
	background: #ff0000;
}
.guidanceList li.allow-blue::before {
	background: #c9a4e4;
}
.guidanceList li.allow-beige::before {
	background: #fce4d6;
}
.guidanceList li.allow-yellow::before {
	background: #ffff00;
}
.guidanceLinkList li span {
	display: block;
	margin-bottom: 4px;
}
.guidanceLinkList li ul {
	margin: 8px 0;
}
.guidanceLinkList li ul li {
	margin-left: 3rem;
}
.guidanceLinkList li ul li::before {
	content: '●';
	font-size: 1.2rem;
}
.guidanceLinkList li a {
	display: inline;
	overflow: auto;
}
.guidanceLinkList li a:hover {
	color: #118ce2;
}
.guidanceLinkList ul p {
	margin-left: 3rem;
	margin-bottom: 5px;
	text-decoration: underline;
}
.guidanceLinkList .guidanceLinkIcon{
	display: inline;
	margin-left: 5px;
	font-size: 12px;
}
.guidanceLinkListDetail li {
	margin-left: 5rem !important;
}
.guidanceLinkListDetail li::before {
	content: "―" !important;
	margin-right: 5px !important;
}
.guidanceBold{
	font-weight: bold;
}
/*20230613 更新作業ここまで*/

@media screen and (max-width: 767px) {
	.main {
		width: 100%;
		float: none;
		padding: 0;
		border-right: none;
	}
	.admissionsList li {
		width: 48%;
		margin: 0 14.5px 10px 0;
	}
	.admissionsList li:nth-child(2n) {
		margin: 0 0 10px 0;
	}
	.linkList li ul li:nth-child(2n) {
		margin: 0 0 10px 10px;
	}
	.admissionsList li h3 {
		text-align: left;
		position: relative;
	}
	.linkTitle::after {
		font-family: FontAwesome;
		content: '\f105';
		position: absolute;
		right: 10px;
		top: 12px;
	}
	.admissionsList .linkList li {
		width: 100%;
	}
	.clear {
		clear: inherit;
	}
}
@media screen and (max-width: 400px) {
	.admissionsList li {
		width: 47.2%;
		box-sizing: content-box;
	}
}


/*-----------------------------------
aside
-----------------------------------*/

.aside {
	width: 200px;
	padding: 15px 0;
	float: right;
}
#alumni .aside {
	border-left: 1px solid #c2c2c2;
}
.recruit .aside {
	border: none;
}
/* silder */

.sliders {
	background: #e1e1e1;
	position: relative;
	width: 150px;
	margin: 0 auto;
	padding: 25px 0;
}
.bx-wrapper {
	margin-bottom: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background: none;
	margin: 0 auto;
}
.bx-wrapper .bx-controls-direction a {
	background: #005da1;
	height: 15px;
}
.bx-wrapper li {
	position: relative;
}
.bx-wrapper li p {
	position: absolute;
	top: 5px;
	width: 120px;
	height: 75px;
	background: #005da1;
	background: rgba(0, 73, 135, .65);
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
}
.bx-wrapper li p span {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 100;
	position: absolute;
	left: 0;
	right: 0;
	top: 15%;
}
.custom-prev, .custom-next {
	text-align: center;
	position: absolute;
	width: 100%;
}
.custom-prev a, .custom-next a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 1px 0;
}
.custom-prev {
	top: 0;
	background: -webkit-linear-gradient(#0b69ae 50%, #005da1 50%);
	background: linear-gradient(#0b69ae 50%, #005da1 50%);
	background-color: #005da1;
}
.custom-next {
	bottom: 0;
	background: -webkit-linear-gradient(#005da1 50%, #0b69ae 50%);
	background: linear-gradient(#005da1 50%, #0b69ae 50%);
	background-color: #005da1;
}
@media screen and (max-width: 767px) {
	.aside {
		display: none;
	}
}
