@charset "utf-8";
body {
  width: 100%;
  /* overflow: hidden; */
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ',
    Meiryo, sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

p {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

p > span {
  color: inherit;
}

a:hover {
}

a:hover img {
  opacity: 0.75;
  filter: Alpha(Opacity=75);
}

a:-webkit-any-link {
  text-decoration: none;
}

a.link {
  color: #df0068;
  text-decoration: underline;
}

a.blank {
  color: #df0068;
  text-decoration: underline;
  padding-right: 20px;
  background-image: url('/shared/assets/img/icon_link_window.png');
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

hr {
  border: 0;
  border-bottom: 1px solid #e1e1e1;
}

input {
  border-style: solid;
  border-width: 1px;
  border-color: #999;
}

.group {
  width: auto;
  max-width: 960px;
  margin: auto;
  text-align: left;
}

div.group h1.inline {
  display: inline-block;
  text-align: left;
  margin: 50px 0 0;
  font-size: 166%;
  line-height: 1.2;
}

.contentsBox {
  width: auto;
  max-width: 960px;
  margin: auto;
}

.contentsBox a {
  text-decoration: none !important;
}

.sections {
  margin: 20px auto 40px;
}

/*============================
section-input
============================*/

.section-input {
  margin: 20px 0 30px;
}

.input-inner {
}

.search-form {
  position: relative;
  width: 500px;
  height: 38px;
}

input[type='text'].search-input {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 38px;
  padding: 0 10px;
  border: 1px solid #000;
}

.search-img {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 11px;
  right: -14px;
  outline: none;
  border: none;
}

/*============================
section-pagination
============================*/

.section-pagination {
  text-align: left;
}

.pagination-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pagination-count_num {
  flex: 0 0 30%;
  max-width: 30%;
  width: 100%;
  font-size: 14px;
}

.pagination-pager {
  flex: 0 0 70%;
  max-width: 70%;
  width: 100%;
}

.pagination-pager_list {
  text-align: right;
}

.pagination-pager_item a,
.pagination-pager_prev a,
.pagination-pager_next a {
  display: block;
  min-width: 18px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  padding: 0 4px;
}

.pagination-pager_item {
  display: inline-block;
  font-size: 14px;
  margin: 0 1px;
}

.pagination-pager_item a {
  color: #666;
  background-color: #fff;
  border: 1px solid #666;
  white-space: nowrap;
}

.pagination-pager_item.active {
}

.pagination-pager_item.active a {
  color: #fff;
  background-color: #bfbfbf;
  border: 1px solid #bfbfbf;
}

.pagination-pager_prev,
.pagination-pager_next {
  display: inline-block;
  font-size: 14px;
  margin: 0 4px;
}

.pagination-pager_prev a,
.pagination-pager_next a {
  width: 26px;
  color: #df0166;
  border: 1px solid #df0166;
}

/* キーワード検索のサジェスト */

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu-item {
  cursor: pointer;
  padding: 6px;
  padding-left: 30px;
  background-image: url('/shared/assets/img/icon_search_submit_gray.png');
  background-position: 6px 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.ui-menu-item:nth-child(2n) {
  background-color: #eee;
}

.searchHistory .ui-menu-item {
  /* 検索履歴用アイコン（例：親要素に.searchHistory付与） */
  background-image: url('/shared/assets/img/icon_search_history_gray.png');
}

.ui-widget-content {
  border: 1px solid #000 !important;
  background: #fff !important;
  color: #333 !important;
  /* max-width: 300px; */
  text-align: left;
  z-index: 10;
}

.ui-state-active {
  background: #df0068 !important;
  font-weight: normal !important;
  color: #fff !important;
}

.ui-helper-hidden-accessible {
  display: none;
}

.no_result {
  font-size: 14px;
  font-weight: bold;
  color: #f00;
  background-color: #fcf2f4;
  border: 1px solid #ca091e;
  border-radius: 10px;
  padding: 40px 4%;
  margin: 10px auto 30px;
}

.no_result-txt {
  margin: auto;
}

@media (max-width: 599px) {
  body {
    font-size: 100%;
    line-height: 1.5;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ',
      Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    margin: 0;
  }
  .section-input {
    width: 94%;
  }
  .search-form {
    width: 94%;
    margin: auto;
  }
  .section-pagination {
  }
  .pagination-inner {
    display: block;
  }
  .pagination-count_num {
    flex: none;
    max-width: 100%;
    width: 94%;
    margin: auto auto 10px;
  }
  .pagination-pager {
    flex: none;
    max-width: 100%;
  }
  .pagination-pager_list {
    text-align: center;
  }
}
