@charset "UTF-8";
/* CSS Document */

/*
月別カラー
04月：E2858B
05月：359F98
06月：9A5B98
07月：3EB0E1
08月：52AC48
09月：DC7337
10月：AB6A39
11月：3B4B96
12月：5FA3EE
01月：D5473A
02月：4463A7
03月：8CC500
*/

.col_theme{color:#3EB0E1;}
.bg_theme{background-color:#3EB0E1;}
.fill_theme{fill:#3EB0E1;}
.stroke_theme{stroke:#3EB0E1;}
.btn_theme{
	background-color:#3EB0E1;
	border:solid 1px #3EB0E1;
	color:#FFF;
	width: 135px;
	height: 42px;
	font-weight: 700;
	border-radius: 10px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.btn_theme:hover{background-color:#FFF;color:#3EB0E1;}