/*
サイト全体
*/

/* ボタン内のテキスト */
.wp-block-button label {
  cursor: pointer;
}

/*
ヘッダー
*/
#header {
  box-shadow: 0 1px 8px #b9b9b9;
}

.c-headLogo__img {
  height: 40px;
}

/*
サイト内検索窓
*/
#drawer_menu form {
  margin-bottom: 16px;
}

.l-header__right .rd_search-form-block .is-form-style {
  width: 240px;
  margin-left: 32px;
}

.rd_search-form-block .is-form-style .label,
.rd_search-form-block .is-form-style .is-search-input {
  border-radius: 30px 0 0 30px;
}

.rd_search-form-block .is-form-style .is-search-submit,
.rd_search-form-block .is-form-style .is-search-icon {
  border-radius: 0 50% 50% 0;
}



/*
フッター
*/
/* ナビゲーションメニューの並ぶ向きを1000pxで切り替える */
@media screen and (min-width:1000px) {
  .l-footer .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]:first-child {
    flex-basis: 13%!important;
  }
  .l-footer .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]:last-child {
    flex-basis: 90%!important;
  }
  .l-footer .wp-block-image > a {
    text-align: start;
  }

  .l-footer .widget_nav_menu ul {
    display: flex;
    justify-content: flex-end;
  }

  .l-footer .widget_nav_menu ul,
  .l-footer .widget_nav_menu a {
    border-style: none;
  }
}
@media screen and (max-width:1000px) {
  .l-footer .wp-block-columns .randd_footer_logo {
    margin: auto;
  }
}

/*
フロントページ
*/
/* ヘッダーイメージの位置を上げる */
.c-postContent > .wp-block-cover {
  margin-top: 0;
}

/*スマートフォンアプリのダウンロードリンク*/
.randd_sp_dowmload_links {
  width: 400px;
}
.randd_sp_dowmload_links figure:first-child {
  width: 201px;
}
.randd_sp_dowmload_links figure:nth-child(2) {
  width: 165px;
}
