@charset "utf-8";

/*----------------------------------------------------
	共通教育（共通教育とは）
----------------------------------------------------*/

.cArticle {
	font-size: 100%;
	line-height: 1.7;
	color: #333333;
}

.imgYears {
	margin: 0 0 20px 0;
}

.imgStudy {
	margin: 20px 0 0 0;
}

.headlineBox {
	margin: 0 0 40px 0;
	padding: 0 0 0 20px;
}

h6.common {
	background: url(../img/charm/bg_sakura.svg) no-repeat;
	padding: 5px 0px 0px 20px;
	font-size: 20px;
	color: #90c31f;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	min-height: 67px;
	margin-bottom: 10px;
}

h6.common span {
	font-size: 14px;
	font-weight: normal;
	display: block;
	color: #333333;
}



.textImgWrapper {
	margin: 0 0 20px 0;
}

.textBox {
	width: 61%;
	float: left;
}

.imgBox {
	width: 240px;
	float: right;
}

.catch {
	font-size: 16px;
}

article .container section ._post-btn {
	display: inline-block;
	padding: 1em;
	margin: 0 auto;
	color: #fff;
	text-decoration: none !important;
	background-color: #CC3B53;
	border-radius: 10px;
	border: 1px solid #fff;
	transition: .2s ease-in;
}

article .container section ._post-btn:visited {
	color: #fff;
}

article .container section ._post-btn:hover {
	background-color: #fff;
	color: #CC3B53;
	border: 1px solid #CC3B53;
}

@media screen and (max-width:479px) {
	.textBox {
		width: 100%;
		float: left;
		margin-bottom: 10px;
	}

	.imgBox {
		width: 240px;
		float: none;
		margin: auto;
		margin-bottom: 30px;
	}

	.catch {
		font-size: 14px;
	}
}
