@charset "utf-8";
/* 【入学手続システム】出願から入学手続きまでの流れについて */

	.text-default>p {
	font-size: 1.5rem!important
	}
	.link-text {
	font-size: 1.5rem!important
	}

	.arrow {
	padding: 10px 10px 18px;
	text-align: center
	}
	
	@media only screen and (max-width: 769px) {
		.sp-none {display: none}
	}
	
	/*調整クラス*/
	.mt0 {
	margin-top: 0!important
	}
	.mb0 {
	margin-bottom: 0!important
	}
	@media only screen and (max-width: 769px) {
		.mt5-sp {margin-top: 5px!important}
	}
