@charset "utf-8";
/*
 * ================================================
 * 
 * [contact]
 * 
 * ================================================
 */
/**
 ****************************************************
 * 
 * screens larger than 768
 * 
 ****************************************************
 */
@media only screen and (min-width: 768px) {
#pageTitle {
	background-image: url(../../images/content/content/mv.jpg);
}
body.index {}
	body.index #content {
		width: 760px;
		margin: 0 auto;
	}
		body.index #content header {}
			body.index #content header h1 {
				border-bottom: none;
			}
	body.index .chartVox {
		margin-bottom: 85px;
	}
	body.index .formList {
		overflow: hidden;
		padding: 10px 3px;
		border-bottom: 1px solid #026DB6;
	}
	body.index .formList:first-of-type {
		border-top: 2px solid #026DB6;
	}
	body.index .formList:last-of-type {
		border-bottom: 2px solid #026DB6;
	}
		body.index .formList dt {
			float: left;
			width: 17em;
			padding: 5px 0;
			border-left: 4px solid #026DB6;
			padding-left: 25px;
			/*letter-spacing: 0.1em;*/
		}
		body.index .formList dd {
			margin-left: 17.5em;
			padding: 5px;
		}
	body.index .btnZip {
		padding: 5px;
	}
	body.index .submitVox {
		padding: 50px 0 0;
		text-align: center;
	}
		body.index .submitVox .btn {
			padding: 15px 0;
			width: 200px;
		}
		body.index .submitVox .formItem {
			margin: 0 25px;
			display: inline-block;
		}
		body.index .submitVox .formItem.disabled {
			opacity: 0.5;
		}
	body.index .submitCheckVox {
		padding: 35px 0 0;
		text-align: center;
	}
	body.index .finishSection {}
		body.index .finishSection h2 {
			color: #026DB6;
			font-weight: bold;
			margin-bottom: 50px;
			letter-spacing: 0.3em;
		}
		body.index .finishSection .text01 {
			margin-bottom: 30px;
		}
		body.index .finishSection .text02 {
			letter-spacing: 0.1em;
		}
.require {
	color: #FF1D25;
}
.formErrVox {
	display: none;
	border: 10px solid #ffdada;
	padding: 10px;
}
body.error .formErrVox {
	display: block;
}
.caution {
	margin-top: 5px;
	color: #FF3333;
}
.finishVox {
	background: #f5f4f4;
	padding: 10px 20px;
}
input.formText[type=text],
input.formText[type=password],
input.formText[type=number],
input.formText[type=email],
input.formText[type=tel],
textarea.formText,
select.formSelect {
	border: 1px solid #969696;
	border-radius: 5px;
}
}



/**
 ****************************************************
 * 
 * screens smaller than 768
 * 
 ****************************************************
 */
@media only screen and (max-width: 768px) {


/**
 * ---------------------------------------------------
 * header
 * ---------------------------------------------------
 */
#siteHeader {
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    position: absolute;
    top: 0;
    z-index: 2;
    height: auto;
}

#siteHeader .shInner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: block;
        height: auto;
	padding: 2% 4% 0 4%;
	}

	#siteHeader .sl {
		display: table-cell;
		vertical-align: middle;
		width: 250px;
	}
	
#siteHeader .hNav {
    display: block;
	padding:10px 0;
}
		#siteHeader .hNav ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
			text-align: left;
		}
		#siteHeader .hNav li {
			display: inline-block;
			padding: 5px 0 0 0;
		}
		#siteHeader .hNav li:not(:last-child) {
			margin-right: 40px;
		}
		#siteHeader .hNav a {
		font-size: 70%;
			text-decoration: none;
		}
		#siteHeader .hNav a:hover {
			text-decoration: underline;
		}
		#siteHeader .hNav .contact {
			border: 1px solid #036EB6;
			background-color: #FFFFFF;
			padding: 5px 1em;
			border-radius: 3px;
			-webkit-transition: .25s;
			    -ms-transition: .25s;
			        transition: .25s;
		}
		#siteHeader .hNav .contact:hover {
			background-color: #036EB6;
			color: #FFFFFF;
			text-decoration: none;
		}
		

/**
 * ---------------------------------------------------
 * gNav
 * ---------------------------------------------------
 */
#gNav {
    width: 100%;
    margin: 0 auto;
	padding: 3% 0 4% 0;
	box-sizing: border-box;
}
	#gNav ul {
		list-style-type: none;
		margin: 0 auto;
		padding: 0;
		display: flex;
		overflow: visible;
		width: 100%;
	}
	#gNav li {
		width: 100%;;
		float: none;

	}
		#gNav li span {
			display: block;
			position: inherit;
			
		}
		
		#gNav li:first-child a{
		border-left: none;
		}

		#gNav li a {
			height: 20px;
			letter-spacing: 0.1em;
			line-height: 20px;
			font-size: 65%;
			padding: 0 3% 0 3%;
			border-left: 1px solid #036eb7;
			display: block;
			text-align: center;
			text-decoration: none;
			-webkit-transition: .25s;
			    -ms-transition: .25s;
			        transition: .25s;
		}
			#gNav li a:hover,
			#gNav li a.active {
				background-color: #FFFFFF;
			}
				#gNav li a:hover span::before,
				#gNav li a:hover span::after,
				#gNav li a.active span::before,
				#gNav li a.active span::after {
					display: none;
				}
				
				
/**
 * ---------------------------------------------------
 * mMenu
 * ---------------------------------------------------
 */
#mMenu {
	position: relative;
}
	#mMenu .mmItem {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		background-color: #FFFFFF;
		padding: 0 0 50px 0;
		display: none;
		height: 350px;
	}
	#mMenu .mmInner {
		width: 100%;
		margin: 0 auto;
	}
		#mMenu .mmItem .content {
			background-attachment: scroll;
			background-position: top;
			background-repeat: no-repeat;
			margin-top: 20px;
			padding-left: 20px;
			padding-right: 20px;
/*			height: 150px;*/
			letter-spacing: 0.1em;
		}
		#mMenu .mmItem.about .content {
			background-image: url(../../images/global/mm01.jpg);
		}
		#mMenu .mmItem.junior .content {
			background-image: url(../../images/global/mm02.jpg);
		}
		#mMenu .mmItem.senior .content {
			background-image: url(../../images/global/mm03.jpg);
		}
		#mMenu .mmItem.admission .content {
			background-image: url(../../images/global/mm04.jpg);
		}
		#mMenu .mmItem .header {
			border-bottom: 1px solid #026DB6;
			padding: 140px 0 10px;
			position: relative;
		}
		#mMenu .mmItem h2 {
			color: #026DB6;
			line-height: 1;
		}
		#mMenu .mmItem .closeVox {
			height: 25px;
			position: absolute;
			right: 0;
			bottom: 10px;
		}
		#mMenu .mmItem .mmCloseBt {
			position: absolute;
			top: 0;
			right: 0;
			width: 25px;
			height: 25px;
			background-color: #026DB6;
		}
			#mMenu .mmItem .mmCloseBt span {
				width: 15px;
				height: 2px;
				background: #FFFFFF;
				position: absolute;
				left: 50%;
				top: 50%;
				margin: -1px 0 0 -7.5px;
			}
			#mMenu .mmItem .mmCloseBt span:nth-child(1) {
				-webkit-transform: rotate(-45deg);
			      -ms-transform: rotate(-45deg);
			          transform: rotate(-45deg);
			}
			#mMenu .mmItem .mmCloseBt span:nth-child(2) {
				-webkit-transform: rotate(45deg);
			      -ms-transform: rotate(45deg);
			          transform: rotate(45deg);
			}
		#mMenu .mmItem ul {
			list-style-type: none;
			margin: 0;
			padding: 10px 0 0;
		}
		#mMenu .mmItem li {
			display: inline-block;
			margin-right: 3em;
		}
			#mMenu .mmItem li a {
				display: inline-block;
				background: scroll url(../../images/content/content/ico_arr01.png) no-repeat right center;
				padding-right: 20px;
				padding-top:10px;
				border-bottom: 1px dashed #026DB6;
				text-decoration: none;
			}
			#mMenu .mmItem li a:hover {
				border-bottom: none;
			}
		#mMenu .mmItem.admission ul {
			padding-top: 0;
		}
		#mMenu .mmItem.admission li {
			width: 48%;
			margin-right: 0;
			margin-top: 4px;
		}


/**
 * ---------------------------------------------------
 * pageTopVox
 * ---------------------------------------------------
 */
#pageTopVox {
	position: absolute;
	right: 10%;
	top: 15px;
	z-index: 10;
	margin-right: 0px;
}
	#pageTopVox a {
		background: scroll url(../../images/global/pagetop.png) no-repeat left center;
		padding: 10px 0 10px 20px;
		color: #026DB6;
		text-decoration: none;
	}
				
#pageTitle .inner span, #pageTitle .inner h1 {
position: absolute;
top: 60%;
left: 50%;
color: #FFFFFF;
letter-spacing: 0.3em;
font-weight: bold;
border-bottom: 3px solid #FFFFFF;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 70%;
}
				
#content {
    width: 100%;
	}
	
#pageTitle .inner {
    position: absolute;
    left: 0;
    top: 140px;
    width: 100%;
    height: 270px;
}
	
.s3-5r { font-size: 2.7rem; }
	
#pageTitle {
	background-image: url(../../images/content/content/mv.jpg);
}
body.index {}
	body.index #content {
		margin: 0 auto;
		padding: 0 4%;
	}
		body.index #content header {}
			body.index #content header h1 {
				border-bottom: none;
				padding: 10% 0 0 0;
				    font-size: 2.5rem;
					letter-spacing: 1;
			}
	body.index .chartVox {
		margin-bottom: 85px;
	}
	body.index .chartVox img{
	width: 100%;
	}
	body.index .formList {
		overflow: hidden;
		 padding: 30px 30px 30px 3px;
		border-bottom: 1px solid #026DB6;
	}
	body.index .formList:first-of-type {
		border-top: 2px solid #026DB6;
	}
	body.index .formList:last-of-type {
		border-bottom: 2px solid #026DB6;
	}
		body.index .formList dt {
			width: 17em;
			padding: 5px 0;
			border-left: 4px solid #026DB6;
			padding-left: 25px;
			/*letter-spacing: 0.1em;*/
		}
		body.index .formList dd {
			padding: 5px 0;
		}
	body.index .btnZip {
	margin-top: 15px;
		padding: 5px;
		display: block;
		text-align: center;
	}
	body.index .submitVox {
		padding: 50px 0 0;
		text-align: center;
	}

	
		body.index .submitVox .btn {
			    padding: 15px 38px;
    margin: 15px 10px 30px 10px;

    float: left;
}
		
		body.index .submitVox .formItem {
			margin: 0 25px;
			display: inline-block;
		}
		body.index .submitVox .formItem.disabled {
			opacity: 0.5;
		}
	body.index .submitCheckVox {
		padding: 35px 0 0;
		text-align: center;
	}
	body.index .finishSection {}
		body.index .finishSection h2 {
			color: #026DB6;
			font-weight: bold;
			margin-bottom: 50px;
			letter-spacing: 0.3em;
		}
		body.index .finishSection .text01 {
			margin-bottom: 30px;
		}
		body.index .finishSection .text02 {
			letter-spacing: 0.1em;
		}
.require {
	color: #FF1D25;
}
.formErrVox {
	display: none;
	border: 10px solid #ffdada;
	padding: 10px;
}
body.error .formErrVox {
	display: block;
}
.caution {
	margin-top: 5px;
	color: #FF3333;
}
.finishVox {
	background: #f5f4f4;
	padding: 10px 20px;
}
input.formText[type=text],
input.formText[type=password],
input.formText[type=number],
input.formText[type=email],
input.formText[type=tel],
textarea.formText,
select.formSelect {
	border: 1px solid #969696;
	border-radius: 5px;
}

#content dl dd label{
width: 100%;
}

#content dl:nth-of-type(3) input.formText[type=text],
#content dl:nth-of-type(4) input.formText[type=text]{
    display: inline-block;
    width: 100%;
	margin: 2% 0;
}

#content dl:nth-of-type(7) input.formText[type=text]{
display: inline-block;
   width: 40%;
}

#content dl:nth-of-type(8) input.formText[type=text]{
display: inline-block;
    width: 100%;
}

#content dl:nth-of-type(9) input.formText[type=tel]{
    width: 25%;
}

#content dl:nth-of-type(3) .mL20,
#content dl:nth-of-type(4) .mL20,
#content dl:nth-of-type(7) .mL20{
    margin-left: 0;
}

#siteFooter .info {
    width: 100%;
    float: none;
    color: #FFFFFF;
    background: scroll url(../../images/global/logo_footer.png) no-repeat left top;
    padding-left: 65px;
    letter-spacing: 0.15em;
}

#siteFooter .fNav {
    float: none;
	}

#siteFooter .inner {
        width: 100%;
		padding: 0 4%;
    margin: 0 auto;
}
	
	
}
@media screen and (max-width: 768px) and (orientation:landscape) {
	
}
/**
 ****************************************************
 * 
 * screens smaller than 767
 * 
 ****************************************************
 */
@media only screen and (max-width: 767px) {
	
}