This repository has been archived by the owner on Jul 19, 2022. It is now read-only.
forked from su-u/SofmeWeb
-
Notifications
You must be signed in to change notification settings - Fork 1
/
policies.html
98 lines (90 loc) · 4.16 KB
/
policies.html
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>ソフトメディア研究会</title>
<link rel="shortcut icon" href="/img/favicon.ico" type="image/vnd.microsoft.icon"/>
<meta name="description" content="ソフトメディア研究会"/>
<meta name="keywords" content="ソフメ,ソフトメディア研究会,sofme"/>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet"/>
<link rel="stylesheet" href="/css/styles-merged.css"/>
<link rel="stylesheet" href="/css/style.min.css"/>
<link rel="stylesheet" href="/css/custom.css"/>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="/js/common.js"></script>
<script type="text/javascript" src="/js/analytics.js"></script>
</head>
<body>
<script type="text/javascript">
header();
</script>
<section class="probootstrap-slider flexslider">
<ul class="slides">
<li style="background-image: url(/img/slider_2.jpg);" class="overlay2">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="slides-text probootstrap-animate" data-animate-effect="fadeIn" >
<h2>プライバシーポリシー</h2>
<p></p>
</div>
</div>
</div>
</div>
</li>
</ul>
</section>
<div class="probootstrap-section">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="border">アクセス解析ツールについて</h2>
<p>
当サイトでは、Googleによるアクセス解析ツール「Googleアナリティクス」を利用しています。
このGoogleアナリティクスはトラフィックデータの収集のためにCookieを使用しています。
このトラフィックデータは匿名で収集されており、個人を特定するものではありません。
この機能はCookieを無効にすることで収集を拒否することが出来ますので、お使いのブラウザの設定をご確認ください。
</p>
<p>
この規約に関して、詳しくは
<a href="http://www.google.com/analytics/terms/jp.html"
target="_blank"
rel="noopener">こちら</a>、または
<a href="https://policies.google.com/technologies/partner-sites?hl=ja"
target="_blank"
rel="noopener">こちら</a>をクリックしてください。
</p>
<h2 class="border">著作権について</h2>
<p>
全ての作品・データに関して、製作者が著作権を有しております。
</p>
<p>
無断にて転載・改変・配布等する事はお断りさせていただきます。
</p>
<h2 class="border">
プライバシーポリシーの変更について
</h2>
<p>
当サイトは、個人情報に関して適用される日本の法令を遵守するとともに、本ポリシーの内容を適宜見直しその改善に努めます。
</p>
<p>
修正された最新のプライバシーポリシーは常に本ページにて開示されます。
</p>
</div>
</div>
</div>
</div>
<script type="text/javascript">
footer();
</script>
<div class="gototop js-top">
<a href="#" class="js-gotop">
<i class="icon-chevron-thin-up"></i>
</a>
</div>
<script src="/js/scripts.min.js"></script>
<script src="/js/main.min.js"></script>
<script src="/js/custom.js"></script>
</body>
</html>