/* CSS Document */

#Contents .inner #mainContents .col_2_4 {
	display: block;
	margin-bottom: 1.5em;
	text-decoration: none;
	color: #303030;
	border-bottom: 1px solid rgb(228,242,255);
	padding: 1em 1em 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: -webkit-linear-gradient(270deg,rgba(228,242,255,1.00) 0%,rgba(255,255,255,1.00) 55%);
	background-image: linear-gradient(180deg,rgba(228,242,255,1.00) 0%,rgba(255,255,255,1.00) 55%);
}
#Contents .inner #mainContents .col_2_4:hover {
	opacity: 0.7;
}
#Contents .inner #mainContents .col_2_4 .ttl {
	font-weight: bold;
	color: #1769ba;
}

#Contents .inner #mainContents .col_2_4 .ttl::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f152";
	margin-right: 0.3em;
}
@media screen and (max-width: 639px) {
}
