

/*-------------------------------
    テンプレートダウンロード
-------------------------------*/

/**/
.templateCont .templateList{
    margin: 40px auto;
	border-top: 1px solid #333;
}
.templateCont .templateList > dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	border-bottom: 1px solid #333;
}
.templateCont .templateList > dl dt{
	width: 45%;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 0.08em;
}
.templateCont .templateList > dl dt span{
	display: inline-block;
	background-color: #ccc;
	color: #fff;
	padding: 3px 15px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
}
.templateCont .templateList > dl.normal span{
	background-color: #ff0000;
}
.templateCont .templateList > dl.slender span{
	background-color: #0057e8;
}

.templateCont .templateList > dl dd{
	width: 50%;
	padding: 0 40px;
	border-left: 5px solid #e8e8e8;
}
.templateCont .templateList > dl dd ul{
	width: 300px;
}
.templateCont .templateList > dl dd ul li{
	margin: 10px 0;
}
.templateCont .templateList > dl dd ul li a{
	display: block;
	padding: 15px;
	font-size: 20px;
	text-align: center;
	position: relative;
}
.templateCont .templateList > dl dd ul li a:after{
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-position:center;
	position: absolute;
}

.templateCont .templateList > dl dd ul li.download a{
	background-color: #04ac00;
	color: #fff;
	padding-right: 40px;
	font-weight: bold;
}
.templateCont .templateList > dl dd ul li.download a:after{
	width: 30px;
	height: 30px;
	background-image: url(../../../_images/order/icon_download.gif);
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.templateCont .templateList > dl dd ul li.caution a{
	border: 1px solid #ff0303;
	color: #ff0303;
	padding-right: 15px;
}
.templateCont .templateList > dl dd ul li.caution a:hover{
	background-color: #ffdddd;
}
.templateCont .templateList > dl dd ul li.caution a:after{
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 12px solid #ff0303;
	right: 10px;
	top: 5px;
	bottom: 0;
	margin: auto;
}


/*----*/
.templateCont .templateCaution{
    margin: 40px auto;
}
.templateCont .templateCaution h3{
	background-color: #e7f6ff;
	margin-bottom: 20px;
	padding: 10px 0;
	font-size: 20px;
	text-align: center;
	line-height: 1.5em;
	border-bottom: 1px solid #00a2ff;
}
.templateCont .templateCaution .caution{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.templateCont .templateCaution .caution dl{
	width: 530px;
}
.templateCont .templateCaution .caution dl dt {
	color: #00a2ff;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
}

/**/
.templateCont .templateCaution .patternBox{
    margin: 40px auto;
}

.templateCont .templateCaution .patternBox h4{
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8em;
	border-bottom: 1px solid #00a2ff;
}

.templateCont .templateCaution .patternBox ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 10px 10px 20px;
}

.templateCont .templateCaution .patternBox > div.textBox{
	background-color: #e8e8e8;
	padding: 15px;
}



@media screen and (max-width: 768px) {
	/**/
	.templateCont .templateList{
		width: 95%;
	}

	.templateCont .templateList > dl{
		padding: 15px;
		border-bottom: 1px solid #333;
	}
	.templateCont .templateList > dl dt{
		width: 100%;
		font-size: 22px;
		text-align: center;
	}
	.templateCont .templateList > dl dt span{
		font-size: 18px;
	}
	
	.templateCont .templateList > dl dd{
		width: 100%;
		padding: 0;
		border-left: none;
		border-top: 5px solid #e8e8e8;
	}
	.templateCont .templateList > dl dd ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
	}
	.templateCont .templateList > dl dd ul li{
		width: 48%;
	}
	.templateCont .templateList > dl dd ul li a{
		font-size: 20px;
	}
	
	.templateCont .templateList > dl dd ul li.download a{
		padding-right: 40px;
	}
	
	.templateCont .templateList > dl dd ul li.caution a{
		padding-right: 30px;
	}

	
	/*----*/
	.templateCont .templateCaution{
		margin: 40px auto;
	}
	.templateCont .templateCaution h3{
		font-size: 20px;
	}
	.templateCont .templateCaution .caution{
		width: 95%;
		margin: 0 auto 30px;
	}
	.templateCont .templateCaution .caution dl{
		width: 53%;
	}
	.templateCont .templateCaution .caution dl dt {
		font-size: 18px;
	}
	.templateCont .templateCaution .caution div{
		width: 45%;
	}
	
	/**/
	.templateCont .templateCaution .patternBox{
		width: 95%;
	}
	
	.templateCont .templateCaution .patternBox ul{
		margin: 10px 0 20px;
	}
	.templateCont .templateCaution .patternBox ul li{
		width: 48%;
	}
	
	.templateCont .templateCaution .patternBox > div.textBox{
		width: 100%;
		margin: 0;
	}
}

@media screen and (max-width: 480px) {
	/**/
	.templateCont .templateList > dl dt{
		font-size: 20px;
	}
	.templateCont .templateList > dl dt span{
		font-size: 16px;
	}
	
	.templateCont .templateList > dl dd ul li{
		width: 100%;
	}
	.templateCont .templateList > dl dd ul li a{
		font-size: 18px;
	}
	
	/*----*/
	.templateCont .templateCaution{
		margin: 40px auto;
	}
	.templateCont .templateCaution h3{
		font-size: 20px;
	}
	.templateCont .templateCaution .caution{
		width: 95%;
		margin: 0 auto 30px;
	}
	.templateCont .templateCaution .caution dl{
		width: 100%;
		margin-bottom: 15px;
	}
	.templateCont .templateCaution .caution div{
		width: 100%;
	}
	
	/**/
	
	.templateCont .templateCaution .patternBox ul li{
		width: 100%;
	}
}

