| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- .container {
- max-width: 960px;
- width: 90%;
- }
- #privacy {
- font-size: 16px;
- line-height: 2;
- }
- #privacy section {
- margin-bottom: 30px;
- }
- #privacy h2 {
- padding: 40px 0;
- font-size: 24px;
- text-align: center;
- }
- #privacy h3 {
- font-size: 16px;
- color: #455a64;
- }
- #privacy p {
- text-indent: 32px;
- }
- #privacy li {
- text-indent: 30px;
- word-break: break-all;
- }
- .bold {
- font-weight: bold;
- }
- .part-1 ol p,
- .part-1 ol ol {
- font-weight: normal;
- }
- .yours {
- padding: 50px 0 100px;
- font-size: 20px;
- font-weight: bold;
- color: #455a64;
- text-align: right;
- }
- .yiban-header {
- position: absolute !important;
- }
|