/* 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;
	/*
	position: absolute;
	top: 50%;
left: 15px;
-webkit-transform: translate(0px, -50%);
transform: translate(0px, -50%);
	*/
}



#Contents .inner #mainContents .stocksButton {
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	background-color: #0052a4;
	padding: 0.7em 3em;
	text-decoration: none;
	margin-left: 0.5em;
	margin-right: 0.5em;
	position: relative;
}
#Contents .inner #mainContents .stocksButton::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f201";
	margin-right: 0.3em;
	/*
	position: absolute;
	top: 50%;
left: 15px;
-webkit-transform: translate(0px, -50%);
transform: translate(0px, -50%);
	*/
}


#Contents .inner #mainContents .stocksButton:hover {
	opacity: 0.7;
}
@media screen and (max-width: 639px) {
/**標準ボタン**/
#Contents .inner #mainContents .stocksButton {
	font-size: 16px;
}
}
