@charset "UTF-8";
.s5-container {
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  max-width: 1190px;
  padding: 0;
}

@media screen and (max-width: 1190px) {
  .s5-container {
    padding: 0 20px;
  }
}

.c5-searchHeader {
  background: #f1f5f9;
  margin-bottom: 50px;
}

.c5-searchHeader .s5-header1 {
  margin-top: 0;
  margin-bottom: 0;
}

.c5-searchHeader .s5-header1 {
  padding: 40px 0 0;
  color: #4f555d;
}

.c5-searchBar {
  max-width: 1190px;
  display: table;
  width: 100%;
  margin: 0 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f1f5f9;
  padding-right: 10%;
}

.c5-search__keyword {
  font-size: 1.75rem;
}

@media only screen and (max-width: 767px) {
  .c5-searchBar {
    background: white;
    padding-right: 0 !important;
  }
}

.c5-searchBar input, .c5-searchBar select, .c5-searchBar option {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .c5-searchBar input, .c5-searchBar select, .c5-searchBar option {
    height: 3em;
  }
}

.c5-searchBar * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c5-searchBar > * {
  display: table-cell;
}

.c5-searchBar > *:not(:nth-child(3)) {
  border: solid 1px #8c8c8c;
  border-right: 0;
}

.c5-searchBar__category {
  width: 20em;
  width: 10em;
  background: white;
}

@media only screen and (max-width: 767px) {
  .c5-searchBar__category {
    background: url(baseline_filter_list_black_18dp.png) center no-repeat;
  }
}

.c5-searchBar__category select {
  cursor: pointer;
  width: calc(100%);
  border: none;
  padding: 0 .6em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 58px;
  height: 58px;
  position: relative;
  z-index: 1;
  background: transparent;
}

@media only screen and (max-width: 767px) {
  .c5-searchBar__category select {
    opacity: 0;
    -webkit-border-image: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-rtl-ordering: logical;
    padding: .4em .6em;
    color: transparent;
  }
  .c5-searchBar__category select option {
    color: black;
  }
}

@media only screen and (max-width: 767px) {
  .c5-searchBar__category {
    width: 3em;
    height: 42px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.c5-searchBar__keyword {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .c5-searchBar__keyword {
    border-right: solid 1px #8c8c8c !important;
  }
}

.c5-searchBar__keyword input {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  padding: 0 .6em;
  line-height: 58px;
  height: 58px;
  box-sizing: border-box;
  -webkit-appearance: none;
  /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none;
  /* ベンダープレフィックス(Firefox用) */
  appearance: none;
  /* 標準のスタイルを無効にする */
}

@media only screen and (max-width: 767px) {
  .c5-searchBar__keyword input {
    padding: 0 .6em;
    height: 40px;
    line-height: 40px;
  }
}

.c5-searchBar__keyword__delete {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  top: 28px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c5-searchBar__keyword__delete > span {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 0;
}

.c5-searchBar__keyword__delete > span:before, .c5-searchBar__keyword__delete > span:after {
  content: "";
  width: 2px;
  height: 20px;
  display: block;
  background: #2d75c7;
  position: absolute;
  top: 50%;
  left: 50%;
}

.c5-searchBar__keyword__delete > span:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.c5-searchBar__keyword__delete > span:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c5-searchBar__button {
  position: relative;
  width: 10em;
}

@media only screen and (max-width: 767px) {
  .c5-searchBar__button {
    display: none;
  }
}

.c5-searchBar__button input {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 0 .6em;
  line-height: 60px;
  height: 60px;
  background: #2d75c7;
  color: white;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.c5-searchBar__button input:hover {
  background: #245d9d;
}

.c5-resultAll {
  font-size: 14px;
  margin-bottom: 30px;
}

.c5-resultAll__num {
  font-weight: bold;
}

.c5-resultItem {
  border-top: 1px solid #e4e7eb;
  display: table;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.c5-resultItems {
  border-bottom: 1px solid #e4e7eb;
  margin-bottom: 100px;
}

.c5-resultItem a {
  text-decoration: none !important;
  display: block;
  position: relative;
  padding: 16px 20px;
  padding-right: 30px;
}

.c5-resultItem a:after {
  content: "";
  width: 10px;
  height: 10px;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg) skew(12.5deg, 12.5deg);
  -ms-transform: translateY(-50%) rotate(45deg) skew(12.5deg, 12.5deg);
  transform: translateY(-50%) rotate(45deg) skew(12.5deg, 12.5deg);
  border-top: solid 2px #4572ed;
  border-right: solid 2px #4572ed;
}

.c5-resultItem a:before {
  content: "";
  display: block;
  width: 3px;
  height: 70%;
  background: silver;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
}

.c5-resultItem a:hover:before {
  opacity: 1;
}

.c5-resultItem__title {
  font-size: 1.125em;
  line-height: 1.44444;
  color: #4572ed;
}

.c5-resultItem__detail {
  color: #747481;
}

.c5-readmore {
  display: block;
  text-align: center;
  background-color: #dadada;
  -webkit-box-shadow: inset 0 0 0 1px #959595;
  box-shadow: inset 0 0 0 1px #959595;
  color: #5d5d5d;
  padding: 10px 20px;
  width: 300px;
  margin: auto;
  text-decoration: none !important;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  margin-bottom: 100px;
  margin-top: -50px;
}

.c5-readmore:hover {
  background-color: #c1c1c1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.c5-readmore span {
  position: relative;
  padding-left: 2em;
}

.c5-readmore span:before, .c5-readmore span:after {
  content: "";
  display: block;
  width: 3px;
  height: .8em;
  background: #5d5d5d;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c5-readmore span:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.c5-searchArea {
  padding: 30px;
  margin: auto;
}

.c5-searchArea:not(.is-fix) {
  max-width: 1190px;
}

.c5-searchArea.is-fix {
  background: #f1f5f9;
}

.js-sticky.is-fix {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.js-sticky.is-fix .c5-searchBar {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.js-sticky.is-fix.is-show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

@media only screen and (max-width: 767px) {
  .js-select-styled, .js-select-options {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  select::-ms-expand {
    display: none;
  }
}

input::-ms-clear {
  visibility: hidden;
}

.c5-searchBar__category {
  position: relative;
}

.c5-searchBar__category:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: black transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
}

@media only screen and (max-width: 767px) {
  .c5-searchBar__category:after {
    display: none;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}
