|
@@ -0,0 +1,124 @@
|
|
1
|
+.main_contents {
|
|
2
|
+ width: 100%;
|
|
3
|
+}
|
|
4
|
+
|
|
5
|
+.main_content {
|
|
6
|
+ margin-top: 20px;
|
|
7
|
+ width: 100%
|
|
8
|
+}
|
|
9
|
+
|
|
10
|
+.title_wrapper {
|
|
11
|
+ display: flex;
|
|
12
|
+ justify-content: center;
|
|
13
|
+ margin-bottom: 32px;
|
|
14
|
+}
|
|
15
|
+
|
|
16
|
+.title_text_blue {
|
|
17
|
+ color: rgb(0 112 192);
|
|
18
|
+ font-weight: bold;
|
|
19
|
+}
|
|
20
|
+
|
|
21
|
+.title_text {
|
|
22
|
+ font-size: 40px;
|
|
23
|
+ font-weight: bold;
|
|
24
|
+}
|
|
25
|
+
|
|
26
|
+.explanation {
|
|
27
|
+ display: flex;
|
|
28
|
+ justify-content: center;
|
|
29
|
+ width: 100%;
|
|
30
|
+}
|
|
31
|
+
|
|
32
|
+.character_image_block_left {
|
|
33
|
+ width: 20%;
|
|
34
|
+}
|
|
35
|
+
|
|
36
|
+.character_image_block_right {
|
|
37
|
+ width: 20%;
|
|
38
|
+}
|
|
39
|
+
|
|
40
|
+.character_image {
|
|
41
|
+ width: 100%;
|
|
42
|
+}
|
|
43
|
+
|
|
44
|
+.explanation_text_block {
|
|
45
|
+ width: 60%;
|
|
46
|
+}
|
|
47
|
+
|
|
48
|
+.explanation_text_wrapper {
|
|
49
|
+ text-align: center;
|
|
50
|
+ line-height: 40px;
|
|
51
|
+}
|
|
52
|
+
|
|
53
|
+.explanation_text {
|
|
54
|
+ font-size: 28px;
|
|
55
|
+}
|
|
56
|
+
|
|
57
|
+.explanation_text_red {
|
|
58
|
+ color: rgb(255 0 0);
|
|
59
|
+}
|
|
60
|
+
|
|
61
|
+.plantsAnimals_block {
|
|
62
|
+ width: 100%;
|
|
63
|
+}
|
|
64
|
+
|
|
65
|
+.plantsAnimals_wrapper {
|
|
66
|
+ display: flex;
|
|
67
|
+ flex-wrap: wrap;
|
|
68
|
+ justify-content: space-between;
|
|
69
|
+}
|
|
70
|
+
|
|
71
|
+.tpl_plantsAnimals_block {
|
|
72
|
+ margin-bottom: 20px;
|
|
73
|
+ width: 48%;
|
|
74
|
+}
|
|
75
|
+
|
|
76
|
+.plantsAnimals_text_block {
|
|
77
|
+ margin-bottom: 16px;
|
|
78
|
+ font-size: 20px;
|
|
79
|
+ font-weight: bold;
|
|
80
|
+}
|
|
81
|
+
|
|
82
|
+.plantsAnimals_text_red {
|
|
83
|
+ color: red;
|
|
84
|
+}
|
|
85
|
+
|
|
86
|
+.plantsAnimals_text_green {
|
|
87
|
+ color: green;
|
|
88
|
+}
|
|
89
|
+
|
|
90
|
+.plantsAnimals_text_orange {
|
|
91
|
+ color: orange;
|
|
92
|
+}
|
|
93
|
+
|
|
94
|
+.plantsAnimals_text_blue {
|
|
95
|
+ color: blue;
|
|
96
|
+}
|
|
97
|
+
|
|
98
|
+.tpl_plansAnimals_list {
|
|
99
|
+ position: relative;
|
|
100
|
+ display: flex;
|
|
101
|
+ flex-wrap: wrap;
|
|
102
|
+ width: 100%;
|
|
103
|
+}
|
|
104
|
+
|
|
105
|
+.tpl_plansAnimals_explanation_block {
|
|
106
|
+ width: 20%;
|
|
107
|
+}
|
|
108
|
+
|
|
109
|
+.tpl_plansAnimals_image_block {
|
|
110
|
+ width: 100%;
|
|
111
|
+}
|
|
112
|
+
|
|
113
|
+.plansAnimals_image {
|
|
114
|
+ height: 50px;
|
|
115
|
+ width: 100%;
|
|
116
|
+}
|
|
117
|
+
|
|
118
|
+.tpl_plansAnimals_text_block {
|
|
119
|
+ width: 100%;
|
|
120
|
+}
|
|
121
|
+
|
|
122
|
+.tpl_plansAnimals_text {
|
|
123
|
+ font-size: 12px;
|
|
124
|
+}
|