@charset "utf-8";
/*
Theme Name: gensen_tcd050 Child
Template: gensen_tcd050
*/


:root {
  --main-color: #00aaee;
}

body {
  font-family: Hiragino Sans, ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN, Meiryo, メイリオ, MS PGothic, helvetica, sans-serif !important;
}

/* フローティングバナー */
.floating-banner {
  display: none;
  position: fixed;
  z-index: 99999;
  bottom: 10%;
  right: 0;
}

.banner {
  padding: 40px 10px;
  background: linear-gradient(86.13deg, var(--main-color) -3.42%, var(--main-color) 59.59%);
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-right: none;
  border-radius: 20px 0 0 20px;
  filter: drop-shadow(0px -4px 16px rgba(0, 0, 0, 0.25));
}

.floating-banner a {
  text-decoration: none;
}

.copy {
  font-size: 28px;
  margin: 0 auto 20px;
  line-height: 1.6;
  writing-mode: vertical-rl;
}


dl.archive_sort {
  display: none !important;
}

.post_content a,
.custom-html-widget a {
  color: #0693E3 !important;
}

/* ページトップボタン */
#return_top a {
  background-color: #000000C2 !important;
}

/* reCAPTCHAバッジ非表示 */
.grecaptcha-badge {
  visibility: hidden;
}

/* 要素選択禁止 */
#main_contents {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* カラー関連 */
#main_contents #breadcrumb li.last,
#main_contents .archive_header .headline,
#footer_contents a,
#copyright,
.chosen-container .chosen-results li.active-result {
  color: #000;
}

/* その他 */
.introduce_list_col .info .more {
  border: none;
  color: #000;
}

#breadcrumb li a:hover,
#breadcrumb li.home a:hover:before {
  color: var(--main-color);
}

/* 検索フォーム */
#header_search,
#index_header_search {
  background-color: var(--main-color);
  border-radius: 25px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.chosen-container-single .chosen-drop {
  filter: drop-shadow(0px -4px 16px rgba(0, 0, 0, 0.25));
}

.post_content th {
  width: 200px;
}

.post_content table p {
  margin-bottom: 0;
}

.page_navi2 p {
  display: none;
}

.chosen-container-single .chosen-drop {
  filter: drop-shadow(0px -4px 16px rgba(0, 0, 0, 0.25));
}

#post_list2 .article .excerpt {
  display: none;
}

/* メディアクエリ */
@media screen and (max-width: 990px) {
  .floating-banner {
    display: none;
  }

  .post_content th {
    width: 100px;
  }
}

@media screen and (max-width: 560px) {
  .floating-banner {
    bottom: 0;
  }

  .banner {
    width: 100vw;
    padding: 5px;
    border-radius: 0;
  }

  .sp {
    display: none;
  }

  .copy {
    font-size: 18px;
    margin: 0 auto;
    padding: 5px;
    writing-mode: horizontal-tb;
    text-align: center;
    vertical-align: middle;
  }
}