.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
本 ペ ー ジ は プ ロ モ ー シ ョ ン が 含 ま れ て い ま す
トレンド記事

キャンプで絶景なのに、底冷えor雨等悪条件を避け、安全安心な施設

過去に休日の楽しみ方として、キャンプがありました。家族、ボーイ・スカウト、親しい友人同士等で共同で宿泊が楽しめたものでした。近年では、キャンプの感覚で、気軽に宿泊でき、外の自然にたたずめて、適正な宿泊料金で利用できるグランピング施設を検証します。
トレンド記事

西城秀樹:歌を聴く人に元気を与える伝説の歌声

視 聴 者 へ 勇 気・感 動 を 与 え る 仕 事 読者・視聴者の皆さんは、人気歌手が、何故に人気あるのか考えたことあるでしょうか?私自身、西城秀樹さんが、人気があったことを知っていましたが、直接のファンではなかったので、西城さんのどち...
トレンド記事

房総半島:東京で価値ある観光地は、多いけれど、気軽な場所を見つけました。

休日に家族でゆっくり仕事を忘れて、休息したいものですが、是非とも行きたい観光地は、アクセスに時間がかかったり、宿泊の予約が多くて計画が立てにくかったりと旅を諦めることも多々あると思いますが、その点、短時間に行ける特色あるスポットなら、悩むことありません。房総半島の魅力を参考にしてください。
トレンド記事

中森明菜・伝説のコンサート:記念ライブのシーン

中 森 明 菜 プ ロ フ ィ ー ル 名前:中森明菜、生年月日:1965年7月13日、出身地:東京都、 1981年オーディション番組「スター誕生!」で研音からスカウトされて、翌年「スローモーション」で歌手デビューする。 NHK紅白歌合戦に...
トレンド記事

スマートフォン:固定電話利用から発展し、意思疎通に欠かせぬ道具となりました。

過去に私達の連絡手段は、固定電話のみであったが、年ごとに何度もイベントを試みて、お互いの意思の疎通が図れるように、便利になってきました。そのスマートフォンの普及のプロセスを見てゆきましょう。
トレンド記事

情報の発信基地:横浜中華街の歴史について

外 国 人 居 留 地 か ら 安政6年、現在の横浜市では、港が開港して、開港とともに上陸した西洋人の仲介役として、漢字を理解できる広東省出身の中国人が活躍する。 その西洋人の居留地の近くの横浜新田に、仲介役の中国人:華僑の居留地が作られて...
トレンド記事

静岡水わさびの伝統栽培:日本一を目指して

わ さ び へ の 興 味 私たちが、普段からいただきます料理:魚の刺身、ざるそばのつけ汁等に使われるわさび。わさびを付け合せることによって、味が引き立つのは、何故でしょうか? そんなわさびは、どんな 所で育つのかという興味が湧いてくるもの...
トレンド記事

風魔一族:忍者体験施設

子供の頃にテレビの時代劇の特撮ドラマで、『仮面の忍者赤影』を視聴した記憶があり、 忍者の能力が人間離れしたシーンが多くて、子供心に”同じ人間だから、自分でも忍者の忍術を試したい!”と憧れたものです。 忍 者 の 役 割 と は 何 か ? ...
トレンド記事

トマトレシピ:世界各国の食材としてトマトを使う料理を紹介します!

南米ペルーの生産地の紹介から始まって、トマトの栄養素や健康効果を説明して、トマトの良さが私達の身体に良い影響を与えることを検証します。
レビュー記事

テレビ台:貴方のライフスタイルに合わせて

テ レ ビ 台 の 上 手 な 選 び 方 最近3、4年、社会情勢として、コロナ禍の影響で、出掛けることを、遠慮せざるを得ないこと自体、読者の皆様も辛いお気持ちでお過ごしのことと思い、同情いたします。 自宅での過ごし方として、夕食後に、映画...
Verified by MonsterInsights