.wrap {
	width: 740px;
	display: flex;
	flex-grow: 0;
	flex-shrink: 0;
	background-image:url(/img/menu/navi/grd.png);
	background-repeat: repeat-y;
}
.navigationbox {
	width: 162px;
	background-image:url(/img/menu/navi/grd.png);
	background-repeat: repeat-y;
}
.navigationbox li {
	list-style: none;
margin: 0;
padding: 0;
width: 162px;
height: 22px;
}
.mainbox {
	width: 500px;
	padding: 10px 20px 0 15px;
	margin:0 auto;
}
.header {
	border-left: 10px solid #3CF;
	width: 480px;
	margin: 10px auto;
	padding: 1px 0;
}
.header>h1 {
	font-size: 1.5em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 0;
	text-indent: 0.5em;
	color: #1C1C1C;
}
.header>p {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0.8em;
	color: #666;
	line-height: 0.5;
}

.container {
	width: 480px;
	padding: 20px;
	margin:0 auto;
	margin-top: 30px;
	display: flex;
	border-bottom: 1px solid #666;
}
.container:last-child {
	margin-bottom: 50px;
	border-bottom:none;
}
.box {
	margin-right: 10px;
}

.box:nth-child(1){
  align-self: center;
}
.box:nth-child(2) {
	align-self: flex-start;
}
.education_title {
	font-weight: bold;
	margin-bottom:0.1em;
}
.education_text {
	margin-top:0;
}

.education_start a {
	display:inline-block;
	color:#fff;
	background: #036;
	padding: 2%;
	text-decoration: none;
}
.education_start a:hover {
	border: 1px solid #036;
	background: #fff;
	text-decoration: none;
	color: #036;
	transition: .3s;
	will-change: transform;
}
.education_start {
	text-align:center;
	margin-top:0;
}
.footermargin.aua {
	width: 500px;
	margin-top: 300px;
	}