@charset "UTF-8";
/*--------------------------------------------------------------------------
  目次非表示
----------------------------------------------------------------------------*/
article.article.type-ranking #toc {
  display: none;
}

/*--------------------------------------------------------------------------
  記事詳細
----------------------------------------------------------------------------*/
article.article p {
  margin-bottom: 1em;
}
article.article h1.entry-title {
  margin: 0;
  padding: 36px 6px 1em;
}
@media (max-width: 833px) {
  article.article h1.entry-title {
    padding-bottom: 0;
  }
}
@media (max-width: 1023px) {
  article.article h1.entry-title {
    padding-top: 10px;
  }
}
article.article h2 {
  margin: 2em 0 0.5em;
  padding: 0 0.5em;
  background: none;
}
article.article h2::after {
  content: "";
  display: block;
  width: calc(100% + 1em);
  height: 10px;
  position: relative;
  bottom: 10px;
  left: -0.5em;
  z-index: -1;
  border-radius: 5px;
  background: #ffe4e9;
}
article.article h3.wp-block-heading {
  margin: 1em 2em;
  border: none;
  text-align: center;
}
article.article h3.wp-block-heading::after {
  content: "";
  display: block;
  height: 12px;
  position: relative;
  bottom: 12px;
  z-index: -1;
  border-radius: 100% 0;
  background: #c1efda;
}
article.article div.full-width {
  margin: 0 -2em;
  padding: 2em;
}
@media (max-width: 833px) {
  article.article div.full-width {
    margin: 0 -1em;
    padding: 1em;
  }
}
article.article div.inner-full-width {
  margin: 0 -2em;
  padding: 2em;
}
@media (max-width: 833px) {
  article.article div.inner-full-width {
    margin: 0 -1em;
    padding: 1em;
  }
}
article.article figure.full-width {
  margin: 0 -2em;
  width: calc(100% + 4em);
}
@media (max-width: 833px) {
  article.article figure.full-width {
    margin: 0 -1em;
    width: calc(100% + 2em);
  }
}
article.article .marker-stripe-yellow {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 0.5em;
  background-image: repeating-linear-gradient(135deg, #ff9 0, #ff9 2px, transparent 2px, transparent 4px);
}
article.article .marker-stripe-red {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 0.5em;
  background-image: repeating-linear-gradient(135deg, #ffd0d1 0, #ffd0d1 2px, transparent 2px, transparent 4px);
}
article.article .marker-stripe-blue {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 0.5em;
  background-image: repeating-linear-gradient(135deg, #a8dafb 0, #a8dafb 2px, transparent 2px, transparent 4px);
}

/*--------------------------------------------------------------------------
  テーブル
----------------------------------------------------------------------------*/
article.article .wp-block-table {
  overflow: scroll;
  float: none;
  width: 100%;
}
article.article .wp-block-table tbody td {
  border: solid 2px #d0d09d;
}
article.article .wp-block-table.header-top tr:first-child {
  background: #e7e7c3;
}
article.article .wp-block-table.header-left td:first-child {
  background: #e7e7c3;
}
article.article .wp-block-table.compare-table {
  margin-bottom: 2em;
}
article.article .wp-block-table.compare-table .scrollable-table {
  margin-bottom: 2em;
  border: solid 4px #e991a0;
}
article.article .wp-block-table.compare-table table tr td {
  border: dashed 1px #e991a0;
  min-width: 160px;
  text-align: center;
}
@media (max-width: 480px) {
  article.article .wp-block-table.compare-table table tr td {
    min-width: 90px;
  }
}
article.article .wp-block-table.compare-table table tr td [class^=inline-button-] {
  margin: 1em;
  padding: 0.5em 0.75em;
  border: none;
  border-bottom: solid 4px #67b18e;
  border-radius: 2em;
  background: #a0e3c4;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
}
@media (max-width: 480px) {
  article.article .wp-block-table.compare-table table tr td [class^=inline-button-] {
    margin: 1em 0;
  }
}
@media (max-width: 480px) {
  article.article .wp-block-table.compare-table table tr td [class^=inline-button-] a {
    font-size: 12px;
  }
}
article.article .wp-block-table.compare-table table tr td [class^=inline-button-]:hover {
  border: none;
}
article.article .wp-block-table.compare-table table tr td [class^=inline-button-]::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 20px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
article.article .wp-block-table.compare-table table tr td img {
  margin: 8px 0;
  width: auto !important;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 480px) {
  article.article .wp-block-table.compare-table table tr td img {
    margin: 0;
  }
}
article.article .wp-block-table.compare-table table tr td:first-child {
  min-width: 100px;
  background: #e991a0;
  border: none;
  border-bottom: solid 1px #fff;
  color: #fff;
  font-weight: 800;
}
@media (max-width: 833px) {
  article.article .wp-block-table.compare-table table tr td:first-child {
    min-width: 100px;
  }
}
@media (max-width: 600px) {
  article.article .wp-block-table.compare-table table tr td:first-child {
    min-width: 75px;
  }
}
@media (max-width: 480px) {
  article.article .wp-block-table.compare-table table tr td:first-child {
    min-width: 48px;
    font-size: 11px;
  }
}
article.article .wp-block-table.compare-table table tr td:nth-child(2) {
  background-color: #ffe4e9;
  background-color: #fff5e8;
  border-left: none;
}
article.article .wp-block-table.compare-table table tr td:last-child {
  border-right: none;
}
article.article .wp-block-table.compare-table table tr:first-child {
  height: 40px;
}
article.article .wp-block-table.compare-table table tr:first-child td {
  border-color: #fff;
  border-top: none;
}
article.article .wp-block-table.compare-table table tr:first-child td:first-child {
  border: none;
}
article.article .wp-block-table.compare-table table tr:first-child td img {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 40px;
  max-height: 40px;
}
@media (max-width: 600px) {
  article.article .wp-block-table.compare-table table tr:first-child td img {
    max-width: 30px;
    max-height: 30px;
  }
}
article.article .wp-block-table.compare-table table tr:first-child td:nth-child(2) {
  background: #edcd56;
}
article.article .wp-block-table.compare-table table tr:first-child td:nth-child(3) {
  background: #d0d0e1;
}
article.article .wp-block-table.compare-table table tr:first-child td:nth-child(4) {
  background: #d9c4aa;
}
@media (max-width: 480px) {
  article.article .wp-block-table.compare-table table tr:nth-child(2) td a:nth-child(3) {
    display: inline-block;
    min-height: 35px;
  }
}
@media (max-width: 480px) {
  article.article .wp-block-table.compare-table table tr:nth-child(2) td img {
    margin: 8px 0;
  }
}
article.article .wp-block-table.compare-table table tr:nth-child(2) td:nth-child(n+2) {
  border-top: 0;
}
article.article .wp-block-table.compare-table table tr:nth-child(n+4) td {
  line-height: 1.2;
}
article.article .wp-block-table.compare-table table tr:nth-child(n+4) td img {
  max-height: 50px;
}
@media (max-width: 480px) {
  article.article .wp-block-table.compare-table table tr:nth-child(n+4) td img {
    max-height: 40px;
  }
}
article.article .wp-block-table.compare-table table tr:last-child td {
  border-bottom: none;
}
article.article .wp-block-table.compare-table.no-rank table tr:first-child {
  display: none;
}

/*--------------------------------------------------------------------------
  CTAリンクボタン
----------------------------------------------------------------------------*/
article.article .wp-block-buttons {
  display: block;
  margin: 2em 4em 1em !important;
}
@media (max-width: 480px) {
  article.article .wp-block-buttons {
    margin: 1em 0 !important;
  }
}
article.article .wp-block-buttons .wp-block-button {
  width: 100%;
}
article.article .wp-block-buttons .wp-block-button:hover {
  border: none;
}
article.article .wp-block-buttons .wp-block-button .wp-block-button__link {
  width: 100%;
  background: #a0e3c4;
  border-radius: 2em;
  border-bottom: solid 6px #67b18e;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 480px) {
  article.article .wp-block-buttons .wp-block-button .wp-block-button__link {
    padding: 1em 0.5em;
    padding-left: 0.65em;
    font-size: 16px;
  }
}
article.article .wp-block-buttons .wp-block-button.shine-cta {
  position: relative;
  overflow: hidden;
}
article.article .wp-block-buttons .wp-block-button.shine-cta::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny-cta;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes shiny-cta {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
article.article .wp-block-buttons .micro-balloon {
  margin-bottom: -1em;
}
@media (max-width: 480px) {
  article.article .wp-block-buttons .micro-balloon {
    margin-bottom: 0;
  }
}
article.article .wp-block-buttons .microcopy {
  width: auto;
  position: absolute;
  top: -30px;
  border: none;
}
article.article .wp-block-buttons .microcopy a.wp-block-button__link {
  padding: 0.5rem;
  border: none;
  background: rgba(0, 0, 0, 0);
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
article.article .wp-block-buttons .microcopy::before {
  content: "\\";
  position: absolute;
  top: 8px;
  font-size: 14px;
  font-weight: 400;
  font-family: arial;
}
article.article .wp-block-buttons .microcopy::after {
  content: "/";
  position: absolute;
  top: 8px;
  font-size: 14px;
  font-weight: 400;
  font-family: arial;
}

/*--------------------------------------------------------------------------
  注意喚起ブロック
----------------------------------------------------------------------------*/
article.article .pill-alert {
  position: relative;
  margin-top: 2em;
  padding: 0 2em 2em;
  background-color: #fffcf7;
  text-align: center;
}
article.article .pill-alert::before {
  content: "\f071";
  display: block;
  margin: 0 auto;
  position: relative;
  top: -20px;
  left: 0;
  border: none;
  color: #e991a0;
  font-size: 34px;
}
article.article .pill-alert h2 {
  display: inline-block;
  margin: 0.5em auto 0.8em;
}
article.article .pill-alert p {
  width: 100%;
  text-align: left;
}

/*--------------------------------------------------------------------------
  クリニックセクション
----------------------------------------------------------------------------*/
article.article .clinic-block__container {
  background-color: #ffe4e9;
}
article.article .clinic-block__container .clinic-header {
  margin: 0;
  padding: 0.5em;
  border-radius: 15px 15px 0 0;
  border-bottom: none;
  background-color: #e8d8c5;
  text-align: center;
}
article.article .clinic-block__container .clinic-header .wp-block-cocoon-blocks-micro-text {
  display: inline-block;
  margin: 0.36em 0;
  padding: 0 10px;
  border-radius: 30px;
  background: #f7ecdf;
}
article.article .clinic-block__container .clinic-header .wp-block-cocoon-blocks-micro-text span.micro-text-content {
  padding: 3px 8px;
}
article.article .clinic-block__container .clinic-header .wp-block-cocoon-blocks-micro-text span.micro-text-content br {
  display: none;
}
@media (max-width: 480px) {
  article.article .clinic-block__container .clinic-header .wp-block-cocoon-blocks-micro-text span.micro-text-content br {
    display: initial;
  }
}
article.article .clinic-block__container .clinic-header h2 {
  display: flex;
  justify-content: center;
  margin: 6px 0 0;
  border: none;
  font-size: 36px;
  color: #977070;
}
@media (max-width: 480px) {
  article.article .clinic-block__container .clinic-header h2 {
    font-size: 28px;
  }
}
article.article .clinic-block__container .clinic-header h2::after {
  display: none;
}
article.article .clinic-block__container .clinic-header h2 img {
  width: 45px;
  height: 45px;
}
@media (max-width: 480px) {
  article.article .clinic-block__container .clinic-header h2 img {
    width: 35px !important;
    height: 35px !important;
  }
}
article.article .clinic-block__container .clinic-header_rept__container {
  display: flex;
  align-items: center;
  width: 230px;
  max-width: 270px;
}
@media (max-width: 480px) {
  article.article .clinic-block__container .clinic-header_rept__container {
    width: 200px;
  }
}
article.article .clinic-block__container .clinic-header_rept_label {
  margin-right: 0.5em;
  padding: 0 0.5em;
  background: #e991a0;
  border-radius: 6px;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  color: #fff;
}
article.article .clinic-block__container .clinic-header_rept_point {
  margin-right: 5px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  color: #ff5e7b;
}
@media (max-width: 480px) {
  article.article .clinic-block__container .clinic-header_rept_point {
    font-size: 20px;
  }
}
article.article .clinic-block__container .clinic__container {
  margin: 0 2em 2em;
  padding: 1em;
  border: none;
  border-radius: 0 0 15px 15px;
  background: #f8f6f1;
}
@media (max-width: 781px) {
  article.article .clinic-block__container .clinic__container .clinic_main {
    font-size: 12px;
  }
}
article.article .clinic-block__container .clinic__container .clinic-recommended-point {
  margin: 2em 0;
  padding: 0;
}
article.article .clinic-block__container .clinic__container .clinic-recommended-point .iconlist-title {
  display: table;
  margin: 0 auto;
  padding: 0.25em 1.5em;
  border-radius: 5px 5px 0 0;
  background: #9f8260;
  color: #fff;
}
article.article .clinic-block__container .clinic__container .clinic-recommended-point ul {
  border: solid 2px #c5ae93;
  border-width: 2px 0;
  padding: 0.5em 0;
  background: #fffcf7;
  background: #fff;
}
article.article .clinic-block__container .clinic__container .clinic-recommended-point ul li {
  padding-left: 2em;
}
article.article .clinic-block__container .clinic__container .clinic-recommended-point ul li::before {
  color: #e991a0;
}
article.article .clinic-block__container .clinic__container .swiper {
  margin: 0 0 1em;
  position: relative;
  left: -1em;
  width: calc(100% + 2em);
  background-color: #ece1d5;
  background-color: #e8d8c5;
}
article.article .clinic-block__container .clinic__container .swiper .swiper-wrapper {
  gap: 0;
}
article.article .clinic-block__container .clinic__container .swiper .swiper-wrapper div.swiper-slide {
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
}
@media (max-width: 480px) {
  article.article .clinic-block__container .clinic__container .swiper .swiper-wrapper div.swiper-slide {
    gap: 12px;
  }
}
article.article .clinic-block__container .clinic__container .swiper .swiper-wrapper div.swiper-slide div.swiper-card {
  align-items: center;
  gap: 0;
  margin: 1em 0 2em;
  padding: 1em;
  width: 50%;
  border-radius: 10px;
  background: #fff;
}
@media (max-width: 480px) {
  article.article .clinic-block__container .clinic__container .swiper .swiper-wrapper div.swiper-slide div.swiper-card {
    padding: 0.5em;
  }
}
article.article .clinic-block__container .clinic__container .swiper .swiper-wrapper div.swiper-slide div.swiper-card > div {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin: 0 0 1em;
}
@media (max-width: 480px) {
  article.article .clinic-block__container .clinic__container .swiper .swiper-wrapper div.swiper-slide div.swiper-card > div {
    flex-direction: column-reverse;
    align-items: center;
  }
}
article.article .clinic-block__container .clinic__container .swiper .swiper-wrapper div.swiper-slide div.swiper-card figure {
  margin: 0;
  width: 100px;
  max-width: 100px;
  min-width: 100px;
}
article.article .clinic-block__container .clinic__container .swiper .swiper-wrapper div.swiper-slide div.swiper-card figure + div {
  margin: 0.5em 0 0;
  padding: 0;
}
@media (max-width: 480px) {
  article.article .clinic-block__container .clinic__container .swiper .swiper-wrapper div.swiper-slide div.swiper-card figure + div {
    margin: 0;
  }
}
article.article .clinic-block__container .clinic__container .swiper .swiper-wrapper div.swiper-slide div.swiper-card p {
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (max-width: 480px) {
  article.article .clinic-block__container .clinic__container .swiper .swiper-wrapper div.swiper-slide div.swiper-card p {
    line-height: 1.6;
  }
}
article.article .clinic-block__container .clinic__container .swiper .swiper-wrapper div.swiper-slide div.swiper-card .review-no {
  color: #e991a0;
  font-size: 12px;
}
@media (max-width: 480px) {
  article.article .clinic-block__container .clinic__container .swiper .swiper-wrapper div.swiper-slide div.swiper-card .review-no {
    text-align: center;
  }
}
article.article .clinic-block__container .clinic__container .swiper .swiper-wrapper div.swiper-slide div.swiper-card .review-title {
  position: relative;
  padding: 8px;
  border: solid 2px #e8d8c5;
  border-radius: 5px;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 800;
}
article.article .clinic-block__container .clinic__container .swiper .swiper-wrapper div.swiper-slide div.swiper-card .review-title::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
  left: -6px;
  border-left: solid 2px #e8d8c5;
  border-bottom: solid 2px #e8d8c5;
  transform: rotate(45deg);
  background: #fff;
}
@media (max-width: 480px) {
  article.article .clinic-block__container .clinic__container .swiper .swiper-wrapper div.swiper-slide div.swiper-card .review-title::after {
    top: inherit;
    left: 25px;
    bottom: -7px;
    transform: rotate(-45deg);
  }
}
article.article .clinic-block__container .clinic__container .swiper .swiper-wrapper div.swiper-slide div.swiper-card .review-content {
  flex-direction: column;
}
@media (max-width: 480px) {
  article.article .clinic-block__container .clinic__container .swiper .swiper-wrapper div.swiper-slide div.swiper-card .review-content {
    font-size: 14px;
  }
}
article.article .clinic-block__container .clinic__container .swiper .swiper-wrapper div.swiper-slide div.swiper-card:nth-child(odd) {
  margin-left: 1.5em;
}
@media (max-width: 480px) {
  article.article .clinic-block__container .clinic__container .swiper .swiper-wrapper div.swiper-slide div.swiper-card:nth-child(odd) {
    margin-left: 0.5em;
  }
}
article.article .clinic-block__container .clinic__container .swiper .swiper-wrapper div.swiper-slide div.swiper-card:nth-child(even) {
  margin-right: 1.5em;
}
@media (max-width: 480px) {
  article.article .clinic-block__container .clinic__container .swiper .swiper-wrapper div.swiper-slide div.swiper-card:nth-child(even) {
    margin-right: 0.5em;
  }
}
article.article .clinic-block__container .clinic__container .swiper .swiper-pagination {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -14px;
}
article.article .clinic-block__container .clinic__container .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #e991a0;
}
article.article .star-wrap {
  position: relative;
  line-height: 1;
}
@media (max-width: 480px) {
  article.article .star-wrap {
    width: 100px;
  }
}
article.article .star-wrap img.point-star {
  vertical-align: bottom;
}
article.article .star-wrap:before {
  content: "";
  position: absolute;
  background-color: #e8d8c5;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}
article.article .star-wrap50:before {
  width: 0;
}
article.article .star-wrap49:before {
  width: 3%;
}
article.article .star-wrap48:before {
  width: 5%;
}
article.article .star-wrap47:before {
  width: 7%;
}
article.article .star-wrap46:before {
  width: 8%;
}
article.article .star-wrap45:before {
  width: 10%;
}
article.article .star-wrap44:before {
  width: 12%;
}
article.article .star-wrap43:before {
  width: 14%;
}
article.article .star-wrap42:before {
  width: 16%;
}
article.article .star-wrap41:before {
  width: 18%;
}
article.article .star-wrap40:before {
  width: 20%;
}
article.article .star-wrap39:before {
  width: 22%;
}
article.article .star-wrap38:before {
  width: 24%;
}
article.article .star-wrap37:before {
  width: 26%;
}
article.article .star-wrap36:before {
  width: 28%;
}
article.article .star-wrap35:before {
  width: 30%;
}
article.article .star-wrap34:before {
  width: 32%;
}
article.article .star-wrap33:before {
  width: 34%;
}
article.article .star-wrap32:before {
  width: 36%;
}
article.article .star-wrap31:before {
  width: 38%;
}
article.article .star-wrap30:before {
  width: 40%;
}
article.article .star-wrap29:before {
  width: 42%;
}
article.article .star-wrap28:before {
  width: 44%;
}
article.article .star-wrap27:before {
  width: 46%;
}
article.article .star-wrap26:before {
  width: 48%;
}
article.article .star-wrap25:before {
  width: 50%;
}
article.article .star-wrap24:before {
  width: 52%;
}
article.article .star-wrap23:before {
  width: 54%;
}
article.article .star-wrap22:before {
  width: 56%;
}
article.article .star-wrap21:before {
  width: 58%;
}
article.article .star-wrap20:before {
  width: 60%;
}
article.article .star-wrap19:before {
  width: 62%;
}
article.article .star-wrap18:before {
  width: 64%;
}
article.article .star-wrap17:before {
  width: 66%;
}
article.article .star-wrap16:before {
  width: 68%;
}
article.article .star-wrap15:before {
  width: 70%;
}
article.article .star-wrap14:before {
  width: 72%;
}
article.article .star-wrap13:before {
  width: 74%;
}
article.article .star-wrap12:before {
  width: 76%;
}
article.article .star-wrap11:before {
  width: 78%;
}
article.article .star-wrap10:before {
  width: 80%;
}
article.article .clinic-detail-table.tab-block .tab-label-group {
  overflow: auto;
  white-space: pre;
}
article.article .clinic-detail-table.tab-block .tab-label-group .tab-label {
  flex-grow: 1;
  margin-top: 5px;
  padding: 0.4em 1em 0;
  height: 35px;
  background-color: #ffe4e9;
  text-align: center;
}
article.article .clinic-detail-table.tab-block .tab-label-group .tab-label.is-active {
  margin-top: 0;
  height: 40px;
  background-color: #e991a0;
  font-size: 16px;
  font-weight: 800;
}
article.article .clinic-detail-table .tab-content-group {
  padding: 0;
  border: none;
}
article.article .clinic-detail-table .tab-content-group table tbody tr {
  border-bottom: solid 1px #e991a0;
  background: #fff;
}
article.article .clinic-detail-table .tab-content-group table tbody tr td {
  border: none;
}
article.article .clinic-detail-table .tab-content-group table tbody tr td:first-child {
  padding-left: 2em;
  width: 210px;
  color: #e991a0;
  font-weight: 800;
}
@media (max-width: 480px) {
  article.article .clinic-detail-table .tab-content-group table tbody tr td:first-child {
    width: 110px;
  }
}

/*--------------------------------------------------------------------------
  Q&A
----------------------------------------------------------------------------*/
article.article .qa-block__container {
  background: #e7f5f0;
}
article.article .qa-block__container .toggle-wrap {
  margin-bottom: 1em;
}
article.article .qa-block__container .toggle-wrap:first-child {
  margin-top: 1em;
}
article.article .qa-block__container .toggle-wrap .toggle-button {
  display: inline-flex;
  align-items: center;
  padding-right: 2em;
  width: 100%;
  border: none;
  border-radius: 10px;
  background: #fff;
  text-align: left;
  font-weight: 800;
}
article.article .qa-block__container .toggle-wrap .toggle-button:hover {
  opacity: 1;
}
article.article .qa-block__container .toggle-wrap .toggle-button::before {
  content: "\f059";
  margin: 0 0.5em 0 1em;
  font-family: FontAwesome;
  font-size: 2em;
  color: #9f8260;
  opacity: 1;
}
@media (max-width: 480px) {
  article.article .qa-block__container .toggle-wrap .toggle-button::before {
    margin: 0 0.5em;
  }
}
article.article .qa-block__container .toggle-wrap .toggle-button::after {
  content: "\f067";
  margin-right: 1em;
  position: absolute;
  right: 0;
  font-family: FontAwesome;
  color: var(--cocoon-x-pallid-text-color);
  opacity: 0.75;
}
article.article .qa-block__container .toggle-wrap .toggle-content {
  margin-bottom: 2em;
  padding: 0 1em 1em;
  border: none;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #fff;
}
article.article .qa-block__container .toggle-wrap .toggle-checkbox:checked ~ .toggle-button {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
article.article .qa-block__container .toggle-wrap .toggle-checkbox:checked ~ .toggle-button::before {
  content: "\f059";
}
article.article .qa-block__container .toggle-wrap .toggle-checkbox:checked ~ .toggle-button::after {
  content: "\f068";
}

/*--------------------------------------------------------------------------
  「管理者用」カテゴリー 非表示
----------------------------------------------------------------------------*/
footer.article-footer .entry-categories-tags a.cat-link-5 {
  display: none;
}

/*--------------------------------------------------------------------------
  検索結果ページ
----------------------------------------------------------------------------*/
#list {
  padding-top: 36px;
}
@media (max-width: 1023px) {
  #list {
    padding-top: 10px;
  }
}
#list .disp-conditions__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 14px;
}
#list .disp-conditions__container .search-tag {
  display: inline-block;
  margin: 0 6px 6px 0;
  padding: 2px 8px;
  border: 1px solid #e991a0;
  border-radius: 10px;
  word-break: break-all;
  text-decoration: none;
  line-height: 1.5;
  color: #e991a0;
  font-size: 12px;
}
#list .disp-conditions .sort-buttons {
  display: flex;
  gap: 0.5em;
}
#list .disp-conditions .sort-buttons .sort-controller {
  width: 200px;
}
#list .disp-conditions .sort-buttons .sort-controller .sort-order {
  margin: 0;
  padding: 5px;
  border-radius: 16px;
  background: #ede3e3;
  color: var(--coccon-text-color);
}
#list .disp-conditions .sort-buttons .sort-controller .sort-selected {
  background: #e991a0;
  color: #fff;
}
#list article.clinic .eye-catch {
  margin: 1em 0;
  max-width: 100%;
}
@media (max-width: 833px) {
  #list article.clinic .eye-catch {
    margin: 0;
  }
}
#list article.clinic .clinic-detail-table {
  margin: 1em 0;
}
#list article.clinic .clinic-detail-table.tab-block .tab-label-group {
  overflow: auto;
  white-space: pre;
}
#list article.clinic .clinic-detail-table.tab-block .tab-label-group .tab-label {
  flex-grow: 1;
  margin-top: 5px;
  padding: 0.4em 1em 0;
  height: 35px;
  background-color: #ffe4e9;
  text-align: center;
}
#list article.clinic .clinic-detail-table.tab-block .tab-label-group .tab-label.is-active {
  margin-top: 0;
  height: 40px;
  background-color: #e991a0;
  font-size: 16px;
  font-weight: 800;
}
#list article.clinic .clinic-detail-table .tab-content-group {
  padding: 0;
  border: none;
}
#list article.clinic .clinic-detail-table .tab-content-group table tbody tr {
  border-bottom: solid 1px #e991a0;
  background: #fff;
}
#list article.clinic .clinic-detail-table .tab-content-group table tbody tr td {
  border: none;
}
#list article.clinic .clinic-detail-table .tab-content-group table tbody tr td:first-child {
  padding-left: 2em;
  width: 210px;
  color: #e991a0;
  font-weight: 800;
}
@media (max-width: 480px) {
  #list article.clinic .clinic-detail-table .tab-content-group table tbody tr td:first-child {
    width: 110px;
  }
}
#list h3 {
  margin: 0 8em;
  border: none;
  text-align: center;
}
#list h3::after {
  content: "";
  display: block;
  height: 12px;
  position: relative;
  bottom: 12px;
  z-index: -1;
  border-radius: 100% 0;
  background: #c1efda;
}
@media (max-width: 480px) {
  #list h3 {
    margin: 1em 2em;
  }
}

/*--------------------------------------------------------------------------
  検索フォーム
----------------------------------------------------------------------------*/
#frd-search-form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5em;
  padding: 0.5em;
  width: 100%;
  background-color: #e8d8c5;
  /* セレクトボックス
  --------------------------------------- */
  /* 検索ボタン
  --------------------------------------- */
}
@media (max-width: 1023px) {
  #frd-search-form {
    display: none;
  }
}
#frd-search-form > form {
  flex-grow: 99;
}
#frd-search-form .search-form_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#frd-search-form .search-form_main {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 65px);
}
#frd-search-form select {
  width: 50%;
  height: 30px;
  padding: 0 0 0 5px;
  border-radius: 0;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 5px 0px #ddd;
  background: #fff;
  font-size: 12px;
  color: var(--cocoon-text-color);
}
#frd-search-form .searchBtn_box {
  display: flex;
  flex-wrap: wrap;
  margin-left: 7px;
  width: 55px;
  height: 55px;
  border: none;
  align-content: space-evenly;
  justify-content: center;
  background: #f4a6be;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
#frd-search-form i.fa.fa-search {
  display: block;
  width: 100%;
  font-size: 16px;
}
#frd-search-form .fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
#frd-search-form .fa-search:before {
  content: "\f002";
}
#frd-search-form .searchBtn_box span {
  margin: 0;
  line-height: 1;
  color: #fff;
  font-size: 14px;
}

/* =======================================
  商品検索フォーム（チェックボックス）
======================================= */
#search-form-check .search-form_main, #search-form-exc-price .search-form_main, #search-form-mobile .search-form_main {
  display: block;
  width: 100%;
}

#frd-search-form {
  /* チェックボックス
  --------------------------------------- */
  /* 検索ボタン
  --------------------------------------- */
}
#frd-search-form-check, #frd-search-form-exc-price, #frd-search-form-mobile {
  display: block;
  padding: 0;
}
#frd-search-form-check .search-form_main, #frd-search-form-exc-price .search-form_main, #frd-search-form-mobile .search-form_main {
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 0.5em 1em;
}
#frd-search-form-check .search-form_main fieldset, #frd-search-form-exc-price .search-form_main fieldset, #frd-search-form-mobile .search-form_main fieldset {
  margin-bottom: 6px;
  border: none;
  line-height: 1.4;
  /* =======================================
    非表示
  ======================================= */
}
#frd-search-form-check .search-form_main fieldset.hidden, #frd-search-form-exc-price .search-form_main fieldset.hidden, #frd-search-form-mobile .search-form_main fieldset.hidden {
  display: none;
}
#frd-search-form-check .search-form_main legend, #frd-search-form-exc-price .search-form_main legend, #frd-search-form-mobile .search-form_main legend {
  font-size: 12px;
  font-weight: 800;
}
#frd-search-form-check .search-form_main label, #frd-search-form-exc-price .search-form_main label, #frd-search-form-mobile .search-form_main label {
  display: inline-block;
  margin: 0 3px;
  padding: 2px 8px;
  white-space: nowrap;
  background: #ede3e3;
  border-radius: 12px;
  font-size: 12px;
}
#frd-search-form-check .search-form_main input[type=checkbox], #frd-search-form-exc-price .search-form_main input[type=checkbox], #frd-search-form-mobile .search-form_main input[type=checkbox] {
  display: none;
}
#frd-search-form-check .search-form_main input[type=checkbox]:checked + label, #frd-search-form-exc-price .search-form_main input[type=checkbox]:checked + label, #frd-search-form-mobile .search-form_main input[type=checkbox]:checked + label {
  background-color: #848cd6;
  color: white;
}
#frd-search-form-check .searchBtn_box, #frd-search-form-exc-price .searchBtn_box, #frd-search-form-mobile .searchBtn_box {
  padding: 3px;
  width: 100%;
  border: none;
  border-radius: 18px;
  background: #e991a0;
  line-height: inherit;
  color: #fff;
  font-size: 16px;
}
#frd-search-form-check i.fa.fa-search, #frd-search-form-exc-price i.fa.fa-search, #frd-search-form-mobile i.fa.fa-search {
  margin-right: 0.5em;
  width: 1em;
}
#frd-search-form-check .searchBtn_box span, #frd-search-form-exc-price .searchBtn_box span, #frd-search-form-mobile .searchBtn_box span {
  line-height: 1.4;
}

/* =======================================
  商品検索フォーム（サイドバー）
======================================= */
#sidebar #frd-search-form {
  /* 検索ボタン
  --------------------------------------- */
}
#sidebar #frd-search-form-check .searchBtn_box, #sidebar #frd-search-form-exc-price .searchBtn_box {
  margin: 8px 16px 16px;
  width: calc(100% - 32px);
}

/*--------------------------------------------------------------------------
  モバイルメニュー： 検索フォーム
----------------------------------------------------------------------------*/
.mb-menu #frd-search-form-mobile {
  margin-right: 0.5em;
  margin-bottom: 1em;
  text-align: left;
}
.mb-menu #frd-search-form-mobile h2 {
  display: none;
}
.mb-menu #frd-search-form-mobile #search-form {
  padding: 0;
}
.mb-menu #frd-search-form-mobile #search-form_container {
  padding-bottom: 1em;
}
.mb-menu #frd-search-form-mobile .search-form_main {
  padding: 0.5em;
}
.mb-menu #frd-search-form-mobile .search-form_main fieldset {
  margin-bottom: 1em;
  border: none;
}
.mb-menu #frd-search-form-mobile .search-form_main fieldset:last-child {
  margin-bottom: 0;
}
.mb-menu #frd-search-form-mobile .search-form_main label {
  font-size: 14px;
  margin: 0 0.25em 0.25em;
  padding: 0 10px;
}
.mb-menu #frd-search-form-mobile .searchBtn_box {
  margin: 0.5em;
  width: calc(100% - 1em);
}

/*--------------------------------------------------------------------------
  検索結果 該当なし
----------------------------------------------------------------------------*/
div.not-found-items {
  font-size: 14px;
}
div.not-found-items p.not-found-message {
  margin: 3em 3em 1.5em;
  padding: 1em;
  border: 1px solid #ccc;
  color: #666;
}
div.not-found-items p.not-found-return {
  margin: 0 3em;
  text-align: right;
}

/*--------------------------------------------------------------------------
  非表示クラス
----------------------------------------------------------------------------*/
.is-hidden {
  display: none !important;
}/*# sourceMappingURL=style-mensmake.css.map */