@charset "UTF-8";
.c-navbar__subitem {
  color: #000000 !important;
}

.c-drawer__menu {
  color: #000000;
}

.c-drawer .c-ic-angle-right:before {
  border-color: #000000 !important;
}

body {
  color: #444 !important;
}

.page-id-53 .c-entry__title,
.page-id-58 .c-entry__title,
.page-id-60 .c-entry__title,
.page-id-61 .c-entry__title,
.page-id-162 .c-entry__title,
.page-id-164 .c-entry__title {
  display: none;
}

/* お問い合わせフォームボタン */
.smf-button-control__control {
  border: 1px solid #333 !important;
  color: #fff !important;
  background: #333 !important;
  transition: 0.5s !important;
  border-radius: 0px !important;
  padding: 12px 40px !important;
}

.smf-button-control__control:hover {
  border: 1px solid #333 !important;
  color: #333 !important;
  background: #fff !important;
}

/* お知らせページの上下余白 */
.p-archive {
  padding-top: 96px;
}

.c-pagination {
  padding-bottom: 96px;
}

/* 投稿記事表示の調整 */
.c-entry-summary__meta {
  justify-content: left !important;
  margin-top: 0 !important;
}

.c-entry-summary__header {
  margin-bottom: 0 !important;
}

/* YouTubeチャンネルへボタン */
.btn01 .smb-btn {
  border: 1px solid #333 !important;
  color: #fff !important;
  background: #333 !important;
  transition: 0.5s !important;
}

.btn01 .smb-btn:hover {
  border: 1px solid #333 !important;
  color: #333 !important;
  background: #fff !important;
}

/*スマホ時、改行させない*/
@media (max-width: 639px) {
  .top_br br {
    display: none;
  }
}

/*沿革テーブル 年代の幅指定（スマホ）*/
@media (max-width: 639px) {
  .wp-block-table td:nth-of-type(1) {
    width: 80px;
  }
}

/*会社概要 スマホ時のスペース*/
@media (max-width: 639px) {
  .column_1 {
    margin-bottom: 77px !important;
  }
}

/*FVタイトル*/
.smb-spider-slider .spider__slide div.smb-spider-slider__item {
  color: #fff;
  top: auto;
}

.page-id-17 .has-sm-4-xl-font-size {
  background: rgba(0, 170, 255, 0.9);
  padding: 10px 100px;
  width: 100%;
  text-shadow: 1px 1px 2px #333;
}
@media (max-width: 639px) {
  .page-id-17 .has-sm-4-xl-font-size {
    font-size: 30px !important;
    letter-spacing: 0.3rem;
    padding: 0;
  }
}

/*スマホ時文字サイズ変更(トップのサブタイトル)*/
@media (max-width: 639px) {
  .page-id-17 .has-sm-3-xl-font-size {
    font-size: 24px !important;
    text-align: left;
  }
}

/*セクショタイトル左の黄丸*/
.smb-section__title {
  position: relative;
  display: inline-block;
}

.smb-section__title::before {
  position: absolute;
  content: "";
  background: #ffd700;
  width: 80px;
  height: 80px;
  z-index: -1;
  border-radius: 50%;
  top: -25px;
  left: -25px;
}

.smb-section__background {
  z-index: -2;
}
/*# sourceMappingURL=style.css.map */