@charset "utf-8";
/* CSS Document */
body {
	color: #1c1c1c;
}

.order_cont *{ box-sizing: border-box;}


/*-----------------------------------------------------------------
【マスク】データ作成・仕上がりのご注意点
-----------------------------------------------------------------*/

/*---アンカーリンク---*/
.order_cont .pageAnchor{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 30px auto 50px;
}
.order_cont .pageAnchor li{
	width: 40%;
	margin: 0 15px;
}
.order_cont .pageAnchor li a{
	display: block;
	color: #fff;
	padding: 25px 20px 30px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.order_cont .pageAnchor li a:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top: 8px solid #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2px;
	margin: auto;
}

.order_cont .pageAnchor li.btn_finish a{
	background-color: #ff0000;
	box-shadow: 0 4px 0 #940000;
}
.order_cont .pageAnchor li.btn_make a{
	background-color: #3078cd;
	box-shadow: 0 4px 0 #083366;
}

.order_cont .pageAnchor li a:hover{
	box-shadow: none;
	transform: translate3d(0, 4px, 0);
}

/*---注意点---*/
.order_cont .cautionBox{
	width: 700px;
	margin: 20px auto 40px;
	padding: 20px;
	background-color: #f4f4f4;
}
.order_cont .cautionBox h3{
	color: #0b4fcc;
	margin-bottom: 20px;
	padding: 5px;
	font-size: 18px;
	text-align: center;
	border-top: 1px solid #0b4fcc;
	border-bottom: 1px solid #0b4fcc;
}
.order_cont .cautionBox h3 + p{
	margin-bottom: 30px;
}


.order_cont .cautionBox section h4{
	color: #0b4fcc;
	margin-bottom: 20px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}
.order_cont .cautionBox section h4:before{
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	border-top: 7px solid #6b98ea;
	border-right: 7px solid #6b98ea;
	border-bottom: 7px solid #0b4fcc;
	border-left: 7px solid #0b4fcc;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/*テンプレートリンク*/
.order_cont .templateLink{
	margin: 20px 0;
}
.order_cont .templateLink a{
	display: block;
	background-color: #1ba649;
	color: #fff;
	width: 90%;
	margin: auto;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-right: 20px;
	position: relative;
}
.order_cont .templateLink a:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left: 10px solid #fff;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.order_cont .templateLink a:hover{
	opacity: 0.6;
}


/*注意点リスト*/
.order_cont .cautionBox div.cautionInner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
	position: relative;
}
.order_cont .cautionBox div.cautionInner:after{
	content: "";
	display: block;
	width: 90%;
	height: 1px;
	background-color: #a4a4a4;
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
	margin: auto;
}

.order_cont .cautionBox div.cautionInner:last-child{
	margin-bottom: 10px;
}
.order_cont .cautionBox div.cautionInner:last-child:after{
	display: none;
}


.order_cont .cautionBox div.cautionInner dl{
	width: 310px;
}
.order_cont .cautionBox div.cautionInner dl span{
	color: #ff0000;
}
.order_cont .cautionBox div.cautionInner dl dt{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
}
.order_cont .cautionBox div.cautionInner dl dt:after{
	content: "";
	display: block;
	width: 100px;
	height: 4px;
	background-color: #0b4fcc;
	position: absolute;
	left: 0;
	bottom: 0;
}
.order_cont .cautionBox div.cautionInner dl dd p{
	font-size: 13px;
	line-height: 2em;
}



@media screen and (max-width: 768px) {
	.order_cont{
		margin-top: 20px;
	}
	
	.main_cont .main_lead{
		width: 95%;
		margin: auto;
	}
	
	/*---アンカーリンク---*/
	.order_cont .pageAnchor{
		width: 95%;
		margin: 30px auto 50px;
	}
	.order_cont .pageAnchor li{
		width: 45%;
		margin: 0 2%;
	}
	.order_cont .pageAnchor li a{
		padding: 15px 10px 20px;
		font-size: 15px;
	}

	/*---注意点---*/
	.order_cont .cautionBox{
		width: 90%;
		padding: 3% 2%;
	}
	
	/*注意点リスト*/
	.order_cont .cautionBox div.cautionInner{
		margin-bottom: 50px;
	}
	
	.order_cont .cautionBox div.cautionInner .imgBox{
		width: 45%;
	}
	
	.order_cont .cautionBox div.cautionInner dl{
		width: 50%;
	}

}

@media screen and (max-width: 480px) {
	/*---アンカーリンク---*/
	.order_cont .pageAnchor li{
		width: 95%;
		margin: 2% 2%;
	}

	/*---注意点---*/
	.order_cont .cautionBox{
		width: 95%;
		padding: 3%;
	}
	
	/*注意点リスト*/
	.order_cont .cautionBox div.cautionInner .imgBox{
		width: 100%;
		max-width: 330px;
		margin: 0 auto 20px;
	}
	
	.order_cont .cautionBox div.cautionInner dl{
		width: 100%;
	}
}


/*-----------------------------------------------------------------
【マスク】テンプレートダウンロード
-----------------------------------------------------------------*/

.templateList{
	margin: 30px 0;
}
.templateList ul{
	display: flex;
	flex-wrap: wrap;
}
.templateList ul li{
	width: 33%;
	margin-bottom: 15px;
	padding: 15px 5px;
	border-bottom: 2px dotted #333;
}

.templateList ul li > div{
	margin-bottom: 10px;
	text-align: center;
}
.templateList ul li > div > img{
	width: 160px;
}

.templateList ul li p{
	color: #333;
	font-size: 14px;
}
.templateList ul li p.number{
	background-color: #c67e0c;
	color: #FFF;
	line-height: 1.6em;
	padding: 0 4px;
	display: inline-block;
}
.templateList ul li a{
	display: block;
	color: #c67e0c;
	margin: 10px auto 0;
	padding: 3px;
	padding-left: 15px;
	font-size: 12px;
	border: 1px solid #c67e0c;
	position: relative;
}
.templateList ul li a:before{
	content: "⇒";
	display: block;
	width: 12px;
	height: 12px;
	line-height: 1em;
	position: absolute;
	left: 2px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.templateList ul li a:hover{
	background-color: #f3d4a2;
}


@media screen and (max-width: 768px) {
	.templateList ul{
		width: 95%;
		margin: auto;
	}
	.templateList ul li > div > img{
		width: 90%;
		max-width: 160px;
	}

}

@media screen and (max-width: 480px) {
	.templateList ul li{
		width: 50%;
		padding: 15px 5px;
	}
	.templateList ul li > div > img{
		width: 90%;
		max-width: 160px;
	}

	.templateList ul li a{
		line-height: 1.5em;
	}
}


