/* Sleep Doc ページ用CSS */

/* フィーチャーボックス - bg01の背景色(#fff6df)を活用 */
.feature-box {
  background: #fff6df;
  border-radius: 10px;
  padding: 20px 25px;
  margin-bottom: 20px;
  border-left: 4px solid #ff717b;
}

.feature-box .headline03 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  text-align: left;
}

.feature-box .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #ff717b;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  margin-right: 12px;
  flex-shrink: 0;
}

.feature-box p {
  margin-bottom: 0;
  padding-left: 44px;
}

/* 動画リンクボタン */
.video-link {
  text-align: center;
  margin: 20px 0;
}

/* 動画埋め込み */
#video .wrap {
  max-width: 900px;
  margin: 0 auto;
}

/* 流れ画像 */
#flow .bg01 img {
  display: block;
  margin: 20px auto 0;
  max-width: 100%;
}

#flow .bg01 .headline03 {
  text-align: center;
}

/* table01のスタイルを拡張（3列対応） */
#fee .table01 tbody td:last-child {
  font-weight: bold;
  color: #ff717b;
}

/*PC用*/
@media print, screen and (min-width: 641px){

.feature-box {
  padding: 25px 30px;
}

#flow .bg01 {
  margin-bottom: 30px;
}

}

/*SP用*/
@media screen and (max-width:640px) {

.feature-box {
  padding: 15px 18px;
}

.feature-box .num {
  width: 28px;
  height: 28px;
  font-size: 14px;
  margin-right: 10px;
}

.feature-box p {
  padding-left: 38px;
}

#flow .bg01 {
  margin-bottom: 20px;
}

#fee .table01 th,
#fee .table01 td {
  padding: 10px 8px;
  font-size: 14px;
}

}
