@charset "UTF-8";

/* ---------------------------------------------------------------------------------------------
	変数
---------------------------------------------------------------------------------------------*/

:root {
	--primary-color: #008DD2; /*主調色（メインカラー）*/
	--secondary-color: #618EE2; /*補助色（サブカラー）*/
	--ribbon-color: #f1c609; /*リボンの色*/

	/* 金利の文字 グラデの場合 */
	--interest-gradient: linear-gradient(0deg, #ea0b2d 45%, #f17f2e 45%);
	--interest-color: transparent;

	/* 金利の文字 単色の場合 */
	/* --interest-gradient: none;
	--interest-color: #ea0b2d; */
}
