.reviewBox { display: block; max-width: 500px; background: #F5F7FF; border: 1px solid #7B86C6; margin: 20px auto; padding: 0; border-radius: 10px; } .reviewBox .reviewBox_content { padding: 30px; } .reviewBox .reviewBox_title1 { margin: 0; padding: 12px; background: #7B86C6; text-align: center; font-size: 15px !important; font-weight: bold; border-radius: 10px 10px 0 0; line-height: 1.3em; border: none; color: #fff !important; } .reviewBox .reviewBox_title1:before { font-family: "Font Awesome 5 Free"; content: "\f005"; font-weight: 600; padding-right: 5px; font-size: .9em !important } .reviewBox .reviewBox_title2 { margin: 0; padding: 0; line-height: 1.3em; font-size: 16px; margin-bottom: 10px; font-weight: bold; border: none; } .reviewBox .reviewBox_title2:before { content: none !important; } .reviewBox .reviewBox_top { margin: auto; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; } .reviewBox .reviewBox_top p { margin: 0; padding: 0; line-height: 1.3em; padding-bottom: 12px; font-size: 15px !important; } .reviewBox .reviewBox_top p:before { font-family: "Font Awesome 5 Free"; content: "\f00c"; font-weight: 600; padding-right: 5px; font-size: .8em; } .reviewBox .reviewBox_top .reviewBox_left, .reviewBox .reviewBox_top .reviewBox_right { width: 50%; } .reviewBox .reviewBox_top .reviewBox_right img { display: block; margin: auto; width: 160px; } .reviewBox .reviewBox_center { margin-top: 10px; } .reviewBox .reviewLink { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .reviewBox .reviewLink a { font-size: 15px !important; color: #444 !important; border: 2px solid #444; padding: .6em 2em; margin: 5px; width: 50%; text-align: center; margin-top: 30px; text-decoration: none; } .reviewBox .reviewLink a:nth-child(2) { background: #7B86C6; color: #fff !important; border: 2px solid #7B86C6; } .reviewBox .reviewLink a:before { font-family: "Font Awesome 5 Free"; content: "\f138"; font-weight: 600; padding-right: 5px; } .reviewBox .reviewBox_center { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; padding: 20px 0; } .reviewBox .reviewBox_center .progress-circle { width: 25%; margin: auto; } .reviewBox .progress-circle { font-size: 12px !important; margin: 20px; position: relative; /* so that children can be absolutely positioned */ padding: 0; width: 5em !important; height: 5em !important; background-color: #D7DBF3; border-radius: 50%; line-height: 5em; } .reviewBox .reviewBox_score { font-size: 13px !important; text-align: center; line-height: 1em; z-index: 4; padding-top: 5.5em; display: block; font-weight: 600; } .reviewBox .reviewBox_score p { margin: 0; font-size: 12px !important; width: 120% !important; margin-left: -10% !important; } .reviewBox .progress-circle:after { border: none; position: absolute; top: 0.5em; left: 0.5em; text-align: center; display: block; border-radius: 50%; width: 4em; height: 4em; background-color: #F5F7FF; content: " "; } .reviewBox .progress-circle .progress-text { position: absolute; line-height: 2.6em; width: 2.6em; text-align: center; display: block; color: #444 !important; font-size: 23px !important; z-index: 2; font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif; } .reviewBox .left-half-clipper { border-radius: 50%; width: 5em; height: 5em; position: absolute; /* needed for clipping */ clip: rect(0, 5em, 5em, 2.5em); /* clips the whole left half*/ } .reviewBox .progress-circle.over50 .left-half-clipper { clip: rect(auto, auto, auto, auto); } .reviewBox .value-bar { position: absolute; /*needed for clipping*/ clip: rect(0, 2.5em, 5em, 0); width: 5em !important; height: 5em !important; border-radius: 50%; border: 0.5em solid #7B86C6; box-sizing: border-box; } .reviewBox .progress-circle.over50 .first50-bar { position: absolute; /*needed for clipping*/ clip: rect(0, 5em, 5em, 2.5em); background-color: #7B86C6; border-radius: 50%; width: 5em; height: 5em; } .reviewBox .progress-circle:not(.over50) .first50-bar { display: none; } .reviewBox .progress-circle.p0 .value-bar { display: none; } .reviewBox .progress-circle.p1 .value-bar { transform: rotate(4deg); } .reviewBox .progress-circle.p10 .value-bar { transform: rotate(36deg); } .reviewBox .progress-circle.p20 .value-bar { transform: rotate(72deg); } .reviewBox .progress-circle.p30 .value-bar { transform: rotate(108deg); } .reviewBox .progress-circle.p40 .value-bar { transform: rotate(144deg); } .reviewBox .progress-circle.p50 .value-bar { transform: rotate(180deg); } .reviewBox .progress-circle.p60 .value-bar { transform: rotate(216deg); } .reviewBox .progress-circle.p70 .value-bar { transform: rotate(252deg); } .reviewBox .progress-circle.p80 .value-bar { transform: rotate(288deg); } .reviewBox .progress-circle.p90 .value-bar { transform: rotate(324deg); } .reviewBox .progress-circle.p100 .value-bar { transform: rotate(360deg); } @media screen and (max-width:480px) { .reviewBox .reviewBox_content { padding: 15px; } .reviewBox .reviewBox_top .reviewBox_right img { width: 220px; } .reviewBox .reviewBox_top p { font-size: 13px !important; } .reviewBox .reviewBox_top p:first-child { font-size: 15px !important; } .reviewBox .reviewBox_center { padding: 0; margin-top: 20px; margin-bottom: 20px; } .reviewBox .reviewLink a { padding: .5em; } .reviewBox .reviewBox_top { flex-direction: column; flex-wrap: wrap; justify-content: center; align-items: center; } .reviewBox .reviewBox_top .reviewBox_left { -webkit-box-ordinal-group: 2; -ms-flex-order: 2; -webkit-order: 2; order: 2; width: 90%; margin: auto; margin-top: 20px; } .reviewBox .reviewBox_top .reviewBox_right { -webkit-box-ordinal-group: 1; -ms-flex-order: 1; -webkit-order: 1; order: 1; width: 100%; } .reviewBox .reviewLink a { font-size: 13px !important; } .reviewBox .progress-circle .progress-text { line-height: 2.2em; width: 2.2em; font-size: 23px !important; } .reviewBox .progress-circle { font-size: 10px !important; } .reviewBox .reviewBox_score p { font-size: 10px !important; } } 加湿空気清浄機:お部屋の空気をキレイに、空気の乾燥を控える嬉しい機能 | 人生の目標を持つこと
本 ペ ー ジ は プ ロ モ ー シ ョ ン が 含 ま れ て い ま す

加湿空気清浄機:お部屋の空気をキレイに、空気の乾燥を控える嬉しい機能

レビュー記事

読者の皆様は、毎年冬場にどのようにお過ごしでしょうか?

私たちは、冬の季節の過ごし方として、暖房器具でお部屋を暖めても、空気が汚れるので、窓をしばらく開けるなどして、空気をクリーンしようとしますが、どうしても空気が乾燥してしまいがちです。

対策として、加湿器と空気清浄機を併用して、身体の体調維持を図るために利用していますが、それでは果たして、充分に使える方法なのか?もっとベストな過ごし方はないのか検証して行きます。

今回は、ウイルスや微細なホコリから防ぎ、及び水分ありの潤いのある空気を使って、体調を崩さないための機器を紹介したいと思っています。

 

加 湿 機 能 の あ る 清 浄 機 と は ?

空気清浄機は、空気中に浮遊する微細な物質をフィルターでろ過し、クリーンな空気を部屋に放出する基本的な働きがあります。
微細な物質とは、何か?具体例として、ハウスダストや花粉のような大きいサイズ~カビ、タバコの煙orウイルスなどの小さなサイズのものが該当します。

空気清浄機には、HEPAフィルターと呼ばれる集塵フィルターが付いています。JIS規格では、o.3umの粒子に対して99.97%以上の粒子を捕集率があると言われています。

空気清浄機は、フィルターの機能が集塵と消臭があり、取り込まれた空気を放出するファンの機能で構成されているが、最近の各メーカーでは、加湿機能を加えた「加湿空気清浄機」製作して、販売している。

 

 

加 湿 空 気 清 浄 機 の 需 要 時 期

(1)空気清浄機の本来の需要:毎年11月~2月の間になっています。

(2)春先の花粉の飛散が、2月~3月にピークを迎えるとニュースでも報道されています。

(3)その花粉対策として、空気清浄機の人気が高まりました。

(4)さらに加湿器(単独の需要期:毎年11月~1月)の機能を加えた1台2役の加湿空気清浄機の評判が良くなりました。

各 メ ー カ ー 取 扱 品 の 特 徴

ダイキン「ACK70X」

・除菌機能「ストリーマー」を2基搭載している。

・フィルターは、撥水・撥油の効果が高い素材を使い、目詰まりが起こりにくいのが、特徴です。

・後継モデル(ACK70Y)は、店頭価格5万円だが、この商品が2年前に発売を始めたので、現在の価格では、3万円以下で買えるので、お買い得です。

 

シャープ「KI-PX70」

・1cm3あたり5万個以上の高濃度のプラズマクラスターイオンを出す「プラズマクラスターNEXT」を搭載し、空気の除菌・消臭が行える。

・センサーで感知した空気の汚れを、気流を切り替えて空気の循環を促すルーバーの機能が搭載されている。

・スマートフォンのアプリと連携して使える「COCORO AIR」を利用できる。

 

パナソニック「F-VC70XU」

・パナソニック独自の「ナノイーX」イオンの高濃度版「ナノイーX9.6兆」の機能を有し、空気の除菌・消臭が行える。

・清浄機本体の下部にセンサーを取り付けてあり、床付近の花粉などを効率よく吸い込む「花粉撃退気流」の機能が付いていて、集塵量が従来の1.5倍になる。

・この商品は、1年前に発売されたモデルなので、4万円台で購入できるのが、お買い得です。

 

シャープ「KI-NS40」

・1cm3あたり2万5千個以上のプラズマクラスターイオンを出す「プラズマクラスター25000」の機能を持っている。

・置場を選ばないスリムな形をしていて、フィルターは、集塵・脱臭の一体型フィルターで、2年間交換不要になっている。

・2022発売モデルの商品であるので、2万円以下で購入できるのも、嬉しいタイプです。

 

 

 

 

 

機 能 を 活 か せ る 場 所 と は ?

加湿空気清浄機を置くのに相応しい場所について、具体例を説明しておきます。

・エアコンの設置場所や窓際の直射日光が当たる場所を避けます。

・バスルームのように、高温or多湿で水をよく使う場所を避けます。

・調理で油を使って、部屋の中で油が飛び散るキッチンでは、清浄機を使う効果が少ない。

・リビングルームでは、部屋の真ん中に、清浄機本体を置くと効果がある。

・冬場の季節に、寝室にて部屋の乾燥を避けるため、加湿機能だけを使うと効果がある。

Verified by MonsterInsights
タイトルとURLをコピーしました