.box2 {
padding: 0.5em 1em;
margin: 2em 0;
font-weight: bold;
color: #7b6960;/*文字色*/
background: #FFF;
border: solid 3px #7b6960;/*線*/
border-radius: 10px;/*角の丸み*/
}
.box2 p {
margin: 0;
padding: 0;
}
.box_11 {
position: relative;
background: #f8f4f1;
padding: 1.5em;
border: solid 1px #7b6960;
}
.box_11::after {
position: absolute;
content: '';
left: -1px;
top: -1px;
border-style: solid;
border-width: 0 0 20px 20px;
border-color: #fff #fff #7b6960;
}
.box_15 {
background: #FFEFEA;
padding: 1.5em;
}
.box_15_ttl {
border-left: solid 4px #d93027;
padding-left: 15px;
color: #d93027;
font-weight: bold;
font-size: 1.2em;
margin-bottom: 10px;
}
.box_15_txt {
margin-top: 10px;
}
.box_18 {
position: relative;
padding: 1.5em;
border: 2px solid #7b6960;
}
.box_18_ttl {
position: absolute;
padding: 0 0.5em;
left: 30px;
top: -10px;
background: #fff;
font-weight: bold;
color: #7b6960;
}
.box_16 {
border: 1px solid #7b6960;
}
.box_16_ttl {
margin: 0;
background: #7b6960;
color: #fff;
padding: 10px;
text-align: center;
font-weight: bold;
}
.box_16_txt {
margin: 0;
padding: 1em;
}
.box_17 {
position: relative;
background: #f8f4f1;
}
.box_17_ttl {
position: relative;
display: inline-block;
padding: 0.5em 2em;
background: #7b6960;
color: #fff;
font-weight: bold;
top: 20px;
left: -10px;
}
.box_17_ttl::before {
position: absolute;
content: '';
top: 100%;
left: 0;
border: none;
border-bottom: solid 10px transparent;
border-right: solid 10px rgb(149, 158, 155);
}
.box_17_txt {
margin: 0;
padding: 2em 1.5em 1.5em;
}
.box_20 {
border: 1px solid #7b6960;
background: #e7dfce;
padding: 1.5em;
}
.box_20_ttl {
border-left: solid 4px #7b6960;
padding-left: 10px;
color: #27acd9;
font-size: 1.2em;
font-weight: bold;
margin-bottom: 15px;
}
.box_20_txt {
background: #fff;
border-radius: 10px;
padding: 1em;
margin-top: 10px;
box-shadow: 0 2px 3px #ccc;
}
hr{
height: 3px;
}
/* Quote Testimonial*/
.fuki {
position: relative;
padding: 1rem;
border-radius: 10px;
background-color: #e7dfce;
border: 2px solid #333;
}
.fuki::before {
position: absolute;
top: 100%;
left: 10%;
height: 25px;
width: 2px;
transform: rotate(-20deg);
background-color: #333;
content: '';
}
.fuki p {
color: #333;
line-height: 1.5;
}
/*Testimonial blockquote */
.testimonial-quote {
font-size: 16px;
}
.testimonial-quote blockquote {
/* Negate theme styles */
border: 0;
margin: 0;
padding: 0;
background: none;
color: gray;
font-family: Georgia, serif;
font-size: 1.5em;
font-style: italic;
line-height: 1.4 !important;
margin: 0;
position: relative;
text-shadow: 0 1px white;
z-index: 600;
}
.testimonial-quote blockquote * {
box-sizing: border-box;
}
.testimonial-quote blockquote p {
color: #7B6960;
line-height: 1.4 !important;
}
.testimonial-quote blockquote p:first-child:before {
content: '\201C';
color: #7B6960;
font-size: 7.5em;
font-weight: 700;
opacity: .3;
position: absolute;
top: -.4em;
left: -.2em;
text-shadow: none;
z-index: -300;
}
.testimonial-quote img {
display: block;
width: 200px;
height: 200px;
position: absolute;
top: -1em;
left: 0;
right: 20px;
}
.testimonial-quote cite {
color: gray;
display: block;
font-size: .8em;
}
.testimonial-quote cite span {
color: #5e5e5e;
font-size: 1em;
font-style: normal;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
text-shadow: 0 1px white;
}
.testimonial-quote {
position: relative;
}
.testimonial-quote .quote-container {
padding-left: 260px;
}
.testimonial-quote.right .quote-container {
padding-left: 0;
padding-right: 260px;
}
.testimonial-quote.right img {
left: auto;
right: 0;
}
.testimonial-quote.right cite {
text-align: right;
}
/* blockquote testimonial 2 colors*/
$light-blue: hsl(194, 49%, 73%);
$dark-blue: hsl(221, 49%, 33%);
$dark-green: hsl(166, 72%, 28%);
$light-green: hsl(156, 72%, 73%);
$gray: hsl(210, 36%, 96%);
body{
margin:0;
}
p.footer{
font-family: Lato;
font-weight:100;
font-size:12px;
}
div.layout{
width:100%;
display:flex;
flex-direction:column;
align-items:center;
background-color:$gray;
height: 100vh;
padding-top:40px;
}
div.quote-left{
position:relative;
display:flex;
flex-direction:row;
align-items:center;
width:700px;
min-height:220px;
max-height:220px;
border-radius: 16px;
background-color: $dark-blue;
box-shadow:0px 0px 15px gray;
margin-bottom:60px;
div.quote-image{
width:40%;
height:inherit;
background-image:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/812449/user-blue1.jpg);
background-position:center;
background-size: cover;
border-radius: 16px 0px 0px 16px;
clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}
div.quote-circle{
position:absolute;
left:230px;
top:80px;
z-index:10;
height:50px;
width:50px;
border-radius: 50%;
background-color:white;
color: $dark-blue;
display:flex;
justify-content:center;
align-items:center;
text-align:center;
}
div.quote-circle-inner{
height:35px;
width:35px;
border-radius: 50%;
display:flex;
justify-content:center;
align-items:center;
text-align:center;
box-shadow:0px 0px 10px $dark-blue;
}
div.quote-text{
flex:1;
padding:10px 30px 10px 30px;
border-radius: 0px 16px 16px 0px;
color:white;
font-family: proxima-nova, sans-serif;
font-style:italic;
font-size:18px;
font-weight:100;
line-height:22px;
}
div.quote-author{
text-align:right;
font-size:20px;
font-weight:500;
font-style:normal;
color:$light-blue;
}
}
div.quote-right{
position:relative;
display:flex;
flex-direction:row;
align-items:center;
width:700px;
max-height:220px;
min-height:220px;
border-radius: 16px;
background-color: $dark-green;
box-shadow:0px 0px 15px gray;
margin-bottom:60px;
div.quote-image{
width:40%;
height:inherit;
background-image:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/812449/user-gray1.jpg);
background-position:center;
background-size: cover;
border-radius: 0px 16px 16px 0px;
clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}
div.quote-circle{
position:absolute;
right:230px;
top:80px;
z-index:10;
height:50px;
width:50px;
border-radius: 50%;
background-color:white;
color:$dark-green;
display:flex;
justify-content:center;
align-items:center;
text-align:center;
div.quote-circle-inner{
height:35px;
width:35px;
border-radius: 50%;
display:flex;
justify-content:center;
align-items:center;
text-align:center;
box-shadow:0px 0px 10px $dark-green;
}
}
div.quote-text{
flex:1;
padding:10px 20px 10px 40px;
border-radius: 0px 16px 16px 0px;
color:white;
font-family: proxima-nova, sans-serif;
font-style:italic;
font-size:18px;
font-weight:100;
line-height:22px;
div.quote-author{
text-align:right;
font-size:20px;
font-weight:500;
font-style:normal;
color:$light-green;
}
}
}
/**
* Testimonial web page example
* Created by Shihabiiuc.com
* You're free to use this template on your website
* Any questions, please contact https://shihabiiuc.com/contact
* Fonts:
* font-family: 'Lato', sans-serif;
* weights: 400/700
* font-family: 'Merriweather', serif;
*/
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
font-family: 'Lato', sans-serif;
font-weight: 400;
}
img {
max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
}
p {
margin: -10 0px;
}
blockquote {
margin: 0;
font-family: 'Lato', sans-serif;
color: #222222;
margin: 0 0 15px;
}
.banner {
background-color: #7b6960;
background-image: linear-gradient(315deg, #42378f 0%, #f53844 74%);
padding: 90px 15px;
text-align: center;
}
.banner h1 {
font-weight: 700;
font-size: 35px;
color: #FFFFFF;
text-shadow: 2px 2px 12px #222222;
}
@media (min-width: 768px) {
.banner h1 {
font-size: 60px;
}
}
.banner p {
font-size: 1.125rem;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.8);
}
.testimonials {
background-color: #ffffff;
padding: 90px 15px;
}
.testimonials .t_wrapper {
max-width: 800px;
margin: 0 auto;
}
.testimonials .t_wrapper .item {
background-color: #F0E7E0;
padding: 10px;
border-radius: 4px;
margin: 5 5 30px;
}
.testimonials .t_wrapper .item p {
text-align: center;
}
.testimonials .t_wrapper .item.light {
background-color: #f8f4f1;
}
.testimonials .t_wrapper .item.dark {
background-color: #E7D9CF;
}
.testimonials .t_wrapper .item.gradient {
background-color: #E7D9CF;
background-image: linear-gradient(315deg, #E7D9CF 0%, #f8f4f1 74%);
}
@media (min-width: 768px) {
.testimonials .t_wrapper .two-col-testimonial {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.testimonials .t_wrapper .two-col-testimonial .item {
-ms-flex-preferred-size: 48%;
flex-basis: 48%;
}
}
.testimonials .t_wrapper .video-testimonial {
margin: 0 0 30px;
}
.testimonials .t_wrapper .cta {
background-color: #f53844;
margin: 30px 0;
padding: 30px;
text-align: center;
border-radius: 4px;
-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.testimonials .t_wrapper .cta p {
font-size: 1.375rem;
font-weight: 700;
text-shadow: 1px 1px 4px #222222;
}
.testimonials .t_wrapper .cta a {
display: inline-block;
background-color: #000000;
padding: 10px 30px;
margin: 20px 0;
border-radius: 25px;
color: #FFFFFF;
text-transform: uppercase;
text-decoration: none;
font-weight: 400;
-webkit-transition: all 0.8s ease;
transition: all 0.8s ease;
}
.testimonials .t_wrapper .cta a:hover {
background-color: #90d5ec;
background-image: linear-gradient(315deg, #90d5ec 0%, #fc575e 74%);
color: #5c0309;
-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media (min-width: 768px) {
.testimonials .full-width-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.testimonials .full-width-wrapper .item {
background-color: #097b6f;
margin-bottom: 30px;
padding: 20px;
border-radius: 4px;
}
.testimonials .full-width-wrapper .item img:not(.ratings) {
border: 3px solid #02443d;
border-radius: 50%;
max-width: 100px;
display: block;
margin: 0 auto;
}
.testimonials .full-width-wrapper .item p {
text-align: center;
}
@media (min-width: 768px) {
.testimonials .full-width-wrapper .item {
max-width: 400px;
}
}
.footer {
padding: 60px 15px;
background-color: #222222;
}
.footer .ctainer {
max-width: 800px;
margin: 0 auto;
text-align: center;
}
.footer .ctainer p, .footer .ctainer a {
color: #FFFFFF;
font-size: 16px;
}
/* Style download buttons */
.dl-btn {
background-color: #e7dfce;
border: none;
color: #54443c;
padding: 12px 30px;
cursor: pointer;
font-size: 16px;
}
/* Darker background on mouse-over */
.dl-btn:hover {
background-color: #7b6960;
color:#e7dfce;
}
.numberCircle {
border-radius: 50%;
width: 36px;
height: 36px;
padding: 0px;
background: #e7dfce;
border: 2px solid #e7dfce;
color: #54443c;
text-align: center;
font: 32px Arial, sans-serif;
}
/* 3 columns with image and text*/
.container3{
display:flex;
flex-direction: row;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.box{
display:flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
max-width:20rem;
min-width:18rem;
margin: 10px;
text-align: left;
}
.item {
background-color: white;
box-sizing: border-box;
padding: 20px;
outline: 2px dark brown;
}
.tocbox {
width:auto;
height: auto;
border: 2px #aaaaaa;
box-sizing: border-box;
background-color: #e0e0e0;
padding: 20px;
}
/* 4 columns with image and text*/
.container4{
display:flex;
flex-wrap: wrap;
}
.box4{
flex: 25%;
padding: 20px;
}
@media (min-width: 48em) {
.box4 {
flex-wrap: nowrap;
}
}
/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
.box4 {
flex: 50%;
}
}
/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.container4 {
flex-direction: column;
}
}
/* 3 columns with image and text*/
.container5{
display:flex;
flex-wrap: wrap;
}
.box5{
flex: 33%;
padding: 20px;
}
@media (min-width: 48em) {
.box5 {
flex-wrap: nowrap;
}
}
/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.container5 {
flex-direction: column;
}
}
blockquote{
position: relative;
padding: 5px 10px 5px 20px;
box-sizing: border-box;
font-style: italic;
background: #f8f4f;
color:#7b6960;
border-left: 3px solid #7b6960;
}
<style id="czvdo-global-style" type="text/css">.lbx-iframe-show {transition: all .2s ease-out;display:block;}.lbx-iframe-hide {transition: all .2s ease-out;display:none;}</style>
内容をスリップする
赤ちゃんの抱っこ紐での正しい姿勢で健全な発育を促しましょう
抱っこ姿勢が赤ちゃんのこれからの発育に関係していることはご存知ですか。
抱っこ紐やおんぶ紐をご使用になる時は、ママやパパにとっての便利さや身体への低負担はもちろんですが、赤ちゃんの正しい姿勢を保つことも極めて重要です。
小さな赤ちゃんの関節は柔らかく(特に抱っこに関わるのは股関節です!)、筋肉も未熟であるため体幹はまだ安定していません。そのため、悪い抱っこ姿勢が長く続くと発達へ悪影響を及ぼすことも考えられます。
抱っこ紐の落下事故やバックル外し事件がクローズアップされる中、事故等の急性リスクが注目を浴びていますが、抱っこ紐の安全性は長期的な視点からも考えなければなりません。
赤ちゃんを事故から守るだけではなく、赤ちゃんや子供の未来の健康を育む環境づくりも、親としての大切な役割です。 正しい抱っこ姿勢や抱っこ紐の使い方を理解すれば、赤ちゃんの健全な発育を促すとともに、間違った抱っこ紐の使い方による事故も予防できます。
赤ちゃんの抱っこ姿勢のポイント
- 脚のM字姿勢(膝がお尻より高く、しがみつく姿勢)
- 緩やかな背中のカーブ姿勢
- キスできる密着抱っこ
- 頭部サポートは肩と肩の間の位置がポイント
- 呼吸の確保
- 大人とふれあう両手
1. 脚のM字姿勢
赤ちゃんの膝がお尻よりも高い位置にくるように縦抱きしましょう。 小さな赤ちゃんの股関節はまだ軟骨の状態であり、生後4~6か月頃からの間に骨化が始まります。
歩き始めるまでは、抱っこされる動物のように赤ちゃんは、ママやパパに「しがみつき姿勢」をとらせてあげましょう。
赤ちゃんの太ももは体側に引き寄せ(屈曲)、同時に開き(外転)、足の裏でもしがみつくように太ももの前面は外を向きます(外旋)。 この3つの股関節の動きによって赤ちゃんのM字姿勢はお尻は深く下がり、横から見たときにはペタンコではなく、立体的なM字姿勢になります。 抱く大人の身体を挟みこむように屈曲・外転・外旋する「屈曲開脚姿勢」を保つことで股関節の健全な発達を促しましょう。 (参考情報:日本小児整形外科学会)
正しいM字姿勢における3つの動き
股関節の3つの動き
- 屈曲:膝が胸に近づく動き
- 外転:脚を左右に開く動き
- 外旋:太ももの前面が外を向く動き
ディディモスの特徴
赤ちゃんのおしりを包む織布は、成長に合わせて左右の膝の裏側までぴったりくるように簡単に調整ができます。
新生児から大きくなるまで、健やかな発達へとつながる正しいM字姿勢が常に保てます。
股関節は、大腿骨頭が骨盤の寛骨臼(臼蓋)と呼ばれる受け皿のような部分に入り関節を作っています。 そして、大腿骨の先端部分(大腿骨頭)は球状になっています。健康な人の場合、寛骨臼のなかに納まるような状態で接しています。両脚がM字型に開脚すれば、大腿骨頭が理想的な角度で寛骨臼に収まり、股関節に均等な負担がかかるため股関節形成不全が生じにくいと研究で立証されています。
2. 緩やかな背中のカーブ姿勢
抱っこやおんぶのときは背中がゆるやかなカーブを描くような姿勢でしっかりサポートしてあげましょう。
私たちの脊柱は重たい頭を支えるために、適度なS字カーブ(脊柱の生理的湾曲)を描いています。これは重量を分散するサスペンションの役割をし、筋肉の負担を和らげているのです。
小さな赤ちゃんの骨格レベルでは、胸部および腰部における脊柱前湾が既に形成されていますが、筋肉が未発達のため、小さな赤ちゃんは自分の背骨を十分支えることができません。腰すわり前は背骨をお尻から首までしっかり支える抱っこ紐やおんぶ紐を選びましょう。
3. キスできる密着抱っこ
赤ちゃんのおでこにキスができる位の高さで、密着して抱っこしましょう。
赤ちゃんのおしりの位置は、大人の身体の重心(おへその下あたり)よりも上にくるようにします。こうすることで、赤ちゃんの体重を上半身全体に分散させることができるため、ママなど抱く大人は赤ちゃんを軽く感じ、楽な姿勢で密着した抱っこをすることができます。
ディディモスの特徴
一枚布が首(頸椎)からお尻(腰椎)まで背中全体を覆い、ほどよく引き締めることによりしっかりサポートすることができます。
背骨を真っすぐ伸ばす姿勢は、赤ちゃんにとっては不自然な、反り返る姿勢となり、背骨や骨盤に無理な負担がかかります。その一方、背中が丸くなりすぎると、顎が胸に引きすぎ、呼吸を妨げる恐れがあります。縦抱きで背中をゆるいカーブでしっかりささえることがポイント!
4. 頭部サポートは肩と肩の間の位置がポイント
赤ちゃんの頭部は? 首のすわる前の小さな赤ちゃんは、肩と肩の間の位置(上部胸椎)で背骨をしっかり支えましょう。さらに、頭が左右に大きく揺れないようにガーゼハンカチをベビーラップ、スリング等の上部レールに巻き込み、首の下部を優しく守りましょう。
【ご注意】
頭部は後ろから強く抑えると、飲み込みが出来なくなり、頭を自由に動かすことができません。一方で頭が後ろに倒れると、飲み込みも呼吸も困難になりますので、ご注意ください。
5. 呼吸の確保
赤ちゃんが呼吸できるように下記のポイントは常にご注意ください。
- 赤ちゃんの鼻と片方の耳、又は両方の耳が常に見える状態であるか
- 鼻や口が布で塞がれていないか
- 胸椎をはじめ、背中全体がしっかりサポートされ、赤ちゃんが丸まった姿勢になっていないか
授乳時の抱っこ紐利用の注意点について
授乳時にラップやスリングの端又は抱っこ紐のヘッドサポートが赤ちゃんの頭を覆わないようにご注意ください。二酸化炭素が溜まると、赤ちゃんが呼吸困難になる恐れがあります。
6. 上に向き、大人と触れ合う両手
赤ちゃんの手は?
赤ちゃんの両手・両腕は、大人と触れ合うように自然な姿勢にしてあげましょう。 こうすることで、赤ちゃんは自然なものをつかむ・つかまる姿勢から、様々な動きを経験し、自分の身体を自覚・認知していきます。運動発達を促すうつ伏せ(伏臥位)に似ているため、抱っこしながら自然と体感コントロール、手の使い方を覚えることができます。また、自然と肩が開くので、呼吸しやすくなります。
抱っこ紐の正しい使い方は素手抱っこからはじまる
赤ちゃんを高い位置で密着し、ママの腱鞘炎も予防できる快適な素手抱っこの感覚をまず確認しましょう。この感覚を抱っこ紐でも再現できるように、抱っこ紐の装着や調整に気を付けましょう。
抱っこ紐の横抱きについて
スリング、ラップや抱っこ紐を使って、赤ちゃんを寝かせた「横抱き」という姿勢は、下記の理由でおすすめしません。
- M字開脚が保てないため、健全な股関節の発育を促さない
- 赤ちゃんの背中が丸くなりすぎたり、布が顔にかかったりしやすいので、呼吸を妨げる恐れがある
- 骨格や筋肉を使った身体のコントロールやバランス感覚は育みにくい
- 周囲への関心が高まる月齢の赤ちゃんにとって視野が狭すぎる
お使いの抱っこ紐での赤ちゃんの姿勢が気になる、ポジショニングを確認したい、発達を促す赤ちゃん快適な抱っこ紐やおんぶ紐への買い替えを検討するなどのご相談にぜひディディモスをご利用ください。
出典
Dr. med. Ewald Fettweis, Hüftdysplasie: Sinnvolle Hilfen für Babyhüften
Babywearing Practices and Effects on Parental, Child Physical and Psychological Health
赤ちゃんが股関節脱臼にならないよう注意しましょう