asada

no message

@@ -9,4 +9,5 @@ @@ -9,4 +9,5 @@
9 <file name="service.scss" server="onoff02.source.co.jp" local="132144626200000000" remote="132198880800000000" Dst="0" /> 9 <file name="service.scss" server="onoff02.source.co.jp" local="132144626200000000" remote="132198880800000000" Dst="0" />
10 <file name="top.css" server="onoff02.source.co.jp" local="132199925462625060" remote="132199925400000000" Dst="0" /> 10 <file name="top.css" server="onoff02.source.co.jp" local="132199925462625060" remote="132199925400000000" Dst="0" />
11 <file name="top.scss" server="onoff02.source.co.jp" local="132144626200000000" remote="132198880800000000" Dst="0" /> 11 <file name="top.scss" server="onoff02.source.co.jp" local="132144626200000000" remote="132198880800000000" Dst="0" />
  12 +<file name="content01.css" server="onoff02.source.co.jp" local="132211155664098397" remote="132211155600000000" Dst="0" />
12 </dwsync> 13 </dwsync>
  1 +br.sp {
  2 + display: none; }
  3 + @media only screen and (max-width: 767px) {
  4 + br.sp {
  5 + display: block; } }
  6 +
1 header { 7 header {
2 position: static; 8 position: static;
3 - padding: 10px 0 6px 0; 9 + padding: 10px 0 6px 0; }
4 -} 10 + header .logo {
5 - 11 + text-align: center; }
6 -header .logo {  
7 - text-align: center;  
8 -}  
9 12
10 @media only screen and (max-width: 767px) { 13 @media only screen and (max-width: 767px) {
11 main { 14 main {
12 padding-left: 3%; 15 padding-left: 3%;
13 - padding-right: 3%; 16 + padding-right: 3%; } }
14 - }  
15 -}  
16 -  
17 main .container { 17 main .container {
18 - max-width: 970px; 18 + max-width: 970px; }
19 -}  
20 -  
21 main h1 { 19 main h1 {
22 font-weight: normal; 20 font-weight: normal;
23 color: #62bcc3; 21 color: #62bcc3;
24 - font-size: 3.4rem; 22 + font-size: 3.4rem; }
25 -} 23 + @media only screen and (max-width: 767px) {
26 - 24 + main h1 {
27 -@media only screen and (max-width: 767px) { 25 + font-size: 2.2rem; } }
28 - main h1 { 26 + main h1 p {
29 - font-size: 2.2rem; 27 + border-bottom: 2px #62bcc3 solid;
30 - } 28 + padding-bottom: 15px; }
31 -}  
32 -  
33 -main h1 p {  
34 - border-bottom: 2px #62bcc3 solid;  
35 - padding-bottom: 15px;  
36 -}  
37 -  
38 -main h1 p.small {  
39 - font-size: 2.8rem;  
40 - margin-bottom: 8px;  
41 - margin-top: 20px;  
42 -}  
43 -  
44 -@media only screen and (max-width: 767px) {  
45 main h1 p.small { 29 main h1 p.small {
46 - font-size: 1.8rem; 30 + font-size: 2.8rem;
47 - } 31 + margin-bottom: 8px;
48 -} 32 + margin-top: 20px; }
49 - 33 + @media only screen and (max-width: 767px) {
50 -main h1 p.big { 34 + main h1 p.small {
51 - margin-bottom: 20px; 35 + font-size: 1.8rem; } }
52 -} 36 + main h1 p.big {
53 - 37 + margin-bottom: 20px; }
54 main p.catch { 38 main p.catch {
55 - font-size: 2.0rem; 39 + font-size: 2.0rem; }
56 -} 40 + @media only screen and (max-width: 767px) {
57 - 41 + main p.catch {
58 -@media only screen and (max-width: 767px) { 42 + font-size: 1.8rem;
59 - main p.catch { 43 + line-height: 1.7; } }
60 - font-size: 1.8rem;  
61 - line-height: 1.7;  
62 - }  
63 -}  
64 -  
65 main p.writer { 44 main p.writer {
66 font-size: 1.2rem; 45 font-size: 1.2rem;
67 - text-align: right; 46 + text-align: right; }
68 -} 47 + @media only screen and (max-width: 767px) {
69 - 48 + main p.writer {
70 -@media only screen and (max-width: 767px) { 49 + margin-top: 2.0rem; } }
71 - main p.writer {  
72 - margin-top: 2.0rem;  
73 - }  
74 -}  
75 -  
76 main .block { 50 main .block {
77 - margin-top: 4.0rem; 51 + margin-top: 4.0rem; }
78 -} 52 + main .block h2 {
79 - 53 + background-color: #62bcc3;
80 -main .block h2 { 54 + color: #fff;
81 - background-color: #62bcc3; 55 + padding: 8px;
82 - color: #fff; 56 + font-size: 2.2rem;
83 - padding: 8px; 57 + margin-bottom: 20px; }
84 - font-size: 2.2rem; 58 + main .block p {
85 - margin-bottom: 20px; 59 + font-weight: 300;
86 -} 60 + line-height: 1.7; }
87 - 61 + main .block p.note {
88 -main .block p { 62 + font-size: 1.2rem; }
89 - font-weight: 300;  
90 - line-height: 1.7;  
91 -}  
92 -  
93 -main .block p.note {  
94 - font-size: 1.2rem;  
95 -}  
96 -  
97 main #firstSection > div:nth-child(1) { 63 main #firstSection > div:nth-child(1) {
98 - width: 26%; 64 + width: 26%; }
99 -} 65 + @media only screen and (max-width: 767px) {
100 - 66 + main #firstSection > div:nth-child(1) {
101 -@media only screen and (max-width: 767px) { 67 + width: 100%;
102 - main #firstSection > div:nth-child(1) { 68 + order: 2; } }
103 - width: 100%;  
104 - order: 2;  
105 - }  
106 -}  
107 -  
108 main #firstSection > div:nth-child(2) { 69 main #firstSection > div:nth-child(2) {
109 - width: 71%; 70 + width: 71%; }
110 -} 71 + @media only screen and (max-width: 767px) {
111 - 72 + main #firstSection > div:nth-child(2) {
112 -@media only screen and (max-width: 767px) { 73 + width: 100%; } }
113 - main #firstSection > div:nth-child(2) {  
114 - width: 100%;  
115 - }  
116 -}  
117 -  
118 main #firstSection .prof { 74 main #firstSection .prof {
119 - margin-bottom: 30px; 75 + margin-bottom: 30px; }
120 -} 76 + @media only screen and (max-width: 767px) {
121 - 77 + main #firstSection .prof figure {
122 -@media only screen and (max-width: 767px) { 78 + text-align: center; } }
123 - main #firstSection .prof figure { 79 + main #firstSection .prof p {
124 - text-align: center; 80 + font-size: 1.3rem;
125 - } 81 + line-height: 1.7; }
126 -} 82 + main #firstSection .prof p.name {
127 - 83 + font-size: 1.8rem; }
128 -main #firstSection .prof p {  
129 - font-size: 1.3rem;  
130 - line-height: 1.7;  
131 -}  
132 -  
133 -main #firstSection .prof p.name {  
134 - font-size: 1.8rem;  
135 -}  
136 -  
137 main #firstSection #healsio > div:nth-child(1) { 84 main #firstSection #healsio > div:nth-child(1) {
138 - width: 62%; 85 + width: 62%; }
139 -} 86 + @media only screen and (max-width: 767px) {
140 - 87 + main #firstSection #healsio > div:nth-child(1) {
141 -@media only screen and (max-width: 767px) { 88 + width: 100%; } }
142 - main #firstSection #healsio > div:nth-child(1) {  
143 - width: 100%;  
144 - }  
145 -}  
146 -  
147 main #firstSection #healsio > div:nth-child(2) { 89 main #firstSection #healsio > div:nth-child(2) {
148 - width: 35%; 90 + width: 35%; }
149 -} 91 + @media only screen and (max-width: 767px) {
150 - 92 + main #firstSection #healsio > div:nth-child(2) {
151 -@media only screen and (max-width: 767px) { 93 + width: 100%;
152 - main #firstSection #healsio > div:nth-child(2) { 94 + margin-bottom: 20px; }
153 - width: 100%; 95 + main #firstSection #healsio > div:nth-child(2) figure {
154 - margin-bottom: 20px; 96 + text-align: center;
155 - } 97 + margin-top: 20px; } }
156 - main #firstSection #healsio > div:nth-child(2) figure {  
157 - text-align: center;  
158 - margin-top: 20px;  
159 - }  
160 -}  
161 -  
162 main #energy { 98 main #energy {
163 - margin-top: 40px; 99 + margin-top: 40px; }
164 -}  
165 -  
166 -main #energy > div:nth-child(1) {  
167 - width: 35%;  
168 -}  
169 -  
170 -@media only screen and (max-width: 767px) {  
171 main #energy > div:nth-child(1) { 100 main #energy > div:nth-child(1) {
172 - width: 100%; 101 + width: 35%; }
173 - margin-bottom: 20px; 102 + @media only screen and (max-width: 767px) {
174 - } 103 + main #energy > div:nth-child(1) {
175 -} 104 + width: 100%;
176 - 105 + margin-bottom: 20px; } }
177 -main #energy > div:nth-child(2) {  
178 - width: 62%;  
179 -}  
180 -  
181 -@media only screen and (max-width: 767px) {  
182 main #energy > div:nth-child(2) { 106 main #energy > div:nth-child(2) {
183 - width: 100%; 107 + width: 62%; }
184 - } 108 + @media only screen and (max-width: 767px) {
185 -} 109 + main #energy > div:nth-child(2) {
186 - 110 + width: 100%; } }
187 main #comment { 111 main #comment {
188 max-width: 680px; 112 max-width: 680px;
189 margin-left: auto; 113 margin-left: auto;
190 margin-right: auto; 114 margin-right: auto;
191 - margin-top: 40px; 115 + margin-top: 40px; }
192 -}  
193 -  
194 -main #comment > div {  
195 - width: 42.5%;  
196 -}  
197 -  
198 -@media only screen and (max-width: 767px) {  
199 main #comment > div { 116 main #comment > div {
200 - width: 100%; 117 + width: 42.5%; }
201 - } 118 + @media only screen and (max-width: 767px) {
202 -} 119 + main #comment > div {
203 - 120 + width: 100%; } }
204 -main #comment > div img { 121 + main #comment > div img {
205 - margin-left: 30px; 122 + margin-left: 30px; }
206 -} 123 + main #comment > div p.remark {
207 - 124 + padding: 40px 20px 10px 20px;
208 -main #comment > div p.remark { 125 + position: relative; }
209 - padding: 40px 20px 10px 20px; 126 + main #comment > div p.remark:before {
210 - position: relative; 127 + content: "";
211 -} 128 + display: block;
212 - 129 + border: 2px #62bcc3 solid;
213 -main #comment > div p.remark:before { 130 + width: 100%;
214 - content: ""; 131 + height: 100%;
215 - display: block; 132 + position: absolute;
216 - border: 2px #62bcc3 solid; 133 + left: 0;
217 - width: 100%; 134 + top: 20px; }
218 - height: 100%;  
219 - position: absolute;  
220 - left: 0;  
221 - top: 20px;  
222 -}  
223 -  
224 main .contact p { 135 main .contact p {
225 font-size: 1.4rem; 136 font-size: 1.4rem;
226 line-height: 1.7; 137 line-height: 1.7;
227 - margin-top: 40px; 138 + margin-top: 40px; }
228 -}  
229 -  
230 main .back { 139 main .back {
231 text-align: center; 140 text-align: center;
232 - margin-top: 40px; 141 + margin-top: 40px; }
233 -} 142 + @media only screen and (max-width: 767px) {
234 - 143 + main .back img {
235 -@media only screen and (max-width: 767px) { 144 + max-width: 100%; } }
236 - main .back img {  
237 - max-width: 100%;  
238 - }  
239 -}  
1 1
  2 +br.sp{
  3 + display: none;
  4 + @media only screen and (max-width: 767px){
  5 + display: block;
  6 + }
  7 +}
2 header{ 8 header{
3 position: static; 9 position: static;
4 padding: 10px 0 6px 0; 10 padding: 10px 0 6px 0;
  1 +<?xml version="1.0" encoding="utf-8" ?>
  2 +<dwsync>
  3 +<file name="bnr_top.jpg" server="onoff02.source.co.jp" local="132211090275511204" remote="132211155000000000" Dst="0" />
  4 +<file name="pic_ph1.png" server="onoff02.source.co.jp" local="132211030285566255" remote="132211155000000000" Dst="0" />
  5 +<file name="pic_ph2.png" server="onoff02.source.co.jp" local="132211033601162097" remote="132211155000000000" Dst="0" />
  6 +<file name="pic_ph3.png" server="onoff02.source.co.jp" local="132211042393406091" remote="132211155000000000" Dst="0" />
  7 +<file name="h1_img.png" server="onoff02.source.co.jp" local="132211020460238835" remote="132211155000000000" Dst="0" />
  8 +<file name="pic_ph4.png" server="onoff02.source.co.jp" local="132211042750942125" remote="132211155000000000" Dst="0" />
  9 +<file name="pic_ph5.png" server="onoff02.source.co.jp" local="132211041279521916" remote="132211155000000000" Dst="0" />
  10 +<file name="pic_prof1.png" server="onoff02.source.co.jp" local="132211027812051973" remote="132211155000000000" Dst="0" />
  11 +<file name="pic_prof2.png" server="onoff02.source.co.jp" local="132211027844551740" remote="132211155000000000" Dst="0" />
  12 +</dwsync>
@@ -16,4 +16,5 @@ @@ -16,4 +16,5 @@
16 <file name="index.html" server="onoff02.source.co.jp" local="132200918502631640" remote="132200920200000000" Dst="0" /> 16 <file name="index.html" server="onoff02.source.co.jp" local="132200918502631640" remote="132200920200000000" Dst="0" />
17 <file name="secom01.html" server="onoff02.source.co.jp" local="132200918502337327" remote="132200938200000000" Dst="0" /> 17 <file name="secom01.html" server="onoff02.source.co.jp" local="132200918502337327" remote="132200938200000000" Dst="0" />
18 <file name="secom02.html" server="onoff02.source.co.jp" local="132200918502347308" remote="132200938200000000" Dst="0" /> 18 <file name="secom02.html" server="onoff02.source.co.jp" local="132200918502347308" remote="132200938200000000" Dst="0" />
  19 +<file name="content01.html" server="onoff02.source.co.jp" local="132211156127149537" remote="132211155600000000" Dst="0" />
19 </dwsync> 20 </dwsync>
@@ -101,7 +101,7 @@ @@ -101,7 +101,7 @@
101 </div> 101 </div>
102 </div> 102 </div>
103 <div class="block"> 103 <div class="block">
104 - <h2>安全や健康も考えてくれる、親身なサービスで快適に</h2> 104 + <h2>安全や健康も考えてくれる、<br class="sp">親身なサービスで快適に</h2>
105 <p> 105 <p>
106 スマート家電を活用するスマートライフは、料理、洗濯、掃除など主要な家事だけでなく、家族の生活リズムや健康管理もサポートしてくれる。小沢さんが今、注目しているのは、カーテンの自動開閉機だ。<br> 106 スマート家電を活用するスマートライフは、料理、洗濯、掃除など主要な家事だけでなく、家族の生活リズムや健康管理もサポートしてくれる。小沢さんが今、注目しているのは、カーテンの自動開閉機だ。<br>
107 「私はカーテンを開けて眠り自然光で目覚めたいタイプ、夫はしっかり遮光して眠りたいタイプで、就寝時のカーテンをどうするかは夫婦の問題だったんです(笑)。でもこの自動開閉機があれば、起床時に自動でカーテンが開くのでお互いにストレスがない。ほかにも床暖房を遠隔操作できるというシステムもいいですよね。とくに冬は、朝起きて部屋が暖まるまで機敏に行動できないし。こういうものを上手に取り入れていくことで、生活の質が上げられると思うんです。もうひとつ注目しているのは、鍵がなくても、スマホからのパスワード発行で玄関の施錠にアクセスできるというもの。急な仕事で保育園のお迎えに行けない時に、代行してくれるヘルパーさんのスマホにパスワードを送ればいいんです。子どもに合鍵を持たせるのも心配ですし」(小沢さん)<br><br> 107 「私はカーテンを開けて眠り自然光で目覚めたいタイプ、夫はしっかり遮光して眠りたいタイプで、就寝時のカーテンをどうするかは夫婦の問題だったんです(笑)。でもこの自動開閉機があれば、起床時に自動でカーテンが開くのでお互いにストレスがない。ほかにも床暖房を遠隔操作できるというシステムもいいですよね。とくに冬は、朝起きて部屋が暖まるまで機敏に行動できないし。こういうものを上手に取り入れていくことで、生活の質が上げられると思うんです。もうひとつ注目しているのは、鍵がなくても、スマホからのパスワード発行で玄関の施錠にアクセスできるというもの。急な仕事で保育園のお迎えに行けない時に、代行してくれるヘルパーさんのスマホにパスワードを送ればいいんです。子どもに合鍵を持たせるのも心配ですし」(小沢さん)<br><br>
@@ -141,7 +141,7 @@ @@ -141,7 +141,7 @@
141 </div> 141 </div>
142 </div> 142 </div>
143 <div class="block"> 143 <div class="block">
144 - <h2>スマートライフなら、暮らしがこんなに豊かになる</h2> 144 + <h2>スマートライフなら、<br class="sp">暮らしがこんなに豊かになる</h2>
145 <p> 145 <p>
146 家電をインターネットにつなげて提供されるデータによって個人に寄り添った便利なサービスが実現、結果的に家事の省力化、時短化が図られ、豊かで有意義な時間が増えていきます。 146 家電をインターネットにつなげて提供されるデータによって個人に寄り添った便利なサービスが実現、結果的に家事の省力化、時短化が図られ、豊かで有意義な時間が増えていきます。
147 </p> 147 </p>