@charset "utf-8";

/* top image */
.top-image-lg {
	height: 350px;
	background:#ddd url("/assets/image/project/top_image_lg.jpg") no-repeat center center;
	background-size:cover;
}
.top-image-sm {
	height: 350px;
	background:#ddd url("/assets/image/project/top_image_sm.jpg") no-repeat center center;
	background-size:cover;
}

.slogan-title {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	line-height: 100%;
	text-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}
.top-image-sm > .top-body > .slogan-title {
	font-size: 32px!important;
}
.top-image-sm > .top-body > .slogan-text {
	font-size: 80%!important;
}
.slogan-text {
	color: #ffffff;
	text-shadow:
		 0px -1px 0 #000000, /* 上　 */
		 1px -1px 0 #000000, /* 右上 */
		 1px  0   0 #000000, /* 右　 */
		 1px  1px 0 #000000, /* 右下 */
		 0px  1px 0 #000000, /* 下　 */
		-1px  1px 0 #000000, /* 左下 */
		-1px  0px 0 #000000, /* 左　 */
		-1px -1px 0 #000000  /* 左上 */
	;
	background-color: rgba(0, 0, 0, 0.25);
	border-radius: .25rem;
}
.top-image-lg > .top-body > .slogan-text {
	width: fit-content;
}

/* contents */
.card-shiny {
	text-decoration: none;
}
.card-shiny:hover {
	border: 1px solid #f19d09;
	opacity: 0.6;
	transition-duration: 0.3s;
}
.card-img-top {
	height: 110px;
}
.card-title {
	color: #000;
	font-size: 13px;
}
.fa-newspaper {
	color: #f19d09;
}
