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

.text_color_1 {
	color: darkred;
}
.bg_color_1 {
    background-color: #EAEAEA;
}
.text_color_2 {
	color: darkred;
}
.bg_color_2 {
    background-color: #D0D0D0;
}
.font_1_jp {
	font-family: ta-fuga-fude, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.font_1_en {
	font-family: cortado, sans-serif;
	font-weight: 400;
	font-style: normal;
}