@charset "utf-8";
/*===========================
add
===========================*/


.boxFrame.color01{
	border-color: #6ad3ec;
}
.boxFrame.color01 h3{
	color: #6ad3ec;
}
.boxFrame.color01 h3:after{
	background-color: #6ad3ec;
}
.boxFrame.color02{
	border-color: #C2C72E;
}
.boxFrame.color02 h3{
	color: #C2C72E;
}
.boxFrame.color02 h3:after{
	background-color: #C2C72E;
}
.boxFrame.color03{
	border-color: #edc56f;
}
.boxFrame.color03 h3{
	color: #edc56f;
}
.boxFrame.color03 h3:after{
	background-color: #edc56f;
}
.boxFrame.color04{
	border-color: #fcbef3;
}
.boxFrame.color04 h3{
	color: #fcbef3;
}
.boxFrame.color04 h3:after{
	background-color: #fcbef3;
}