@charset "UTF-8";

/* ========================================================
ベース設定
=========================================================*/
:root {
  /* カラー */
  --Text: #634e4e;
  --Text_blue: #1a0dab;
  --Main: #f4848f;
  --Sub: #fff7f5;
  --Accent: #2fc088;
  --Back: #f7f6f6;
  --gray: #364048;
  --green01: #3fe4a4;
  --green02: #219b6c;
  --red: #9f0900;
  --yellow: #fff6d2;

  --MenMain: #50a0f0;
  --MenSub: #edf9ff;
  --MenYellow: #feffd9;
  /* 文字サイズ */
  --FontSizePC: 20px;
  /* 1010px(inner+padding*2) 〜 max-screen */
  --FontSizeTab: 1.5841584158vw;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Noto Sans JP Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Noto Sans JP Regular.woff") format("woff");
  font-display: swap;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  color: var(--Text);
}

.body {
  counter-reset: number 0;
  /* font-feature-settings: "palt"; */
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
  padding-top: 50px;
}

.forPC {
  display: none;
}

.forPC-inline {
  display: none;
}

.forSP {
  display: block;
}

p {
  font-size: 0.875rem;
}

p+p {
  margin-top: 0.5em;
}

a {
  font-weight: bold;
  text-decoration: underline;
  color: var(--Text_blue);
}

/* ========================================================
共通パーツ
=========================================================*/
/* インナー */
.inner {
  padding: 0 15px;
}

/* 文字装飾 */
.bold {
  font-weight: bold;
}

.pink {
  font-weight: bold;
  color: var(--Main);
}

.green {
  font-weight: bold;
  color: var(--Accent);
}

.body .fontSize--10px {
  font-size: 0.625rem;
}

.body .fontSize--11px {
  font-size: 0.687rem;
}

.body .fontSize--12px {
  font-size: 0.75rem;
}

.body .fontSize--13px {
  font-size: 0.812rem;
}

.body .fontSize--14px {
  font-size: 0.875rem;
}

.body .fontSize--15px {
  font-size: 0.937rem;
}

.body .fontSize--16px {
  font-size: 1rem;
}

.marker {
  background: linear-gradient(transparent 68%, var(--yellow) 68%);
  display: inline;
  font-weight: bold;
}

.notes {
  font-size: 10px;
  margin-top: 4px;
}

.small_notes {
  font-size: 10px;
  vertical-align: top;
}

.notes--fv {
  text-align: right;
  background: var(--Sub);
  width: 100%;
  padding-top: 4px;
  margin: 0 auto;
}

.notes--right {
  text-align: right;
}

/* CTAボタン */
.ctaBtn {
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  background: linear-gradient(var(--green01) 0%, var(--green02) 100%);
  border-radius: 100px;
  width: 100%;
  padding: 0.937rem 15%;
  margin-top: 0.625rem;
  position: relative;
}

.ctaBtn::after {
  content: "";
  display: inline-block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 0.625rem;
  height: 0.625rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%) rotate(-45deg);
}

.ctaBtn--s {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  background: linear-gradient(var(--green01) 0%, var(--green02) 100%);
  border-radius: 100px;
  width: 100%;
  padding: 7px 15%;
  margin-top: 0.625rem;
  position: relative;
  overflow: hidden;
}

.ctaBtn--s::after {
  content: "";
  display: inline-block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 0.4375rem;
  height: 0.4375rem;
  position: absolute;
  top: 50%;
  right: 0.625rem;
  transform: translateY(-50%) rotate(-45deg);
}

/* セクション見出し */
.section__ttl--img {
  width: 375px;
  aspect-ratio: 375 / 88;
  position: relative;
  background: #ccc;
  border-top: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}

/* テーブル */
.table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  margin-top: 1.875rem;
}

.table th,
.table td {
  font-size: 0.75rem;
  border-top: 1px solid #634e4e;
  border-bottom: 1px solid #634e4e;
  padding: 0.625rem;
  word-break: break-all;
}

.table th p,
.table td p {
  font-size: 0.75rem;
}

.table th+th,
.table th+td,
.table td+th,
.table td+td {
  border-left: 1px solid #634e4e;
}

.table th {
  background: var(--Back);
  width: 27%;
  padding-left: 5px;
  padding-right: 5px;
}

.table td {
  background: #fff;
}

.ranking__table {
  width: calc(100% - 1.875rem);
  margin: 0.9375rem auto 0;
}

/* テーブルテキスト */
.body table .table__txt--center {
  text-align: center;
}

.body table .table__txt--left {
  text-align: left;
}

.body table .table__txt--top {
  vertical-align: top;
}

.body table .table__txt--middle {
  vertical-align: middle;
}

/* テーブル黒 */
.table--bk {
  table-layout: fixed;
  border-collapse: collapse;
}

.table--bk th {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  background: #634e4e;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 2px 0;
}

.table--bk th+th {
  border-left: 1px solid #fff;
}

.table--bk td {
  font-size: 11px;
  padding: 10px 4px;
  border-bottom: 1px solid #634e4e;
}

.table--bk td+td {
  border-left: 1px solid #634e4e;
}

/* 区切り線 */
.line {
  background-image: linear-gradient(to right,
      var(--Text),
      var(--Text) 1px,
      transparent 1px,
      transparent 3px);
  background-size: 3px 0.625rem;
  background-repeat: repeat-x;
  width: 100%;
  height: 0.625rem;
  position: absolute;
}

/* アコーディオン */
.aco__contents {
  display: none;
  margin-top: 1.875rem;
}

/* ========================================================
記事ページ
=========================================================*/
.page-lower {
  padding-top: 5rem;
}

.page-lower .inner {
  padding: 0 15px;
}

.page-lower .header {
  background: none;
}

.page-lower h1 {
  position: relative;
  text-align: center;
  max-width: 100vw;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .page-lower h1::before,
.page-lower h1::after {
  content: "";
  display: block;
  background-image: url(../img/icon_dot_sp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 1.875rem;
  height: 3.625rem;
  z-index: -1;
}
.page-lower h1::before {
  left: 0.9375rem;
}
.page-lower h1::after {
  right: 0.9375rem;
} */
.page-lower h2 {
  background-color: #f7f6f2;
  width: 100%;
  text-align: center;
  position: relative;
  border-right: 3px solid var(--Main);
  border-left: 3px solid var(--Main);
  font-weight: bold;
  font-size: 1.125rem;
  padding: 1rem 0;
  margin-top: 5rem;
}

.page-lower h2::before,
.page-lower h2::after {
  content: "";
  width: 3px;
  height: 50%;
  background-color: var(--Main);
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.page-lower h2::before {
  left: -3px;
}

.page-lower h2::after {
  right: -3px;
}

.page-lower h3 {
  font-size: 1rem;
  border-left: 4px solid var(--Main);
  padding-left: 0.625rem;
  margin-top: 2.5rem;
}

.page-lower p {
  margin-top: 1rem;
}

.page-lower .cm__check {
  margin-top: 1.5rem;
}

.page-lower .cm__check+p {
  margin-top: 0.5rem !important;
}

.page-lower .cm__box {
  margin-top: 1.5rem;
}

.page-lower .cm__point {
  margin-top: 2rem;
}

.page-lower .cm__point__list {
  border: 2px solid var(--Main);
  border-radius: 6px;
  padding: 1.875rem 0.9375rem 0.9375rem;
  margin-top: -1rem;
}

.page-lower .cm__point__list li {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1rem;
}

.page-lower .cm__point__list li+li {
  margin-top: 0.9375rem;
}

.page-lower .cm__point__list li::before {
  content: "";
  background-color: var(--Main);
  max-width: 5px;
  min-width: 5px;
  height: 5px;
  border-radius: 100px;
  position: absolute;
  top: 0.475rem;
  left: 0;
}

.page-lower .cmn__table {
  margin-top: 1.5rem;
  width: 100%;
  display: flex;
  margin-top: 0.625rem;
  border: 1px solid var(--Text);
  border-right: 0;
  flex-wrap: wrap;
}

.page-lower .cmn__table dl {
  flex: initial;
  max-width: 50%;
  width: 100%;
  border-right: 1px solid var(--Text);
}

.page-lower .cmn__table dt {
  background-color: var(--Back);
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
}

.page-lower .cmn__table dd {
  text-align: center;
  padding: 0.625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100% - 20px);
}

.page-lower .cmn__table dd p {
  margin-top: 0;
  font-size: 0.875rem;
}

.page-lower .cmn__table dl.size-full {
  width: 100%;
  max-width: 100%;
}

.cm__check {
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}

.cm__check::before {
  content: "";
  display: inline-block;
  border-left: 2px solid var(--Accent);
  border-bottom: 2px solid var(--Accent);
  width: 0.812rem;
  height: 0.437rem;
  transform: rotate(-45deg);
  margin-top: 0.5em;
}

.cm__box {
  border: 1px solid var(--Text);
  border-radius: 6px;
  padding: 0.9375rem;
  margin-top: 0.9375rem;
}

/* パンくず */
.pankuz {
  margin-bottom: 24px;
}

.pankuz.inner {
  padding-right: 0;
}

.pankuz__home {
  text-decoration: underline;
}

.pankuz ul {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: scroll;
}

.pankuz ul a {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: inherit;
}

.pankuz li {
  font-size: 14px;
  white-space: nowrap;
}

.pankuz ul a img {
  width: 20px;
  height: 20px;
}

/* ========================================================
ヘッダー
=========================================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
  height: 50px;
  background-color: #fff;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: inherit;
  padding-inline: 8px;
}

.header__ttl {
  width: 150px;
}

.header__ttl-link {
  display: block;
}

.header__ttl img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.header__btn {
  display: block;
  position: relative;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background-color: var(--Main);
  cursor: pointer;
  transition: transform 0.3s;
}

.header__btn-top,
.header__btn-center,
.header__btn-bottom {
  position: relative;
  display: block;
  width: 18px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  transition: all 0.3s;
  border-radius: 5px;
  background-color: #fff;
}

.header__btn-top {
  top: 0;
}

.header__btn-center {
  margin-top: 4px;
  margin-bottom: 4px;
}

.header__btn-bottom {
  top: 0;
}

.header__btn.is-open .header__btn-top {
  top: 6px;
  transform: rotate(-45deg);
  background-color: #fff;
}

.header__btn.is-open .header__btn-center {
  opacity: 0;
}

.header__btn.is-open .header__btn-bottom {
  top: -6px;
  transform: rotate(45deg);
  background-color: #fff;
}

/* SPメニュー */
.menu {
  position: fixed;
  top: 50px;
  right: 0;
  z-index: 100;
  translate: 105% 0;
  width: 300px;
  height: calc(100svh - 50px);
  background-color: var(--Sub);
  overflow: auto;
  transition: translate 0.3s;
}

.menu.is-open {
  translate: 0 0;
}

.menu__list {
  display: grid;
  grid-template-columns: 1fr;
}

.menu__item {
  border-bottom: 1px dotted var(--Main);
}

.menu__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  width: 100%;
  padding: 15px 35px 15px 15px;
  color: var(--Main);
  font-size: 16px;
  font-weight: bold;
}

.menu__btn::before {
  position: absolute;
  top: 50%;
  right: 15px;
  translate: 0 -50%;
  width: 16px;
  height: 2px;
  background-color: var(--Main);
  content: "";
}

.menu__btn::after {
  position: absolute;
  top: 50%;
  right: 22px;
  translate: 0 -50%;
  width: 2px;
  height: 16px;
  background-color: var(--Main);
  content: "";
  transition: opacity 0.3s;
}

.menu__btn.is-open::after {
  opacity: 0;
}

.menu__btn .yellow {
  display: inline-block;
  margin-right: 2px;
  padding: 2px;
  background-color: #ffdc66;
}

.menu__age {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.menu__jouken {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.menu__type {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.menu__sub-list1 {
  display: none;
}

.menu__sub-item1 {
  border-bottom: 1px solid #e2e2e2;
}

.menu__sub-item1:last-child {
  border-bottom: none;
}

.menu__sub-list2 {
  display: none;
  padding: 0 15px 12px;
}

.menu__sub-list1 .menu__sub-list2 {
  background-color: #fff;
}

.menu__sub-list2--open {
  display: block;
}

.menu__sub-item2+.menu__sub-item2 {
  margin-top: 6px;
}

.menu__link {
  display: block;
  position: relative;
  border: 1px solid var(--Main);
  border-radius: 4px;
  padding: 15px 35px 15px 15px;
  background-color: #fff;
  color: var(--Main);
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.menu__link::after {
  position: absolute;
  top: 50%;
  right: 15px;
  translate: 0 -50%;
  width: 20px;
  height: 20px;
  background-image: url(../img/cm_ico_arrow_right_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
}

.menu__sub-btn {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 35px 15px 15px;
  background-color: #fff;
  color: var(--Main);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: left;
}

.menu__sub-btn::after {
  position: absolute;
  top: 50%;
  right: 18px;
  translate: 0 -50%;
  width: 10px;
  height: 12px;
  background-image: url(../img/cm_ico_arrow_bottom_01.png.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  transition: transform 0.3s;
}

.menu__sub-btn.is-open::after {
  transform: rotate(180deg);
}

.menu__search {
  display: flex;
  align-items: center;
  gap: 11px;
  position: relative;
  width: 100%;
  padding: 16px 35px 16px 18px;
  line-height: 1.2;
  text-decoration: none;
}

.menu__search::after {
  position: absolute;
  top: 50%;
  right: 13px;
  translate: 0 -50%;
  width: 20px;
  height: 20px;
  background-image: url(../img/cm_ico_arrow_right_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
}

.menu__search-ico {
  font-size: 22px;
}

.menu__search-txt {
  color: var(--Main);
  font-size: 15px;
  font-weight: bold;
}

.menu-bg {
  visibility: hidden;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  height: calc(100svh - 50px);
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  opacity: 0;
}

.menu-bg.is-open {
  visibility: visible;
  opacity: 1;
}

/* 広告表記 */
.adTxt {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 48px;
  translate: 0 -50%;
  gap: 4px;
  text-align: right;
}

.adTxt__txt {
  font-size: 10px;
  text-align: right;
}

.adTxt__pr {
  border: 1px solid var(--Text);
  /* 枠色 変数名がTextでない場合は変更 */
  padding: 2px 8px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
}

/* ロゴスライダー */
.slider.clinicLogo {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  background: #fff;
}

.slider.clinicLogo img {
  height: 35px;
  width: auto;
  padding: 10px 0;
  object-fit: contain;
}

.slider.clinicLogo .slick-slide {
  width: auto !important;
  margin: 0 8px;
}

/* .clinicLogo {
  background: #fff;
  overflow-x: hidden;
}
.autoplay-slider{
  display: flex;
  width: 100%;
}
.slide {
  padding-left: 15px;
}
.slide img {
  height: 35px;
  width: auto;
  padding: 10px 0;
  object-fit: contain;
  position: relative;
}

@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
}

.autoplay-slider{
  display: flex;
  min-width: 100%;
  width: min-content;
  animation: 20s linear infinite sliderAnimation;
} */

/* ========================================================
mv
=========================================================*/
.mv {
  margin-inline: auto;
  width: 100%;
}

/* ========================================================
fv
=========================================================*/
.fv {
  background: var(--blue01);
}

.fv__ttl {
  background: linear-gradient(transparent 69%, #fff 69%);
}

.inner.fv__inner {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: calc((100% - 40px) / 3 + 20px) calc((100% - 40px) / 3) calc((100% - 40px) / 3);
  gap: 10px;
  padding: 15px 10px;
}

.fv__item {
  text-align: center;
  padding: 10px 0;
}

.fv__item:nth-child(1) {
  grid-row: 1;
  grid-column: 1;
  background: var(--yellow);
  box-shadow: 0 0 0 2px var(--Main);
  border-radius: 7px;
  padding: 10px;
}

.fv__item02:nth-child(2) {
  grid-row: 1;
  grid-column: 2;
}

.fv__item03:nth-child(3) {
  grid-row: 1;
  grid-column: 3;
}

img.fv__item-rank {
  display: block;
  width: 60px;
  height: auto;
  margin: 0 auto;
}

.fv__txt {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px solid var(--Grey);
  height: 4.625rem;
  margin-top: 10px;
  position: relative;
}

.fv__txt::after {
  content: "";
  display: inline-block;
  background: url(../img/ct_img_fv_line_sp.png) no-repeat center / 100% auto;
  width: 100%;
  aspect-ratio: 105 / 8;
  margin-top: 0.5rem;
}

.fv__item-ttl {
  font-size: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.125rem;
  margin-bottom: 0;
}

.fv__item-img {
  border: 1px solid var(--Text);
  margin-top: 10px;
}

/* ========================================================
EDを治療できるのはクリニックだけ
=========================================================*/
.clinic {
  padding-bottom: 30px;
}

.clinic__table {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 12px;
  border: 2px solid var(--Text);
  width: 100%;
}

.clinic__table-th--wh {
  font-weight: normal;
  border: 1px solid var(--Text);
  padding: 2px;
}

.clinic__table-th--gr {
  background: var(--Back);
  border-top: 1px solid var(--Text);
  border-bottom: 1px solid var(--Text);
  padding: 5px;
}

.clinic__table-th--gr+.clinic__table-th--gr {
  border-left: 1px dotted var(--Text);
}

.clinic__table-th--bl {
  font-size: 14px;
  color: #fff;
  background: var(--Main);
  border: 1px solid var(--Text);
  width: 36%;
  padding: 5px;
}

.clinic__table td {
  text-align: center;
  padding: 10px;
  vertical-align: top;
}

.clinic__table-td+.clinic__table-td {
  border-left: 1px dotted var(--Text);
}

.clinic__table-td--yl {
  background: var(--yellow);
  border: 1px solid var(--Text);
  padding: 10px;
}

.clinic__table-td_ttl,
.clinic__table-td_ttl--triangle {
  font-size: 12px;
  font-weight: bold;
}

.clinic__table-td_ttl::before {
  content: "●";
  color: var(--Accent);
  margin-right: 0.25em;
}

.clinic__table-td_ttl--triangle::before {
  content: "▲";
  color: var(--Accent);
  margin-right: 0.25em;
}

.clinic__table-td_img {
  width: auto;
  height: 90px;
  margin: 10px auto 0;
}

.clinic__table-td_label {
  font-size: 10px;
  color: #fff;
  display: inline-block;
  background: var(--Text);
  border-radius: 8px;
  padding: 0 15px;
  margin-top: 10px;
}

.clinic__table-td--yl .clinic__table-td_label {
  background: var(--Accent);
}

.clinic__table-td_txt {
  font-size: 12px;
  margin-top: 8px;
}

.clinic__table-td--yl .clinic__table-td_txt {
  font-size: 14px;
  font-weight: bold;
}

.clinic__table-img {
  margin-top: 10px;
}

/* ========================================================
市販NG
=========================================================*/
.ng {
  background: #f0f3f5;
  padding-bottom: 30px;
}

.ng__box-ttl {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: var(--Text);
  border-radius: 7px 7px 0 0;
  padding: 10px 0;
}

.ng__box-txt {
  font-size: 0.875rem;
  background: #fff;
  border: 2px solid var(--Text);
  border-radius: 0 0 7px 7px;
  padding: 13px 15px 15px;
}

/* ========================================================
比較表BEST3
=========================================================*/
.comparisonBest3 {
  background: var(--Sub);
  padding-top: 14px;
  padding-bottom: 15px;
}

.inner.comparisonBest3__inner {
  padding: 0;
  margin-top: 16px;
  overflow-x: scroll;
  padding-bottom: 15px;
}

.comparisonBest3__table {
  border-top: 2px solid #634e4e;
  border-left: 2px solid #634e4e;
  border-right: 2px solid #634e4e;
  margin-top: 0;
  margin-left: 15px;
  position: relative;
}

.comparisonBest3__table::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 15px;
  height: 1px;
}

.comparisonBest3__table th,
.comparisonBest3__table td {
  text-align: center;
}

.comparisonBest3__table th {
  font-size: 10px;
  width: 80px;
}

.comparisonBest3__table td {
  width: 200px;
  padding: 10px;
}

.comparisonBest3__table-logo {
  width: 100%;
  height: 55px;
  padding: 8px;
  object-fit: contain;
}

.comparisonBest3__table-txtLInk {
  font-size: 14px;
  display: inline-block;
}

.comparisonBest3__table-icon {
  width: auto;
  height: 32px;
  margin: 0 auto 5px;
}

.comparisonBest3__table>tbody>tr>td:nth-of-type(1) {
  font-weight: bold;
  background: var(--yellow);
}

.comparisonBest3__table>tbody>tr:last-child>th,
.comparisonBest3__table>tbody>tr:last-child>td {
  border-bottom: 2px solid #634e4e;
}

.comparisonBest3__table .ctaBtn--s {
  margin-top: 4px;
}

/* ========================================================
転職サイト選びのポイント
=========================================================*/
.point {
  background: var(--Back);
  position: relative;
  margin-top: 16px;
  padding-bottom: 17px;
}

.point__inner {
  padding: 0;
}

.point__list {
  /* display: flex;
  justify-content: flex-start; */
  display: grid;
  grid-template-columns: repeat(3, 240px);
  grid-template-rows: 143px auto auto;
  column-gap: 24px;
  align-items: center;
  vertical-align: middle;
  padding: 42px 32px 16px;
  overflow-x: scroll;
}

.point__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  background: #fff;
  border-radius: 25px 0 25px 0;
  box-shadow: 0px 0px 20px rgb(99, 78, 78, 0.1);
  width: 100%;
  padding: 15px;
  position: relative;
}

.point__item-point {
  width: 45px;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
}

.point__item-ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  letter-spacing: 0.05em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.point__item-img {
  width: auto;
  height: 128px;
  margin: 0 auto;
  border-radius: 50%;
}

.point__item-txt {
  font-size: 14px;
  line-height: 1.7;
}

/* ========================================================
おすすめNo1
=========================================================*/
.recommend {
  padding-top: 16px;
  padding-bottom: 16px;
}

.recommend__item {
  background: 0.625rem;
  border: 2px solid var(--Text);
  border-radius: 10px;
  position: relative;
  margin-top: 30px;
}

.recommend__item+.recommend__item {
  margin-top: 45px;
}

/* .recommend__item::before {
  content: "";
  display: inline-block;
  background: #fff;
  width: 5.9375rem;
  height: 3px;
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
} */
.recommend__item-ttl {
  font-size: 16px;
  text-align: center;
  padding: 0 15px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.recommend__item-rank {
  width: 60px;
  height: auto;
  flex-shrink: 0;
}

.recommend__item-contents {
  background: var(--Sub);
  padding: 15px;
  border-radius: 9px;
}

.recommend__item:first-child .recommend__item-contents {
  background: var(--yellow);
}

.recommend__item-bnr {
  border: 1px solid var(--Text);
}

.recommend__item-table {
  width: calc(100% + 30px);
  margin: 15px -15px 0;
}

.recommend__item-table td {
  font-weight: bold;
  text-align: center;
  vertical-align: top;
}

.recommend__item-table td small {
  display: inline-block;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.3;
  margin-top: 2px;
}

.recommend__item-table-review {
  padding: 0 10px;
}

.recommend__item-table-review-item {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.recommend__item-table-review-item:nth-child(n + 2) {
  margin-top: 10px;
}

.recommend__item-table-review-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.recommend__item-table-review-name {
  font-size: 11px;
  line-height: 1;
  text-align: left;
  /* margin-top: 4px; */
}

.recommend__item-table-review-txt {
  font-size: 10px;
  font-weight: normal;
  text-align: left;
  margin-top: 3px;
}

.recommend__item-table-review-notes {
  font-size: 10px;
  text-align: right;
  font-weight: normal;
  padding-right: 8px;
  margin-top: 8px;
}

.recommend__item-icon {
  width: auto;
  height: 30px;
  margin: 0 auto 6px;
}

.recommend__item-ctaArea_catchWrap {
  display: grid;
  grid-template-columns: 90px auto;
  gap: 10px;
}

.recommend__item-ctaArea_catch {
  grid-column: 2;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin-top: 0.5rem;
}

.recommend__item-ctaArea_catch::before {
  content: "";
  display: inline-block;
  background: var(--Text);
  width: 1px;
  height: 0.8em;
  transform: rotate(-35deg);
  margin-top: 0.3em;
}

.recommend__item-ctaArea_catch::after {
  content: "";
  display: inline-block;
  background: var(--Text);
  width: 1px;
  height: 0.8em;
  transform: rotate(35deg);
  margin-top: 0.3em;
}

.recommend__item-ctaArea_wrap {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 10px;
  margin-top: 0.312rem;
}

.recommend__item-ctaArea_toRank {
  font-size: 0.75rem;
  font-weight: bold;
  color: var(--Text);
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--Text);
  border-radius: 5px;
  padding: 15px 0 23px;
  position: relative;
}

.recommend__item-ctaArea_toRank::after {
  content: "";
  display: inline-block;
  border-bottom: 2px solid var(--Text);
  border-right: 2px solid var(--Text);
  width: 7px;
  height: 7px;
  position: absolute;
  top: 64%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.recommend__item-ctaArea_wrap .ctaBtn {
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.4375rem 15%;
  margin-top: 0;
}

.recommend__item-ctaArea_wrap .ctaBtn::after {
  width: 0.625rem;
  height: 0.625rem;
}

.recommend__item-ctaArea_wrap .ctaBtn .fontSize--10px {
  font-weight: normal;
}

/* ========================================================
ランキング
=========================================================*/
.ranking {
  background: linear-gradient(145deg,
      var(--blue02) 0%,
      var(--blue02) 3.1%,
      var(--Sub) 3.1%,
      var(--Sub) 100%);
  padding-top: 16px;
  padding-bottom: 16px;
}

.ranking__inner {
  margin-top: 8px;
}

.ranking__contents {
  padding: 0 0.9375rem 1.875rem;
}

.ranking__item {
  background: #fff;
  border: 2px solid var(--Text);
  border-radius: 0.437rem;
  padding: 0.9375rem 0 0;
}

.ranking__item>div:last-child {
  border-radius: 0 0 6px 6px;
}

.ranking__item+.ranking__item {
  margin-top: 1.875rem;
}

.ranking__item-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  height: 2em;
  padding: 0 8px;
  position: relative;
}

.ranking__item-rank--img {
  width: 4rem;
  height: auto;
}

.ranking__item-rank--txt {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 2.875rem;
  color: #fff;
  vertical-align: baseline;
  display: inline-flex;
  justify-content: center;
  align-items: baseline;
  background: var(--Main);
  border-radius: 50%;
  width: 2.875rem;
  height: 2.875rem;
  position: absolute;
  top: -0.437rem;
  left: 0.9375rem;
}

.ranking__item-rank_num {
  font-size: 1.3125rem;
  font-weight: bold;
  margin-right: 0.08em;
}

.ranking__item-rank--txt+.ranking__item-top_txt {
  padding-left: 3.625rem;
}

.ranking__item-top_txt {
  font-size: 0.875rem;
  font-weight: bold;
}

.ranking__name {
  font-size: 1.125rem;
  background: var(--Sub);
  padding: 0.812rem;
  margin-top: 0.9375rem;
}

#rank01 .ranking__name {
  background: var(--yellow);
}

/* バナー */
.bnr_link {
  text-decoration: none;
}

.bnr__img {
  border: 1px solid var(--Text);
}

.bnr__txt {
  font-size: 0.75rem;
  font-weight: normal;
  color: #fff;
  background: var(--Text);
  padding: 0.625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}

.bnr__txt .ctaBtn--s {
  display: inline-block;
  width: 118px;
  margin-top: 0;
  padding: 0.4375rem 7% 0.4375rem 5%;
}

/* ランキングバナー */
.ranking__bnr {
  padding: 0 0.9375rem;
  margin-top: 0.9375rem;
}

/* タグ */
.ranking__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
  padding: 0 0.9375rem;
  margin-top: 0.9375rem;
}

.ranking__tag li {
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
  background: var(--Accent);
  border-radius: 0.187rem;
  padding: 0.25rem 0.375rem;
  opacity: 0.4;
}

.ranking__tag li::before {
  content: "";
  background: url(../img/ct_ico_check_wh.svg) no-repeat center / 0.625rem 0.5rem;
  width: 0.625rem;
  height: 0.5rem;
  margin-top: 0.2em;
}

.ranking__tag li.on {
  opacity: 1;
}

/* ポイント */
.ranking__point {
  margin-top: 1.875rem;
  padding: 0 15px;
}

.ranking__point-ttl img {
  width: 100%;
  height: auto;
}

.ranking__point .cm__check {
  margin-top: 20px;
}

.ranking__point-contents {
  line-height: 1.7;
  margin-top: 0.9375rem;
}

.ranking__point-contents p.notes {
  margin-top: 8px;
}

.ranking__point-item_txt {
  font-size: 0.875rem;
  margin-top: 1rem;
}

.ranking__point-item+.ranking__point-item {
  margin-top: 1.875rem;
}

.ranking__ctaArea {
  text-align: center;
  background: var(--Sub);
  padding: 1.25rem 0.937rem 0.937rem;
  margin-top: 24px;
}

#rank01 .ranking__ctaArea {
  background: var(--yellow);
}

.ranking__ctaArea-catch {
  font-size: 1rem;
  font-weight: bold;
  display: inline;
  background: linear-gradient(transparent 80%, #fff 80%);
}

.ranking__ctaArea-logo {
  height: 4.375rem;
  width: 280px;
  object-fit: contain;
  padding: 0.937rem;
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
}

.ranking__ctaArea .ctaBtn {
  font-size: 1rem;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 4px;
}

.ranking__ctaArea .ctaBtn::after {
  width: 0.625rem;
  height: 0.625rem;
}

/* 4位以下を見る */
.ranking__aco-btn {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  background: #fff;
  border: 1px solid var(--Text);
  border-radius: 0.312rem;
  box-shadow: 0 0.3125rem 0.625rem #2c386626;
  padding: 1.125rem 0;
  margin-top: 1.875rem;
  position: relative;
  cursor: pointer;
}

.ranking__aco-btn::after {
  content: "";
  display: inline-block;
  border-right: 2px solid var(--Text);
  border-bottom: 2px solid var(--Text);
  width: 0.625rem;
  height: 0.625rem;
  position: absolute;
  top: 46%;
  right: 7%;
  transform: translateY(-50%) rotate(45deg);
}

.ranking__aco-btn.close::after {
  top: 54%;
  transform: translateY(-50%) rotate(225deg);
}

/* タブ関連 */
.ranking__tabs {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 8px;
  position: relative;
  margin-top: 20px;
  padding-inline: 15px;
}

.ranking__tabs::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: calc(100% - 20px);
  height: 1px;
  background-color: var(--Main);
  content: "";
}

.ranking__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  z-index: 2;
  border-radius: 6px 0 0 0;
  padding: 7px 5px;
  background-color: var(--Main);
  width: 110px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.ranking__tab.is-active {
  border-top: 3px solid var(--Main);
  border-left: 3px solid var(--Main);
  border-right: 1px solid var(--Main);
  padding: 9px 5px;
  background-color: #fff;
  color: var(--Main);
}

.ranking__tab img {
  width: 22px;
  object-fit: contain;
}

.ranking__evaluation {
  display: none;
  padding: 8px;
  margin-inline: 10px;
  border-bottom: 1px solid var(--Main);
  border-left: 1px solid var(--Main);
  border-right: 1px solid var(--Main);
}

.ranking__evaluation.is-active {
  display: block;
}

.ranking__table1 {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

.ranking__table1-row {
  border-top: 1px solid var(--Text);
}

.ranking__table1-row:last-child {
  border-bottom: 1px solid var(--Text);
}

.ranking__table1-ttl {
  border-left: none;
  width: 84px;
  background-color: #f7f6f6;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.ranking__table1-data {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-left: 1px solid var(--Text);
  padding: 10px 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.ranking__table-star {
  width: 80px;
  object-fit: contain;
}

.ranking__table-score {
  color: var(--Text);
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

.ranking__table-icon {
  width: 24px;
}

.ranking__table-txt {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.ranking__feature {
  display: none;
  padding: 8px;
  margin-inline: 10px;
  border-bottom: 1px solid var(--Main);
  border-left: 1px solid var(--Main);
  border-right: 1px solid var(--Main);
}

.ranking__feature.is-active {
  display: block;
}

.ranking__feature-bottom {
  margin-top: 12px;
}

.ranking__table1-employments {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.ranking__table1-employment {
  display: inline-block;
  border-radius: 3px;
  padding: 5px 2px;
  width: 62px;
  background-color: var(--Text);
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.ranking__table1-employments { display: block; }
.ranking__table1-employment { display: inline-block; vertical-align: top; margin: 5px 0;}


.ranking__table1-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  padding-inline: 10px;
}

.ranking__table1-item {
  display: flex;
  align-items: center;
  gap: 2px;
}

.ranking__table1-item-img {
  width: 14px;
}

.ranking__table1-item-txt {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.ranking__table2 {
  margin-top: 8px;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

.ranking__table2-row {
  border-top: 1px solid var(--Text);
}

.ranking__table2-row:last-child {
  border-bottom: 1px solid var(--Text);
}

.ranking__table2-row *:first-child {
  border-left: none;
}

.ranking__table2-row *:last-child {
  border-right: none;
}

.ranking__table2-ttl {
  border-left: 1px solid var(--Text);
  padding: 6px;
  background-color: #f7f6f6;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}

.ranking__table2-data {
  border-left: 1px solid var(--Text);
  padding: 10px;
}

.ranking__table2-icon {
  display: block;
  margin-inline: auto;
  width: 25px;
  object-fit: contain;
}

.ranking__table2-num {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.ranking__review {
  display: none;
  padding: 8px;
  margin-inline: 10px;
  border-bottom: 1px solid var(--Main);
  border-left: 1px solid var(--Main);
  border-right: 1px solid var(--Main);
}

.ranking__review-head {
  color: var(--Text);
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.ranking__review-attention {
  margin-top: 6px;
  color: var(--Text);
  font-size: 10px;
  line-height: 1;
  text-align: center;
}

.ranking__review.is-active {
  display: block;
}

.ranking__review-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  margin-top: 8px;
}

.ranking__review-item {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 8px;
  border-radius: 15px 0 15px 0;
  padding: 13px 18px;
  box-shadow: 0 0 20px 0 rgba(99, 78, 78, 0.1);
}

.ranking__review-icon img {
  display: block;
  margin-inline: auto;
  width: 46px;
  object-fit: contain;
}

.ranking__review-age {
  margin-top: 6px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.ranking__review-ttl {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}

.ranking__review-txt {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.offer__cardMiniArea{
  margin: 20px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:10px;
}

/* ========================================================
比較表
=========================================================*/
.comparison {
  padding-bottom: 16px;
  padding-top: 16px;
}

.inner.comparison__inner {
  padding: 0;
  padding-bottom: 16px;
  margin-top: 16px;
  overflow-x: scroll;
}

.comparison__table {
  border-top: 2px solid var(--Text);
  border-left: 2px solid var(--Text);
  border-right: 2px solid var(--Text);
  width: 640px;
  margin-top: 0;
  margin-left: 15px;
  position: relative;
}

.comparison__table::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 15px;
  height: 1px;
}

.comparison__table th {
  padding: 5px;
}

.comparison__table>thead>tr>th:nth-child(1) {
  width: 22%;
}

.comparison__table>thead>tr>th:nth-child(2) {
  width: 27%;
}

.comparison__table>thead>tr>th:nth-child(3) {
  width: 17%;
}

.comparison__table>thead>tr>th:nth-child(4) {
  width: 34%;
}

.comparison__table td {
  vertical-align: top;
}

.comparison__table>tbody>tr:nth-child(1)>td {
  background: var(--yellow);
}

.comparison__table>tbody>tr>td:nth-child(1) {
  vertical-align: middle;
}

.comparison__table>tbody>tr>td:nth-child(2) {
  position: relative;
  padding-bottom: 52px;
}

.comparison__table .ctaBtn--s {
  width: calc(100% - 20px);
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.comparison__table-logo {
  height: 50px;
  max-width: 100%;
  object-fit: contain;
  padding: 10px 0;
  margin-left: auto;
  margin-right: auto;
}

.comparison__table-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.comparison__table-icon img {
  width: 50px;
}

.comparison__table-icon>div {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: var(--Main);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  opacity: 0.4;
}

.comparison__table-icon>div.on {
  opacity: 1;
}

.comparison__table-txtLink {
  font-size: 12px;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-left: -5px;
  margin-right: -5px;
}

.comparison__table>tbody>tr:last-child>th,
.comparison__table>tbody>tr:last-child>td {
  border-bottom: 2px solid var(--Text);
}

/* ========================================================
まとめ
=========================================================*/
.matome__ttl {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  background: var(--Main);
  margin-bottom: 10px;
  position: relative;
}

.matome__ttl::after {
  content: "";
  display: inline-block;
  border-top: 11px solid var(--Main);
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.matome__catch {
  font-weight: bold;
  text-align: center;
  padding: 10px 0 15px;
}

.matome__contents {
  background: var(--Sub);
  padding: 15px 15px 30px;
}

.matome__txt {
  line-height: 1.7;
  background: #fff;
  border: 1px solid var(--Text);
  border-radius: 0.312rem;
  padding: 15px;
  margin-top: 15px;
}

.matome__contents .ctaBtn {
  margin-top: 15px;
}

/* ========================================================
絞り込み検索フォーム
=========================================================*/
.Refine_Search {
  margin: 20px auto 0;
  background-color: var(--Sub);
  padding: 16px 0 32px;
  border-top: 3px solid var(--Main);
}

.Refine_Search .inner {
  padding: 0;
}

.Refine_Search_ttl {
  /* border-bottom: 2px solid #fff;
  padding: 10px 0 20px; */
}

.Refine_Search_ttl img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

#re_form {
  margin-top: 40px;
  padding: 0 0 20px;
  background-color: var(--Sub);
}

#re_form .section__ttl {
  width: 180px;
  margin: 0 auto;
  padding-top: 32px;
}

.shindan__block.re_form {
  max-width: 910px;
  margin: 30px auto 0;
}

.forSP {
  display: none;
}

#Refine_Search_Area .Refine_Search_Box {
  overflow: hidden;
}

#Refine_Search_Area dl.Refine_Search_conditions_Area {
  max-width: 1000px;
}

#Refine_Search_Area dl.Refine_Search_conditions_Area {
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multile;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

#Refine_Search_Area dl.Refine_Search_conditions_Area dt {
  font-weight: bold;
  margin-bottom: 4px;
}

#Refine_Search_Area .condition_ttl {
  position: relative;
  display: flex;
  padding-left: 22px;
  align-items: center;
  margin-bottom: 8px;
}

#Refine_Search_Area .condition_ttl span {
  line-height: 1.5;
  font-weight: bold;
}

#Refine_Search_Area .condition_ttl::after {
  content: "";
  display: block;
  background-size: cover;
  position: absolute;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.condition__list {
  display: grid;
  gap: 10px;
}

.age__list {
  grid-template-columns: 1fr 1fr 1fr;
}

.employment__list {
  grid-template-columns: 1fr 1fr 1fr;
}

.license__list {
  grid-template-columns: 1fr 1fr;
}

.workplace__list {
  grid-template-columns: 1fr 1fr;
}

.kodawari__list {
  grid-template-columns: 1fr 1fr;
}

.facility__list {
  grid-template-columns: 1fr 1fr;
}

#Refine_Search_Area dl.Refine_Search_conditions_Area dd {
  width: 100%;
}

#Refine_Search_Area dl.Refine_Search_conditions_Area label {
  display: flex;
  align-items: center;
}

#Refine_Search_Area dl.Refine_Search_conditions_Area input[type="radio"],
#Refine_Search_Area dl.Refine_Search_conditions_Area input[type="checkbox"] {
  margin-right: 0.5em;
  margin-top: 0;
  margin-left: 0;
  width: 16px;
  height: 16px;
}

#Refine_Search_Area input[type="radio"] {
  display: none;
}

#Refine_Search_Area .age__list input[type="radio"]+span.radiobox {
  position: relative;
  width: 13px;
  height: 12px;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #333;
}

#Refine_Search_Area .age__list input[type="radio"]:checked+span.radiobox:after {
  background-color: #5bc1cc;
}

#Refine_Search_Area .age__list input[type="radio"]:checked+span.radiobox:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 47.2%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background-color: #5bc1cc;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.consultation__list .consultation,
.treatment__list .treatment,
.age__list .age,
.price__list .price,
.type__list .type,
.mokuteki__list .mokuteki {
  position: relative;
  left: 0px;
  width: 100%;
  text-align: center;
}

.age__list .age {
  left: -10px;
}

.mokuteki__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.type__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.multi-item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #98a6b5;
}

.multi-item label {
  width: 100%;
}

#Refine_Search_Area .multi-item .checkbox_text {
  background: none;
  border: none;
}

#Refine_Search_Area dl.Refine_Search_conditions_Area label {
  display: flex;
  align-items: center;
}

#Refine_Search_Area .radiobtn_text,
#Refine_Search_Area .checkbox_text {
  border: 1px solid #98a6b5;
  background-color: #fff;
  font-weight: normal;
}

.consultation__list label,
.treatment__list label,
.age__list label,
.price__list label,
.type__list label,
.mokuteki__list label {
  height: 40px;
  line-height: 30px;
  text-align: center;
  padding-left: 8px;
}

#Refine_Search_Area dl.Refine_Search_conditions_Area input[type="radio"],
#Refine_Search_Area dl.Refine_Search_conditions_Area input[type="checkbox"] {
  margin-right: 0.5em;
  margin-top: 0;
  margin-left: 0;
  width: 16px;
  height: 16px;
}

.multi-item input[type="checkbox"] {
  width: 1px !important;
  height: 1px !important;
  opacity: 0;
  margin: 0 !important;
}

.Refine_Search_reset {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
}

.kodawari__list>.multi-item .checkbox_icon {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-left: 8px;
  margin-right: 8px;
}

.kodawari__list>.multi-item:nth-child(1)>label>span.checkbox_icon {
  background-image: url(../img/ct_kodawari_ico_01.svg);
}

.kodawari__list>.multi-item:nth-child(2)>label>span.checkbox_icon {
  background-image: url(../img/ct_kodawari_ico_02.svg);
}

.kodawari__list>.multi-item:nth-child(3)>label>span.checkbox_icon {
  background-image: url(../img/ct_kodawari_ico_03.svg);
}

.kodawari__list>.multi-item:nth-child(4)>label>span.checkbox_icon {
  background-image: url(../img/ct_kodawari_ico_04.svg);
}

.kodawari__list>.multi-item:nth-child(5)>label>span.checkbox_icon {
  background-image: url(../img/ct_kodawari_ico_05.svg);
}

.kodawari__list>.multi-item:nth-child(6)>label>span.checkbox_icon {
  background-image: url(../img/ct_kodawari_ico_06.svg);
}

#Refine_Search_Area span.kodawari {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-left: -62px;
}

.facility__list>.multi-item .checkbox_icon {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-left: 8px;
  margin-right: 8px;
}

.facility__list .hospital {
  background-image: url(../img/ct_facility_ico_hospital.svg);
}

.facility__list .clinic {
  background-image: url(../img/ct_facility_ico_clinic.svg);
}

.facility__list .care {
  background-image: url(../img/ct_facility_ico_care.svg);
}

.facility__list .visit {
  background-image: url(../img/ct_facility_ico_visit.svg);
}

.facility__list .beauty {
  background-image: url(../img/ct_facility_ico_beauty.svg);
}

.facility__list .checkup {
  background-image: url(../img/ct_facility_ico_checkup.svg);
}

.facility__list .company {
  background-image: url(../img/ct_facility_ico_company.svg);
}

.facility__list .others {
  display: none;
}

.facility__list>div:nth-child(8)>label {
  text-align: center;
}

.facility__list span.facility {
  width: 100%;
}

.Refine_Search_Box_wrap {
  padding: 10px;
  box-sizing: border-box;
  /* margin: 0 auto 10px auto; */
}

#Refine_Search_Area {
  font-size: 14px;
  color: var(--Text);
}

.result_data__area .Refine_Search_conditions_Area {
  max-width: 740px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.Refine_Search_submit {
  float: right;
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
}

.Refine_Search_submit input[type="submit"] {
  background: var(--Accent);
  padding: 0;
  color: #fff;
  border: none;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  border-radius: 0.5rem;
  position: relative;
  height: 48px;
  line-height: 48px;
  width: 400px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
}

.Refine_Search_submit input[type="submit"]:hover {
  opacity: 0.6;
  cursor: pointer;
}

span.noSubmit {
  background: #888;
  padding: 0;
  color: #fff;
  border: none;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  border-radius: 0.5rem;
  position: relative;
  height: 48px;
  line-height: 48px;
  width: 400px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  right: 48%;
  opacity: 0.6;
}

.ed #Refine_Search_Area dl.Refine_Search_conditions_Area dt {
  margin-bottom: 7px;
}

.ed #Refine_Search_Area .consultation__list,
.ed #Refine_Search_Area .treatment__list,
.ed #Refine_Search_Area .age__list {
  gap: 10px;
  margin-bottom: 10px;
}

.ed #Refine_Search_Area dl.Refine_Search_conditions_Area label {
  border-radius: 4px;
}

.ed #Refine_Search_Area .consultation__list .on01,
.ed #Refine_Search_Area .treatment .on02,
.ed #Refine_Search_Area .type__list .selected,
.ed #Refine_Search_Area .on,
#Refine_Search_Area .on02,
.ed #Refine_Search_Area .kodawari__list .selected,
.mokuteki__list .selected,
.selected {
  background-color: #fff6d2 !important;
  color: #333 !important;
}

.ed #Refine_Search_Area .type__list label {
  display: block;
  text-align: center;
  line-height: 48px;
  padding: 0;
  position: relative;
  text-indent: -6px;
}

.ed #Refine_Search_Area .input[type="radio"]:checked+span.radiobox:after,
.ed #Refine_Search_Area .on input[type="radio"]+span.radiobox:after,
.ed #Refine_Search_Area .on01 input[type="radio"]+span.radiobox:after {
  left: 50%;
}

.ed #Refine_Search_Area .input[type="radio"]:checked+span.radiobox:after,
.ed #Refine_Search_Area .on input[type="radio"]+span.radiobox:after,
.ed #Refine_Search_Area .on01 input[type="radio"]+span.radiobox:after {
  background-color: #5bc1cc;
}

.ed #Refine_Search_Area .condition_ttl::after {
  border-left: 11px solid var(--Accent);
  background: none;
  height: 11px;
}

.ed #Refine_Search_Area .condition_ttl {
  padding-left: 24px;
  font-weight: normal;
}

.ed #Refine_Search_Area .multi-item {
  border: none;
}

.ed #Refine_Search_Area dl.Refine_Search_conditions_Area label {
  border: 1px solid var(--Text);
  border-radius: 4px;
}

.ed #Refine_Search_Area .mokuteki__list {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2px 10px;
}

.ed #Refine_Search_Area .type__list {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2px 10px;
}

.ed #Refine_Search_Area .input[type="radio"]+span.radiobox {
  border-color: #333;
}

.ed #Refine_Search_Area .Refine_Search_cta {
  position: relative;
  margin-top: 25px;
}

.ed #Refine_Search_Area .Refine_Search_number {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  padding: 0 20px;
  vertical-align: bottom;
  /* float: left; */
  position: absolute;
  left: 100px;
  font-weight: bold;
}

.result_page.ed .bnr__txt .ctaBtn--s {
  box-sizing: border-box;
}

#Refine_Search_Area .consultation__list span.radiobox {
  display: block;
  position: absolute;
}

.consultation__list>.radiobtn_text:nth-child(1)>.radiobox {
  background-image: url(../img/consultation_icon01.svg);
  width: 30px;
  height: 30px;
  position: relative;
}

.consultation__list>.radiobtn_text:nth-child(2)>.radiobox {
  background-image: url(../img/consultation_icon02.svg);
  width: 30px;
  height: 30px;
  position: relative;
}

.treatment__list>.radiobtn_text:nth-child(1).on02>.radiobox:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -57%);
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background-color: #5bc1cc;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.treatment__list>.radiobtn_text:nth-child(1)>.radiobox {
  position: relative;
  width: 13px;
  height: 13px;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #333;
}

.treatment__list>.radiobtn_text:nth-child(2)>.radiobox {
  background-image: url(../img/treatment_icon01.svg);
  width: 30px;
  height: 30px;
  margin-right: 8px;
  margin-left: 9px;
  position: absolute;
}

.treatment__list>.radiobtn_text:nth-child(3)>.radiobox {
  background-image: url(../img/treatment_icon02.svg);
  width: 30px;
  height: 30px;
  margin-right: 8px;
  margin-left: 9px;
  position: absolute;
}

.employment__list .checkbox_text,
.license__list .checkbox_text {
  padding-left: 36px;
  position: relative;
  cursor: pointer;
}

.employment__list .checkbox_text::before,
.license__list .checkbox_text::before {
  content: "";
  background: url(../img/ct_ico_checkbox_off.svg) no-repeat center / 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 51%;
  left: 12px;
  transform: translateY(-50%);
}

.employment__list .checkbox_text.selected::before,
.license__list .checkbox_text.selected::before {
  background-image: url(../img/ct_ico_checkbox_on.svg);
}

/*sp*/
.Refine_Search_Box_wrap {
  padding-top: 0;
}

.Refine_Search_Box_wrap {
  margin-top: 24px;
}

#Refine_Search_Area dl.Refine_Search_conditions_Area label {
  height: 48px;
}

#Refine_Search_Area dl.Refine_Search_conditions_Area {
  margin-bottom: 20px;
}

#Refine_Search_Area>form>div>dl:nth-child(8)>dd>label:nth-child(1)>span.treatment {
  left: -10px;
  position: relative;
}

#Refine_Search_Area dl.Refine_Search_conditions_Area label {
  min-height: 48px;
}

#Refine_Search_Area dl.Refine_Search_conditions_Area .kodawari__list label,
#Refine_Search_Area dl.Refine_Search_conditions_Area .facility__list label {
  cursor: pointer;
}

.span.noSubmit,
.Refine_Search_submit input[type="submit"] {
  width: 200px;
}

.Refine_Search_submit {
  width: calc(100% - 236px);
}

span.noSubmit,
.Refine_Search_submit input[type="submit"] {
  width: calc(100% - 180px);
  position: absolute;
  right: 0;
}

#Refine_Search_Area .kodawari__list {
  gap: 10px;
}

.forSP {
  display: block;
}

#Refine_Search_Area span.kodawari {
  line-height: 1.3;
  display: inline-block;
  width: 100%;
  margin-left: 0;
  text-align: left;
}

/* ========================================================
検索結果ページ
=========================================================*/

#CONTENTS #PANKUZU {
  background: #fff;
}

#PANKUZU .pankuzu {
  width: 1000px;
  margin: 10px auto 10px;
  color: #7e7e7e;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.2;
}

#CONTENTS #PANKUZU .pankuzu span {
  font-weight: bold;
  color: var(--Text);
}

#CONTENTS #PANKUZU .pankuzu_arrow {
  margin: 0 1em;
}

#CONTENTS {
  background: linear-gradient(160deg,
      var(--blue02) 0%,
      var(--blue02) 3.1%,
      var(--Sub) 3.1%,
      var(--Sub) 100%);
}

#CONTENTS .contents {
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
}

#CONTENTS .contents #SIDE {
  width: 204px;
  float: right;
}

#CONTENTS .contents #SIDE.top_1col {
  display: none !important;
}

#CONTENTS .contents #SIDE.top_1col .widget {
  display: none !important;
}

#CONTENTS .contents #MAIN {
  width: 785px;
  float: left;
  min-height: 500px;
}

.result {
  padding: 0;
}

.result .card {
  overflow: hidden;
  padding-bottom: 36px;
}

.imgttl_searchresult {
  width: 100%;
  margin: 0 auto;
  height: 400px;
  padding-top: 16px;
}

/* .imgttl_searchresult a:hover, .imgttl_searchresult img:hover {
  opacity: 0.6 !important;
  cursor: pointer;
} */

.imgttl_searchresult div {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  background: #ccc;
}

.searchresult_Search_number .Refine_Search_number {
  display: block;
  height: 46px;
  text-align: center;
}

.searchresult_Search_number .Refine_Search_number .searchresult_Search_number_text {
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: 0.15em;
}

.searchresult_Search_number .Refine_Search_number .searchresult_Search_number_red {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--Accent);
  margin-right: 4px;
  vertical-align: baseline;
}

.Refine_Result_Count {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 0 20px;
  margin-top: 16px;
}

.Refine_Result_Count span {
  font-size: 1rem;
}

.Refine_Result_Count {
  display: block;
  text-align: left;
}

.Refine_Result_Count .Refine_Result_Count_red {
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 4px;
  vertical-align: baseline;
  position: relative;
  top: -1px;
}

.Refine_Result_Count .Refine_Result_Count_text {
  font-size: 1rem;
  font-weight: bold;
  vertical-align: 0.2em;
}

.result .ranking__inner {
  margin-top: 16px;
}

/*検索条件*/
.searchConditions {
  width: auto;
  border-radius: 8px;
  margin: 20px 40px;
  padding: 20px 20px 10px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid var(--Text);
  font-size: 12px;
  margin-top: -115px;
  margin-bottom: 0px;
  line-height: 1.5;
  position: relative;
}

.searchConditions::before {
  content: "";
  width: 200px;
  height: 22px;
  background-image: url(../img/searchConditions_ttl.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 200px auto;
  position: absolute;
  top: -14px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
}

.searchConditions::after {
  content: "";
  width: 200px;
  height: 8px;
  background-color: #fff;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 230px 22px;
  position: absolute;
  top: -2px;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
}

.searchConditions__list-title {
  color: var(--Main);
  font-size: 14px;
  font-weight: bold;
}

.searchConditions__list {
  margin-bottom: 10px;
}

.searchConditions__list:nth-last-oy-type(1) {
  margin-bottom: 0;
}

.searchConditions__list span {
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
}

.return_form_area {
  background: #fff;
  padding: 40px 0 0;
}

.return_form_area a {
  width: 400px;
  line-height: 40px;
  display: block;
  border-radius: 4px;
  color: var(--Text);
  margin: 0px auto;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  background-color: #fff;
  text-decoration: none;
  border: 1px solid var(--Text);
  position: relative;
}

.return_form_area a::before {
  content: "";
  width: 8px;
  height: 12px;
  background: url("../img/ico_back.svg") no-repeat center / auto 12px;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -4px;
}

/* ranking */

.ranking.result {
  background: none;
}

.result_page.ed .ranking__ctaArea-logo {
  box-sizing: border-box;
}

.result_page.ed .ranking__item .bnr__txt {
  display: none;
}

.result_page.ed .cm__check {
  font-size: 1rem;
}

.result_page.ed .ranking__point-contents {
  font-size: 0.85rem;
}

.imgttl_searchresult {
  width: 100%;
  margin: 0;
  height: 134px;
  background-image: url("../img/result_fv_bg_sp.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.searchConditions {
  margin: 30px 20px 0;
}

#PANKUZU {
  padding: 0 10px;
}

#PANKUZU .pankuzu {
  width: auto;
}

.options_accordion_ul {
  margin-bottom: 0;
}

.result_page a.btn-main {
  box-sizing: border-box;
}

.Refine_Result_Count .Refine_Result_Count_text {
  font-size: 1rem;
}

.Refine_Result_Count .Refine_Result_Count_red {
  font-size: 1.5rem;
}

.Refine_Search_Box_wrap {
  padding: 0 15px;
}

.return_form_area {
  padding: 32px 0;
}

.return_form_area a {
  width: calc(100% - 40px);
  margin: 0px auto;
}

.result_page.ed .ranking__item-top_txt {
  text-align: left;
}

.result .ranking__inner>.ranking__item:nth-child(1) .ranking__item-top::before {
  display: none;
}

.result .ranking__inner>.ranking__item:nth-child(1) .ranking__item-top_txt {
  position: relative;
  padding-left: 72px;
}

.result .ranking__inner>.ranking__item {
  padding-top: 0;
}

.result .ranking__inner>.ranking__item .ranking__name {
  margin-top: 0;
}

.result .ranking__inner>.ranking__item .ranking__item-top {
  align-items: center;
  padding: 11px 15px;
  height: auto;
}

.result .ranking__inner>.ranking__item:nth-child(1) .ranking__item-top::before {
  content: "";
  width: 64px;
  height: 64px;
  background-size: 64px 64px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 8px;
}

.result .ranking__inner>.ranking__item:nth-child(1) .ranking__item-top::before {
  background-image: url(../img/ct_ico_rank01.png);
}

.result .ranking__inner>.ranking__item:nth-child(2) .ranking__item-top::before {
  background-image: url(../img/ct_ico_rank02.png);
}

.result .ranking__inner>.ranking__item:nth-child(3) .ranking__item-top::before {
  background-image: url(../img/ct_ico_rank03.png);
}

.result .ranking__inner>.ranking__item:nth-child(4) .ranking__item-top::before {
  background-image: url(../img/ct_ico_rank04.png);
}

.result .ranking__inner>.ranking__item:nth-child(5) .ranking__item-top::before {
  background-image: url(../img/ct_ico_rank05.png);
}

.result .ranking__inner>.ranking__item:nth-child(1) .ranking__name {
  background: var(--yellow);
}

.result .ranking__inner>.ranking__item:nth-child(1) .ranking__ctaArea {
  background: var(--yellow);
}

/* ========================================================
フッター
=========================================================*/
.footer {
  padding-block: 40px 28px;
  background-color: #333;
}

.footer__inner {
  padding-inline: 20px;
}

.footer__logo {
  margin-inline: auto;
  max-width: 286px;
}

.footer__logo-link {
  display: block;
}

.footer__logo img {
  width: 100%;
}

.footer__agents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 32px;
  max-width: 440px;
}

.footer__agent-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}

.footer__agent-link img {
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 85 / 42.5;
}

.footer__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  margin-block: 32px 28px;
}

.footer__list-ttl {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.footer__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 20px;
  margin-top: 10px;
  width: fit-content;
}

.footer__list--sp-col1 {
  grid-template-columns: 1fr;
}

.footer__item {
  position: relative;
  padding-left: 13px;
}

.footer__item::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 7px;
  background-image: url(../img/cm_ico_arrow_right_02.png.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
}

.footer__link {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #fff;
  padding-top: 28px;
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}

.footer__nav-item {
  position: relative;
}

.footer__nav-item:nth-child(n + 2)::before {
  position: absolute;
  top: 50%;
  left: -15px;
  translate: 0 -50%;
  width: 1px;
  height: 12px;
  background-color: var(--Gray);
  content: "";
}

.footer__nav-link {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.footer__copyright {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
}

.footer02 {
  width: 100%;
  margin-inline: auto;
  background-color: #23367a;
}

/* ========================================================
20230215 地域名追加
=========================================================*/
.tiiki {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  position: absolute;
  top: 10.5%;
  left: 28.5%;
}

/* ========================================================
20230216 ED治療薬の比較
=========================================================*/

.edComparison {
  margin: 40px auto 0px;
  position: relative;
  padding: 50px 0 0;
}

.edComparison .line {
  top: 0;
}

.edComparison__ttl {}

.edComparison__img {
  aspect-ratio: 375 / 553;
  margin-top: 20px;
}

.edComparison__txt {
  margin-top: 20px;
  text-align: center;
  padding: 10px 20px;
  font-weight: bold;
  line-height: 1.7;
  font-size: 0.875rem;
}

/* .edComparison__txt .marker{
  background: none;
  text-decoration: underline;
  text-decoration-color: #E6C379;
  font-weight: bold;
  color: #E6C379;
} */

/* ========================================================
20230216 修正
=========================================================*/
.Refine_Search {
  margin-top: 0;
}

.edComparison {
  padding-top: 35px;
  padding-bottom: 25px;
  margin-top: 25px;
}

.edComparison__img {
  margin-top: 15px;
}

.edComparison__txt {
  padding: 0 20px;
  margin-top: 12px;
}

.main .section:first-of-type.edComparison .line {
  display: none;
}

.main .section:first-of-type.edComparison {
  padding-top: 0;
  margin-top: 10px;
}

/* ========================================================
20230222 修正
=========================================================*/
.txtBox {
  background: #fff;
  border: 2px solid var(--Text);
  border-radius: 7px;
  padding: 13px 15px 15px;
}

.imgContent {
  width: 100%;
}

.imgContent--nayami {
  background: linear-gradient(#e9e9e9 0%, transparent 100%);
}

/* ========================================================
20230227 edComparison修正
=========================================================*/
.edComparison {
  background: var(--Back);
  padding-top: 0;
  padding-bottom: 15px;
}

.main .section:first-of-type.edComparison {
  margin-top: 0;
}

.edComparison__img {
  margin-top: 0;
}

.edComparison__txt {
  text-align: left;
  background: #fff;
  border: 2px solid var(--Text);
  border-radius: 7px;
  padding: 10px;
}

.triangle {
  background: url(../img/ct_img_triangle.svg) no-repeat center / 84px auto;
  width: 84px;
  height: 37px;
  margin: 0 auto;
}

/* ========================================================
20230302 ボタンアニメーション追加
=========================================================*/
/* アニメーション */
@keyframes anime_cvbtn01 {
  0% {
    left: -20%;
  }

  10% {
    left: 120%;
  }

  100% {
    left: 120%;
  }
}

.btn_anime01 {
  overflow: hidden;
  position: relative;
}

.btn_anime01::before {
  animation: anime_cvbtn01 3s ease-in-out infinite;
  content: "";
  position: absolute;
  top: -20%;
  left: -10%;
  width: 30px;
  height: 140%;
  transform: scale(2) rotate(45deg);
  background-image: linear-gradient(100deg,
      rgba(255, 255, 255, 0) 10%,
      rgba(255, 255, 255, 0.5) 100%,
      rgba(255, 255, 255, 0) 0%);
}

.txt--clinicfor {
  font-size: 10px;
  text-align: right;
  padding: 0 8px;
}

.result_page .txt--clinicfor {
  margin-top: -14px;
}

/* ========================================================
同時登録
=========================================================*/
.sites__reasons {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding-bottom: 20px;
}

.sites__reasons-item {
  border: 1px solid var(--Main);
  border-radius: 6px;
  width: calc((100% - 8px) / 2);
  padding: 15px 11px;
}

.sites__reasons-item-ttl {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: var(--Main);
  border-radius: 30px;
  width: 130px;
  padding: 6px 0;
  margin: 0 auto;
}

.sites__reasons-img {
  width: auto;
  height: 72px;
  margin: 2px auto 0;
}

.sites__reasons-item-catch {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 4px -8px;
}

.sites__reasons-item-txt {
  font-size: 12px;
}

.sites__recommend {
  background: var(--Back);
  padding: 25px 15px;
}

.sites__recommend-item {
  background: #fff;
  box-shadow: 0 4px 4px 0 rgb(0, 0, 0, 0.25);
  border-radius: 25px 0 25px 0;
  padding: 15px;
}

.sites__recommend-item:nth-child(n + 2) {
  margin-top: 15px;
}

.sites__recommend-item-ttl {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 0 -15px;
}

.sites__recommend-item-pair {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  align-items: center;
  gap: 40px;
  background: url(../img/ct_ico_cross.svg) no-repeat center / 14px 14px,
    var(--Sub);
  border: 1px solid #ff999e;
  border-radius: 6px;
  padding: 20px 15px;
  margin-top: 15px;
}

.sites__recommend-item-pair-logo {
  width: 100%;
}

.sites__recommend-item-txt {
  font-size: 12px;
  line-height: 1.75;
  text-align: center;
  margin-top: 8px;
}

.sites__recommend-item-cta {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 10px;
}

.sites__recommend-item-cta .ctaBtn {
  font-size: 13px;
  line-height: 1.2;
  padding: 8px;
  margin-top: 0;
}

.sites__recommend-item-cta .ctaBtn span {
  font-size: 10px;
  font-weight: normal;
}

/* ========================================================
20240415 PR
=========================================================*/
.pr {
  margin-top: 20px;
  padding: 0 20px;
}

.pr__inner {
  border: 1px solid var(--Text);
  padding: 0 16px 16px;
}

.pr__top {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pr__top-ttl {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  background: var(--yellow);
  margin-left: -16px;
  padding: 12px;
}

.pr__name {
  display: block;
  margin: 4px 0;
  font-size: 18px;
}

.pr img {
  margin: 10px auto;
}

.pr__catch {
  grid-column: 2;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin-top: 15px;
}

.pr__catch::before {
  content: "";
  display: inline-block;
  background: var(--Text);
  width: 1px;
  height: 0.8em;
  transform: rotate(-35deg);
  margin-top: 0.3em;
}

.pr__catch::after {
  content: "";
  display: inline-block;
  background: var(--Text);
  width: 1px;
  height: 0.8em;
  transform: rotate(35deg);
  margin-top: 0.3em;
}

.pr__btn {
  margin-top: 5px;
  padding: 10px 15%;
}

.pr__txt {
  margin: 15px 0;
}

.pr .before_arrow_box,
.pr .before_arrow_box a {
  font-size: 12px;
}

.before_arrow_box:not(.before_arrow) {
  text-align: right;
}

/* ========================================================
20240626 fb/悩みコンテンツ
=========================================================*/
.nayami__kuchikomi {
  padding: 10px;
  background: var(--Sub);
}

.nayami__kuchikomi-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.nayami__kuchikomi div:nth-child(3) {
  margin-bottom: 0;
}

.nayami__kuchikomi-icon {
  width: 60px;
  height: auto;
  object-fit: contain;
}

.nayami__kuchikomi-txt {
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
}

.recommend__item-ttl {
  grid-template-columns: 1fr 200px 1fr;
}

/* ========================================================
20250626 2サイト以上登録
=========================================================*/
.entry {
  background-color: #f7f6f6;
  padding-block: 24px;
}

.entry__ttl {}

.entry__ttl img {
  width: 100%;
  height: auto;
}

.entry__contents {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 10px;
}

.entry__content {
  border-radius: 25px 0 25px 0;
  padding: 16px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(99, 78, 78, 0.1);
}

.entry__content-ttl {
  border-radius: 90px;
  padding: 6px;
  background-color: var(--Main);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.entry__content-lead {
  margin-top: 12px;
  color: var(--Main);
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.entry__content-img {
  margin-inline: auto;
  width: 235px;
}

.entry__content-img img {
  width: 100%;
  height: auto;
}

.entry__content-txt {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.7;
}

/* ========================================================
20250626 hikaku
========================================================*/
.hikaku {}

.hikaku__head {
  padding-top: 24px;
  background-color: var(--Sub);
}

.hikaku__ttl {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.03em;
}

.hikaku__ttl .num {
  color: var(--Main);
  font-size: 24px;
}

.hikaku__ttl span {
  color: var(--Main);
  font-size: 20px;
}

/* 点滅アニメーション */
@keyframes blinking {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.blink {
  animation: blinking 0.8s ease-in-out infinite alternate;
}

.hikaku__tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  position: relative;
  margin-top: 20px;
  align-items: flex-end;
}

.hikaku__tabs::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: var(--Main);
  content: "";
}

.hikaku__tab {
  position: relative;
  z-index: 2;
  border-radius: 6px 0 0 0;
  padding: 7px;
  background-color: var(--Main);
  width: 110px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  height: 31px;
}

.hikaku__tab.is-active {
  border-top: 3px solid var(--Main);
  border-left: 3px solid var(--Main);
  border-right: 1px solid var(--Main);
  background-color: #fff;
  color: var(--Main);
  height: 45px;
}

.hikaku__main {
  margin-top: 8px;
  background-color: #fff;
}

.hikaku__table {
  display: none;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.hikaku__table.is-active {
  display: table;
}

.hikaku__table-head {
  border: 1px solid var(--Text);
  height: 40px;
  padding: 7px 0;
  background-color: var(--Back);
  font-size: 10px;
  text-align: center;
  line-height: 1;
}

.hikaku__table-head:nth-of-type(1) {
  width: 90px;
}

/* .hikaku__table-head:nth-of-type(2) {
  width: 57px;
} */
.hikaku__table-head:nth-of-type(3) {
  width: 67px;
}

.hikaku__table-head:nth-of-type(5) {
  width: 77px;
}

.hikaku__table--handing .hikaku__table-head:nth-of-type(1) {
  width: 90px;
}

.hikaku__table--handing .hikaku__table-head:nth-of-type(2) {
  width: 67px;
}

.hikaku__table--handing .hikaku__table-head:nth-of-type(3) {
  width: auto;
}

.hikaku__table--handing .hikaku__table-head:nth-of-type(4) {
  width: 57px;
}

.hikaku__table--handing .hikaku__table-head:nth-of-type(5) {
  width: 77px;
}

.hikaku__table--work .hikaku__table-head:nth-of-type(1) {
  width: 90px;
}

.hikaku__table--work .hikaku__table-head:nth-of-type(2),
.hikaku__table--work .hikaku__table-head:nth-of-type(3),
.hikaku__table--work .hikaku__table-head:nth-of-type(4),
.hikaku__table--work .hikaku__table-head:nth-of-type(5) {
  width: auto;
}

.hikaku__table--work .hikaku__table-head:nth-of-type(6) {
  width: 77px;
}

.hikaku__table-sort-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4px auto 0;
  border-radius: 2px;
  width: 40px;
  background-color: var(--Text);
}

.hikaku__table-sort-btn img {
  width: 8px;
  height: 10px;
  object-fit: contain;
  transition: transform 0.3s;
}

.hikaku__table-sort-btn.is-reverse img {
  transform: rotate(180deg);
}

.hikaku__table-data {
  border: 1px solid var(--Text);
  padding: 5px 1px;
  background-color: #fff;
}

.hikaku__table-row--first .hikaku__table-data {
  background-color: #fff6d2;
}

.hikaku__table-rank {
  display: block;
  margin-inline: auto;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.hikaku__table-logo {
  display: block;
  margin: 4px auto 0;
  width: 70px;
  height: auto;
  object-fit: contain;
}

.hikaku__table-link {
  display: block;
  margin-top: 4px;
  color: var(--Text_blue);
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
}

.hikaku__table-star {
  display: block;
  margin: 4px auto 0;
  width: 42px;
  height: auto;
  object-fit: contain;
}

.hikaku__table--handing .hikaku__table-star,
.hikaku__table--work .hikaku__table-star {
  width: 55px;
}

.hikaku__table-score {
  margin-top: 4px;
  color: var(--Main);
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.hikaku__table-icon {
  display: block;
  margin: 0 auto 4px;
  width: 25px;
  height: auto;
  object-fit: contain;
}

.hikaku__table-num {
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.hikaku__table-txt {
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.hikaku__table-txt+.hikaku__table-txt {
  margin-top: 4px;
}

.hikaku__table-attention {
  font-size: 10px;
  text-align: center;
}

.hikaku__table-lead {
  font-size: 10px;
  line-height: 1.3;
  text-align: center;
}

.hikaku__table-btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 4px;
  text-align: center;
}

.hikaku__table-btn {
  display: inline-block;
  border-radius: 6px;
  max-width: 70px;
  width: 100%;
  padding: 4px;
  background: linear-gradient(var(--green01) 0%, var(--green02) 100%);
  color: #fff;
  font-size: 10px;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}

.hikaku__table-jobs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  margin-inline: auto;
  width: fit-content;
}

.hikaku__table-job {
  border-radius: 3px;
  width: 52px;
  padding: 5px 2px;
  background-color: var(--Text);
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}

.hikaku__table-job--not {
  background-color: rgba(99, 78, 78, 0.4);
}

.hikaku__table-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-inline: auto;
  width: fit-content;
}

.hikaku__table-item {
  position: relative;
  padding-left: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
}

.hikaku__table-item::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #2fc088;
  content: "";
}

.hikaku__table-item span {
  font-size: 10px;
  font-weight: 400;
}

.hikaku__table-head.hikaku__review-head03 {
  width: 77px;
}

.hikaku__review-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}

.hikaku__review-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 5px;
  align-items: center;
  /* border-radius: 15px 0 15px 0; */
  padding: 2px;
}

.hikaku__review-icon img {
  display: block;
  margin-inline: auto;
  object-fit: contain;
}

.hikaku__review-age {
  margin-top: 6px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.hikaku__review-ttl {
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
}

.hikaku__review-txt {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
}

.hikaku__toRank {
  position: relative;
  width: 70px;
  padding: 4px 10px 4px 0;
  text-align: center;
  background: #fff;
  color: var(--Text);
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  border: 1px solid var(--Text);
  border-radius: 6px;
  line-height: 1.3;
}

.hikaku__toRank::after {
  content: "";
  display: inline-block;
  border-right: 1px solid var(--Text);
  border-bottom: 1px solid var(--Text);
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%) rotate(45deg);
}

/* ========================================================
20250730 教育コンテンツ
========================================================*/

.kyouiku {
  margin-inline: auto;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 23px;
}

.kyouiku img {
  width: 100%;
  height: auto;
}

.kyouiku-wrapper {
  padding: 0 15px;
}

.kyouiku-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 20px;
}

.kyouiku-point {
  border-radius: 6px;
  border: 1px solid #f4848f;
}

.kyouiku-header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 10px;
  background-color: #fff7f5;
  color: #ff999e;
  font-size: 16px;
  font-weight: bold;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  justify-content: center;
}

.kyouiku-header img {
  width: auto;
  height: 33px;
}

.kyouiku-header-img {
  position: absolute;
  top: 0;
  left: 10px;
}

.header-ttl {
  font-size: 16px;
  padding-left: 20px;
}

.kyouiku-item {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 4px 4px;
}

.kyouiku-item img {
  width: 180px;
  height: auto;
}

.kyouiku-matome {
  margin-top: 16px;
  padding: 0 15px;
}

.kyouiku-matome-txt {
  margin-top: 8px;
  background-color: #f4848f;
  padding: 10px;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
}

/* ========================================================
# 求人CTA
=========================================================*/
.offer {
  max-width: 750px;
  margin: 0 auto;
}

.offer__inner {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--Main) #f5f5f5;
  gap: 16px;
  scroll-padding-inline: 15px;
  padding: 0 0 15px;
}

/* SimpleBar(safari対策) */
.offer__inner[data-simplebar] .simplebar-content {
  display: flex;
  gap: 16px;
  padding: 0 0 15px;
  box-sizing: border-box;
}

.offer__inner[data-simplebar] .simplebar-content-wrapper {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  scroll-padding-inline: 15px;
}

.offer__inner .simplebar-track.simplebar-horizontal {
  height: 15px;
  background: #ececec;
  border-radius: 100px;
  margin: 0 15px;
}

.offer__inner .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  background: var(--Main);
  border-radius: 4px;
}

/* スクロールバー */
.offer__inner::-webkit-scrollbar {
  height: 15px;
}

.offer__inner::-webkit-scrollbar-track {
  background: #ececec;
}

.offer__inner::-webkit-scrollbar-thumb {
  background-color: var(--Main);
  border-radius: 4px;
}

.offer__item {
  flex: 0 0 auto;
  width: 285px;
  padding: 12px 0 15px;
  scroll-snap-align: center;
}

.offer__card {
  position: relative;
  background: #fff;
  overflow: hidden;
  border: 1px solid var(--Main);
  border-radius: 25px 0 25px 0;
  background-color: #fff;
  box-shadow: 0 0 20px #634e4e1a;
}

/* .offer__card::before {
  content: "";
  background: url(../img/ct_ico_offer_new.svg) no-repeat center;
  background-size: contain;
  width: 42px;
  height: 51px;
  position: absolute;
  top: -1px;
  left: 28px;
} */

.offer__card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 15px;
}

.offer__card-tag {
  display: inline-block;
  font-size: 12px;
  color: var(--Text);
  background: #fff;
  border: 1px solid var(--Text);
  border-radius: 3px;
  padding: 1px 4px;
  white-space: nowrap;
}

.offer__info {
  padding: 0 15px 15px;
}

.offer__info-row {
  display: grid;
  grid-template-columns: 72px 1fr;
  padding: 7px 0 4px 26px;
  align-items: center;
  font-size: 12px;
  color: var(--Text);
  border-bottom: 1px solid var(--Main);
}

.offer__info>div::before {
  content: "";
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 15px;
}

.offer__info>div:nth-child(1)::before {
  background: url(../img/ct_ico_offer_facility.svg) no-repeat center;
}

.offer__info>div:nth-child(2)::before {
  background: url(../img/ct_ico_offer_salary.svg) no-repeat center;
}

.offer__info>div:nth-child(3)::before {
  background: url(../img/ct_ico_offer_style.svg) no-repeat center;
}

.offer__info-ttl {
  font-size: 12px;
  font-weight: bold;
}

.offer__info-txt {
  font-size: 12px;
}

.offer__info-txt .info-label {
  display: inline-block;
  border-radius: 3px;
  padding: 5px 8px;
  background-color: var(--Text);
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}

.offer__card-ctaArea {
  background-color: var(--Sub);
  padding: 14px 16px;
}

img.offer__card-logo {
  width: 128px;
  height: auto;
  margin: 0 auto;
}

.offer__card-cta {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(var(--green01) 0%, var(--green02) 100%);
  margin-top: 6px;
  padding: 11px 0 13px;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  position: relative;
}

.offer__card-cta small {
  font-size: 14px;
}

.offer__card-cta::after {
  content: "";
  display: inline-block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 0.625rem;
  height: 0.625rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%) rotate(-45deg);
}

/* ========================================================
20250910 施設別おすすめ求人タブ追加
======================================================== */
.top3Type {
  background: var(--Sub);
  padding: 24px 0 32px;
}

.top3Type .notes-txt {
  padding: 0 15px;
}

.top3Type__head p {
  color: #333;
  font-size: 14px;
  padding: 15px;
}

.top3Type__tags {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 5px 4px;
  padding: 8px 0;
  background-color: #fff1f1;
  overflow-x: auto;
}

.top3Type__tags-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px 4px;
}

.top3Type__tags-wrapper {
  position: relative;
}

.top3Type__tags-wrapper::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px 16.5px 0 16.5px;
  border-style: solid;
  border-color: #fff1f1 transparent transparent transparent;
}

.offer.men .top3Type__tags-wrapper::after {
  border-color: var(--MenSub)  transparent transparent transparent;
}

.top3Type__tags button {
  background: #fff;
  border: 1px solid #a3a3a3;
  border-radius: 30px;
  color: #a3a3a3;
  font-size: 14px;
  font-weight: 400;
  padding: 2px 13px;
  margin: 0;
  white-space: nowrap;
  box-shadow: 1px 2px 1px rgba(99, 78, 78, 0.4);
}

.top3Type__tags button.active,
.top3Type__tags button.is-active {
  background: #7c7374;
  border-color: #7c7374;
  color: #fff;
  font-weight: bold;
  box-shadow: none;
}

.top3Type__tags::-webkit-scrollbar {
  display: none;
}

.top3Type__subtags.has-border {
  border-top: dotted 1px var(--Main);
  padding: 12px 15px 15px;
  height: auto;
  gap: 6px;
  overflow-x: auto;
}

.top3Type__subtags button {
  border: 1px solid var(--Main);
  color: var(--Main);
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  padding: 4px 10px 5px;
  white-space: nowrap;
}

.top3Type__subtags button.active,
.top3Type__subtags button.is-active {
  background: var(--Main);
  color: #fff;
}

.top3Type__subtags::-webkit-scrollbar {
  display: none;
}

.top3Type__wrap {
  display: none;
  position: static;
  opacity: 0;
  transition: opacity 1s;
  pointer-events: none;
  line-height: 1.7;
}

.top3Type__wrap.is-visible {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

.top3Type__list {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin: 0 15px;
  padding: 0 15px;
  border-radius: 10px;
}

.top3Type__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 6px 12px;
}

.top3Type__list>.top3Type__item:nth-child(2) {
  border-top: dotted 1px var(--Main);
  border-bottom: dotted 1px var(--Main);
}

.top3Type__bnr {
  position: relative;
}

.top3Type__bnr img {
  width: 104px;
  aspect-ratio: 104 / 87;
}

.top3Type__bnr::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  width: 32px;
  height: 32px;
  z-index: 10;
}

.top3Type__txt a {
  display: block;
  margin-bottom: 3px;
  color: #0a50a1;
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline;
}

.top3Type__txt p {
  margin-top: 8px;
  font-size: 12px;
  color: #333;
  line-height: 1.3;
}

.top3Type__cta {
  margin-top: 20px;
  padding: 0 15px;
  position: relative;
}

.top3Type__cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #fff;
  border: 1px solid var(--Main);
  color: var(--Main);
  padding: 22px;
  border-radius: 10px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.top3Type__cta a::after {
  content: "";
  /* background: url(../img/ct_ico_top3Type_arrow_w.svg) no-repeat center/contain; */
  position: absolute;
  right: 30px;
  top: 20px;
  width: 26px;
  height: 26px;
}

.offer-txt-area {
  padding: 15px 15px 0px 15px;
}

.offer__card { /* 高さ揃える */
  display: flex;
  flex-direction: column;
  height: 100%;
}

.offer__card-tags {
  flex-grow: 1;
  align-content: baseline;
}

.offer__card-txt {
  display: block;
  text-align: center;
  background-color: #f4848f;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
}

/* ========================================================
# 男性版
======================================================== */
body.men,
body.men-info,
body.aesthetic_men,
body.health_men,
body.kaigo_men,
body.men_area {
  .pink {
    color: var(--Text);
  }

  .marker {
    background: linear-gradient(transparent 68%, var(--MenYellow) 68%);
  }

  /* ヘッダー */
  .header__btn {
    background-color: var(--MenMain);
  }

  .menu {
    background-color: var(--MenSub);
  }

  .menu__item {
    border-bottom: 1px dotted var(--MenMain);
  }

  .menu__btn {
    color: var(--MenMain);
  }

  .menu__btn::before {
    background-color: var(--MenMain);
  }

  .menu__btn::after {
    background-color: var(--MenMain);
  }

  .menu__link {
    border: 1px solid var(--MenMain);
    color: var(--MenMain);
  }

  .menu__link::after {
    background-image: url(../img/cm_ico_arrow_right_03.svg);
  }

  .menu__sub-btn {
    color: var(--MenMain);
  }

  .menu__sub-btn::after {
    background-image: url(../img/cm_ico_arrow_bottom_02.svg);
  }

  .menu__search::after {
    background-image: url(../img/cm_ico_arrow_right_03.svg);
  }

  .menu__search-txt {
    color: var(--MenMain);
  }

  /* 比較表 */
  .hikaku__head {
    background-color: var(--MenSub);
  }

  .hikaku__ttl .num {
    color: var(--MenMain);
  }

  .hikaku__ttl span {
    color: var(--MenMain);
  }

  .hikaku__tabs::after {
    background-color: var(--MenMain);
  }

  .hikaku__tab {
    background-color: var(--MenMain);
  }

  .hikaku__tab.is-active {
    border-top: 3px solid var(--MenMain);
    border-left: 3px solid var(--MenMain);
    border-right: 1px solid var(--MenMain);
    background-color: #fff;
    color: var(--MenMain);
  }

  .hikaku__table-score {
    color: var(--MenMain);
  }

  .hikaku__table-row--first .hikaku__table-data {
    background-color: var(--MenYellow);
  }

  /* 2サイト */
  .entry__content-ttl {
    background-color: var(--MenMain);
  }

  .entry__content-lead {
    color: var(--MenMain);
  }

  /* ランキング */
  .ranking__item-rank--txt {
    background: var(--MenMain);
  }

  .ranking__name {
    background: var(--Back);
  }

  #rank01 .ranking__name {
    background: var(--MenSub);
  }

  .ranking__ctaArea {
    background: var(--Back);
  }

  #rank01 .ranking__ctaArea {
    background: var(--MenSub);
  }

  .ranking__tabs::after {
    background-color: var(--MenMain);
  }

  .ranking__tab {
    background-color: var(--MenMain);
  }

  .ranking__tab.is-active {
    border-top: 3px solid var(--MenMain);
    border-left: 3px solid var(--MenMain);
    border-right: 1px solid var(--MenMain);
    background-color: #fff;
    color: var(--MenMain);
  }

  .ranking__evaluation {
    border-bottom: 1px solid var(--MenMain);
    border-left: 1px solid var(--MenMain);
    border-right: 1px solid var(--MenMain);
  }

  .ranking__feature {
    border-bottom: 1px solid var(--MenMain);
    border-left: 1px solid var(--MenMain);
    border-right: 1px solid var(--MenMain);
  }

  .ranking__review {
    border-bottom: 1px solid var(--MenMain);
    border-left: 1px solid var(--MenMain);
    border-right: 1px solid var(--MenMain);
  }

  /* 絞り込み検索フォーム */
  .Refine_Search {
    background-color: var(--MenSub);
    border-top: 3px solid var(--MenMain);
  }

  #re_form {
    background-color: var(--MenSub);
  }

  .employment__list .checkbox_text.selected::before,
  .license__list .checkbox_text.selected::before {
    background-image: url(../img/ct_ico_checkbox_on_m.svg);
  }

  .kodawari__list>.multi-item:nth-child(1)>label>span.checkbox_icon {
    background-image: url(../img/ct_kodawari_ico_01_m.svg);
  }

  .kodawari__list>.multi-item:nth-child(2)>label>span.checkbox_icon {
    background-image: url(../img/ct_kodawari_ico_02_m.svg);
  }

  .kodawari__list>.multi-item:nth-child(3)>label>span.checkbox_icon {
    background-image: url(../img/ct_kodawari_ico_03_m.svg);
  }

  .kodawari__list>.multi-item:nth-child(4)>label>span.checkbox_icon {
    background-image: url(../img/ct_kodawari_ico_04_m.svg);
  }

  .kodawari__list>.multi-item:nth-child(5)>label>span.checkbox_icon {
    background-image: url(../img/ct_kodawari_ico_05_m.svg);
  }

  .kodawari__list>.multi-item:nth-child(6)>label>span.checkbox_icon {
    background-image: url(../img/ct_kodawari_ico_06_m.svg);
  }

  .facility__list .hospital {
    background-image: url(../img/ct_facility_ico_hospital_m.svg);
  }

  .facility__list .clinic {
    background-image: url(../img/ct_facility_ico_clinic_m.svg);
  }

  .facility__list .care {
    background-image: url(../img/ct_facility_ico_care_m.svg);
  }

  .facility__list .visit {
    background-image: url(../img/ct_facility_ico_visit_m.svg);
  }

  .facility__list .beauty {
    background-image: url(../img/ct_facility_ico_beauty_m.svg);
  }

  .facility__list .checkup {
    background-image: url(../img/ct_facility_ico_checkup_m.svg);
  }

  .facility__list .company {
    background-image: url(../img/ct_facility_ico_company_m.svg);
  }

  /* 徹底比較 */
  .comparison__table>tbody>tr:nth-child(1)>td {
    background: var(--MenYellow);
  }

  .comparison__table-icon>div {
    background: var(--MenMain);
  }

  /* まとめ */
  .matome__ttl {
    background: var(--MenMain);
  }

  .matome__ttl::after {
    border-top: 11px solid var(--MenMain);
  }

  .matome__contents {
    background: var(--MenSub);
  }

  /* 検索条件 */
  .Refine_Search {
    border-top: 3px solid var(--MenMain);
  }

  #re_form {
    background-color: var(--MenSub);
  }

  .searchConditions__list-title {
    color: var(--MenMain);
  }

  .result .ranking__inner>.ranking__item:nth-child(1) .ranking__name {
    background: var(--MenSub);
  }

  .result .ranking__inner>.ranking__item:nth-child(1) .ranking__ctaArea {
    background: var(--MenSub);
  }

  /* 教育コンテンツ */
  .kyouiku-point {
    border-radius: 6px;
    border: 1px solid #50a0f0;
  }

  .kyouiku-header {
    background-color: #edf9ff;
    color: #50a0f0;
  }

  .kyouiku-matome-txt {
    background-color: #50a0f0;
  }

  /* 求人CTA */
  .offer__inner {
    scrollbar-color: var(--MenMain) #f5f5f5;
  }

  /* SimpleBar(safari対策) */
  .offer__inner
    .simplebar-track.simplebar-horizontal
    .simplebar-scrollbar:before {
    background: var(--MenMain);
  }

  /* スクロールバー */
  .offer__inner::-webkit-scrollbar-thumb {
    background-color: var(--MenMain);
  }

  .offer__card {
    border: 1px solid var(--MenMain);
  }

  .offer__card::before {
    background: url(../img/ct_ico_offer_new_m.svg) no-repeat center;
  }

  .offer__info-row {
    border-bottom: 1px solid var(--MenMain);
  }

  .offer__info>div:nth-child(1)::before {
    background: url(../img/ct_ico_offer_facility_m.svg) no-repeat center;
  }

  .offer__info>div:nth-child(2)::before {
    background: url(../img/ct_ico_offer_salary_m.svg) no-repeat center;
  }

  .offer__info>div:nth-child(3)::before {
    background: url(../img/ct_ico_offer_style_m.svg) no-repeat center;
  }

  .offer__card-ctaArea {
    background-color: var(--MenSub);
  }

  /*求人CTAタブあり*/
  .top3Type__tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 4px;
    overflow-x: auto;
    padding: 8px 0;
    background-color: var(--MenSub);
  }

  .top3Type__tags button.active,
  .top3Type__tags button.is-active {
    background: #7c7374;
    border-color: #7c7374;
    color: #fff;
    font-weight: bold;
    box-shadow: none;
  }

  .offer__card-txt {
    display: block;
    text-align: center;
    background-color: var(--MenMain);
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
  }
}
