/*ダウンロードcss*/
.ContentHeader {
    background: url("../img/ContentHeaderPhoto/enrollment-header.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 40%;
}

.outer1{
    margin-bottom: 5%;
}
.outer1 .content_wrap img{
    width: 100%;
    height: auto;
}

@media only screen and ( max-width: 640px ) {
    
}

@media only screen and ( max-width: 480px ) {
    
}
