@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
*/

.wpforms-confirmation-container-full {
    background: #fff !important;
    border: 2px solid #6d6d6d !important;
}

/* カテゴリー一覧ページのサブタイトルを非表示*/
.c-pageTitle__subTitle{
  display: none;
}


/* 投稿記事下部のカテゴリーを非表示*/
.p-articleFoot{
  display: none;
}

/* パンくずリストを非表示*/
#breadcrumb {
 display: none;
}

/* 投稿ページタイトル下部のカテゴリを非表示*/
.single .c-categoryList {
  display: none !important;
}


/* トップビジュアルのタイトルを拡大 */
div.p-mainVisual__slideTitle {
  font-size: 330% !important;
}

/*リストのボトムマージン */
ul li {
  margin-bottom: 0.6em !important;
}


/*ボトムウィジェットの枠を消す */
.p-profileBox {
  border: none;
  box-shadow: none;
}