@charset "utf-8";
/* 目次 ==================================================================================*/
/* RESET ------------------------------------------------------------------------ */
/* BODY CONFIG ------------------------------------------------------------------ */
/* HEADER AREA ------------------------------------------------------------------ */
/* NAVI GLOBAL AREA ------------------------------------------------------------- */
/* NAVI GLOBAL ----------- */
/* CONTENTS AREA ---------------------------------------------------------------- */
/* FOOTER AREA ------------------------------------------------------------------ */
/* NAVI FOOTER ----------- */
/* FOOTER BOTTOM --------- */
/* COPYRIGHT */




/* RESET ------------------------------------------------------------------------ */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, li {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
*, *::before, *::after {
  box-sizing: border-box;
}
input, textarea, select {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
input[type="submit"], input[type="button"], input[type="search"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration, input[type="search"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus, input[type="search"]::focus {
  outline-offset: -2px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
button, input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
input[type="radio"] {}
input[type="radio"]:checked + label {}
/* BASIC LINK COLOR ------------------------------------------------------------------ */
a:link {
  color: #064d79;
  text-decoration: none;
}
a:visited {
  color: #064d79;
  text-decoration: none;
}
a:hover {
  color: #064d79;
  text-decoration: underline;
}
a:active {
  color: #064d79;
  text-decoration: underline;
}



/* BODY CONFIG ------------------------------------------------------------------ */
body {
	background-color: #F2F2F2;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 2;
}
@media print, screen and (min-width:751px) {
  body {
    font-size: 16px;
  }
	
	#wrapper{
		background-color: #FFF;
		box-shadow: 0 5px 15px rgba(0,0,0,.39);
		margin: 0 auto;
		max-width: 1200px;
	}
}
@media screen and (max-width: 750px) {
  body {
    font-size: 15px;
  }
	#wrapper{
		background-color: #FFF;
	}
}



/* HEADER AREA ------------------------------------------------------------------ */
@media print, screen and (min-width:751px) {
  #header_area {
    background-color: #05103C;
		padding: 0 20px;
  }
	#header_area_inner{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 20px 0 15px;
		margin: 0 auto;
		max-width: 967px;
	}
  #header_area a {
		color: #FFF;
    text-decoration: none;
  }
	#logo_area {
		color: #FFF;
    display: flex;
  }
	#logo_main{
		border-right: 1px solid #FFF;
		padding-right: 20px;
		margin-right: 20px;
	}
	#logo_main img{
		height: auto;
    width: 303px;
  }
	#logo_area > p{
		align-self: flex-end;
		font-size: 15px;
		margin-bottom: 10px;
		line-height: 1.46;
	}
  #navi_local {
    align-self: flex-end;
  }
	#navi_local > li a{
		background: url("../img/icon_contact.png") left center no-repeat;
		background-size: auto 22px;
		font-family: Arial, Helvetica, "sans-serif";
		font-size: 16px;
		padding: 5px 0 5px 30px;
	}
	
	#humberger{
		display: none;
	}
}
@media screen and (max-width: 750px) {
	#header_area {
    background-color: #05103C;
  }
	#header_area_inner{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 5px 0 15px;
	}
  #header_area a {
		color: #FFF;
    text-decoration: none;
  }
	#logo_area {
		font-size: 0;
		color: #FFF;
    display: flex;
		margin: 15px 0;
  }
	#logo_main{
		margin-right: 10px;
	}
	#logo_main img{
		height: auto;
    width: 244px;
  }
	#logo_area > p{
		display: none;
	}
  #navi_local {
    display: none;
  }
  /* MENU -------------- */
  #humberger {
		align-self: flex-start;
    text-align: center;
    cursor: pointer;
    position: relative;
    height: 40px;
    width: 40px;
    z-index: 11;
  }
  #humberger .trigger, #humberger .trigger > span, #humberger .trigger > span > span {
    transition: all .4s;
    box-sizing: border-box;
  }
  #humberger .trigger > span {
    position: absolute;
    right: 10px;
    top: 12px;
  }
  #humberger .trigger > span > span {
    position: absolute;
    right: 0;
    width: 20px;
    height: 3px;
    background-color: #FFF;
  }
  #humberger .trigger > span > span:nth-of-type(1) {
    top: 0px;
  }
  #humberger .trigger > span > span:nth-of-type(2) {
    top: 6px;
  }
  #humberger .trigger > span > span:nth-of-type(3) {
    top: 12px;
  }
  #humberger.active .trigger > span > span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(495deg);
    transform: translateY(6px) rotate(495deg);
  }
  #humberger.active .trigger > span > span:nth-of-type(2) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  #humberger.active .trigger > span > span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(-495deg);
    transform: translateY(-6px) rotate(-495deg);
  }
}



/* NAVI GLOBAL AREA ------------------------------------------------------------------ */
@media print, screen and (min-width:751px) {
  #navi_global_area {
		background-color: #3D4D71;
    display: block !important;
  }
  /* NAVI GLOBAL -------------- */
  #navi_global {
		margin: 0 auto;
		max-width: 967px;
  }
	#navi_global > ul{
		font-family: Arial, Helvetica, "sans-serif";
		font-size: 16px;
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	#navi_global > ul > li{
		display: table-cell;
		text-align: center;
	}
	#navi_global > ul > li > a{
		display: block;
		padding: 20px 0;
		position: relative;
		transition: all .2s;
	}
	#navi_global > ul > li > a:hover{
		text-decoration: none;
		transition: all .2s ease;
	}
	#navi_global > ul > li > a:before,
	#navi_global > ul > li > a:after{
		border-bottom: 5px solid #05103C;
		background-color: #05103C;
		content: "";
		display: block;
		width: 0;
		position: absolute;
		bottom: 0;
		transition: all .2s ease;
	}
	#navi_global > ul > li > a:before{
		right: 50%;
	}
	#navi_global > ul > li > a:after{
		left: 50%;
	}
	#navi_global > ul > li > a:hover:before,
	#navi_global > ul > li > a:hover:after{
		width: 50%;
		transition: all .2s ease;
	}
  #navi_global > ul > li > a > span {
		background-position: left center;
		background-repeat: no-repeat;
		background-size: auto 26px;
		display: inline-block;
		color: #FFF;
		padding: 0 0 0 35px;
		padding-left: 35px;
  }
	#global1 > a > span{
		background-image: url("../img/icon_navi_global1.png");
	}
	#global2 > a > span{
		background-image: url("../img/icon_navi_global2.png");
	}
	#global3 > a > span{
		background-image: url("../img/icon_navi_global3.png");
	}
	#global4 > a > span{
		background-image: url("../img/icon_navi_global4.png");
	}
	#global5 > a > span{
		background-image: url("../img/icon_navi_global5.png");
	}
	#global6 > a > span{
		background-image: url("../img/icon_navi_global6.png");
	}
	#global7{
		display: none !important;
	}
}
@media screen and (max-width: 750px) {
	#navi_global_area {
		background-color: #3D4D71;
    display: none;
  }
  /* NAVI GLOBAL -------------- */
  #navi_global {
  }
	#navi_global > ul{
		font-family: Arial, Helvetica, "sans-serif";
		font-size: 15px;
	}
	#navi_global > ul > li{
		border-bottom: 1px solid #FFF;
	}
	#navi_global > ul > li > a{
		display: block;
		padding: 10px 25px;
		position: relative;
		transition: all .2s;
	}
	#navi_global > ul > li > a:hover{
		text-decoration: none;
		transition: all .2s ease;
	}
  #navi_global > ul > li > a > span {
		background-position: left center;
		background-repeat: no-repeat;
		background-size: auto 21px;
		display: inline-block;
		color: #FFF;
		padding: 0 0 0 35px;
		padding-left: 37px;
  }
	#global1 > a > span{
		background-image: url("../img/icon_navi_global1.png");
	}
	#global2 > a > span{
		background-image: url("../img/icon_navi_global2.png");
	}
	#global3 > a > span{
		background-image: url("../img/icon_navi_global3.png");
	}
	#global4 > a > span{
		background-image: url("../img/icon_navi_global4.png");
	}
	#global5 > a > span{
		background-image: url("../img/icon_navi_global5.png");
	}
	#global6 > a > span{
		background-image: url("../img/icon_navi_global6.png");
	}
	#global7 > a > span{
		background-image: url("../img/icon_contact.png");
	}
}





/* CONTENTS AREA ------------------------------------------------------------------ */
@media print, screen and (min-width:751px) {
  #contents_area {
    padding: 0px 20px 0;
  }
  .contents_inner {
		margin: 0 auto;
		max-width: 967px;
  }
	.contents_inner > p{
		margin-top: 25px;
	}
}
@media screen and (max-width: 750px) {
	#contents_area {
    padding: 0 15px;
  }
	.contents_inner > p{
		margin-top: 25px;
	}
}



/* FOOTER AREA ------------------------------------------------------------------ */
@media print, screen and (min-width:751px) {
  #footer_area {
    background-color: #FFF;
  }
	#page_top{
		border-top: 1px solid #707070;
		margin: 45px auto 0;
		padding-top: 15px;
		max-width: 967px;
	}
	#page_top a{
		background: #939292 url("../img/icon_pagetop.png") center center no-repeat;
		background-size: 19px auto;
		display: block;
		margin-left: auto;
		text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
		height: 25px;
		width: 35px;
	}
  /* NAVI FOOTER -------------- */
  #navi_footer {
    background-color: #05103C;
		padding-bottom: 45px;
		margin-top: 15px;
  }
  #navi_footer > ul {
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
    max-width: 967px;
  }
	#navi_footer > ul > li{
		background-color: #3D4D71;
		text-align: center;
		padding: 10px 0;
		line-height: 1.2;
		width: 100%;
	}
	#navi_footer > ul > li > a {
		background-color: #3D4D71;
		color: #FFF;
		display: block;
		padding: 10px 0;
		transition: all .5s;
  }
	#navi_footer > ul > li > a:hover {
		background-color: #364464;
		text-decoration: none;
		transition: all .5s;
  }
	#navi_footer > ul > li > a:after{
		font-family: Arial, Helvetica, "sans-serif";
		font-size: 16px;
		display: block;
	}
	#navi_footer > ul > li:nth-child(1) > a{
		border-right: 1px solid #FFF;
	}
	#navi_footer > ul > li:nth-child(1) > a:after{
		content: "Admission";
	}
	#navi_footer > ul > li:nth-child(2) > a:after{
		content: "Links";
	}
	
	
	#footer_inner{
		background-color: #FFF;
		text-align: center;
		padding: 15px 0 140px;
	}
	#copyright{
		color: #07144B;
		font-size: 14px;
		display: block;
	}
}
@media screen and (max-width: 750px) {
 #footer_area {
    background-color: #FFF;
    margin-top: 50px;
  }
	#page_top{
		margin: 0 15px;
	}
	#page_top a{
		background: #939292 url("../img/icon_pagetop.png") center center no-repeat;
		background-size: 19px auto;
		display: block;
		margin-left: auto;
		text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
		height: 30px;
		width: 40px;
	}
  /* NAVI FOOTER -------------- */
  #navi_footer {
    background-color: #05103C;
		padding: 15px;
		margin-top: 20px;
  }
  #navi_footer > ul {
  }
	#navi_footer > ul > li{
		background-color: #3D4D71;
		text-align: center;
		margin-top: 5px;
		line-height: 1.2;
		width: 100%;
	}
	#navi_footer > ul > li > a {
		background-color: #3D4D71;
		color: #FFF;
		display: block;
		padding: 10px 0;
		transition: all .5s;
  }
	#navi_footer > ul > li > a:hover {
		background-color: #364464;
		text-decoration: none;
		transition: all .5s;
  }
	#navi_footer > ul > li:nth-child(1){
		margin-top: 0;
	}

	
	
	#footer_inner{
		background-color: #FFF;
		text-align: center;
		padding: 10px 0 35px;
	}
	#copyright{
		color: #07144B;
		font-size: 12px;
		display: block;
	}
}