@charset "utf-8";

.college {
	padding: 135px 0 125px;
}

.college_list > ul > li {
	margin-bottom: 68px;
	border-top: 2px solid #01604d;

}

.college_list > ul:last-child > li:last-child {
	margin-bottom: 0;
}

.college_list h3 {
	font-size: 2.8rem;
	line-height: 1;
	color: #01604d;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 35px;
}

.college_lBox {
	padding-top: 52px;
	display: grid;
	grid-template-columns: 293fr 257fr;
}

.college_lBox a {
	font-size: 2rem;
	color: #30302f;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: underline;
}
.college_lBox_items{
	margin-bottom: 18px;
}
.college_lBox_items:nth-last-of-type(-n+2){
	margin-bottom: 0;
}

.college_lBox a:hover {
	color: #92b103;
}

@media only screen and (max-width: 1100px) {
	.college_list h3 {
		font-size: 2.6rem;
	}

	.college_lBox a {
		font-size: 1.8rem;
	}
}

@media only screen and (max-width: 1024px) {
	.college {
		padding: 80px 0 80px;
	}

	.college_list h3 {
		font-size: 2.4rem;
		margin-bottom: 30px;
	}

	.college_lBox a {
		font-size: 1.6rem;
	}
}

@media only screen and (max-width: 860px) {
	.college_list h3 {
		font-size: 2.2rem;
	}

	.college_lBox a {
		font-size: 1.4rem;
	}
}

@media only screen and (max-width: 768px) {
	.college_list h3 {
		font-size: 1.8rem;
		margin-bottom: 28px;
	}

	.college_lBox {
		padding-top: 40px;
		grid-template-columns: auto;
	}

	.college_list > ul > li {
		margin-bottom: 40px;
	}
	.college_lBox_items:nth-of-type(n){
		margin-bottom: 18px;
	}
	.college_lBox_items:last-of-type{
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 480px) {

	.college_list h3 {
		margin-bottom: 24px;
	}

	.college_lBox {
		padding-top: 25px;
	}

	.college_list > ul > li {
		margin-bottom: 30px;
	}

}