/*top.css*/
.mv-h1 {
    display: block;
    /* text-align: center; */
    padding: 15px 20px 15px 40px;
    color: #000;
    font-family: "Yu Mincho", "YuMincho", serif;
    font-weight: bold;
    position: relative;
    /* border: 1px solid #fff; */
    letter-spacing: 0.1em;
    transition: all 0.5s 0s ease;
    top: 60px;
    left: 0;
    width: 40%;
    font-size: 0.6em;
    background-color: rgba(189,221,170,0.7);
}
#banner {
    border-top: 10px solid #C7E2B7;
}
#gnav-sub{
	border-bottom: 2px solid #C7E2B7;
}
#mainvisual{
	background:url(https://www.aichi-edu.ac.jp/graduate/imgs/kyoushoku-top-mv.jpg) no-repeat;
	background-size: cover;
}
@media screen and (min-width:1200px){
#mainvisual{
		background-size: auto;
		background-position: center;
}
}

