@charset "UTF-8";
/* CSS Document */


@media only print {
	.header {
		display: none;
	}
	.top-mv .swiper-container {
		display: none;
	}
	.top-mv .top-mv__slider {
		width: 100%;
    padding-bottom: 40%;
    background-image: url(../images/top/mv_slide01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	}
	.top-mv__slider__pagination {
		display: none;
	}
	.pc-submenu {
		display: none;
	}
	.globalnavi {
		display: none;
	}
	.maincontainer {
		padding: 0;
	}
	.fix_banner {
		width: 100%;
    padding-left: 0;
    position: relative;
    background: #fff;
    z-index: inherit;
	}
	
	.top-study_abroad .study_abroad_inner {
		width: 25%!important;
	}
	.footer {
		padding: 0;
		margin-top: 20px;
	}
	.top-info__list, .top-news__list {
    max-width: 100%;
		width: 100%;
	}
	.top-study_abroad .study_abroad_wrapper {
    max-width: 100%;
		width: 100%;
	}
	.top-news__tabbodys {
		max-width: 100%;
		width: 100%;
	}
	.footer__pagetop {
		display: none;
	}
}