privacy.css
1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
@charset "UTF-8";
/* 游ゴシック
=========================================== */
@font-face {
font-family: "Yu Gothic";
src: local("Yu Gothic Medium");
font-weight: 100;
}
@font-face {
font-family: "Yu Gothic";
src: local("Yu Gothic Medium");
font-weight: 200;
}
@font-face {
font-family: "Yu Gothic";
src: local("Yu Gothic Medium");
font-weight: 300;
}
@font-face {
font-family: "Yu Gothic";
src: local("Yu Gothic Medium");
font-weight: 400;
}
@font-face {
font-family: "Yu Gothic";
src: local("Yu Gothic Bold");
font-weight: bold;
}
.privacy h1{
text-align: center;
font-size: 2em;
padding: 120px 0 10px 0;
color: #999;
}
.privacy h2{
color: #62bcc3;
font-size: 2rem;
font-weight: bold;
text-align: left;
margin-bottom: 1.0rem;
line-height: 1.8;
display: table;
margin-left: 0;
margin-right: auto;
margin-top: 60px;
border-bottom: 2px solid #62bcc3;
}
.privacy p{
text-align: left;
font-size: 1.4rem;
line-height: 200%;
color: #636466;
margin-top: 20px;;
font-weight: normal;
}