@charset "UTF-8";


#campuslife {
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 100px;
}

#main2 .let1 {
	position: absolute;
	top: 68px;
	right: 20px;
	width: 515px;
}

.yschdule {
	margin-top: 50px;
}

.yschdule li {
	background: #81CDE4;
	margin-top: 1px;
	border-radius: 10px 0 0 10px;
	display: flex;
	padding: 10px;
	align-items: center;
	color: #fff;
}
.yschdule li:nth-child(even) {
	background: #A2E2FF;
}

.yschdule li .thum {
	width: 150px;
}

.yschdule li .thum img {
	border-radius: 10px;
}

.yschdule li .month {
	width: 106px;
	border-right: 1px solid #fff;
	padding: 0 10px;
	margin-right: 30px;
}

.students li {
	margin-bottom: 80px;
}

.students li dl {
	display: flex;
	justify-content: space-between;
}
.students li dt {
	width: 330px;
	font-size: 2rem;
	line-height: 1.75;
	font-weight: bold;
	color: #81CDE4;
}
.students li dt span {
	font-size: 1.5rem;
}
.students li dt img {
	border-radius: 10px;
	margin-bottom: 10px;
}
.students li dd {
	width: 480px;
}
.students li dd h4 {
	font-size: 2rem;
	line-height: 1.75;
	margin-top: 0;
	margin-bottom: 20px;
}


.coursedl {
	display: flex;
	justify-content: space-between;
	margin: 10px 0 40px;
}

.coursedl dt {
	width: 400px;
}
.coursedl dd {
	width: 400px;
}
.coursedl dd h5 {
	margin-top: 0;
	margin-bottom: 10px;
}

.coursedl img {
	border-radius: 5px;
}



/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
@media screen and (max-width: 768px) {




#campuslife {
	width: 86%;
	padding-top: 40px;
	padding-bottom: 50px;
}

#main2 .let1 {
	position: absolute;
	top: 80px;
	right: 0;
	width: 250px;
}


.yschdule {
	margin: 0 calc(50% - 50vw) 0 auto;
	width: 92vw;
	position: relative;
}

.yschdule li {
	position: relative;
	display: block;
}

.yschdule li .thum {
	position: absolute;
	top: 10px;
	right: 10px;
}

.yschdule li .month {
	width: 120px;
	border-right: none;
	padding: 0 10px;
	margin-right: 0;
	margin-bottom: 10px;
}

.students li {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #80CBE2;
}
.students li dl {
	display: block;
}
.students li dt {
	width: 100%;
	margin-bottom: 20px;
}
.students li dt div {
	text-align: center;
}
.students li dt img {
	width: 80%;
}
.students li dd {
	width: 100%;
}




.coursedl {
	display: block;
	margin: 10px 0 40px;
}

.coursedl dt {
	width: 100%;
}
.coursedl dd {
	width: 100%;
}
.coursedl dd h5 {
	margin-top: 10px;
}



}
