/* CSS Document */
section#Entry {
	padding: 20px 0 0;
	text-align: center;
	position: fixed;
	z-index: 100;
	bottom: 0;
	left: 0;
	width:300px;
	background:rgba(255,255,255,0.7);
	border: 0;
	/*border-radius: 0 0.5em 0.5em 0;*/
	opacity:0;
	animation-name:entryarea;
	animation-duration:1s; 
	animation-fill-mode: forwards;
}
@keyframes entryarea {
	0% {
		opacity: 0;
		transform: translateX(-200px);
	}
	50%{
		opacity: 1;
		transform: translateX(0);
	}
	100% {
		opacity:1;
 		transform: translateX(0);
	} 
}

section#Entry h2 {
	/*margin: 1em 0.5em 0 0.5em;*/
}

section#Entry article {
	background: rgba(255,255,255,0);
	margin: 0 auto;
	padding: 0 0 1em 0;
}

section#Entry p a.btn {
	width:80%;
}


@media screen and (max-width: 768px) {/* 640px以下*/
	section#Entry {
		padding: 1em 0 0;
		text-align: center;
		position: fixed;
		z-index: 100;
		bottom:0;
		right: 0;
		width:100%;
		background:rgba(255,255,255,0.9);
		border: 0;
		border-radius: 0;
		opacity:0;
	}
	section#Entry article {
		padding: 0;
	}
}


#Admission h3 {
	font-size: 2.2rem;
	border-bottom: 1px solid #000;
	margin-bottom: 0.5em;
}

#Admission h4 {
	font-size: 2rem;
	border-bottom: 1px solid #000;
	margin: 0.5em;
}

#Admission dl {
	width:96%;
	margin: 0 auto;
}

#Admission dl dt {
	width:9em;
	font-weight: 900;
	float: left;
}

#Admission dl dd {
	margin-left: 9em;
}

#Admission strong {
	color: #E52F81;
}

#Admission strong.f32 {
	font-size: 3.2rem;
	font-weight: 900;
}

#Admission div.atesaki {
	border: 1px solid #000;
	border-radius: 0.5em;
	margin: 1em 0 ;
	padding: 1em 1em 0 ;
}

ol.attention {
	width:90%;
	box-sizing: border-box;
}

ol.attention li {
	list-style-type: none;
	counter-increment: cnt;
	display: block;
	text-indent: -2em;
	margin-left: 2em;
}

ol.attention li::before {
	content: "(" counter(cnt) ")";
	display:inline-block;
	text-indent:0; /* サイトに合せて調整 */
	width: 2em; /* サイトに合せて調整 */
}

.btn {
	display: block;
	width: 60%;
	text-align: center;
	background-color: #133464;
	/*border: 2px solid rgba(0,0,0,1.00);
	font-size: 1.2em;*/
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 24px;
	position: relative;
	margin: 1em auto;
	transition: .2s;
}

/*.btn span {
	position: relative;
	z-index: 1;
}

.btn::before,
.btn::after {
	content: "";
	display: block;
	background-color: #FFF;
	width: 50.1%;
	height: 100%;
	position: absolute;
	top: 0;
	transition: .2s;
}
.btn::before {
	left: 0;
}
.btn::after {
	right: 0;
}

.btn:hover:before,
.btn:hover:after {
	width: 0;
	background-color: #FFF;
}*/

.btn:hover {
	/*color: #FFF;*/
	opacity: 0.5;
}

.text-center {
	text-align: center;
}



@media screen and (max-width: 960px) {/* 640px以下*/
	strong {
		font-size: 2rem;
	}
	.btn {
		display: block;
		width: 80%;
		
	}
	.btn span {
	/*color: rgba(10,52,104,1.00);*/

	}

	.btn:hover span {
		color: rgba(255,255,255,1.00);
	}

}
/*-- スマホ用 --*/
@media screen and (max-width: 999px) {/* 1000px以下*/
	#Admission dl {
		font-size: 1.25em;
	}
	
	#Admission dl dt {
		float: none;
		width:auto;
	}
	
	#Admission dl dd {
	    clear: both;
		margin-bottom: 15px;
		margin-left: 0;
	}
	
	#Admission div#Hagaki {
		width:100%;
	}

	#Admission div#Hagaki img {
		width:100%;
	}
}
