@charset "UTF-8";
/********************************************************
  https://cloudpack.jp/service/option/fileserver.html ページ用の.scssファイルです。
  1. import           -> モジュール的なCSSの読み込み
  2. settings         -> この.scss内で定義する変数やミックスイン
  3. contents (pc/sp) -> PC/SPで共通で適用させるスタイル
  4. contents (sp)    -> SPのみで適用させるスタイル
  *********************************************************/
/****************************
  import
*****************************/
/****************************
  settings
*****************************/
/****************************
  contents (pc/sp)
*****************************/
#main article#clp-plan_cdn .serviceNote {
  margin-bottom: 50px;
  border: #009da5 1px solid;
  padding: 20px;
  box-sizing: border-box;
}
#main article#clp-plan_cdn .serviceNote h4 {
  color: #333;
  font-weight: bold;
}
#main article#clp-plan_cdn .serviceNote ul {
  margin-top: .25em;
  padding-left: 1.4em;
  list-style-type: disc;
}
#main article#clp-plan_cdn .serviceNote ul li {
  color: #333;
  margin-top: .25em;
}
#main article#clp-plan_cdn .serviceNote ul li:last-child {
  margin-bottom: 0;
}

/****************************
  contents (sp)
*****************************/
@media (max-width: 600px) {
  #container #main article#clp-plan_cdn .serviceNote {
    margin-bottom: 40px;
    padding: 15px;
  }
}

/*# sourceMappingURL=plan_cdn.css.map */
