@charset "shift_jis";


.kouza_box {
	background: #f2f2f2;
	border-radius: 10px;
	padding: 0 2rem 2rem 2rem;
}

/*スマホ*/
@media screen and (max-width:767px) {
	.kouza_box {
		padding: 0 1rem 1rem 1rem;
	}
}

h2 span.ttl_sub {
	font-size: 1.0rem;
}

/*スマホ*/
@media screen and (max-width:767px) {
	h2 span.ttl_sub {
		font-size: 0.9rem;
		line-height: 1.4;
		display: inline-block;
		padding: 5px 0;
	}
}

.kouza_box h3 {
	border-bottom: none;
	border-left: solid 10px #82bf56;
	line-height: 1.0;
}

.kouza_box p {
	margin: 0 0 1.2em;
}

.text_Area {
	border: 5px solid #dbdbdb;
	padding: 2rem;
	margin: 30px 0;
}

/*スマホ*/
@media screen and (max-width:767px) {
	.text_Area {
		padding: 1rem;
	}

	.text_box img {
		width: 50px;
		height: auto;
	}

}

.text_box {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
}

.text_Area h3 {
	margin-top: 0;
}

ul.text_list li {
	text-indent: -2.5em;
	padding-left: 2.5em;
	margin-bottom: 1rem;
}

ul.text_list li:last-child {
	margin-bottom: 0;
}

.link_Area {
	background-color: #d9d9d9;
	padding: 2rem;
	font-size: 1.3rem;
	text-align: center;
	background-image: url(/univ/kouza/images/bg_box01_body.gif);
}


/*スマホ*/
@media screen and (max-width:999px) {
	.link_Area {
		padding: 1rem;
		font-size: 1.2rem;
	}
}


.link_Area a {
	background-color: #f2f2f2;
	background: linear-gradient(to bottom, #fff 0%, #f3f5f6 66%, #d7dee3 93%, #f5f7f9 100%);
	border: 1px solid #f2f2f2;
	padding: 1.5rem 1rem 1.5rem 2rem;
	border-radius: 10px;
	color: #444;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	height: 100%;
	box-sizing: border-box;
	box-shadow: 0px 5px 5px 1px rgb(137 137 137 / 46%);
	transition: background-color 1s;
	position: relative;
}

.link_Area a:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 2%;
	background-image: url(/univ/kouza/images/ic_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	/* これを追加！ */
	height: 30px;
	width: 30px;
}

@media screen and (max-width: 767px) {
	.link_Area a:after {
		height: 20px;
		width: 20px;
	}
}

.link_Area a:hover {
	background-color: #a3da7a;
	background: linear-gradient(to bottom, #d7dee3 0%, #d7dee3 36%, #e5ebee 73%, #f6f8f9 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	box-shadow: none;
	text-decoration: none;
	color: #999;
}


/*スマホ*/
@media screen and (max-width:767px) {
	.link_Area a {
		width: 100%;
		padding: 11px;
	}
}


.link_Area a .inner {
	display: block;
	line-height: 1.2;
}

/*スマホ*/
@media screen and (max-width: 999px) {
	.link_Area a .inner {
		line-height: 1.2;
		font-size: 16px;
	}
}

.link_Area a .inner .small {
	font-size: 0.75rem;
}

/*スマホ*/
@media screen and (max-width:767px) {

	.link_Area a .inner .small {
		font-size: 0.65rem;
		display: inline-block;
		margin-top: 5px;
		line-height: 1.2;
	}

}

.groupNav {
	padding: 0.7em 0;
	border: 3px solid #c9e5b4;
	border-radius: 10px;
	background: #f8fcf5;
}

.groupNav:after {
	content: "";
	clear: both;
	display: block;
}

.groupNav li {
	float: left;
	text-indent: 0;
	padding-left: 1.5em !important;
}

.groupNav li {
	width: auto;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

ul.groupNav a {
	color: #23b553;
}

.tLink-a {
	position: relative;
	display: block;
	padding-left: 20px;
	background: none;
}

.tLink-a:before {
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 2px;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 5px;
}


/*------------
余白調整
------------*/
.mgL20 {
	margin-left: 20px;
}