/*------------------------
 * c-template
 *------------------------*/
.c-template {
}

.c-template .c-title01 {
	width:100%;
	padding:10px;
	margin-top:20px;
	background-image: linear-gradient( 180deg, #ff434a 0%, #f00007 100% );
}
.c-template .c-title02 {
	width:100%;
	padding:10px 10px;
	margin-top:20px;
	background:#ffeded;
}

.c-template__item {
	display:flex;
	gap: 1% 1%;
	flex-wrap:wrap;
}
.c-template__item li {
	max-width:32.6%;
	border: 2px solid #d6d6d6;
}
.c-template__item li a {
	font-weight:bold;
	padding: 10px;
	display:flex;
	text-decoration:none;
	background:url("/img/template/template_bg.png") #820000;
	background-size:contain;
	background-repeat: no-repeat;
	color:#fff;
}
.c-template__item li a:hover {
	opacity: 0.5;
}
.c-template__item li a img{
	height:50px;
	width:50px;
}
.c-template__item li a h3{
	font-size:14px;
	line-height:16px;
	padding:0px 5px;
	width:100%;
}
