@charset "utf-8";
/*
固定ページ カスタムテンプレート用
テンプレート名：サイドバー:なし カスタムコーラル
*/

body.custom-background.page-template-templatesno-sidebar-cutom-coral-php {
  background-color: #ffffff;
}

.article.content-page.custom-c-box {
  padding: 0;
  border: none;
}

.article.content-page.custom-c-box .article-header.custom-c-header {
  padding: 0;
}

.article.content-page.custom-c-box .article-body.custom-c-body {
  padding: 0;
}

.article.content-page.custom-c-box .article-footer.custom-c-footer {
  padding: 0;
}


@media screen and (max-width: 782px){
  .article.content-page.custom-c-box .article-body.custom-c-body {
    padding: 0 16px 16px 16px;
  }
}