@charset "utf-8";

/*=============================================
					背景 46b7d4/3f82c4
=============================================*/

.bg-blue {
	background: #3f82c4;
}

.bg-blue--2 {
	background: #DAF0F6;
}

.bg-ivory {
	background: #FAF9F4;
}

.bg-white {
	background: #fff;
}

.bg-salmon {
	background: #fa8264;
}

.bg-yellow {
	background: #f5c451;
}

.bg-yellow--2 {
	background: #f2ed50;
}



/*=============================================
					文字
=============================================*/

.txt-white {
	color: #fff;
}

.txt-blue {
	color: #3f82c4;
}