@charset "UTF-8";
/* BREADCRUMBS
 * ----------------------------------------------- */
.breadcrumbs .list-breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.breadcrumbs li {
  position: relative;
}
.breadcrumbs li::after {
  display: inline-block;
  content: ">";
  position: absolute;
  right: 0;
  height: 100%;
}
.breadcrumbs li:last-child::after {
  display: none;
}
.breadcrumbs a,
.breadcrumbs span {
  display: inline-block;
  line-height: 1.9;
  font-weight: 300;
  color: #555;
}

@media print, (min-width: 520px) {
  .breadcrumbs {
    width: 840px;
    margin: 11px auto 0;
  }
  .breadcrumbs.is-big {
    width: 880px;
  }
  .breadcrumbs li::after {
    margin: 0 3px 0 4px;
    font-size: 12px;
    -ms-transform: translateY(1px);
        transform: translateY(1px);
    line-height: 1.8;
  }
  .breadcrumbs a,
  .breadcrumbs span {
    font-size: 12px;
    margin-right: 14px;
  }
}
@media only screen and (max-width: 519.98px) {
  .breadcrumbs {
    margin: 0.07rem 0.16rem;
  }
  .breadcrumbs li {
    font-size: 0.11rem;
    line-height: 1;
  }
  .breadcrumbs li:after {
    margin: 0 0.03rem 0 0.04rem;
    -ms-transform: translateY(0.01rem);
        transform: translateY(0.01rem);
    line-height: 1.9;
  }
  .breadcrumbs a,
  .breadcrumbs span {
    font-size: 0.11rem;
    margin-right: 0.13rem;
  }
}
/* PATTERN
 * ----------------------------------------------- */
.pattern-title {
  font-weight: 300;
  color: #000;
  text-align: center;
  position: relative;
}
.pattern-title::after {
  content: "";
  display: block;
  background-image: linear-gradient(to right, #64e2c9, #468af8);
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.pattern-text {
  display: inline-block;
  text-align: center;
  color: #555;
  position: relative;
}
.pattern-text.font-serif {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.pattern-text::before, .pattern-text::after {
  position: absolute;
}
.pattern-text.has-icon::before {
  content: "「";
}
.pattern-text.has-icon::after {
  content: "」";
}

@media print, (min-width: 520px) {
  .pattern-title {
    padding-bottom: 22px;
    font-size: 26px;
  }
  .pattern-title::after {
    width: 48px;
    height: 8px;
    border-radius: 8px;
  }

  .pattern-text {
    margin-bottom: 8px;
    line-height: 1.7;
    font-size: 16px;
    margin-top: 24px;
  }
  .pattern-text.font-serif {
    margin-top: 34px;
    font-size: 24px;
  }
  .pattern-text:before {
    left: -33px;
    top: -4px;
  }
  .pattern-text:after {
    right: -19px;
    top: 3px;
  }
}
@media only screen and (max-width: 519.98px) {
  .pattern-title {
    font-size: 0.22rem;
    padding-bottom: 0.21rem;
  }
  .pattern-title::after {
    width: 0.48rem;
    height: 0.08rem;
    border-radius: 0.08rem;
  }

  .pattern-text {
    font-size: 0.18rem;
    margin: 0.15rem -0.2rem;
    line-height: 1.7;
  }
  .pattern-text::before {
    left: -0.24rem;
    top: -0.03rem;
  }
  .pattern-text::after {
    right: -0.14rem;
    top: 0.03rem;
  }
}
.back-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 auto;
  background: #5ed0b8;
  font-weight: 700;
  color: #fff;
}

@media print, (min-width: 520px) {
  .back-button {
    width: 280px;
    height: 50px;
    border-radius: 50px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 519.98px) {
  .back-button {
    width: 2.8rem;
    height: 0.5rem;
    border-radius: 0.5rem;
    font-size: 0.15rem;
  }
}
/* WP-PAGENAVI
 * ----------------------------------------------- */
.wp-pagenavi {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.wp-pagenavi .pages,
.wp-pagenavi .first,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .extend,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .last {
  display: none;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  font-weight: bold;
  border: 2px solid #5ed0b8;
  background: #5ed0b8;
  transition: all 0.3s ease;
}
.wp-pagenavi .current,
.wp-pagenavi a:hover {
  background: #fff;
  color: #00b08d;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: block;
  position: absolute;
  top: 0;
  text-indent: -99999px;
  overflow: hidden;
}
.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #5ed0b8 url("../img/naturalmedicine/ico_arrow_next.svg") center top 4px/16px auto no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.wp-pagenavi .previouspostslink {
  left: 0;
}
.wp-pagenavi .previouspostslink:before {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  -ms-transform-origin: center;
      transform-origin: center;
}
.wp-pagenavi .nextpostslink {
  right: 0;
}

@media print, (min-width: 520px) {
  .wp-pagenavi {
    padding: 0 51px;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 34px;
    height: 34px;
    padding-bottom: 5px;
    border-radius: 13px;
    font-size: 16px;
    border: 2px solid #5ed0b8;
    margin: 0 8.5px 17px;
  }
}
@media only screen and (max-width: 519.98px) {
  .wp-pagenavi {
    padding: 0 0.66rem;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 0.44rem;
    height: 0.44rem;
    padding-bottom: 0.05rem;
    border-radius: 0.13rem;
    font-size: 0.16rem;
    margin: 0 0.11rem 0.22rem;
    border-width: 0.02rem;
  }
  .wp-pagenavi .previouspostslink:before,
  .wp-pagenavi .nextpostslink:before {
    background-position: center top 0.06rem;
    background-size: 0.22rem auto;
  }
}
/* PAGE
 * ----------------------------------------------- */
/* SEARCH
 * ----------------------------------------------- */
.section-search {
  text-align: center;
}
.section-search .search-heading {
  text-align: left;
}
.section-search .form-search {
  display: inline-block;
  position: relative;
}
.section-search .search-input {
  display: -ms-flexbox;
  display: flex;
  background: #f0f6f8;
  color: #000;
  font-weight: 500;
  outline: none;
}
.section-search .search-button {
  background: url("../img/search/ico_search.svg") top 6px right 7px/17px auto no-repeat;
  position: absolute;
}
.section-search .heading-text {
  display: -ms-flexbox;
  display: flex;
  color: #000;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-search .is-blank {
  position: relative;
}
.section-search .is-blank::after {
  content: "";
  display: block;
  background: url("../img/search/ico_blank.svg") center/contain no-repeat;
  position: absolute;
}
.section-search .search-title {
  font-weight: bold;
}
.section-search .list-search {
  text-align: left;
  border-top: 1px solid #5ed0b8;
}
.section-search .item-search {
  border-bottom: 1px solid #5ed0b8;
}
.section-search .item-image {
  background: #f7f7f7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.section-search .item-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.section-search .item-detail {
  color: #000;
}
.section-search .item-title {
  font-weight: bold;
  display: inline-block;
}
.section-search .item-title span:not(.is-symbol) {
  background: rgba(0, 176, 141, 0.2);
}
.section-search .item-text {
  line-height: 1.8;
}
.section-search .item-text span {
  background: rgba(0, 176, 141, 0.2);
}
.section-search .item-link {
  display: inline;
  color: #00b08d;
  text-decoration: underline;
}
.section-search .item-link:hover {
  text-decoration: none;
}
.section-search .search-pagenavi {
  text-align: center;
}
.section-search mark {
  background: rgba(0, 176, 141, 0.2);
}

.section-search.is-not-found .list-search {
  display: none;
}
.section-search.is-not-found .is-not-found {
  display: block;
}
.section-search.is-not-found .wp-pagenavi .previouspostslink,
.section-search.is-not-found .wp-pagenavi .nextpostslink,
.section-search.is-not-found .wp-pagenavi a {
  display: none;
}
.section-search.is-not-found .wp-pagenavi a[title="Page 1"] {
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  color: #00b08d;
}

@media print, (min-width: 520px) {
  .section-search {
    padding-bottom: 106px;
  }
  .section-search .wrapper {
    padding: 0 80px;
  }
  .section-search .pattern-title {
    margin-bottom: 35px;
  }
  .section-search .form-search {
    margin-bottom: 17px;
  }
  .section-search .search-heading {
    margin-bottom: 28px;
  }
  .section-search .search-label {
    margin-right: 15px;
  }
  .section-search .search-input {
    width: 420px;
    height: 28px;
    padding-left: 11px;
    padding-right: 30px;
    padding-bottom: 2px;
    font-size: 12px;
    border-radius: 3px;
    letter-spacing: 0.2em;
  }
  .section-search .search-input:-ms-input-placeholder {
    font-size: 12px;
    color: #000;
    letter-spacing: 0.2em;
  }
  .section-search .search-input::placeholder {
    font-size: 12px;
    color: #000;
    letter-spacing: 0.2em;
  }
  .section-search .search-button {
    width: 28px;
    height: 28px;
    cursor: pointer;
    border-radius: 3px;
    top: 0;
    right: 0;
  }
  .section-search .heading-text {
    font-size: 14px;
  }
  .section-search .is-blank::after {
    width: 11px;
    height: 9px;
  }
  .section-search .list-search {
    margin-bottom: 54px;
  }
  .section-search .item-search {
    display: -ms-flexbox;
    display: flex;
    padding: 17px 4px 18px;
  }
  .section-search .item-image {
    width: 202px;
    height: 93px;
  }
  .section-search .item-image::after {
    right: 8px;
    bottom: 5px;
  }
  .section-search .item-detail {
    -ms-flex: 1;
        flex: 1;
    margin-left: 13px;
    font-size: 14px;
  }
  .section-search .item-title {
    padding-right: 19px;
  }
  .section-search .item-title::after {
    right: 0;
    bottom: 4px;
  }
  .section-search .item-title span:not(.is-symbol) {
    padding: 0 3px;
  }
  .section-search .item-title .is-symbol {
    padding: 0 5px 0 3px;
  }
  .section-search .item-text {
    margin: 3px 0 2px;
  }
  .section-search .item-link {
    padding-right: 23px;
  }
  .section-search .item-link::after {
    right: 0;
    bottom: 4px;
  }

  .is-ipad .section-search .search-input {
    padding-bottom: 0;
  }

  .section-search.is-not-found {
    min-height: calc(100vh - 229px - 33px - 426px);
  }
  .section-search.is-not-found .wp-pagenavi {
    margin-top: 33px;
  }
}
@media only screen and (max-width: 519.98px) {
  .section-search {
    padding-top: 0.06rem;
    padding-bottom: 0.94rem;
  }
  .section-search .pattern-title {
    margin-bottom: 0.1rem;
  }
  .section-search .form-search {
    margin-bottom: 0.21rem;
    width: 100%;
  }
  .section-search .search-heading {
    margin-bottom: 0.2rem;
  }
  .section-search .search-result {
    display: block;
    width: 100%;
    margin-top: 0.05rem;
  }
  .section-search .search-input {
    width: 100%;
    height: 0.28rem;
    padding-left: 0.11rem;
    padding-right: 0.3rem;
    font-size: 0.12rem;
    border-radius: 0.03rem;
    letter-spacing: 0.2em;
  }
  .section-search .search-input:-ms-input-placeholder {
    font-size: 0.12rem;
    color: #000;
    letter-spacing: 0.2em;
  }
  .section-search .search-input::placeholder {
    font-size: 0.12rem;
    color: #000;
    letter-spacing: 0.2em;
  }
  .section-search .search-button {
    width: 0.28rem;
    height: 0.28rem;
    cursor: pointer;
    border-radius: 0.03rem;
    top: 0;
    right: 0;
  }
  .section-search .heading-text {
    font-size: 0.14rem;
  }
  .section-search .is-blank::after {
    width: 0.11rem;
    height: 0.09rem;
  }
  .section-search .list-search {
    margin-bottom: 0.64rem;
  }
  .section-search .item-search {
    padding: 0.15rem 0 0.21rem;
  }
  .section-search .item-image {
    width: 100%;
    height: 0.93rem;
  }
  .section-search .item-image::after {
    right: 0.1rem;
    bottom: 0.07rem;
  }
  .section-search .item-detail {
    margin-top: 0.14rem;
    font-size: 0.14rem;
  }
  .section-search .item-title {
    padding-right: 0.19rem;
    line-height: 1.8;
  }
  .section-search .item-title::after {
    right: 0;
    bottom: 0.08rem;
  }
  .section-search .item-title .is-symbol {
    padding: 0 0.05rem 0 0.06rem;
  }
  .section-search .item-text {
    margin: 0.02rem 0 0.07rem;
  }
  .section-search .item-link {
    padding-right: 0.2rem;
  }
  .section-search .item-link::after {
    right: 0;
    bottom: 0.04rem;
  }

  .section-search.is-not-found {
    padding-bottom: 0.64rem;
  }
  .section-search.is-not-found .wp-pagenavi {
    margin-top: 0.51rem;
  }
}

/*# sourceMappingURL=search.css.map */