@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/



/* ===================================================
   カスタム投稿「survey」を完全な白紙（LP化）にする設定
=================================================== */

/* ヘッダー・フッター・サイドバーを非表示 */
.single-survey #header,
.single-survey #footer,
.single-survey #page-top,
.single-survey #sidebar,

/* パンくずリストを非表示 */
.single-survey #breadcrumb,
.single-survey .c-breadcrumb,

/* タイトル・日付などの上部要素を非表示 */
.single-survey .c-postTitle,
.single-survey .c-pageTitle,
.single-survey .p-articleMetas,

/* 記事下エリアを根こそぎ非表示 */
.single-survey #after_article,
.single-survey .l-articleBottom,
.single-survey .p-articleFoot,
.single-survey .p-sns-share,
.single-survey .p-authorBox,
.single-survey .p-articleNav,
.single-survey #related_post,
.single-survey #comments,
.single-survey .p-toc {
    display: none !important;
}

/* アンケートフォームを中央に寄せて配置 */
.single-survey .l-main {
    width: 100% !important;
    max-width: 800px !important;
    margin: 0 auto !important;
    padding-top: 40px !important;
}