@charset 'utf-8';

/* ==========================================================================

	CTC

   ========================================================================== */
.fee a {
	border-color: #d8bd41;
}
.fee a:hover {
	background-color: #d8bd41;
}
.contents_ttl {
	background-image: url("../images/ttl.svg");
}
h3 {
	background-image: url("../images/bull.svg");
}
.flow > div.step1 {
	background-image: url("../images/flow_1.svg");
}
.flow > div.step2 {
	background-image: url("../images/flow_2.svg");
}
.flow > div.step3 {
	background-image: url("../images/flow_3.svg");
}
.flow > div.step4 {
	background-image: url("../images/flow_4.svg");
}
.kono ul li {
  background-image: url("../images/bull_kono.svg");
}
.light_des {
	margin-top: 30px;
}
.light_des strong:nth-of-type(1) {
	color: #5F1985;
}
.light_des strong:nth-of-type(2) {
	color: #0084C8;
}
.light_des strong:nth-of-type(3) {
	color: #00A990;
}
.light_des strong:nth-of-type(4) {
	color: #FF9F37;
}
.light_des strong:nth-of-type(5) {
	color: #EA5A4F;
}
.light_des strong:nth-of-type(6) {
	color: #DD5857;
}
/* ============================== SP ============================== */

@media only screen and (max-width: 812px) {


}