.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; } } 歯科医師が勧めるデンタルケアー商品 | 人生の目標を持つこと
本 ペ ー ジ は プ ロ モ ー シ ョ ン が 含 ま れ て い ま す

歯科医師が勧めるデンタルケアー商品

レビュー記事

読者の皆さんは、自分の歯が悪くなったら、どうしますか?仕事に家事に忙しい毎日を過ごしていたら、”虫歯になっても、仕方ないだろう!”と思ったことありませんか?

私も過去に同じ気持ちで過ごしていました。結果的には、虫歯で抜歯しないといけない歯が増えました。そして、インプラント(人口の歯の挿入)をして、多額の医療費を払わざるを得なくなって、後悔しています。

皆さんも気が付いたら、身近な歯科医師の先生に相談して、歯の健康維持の対策を立てましょう!

これからご紹介する商品は、歯科医師がオススメする商品なので、皆さんの健康に役立つことでしょう。

ベ ス ト な 口 腔 ケ ア の 難 し さ

 

私の妻は、5、6年前から毎月2、3回歯科医院に通い続けていました。誰しも虫歯にならずに健康な歯を維持すること自体難しいものです。毎日食後に歯に付いた食べカスを綺麗に掃除して、虫歯になることを防ぐ為、十分なブラッシングを続けるのも大変です。

 

 

                                                            

歯科医院に通う主旨も①自分の歯の磨き残しを見つけてもらう②専門家(歯科医師)に、より良い歯の管理方法を聞く等ではないでしょうか!よく患者さん思いの熱心な治療をする歯科医院では、歯科医の先生がオススメする歯ブラシor歯間ブラシを紹介されることがあります。その歯科医院に通えば、いつでも購入できるものですが、自己都合で途絶えたら身近なお店では、買えないものもあります。

                                                              

2年前私達夫婦は、個人的都合で引越。妻か通う歯科医院へのアクセス時間も当然長くなって、引越を境に通院が途絶えました。妻は、歯科医の先生オススメの“歯間ブラシ”をどこかで購入できないかと、私に頼みました。私は“妻が毎日の歯の管理が気軽に続けられるようにできれば、良い。”と思い、スーパーマーケット、ドラッグストアを中心に、探してましたが なかなか見付かりません。

DENT.EX onetuft ライオン歯科材株式会社 一般のお客様向け情報が、こちら

                                                              

そして、上記以外で、日用品専門のお店で、たまたま見付かり、安堵しましたが、そのお店は、私が通勤で通るルートから外れており、休日なら来店できますが、気軽に購入とは言えません。他に購入できるお店がないか再度リサーチして、インターネットで通信販売するサイトの会社数社の取り扱い商品の中で見付かり、以後通販サイトからの“歯間ブラシ”の購入を度々しています。身近な販売店で販売してない商品を通販会社で手軽に購入できることがわかり、私も妻も安堵しました。

                                                              この記事を編集していて、私自身は、10年以上前に1年間毎日のように頻繁に仕事帰りに歯科医院に立ち寄っていました。残念ながら私の歯は、虫歯を克服できず、全てインプラント(人工歯)となっています。仕事が忙しいからとブラッシングを怠って、後悔ばかりの気持ちです。自分の歯を1本でも多く残して、自分の身体の健康を維持すること自体如何に難しいか感じました。

妻には、もっと長く健康で居て欲しいと願っています。読者の方にも虫歯なく元気に毎日を過ごして頂きたいと祈っています。

                                                              

[商品価格に関しましては、リンクが作成された時点と現時点で情報が変更されている場合がございます。]

【メール便専用送料無料】ライオン EX ワンタフト 歯ブラシ 10本 EXワンタフト (onetuft)S/M/systema
価格:2629円(税込、送料無料) (2021/11/6時点)

 

楽天で購入

 

 

 

                                                       

 

 

                                   

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