@charset "UTF-8";
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: opencampus*/

.main.opencampus .block {
	padding: 40px 0;
}
.main.opencampus .block .farm.schedule-ta {
	margin-bottom: 0 !important;
}
.main.opencampus .block .farm .college_link {
	padding-top: 20px;
}
.main.opencampus .farm>h3 {
	margin-bottom: 1rem;
}
.main.opencampus .formbtn.margin-top {
	text-align: center;
	margin-top: 2rem;
}
.main.opencampus #hojyo .farm .formbtn.--margin {
	margin-bottom: 1rem;
}
table td .mark-bus {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}
table td .date {
	/* min-width: 100px; */
	display: inline-block;
	text-align: right;
}
@media only screen and (max-width: 786px) {
	.opencampus .farm .flex.gap10 {
		display: block;
	}
}
@media only screen and (max-width: 640px) {
	table td .date {
		min-width: calc(90 / 375 * 100vw);
	}
	.main.opencampus .block {
		padding: 20px 0;
	}
	.main.opencampus .block .farm p {
		margin-bottom: 1rem;
	}
	.main.opencampus .farm>h2 {
		margin-bottom: 1rem;
	}
	.main.opencampus .farm>h3 {
		margin-bottom: 0.5rem;
	}
	.main.opencampus .block .farm.schedule-ta {
		margin-bottom: 0;
	}
	.main.opencampus .block .farm .college_link {
		padding-top: 10px;
	}
	.main.opencampus .block .farm .college_link .college_link_list>* {
		min-width: unset;
		width: 31.7% !important;
		margin: 0.25rem;
		padding: 10px;
		margin: 0.5rem 0 !important;
	}
	.main.opencampus .block .farm .college_link.btn-flat .college_link_list {
		display: flex !important;
	}
	.main.opencampus .block .farm .college_link.btn-flat .college_link_list a.cl-btn span.rogo-img img {
		width: 100% !important;
	}
	.main.opencampus .block .farm .college_link.btn-flat .college_link_list a.cl-btn:after {
		right: 5px;
	}
	.main.opencampus .block .farm .college_link.btn-flat .college_link_list a.cl-btn span.txt {
		font-size: 13px;
	}
	.main.opencampus .block .farm .college_link.btn-flat .college_link_list a.cl-btn {
		padding-right: 20px;
	}
	.main.opencampus .formbtn.margin-top {
		margin-top: 1rem;
	}
}

.main.opencampus .anchor {
	margin-bottom: 40px;
}
.anchor_list a {
	width: 16%;
	font-size: 12px;
}
@media only screen and (max-width: 640px) {
	.mobile-scroll {
		width: 100%;
		overflow-x: scroll;
	}
	.mobile-scroll img {
		width: 1130px;
		height: 265px;
	}
	.opencampus .COLLEGE_menu_sp_btn.sec02 .logo_btn {
		width: calc(52.5% - 10px) !important;
	}
	.opencampus .COLLEGE_menu_sp_btn {
		padding: 0;
	}
	.opencampus .COLLEGE_menu_sp_btn .logo_btn {
		width: calc(52.5% - 10px);
	}
	.opencampus .COLLEGE_menu_sp_btn p {
		font-size: 10px;
	}
}
.opencampus .COLLEGE_menu_sp_btn .logo_btn.tabbtn.active.tabbtn {
	background-color: #188a54;
	color: #fff;
}
.opencampus .COLLEGE_menu_sp_btn .logo_btn.tabbtn {
	border: 3px solid #188a54;
	color: #188a54;
}
.ma20 {
	margin-bottom: 2rem;
}
.popup_area {
	text-align: center;
}
#popup {
	display: none; /* label でコントロールするので input は非表示に */
}

.popup-open {
	cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
	background: #fff;
	border-radius: 20px;
	display: inline-block;
	line-height: 1.8;
	font-size: 112.5%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 10px 0.5em;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border: 3px solid #006c54;
	color: #006c54;
}
.popup-overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#popup:checked ~ .popup-overlay {
	display: block;
	z-index: 99999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.popup-window {
	width: 90vw;
	max-width: 740px;
	padding: 20px;
	background-color: #ffffff;
	border-radius: 6px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.popup-text {
	margin: 0;
}
.popup-text.program-ttl {
	font-size: 22px;
	font-weight: 700;
	color: #006c54;
	text-align: center;
	margin-bottom: 1rem;
}
@media only screen and (max-width: 640px) {
	.popup-text.program-ttl {
		font-size: 18px;
	}
}
.popup-text:not(:last-of-type) {
	margin-bottom: 1em
}
.popup-close {
	cursor: pointer;
	position: absolute;
	top: -26px;
	right: 0;
}
.ma0 {
	margin-bottom: 0 !important;
}
.program-flex {
	display: flex;
	justify-content: flex-start;
}
@media only screen and (max-width: 640px) {
	.anchor_list a {
		min-width: 320px;
	}
}
.opencampus .COLLEGE_menu_sp_btn {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
		justify-content: space-between;
}
.opencampus .COLLEGE_menu_sp_btn .logo_btn {
	width: calc(33% - 10px);
}
@media only screen and (max-width: 640px) {
	.opencampus .COLLEGE_menu_sp_btn .logo_btn {
		width: 100%;
	}
}
.opencampus .COLLEGE_menu_sp_btn .logo_btn.tabbtn {
	border: 3px solid #188a54;
	background: #fff;
	border-radius: 20px;
	color: #188a54;
	display: inline-block;
	line-height: 1.8;
	font-size: 112.5%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 10px 0.5em;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.opencampus .COLLEGE_menu_sp_btn p {
	margin-bottom: 0 !important;
}
@media only screen and (max-width: 640px) {
	.opencampus .COLLEGE_menu_sp_btn p {
		text-align: center;
	}
}
.opencampus .COLLEGE_menu_sp_btn.sec02 .logo_btn {
	width: calc(25% - 10px);
}
@media only screen and (max-width: 640px) {
	.opencampus .COLLEGE_menu_sp_btn.sec02 .logo_btn {
		width: 100%;
	}
}
.opencampus .COLLEGE_menu li.bg-gray {
	background-color: #f8f8f8;
}
.opencampus .COLLEGE_menu li h2 {
	color: #006b54;
	font-weight: bold;
	font-size: 24px;
}
.opencampus .COLLEGE_menu li h2::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	margin-left: 30px;
	background-color: #006c54;
}
.opencampus .COLLEGE_menu li .program ul li {
	color: #006b54;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
@media only screen and (max-width: 640px) {
	.opencampus .COLLEGE_menu li .program ul li {
		font-size: 14px;
	}
}
.opencampus .COLLEGE_menu li .program ul li.busmark::after {
	content: "";
	background-image: url("../../../dist/images/common/mark-bus.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 10%;
}
@media only screen and (max-width: 640px) {
	.opencampus .COLLEGE_menu li .program ul li.busmark::after {
		width: 22px;
		height: 22px;
	}
}
.opencampus .COLLEGE_menu li .program h4 {
	color: #006c54;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 1em;
}
.opencampus .COLLEGE_menu li .program h4.program-ttl {
	font-size: 22px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
	.opencampus .COLLEGE_menu li .program h4.program-ttl {
		font-size: 18px;
	}
}
.opencampus .COLLEGE_menu li .program .block {
	padding: 20px 0;
}
@media only screen and (max-width: 640px) {
	.opencampus .COLLEGE_menu li .program.bus_schedule {
		gap: 0;
	}
}
.opencampus .COLLEGE_menu li .dummy-space {
	background: #808080;
}
.opencampus .COLLEGE_menu li .dummy-space p {
	margin: 0;
	text-align: center;
	padding: 136px 0;
	font-size: 20px;
}
@media only screen and (max-width: 640px) {
	.opencampus .COLLEGE_menu .farm > h3::after {
		width: 28%;
	}
}
.main.opencampus h2 {
	color: #fff !important;
}
.main.opencampus .anchor .container {
	padding: 0 !important;
}
.main.opencampus table th {
	color: #006c54 !important;
	font-weight: bold !important;
	vertical-align: middle !important;
	border: 1px solid #ddd !important;
	background: #efefef !important;
}
.main.opencampus table td {
	border: 1px solid #ddd !important;
}
.main.opencampus .oc_schedule th {
	text-align: center !important;
}
.main.opencampus .reason .kv {
	position: relative;
	background: url('../../../dist/images/opencampus/renewal/kv.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
@media only screen and (max-width: 640px) {
	.main.opencampus .reason .kv {
		background: url('../../../dist/images/opencampus/renewal/kv-sp.jpg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		min-height: 400px !important;
	}
}
.main.opencampus .reason .kv::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
	z-index: 1;
	pointer-events: none;
}
.main.opencampus .reason .kv h1 {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 2;
	padding-left: 8.085106383%;
	color: #fff;
	font-size: 1.75rem;
	font-weight: bold;
}
.main.opencampus .reason .kv h1 span {
	display: block;
	font-size: 15px;
	line-height: 1;
}
.main.opencampus strong {
	color: #006c54;
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
	.main.opencampus strong {
		font-size: 13px;
	}
	.farm > h3 {
		font-size: 15px !important;
	}
}
.main.opencampus .bus-timetable-sp {
	margin-bottom: 1rem;
}
.main.opencampus .bus-timetable-sp:last-of-type {
	margin-bottom: 0;
}
.main.opencampus .bus-timetable-sp summary {
	position: relative;
	list-style: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: flex;
	align-items: center;
}
.main.opencampus .bus-timetable-sp summary::before {
	width: 16px;
	height: 2px;
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 15px;
	display: inline-block;
	background: #fff;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.main.opencampus .bus-timetable-sp summary::after {
	width: 2px;
	height: 16px;
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 22px;
	display: inline-block;
	background: #fff;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.main.opencampus .bus-timetable-sp[open] summary::after {
	height: 0;
}
.main.opencampus .bus-timetable-sp summary::marker {
	content: "";
	display: none;
	font-size: 0; 
	visibility: hidden; 
	width: 0; 
	height: 0;
}
.main.opencampus .bus-timetable-sp summary::-webkit-details-marker {
	display: none;
	content: none;
}
.main.opencampus .bus-timetable-sp .bus-root {
	background-color: #006c54;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 40px 10px 10px;
	text-align: left;
	line-height: 1.4;
}
.main.opencampus .bus-timetable-sp .bus-root.kenpoku {
	background-color: #ed8494;
}
.main.opencampus .bus-timetable-sp .bus-root.aizu {
	background-color: #a9cf52;
}
.main.opencampus .bus-timetable-sp .bus-root.iwaki {
	background-color: #68a5d9;
}
.main.opencampus .bus-timetable-sp .bus-info {
	padding-top: 1rem;
	width: 70%;
	margin: auto;
}
.program_flex {
	display: flex;
	margin-bottom: 20px;
}
table th, table td {
	padding: 5px;
}
@media only screen and (max-width: 640px) {
	.main.opencampus .reason .kv {
		min-height: 150px;
	}
	.main.opencampus .reason .kv h1 {
		font-size: 4.8vw;
	}
	.main.opencampus strong {
		font-size: 14px;
	}
	.program_flex {
		display: block;
	}
	.formbtn a {
		line-height: 1.4 !important;
	}
}
.main.opencampus .bg-gray {
	background-color: #f8f8f8;
}
.main.opencampus .padding-top-20 {
	padding: 20px 20px 10px 20px !important;
}
.main.opencampus .padding-16 {
	padding: 16px 40px 16px 16px !important;
	font-size: 22px !important;
}
.main.opencampus .gradient-bg {
	background: linear-gradient(to right, rgb(59, 154, 133), rgb(0, 209, 105));
}
@media only screen and (max-width: 640px) {
	.main.opencampus .padding-16 {
		padding: 10px 40px 10px 10px !important;
		font-size: calc(14 / 3.75 * 1vw) !important;
		letter-spacing: 0;
	}
	.main.opencampus .farm-half {
		margin-bottom: 1rem;
	}
}
.main.opencampus .txt-bigger {
	font-size: 1.5rem;
	font-weight: bold;
}
@media only screen and (max-width: 640px) {
	.main.opencampus .txt-bigger {
		font-size: 4.2666666667vw;
	}
}
@media only screen and (max-width: 960px) {
	#BCL + * {
		margin-top: 20px !important;
	}
}



main.opencampus .year{
	margin-top: 40px;
	position: relative;
}
main.opencampus .year span{
	background-color: #fff;
	position: relative;
	padding: 5px 10px;
	box-sizing: border-box;
	color: #006c54;
	font-size: 1.2rem;
	font-weight: bold;
}
main.opencampus .color02 .year span{
	color: #3ca5d2;
}
main.opencampus .year::before{
	content: "";
	width: 100%;
	height: 2px;
	background-color: #006c54;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
main.opencampus .color02 .year::before{
	background-color: #3ca5d2;
}
main.opencampus .highschool-contents section.sec03 .days-list{
	flex-wrap: wrap;
	gap: 0;
	justify-content: flex-start;
	margin: 40px 40px 0;
}
main.opencampus .highschool-contents section.sec03 .days-list li{
	width: calc(100%/7 - 30px);
	margin: 0 15px 30px;
}

@media only screen and (max-width: 640px) {
	main.opencampus .highschool-contents section.sec03 .days-list{
		margin: 20px 0 0;
	}
	main.opencampus .highschool-contents section.sec03 .days-list li{
		width: calc(100% / 4 - 30px);
	}
}

/* sec03 日程：2026年・2027年の li を通しで見て 8 枚目以降を折りたたみ（JS で .days-accordion__extra を付与） */
main.opencampus .highschool-contents section.sec03 .days-accordion .days-list li.days-accordion__extra{
	overflow: hidden;
	min-height: 0;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	-webkit-transition: max-height 0.42s ease, opacity 0.26s ease, margin 0.28s ease, visibility 0.26s ease, width 0.32s ease, padding 0.28s ease, -webkit-flex 0.32s ease, flex 0.32s ease, -webkit-transform 0.34s ease;
	        transition: max-height 0.42s ease, opacity 0.26s ease, margin 0.28s ease, visibility 0.26s ease, width 0.32s ease, padding 0.28s ease, -webkit-flex 0.32s ease, flex 0.32s ease, transform 0.34s ease;
}
main.opencampus .highschool-contents section.sec03 .days-accordion .days-list li.days-accordion__extra img{
	display: block;
	width: 100%;
	height: auto;
	vertical-align: top;
}
main.opencampus .highschool-contents section.sec03 .days-accordion:not(.is-expanded) .days-list li.days-accordion__extra{
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	margin: 0;
	padding: 0;
	width: 0 !important;
	min-width: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 0;
	    -ms-flex: 0 0 0;
	        flex: 0 0 0;
	pointer-events: none;
	-webkit-transform: translate3d(0, 24px, 0);
	        transform: translate3d(0, 24px, 0);
}
main.opencampus .highschool-contents section.sec03 .days-accordion.is-expanded .days-list li.days-accordion__extra{
	max-height: 2000px;
	opacity: 1;
	visibility: visible;
	width: calc(100%/7 - 30px) !important;
	margin: 0 15px 30px;
	pointer-events: auto;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	/* 開く：枠・高さ・余白は即フルサイズ／見え方は opacity ＋ 下からの transform のみ */
	-webkit-transition: max-height 0s, margin 0s, padding 0s, visibility 0s, width 0s, -webkit-flex 0s, flex 0s, opacity 0.42s ease, -webkit-transform 0.52s cubic-bezier(0.22, 1, 0.36, 1);
	        transition: max-height 0s, margin 0s, padding 0s, visibility 0s, width 0s, flex 0s, opacity 0.42s ease, transform 0.52s cubic-bezier(0.22, 1, 0.36, 1);
}
@media only screen and (max-width: 640px) {
	main.opencampus .highschool-contents section.sec03 .days-accordion.is-expanded .days-list li.days-accordion__extra{
		width: calc(100% / 4 - 30px) !important;
	}
}
/* 折りたたみ時、その年の li が1枚も出ていないとき直前の .year 見出しも畳む（JS で付与） */
main.opencampus .highschool-contents section.sec03 .days-accordion p.year.days-accordion__year--hidden-when-collapsed{
	overflow: hidden;
	-webkit-transition: max-height 0.45s ease, opacity 0.35s ease, margin 0.35s ease, visibility 0.35s ease;
	        transition: max-height 0.45s ease, opacity 0.35s ease, margin 0.35s ease, visibility 0.35s ease;
}
main.opencampus .highschool-contents section.sec03 .days-accordion:not(.is-expanded) p.year.days-accordion__year--hidden-when-collapsed{
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	margin-top: 0;
	margin-bottom: 0;
	pointer-events: none;
}
main.opencampus .highschool-contents section.sec03 .days-accordion.is-expanded p.year.days-accordion__year--hidden-when-collapsed{
	max-height: 120px;
	opacity: 1;
	visibility: visible;
	margin-top: 40px;
	margin-bottom: 0;
}
/* 同上：非表示だけの .days-list 自体のマージン・ギャップを打ち消す */
main.opencampus .highschool-contents section.sec03 .days-accordion .days-list.days-accordion__list--all-extra{
	-webkit-transition: margin 0.4s ease, gap 0.4s ease, min-height 0.4s ease;
	        transition: margin 0.4s ease, gap 0.4s ease, min-height 0.4s ease;
}
main.opencampus .highschool-contents section.sec03 .days-accordion:not(.is-expanded) .days-list.days-accordion__list--all-extra{
	margin: 0;
	gap: 0;
	min-height: 0;
}
main.opencampus .highschool-contents section.sec03 .days-accordion .day-open,
main.opencampus .highschool-contents section.sec03 .days-accordion .day-close{
	cursor: pointer;
	text-align: center;
	position: relative;
	margin: auto;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: max-height 0.42s ease, opacity 0.35s ease, margin 0.35s ease;
	        transition: max-height 0.42s ease, opacity 0.35s ease, margin 0.35s ease;
	background-color: #256d54;
	font-weight: bold;
	padding: 8px 5px;
	box-sizing: border-box;
}
main.opencampus .highschool-contents section.sec03 .days-accordion.color02 .day-open,
main.opencampus .highschool-contents section.sec03 .days-accordion.color02 .day-close{
	background-color: #3ca5d2;
}
main.opencampus .highschool-contents section.sec03 .days-accordion .day-open span,
main.opencampus .highschool-contents section.sec03 .days-accordion .day-close span{
	position: relative;
	padding-right: 30px;
	box-sizing: border-box;
}
main.opencampus .highschool-contents section.sec03 .days-accordion .day-open span::before,
main.opencampus .highschool-contents section.sec03 .days-accordion .day-open span::after,
main.opencampus .highschool-contents section.sec03 .days-accordion .day-close span::before,
main.opencampus .highschool-contents section.sec03 .days-accordion .day-close span::after{
	content: "";
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 14px;
	height: 2px;
	background: #fff;
	border-radius: 1px;
}
main.opencampus .highschool-contents section.sec03 .days-accordion .day-open span::before{
	-webkit-transform: translateY(-50%) rotate(90deg);
	        transform: translateY(-50%) rotate(90deg);
}
main.opencampus .highschool-contents section.sec03 .days-accordion .day-close span::before{
	opacity: 0;
}
main.opencampus .highschool-contents section.sec03 .days-accordion .day-open p,
main.opencampus .highschool-contents section.sec03 .days-accordion .day-close p{
	margin: 0;
	color: #fff;
	font-weight: bold;
}
main.opencampus .highschool-contents section.sec03 .days-accordion:not(.is-expanded) .day-close{
	max-height: 0;
	opacity: 0;
	margin-top: 0;
	margin-bottom: 0;
	pointer-events: none;
}
main.opencampus .highschool-contents section.sec03 .days-accordion.is-expanded .day-open{
	max-height: 0;
	opacity: 0;
	margin-top: 0;
	margin-bottom: 0;
	pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
	main.opencampus .highschool-contents section.sec03 .days-accordion .days-list li.days-accordion__extra,
	main.opencampus .highschool-contents section.sec03 .days-accordion p.year.days-accordion__year--hidden-when-collapsed,
	main.opencampus .highschool-contents section.sec03 .days-accordion .days-list.days-accordion__list--all-extra,
	main.opencampus .highschool-contents section.sec03 .days-accordion .day-open,
	main.opencampus .highschool-contents section.sec03 .days-accordion .day-close{
		-webkit-transition: none !important;
		        transition: none !important;
	}
}
/* 通算 7 枚以下のときはトグルを出さない（JS で .days-accordion--has-extra を付与） */
main.opencampus .highschool-contents section.sec03 .days-accordion:not(.days-accordion--has-extra) .day-open,
main.opencampus .highschool-contents section.sec03 .days-accordion:not(.days-accordion--has-extra) .day-close{
	display: none !important;
}



main.opencampus .highschool-contents section .voice_college_ttl{
	margin: 80px auto auto;
	text-align: center;
}
main.opencampus .highschool-contents section .voice_college_ttl img{
	max-width: 450px;
}
@media only screen and (max-width: 640px){
	main.opencampus .highschool-contents section .voice_college_ttl{
		margin: 40px auto auto;
	}
}




main.opencampus .oc-link{
	margin: 30px auto;
}
main.opencampus .oc-link a{
	max-width: 300px;
	margin: auto;
	background-color: #49c785;
	color: #fff;
	text-align: center;
	padding: 5px 40px;
	position: relative;
	box-shadow: 0 0 5px rgba(153,153,153,.5);
	display: block;
	border-radius: 50px;
	text-decoration: none;
}
main.opencampus .oc-link a::after{
	content: "";
	display: block;
	background-image: url(../img/opencampus/arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	transition: all .5s;
}
main.opencampus .oc-link a:hover::after{
	right: 5px;
}
main.opencampus .mini{
	
}







