asada

追加修正分をテストサーバーにアップ

1 <?xml version="1.0" encoding="utf-8" ?> 1 <?xml version="1.0" encoding="utf-8" ?>
2 <dwsync> 2 <dwsync>
3 -<file name="index.html" server="onoff02.source.co.jp" local="132168949332030597" remote="132168949200000000" Dst="0" /> 3 +<file name="index.html" server="onoff02.source.co.jp" local="132180165309890104" remote="132180165000000000" Dst="0" />
4 </dwsync> 4 </dwsync>
@@ -2,11 +2,11 @@ @@ -2,11 +2,11 @@
2 <dwsync> 2 <dwsync>
3 <file name="about.css" server="onoff02.source.co.jp" local="132149889940000000" remote="132152254200000000" Dst="0" /> 3 <file name="about.css" server="onoff02.source.co.jp" local="132149889940000000" remote="132152254200000000" Dst="0" />
4 <file name="about.scss" server="onoff02.source.co.jp" local="132144626180000000" remote="132152254200000000" Dst="0" /> 4 <file name="about.scss" server="onoff02.source.co.jp" local="132144626180000000" remote="132152254200000000" Dst="0" />
5 -<file name="interview.css" server="onoff02.source.co.jp" local="132168064114123324" remote="132168063600000000" Dst="0" /> 5 +<file name="interview.css" server="onoff02.source.co.jp" local="132180168825550685" remote="132180168600000000" Dst="0" />
6 <file name="news.css" server="onoff02.source.co.jp" local="132151735140000000" remote="132152254200000000" Dst="0" /> 6 <file name="news.css" server="onoff02.source.co.jp" local="132151735140000000" remote="132152254200000000" Dst="0" />
7 <file name="privacy.css" server="onoff02.source.co.jp" local="132144626200000000" remote="132152254200000000" Dst="0" /> 7 <file name="privacy.css" server="onoff02.source.co.jp" local="132144626200000000" remote="132152254200000000" Dst="0" />
8 <file name="service.css" server="onoff02.source.co.jp" local="132146609160000000" remote="132152254200000000" Dst="0" /> 8 <file name="service.css" server="onoff02.source.co.jp" local="132146609160000000" remote="132152254200000000" Dst="0" />
9 <file name="service.scss" server="onoff02.source.co.jp" local="132144626200000000" remote="132152254200000000" Dst="0" /> 9 <file name="service.scss" server="onoff02.source.co.jp" local="132144626200000000" remote="132152254200000000" Dst="0" />
10 -<file name="top.css" server="onoff02.source.co.jp" local="132168063329333221" remote="132168063000000000" Dst="0" /> 10 +<file name="top.css" server="onoff02.source.co.jp" local="132168949948286873" remote="132180159000000000" Dst="0" />
11 <file name="top.scss" server="onoff02.source.co.jp" local="132144626200000000" remote="132152254200000000" Dst="0" /> 11 <file name="top.scss" server="onoff02.source.co.jp" local="132144626200000000" remote="132152254200000000" Dst="0" />
12 </dwsync> 12 </dwsync>
@@ -344,6 +344,9 @@ @@ -344,6 +344,9 @@
344 #interview br.sp { 344 #interview br.sp {
345 display: none; 345 display: none;
346 } 346 }
  347 +#interview .pc{
  348 + display: block;
  349 +}
347 #interview.list .flex > div { 350 #interview.list .flex > div {
348 margin-bottom: 30px; 351 margin-bottom: 30px;
349 } 352 }
@@ -351,11 +354,261 @@ @@ -351,11 +354,261 @@
351 #interview br.sp { 354 #interview br.sp {
352 display: block; 355 display: block;
353 } 356 }
  357 + #interview .pc{
  358 + display: none !important;
  359 + }
354 #interview.list .flex > div:last-child { 360 #interview.list .flex > div:last-child {
355 margin-bottom: 0; 361 margin-bottom: 0;
356 } 362 }
357 #interview .pager .more a { 363 #interview .pager .more a {
358 - padding: 12px 5rem 12px 4rem; 364 + padding:12px 3rem 12px 2rem;
  365 + }
  366 +}
  367 +
  368 +#interview .center{
  369 + justify-content: center;
  370 +}
  371 +#interview .center > div:nth-child(2){
  372 + padding-left: 20px;
  373 +}
  374 +#interview .center > div p{
  375 + justify-content: center;
  376 + line-height: 1.8;
  377 + font-size: 14px;
  378 + color: #636466;
  379 +}
  380 +#interview .herf > div{
  381 + width: 50%;
  382 +}
  383 +#interview .herf > div img{
  384 + max-width: 100%;
  385 +}
  386 +#interview .herf > div p{
  387 + line-height: 1.8;
  388 + font-size: 13px;
  389 + color: #636466;
  390 +}
  391 +#interview .herfPh > div{
  392 + width: 49%;
  393 + text-align: center;
  394 +}
  395 +#interview .herfPh > div img{
  396 + max-width: 100%;
  397 +}
  398 +#interview .herfPh > div p{
  399 + line-height: 1.8;
  400 + font-size: 13px;
  401 + color: #636466;
  402 + text-align: center;
  403 +}
  404 +#interview .herfPh > div p span.indent{
  405 + display: inline-block;
  406 + margin-left: 180px;
  407 +}
  408 +@media only screen and (max-width: 767px) {
  409 + #interview .herf > div{
  410 + width: 100%;
  411 + }
  412 + #interview .herfPh > div{
  413 + width: 100%;
  414 + margin-bottom: 20px;
  415 + }
  416 + #interview .center > div:nth-child(2){
  417 + padding-left: 5px;
  418 + }
  419 + #interview .center > div img{
  420 + max-width: 100%;
  421 + }
  422 +}
  423 +
  424 +#img_gk_block h2{
  425 + margin-bottom: 20px;
  426 +}
  427 +#img_gk_block .flow > div:nth-child(1){
  428 + width:65%;
  429 +}
  430 +#img_gk_block .flow > div:nth-child(2){
  431 + width:30%;
  432 +}
  433 +#img_gk_block .flow > div h3{
  434 + font-weight: bold;
  435 + font-size: 1.8rem;
  436 + margin-bottom: 10px;
  437 +}
  438 +#img_gk_block .flow > div .gray{
  439 + background-color: #f7f7f7;
  440 + padding: 20px;
  441 +}
  442 +#img_gk_block .flow > div .arrow{
  443 + text-align: center;
  444 + margin: 8px 0;
  445 +}
  446 +#img_gk_block .flow > div .arrow img{
  447 + vertical-align: middle;
  448 +}
  449 +#img_gk_block .flow > div .white{
  450 + background-color: #fff;
  451 + padding: 15px;
  452 +}
  453 +#img_gk_block .flow div .check p{
  454 + background-image:url(/img/interview/icon_check.png);
  455 + background-repeat: no-repeat;
  456 + background-position: left 5px;
  457 + background-size: 9px auto;
  458 + line-height: 1.7;
  459 + padding-left: 20px;
  460 + font-size: 1.4rem;
  461 +}
  462 +#img_gk_block .flow .probrem{
  463 + background-color: #dff2f3;
  464 + padding: 30px;
  465 + display: flex;
  466 + align-items: center;
  467 + position: relative;
  468 +}
  469 +#img_gk_block .flow .probrem:before{
  470 + content: "";
  471 + display: block;
  472 + width: 43px;
  473 + height: 86px;
  474 + background-image: url(/img/interview/icon_arrow_blue2.jpg);
  475 + background-size: 100% auto;
  476 + position: absolute;
  477 + left: -43px;
  478 + top: 40%;
  479 +}
  480 +#img_gk_block .flow .probrem.sp{
  481 + display: none;
  482 +}
  483 +#img_gk_block .flow .probrem .mt10{
  484 + margin-bottom: 10px;
  485 +}
  486 +#img_gk_block .flow .probrem .white{
  487 + margin-top: 30px;
  488 + text-align: center;
  489 + padding: 20px;
  490 +}
  491 +#img_gk_block .flow .probrem .white p{
  492 + font-size: 1.4rem;
  493 + line-height: 1.7;
  494 +}
  495 +#img_gk_block .flowList{
  496 + border: 4px #62bcc3 solid;
  497 + margin-top: 30px;
  498 + margin-bottom: 40px;
  499 +}
  500 +#img_gk_block .flowList h2{
  501 + margin-top: 0;
  502 + padding-bottom: 16px;
  503 + margin-bottom: 0;
  504 +}
  505 +#img_gk_block .flowList .box .gray{
  506 + background-color: #f7f7f7;
  507 + padding: 10px 40px;
  508 + margin-bottom: 40px;
  509 +}
  510 +#img_gk_block .flowList .box .gray h3{
  511 + font-weight: bold;
  512 + font-size: 1.6rem;
  513 + background-image:url(/img/interview/icon_check.png);
  514 + background-repeat: no-repeat;
  515 + background-position: left 12px;
  516 + background-size: 9px auto;
  517 + padding-left: 20px;
  518 +}
  519 +#img_gk_block .flowList .box{
  520 + padding: 24px 60px;
  521 +}
  522 +#img_gk_block .flowList .box .illust > div{
  523 + width: 32%;
  524 + position: relative;
  525 + margin-bottom: 8px;
  526 +}
  527 +#img_gk_block .flowList .box .illust > div p{
  528 + position: absolute;
  529 + color: #434343;
  530 + font-size: 1.5rem;
  531 + top: 12px;
  532 + left: 60px;
  533 + line-height: 1.5;
  534 +}
  535 +#img_gk_block .flowList .box .illust > div img{
  536 + max-width: 100%;
  537 +}
  538 +#img_gk_block .flowList .box .illust > div.no5 p{
  539 + top: 24px;
  540 +}
  541 +#img_gk_block .flowList .box .illust > div.no6 p{
  542 + text-align: center;
  543 + width: 100%;
  544 + left: 0px;
  545 + top: 60px;
  546 +}
  547 +@media only screen and (max-width: 767px) {
  548 + #img_gk_block .flow > div:nth-child(1),
  549 + #img_gk_block .flow > div:nth-child(2){
  550 + width: 100%;
  551 + }
  552 + #img_gk_block .flow .probrem.pc{
  553 + display: block;
  554 + }
  555 + #img_gk_block .flowList{
  556 + margin-top: 0px;
  557 + }
  558 + #img_gk_block .flow .probrem:before{
  559 + display: none;
  560 + }
  561 + #img_gk_block .flowList .box{
  562 + padding: 10px;
  563 + }
  564 + #img_gk_block .flowList .box .gray{
  565 + padding: 15px;
  566 + margin-bottom: 10px;
  567 + }
  568 + #img_gk_block .flowList .box .gray h3{
  569 + font-size: 1.4rem;
  570 + line-height: 1.7;
  571 + background-position: left 7px;
  572 + }
  573 + #img_gk_block .flowList .box .gray h3 br{
  574 + display: none;
  575 + }
  576 + #img_gk_block .flowList .box .illust > div{
  577 + width: 100%;
  578 + }
  579 + #img_gk_block .flowList .box .illust > div p{
  580 + left: 80px;
  581 + top: 20px;
  582 + }
  583 + #img_gk_block .flowList .box .illust > div.no5 p{
  584 + top: 30px;
  585 + }
  586 + #img_gk_block .flowList .box .illust > div.no6 p{
  587 + top: 80px;
  588 + }
  589 + #img_gk_block .probrem.sp{
  590 + margin-top: 10px;
  591 + }
  592 +
  593 +}
  594 +@media only screen and (max-width: 375px) {
  595 + #img_gk_block .flowList .box .illust > div p{
  596 + top: 17px;
  597 + left: 68px;
  598 + font-size: 1.3rem;
  599 + }
  600 +}
  601 +@media only screen and (max-width: 320px) {
  602 + #img_gk_block .flowList .box .illust > div p{
  603 + top: 14px;
  604 + left: 60px;
  605 + font-size: 1.3rem;
  606 + }
  607 + #img_gk_block .flowList .box .illust > div.no5 p{
  608 + top: 22px;
  609 + }
  610 + #img_gk_block .flowList .box .illust > div.no6 p{
  611 + top: 65px;
359 } 612 }
360 } 613 }
361 614
@@ -5,4 +5,8 @@ @@ -5,4 +5,8 @@
5 <file name="h1.png" server="onoff02.source.co.jp" local="132150566460000000" remote="132152254200000000" Dst="0" /> 5 <file name="h1.png" server="onoff02.source.co.jp" local="132150566460000000" remote="132152254200000000" Dst="0" />
6 <file name="toc_ttl.jpg" server="onoff02.source.co.jp" local="132144626200000000" remote="132152254200000000" Dst="0" /> 6 <file name="toc_ttl.jpg" server="onoff02.source.co.jp" local="132144626200000000" remote="132152254200000000" Dst="0" />
7 <file name="event02_thumb.jpg" server="onoff02.source.co.jp" local="132156885860897532" remote="132168062400000000" Dst="0" /> 7 <file name="event02_thumb.jpg" server="onoff02.source.co.jp" local="132156885860897532" remote="132168062400000000" Dst="0" />
  8 +<file name="icon_arrow_blue.jpg" server="onoff02.source.co.jp" local="132180130454713234" remote="132180159000000000" Dst="0" />
  9 +<file name="icon_arrow_blue2.jpg" server="onoff02.source.co.jp" local="132180130569539632" remote="132180159000000000" Dst="0" />
  10 +<file name="icon_arrow_gray.jpg" server="onoff02.source.co.jp" local="132180130259064419" remote="132180159000000000" Dst="0" />
  11 +<file name="icon_check.png" server="onoff02.source.co.jp" local="132180126202277554" remote="132180159000000000" Dst="0" />
8 </dwsync> 12 </dwsync>
  1 +<?xml version="1.0" encoding="utf-8" ?>
  2 +<dwsync>
  3 +<file name="all_ph01.jpg" server="onoff02.source.co.jp" local="132179269865390499" remote="132180015000000000" Dst="0" />
  4 +<file name="icon_sekiguchi.jpg" server="onoff02.source.co.jp" local="132179309443160415" remote="132180015000000000" Dst="0" />
  5 +<file name="img_hagiwara.jpg" server="onoff02.source.co.jp" local="132179310986543035" remote="132180015000000000" Dst="0" />
  6 +<file name="img_sekiguchi.jpg" server="onoff02.source.co.jp" local="132179309865469401" remote="132180015000000000" Dst="0" />
  7 +<file name="eyecatch.jpg" server="onoff02.source.co.jp" local="132179250947170036" remote="132180015000000000" Dst="0" />
  8 +<file name="img_syokuzai01.jpg" server="onoff02.source.co.jp" local="132180166161379617" remote="132180166200000000" Dst="0" />
  9 +<file name="img_syokuzai02.jpg" server="onoff02.source.co.jp" local="132180166233613866" remote="132180166200000000" Dst="0" />
  10 +<file name="icon_hagiwara.jpg" server="onoff02.source.co.jp" local="132179310632063008" remote="132180015000000000" Dst="0" />
  11 +<file name="icon_nishizawa.jpg" server="onoff02.source.co.jp" local="132180077395680903" remote="132180081600000000" Dst="0" />
  12 +<file name="img_nishizawa.jpg" server="onoff02.source.co.jp" local="132180077984867872" remote="132180081600000000" Dst="0" />
  13 +<file name="flow_img01.jpg" server="onoff02.source.co.jp" local="132180144719690780" remote="132180159000000000" Dst="0" />
  14 +<file name="flow_img02.jpg" server="onoff02.source.co.jp" local="132180144737542153" remote="132180159000000000" Dst="0" />
  15 +<file name="flow_img04.jpg" server="onoff02.source.co.jp" local="132180144782672395" remote="132180159000000000" Dst="0" />
  16 +<file name="flow_img03.jpg" server="onoff02.source.co.jp" local="132180144750862490" remote="132180159000000000" Dst="0" />
  17 +<file name="flow_img05.jpg" server="onoff02.source.co.jp" local="132180144805441224" remote="132180159000000000" Dst="0" />
  18 +<file name="flow_img06.jpg" server="onoff02.source.co.jp" local="132180144824410439" remote="132180159000000000" Dst="0" />
  19 +</dwsync>
1 <?xml version="1.0" encoding="utf-8" ?> 1 <?xml version="1.0" encoding="utf-8" ?>
2 <dwsync> 2 <dwsync>
3 -<file name="icon_fujii.jpg" server="onoff02.source.co.jp" local="132168039487535455" remote="132168062400000000" Dst="0" /> 3 +<file name="icon_fujii.jpg" server="onoff02.source.co.jp" local="132168949948396578" remote="132180081600000000" Dst="0" />
4 -<file name="icon_kurimoto.jpg" server="onoff02.source.co.jp" local="132168049209257728" remote="132168062400000000" Dst="0" /> 4 +<file name="icon_kurimoto.jpg" server="onoff02.source.co.jp" local="132168949948406551" remote="132180081600000000" Dst="0" />
5 -<file name="eyecatch.jpg" server="onoff02.source.co.jp" local="132168021580388120" remote="132168062400000000" Dst="0" /> 5 +<file name="eyecatch.jpg" server="onoff02.source.co.jp" local="132168949948376634" remote="132180081600000000" Dst="0" />
6 -<file name="icon_nakata.jpg" server="onoff02.source.co.jp" local="132168039416581565" remote="132168062400000000" Dst="0" /> 6 +<file name="icon_nakata.jpg" server="onoff02.source.co.jp" local="132168949948416529" remote="132180081600000000" Dst="0" />
7 -<file name="img_fujii.jpg" server="onoff02.source.co.jp" local="132168022410781415" remote="132168062400000000" Dst="0" /> 7 +<file name="img_fujii.jpg" server="onoff02.source.co.jp" local="132168949948446449" remote="132180081600000000" Dst="0" />
8 -<file name="img_kurimoto.jpg" server="onoff02.source.co.jp" local="132168025904308595" remote="132168062400000000" Dst="0" /> 8 +<file name="img_kurimoto.jpg" server="onoff02.source.co.jp" local="132168949948476371" remote="132180081600000000" Dst="0" />
9 -<file name="img_kurimoto2.jpg" server="onoff02.source.co.jp" local="132168027445200798" remote="132168062400000000" Dst="0" /> 9 +<file name="img_kurimoto2.jpg" server="onoff02.source.co.jp" local="132168949948506285" remote="132180081600000000" Dst="0" />
10 -<file name="img_last.jpg" server="onoff02.source.co.jp" local="132168028476623446" remote="132168062400000000" Dst="0" /> 10 +<file name="img_last.jpg" server="onoff02.source.co.jp" local="132168949948566127" remote="132180081600000000" Dst="0" />
11 -<file name="img_nakata.jpg" server="onoff02.source.co.jp" local="132168023884157109" remote="132168062400000000" Dst="0" /> 11 +<file name="img_nakata.jpg" server="onoff02.source.co.jp" local="132168949948596045" remote="132180081600000000" Dst="0" />
12 -<file name="img_nakata2.jpg" server="onoff02.source.co.jp" local="132168024885953492" remote="132168062400000000" Dst="0" /> 12 +<file name="img_nakata2.jpg" server="onoff02.source.co.jp" local="132168949948616010" remote="132180081600000000" Dst="0" />
13 </dwsync> 13 </dwsync>
@@ -37,4 +37,5 @@ @@ -37,4 +37,5 @@
37 <file name="detail18_img001.jpg" server="onoff02.source.co.jp" local="132144626200000000" remote="132152254200000000" Dst="0" /> 37 <file name="detail18_img001.jpg" server="onoff02.source.co.jp" local="132144626200000000" remote="132152254200000000" Dst="0" />
38 <file name="detail19_img001.jpg" server="onoff02.source.co.jp" local="132144626200000000" remote="132152254200000000" Dst="0" /> 38 <file name="detail19_img001.jpg" server="onoff02.source.co.jp" local="132144626200000000" remote="132152254200000000" Dst="0" />
39 <file name="detail20_img001.jpg" server="onoff02.source.co.jp" local="132144626200000000" remote="132152254200000000" Dst="0" /> 39 <file name="detail20_img001.jpg" server="onoff02.source.co.jp" local="132144626200000000" remote="132152254200000000" Dst="0" />
  40 +<file name="cocoro_home_mimamori.png" server="onoff02.source.co.jp" local="132180197401486133" remote="132180200400000000" Dst="0" />
40 </dwsync> 41 </dwsync>
@@ -15,5 +15,6 @@ @@ -15,5 +15,6 @@
15 <file name="interview_kw.jpg" server="onoff02.source.co.jp" local="132144626200000000" remote="132152254200000000" Dst="0" /> 15 <file name="interview_kw.jpg" server="onoff02.source.co.jp" local="132144626200000000" remote="132152254200000000" Dst="0" />
16 <file name="interview_og.jpg" server="onoff02.source.co.jp" local="132144626200000000" remote="132152254200000000" Dst="0" /> 16 <file name="interview_og.jpg" server="onoff02.source.co.jp" local="132144626200000000" remote="132152254200000000" Dst="0" />
17 <file name="event_img02.jpg" server="onoff02.source.co.jp" local="132156885861136897" remote="132168062400000000" Dst="0" /> 17 <file name="event_img02.jpg" server="onoff02.source.co.jp" local="132156885861136897" remote="132168062400000000" Dst="0" />
18 -<file name="interview_sharp.jpg" server="onoff02.source.co.jp" local="132168931080246944" remote="132168932400000000" Dst="0" /> 18 +<file name="interview_sharp.jpg" server="onoff02.source.co.jp" local="132168949948655893" remote="132180081600000000" Dst="0" />
  19 +<file name="interview_gk.jpg" server="onoff02.source.co.jp" local="132180080219028335" remote="132180081600000000" Dst="0" />
19 </dwsync> 20 </dwsync>
@@ -68,6 +68,8 @@ @@ -68,6 +68,8 @@
68 <div class="flex"> 68 <div class="flex">
69 <h2><span>新着情報</span></h2> 69 <h2><span>新着情報</span></h2>
70 <dl class="flex"> 70 <dl class="flex">
  71 + <dt>2019.11.12</dt>
  72 + <dd><a href="/interview/">「イベント・インタビュー」を更新しました。</a></dd>
71 <dt>2019.10.31</dt> 73 <dt>2019.10.31</dt>
72 <dd><a href="/interview/">「イベント・インタビュー」を更新しました。</a></dd> 74 <dd><a href="/interview/">「イベント・インタビュー」を更新しました。</a></dd>
73 <dt>2019.10.16</dt> 75 <dt>2019.10.16</dt>
@@ -76,8 +78,6 @@ @@ -76,8 +78,6 @@
76 <dd><a href="/interview/">「イベント・インタビュー」を更新しました。</a></dd> 78 <dd><a href="/interview/">「イベント・インタビュー」を更新しました。</a></dd>
77 <dt>2019.10.08</dt> 79 <dt>2019.10.08</dt>
78 <dd><a href="/about/#download">「LIFE UP プロモーション」ご案内チラシを掲載しました。</a></dd> 80 <dd><a href="/about/#download">「LIFE UP プロモーション」ご案内チラシを掲載しました。</a></dd>
79 - <dt>2019.10.01</dt>  
80 - <dd><a href="/interview/">事業者インタビューを公開しました。</a></dd>  
81 </dl> 81 </dl>
82 </div> 82 </div>
83 <div class="more"> 83 <div class="more">
@@ -149,6 +149,12 @@ @@ -149,6 +149,12 @@
149 <a href="/interview/sharp01.html"><span>シャープ株式会社</span></a> 149 <a href="/interview/sharp01.html"><span>シャープ株式会社</span></a>
150 </div> 150 </div>
151 </div> 151 </div>
  152 + <div>
  153 + <figure class="kadomaru"><img src="/img/top/interview_gk.jpg" alt="グローバルキッチン株式会社"></figure>
  154 + <div class="more">
  155 + <a href="/interview/gk01.html"><span>グローバルキッチン株式会社</span></a>
  156 + </div>
  157 + </div>
152 </div> 158 </div>
153 </section> 159 </section>
154 <section id="ft_img"> 160 <section id="ft_img">
1 <?xml version="1.0" encoding="utf-8" ?> 1 <?xml version="1.0" encoding="utf-8" ?>
2 <dwsync> 2 <dwsync>
3 -<file name="index.html" server="onoff02.source.co.jp" local="132168063746313588" remote="132168063600000000" Dst="0" /> 3 +<file name="index.html" server="onoff02.source.co.jp" local="132180080504629935" remote="132180159000000000" Dst="0" />
4 <file name="kw01.html" server="onoff02.source.co.jp" local="132151916400000000" remote="132152254200000000" Dst="0" /> 4 <file name="kw01.html" server="onoff02.source.co.jp" local="132151916400000000" remote="132152254200000000" Dst="0" />
5 -<file name="og02.html" server="onoff02.source.co.jp" local="132151917620000000" remote="132152254200000000" Dst="0" /> 5 +<file name="og02.html" server="onoff02.source.co.jp" local="132180073069212188" remote="132180159000000000" Dst="0" />
6 -<file name="kw02.html" server="onoff02.source.co.jp" local="132151915780000000" remote="132152254200000000" Dst="0" /> 6 +<file name="kw02.html" server="onoff02.source.co.jp" local="132180073169794141" remote="132180159000000000" Dst="0" />
7 <file name="og01.html" server="onoff02.source.co.jp" local="132151917140000000" remote="132152254200000000" Dst="0" /> 7 <file name="og01.html" server="onoff02.source.co.jp" local="132151917140000000" remote="132152254200000000" Dst="0" />
8 <file name="report01.html" server="onoff02.source.co.jp" local="132157414592927399" remote="132158380200000000" Dst="0" /> 8 <file name="report01.html" server="onoff02.source.co.jp" local="132157414592927399" remote="132158380200000000" Dst="0" />
9 <file name="report02.html" server="onoff02.source.co.jp" local="132157414663425424" remote="132158380200000000" Dst="0" /> 9 <file name="report02.html" server="onoff02.source.co.jp" local="132157414663425424" remote="132158380200000000" Dst="0" />
10 <file name="sharp01.html" server="onoff02.source.co.jp" local="132169645233186095" remote="132169645200000000" Dst="0" /> 10 <file name="sharp01.html" server="onoff02.source.co.jp" local="132169645233186095" remote="132169645200000000" Dst="0" />
11 -<file name="sharp02.html" server="onoff02.source.co.jp" local="132168060359851320" remote="132168746400000000" Dst="0" /> 11 +<file name="sharp02.html" server="onoff02.source.co.jp" local="132180073261606714" remote="132180159000000000" Dst="0" />
  12 +<file name="gk01.html" server="onoff02.source.co.jp" local="132180168567555288" remote="132180168000000000" Dst="0" />
  13 +<file name="gk02.html" server="onoff02.source.co.jp" local="132180156811692410" remote="132180159000000000" Dst="0" />
12 </dwsync> 14 </dwsync>
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
@@ -109,6 +109,12 @@ @@ -109,6 +109,12 @@
109 <a href="/interview/sharp01.html"><span>シャープ株式会社</span></a> 109 <a href="/interview/sharp01.html"><span>シャープ株式会社</span></a>
110 </div> 110 </div>
111 </div> 111 </div>
  112 + <div>
  113 + <figure class="kadomaru"><img src="/img/top/interview_gk.jpg" alt="グローバルキッチン株式会社"></figure>
  114 + <div class="more">
  115 + <a href="/interview/gk01.html"><span>グローバルキッチン株式会社</span></a>
  116 + </div>
  117 + </div>
112 </div> 118 </div>
113 </div> 119 </div>
114 </section> 120 </section>
@@ -56,7 +56,7 @@ @@ -56,7 +56,7 @@
56 <main> 56 <main>
57 <!-- InstanceBeginEditable name="contents" --> 57 <!-- InstanceBeginEditable name="contents" -->
58 <section id="pageTitle"> 58 <section id="pageTitle">
59 - <h1><img src="/img/interview/kw/h1.png" alt="キーウェアソリューションズ株式会社様"></h1> 59 + <h1><img src="/img/interview/h1.png" alt="キーウェアソリューションズ株式会社様"></h1>
60 </section> 60 </section>
61 <section id="interview"> 61 <section id="interview">
62 <div class="container"> 62 <div class="container">
@@ -56,7 +56,7 @@ @@ -56,7 +56,7 @@
56 <main> 56 <main>
57 <!-- InstanceBeginEditable name="contents" --> 57 <!-- InstanceBeginEditable name="contents" -->
58 <section id="pageTitle"> 58 <section id="pageTitle">
59 - <h1><img src="/img/interview/og/h1.png" alt="大阪ガス株式会社"></h1> 59 + <h1><img src="/img/interview/h1.png" alt="大阪ガス株式会社"></h1>
60 </section> 60 </section>
61 <section id="interview"> 61 <section id="interview">
62 <div class="container"> 62 <div class="container">
1 <?xml version="1.0" encoding="utf-8" ?> 1 <?xml version="1.0" encoding="utf-8" ?>
2 <dwsync> 2 <dwsync>
3 -<file name="index.html" server="onoff02.source.co.jp" local="132168949402969799" remote="132168949200000000" Dst="0" /> 3 +<file name="index.html" server="onoff02.source.co.jp" local="132180165500931714" remote="132180165000000000" Dst="0" />
4 </dwsync> 4 </dwsync>
@@ -60,6 +60,8 @@ @@ -60,6 +60,8 @@
60 </section> 60 </section>
61 <section id="news" class="container"> 61 <section id="news" class="container">
62 <dl class="flex"> 62 <dl class="flex">
  63 + <dt>2019.11.12</dt>
  64 + <dd><a href="/interview/">「イベント・インタビュー」を更新しました。</a></dd>
63 <dt>2019.10.31</dt> 65 <dt>2019.10.31</dt>
64 <dd><a href="/interview/">「イベント・インタビュー」を更新しました。</a></dd> 66 <dd><a href="/interview/">「イベント・インタビュー」を更新しました。</a></dd>
65 <dt>2019.10.16</dt> 67 <dt>2019.10.16</dt>
1 <?xml version="1.0" encoding="utf-8" ?> 1 <?xml version="1.0" encoding="utf-8" ?>
2 <dwsync> 2 <dwsync>
3 -<file name="detail.html" server="onoff02.source.co.jp" local="132170554521969468" remote="132170554200000000" Dst="0" /> 3 +<file name="detail.html" server="onoff02.source.co.jp" local="132180200058903706" remote="132180200400000000" Dst="0" />
4 -<file name="detail01.html" server="onoff02.source.co.jp" local="132151923220000000" remote="132152254200000000" Dst="0" /> 4 +<file name="detail01.html" server="onoff02.source.co.jp" local="132180200330279055" remote="132180200400000000" Dst="0" />
5 -<file name="detail02.html" server="onoff02.source.co.jp" local="132151921220000000" remote="132152254200000000" Dst="0" /> 5 +<file name="detail02.html" server="onoff02.source.co.jp" local="132180198100408630" remote="132180200400000000" Dst="0" />
6 -<file name="detail03.html" server="onoff02.source.co.jp" local="132151921660000000" remote="132152254200000000" Dst="0" /> 6 +<file name="detail03.html" server="onoff02.source.co.jp" local="132180198336396503" remote="132180200400000000" Dst="0" />
7 <file name="detail04.html" server="onoff02.source.co.jp" local="132151923060000000" remote="132152254200000000" Dst="0" /> 7 <file name="detail04.html" server="onoff02.source.co.jp" local="132151923060000000" remote="132152254200000000" Dst="0" />
8 -<file name="detail05.html" server="onoff02.source.co.jp" local="132170623085579073" remote="132170623800000000" Dst="0" /> 8 +<file name="detail05.html" server="onoff02.source.co.jp" local="132180198641829817" remote="132180200400000000" Dst="0" />
9 -<file name="detail06.html" server="onoff02.source.co.jp" local="132170623567901879" remote="132170623800000000" Dst="0" /> 9 +<file name="detail06.html" server="onoff02.source.co.jp" local="132180200413625509" remote="132180200400000000" Dst="0" />
10 -<file name="detail07.html" server="onoff02.source.co.jp" local="132151922960000000" remote="132152254800000000" Dst="0" /> 10 +<file name="detail07.html" server="onoff02.source.co.jp" local="132180222422008192" remote="132180222000000000" Dst="0" />
11 <file name="detail08.html" server="onoff02.source.co.jp" local="132151923260000000" remote="132152254800000000" Dst="0" /> 11 <file name="detail08.html" server="onoff02.source.co.jp" local="132151923260000000" remote="132152254800000000" Dst="0" />
12 -<file name="detail09.html" server="onoff02.source.co.jp" local="132151923020000000" remote="132152254800000000" Dst="0" /> 12 +<file name="detail09.html" server="onoff02.source.co.jp" local="132180199151067690" remote="132180200400000000" Dst="0" />
13 <file name="detail10.html" server="onoff02.source.co.jp" local="132170623489008196" remote="132170623800000000" Dst="0" /> 13 <file name="detail10.html" server="onoff02.source.co.jp" local="132170623489008196" remote="132170623800000000" Dst="0" />
14 <file name="index.html" server="onoff02.source.co.jp" local="132151923100000000" remote="132152254800000000" Dst="0" /> 14 <file name="index.html" server="onoff02.source.co.jp" local="132151923100000000" remote="132152254800000000" Dst="0" />
15 </dwsync> 15 </dwsync>
@@ -769,6 +769,62 @@ @@ -769,6 +769,62 @@
769 <div class="flex"> 769 <div class="flex">
770 <h2>つながる家電</h2> 770 <h2>つながる家電</h2>
771 <div> 771 <div>
  772 + <p>季節</p>
  773 + <p>生活</p>
  774 + <p>ヘルスケア</p>
  775 + </div>
  776 + </div>
  777 + <div class="flex green">
  778 + <h2>ベネフィット</h2>
  779 + <div>
  780 + <p>生活を快適に</p>
  781 + <p>見守り・防犯</p>
  782 + </div>
  783 + </div>
  784 + </div>
  785 + <div class="borderBox">
  786 + <table class="gaiyo">
  787 + <tr>
  788 + <th>提供者</th>
  789 + <td>シャープ</td>
  790 + </tr>
  791 + <tr>
  792 + <th>名称</th>
  793 + <td class="bold">COCORO HOME シャープ見守り for 空気清浄機</td>
  794 + </tr>
  795 + <tr>
  796 + <th>概要とサービスイメージ</th>
  797 + <td>
  798 + 家電が、離れて暮らす家族をつなぎ、さりげない見守りをお手伝いします。<br>
  799 + 離れて暮らす家族の空気清浄機が人の動き*や空気環境の変化などをセンサーで検知すると、見守る家族のスマートフォンへ通知します。(*人感センサー搭載モデルのみ)<br><br>
  800 + <figure><img src="/img/service/detail/cocoro_home_mimamori.png" alt="概要とサービスイメージ"></figure>
  801 + </td>
  802 + </tr>
  803 + <tr>
  804 + <th>参考情報</th>
  805 + <td><a href="https://cocoroplus.jp.sharp/home/" target="_blank">サービス詳細</a></td>
  806 + </tr>
  807 + <tr>
  808 + <th class="noBorder">対象家電・機器</th>
  809 + <td class="noBorder">
  810 + <table class="ph">
  811 + <tr>
  812 + <td>
  813 + <img src="/img/service/detail/detail05_img002.jpg" alt="空気清浄機">
  814 + <p>空気清浄機</p>
  815 + </td>
  816 + </tr>
  817 + </table>
  818 + </td>
  819 + </tr>
  820 + </table>
  821 + </div>
  822 + </div>
  823 + <div class="bg">
  824 + <div class="labels flex flex-between">
  825 + <div class="flex">
  826 + <h2>つながる家電</h2>
  827 + <div>
772 <p>情報・映像</p> 828 <p>情報・映像</p>
773 </div> 829 </div>
774 </div> 830 </div>
@@ -1202,7 +1258,10 @@ @@ -1202,7 +1258,10 @@
1202 </tr> 1258 </tr>
1203 <tr> 1259 <tr>
1204 <th>名称</th> 1260 <th>名称</th>
1205 - <td class="bold">TiNK Housework</td> 1261 + <td class="bold">
  1262 + TiNK Housework
  1263 + <p class="service_date">サービス提供開始予定:2020/1~</p>
  1264 + </td>
1206 </tr> 1265 </tr>
1207 <tr> 1266 <tr>
1208 <th>概要とサービスイメージ</th> 1267 <th>概要とサービスイメージ</th>
@@ -1205,7 +1205,8 @@ @@ -1205,7 +1205,8 @@
1205 </tr> 1205 </tr>
1206 <tr> 1206 <tr>
1207 <th>名称</th> 1207 <th>名称</th>
1208 - <td class="bold">TiNK Housework</td> 1208 + <td class="bold">TiNK Housework
  1209 + <p class="service_date">サービス提供開始予定:2020/1~</p></td>
1209 </tr> 1210 </tr>
1210 <tr> 1211 <tr>
1211 <th>概要とサービスイメージ</th> 1212 <th>概要とサービスイメージ</th>
@@ -409,6 +409,62 @@ @@ -409,6 +409,62 @@
409 </table> 409 </table>
410 </div> 410 </div>
411 </div> 411 </div>
  412 + <div class="bg">
  413 + <div class="labels flex flex-between">
  414 + <div class="flex">
  415 + <h2>つながる家電</h2>
  416 + <div>
  417 + <p>季節</p>
  418 + <p>生活</p>
  419 + <p>ヘルスケア</p>
  420 + </div>
  421 + </div>
  422 + <div class="flex green">
  423 + <h2>ベネフィット</h2>
  424 + <div>
  425 + <p>生活を快適に</p>
  426 + <p>見守り・防犯</p>
  427 + </div>
  428 + </div>
  429 + </div>
  430 + <div class="borderBox">
  431 + <table class="gaiyo">
  432 + <tr>
  433 + <th>提供者</th>
  434 + <td>シャープ</td>
  435 + </tr>
  436 + <tr>
  437 + <th>名称</th>
  438 + <td class="bold">COCORO HOME シャープ見守り for 空気清浄機</td>
  439 + </tr>
  440 + <tr>
  441 + <th>概要とサービスイメージ</th>
  442 + <td>
  443 + 家電が、離れて暮らす家族をつなぎ、さりげない見守りをお手伝いします。<br>
  444 + 離れて暮らす家族の空気清浄機が人の動き*や空気環境の変化などをセンサーで検知すると、見守る家族のスマートフォンへ通知します。(*人感センサー搭載モデルのみ)<br><br>
  445 + <figure><img src="/img/service/detail/cocoro_home_mimamori.png" alt="概要とサービスイメージ"></figure>
  446 + </td>
  447 + </tr>
  448 + <tr>
  449 + <th>参考情報</th>
  450 + <td><a href="https://cocoroplus.jp.sharp/home/" target="_blank">サービス詳細</a></td>
  451 + </tr>
  452 + <tr>
  453 + <th class="noBorder">対象家電・機器</th>
  454 + <td class="noBorder">
  455 + <table class="ph">
  456 + <tr>
  457 + <td>
  458 + <img src="/img/service/detail/detail05_img002.jpg" alt="空気清浄機">
  459 + <p>空気清浄機</p>
  460 + </td>
  461 + </tr>
  462 + </table>
  463 + </td>
  464 + </tr>
  465 + </table>
  466 + </div>
  467 + </div>
412 <!-- <div class="bg"> 468 <!-- <div class="bg">
413 <div class="labels flex flex-between"> 469 <div class="labels flex flex-between">
414 <div class="flex"> 470 <div class="flex">
@@ -409,6 +409,62 @@ @@ -409,6 +409,62 @@
409 </table> 409 </table>
410 </div> 410 </div>
411 </div> 411 </div>
  412 + <div class="bg">
  413 + <div class="labels flex flex-between">
  414 + <div class="flex">
  415 + <h2>つながる家電</h2>
  416 + <div>
  417 + <p>季節</p>
  418 + <p>生活</p>
  419 + <p>ヘルスケア</p>
  420 + </div>
  421 + </div>
  422 + <div class="flex green">
  423 + <h2>ベネフィット</h2>
  424 + <div>
  425 + <p>生活を快適に</p>
  426 + <p>見守り・防犯</p>
  427 + </div>
  428 + </div>
  429 + </div>
  430 + <div class="borderBox">
  431 + <table class="gaiyo">
  432 + <tr>
  433 + <th>提供者</th>
  434 + <td>シャープ</td>
  435 + </tr>
  436 + <tr>
  437 + <th>名称</th>
  438 + <td class="bold">COCORO HOME シャープ見守り for 空気清浄機</td>
  439 + </tr>
  440 + <tr>
  441 + <th>概要とサービスイメージ</th>
  442 + <td>
  443 + 家電が、離れて暮らす家族をつなぎ、さりげない見守りをお手伝いします。<br>
  444 + 離れて暮らす家族の空気清浄機が人の動き*や空気環境の変化などをセンサーで検知すると、見守る家族のスマートフォンへ通知します。(*人感センサー搭載モデルのみ)<br><br>
  445 + <figure><img src="/img/service/detail/cocoro_home_mimamori.png" alt="概要とサービスイメージ"></figure>
  446 + </td>
  447 + </tr>
  448 + <tr>
  449 + <th>参考情報</th>
  450 + <td><a href="https://cocoroplus.jp.sharp/home/" target="_blank">サービス詳細</a></td>
  451 + </tr>
  452 + <tr>
  453 + <th class="noBorder">対象家電・機器</th>
  454 + <td class="noBorder">
  455 + <table class="ph">
  456 + <tr>
  457 + <td>
  458 + <img src="/img/service/detail/detail05_img002.jpg" alt="空気清浄機">
  459 + <p>空気清浄機</p>
  460 + </td>
  461 + </tr>
  462 + </table>
  463 + </td>
  464 + </tr>
  465 + </table>
  466 + </div>
  467 + </div>
412 <!-- <div class="bg"> 468 <!-- <div class="bg">
413 <div class="labels flex flex-between"> 469 <div class="labels flex flex-between">
414 <div class="flex"> 470 <div class="flex">
@@ -769,6 +769,62 @@ @@ -769,6 +769,62 @@
769 </table> 769 </table>
770 </div> 770 </div>
771 </div> 771 </div>
  772 + <div class="bg">
  773 + <div class="labels flex flex-between">
  774 + <div class="flex">
  775 + <h2>つながる家電</h2>
  776 + <div>
  777 + <p>季節</p>
  778 + <p>生活</p>
  779 + <p>ヘルスケア</p>
  780 + </div>
  781 + </div>
  782 + <div class="flex green">
  783 + <h2>ベネフィット</h2>
  784 + <div>
  785 + <p>生活を快適に</p>
  786 + <p>見守り・防犯</p>
  787 + </div>
  788 + </div>
  789 + </div>
  790 + <div class="borderBox">
  791 + <table class="gaiyo">
  792 + <tr>
  793 + <th>提供者</th>
  794 + <td>シャープ</td>
  795 + </tr>
  796 + <tr>
  797 + <th>名称</th>
  798 + <td class="bold">COCORO HOME シャープ見守り for 空気清浄機</td>
  799 + </tr>
  800 + <tr>
  801 + <th>概要とサービスイメージ</th>
  802 + <td>
  803 + 家電が、離れて暮らす家族をつなぎ、さりげない見守りをお手伝いします。<br>
  804 + 離れて暮らす家族の空気清浄機が人の動き*や空気環境の変化などをセンサーで検知すると、見守る家族のスマートフォンへ通知します。(*人感センサー搭載モデルのみ)<br><br>
  805 + <figure><img src="/img/service/detail/cocoro_home_mimamori.png" alt="概要とサービスイメージ"></figure>
  806 + </td>
  807 + </tr>
  808 + <tr>
  809 + <th>参考情報</th>
  810 + <td><a href="https://cocoroplus.jp.sharp/home/" target="_blank">サービス詳細</a></td>
  811 + </tr>
  812 + <tr>
  813 + <th class="noBorder">対象家電・機器</th>
  814 + <td class="noBorder">
  815 + <table class="ph">
  816 + <tr>
  817 + <td>
  818 + <img src="/img/service/detail/detail05_img002.jpg" alt="空気清浄機">
  819 + <p>空気清浄機</p>
  820 + </td>
  821 + </tr>
  822 + </table>
  823 + </td>
  824 + </tr>
  825 + </table>
  826 + </div>
  827 + </div>
772 <!-- <div class="bg"> 828 <!-- <div class="bg">
773 <div class="labels flex flex-between"> 829 <div class="labels flex flex-between">
774 <div class="flex"> 830 <div class="flex">
@@ -1205,7 +1205,8 @@ @@ -1205,7 +1205,8 @@
1205 </tr> 1205 </tr>
1206 <tr> 1206 <tr>
1207 <th>名称</th> 1207 <th>名称</th>
1208 - <td class="bold">TiNK Housework</td> 1208 + <td class="bold">TiNK Housework
  1209 + <p class="service_date">サービス提供開始予定:2020/1~</p></td>
1209 </tr> 1210 </tr>
1210 <tr> 1211 <tr>
1211 <th>概要とサービスイメージ</th> 1212 <th>概要とサービスイメージ</th>
@@ -714,6 +714,62 @@ @@ -714,6 +714,62 @@
714 </table> 714 </table>
715 </div> 715 </div>
716 </div> 716 </div>
  717 + <div class="bg">
  718 + <div class="labels flex flex-between">
  719 + <div class="flex">
  720 + <h2>つながる家電</h2>
  721 + <div>
  722 + <p>季節</p>
  723 + <p>生活</p>
  724 + <p>ヘルスケア</p>
  725 + </div>
  726 + </div>
  727 + <div class="flex green">
  728 + <h2>ベネフィット</h2>
  729 + <div>
  730 + <p>生活を快適に</p>
  731 + <p>見守り・防犯</p>
  732 + </div>
  733 + </div>
  734 + </div>
  735 + <div class="borderBox">
  736 + <table class="gaiyo">
  737 + <tr>
  738 + <th>提供者</th>
  739 + <td>シャープ</td>
  740 + </tr>
  741 + <tr>
  742 + <th>名称</th>
  743 + <td class="bold">COCORO HOME シャープ見守り for 空気清浄機</td>
  744 + </tr>
  745 + <tr>
  746 + <th>概要とサービスイメージ</th>
  747 + <td>
  748 + 家電が、離れて暮らす家族をつなぎ、さりげない見守りをお手伝いします。<br>
  749 + 離れて暮らす家族の空気清浄機が人の動き*や空気環境の変化などをセンサーで検知すると、見守る家族のスマートフォンへ通知します。(*人感センサー搭載モデルのみ)<br><br>
  750 + <figure><img src="/img/service/detail/cocoro_home_mimamori.png" alt="概要とサービスイメージ"></figure>
  751 + </td>
  752 + </tr>
  753 + <tr>
  754 + <th>参考情報</th>
  755 + <td><a href="https://cocoroplus.jp.sharp/home/" target="_blank">サービス詳細</a></td>
  756 + </tr>
  757 + <tr>
  758 + <th class="noBorder">対象家電・機器</th>
  759 + <td class="noBorder">
  760 + <table class="ph">
  761 + <tr>
  762 + <td>
  763 + <img src="/img/service/detail/detail05_img002.jpg" alt="空気清浄機">
  764 + <p>空気清浄機</p>
  765 + </td>
  766 + </tr>
  767 + </table>
  768 + </td>
  769 + </tr>
  770 + </table>
  771 + </div>
  772 + </div>
717 <!-- <div class="bg"> 773 <!-- <div class="bg">
718 <div class="labels flex flex-between"> 774 <div class="labels flex flex-between">
719 <div class="flex"> 775 <div class="flex">
@@ -1205,7 +1261,7 @@ @@ -1205,7 +1261,7 @@
1205 </tr> 1261 </tr>
1206 <tr> 1262 <tr>
1207 <th>名称</th> 1263 <th>名称</th>
1208 - <td class="bold">TiNK Housework</td> 1264 + <td class="bold">TiNK Housework<p class="service_date">サービス提供開始予定:2020/1~</p></td>
1209 </tr> 1265 </tr>
1210 <tr> 1266 <tr>
1211 <th>概要とサービスイメージ</th> 1267 <th>概要とサービスイメージ</th>
@@ -772,6 +772,62 @@ @@ -772,6 +772,62 @@
772 <div class="flex"> 772 <div class="flex">
773 <h2>つながる家電</h2> 773 <h2>つながる家電</h2>
774 <div> 774 <div>
  775 + <p>季節</p>
  776 + <p>生活</p>
  777 + <p>ヘルスケア</p>
  778 + </div>
  779 + </div>
  780 + <div class="flex green">
  781 + <h2>ベネフィット</h2>
  782 + <div>
  783 + <p>生活を快適に</p>
  784 + <p>見守り・防犯</p>
  785 + </div>
  786 + </div>
  787 + </div>
  788 + <div class="borderBox">
  789 + <table class="gaiyo">
  790 + <tr>
  791 + <th>提供者</th>
  792 + <td>シャープ</td>
  793 + </tr>
  794 + <tr>
  795 + <th>名称</th>
  796 + <td class="bold">COCORO HOME シャープ見守り for 空気清浄機</td>
  797 + </tr>
  798 + <tr>
  799 + <th>概要とサービスイメージ</th>
  800 + <td>
  801 + 家電が、離れて暮らす家族をつなぎ、さりげない見守りをお手伝いします。<br>
  802 + 離れて暮らす家族の空気清浄機が人の動き*や空気環境の変化などをセンサーで検知すると、見守る家族のスマートフォンへ通知します。(*人感センサー搭載モデルのみ)<br><br>
  803 + <figure><img src="/img/service/detail/cocoro_home_mimamori.png" alt="概要とサービスイメージ"></figure>
  804 + </td>
  805 + </tr>
  806 + <tr>
  807 + <th>参考情報</th>
  808 + <td><a href="https://cocoroplus.jp.sharp/home/" target="_blank">サービス詳細</a></td>
  809 + </tr>
  810 + <tr>
  811 + <th class="noBorder">対象家電・機器</th>
  812 + <td class="noBorder">
  813 + <table class="ph">
  814 + <tr>
  815 + <td>
  816 + <img src="/img/service/detail/detail05_img002.jpg" alt="空気清浄機">
  817 + <p>空気清浄機</p>
  818 + </td>
  819 + </tr>
  820 + </table>
  821 + </td>
  822 + </tr>
  823 + </table>
  824 + </div>
  825 + </div>
  826 + <div class="bg">
  827 + <div class="labels flex flex-between">
  828 + <div class="flex">
  829 + <h2>つながる家電</h2>
  830 + <div>
775 <p>情報・映像</p> 831 <p>情報・映像</p>
776 </div> 832 </div>
777 </div> 833 </div>