@charset "UTF-8";
/*===================================
 page --- 浮気調査事例一覧
===================================*/
/*----------------------------------
 ページタイトル
----------------------------------*/
footer {
  margin-top: 54px;
}
@media screen and (min-width: 600px) {
  footer {
    margin-top: 61px;
  }
}

.page__title-area {
  background-image: url("../../images/example/mv_sp.jpg");
}
@media screen and (min-width: 600px) {
  .page__title-area {
    background-image: url("../../images/example/mv.jpg");
  }
}

.page__title {
  color: #fff;
}

/*----------------------------------
 検索エリア
----------------------------------*/
.search__intro {
  color: #595757;
  font-family: "NotoSans-Light", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.68;
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .search__intro {
    font-family: "NotoSans-DemiLight", sans-serif;
    font-style: normal;
    font-weight: 350;
    line-height: 1.4;
    margin-top: 56px;
  }
}

.search {
  background-color: #f0eded;
  border-radius: 15px;
  margin-top: 15px;
}
@media screen and (min-width: 600px) {
  .search {
    border-radius: 30px;
    margin-top: 48px;
  }
}
.search .l-inner {
  padding: 9px 9px 14px;
}
@media screen and (min-width: 600px) {
  .search .l-inner {
    padding: 26px 48px 21px;
  }
}

@media screen and (min-width: 600px) {
  .search-top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 5% auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 0 5%;
  }
  .search-top > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search-top > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

.search__head {
  color: #8d87b1;
  font-family: "NotoSans-Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.56;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .search__head {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    text-align: left;
  }
}

/* 検索窓 */
.search-window {
  display: none;
}
@media screen and (min-width: 600px) {
  .search-window {
    position: relative;
    display: inline-block;
    width: 235px;
    height: 40px;
  }
  .search-window::before {
    position: absolute;
    top: 50%;
    left: 9px;
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
    display: inline-block;
    content: "";
    background: url("../../images/example/search_icon.svg") no-repeat center center/cover;
    width: 18px;
    height: 18px;
  }
  .search-window input[type=search] {
    background-color: #fff;
    border-radius: 20px;
    padding-left: 34px;
    width: 100%;
    height: 100%;
    /* デフォルトで表示される×ボタンを非表示 */
  }
  .search-window input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
  }
}

.search-tag {
  margin-top: 13px;
  padding: 0 9px;
}
@media screen and (min-width: 600px) {
  .search-tag {
    margin-top: 31px;
    padding: 0;
  }
}

.search-tag-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 4px 0;
  font-family: "NotoSans-Medium", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7407407407;
  padding: 0 3px;
}

.search-tag-box > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (min-width: 600px) {
  .search-tag-box {
    -ms-grid-columns: auto 0 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto 5px 1fr;
    grid-template-rows: auto 1fr;
    gap: 5px 0;
    font-size: 1.4rem;
    line-height: 1.7857142857;
    padding: 0 10px;
  }
  .search-tag-box > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search-tag-box > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .search-tag-box > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .search-tag-box > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
.search-tag-box:nth-child(n+2) {
  border-top: 1px dotted #595757;
  margin-top: 12px;
  padding-top: 9px;
}
@media screen and (min-width: 600px) {
  .search-tag-box:nth-child(n+2) {
    margin-top: -3px;
    padding-top: 12px;
  }
}

@media screen and (min-width: 600px) {
  .search-tag__head {
    min-width: 121px;
  }
}

.search-tag-list {
  font-size: 1.4rem;
  line-height: 1.7407407407;
}
@media screen and (min-width: 600px) {
  .search-tag-list {
    font-size: 1.4rem;
    line-height: 1.7857142857;
  }
}
.search-tag-list li {
  display: inline-block;
  background-color: #b3b0b3;
  border: 2px solid #f0eded;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  min-width: 60px;
  margin-bottom: 3px;
  padding: 0 10px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 600px) {
  .search-tag-list li {
    border-width: 2px;
    min-width: 65px;
    margin: 0 0 9px;
    padding: 0 10px;
  }
}
.search-tag-list li:hover, .search-tag-list li:active, .search-tag-list li.current,
.search-tag-list li:has(input:checked) {
  border: 2px solid #afabc9;
  background-color: #8d87b1;
}
.search-tag-list li input {
  display: none;
}
.search-tag-list li label:hover {
  cursor: pointer;
}

/* 検索ボタン */
.search__btn {
  background-color: #fff;
  border: 1px solid #8d87b1;
  border-radius: 5px;
  color: #8d87b1;
  font-family: "NotoSans-Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  width: 100%;
  max-width: 235px;
  margin: 15px auto;
  padding: 6px 10px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: block;
}
@media screen and (min-width: 600px) {
  .search__btn {
    margin: 15px auto 0;
  }
}
.search__btn:hover, .search__btn:active {
  background-color: #8d87b1;
  color: #fff;
}

/*----------------------------------
 事例一覧
----------------------------------*/
.c-example {
  background-color: transparent;
  padding-top: 17px;
  padding-bottom: 0;
}
@media screen and (min-width: 600px) {
  .c-example {
    padding-top: 37px;
  }
}
.c-example .l-inner {
  padding: 0;
}

.c-example-wrap {
  margin-top: 0;
}
.c-example-wrap::after {
  display: none;
}

.no_articles {
  padding: 60px 0;
  text-align: center;
}
/*# sourceMappingURL=example.css.map */