@import url(reset.css);
@import url(base.css);
@import url(common.css);

img {
	max-width: 100%;
}
#mainimg.clife {
	background: url("../image/campuslife/top/main_bg.jpg") center center no-repeat;
	background-size: cover;
}

.spIn {
	display: none;
}

#container .topback.lng {
	margin: 0;
}

#container .topback.lng a {
	width: auto;
	background: url("../image/common/arrow01.png") 97% center no-repeat;
	padding: 15px 50px 15px 40px;
}

#pointPage {
	margin-bottom: 50px;
}

.pointFlex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #d4cce3;
}

.pointFlex.mb0 {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}


.pointFlex.fxReverse {
	flex-direction: row-reverse;
}

.pointImg {
	flex-shrink: 0;
	margin:0 0 0 30px;
	display: flex;
}

.fxReverse .pointImg {
	margin:0 30px 0 0;
}

.pointImg li {
	width: 250px;
}

.pointImg li:nth-child(n + 2) {
	margin-left: 20px;
}

.pointTitle {
	font-size: 1.4em;
	line-height: 1.2;
	margin-bottom: 15px;
	position: relative;
	padding: 10px 0 5px 30px;
}

.pointTitle span {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #c4bad6;
	font-size: 2.8em;
	line-height: 1.0;
	z-index: -1;
}
.purpleLink {
	color: #53488f !important;
	text-decoration: underline !important;
}
.purpleLink:hover {
	text-decoration: none !important;
}


@media screen and (max-width: 768px){
	
	#mainimg.clife {
		background: url("../image/campuslife/top/main_bg.jpg") center center no-repeat;
		background-size: auto 100%;
	}
	
	
}

@media screen and (max-width: 767px){

	.spIn {
		display: inline;
	}
	
	.p_title {
		line-height: 1.2 !important;
	}
	

	.pointFlex {
		display: block;
	}

	
	.pointImg {
		text-align: center;
		margin: 30px 0 0;
		display: block;
	}

	.fxReverse .pointImg {
		margin:30px 0 0;
	}
	
	.pointImg li {
		width: auto;
	}

	.pointImg li:nth-child(n + 2) {
		margin-left: 0;
		margin-top: 20px;
	}
	
	
}