@media only screen and (max-width: 767px) {
  html {
    overflow-x: hidden !important; } }

body {
  overflow-x: hidden !important; }

.c5-container {
  font-size: 14px;
  color: #2f353d; }
  .c5-container button {
    background: gray;
    color: white;
    margin: 0;
    padding: .7em 1em;
    line-height: 1; }
  .c5-container img {
    max-width: 100%;
    vertical-align: bottom; }

.c5-heading {
  background: #eeeeee;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  height: 80px;
  line-height: 80px;
  padding: 0 50%;
  margin: 0 -50% 30px; }
  @media only screen and (max-width: 767px) {
    .c5-heading {
      margin-bottom: 20px; } }
  .c5-heading small {
    font-size: .5em;
    font-weight: normal;
    margin-left: 20px; }

@media only screen and (max-width: 767px) {
  .filter {
    display: none; } }

.filter__search input {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  border: solid 1px #979a9e;
  padding: 0 1em;
  font-size: 14px; }

.filter__primary {
  margin-top: 25px; }
  @media only screen and (min-width: 768px) {
    .filter__primary {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .filter__primary .filter__search {
    width: calc(((100% - 150px) / 6) * 4 + 90px) !important; }
    @media only screen and (max-width: 1023px) {
      .filter__primary .filter__search {
        width: calc(((100% - 150px) / 6) * 3 + 60px) !important; } }
  .filter__primary > * {
    font-size: 14px; }
    @media only screen and (min-width: 768px) {
      .filter__primary > * {
        width: calc((100% - 60px) / 4); } }

.filter button {
  text-align: center;
  border: none;
  background: #2f353d;
  text-align: left;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 0 1em;
  height: 50px;
  line-height: 50px;
  display: table;
  text-align: center; }
  .filter button.search {
    width: calc(((100% - 150px) / 6) * 1) !important;
    background: #5687f5; }
    @media only screen and (max-width: 1023px) {
      .filter button.search {
        width: calc(((100% - 150px) / 6) * 1 + 60px) !important; } }
  .filter button.clear {
    width: calc(((100% - 150px) / 6) * 1) !important;
    background: gray; }
    @media only screen and (max-width: 1023px) {
      .filter button.clear {
        width: calc(((100% - 150px) / 6) * 1 + 60px) !important; } }
  .filter button span {
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    text-align: center; }
  .filter button:hover {
    opacity: .75; }

@media only screen and (min-width: 768px) {
  .filter__secondly {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.filter__secondly > * {
  font-size: 14px; }
  @media only screen and (min-width: 768px) {
    .filter__secondly > * {
      width: calc((100% - 60px) / 3); } }
  @media only screen and (max-width: 767px) {
    .filter__secondly > * {
      width: 100%;
      margin-bottom: 20px; } }

.filter__secondly select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  border: solid 1px #979a9e;
  padding: 0 1em;
  background: url(../image/icon-arrow.png) right 1em center no-repeat; }

@media only screen and (min-width: 768px) {
  .filterSP {
    display: none; } }

.filterSP .modal__hook {
  border: none;
  background: #2f353d url(../image/icon-arrow-wt.png) right 1em center no-repeat;
  text-align: left;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 0 1em;
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: table;
  color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .filterSP .modal__hook span {
    display: table-cell;
    vertical-align: middle; }
  .filterSP .modal__hook:hover {
    opacity: .75; }

body.is-open {
  position: fixed;
  left: 0;
  top: 0; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 50px;
  background: white;
  display: none;
  z-index: -1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 0; }
  .modal.is-open {
    display: block;
    z-index: 110; }
  .modal.is-show {
    opacity: 1; }
  .modal__head {
    padding: 20px;
    position: relative; }
  .modal__title {
    margin: 0 !important;
    line-height: 1; }
  .modal__close {
    position: absolute;
    top: 50%;
    right: 32px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px; }
    .modal__close span {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      text-indent: -5em;
      overflow: hidden; }
      .modal__close span:before, .modal__close span:after {
        content: "";
        display: block;
        width: 2px;
        height: 100%;
        background: #2f353d;
        position: absolute;
        top: 50%;
        left: 50%; }
      .modal__close span:before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
      .modal__close span:after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }
  .modal__body {
    padding: 0 20px 20px;
    height: calc(100% - 100px);
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .modal .keywords {
    display: block;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    border: solid 1px #979a9e;
    padding: 0 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 15px; }
  .modal button {
    border: none;
    background: #2f353d;
    background: #5687f5;
    text-align: left;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 0 1em;
    height: 42px;
    line-height: 42px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table; }
    .modal button.clear {
      background: gray;
      margin-top: 15px; }
    .modal button span {
      display: table-cell;
      vertical-align: middle; }
    .modal button:hover {
      opacity: .75; }

.acc {
  margin-bottom: 15px; }
  .acc__hook {
    display: block;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: bold;
    background: url(../image/icon-arrow.png) right 1em center no-repeat;
    height: 42px;
    line-height: 42px;
    border: solid 1px #979a9e;
    padding: 0 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .acc__cont {
    max-height: 0;
    overflow: hidden; }
    .acc__cont.is-open {
      max-height: 100vh; }
  .acc__inner {
    padding: 10px 0;
    border: solid 1px #979a9e;
    border-top: 0; }
    .acc__inner a {
      text-decoration: none;
      display: block;
      font-size: 12px;
      padding: 10px 30px; }

.hotWords {
  font-size: 14px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px; }
  .hotWords p {
    font-weight: bold;
    margin-bottom: .5em; }
  .hotWords__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle; }
  .hotWords a {
    margin-top: 10px;
    margin-right: 10px;
    color: #5582b1;
    font-weight: bold;
    line-height: 32px;
    height: 32px;
    text-align: center;
    padding: 0 .8em;
    border: solid 2px #5582b1; }

.resultNum {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 40px; }

.row {
  margin: 20px -30px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  @media only screen and (max-width: 767px) {
    .row {
      display: block;
      margin: 10px auto 50px; } }
  .row__col {
    width: calc(100% / 3 - 60px);
    margin: 0 30px 60px; }
    @media only screen and (max-width: 767px) {
      .row__col {
        width: 100%;
        margin: 0 0 40px; } }

.item {
  display: none;
  padding-bottom: 20px;
  border-bottom: solid 1px #979a9e; }
  .item.is-show {
    display: block;
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; }
    .item.is-show.is-fadeIn {
      opacity: 1; }
  @media only screen and (max-width: 767px) {
    .item__thumb img {
      width: 100%; } }
  .item__title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    padding-left: 1em;
    position: relative; }
    .item__title:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4.5px 0 4.5px 6px;
      border-color: transparent transparent transparent #2f353d;
      position: absolute;
      left: 0;
      top: .2em; }
  .item__description {
    margin-top: 20px; }
  .item__labels {
    letter-spacing: -.5em;
    margin-top: 10px; }
  .item__label {
    font-size: 13px;
    display: inline-block;
    letter-spacing: normal;
    margin-right: 10px;
    margin-top: 10px;
    background: #5787f4;
    color: white;
    line-height: 22px;
    height: 22px;
    padding: 0 .5em; }

.more {
  margin: auto !important;
  border: none;
  background: #2f353d;
  text-align: left;
  padding: 0 2em;
  height: 50px;
  line-height: 50px;
  display: table;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .more span {
    display: table-cell;
    vertical-align: middle; }

.row + .more {
  margin-bottom: 100px !important; }
  @media only screen and (min-width: 768px) {
    .row + .more {
      margin-top: -120px !important; } }

.js-sticky.is-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 0 1em 1em 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1em 1em 0 rgba(0, 0, 0, 0.4);
  background: white; }
  @media only screen and (min-width: 768px) {
    .js-sticky.is-fixed {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }
  @media only screen and (max-width: 767px) {
    .js-sticky.is-fixed {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      left: 0; } }
  .js-sticky.is-fixed.filter {
    max-width: 1200px;
    padding: 20px 50%;
    margin: 0; }
    @media only screen and (max-width: 1199px) {
      .js-sticky.is-fixed.filter {
        padding: 20px 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
  .js-sticky.is-fixed.filterSP {
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  background: transparent;
  color: black; }

.noteBox {
  border: solid 1px #ddd;
  padding: 10px 20px; }

.icon-new{
  font-weight: normal;
  font-size: 12px;
  display: inline-block;
  transform: translateY(-10%);
  vertical-align: middle;
  margin-right: 10px;
  background: #ee0000;
  color: white;
  line-height: 16px;
  height: 16px;
  padding: 0 .3em;
}