@charset "UTF-8";
.searchbox-wrapper {
  @charset "UTF-8";
  /*--------------------------------------------------------------------

  1 汎用設定

  --------------------------------------------------------------------*/
  /* リンク
  ------------------------------------- */
  /* 画像
  ------------------------------------- */
  /* フォーム
  ------------------------------------- */
  /* clearfix（回り込み解除）
  ------------------------------------- */
  /* float（回り込み）
  ------------------------------------- */
  /* justify（行揃え）
  ------------------------------------- */
  /* scroll（スクロールバー表示）
  ------------------------------------- */
  /* スクロール防止 */
  /* margin,padding
  ------------------------------------- */
  /*--------------------------------------------------------------------

  2 レイアウト設定

  --------------------------------------------------------------------*/
  /* 画面サイズが992pxより大きい場合に以下を適用 */
  /*--------------------------------------------------------------------

  3 ページ毎の設定

  --------------------------------------------------------------------*/
  /* トップ */
  /* 投稿 */
  /* h1 タイトル */
  /* 記事内容 */
  /* 見出し h2 */
  /* サブ見出し h3 */
  /* 強調 h4 */
  /* サイドコンテンツ */
  /* TOPへ戻る */
  /* 画面サイズが992pxより大きい場合に以下を適用 */
  /* 見出しナビゲーション */
  /* 検索機能付きセレクトボックス */
}
.searchbox-wrapper * {
  margin: 0;
  padding: 0;
}
.searchbox-wrapper body {
  font-size: 16px;
  color: #383838;
  font-family: Roboto, 游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic Medium, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Verdana, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, Font Awesome\\ 5 Free, Font Awesome\\ 5 Brands, sans-serif;
  overflow-wrap: break-word;
  word-break: break-all;
  background: #333;
}
.searchbox-wrapper html {
  overflow-y: scroll;
}
.searchbox-wrapper h1, .searchbox-wrapper h2, .searchbox-wrapper h3, .searchbox-wrapper h4, .searchbox-wrapper h5, .searchbox-wrapper h6 {
  margin: 0 0 10px 0;
}
.searchbox-wrapper p, .searchbox-wrapper li, .searchbox-wrapper dt, .searchbox-wrapper dl {
  line-height: 1.6;
}
.searchbox-wrapper p {
  margin: 0 0 1em 0;
}
.searchbox-wrapper li {
  list-style-type: none;
}
.searchbox-wrapper img {
  border: 0;
}
.searchbox-wrapper address {
  font-style: normal;
}
.searchbox-wrapper table {
  width: 100%;
  border-spacing: 0;
  /*border-right: 1px solid;*/
  /*border-bottom: 1px solid;*/
}
.searchbox-wrapper table td {
  /*border: 1px solid;*/
  border-right: 0px;
  border-bottom: 0px;
  padding: 7px;
}
.searchbox-wrapper .clear {
  clear: both;
}
.searchbox-wrapper a:link {
  color: #999;
  text-decoration: none;
}
.searchbox-wrapper a:visited {
  color: #999;
  text-decoration: none;
}
.searchbox-wrapper a:hover {
  text-decoration: underline;
  opacity: 0.8;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.searchbox-wrapper a:active {
  color: #999;
}
.searchbox-wrapper a img:hover {
  opacity: 0.8;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.searchbox-wrapper .link a {
  text-decoration: none;
}
.searchbox-wrapper .link:hover {
  opacity: 0.8;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.searchbox-wrapper .underline {
  color: #0693e3 !important;
  text-decoration: underline !important;
}
.searchbox-wrapper img {
  height: auto;
  max-width: 100%;
}
.searchbox-wrapper input[type=text], .searchbox-wrapper input[type=email], .searchbox-wrapper input[type=url], .searchbox-wrapper input[type=password], .searchbox-wrapper input[type=search], .searchbox-wrapper textarea {
  border: solid 1px #e6e6e6;
  color: #666;
  margin-top: 4px;
  padding: 8px;
  max-width: 95%;
}
.searchbox-wrapper iframe {
  max-width: 95%;
}
.searchbox-wrapper .clearfix:before,
.searchbox-wrapper .clearfix:after {
  content: "";
  display: table;
}
.searchbox-wrapper .clearfix:after {
  clear: both;
}
.searchbox-wrapper .clearfix {
  *zoom: 1;
}
.searchbox-wrapper .clear {
  clear: both;
}
.searchbox-wrapper .floatLeft {
  float: left !important;
}
.searchbox-wrapper .floatRight {
  float: right !important;
}
.searchbox-wrapper .left {
  text-align: left !important;
}
.searchbox-wrapper .right {
  text-align: right !important;
}
.searchbox-wrapper .center {
  text-align: center !important;
}
.searchbox-wrapper .scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.searchbox-wrapper .mt--5 {
  margin-top: -5px !important;
}
.searchbox-wrapper .mt--15 {
  margin-top: -15px !important;
}
.searchbox-wrapper .mt-0 {
  margin-top: 0px !important;
}
.searchbox-wrapper .mt-5 {
  margin-top: 5px !important;
}
.searchbox-wrapper .mt-10 {
  margin-top: 10px !important;
}
.searchbox-wrapper .mt-15 {
  margin-top: 15px !important;
}
.searchbox-wrapper .mt-20 {
  margin-top: 20px !important;
}
.searchbox-wrapper .mt-25 {
  margin-top: 25px !important;
}
.searchbox-wrapper .mt-30 {
  margin-top: 30px !important;
}
.searchbox-wrapper .mt-35 {
  margin-top: 35px !important;
}
.searchbox-wrapper .mt-40 {
  margin-top: 40px !important;
}
.searchbox-wrapper .mt-45 {
  margin-top: 45px !important;
}
.searchbox-wrapper .mt-50 {
  margin-top: 50px !important;
}
.searchbox-wrapper .mb-0 {
  margin-bottom: 0px !important;
}
.searchbox-wrapper .mb-5 {
  margin-bottom: 5px !important;
}
.searchbox-wrapper .mb-10 {
  margin-bottom: 10px !important;
}
.searchbox-wrapper .mb-15 {
  margin-bottom: 15px !important;
}
.searchbox-wrapper .mb-20 {
  margin-bottom: 20px !important;
}
.searchbox-wrapper .mb-25 {
  margin-bottom: 25px !important;
}
.searchbox-wrapper .mb-30 {
  margin-bottom: 30px !important;
}
.searchbox-wrapper .mb-35 {
  margin-bottom: 35px !important;
}
.searchbox-wrapper .mb-40 {
  margin-bottom: 40px !important;
}
.searchbox-wrapper .mb-45 {
  margin-bottom: 45px !important;
}
.searchbox-wrapper .mb-50 {
  margin-bottom: 50px !important;
}
.searchbox-wrapper .mr-10 {
  margin-right: 10px !important;
}
.searchbox-wrapper .mr-20 {
  margin-right: 20px !important;
}
.searchbox-wrapper .ml-0 {
  margin-left: 0px !important;
}
.searchbox-wrapper .ml-10 {
  margin-left: 10px !important;
}
.searchbox-wrapper .pl-0 {
  padding-left: 0px !important;
}
.searchbox-wrapper .pb-0 {
  padding-bottom: 0px !important;
}
.searchbox-wrapper .wrap {
  max-width: 1200px;
  margin: 0 auto;
  /* sticky が効かなくなるのでコメントアウト
  overflow: hidden;
  */
  background: #f4f4f4;
}
@media screen and (min-width: 992px) {
  .searchbox-wrapper body.column2 aside.side-left .title,
  .searchbox-wrapper body.column3 aside.side-left .title {
    margin-left: 5px;
  }
  .searchbox-wrapper body.column2 aside.side-right .title,
  .searchbox-wrapper body.column3 aside.side-right .title {
    margin-right: 5px;
  }
  .searchbox-wrapper body.column1 .wrap {
    max-width: 780px;
  }
  .searchbox-wrapper body.column2 .side-left,
  .searchbox-wrapper body.column2 .side-right {
    width: 270px;
  }
  .searchbox-wrapper body.column3 .side-left,
  .searchbox-wrapper body.column3 .side-right {
    width: 250px;
  }
  .searchbox-wrapper body.column2 .wrap > .content,
  .searchbox-wrapper body.column3 .wrap > .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .searchbox-wrapper body.column2 .side-left,
  .searchbox-wrapper body.column3 .side-left {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .searchbox-wrapper body.column2 main,
  .searchbox-wrapper body.column3 main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .searchbox-wrapper body.column3 main {
    padding: 0 16px 0 16px;
  }
  .searchbox-wrapper body.column2 .side-left,
  .searchbox-wrapper body.column2 .side-right,
  .searchbox-wrapper body.column3 .side-left,
  .searchbox-wrapper body.column3 .side-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.searchbox-wrapper header {
  background: #575757;
  text-align: center;
  color: #fff;
}
.searchbox-wrapper .header-image {
  width: 100%;
  background: url(../images/header-image.jpg) 0 0 no-repeat;
  background-size: 100% auto;
  background-position: 50% 50%;
}
.searchbox-wrapper header .logo {
  display: inline-block;
  padding: 20px;
}
.searchbox-wrapper .content {
  padding: 8px 16px;
}
.searchbox-wrapper .content main {
  margin-bottom: 64px;
  width: 100%;
}
.searchbox-wrapper article.top {
  background-color: #fff;
  box-shadow: 0px 0px 5px;
  margin-bottom: 16px;
}
.searchbox-wrapper article.top .category_link {
  background: #f8a900;
  color: #fff;
  padding: 6px;
}
.searchbox-wrapper article.top .entry-header .entry-title {
  font-size: 1.2em;
  padding: 16px 0 0 16px;
  margin: 0;
}
.searchbox-wrapper article.top a {
  color: #383838;
  text-decoration: none;
}
.searchbox-wrapper article.detail {
  background-color: #fff;
  box-shadow: 0px 0px 5px;
  margin-bottom: 16px;
  padding-bottom: 10px;
}
.searchbox-wrapper article.detail .entry-header {
  margin-bottom: 8px;
}
.searchbox-wrapper article.detail .entry-header a {
  text-decoration: none;
  color: #575757;
}
.searchbox-wrapper article.detail .entry-header .entry-title {
  font-size: 1.5em;
  padding: 16px 16px 0px 16px;
  margin-top: 0;
}
.searchbox-wrapper article.detail .entry-content {
  padding: 0 18px 18px 18px;
  font-size: em;
}
.searchbox-wrapper article.detail .entry-content a {
  color: #0693e3;
}
.searchbox-wrapper article.detail .entry-content h2 {
  font-size: 1.2em;
  margin: 32px 0 24px 0;
  clear: both;
}
.searchbox-wrapper article.detail .entry-content h2:after {
  margin-top: 0.3em;
  content: "";
  display: block;
  height: 4px;
  background: -moz-linear-gradient(to right, #ffba73, #ffb2b2);
  background: -webkit-linear-gradient(to right, #ffba73, #ffb2b2);
  background: linear-gradient(to right, #ffba73, #ffb2b2);
}
.searchbox-wrapper article.detail .entry-content h3 {
  font-size: 1em;
  margin: 24px 0 18px 0;
  padding: 0.5em 0 0.5em 0.5em;
  border-left: 6px solid #fece78;
  background: -moz-linear-gradient(to right, #ffefd5, #fff);
  background: -webkit-linear-gradient(to right, #ffefd5, #fff);
  background: linear-gradient(to right, #ffefd5, #fff);
  clear: both;
}
.searchbox-wrapper article.detail .entry-content h4 {
  margin: 12px 0 12px 0;
  clear: both;
}
.searchbox-wrapper .side-menu .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: #575757;
  padding-top: 3px;
  font-weight: 400;
  text-align: center;
  border-radius: 2px;
}
.searchbox-wrapper .side-menu .title i {
  font-size: 1.5rem;
}
.searchbox-wrapper .content aside {
  min-width: 270px;
}
.searchbox-wrapper .sidebar-wrapper {
  background: #fff;
  line-height: 1.6;
  color: #555;
  font-size: 0.9em;
  box-shadow: 0px 0px 5px;
  border: 1px solid #f4f4f4;
  margin-bottom: 48px;
  padding: 10px;
  width: 270px;
}
.searchbox-wrapper .sidebar-title {
  font-size: 1em;
  letter-spacing: 0;
  margin-bottom: 16px;
  margin-top: 0;
  text-transform: uppercase;
}
.searchbox-wrapper .sidebar-wrapper ul {
  padding: 0px;
}
.searchbox-wrapper .sidebar-wrapper ul li:first-child {
  border-top: none;
  padding-top: 8px;
}
.searchbox-wrapper .sidebar-wrapper ul li {
  list-style: none;
  line-height: 1.4;
  padding-bottom: 12px;
  padding-top: 12px;
}
.searchbox-wrapper .footer {
  background: #000;
  text-align: center;
  color: #fff;
}
.searchbox-wrapper .footer .footer1 {
  background: #575757;
}
.searchbox-wrapper .footer .footer2 {
  font-size: 0.8rem;
}
.searchbox-wrapper .side-menu article {
  height: 300px;
}
.searchbox-wrapper #page-top {
  position: fixed;
  bottom: 32px;
  right: 16px;
  z-index: 100;
  transition: top 0.5s, bottom 0.5s;
}
.searchbox-wrapper #page-top a {
  background: #999;
  color: #fff;
  width: 50px;
  padding: 15px 0;
  text-align: center;
  display: block;
  border-radius: 25px;
}
.searchbox-wrapper #page-top.hide {
  bottom: -100px;
}
@media screen and (min-width: 992px) {
  .searchbox-wrapper {
    /* コンテンツ全体 */
    /* h1 タイトル */
  }
  .searchbox-wrapper .header .logo {
    font-size: 1.8em;
  }
  .searchbox-wrapper .content {
    padding: 24px 48px 24px 48px;
  }
  .searchbox-wrapper .content main {
    max-width: 850px;
  }
  .searchbox-wrapper .side-left {
    margin-right: 32px;
  }
  .searchbox-wrapper article.detail {
    margin-bottom: 48px;
  }
  .searchbox-wrapper article.detail .entry-header .entry-title {
    font-size: 2em;
    padding: 32px 32px 0 32px;
  }
  .searchbox-wrapper article.detail .entry-header .entry-meta,
  .searchbox-wrapper article.detail .entry-header .entry-meta a {
    font-size: 0.9em;
    padding-right: 12px;
  }
  .searchbox-wrapper article.detail .entry-content {
    padding: 0 42px 42px 42px;
    font-size: 1em;
  }
  .searchbox-wrapper article.detail .entry-content h2 {
    font-size: 1.5em;
    margin: 36px 0 24px 0;
  }
  .searchbox-wrapper article.detail .entry-content h3 {
    font-size: 1.25em;
    margin: 30px 0 20px 0;
  }
  .searchbox-wrapper article.detail .entry-content h4 {
    margin: 25px 0 13px 0;
    font-size: 1em;
  }
}
.searchbox-wrapper #sticky-navigator {
  background: #fff;
  line-height: 1.6;
  color: #555;
  font-size: 0.9em;
  box-shadow: 0px 0px 5px;
  border: 1px solid #f4f4f4;
  margin-bottom: 48px;
  padding: 10px;
}
.searchbox-wrapper #sticky-navigator ul {
  padding: 0px;
}
.searchbox-wrapper #sticky-navigator ul li:first-child {
  border-top: none;
  padding-top: 8px;
}
.searchbox-wrapper #sticky-navigator ul li {
  list-style: none;
  line-height: 1.4;
}
.searchbox-wrapper #sticky-navigator ul li.nav-h2 {
  padding-top: 6px;
  padding-bottom: 6px;
}
.searchbox-wrapper #sticky-navigator ul li.nav-h3 {
  margin-left: 10px;
}
.searchbox-wrapper #sticky-navigator ul li.current {
  background-color: #dadde1;
}
.searchbox-wrapper #sticky-navigator {
  position: -webkit-sticky;
  position: sticky;
  top: 5px;
}
.searchbox-wrapper .searchBoxElement {
  background-color: white;
  border: 1px solid #aaa;
  position: absolute;
  max-height: 114px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  line-height: 23px;
  list-style: none;
  z-index: 1;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.searchbox-wrapper .searchBoxElement span {
  padding: 0 5px;
}
.searchbox-wrapper .searchBoxElement::-webkit-scrollbar {
  display: none;
}
.searchbox-wrapper .searchBoxElement li {
  background-color: white;
  color: black;
}
.searchbox-wrapper .searchBoxElement li:hover {
  background-color: #50a0ff;
  color: white;
}
.searchbox-wrapper .searchBoxElement li.selected {
  background-color: #50a0ff;
  color: white;
}
.searchbox-wrapper .refineText {
  padding: 8px 0 8px 0 !important;
}
.searchbox-wrapper input[type=text] {
  padding: 0.5rem !important;
  border: 1px solid black;
  color: black;
}

/*# sourceMappingURL=jquery-searchbox.css.map */
