@charset "utf-8";


/* /////////////////////////////////////////////////////////////

INDEX

サイト全体の基本スタイルの設定

///////////////////////////////////////////////////////////// */

/* コンテンツタイトル */
.conview-1 .entry-header-contents .entry-title-contents{
  color: #000000!important;
}

/* カラムブロック余白調整 */
.wp-block-columns{
  gap:2em;
}

@media screen and (min-width: 768px) {
  .pc-kaigyo-non br{
    display: none;
  }
  
}


/* ==============================================================

=ヘッダー

============================================================== */

.menu-main-container ul{
  margin-top: 15px!important;
}


/* ==============================================================

=コンテンツ

============================================================== */

@media screen and (min-width: 992px) {
  .entry-header-contents h1{
    font-size: 2.5em;

  }
}


/* ==============================================================

=フッター

============================================================== */

footer#colophon{
  background-image: url("img/footer-base.jpg");
  background-size: cover;
}

/* ==============================================================

=コラム

============================================================== */

.column-listbox{
  display: flex;
  flex-direction: column;
  gap:1em;
}
@media screen and (min-width: 992px) {

  .column-listbox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap:1em;
  }
  
}
