@charset "UTF-8";

/* ==========================================================================
  ベース設定
  =========================================================================== */

:root {
  /* カラー */
  --Text: #000;
  --Text_blue: #1a0dab;
  --Main: #5adeef;
  --Sub: #e5fdff;
  --Accent: #;
  --Back: #fefbf3;
  --gray: #6f6f6f;
  /* 文字サイズ */
  --FontSizePC: 16px;
  /* 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: 500;
  src: url("../fonts/Noto Sans JP Medium.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-size: var(--FontSizePC);
  font-family: "Noto Sans JP";
  color: var(--Text);
}

@media (max-width: 1010px) {
  html {
    font-size: var(--FontSizeTab);
  }
}

body {
  font-feature-settings: "palt";
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
  color: var(--Text);
}

.forPC {
  display: block;
}

.forPC-inline {
  display: inline-block;
}

.forSP {
  display: none;
}
.adTxt {
  text-align: right;
  max-width: 640px; /* 横幅 LPに合わせて調整 */
  padding: 0;
  margin: 8px auto;
}
body:not(.result_page) .adTxt__wrap{
  width: 880px;
  margin-inline: auto;
  position: absolute;
  height: 42px;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.result_page .adTxt__wrap{
  width: 940px;
  margin-inline: auto;
  position: absolute;
  height: 42px;
  content: "";
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
}
body:not(.result_page) .adTxt {
  position: absolute;
  content: "";
  text-align: right;
  max-width: 750px;
  margin: 0 auto;
  padding: 4px 4px 3px;
  top: 16px;
  right: 0;
}
.result_page .adTxt {
  max-width: 1000px;
}
.adTxt span {
  color: var(--gray);
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #bbb; /* 枠色 変数名がTextでない場合は変更 */
  padding: 2px 14px;
}
.txt--clinicfor {
  font-size: 10px;
  text-align: right;
  max-width: 880px;
  margin-right: 4px;
}
.result_page .txt--clinicfor {
  max-width: 1000px;
  margin-inline: auto;
}
/* =================================
20230922 adTxt余白調整
==================================== */
.adTxt-margin {
  margin-top: -10px;
}
.medicine-men .adTxt-margin {
  margin-top: -16px;
}
/* ========================================================
header ロゴ追加
=========================================================*/
.header__logo{
  height: 54px;
  background-color: #fff;
  width: 880px;
  margin-inline: auto;
  position: relative;
}
.header__logo::before{
  position: absolute;
  content: "";
  background: url(../img/logo_medicallist_horizon.png) no-repeat center;
  background-size: 100%;
  top: 0;
  left: 0;
  width: 194px;
  height: 54px;
  background-color: #fff;
  padding: 2px 4px;
  z-index: 100;
}

/* ==========================================================================
  共通パーツ
  =========================================================================== */

a {
  color: #1a0dab;
  transition: all ease 0.3s;
}

a:hover {
  opacity: 0.6;
  text-decoration: none;
}

/* デザイン幅 */

.wrapper {
  max-width: 74.375rem;
  width: 100%;
  margin: 0 auto;
}

/* インナー幅 */

.inner {
  width: 100%;
  max-width: 880px;
  /* padding-right: 25px; */
  /* padding-left: 25px; */
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

/* 各セクション */

.section {
  padding: 2.5rem 0 5rem;
}

.section__ttl {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  width: 100vw;
}

/* セクションタイトル長さ指定 */

.section__ttl--result {
  width: 43.75rem;
}

/* テキスト */

.txt-sm {
  font-size: 0.625rem;
  line-height: 1.5;
}

.txt-md {
  font-size: 0.875rem;
  line-height: 1.14286;
}

.txt-lg {
  font-size: 1rem;
  line-height: 1.75;
}

.txt-bold {
  font-weight: bold;
}

.txt-Main {
  color: var(--Main);
}

.txt-center {
  text-align: center;
}

/* テキストリンク */

.txt-link {
  color: var(--Text_blue);
  text-decoration: underline;
  font-weight: bold;
  transition: 0.3s;
}

.txt-link:hover {
  opacity: 0.6;
}

/* テキストリンク矢印付き */

.txt-link--arrow {
  padding-right: 1.0625rem;
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  line-height: 1.5;
}

.txt-link--arrow::after {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  border-top: 2px solid #1a0dab;
  border-right: 2px solid #1a0dab;
  transform: rotate(45deg) translateY(-100%);
  margin-left: 0.3125rem;
}

/* 詳細ボタン（小さめ） */

.btn-detail {
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
  display: inline-block;
  width: 6.25rem;
  text-align: center;
  border-radius: 0.25rem;
  font-weight: bold;
  transition: 0.3s;
  position: relative;
  box-shadow: inset 0 -0.2rem 0 #d9d9d9;
  border: 1px solid #000000;
}

.btn-detail::before {
  top: calc(50% - 0.1875rem);
  transform: rotate(45deg);
}

.btn-detail::after {
  bottom: calc(50% - 0.1875rem);
  transform: rotate(-45deg);
}

.btn-detail:hover {
  opacity: 0.6;
}

.btn-detail--sm {
  font-size: 0.75rem;
  line-height: 1.4166666667;
  padding: 0.3125rem 0 0.5rem;
}

/* 公式リンクボタン（小さめ） */

.btn-sub {
  /* background: linear-gradient(to right, #f59a3f, #e56b2b); */
  background-color: #4bbac6;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 8.75rem;
  text-align: center;
  border-radius: 0.25rem;
  font-weight: bold;
  transition: 0.3s;
  position: relative;
  /* box-shadow: 0 0.2rem 0 #004104; */
}

.btn-sub::before {
  top: calc(50% - 0.1875rem);
  transform: rotate(45deg);
}

.btn-sub::after {
  bottom: calc(50% - 0.1875rem);
  transform: rotate(-45deg);
}

.btn-sub:hover {
  opacity: 0.6;
}

.btn-sub--sm {
  font-size: 0.75rem;
  line-height: 1.4166666667;
  padding: 0.3125rem 0 0.5rem;
}

.btn-sub--right {
  width: 6.25rem;
}

.table-result .btn-sub {
  width: 8.75rem;
}

/* ボタン大 */

.btn-main {
  /* background: linear-gradient(to right, #f59a3f, #e56b2b); */
  background-color: #4bbac6;
  padding: 5px;
  color: #fff;
  text-shadow: 1px 1px #369aa5;
  letter-spacing: 0.05em;
  border: none;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
  display: inline-block;
  text-align: center;
  border-radius: 0.5rem;
  position: relative;
}

.btn-main-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.btn-main:hover {
  opacity: 0.6;
  cursor: pointer;
}

.btn-main-copy {
  font-size: 0.75rem;
  display: inline-block;
  margin-bottom: 5px;
}

.btn-main--arrow {
  box-shadow: 0 3px 0 rgb(55, 135, 144);
  /* box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1); */
}

.btn-main--arrow::before {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: rotate(45deg) translateY(-50%);
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

/* フッター */

.footer {
  margin-top: 2.5rem;
  position: relative;
  z-index: 9999;
}

.footer__bottom {
  background-color: #e5fdff;
  padding: 0.9375rem 0;
}

.footer__links {
  font-size: 0.75rem;
  color: #333;
  text-align: center;
}

.footer__links a {
}

.footer__copy {
  text-align: center;
  font-size: 0.625rem;
  margin-top: 0.75rem;
}

.footer__links-wrapper {
  padding: 2.5rem 0;
  background-color: #e5fdff;
}

.footer__links-inner dt {
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  transition: all 0.3s;
}

.footer__links-inner dl:nth-child(n + 2) {
  margin-top: 2rem;
}

.footer__links-inner dl:nth-child(n + 2) ul {
  display: block;
}

.footer__links-inner dl:nth-child(n + 2) ul li {
  margin-bottom: 0.3125rem;
}

.footer__links-inner dd {
  margin-top: 0.9375rem;
}

.footer__links-inner dd ul {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.3125rem 1.875rem;
}

.footer__links-inner dd ul li {
  line-height: 1.5;
  list-style: none;
  padding-left: 1.0625rem;
  position: relative;
}

.footer__links-inner dl:nth-child(2):last-child dd ul li {
  white-space: nowrap;
}

.footer__links-inner dd ul li::before {
  content: "▶";
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 7px;
  color: #5adeef;
}

.footer__links-inner dd ul li a {
  transition: all 0.3s;
}

.footer__links-inner dd ul li a:hover {
  opacity: 0.6;
}

.footer__info-links {
  text-align: center;
}

.footer__info-links a {
  color: var(--Text);
  text-decoration: none;
  transition: 0.3s;
}

.footer__info-links a:hover {
  opacity: 0.6;
}

/* テーブル本体 */

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

/* テーブルヘッド */

.table th {
  background-color: var(--Sub);
  height: 2.5rem;
  font-size: 0.88rem;
  line-height: 1;
  border: 1px solid var(--Text);
}

/* 比較テーブルのセル幅・高さ指定 */

.table--1 tr:nth-child(1) th:nth-child(5) {
  width: 12.5%;
}

.table--1 tr:nth-child(1) th:nth-child(6) {
  width: 11.875%;
}

.table--1 td {
  min-height: 7.5rem;
}

.table--1 tr:nth-child(7) td:nth-child(2) p,
.table--1 tr:nth-child(7) td:nth-child(3) p,
.table--1 tr:nth-child(7) td:nth-child(8) p {
  margin-top: 0.988rem;
}

.table--1 tr:nth-child(1) th:nth-child(2),
.table--1 tr:nth-child(1) th:nth-child(3) {
  height: 1.75rem;
}

/* テーブルセル */

.table td {
  padding: 0.625rem 0.5rem;
  border-bottom: 1px solid var(--Text);
  position: relative;
  vertical-align: middle;
}

.table td {
  border-right: 1px solid var(--Text);
}

.table--toppage td:first-child {
  padding: 0.625rem 0.5rem 0.75rem;
}

.table td p:not(:first-child) {
  margin-top: 0.6999rem;
}

.table td:first-child {
  border-left: 1px solid var(--Text);
}

/* 検索結果テーブルのセル幅・高さ指定 */

.table-result th:nth-child(1) {
  width: 27.0833333333%;
}

.table-result th:nth-child(2),
.table-result th:nth-child(5) {
  width: 20.8333333333%;
}

.table-result th:nth-child(3),
.table-result th:nth-child(4) {
  width: 15.625%;
}

.table-result td {
  min-height: 7.5rem;
  padding: 1.25rem;
}

/* テキスト中央寄せのセル */

.table__txt-center {
  text-align: center;
}

/* テキスト上寄せのセル */

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

/* テーブルロゴ */

.table__logo {
  display: block;
  text-align: center;
}

.table__logo.table__logo--no-rank a {
  display: inline-block;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.table__logo a {
  transition: 0.3s;
}

.table__logo a:hover {
  opacity: 0.6;
}

/* テーブルの中のボタン */

.table__btn {
  margin-top: 0.625rem;
  text-align: center;
}

.table__btn a {
  width: 100%;
}

.table__btn .btn-main--arrow::before {
  position: absolute;
  top: 47%;
  right: 1.25rem;
  transform: rotate(45deg) translateY(-50%);
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* ランキング表記 */

.table__rank {
  position: absolute;
  top: 0.625rem;
  left: 0;
  z-index: 1;
  font-weight: bold;
}

/* ランキング表記　TOP1,2,3位 共通スタイル */

.table__rank--top {
  width: 3.75rem;
  height: 1.75rem;
  position: absolute;
  z-index: 1;
}

.table__rank--top > span {
  position: relative;
  width: 2.75rem;
  height: 0.6rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 0.94rem;
  line-height: 1.2;
  color: #fff;
}

.table__rank--top > span > span {
  font-size: 0.56rem;
  padding-bottom: 0.125rem;
  display: inline-block;
}

.table__rank--top > span::before {
  position: absolute;
  content: "";
  top: -10.5px;
  left: 0;
  width: 3rem;
  height: 1.5rem;
  -webkit-clip-path: polygon(100% 0, 85% 49%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 85% 49%, 100% 100%, 0 100%, 0 0);
  z-index: -1;
}

/* ランキング表記　1,2,3位 色指定 */

.table__rank--1 > span::before {
  background-color: #af8952;
}

.table__rank--2 > span::before {
  background-color: #707070;
}

.table__rank--3 > span::before {
  background-color: #b47046;
}

/* ランキング表記 4位以下 */

.table__rank--normal {
  width: 3rem;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid var(--Text);
  border-right: 1px solid var(--Text);
  border-bottom: 1px solid var(--Text);
  border-radius: 0 20px 20px 0;
  background-color: #fff;
}

.table__rank--normal > span {
  font-size: 0.69rem;
}

.table__rank--normal > span > span {
  font-size: 0.56rem;
}

/* アイコン二重丸・丸・三角・バツ */

.table__icon {
  width: 1.25rem;
  display: inline-block;
}

/* テーブルのaタグのホバー */

.table a {
  display: inline-block;
  transition: 0.3s;
}

.table a:hover {
  opacity: 0.6;
}

/* 吹き出しつきボックス */

.balloon-box {
  border-radius: 0.5rem;
  border: 2px solid var(--Text);
  padding: 3.75rem 2.5rem 2.5rem;
  position: relative;
  background-color: #fff;
}

/* 吹き出し */

.balloon-box__ttl {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.balloon-box__ttl > span {
  display: inline-block;
  position: relative;
}

.balloon-box__ttl > span::before,
.balloon-box__ttl > span::after {
  content: "";
  position: absolute;
  width: 7.5625rem;
  height: 0.375rem;
  background: url(../img/cm_fukidashi_border_dotted.png) no-repeat
    center/contain;
  top: 50%;
}

.balloon-box__ttl > span::before {
  left: 0.625rem;
  transform: translate(-100%, -50%);
}

.balloon-box__ttl > span::after {
  right: 0.625rem;
  transform: translate(100%, -50%);
}

.balloon-box__ttl > span > span {
  display: inline-block;
  border-radius: 2.5rem;
  font-size: 1.25rem;
  border: 2px solid var(--Text);
  padding: 0.875rem 3.75rem;
  border-radius: 2.5rem;
  position: relative;
  background-color: var(--Main);
  color: #fff;
  z-index: 2;
}

.balloon-box__ttl > span > span::before {
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%, 100%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem 0.5rem 0 0.5rem;
  border-color: var(--Text) transparent transparent transparent;
}

.balloon-box__ttl > span > span::after {
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.625rem 0.4375rem 0 0.4375rem;
  border-color: var(--Main) transparent transparent transparent;
}

.balloon-box__txt p {
  font-size: 1rem;
  line-height: 1.75;
}

.balloon-box__txt p + p {
  margin-top: 1rem;
}

/* チェックマークのリスト */

.check-list {
  padding: 0;
  margin-bottom: 0;
}

.check-list li {
  display: flex;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
}

.check-list li:nth-child(n + 2) {
  margin-top: 1.25rem;
}

.check-list li p {
  margin: 0;
  flex: 1;
}

.check-list li::before {
  content: "";
  display: inline-block;
  width: 1.625rem;
  height: 1.625rem;
  background-image: url(../img/cm_icon_check_blue.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1.25rem;
}

/* フォーム */

.form dl:nth-child(n + 2) {
  margin-top: 2.5rem;
}

.form__grid {
  margin-top: 0.9375rem;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 0.9375rem;
  column-gap: 1.875rem;
}

.form__grid.form__grid--3col {
  grid-template-columns: 1fr 1fr 1fr;
}

.form label {
  padding: 0 0.9375rem;
  transition: 0.3s;
  height: 3.75rem;
  background-color: #fff;
  border: 1px solid var(--Text);
}

.form label:hover {
  cursor: pointer;
}

.form__item {
  position: relative;
}

.form input {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  margin: 0;
  z-index: 2;
}

/* チェック時のスタイル */

.form input:checked + label {
  background-color: var(--Sub);
}

.form input:checked + .form__radio-label::after {
  background-color: var(--Main);
}

/* radioのスタイル */

.form__radio-label {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.25;
}

.form__radio-label::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  margin-right: 0.625rem;
}

.form__radio-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5625rem;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #d9d9d9;
  border-radius: 50%;
  transition: 0.3s;
}

/* checkbox2のスタイル（チェックマーク） */

.form__checkbox-label2 {
  display: flex;
  align-items: center;
  line-height: 1.25;
}

.form__checkbox-label2::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.625rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
  background-image: url(../img/cm_icon_checkbox.png);
}

.form input:checked + .form__checkbox-label2::before {
  background-image: url(../img/cm_icon_checkbox_checked.png);
}

/* checkboxのスタイル（アイコンあり） */

.form__checkbox-label {
  display: flex;
  align-items: center;
  line-height: 1.25;
}

/* ボタン */

.form__btns {
  position: relative;
  text-align: center;
  margin-top: 3.75rem;
}

.form__clear-btn {
  border-radius: 0.3125rem;
  border: 1px solid var(--Text);
  transition: 0.3s;
  color: var(--Text);
}

.form__clear-btn {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 0.875rem 1.875rem;
}

.form__clear-btn:hover {
  opacity: 0.6;
  cursor: pointer;
}

.form__submit-btn {
  width: 30rem;
  background-color: var(--Sub);
  font-size: 1.5rem;
  padding: 1.125rem 1.875rem;
  color: #fff;
  border: none;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
  display: inline-block;
  text-align: center;
  border-radius: 0.5rem;
  position: relative;
}

.form__submit-btn:hover {
  opacity: 0.6;
  cursor: pointer;
}

/* ==========================================================================
  header / ヘッダー
  =========================================================================== */

.header {
  max-width: 100vw;
  background-color: #fff;
  background-image: url("../img/mv_back.png");
  background-repeat: repeat-x;
  background-size: 1280px 299px;
}

.men .header,
.iryou-men .header,
.medicine-men .header {
  background-image: url("../img/mv_back_men.png");
}

.header h1 {
  margin: 0 auto;
  max-width: 60rem;
  width: 100%;
}

.header img {
  display: block;
  width: 640px;
  margin: 0 auto;
}

/* ==========================================================================
  comparison / 5社を徹底比較
  =========================================================================== */

.comparison {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}

/* セクション背景 */

.comparison__table {
  margin-top: 2.5rem;
}

/* ==========================================================================
  best / 当サイト人気No1は？のセクション
  =========================================================================== */

/* セクション背景 */

.best {
  position: relative;
  /* margin-top: -0.5rem; */
  padding-bottom: 0.8125rem;
  padding-bottom: 45px;
}

/* おすすめセクションタイトル */

.best__ttl-wrap {
  position: relative;
}

.best__cards {
  display: flex;
  margin-top: 3.125rem;
  flex-direction: column;
}

.best__caution {
  font-size: 0.625rem;
  margin-top: 1.25rem;
}

/* おすすめセクション カード */

.card {
  background-color: #fff;
  border-top: 2px solid var(--Text);
  padding-top: 0.9375rem;
  position: relative;
  padding-bottom: 1.875rem;
}

.card:last-of-type {
  padding-bottom: 0;
}

.card::after {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background-color: #977c45;
  position: absolute;
  right: 0;
  top: -2px;
  z-index: 2;
}

.card__inner {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
}

.card__rank {
  padding: 0 2.5rem;
}

.card .circle {
  position: absolute;
  z-index: 1;
  width: 100vw;
  top: -4px;
  left: 0;
}

.card--rank4 {
  margin-top: 2.5rem;
}

.card__ttl-wrap {
  position: relative;
}

.card__flex-wrap3 {
  display: contents;
}

.card__flex-wrap2 {
  display: flex;
  flex-direction: column;
}

.card__bnr {
  order: 2;
  min-height: 12.395625rem;
  padding: 0 2.5rem;
}

.card__bnr-img {
  width: 100%;
  margin-top: 1.25rem;
}

.card__bnr-catch {
  background-color: #333;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
}

.card__bnr-btn {
  background: none;
  background-color: #4bbac6;
  border-radius: 2px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

.card__table {
  margin-top: 1.25rem;
  background-color: #fff;
  border: 1px solid var(--Text);
}

.card__table dl {
  display: flex;
  min-height: 3.75rem;
}

.card__table dl + dl {
  border-top: 1px solid var(--Text);
}

.card__table dl dt {
  background-color: #f7f6f2;
  text-align: center;
  font-weight: bold;
  max-width: 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card__table dl dd {
  background-color: #fff;
  width: 100%;
  margin: 0.625rem 0;
  padding: 0 1.25rem;
  border-left: dotted 1px var(--Text);
  /* 縦中央揃え 20221102 nakata 追記  */
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.card__table dl a {
  word-break: break-all;
  text-decoration: underline;
  display: flex;
  height: 100%;
  justify-content: center;
  font-weight: bold;
  flex-direction: column;
}

.card__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 1.25rem;
}

.card__tag li {
  border-radius: 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
  font-size: 0.75rem;
  padding: 0 0.75rem;
  height: 27px;
  background-color: #5adeef;
  color: var(--Text);
  opacity: 0.2;
}
.card__tag li.on {
  opacity: 1;
}

.card__point {
  margin-top: 1.25rem;
}

.card__point-ttl {
  color: var(--Main);
  font-weight: bold;
  background-image: linear-gradient(to right, var(--Main) 2px, transparent 2px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 0.5rem;
  font-family: "Small Fonts", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN",
    "DIN Alternate", sans-serif;
  letter-spacing: 0.2em;
}

.card__point-catch {
  margin-top: 1.25rem;
  font-weight: bold;
}

.card__point-txt {
  margin-top: 0.9375rem;
  line-height: 1.7;
}

.card__box {
  margin-top: 1.25rem;
  border: 2px solid var(--Main);
  border-radius: 6px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 1.25rem;
}

.card__box-bnr {
  max-width: 291px;
}

.card__box-btn {
  width: 100%;
  height: 46px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.125rem;
}

.card__more {
  width: 100%;
  margin-top: 0.625rem;
  border-radius: 4px;
  border: 1px solid #5adeef;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
  font-weight: bold;
  max-width: 880px;
  width: 100%;
  justify-content: center;
  cursor: pointer;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  transition: all ease 0.3s;
  /* box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1); */
}

.card__more::after {
  content: "";
  display: inline-block;
  background-image: url(../img/cmn_ico_arrow_down_bk.png);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0.5em;
}

.card__more.active::after {
  transform: rotate(180deg);
  margin-top: 0;
  margin-bottom: 0.2em;
}

.card__rank {
  display: flex;
  align-items: flex-end;
  gap: 15px;
}

.card__rank img {
  width: 107px;
}

.card--rank4 .card__rank img,
.card--rank5 .card__rank img {
  width: 62px;
}

.card.card--rank1 {
  background-color: #fffdeb;
}

.card__logo {
  display: inline-block;
  width: 9.6875rem;
}

.card__ttl-wrap--rank1 .card__logo {
  width: 12.5rem;
}

.card__logo a {
  transition: 0.3s;
  display: inline-block;
}

.card__logo a:hover {
  opacity: 0.6;
}

.card__bnr {
  margin-top: 0.9375rem;
}

.card--rank1 .card__bnr {
  margin-top: 0.3125rem;
}

.card__bnr a {
  transition: 0.3s;
  display: inline-block;
  box-shadow: none;
  filter: none;
}

.card__bnr a:hover {
  opacity: 0.6;
}

.card__access-wrap {
  margin-top: 0.9375rem;
  text-align: center;
}

.card__access-wrap.card__access-wrap--rank1 {
  display: flex;
  align-items: center;
  margin-top: 0.3125rem;
}

.card__fukidashi {
  width: 4.625rem;
}

.card__access {
  font-size: 0.75rem;
  font-weight: bold;
  flex: 1;
}

.card__access p {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.card__access p span {
  font-size: 0.625rem;
}

.card__access > span {
  display: inline-block;
  padding: 0 0.625rem;
  font-size: 0.9rem;
  color: var(--Main);
  background: linear-gradient(transparent 60%, #fee8e8 60%, #fee8e8 100%);
}

.card__access > span span {
  font-size: 0.75rem;
}

/* ==========================================================================
  point / 
  =========================================================================== */

/* セクション背景 */

.point {
  position: relative;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
  background-image: url(../img/cm_bg_plaid.jpg);
  background-size: cover;
}

.point::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12.5rem;
  height: 12.5rem;
  background-image: url(../img/ct_bg_orange.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(-90deg);
}

.point::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 12.5rem;
  height: 12.5rem;
  background-image: url(../img/ct_bg_orange.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.point__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 1.875rem;
  margin-top: 2.5rem;
}

/* ポイントセクション カード */

.point-card {
  background-color: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid var(--Text);
}

.point-card__ttl-wrap {
  display: flex;
  background-color: var(--Text);
  color: #fff;
  padding: 0.9375rem 1.25rem;
  align-items: center;
}

.point-card__ttl-img {
  width: 3.125rem;
  margin-right: 0.9375rem;
}

.point-card__ttl {
  flex: 1;
  font-size: 1.25rem;
}

.point-card__body {
  padding: 1.875rem 1.875rem 1.25rem;
}

.point-card__txt {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin-top: 1.25rem;
}

.point-card__txt strong {
  display: inline-block;
  font-size: 1.25rem;
  color: var(--Main);
  position: relative;
}

.point-card__txt .fz-lg {
  font-size: 1.5rem;
}

.point-card__txt strong::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1875rem;
  bottom: 0.0625rem;
  left: 0;
  background-color: var(--Main);
}

.point-card__txt span {
  font-size: 1.875rem;
  line-height: 1;
}

.point-card__caution {
  font-size: 0.625rem;
  margin-top: 0.625rem;
}

/* ==========================================================================
  search / 検索のセクション
  =========================================================================== */

/* セクション背景 */

.search {
  position: relative;
  background-color: #f7f6f2;
  background-size: cover;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}

.search__form {
  margin-top: 2.5rem;
}

/* ==========================================================================
  ranking / おすすめランキングBEST3のセクション
  =========================================================================== */

/* セクション背景 */

.ranking {
  position: relative;
  padding-bottom: 2.5rem;
  padding-top: 20px;
}

.ranking__ttl-wrapper {
  background-color: var(--Main);
  padding: 2.5rem 0;
  margin-top: -2.5rem;
  position: relative;
}

.ranking__ttl-wrapper::before {
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.25rem 1.25rem 0 1.25rem;
  border-color: var(--Main) transparent transparent transparent;
}

.ranking__companies {
  margin-top: 2.5rem;
}

.ranking__No1 {
  margin-top: 5.625rem;
}

/* おすすめNo1のボックス */

.No1-box {
  padding: 0 2.5rem 3.75rem;
  border-radius: 0.5rem;
  border: 3px solid var(--Main);
}

.No1-box .company-info__box {
  margin-top: 3.9375rem;
}

.No1-box__ttl {
  width: 37.3125rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: -0.625rem;
}

.No1-box .company-info__ttl-wrap {
  margin-top: 2.75rem;
}

.No1-box .company-info__rank {
  background-color: var(--Main);
  width: 14.0625rem;
}

.No1-box .company-info__rank img {
  width: 10.3125rem;
}

/* 会社情報群 */

.company-list__item:nth-child(n + 2) {
  margin-top: 5rem;
}

.company-list__item {
  position: relative;
  padding: 20px 0;
  border: 2px solid #977c45;
  border-radius: 6px;
}

.company-list__item .btn-main--arrow::before {
  content: none;
}

/* 会社情報 */

.company-info__ttl-wrap {
  display: flex;
  min-height: 6.25rem;
  flex-direction: column;
  align-items: center;
}

.company-info__rank {
  display: grid;
  place-items: center;
  background-color: #fff;
}

.company-info__ttl {
  flex: 1;
  padding: 0 1.875rem;
  display: flex;
  align-items: center;
}

.company-info__ttl h3 {
  font-size: 1.875rem;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.company-info__ttl h3 a {
  color: var(--Text);
  transition: 0.3s;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
}

.company-info__ttl h3 a::after {
  display: inline-block;
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border-top: 0.1875rem solid var(--Text);
  border-right: 0.1875rem solid var(--Text);
  transform: rotate(45deg);
  margin-left: 0.625rem;
}

.company-info__ttl h3 a:hover {
  opacity: 0.6;
}

.company-info__check-list {
  margin-top: 0;
}

.company-info__txt-link {
  margin-top: 1.25rem;
  margin-bottom: 0;
  text-align: right;
}

.company-info__table2 {
  margin-top: 2.5rem;
}

.company-info__table3 {
  margin-top: 2.5rem;
}

/* バナー */

.company-info__bnr {
  display: block;
  margin-top: 0.625rem;
  transition: 0.3s;
  max-width: 310px;
}

.company-info__name:hover,
.company-info__bnr:hover {
  opacity: 0.6;
  cursor: pointer;
}

.company-info__name {
  font-weight: bold;
  text-decoration: underline;
  transition: 0.3s;
  font-size: 1.125rem;
}

.company-info__bnr-body {
  margin-top: -2px;
  background-color: var(--Back);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.875rem;
}

.company-info__bnr-body p {
  margin: 0;
  color: var(--Text);
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 1.875rem;
  line-height: 1.4583333333;
}

.company-info__bnr-btn > span {
  width: 18.75rem;
  background: linear-gradient(to right, #f59a3f, #e56b2b);
  font-size: 1.25rem;
  padding: 1.25rem 1.875rem;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
  display: inline-block;
  text-align: center;
  border-radius: 0.25rem;
  position: relative;
  color: var(--Back);
}

.company-info__bnr-btn > span::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  display: inline-block;
  border-top: 0.1875rem solid var(--Text);
  border-right: 0.1875rem solid var(--Text);
  position: absolute;
  top: 49%;
  right: 1.5625rem;
  transform: rotate(45deg) translateY(-50%);
}

.company-info__box {
  margin-top: 5.625rem;
}

.company-info__box p:first-of-type {
  margin-top: 0;
}

.company-info__btn-wrap {
  margin-top: 0.625rem;
}

.company-info__campaign-box {
  position: relative;
  border: 2px solid var(--Text);
  border-radius: 0.5rem;
  margin-top: 4rem;
  padding: 3.75rem 2.5rem 3.125rem;
  background-color: #fee8e8;
}

.company-info__campaign-box p {
  text-align: center;
  margin: 0;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
}

.company-info__campaign-box a {
  margin-top: 2.5rem;
  display: block;
  transition: 0.3s;
}

.company-info__campaign-box a:hover {
  opacity: 0.6;
}

.company-info__campaign-ttl {
  text-align: center;
  position: absolute;
  top: -1.6875rem;
  left: 0;
  width: 100%;
  z-index: 1;
}

.company-info__campaign-ttl > span {
  display: inline-flex;
  justify-content: center;
  width: 36.4375rem;
  height: 3.6875rem;
  background-image: url(../img/cm_ribbon_red.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
}

.company-info__campaign-ttl > span > span {
  padding-top: 0.5625rem;
  font-size: 1.25rem;
}

/* テーブル2 */

.table2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border: 2px solid var(--Text);
}

.table2__cel {
  display: flex;
  flex-direction: column;
}

.table2__cel p {
  flex: 1;
}

.table2__cel p:first-child {
  background-color: var(--Text);
  color: #fff;
  min-height: 2.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: bold;
}

.table2__cel p:last-child {
  min-height: 3.0625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.table2__cel p:last-child img {
  width: 1.25rem;
  margin: 0 auto;
}

.table2__cel:not(:nth-child(4n)) p:first-child {
  border-right: 1px solid #fff;
}

.table2__cel:not(:nth-child(4n)) p:last-child {
  border-right: 1px solid var(--Text);
}

.company-list__item:nth-child(1) .table2__cel:nth-child(2) p:last-child,
.company-list__item:nth-child(1) .table2__cel:nth-child(4) p:last-child,
.company-list__item:nth-child(1) .table2__cel:nth-child(5) p:last-child,
.ranking__No1 .table2__cel:nth-child(2) p:last-child,
.ranking__No1 .table2__cel:nth-child(4) p:last-child,
.ranking__No1 .table2__cel:nth-child(5) p:last-child {
  color: var(--Main);
}

.company-list__item:nth-child(3) .table2__cel:nth-child(2) p:last-child,
.company-list__item:nth-child(3) .table2__cel:nth-child(4) p:last-child,
.company-list__item:nth-child(3) .table2__cel:nth-child(5) p:last-child,
.company-list__item:nth-child(3) .table2__cel:nth-child(6) p:last-child {
  color: var(--Main);
}

.company-list__item:nth-child(5) .table2__cel:nth-child(5) p:last-child {
  color: var(--Main);
}

/* テーブル3 */

.table3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  border: 2px solid var(--Text);
}

.table3__title {
  grid-column: 1/6;
  background-color: var(--Text);
  color: #fff;
  min-height: 2.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

.table3__cel {
  display: flex;
  flex-direction: column;
}

.table3__cel p {
  flex: 1;
}

.table3__cel p:first-child {
  background-color: #183d7a;
  color: #fff;
  min-height: 2.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: bold;
}

.table3__cel p:last-child {
  min-height: 3.0625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.table3__cel p:last-child img {
  width: 1.25rem;
  margin: 0 auto;
}

.table3__cel:not(:nth-child(6n)) p:first-child {
  border-right: 1px solid #fff;
}

.table3__cel:not(:nth-child(6n)) p:last-child {
  border-right: 1px solid var(--Text);
}

/* 吹き出し付きのCTAボタン */

.cta-btn {
  text-align: center;
}

.cta-btn a.btn-main {
  overflow: hidden;
  max-width: 600px;
  width: 100%;
  height: 54px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
}

.cta-btn a.btn-main .sm {
  font-size: 0.75rem;
  font-weight: initial;
}

.cta-btn a.btn-main::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 10%,
    rgba(255, 255, 255, 0.5) 100%,
    rgba(255, 255, 255, 0) 0%
  );
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

.cta-btn__message {
  font-size: 1.25rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
  max-width: 40rem;
  line-height: 1.5;
}

.cta-btn__message::before,
.cta-btn__message::after {
  position: absolute;
  top: 50%;
  content: "";
  display: inline-block;
  width: 5rem;
  height: 1.875rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.cta-btn__message::before {
  left: -1.875rem;
  transform: translate(-100%, -50%);
}

.cta-btn__message::after {
  right: -1.875rem;
  transform: translate(100%, -50%);
}

.cta-btn__wrap {
  margin-top: 0.5rem;
  display: flex;
  gap: 5px;
  align-items: flex-end;
  padding-right: 20px;
  padding-left: 20px;
}

.btn__more {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 4px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 310px;
  width: 100%;
  position: relative;
  height: 54px;
  font-size: 0.875rem;
  gap: 3px;
  align-items: center;
  box-shadow: 0 3px 0 rgb(51, 51, 51);
  border: solid #333;
  border-width: 1px 1px 0 1px;
}

.btn__more img {
  width: 12px;
  height: 8px;
}

.btn-main {
  font-weight: bold;
}

.cta-btn__wrap a {
  line-height: 1.5;
}

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

/* セクション背景 */

.conditions {
  position: relative;
  background-image: url(../img/cm_bg_plaid_white.jpg);
  background-size: cover;
  padding: 5rem 0 1.875rem;
}

.conditions::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12.5rem;
  height: 12.5rem;
  background-image: url(../img/ct_bg_orange.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(-90deg);
}

.conditions::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 12.5rem;
  height: 12.5rem;
  background-image: url(../img/ct_bg_orange.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.conditions__box {
  margin-top: 4.0625rem;
}

.conditions__box.balloon-box {
  padding: 2.5rem 2.5rem 1.875rem;
}

.conditions__list dl {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  line-height: 1.5;
}

.conditions__list dl:nth-child(n + 2) {
  margin-top: 0.625rem;
}

.conditions__list dt {
  color: var(--Main);
  margin-right: 0.625rem;
}

.conditions__list dd {
  margin: 0;
  flex: 1;
}

/* 検索結果 */

.result {
  padding-top: 0.625rem;
  padding-bottom: 3.75rem;
}

.result__num {
  font-weight: bold;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.result__num span {
  font-size: 1.25rem;
}

.result__table {
  margin-top: 0.625rem;
}

.result .card.id_1 {
  background-color: #fffdeb;
}

.result .card {
  position: relative;
}

.card.id_1 .card__rank::before {
  content: "";
  display: inline-block;
  background: url(../img/cm_crown_rank1.png) no-repeat center / 90px 75px;
  width: 90px;
  height: 75px;
}

.result .card.card--smaluna .card__table-official--result,
.result .card.card--smaluna .card__box-ttl--result,
.result .card.card--pillu .card__box-ttl--result,
.result .card.card--east .card__bnr-catch--result,
.result .card.card--east .card__box-ttl--result,
.result .card.card--mederi .card__bnr-catch--result,
.result .card.card--mederi .card__box-ttl--result,
.result .card.card--kics .card__bnr-catch--result,
.result .card.card--kics .card__box-ttl--result,
.result .card.card--pill-online .card__bnr-catch--result,
.result .card.card--pill-online .card__box-ttl--result,
.result .card.card--matono .card__bnr-catch--result,
.result .card.card--matono .card__box-ttl--result {
  display: none;
}

/* 再検索 */

.re-search {
  background-image: url(../img/cm_bg_plaid.jpg);
  background-size: cover;
  padding: 3.75rem 0;
}

.re-search__title {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid var(--Main);
  margin: 0;
}

.re-search__form {
  margin-top: 2.5rem;
}

/* トップに戻るボタン */

.top-btn {
  text-align: center;
  padding: 3.75rem 0;
}

.top-btn a {
  padding: 1.125rem 1.875rem;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border-radius: 0.5rem;
  font-weight: bold;
  border: 1px solid var(--Text);
  transition: 0.3s;
  color: var(--Text);
}

.top-btn a:hover {
  opacity: 0.6;
}

/* ==========================================================================
  クッションページ
  =========================================================================== */

.content {
  background-color: #ecf2fe;
  min-height: 100vh;
  padding: 36px 20px;
  box-sizing: border-box;
}

.content__head-ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
}

.content__inner {
  max-width: 340px;
  margin-right: auto;
  margin-left: auto;
}

.content__loader {
  margin-top: 34px;
}

.content__main {
  margin-top: 40px;
}

.content__link {
  margin-top: 18px;
  text-align: center;
}

.content__link a {
  font-weight: bold;
  font-size: 14px;
  color: #1a0dab;
}

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

.loader,
.loader:after {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.loader {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 6px solid rgba(255, 255, 255, 0.2);
  border-right: 6px solid rgba(255, 255, 255, 0.2);
  border-bottom: 6px solid rgba(255, 255, 255, 0.2);
  border-left: 6px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=style_pc.css.map */

/* コラム記事 h2タイトル */

.article h2 {
  background-color: #004f95;
  font-size: 1.75rem;
  line-height: 1.5;
  padding: 1.25rem;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  position: relative;
  margin-bottom: 0;
  color: #fff;
}

.article h2::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #fff;
}

/* コラム記事 h3タイトル */

.article h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  color: #004f95;
  border-bottom: 3px solid #e0d5ac;
  margin-bottom: 0;
}

/* コラム記事 表レイアウト用 */

.article .table-wrapper {
  margin-top: 1em;
}

/* コラム記事 本文テキスト */

.article .inner > p {
  font-size: 1rem;
  line-height: var(--Lh-L);
  margin-bottom: 0;
}

/* コラム記事 番号付きリスト */

.article ol {
  counter-reset: number;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.article ol li {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
}

.article ol li p {
  margin: 0;
}

.article ol li:nth-child(n + 2) {
  margin-top: 1.25rem;
}

.article ol li:before {
  margin-right: 0.625rem;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  font-weight: bold;
  font-size: 1.25rem;
  background-image: url(../img/cm_number-list_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
}

/* 注釈 */

.article .caution {
  font-size: 10px;
  color: var(--grey);
  line-height: var(--Lh-S);
}

.article .table .caution {
  margin-top: 2px;
}

.article .table + .caution {
  margin-top: 0.75em;
}

.article .caution + p {
  margin-top: 0.75em;
}

.article .marker {
  background-color: #ffe78a;
  font-weight: bold;
}

/* ==========================================================================
fix20220818 
=========================================================================== */

/*マーカー*/

body.fix20220818 .marker {
  background: linear-gradient(transparent 70%, #ffe300 0%);
  display: inline;
  font-weight: bold;
}

/* 赤文字 */

body.fix20220818
  .company-list__item:nth-child(5)
  .table2__cel:nth-child(5)
  p:last-child,
body.fix20220818
  .company-list__item:nth-child(3)
  .table2__cel:nth-child(2)
  p:last-child,
body.fix20220818
  .company-list__item:nth-child(3)
  .table2__cel:nth-child(4)
  p:last-child,
body.fix20220818
  .company-list__item:nth-child(3)
  .table2__cel:nth-child(5)
  p:last-child,
body.fix20220818
  .company-list__item:nth-child(3)
  .table2__cel:nth-child(6)
  p:last-child,
body.fix20220818
  .company-list__item:nth-child(1)
  .table2__cel:nth-child(2)
  p:last-child,
body.fix20220818
  .company-list__item:nth-child(1)
  .table2__cel:nth-child(4)
  p:last-child,
body.fix20220818
  .company-list__item:nth-child(1)
  .table2__cel:nth-child(5)
  p:last-child,
body.fix20220818 .ranking__No1 .table2__cel:nth-child(2) p:last-child,
body.fix20220818 .ranking__No1 .table2__cel:nth-child(4) p:last-child,
body.fix20220818 .ranking__No1 .table2__cel:nth-child(5) p:last-child {
  color: var(--Main);
  font-weight: bold;
}

/* ==========================================================================
20220901　追加
=========================================================================== */

body.fix20220818 .check-list li::before,
.check-list li::before {
  margin-right: 1rem !important;
  position: relative;
  top: 0.4rem !important;
}

.company-info__tag {
  display: flex;
  margin-top: 1.25rem;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.company-info__tag li {
  text-align: center;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0.25rem 0.75rem;
  width: fit-content;
  gap: 0.5rem;
  background-color: #f5f1f1;
  color: #aaaaaa;
  border-radius: 100px;
}

.company-info__tag li.on {
  background-color: var(--Sub);
  color: #383838;
}

.table3__cel:last-of-type p:first-of-type,
.table3__cel:last-of-type p:last-of-type {
  border-right: none;
}

.table4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  border: 2px solid #383838;
}

.table4__cel.ttl {
  background-color: #183d7a;
  color: #fff;
  min-width: 87px;
}

.table4__cel.ttl p + p {
  border-top: 1px solid #fff;
}

.table4__cel {
  text-align: center;
}

.table4__cel p {
  min-height: 2.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: bold;
}

.table4__cel:not(.ttl) p + p {
  border-top: 1px solid #383838;
}

.table4__cel p:first-of-type {
  background-color: #183d7a;
  color: #fff;
}

.table4__cel:not(:nth-child(5n)) p:first-child {
  border-right: 1px solid #fff;
}

.table4__cel:not(:nth-child(5n)) p:not(:first-child) {
  border-right: 1px solid #383838;
}

.company-info__table4 {
  margin-top: 1.25rem;
}

.company-list__item-01 {
  background-color: #fffce0;
  padding: 20px 0;
  border: 2px solid #977c45;
  border-radius: 6px;
}

.company-list__item-01 .company-info__ttl-wrap {
  background: none;
  border: none;
}

.ranking__new .company-list__item .table2__cel p:last-of-type {
  color: #000 !important;
}

.ranking__new .company-list__item .table2__cel p.red {
  color: #bd0812 !important;
}

.ranking__new .red {
  color: #bd0812 !important;
}

.ranking__new .red__bg {
  background-color: #bd0812 !important;
}

.table2__cel p,
.table2__cel p:first-child,
.table2__cel p:last-child,
.table3__cel p,
.table3__cel p:first-child,
.table3__cel p:last-child,
.table4__cel p {
  font-size: 0.75rem;
}

.company-info__best {
  background-color: #f5f1f1;
  padding: 15px 8px 24px;
  box-sizing: border-box;
  margin: 20px -12px 0;
}

.company-info__best-ttl {
  color: #bd0816;
  font-size: 1.15rem;
  font-weight: bold;
  text-align: center;
}

.company-info__best-itemTtl {
  background-color: #fff;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
}

.company-info__best-list {
  margin: 15px -2px 0;
  text-align: center;
}

.company-info__best-item {
  width: calc(33% - 8.8px);
  min-width: 112px;
  margin: 0 3.4px;
  display: inline-block;
}

.company-info__best-item:nth-last-of-type(1) {
  margin-right: 0;
}

.company-info__best-itemIcon {
  width: 100%;
  margin: 20px auto 5px;
  text-align: center;
  font-weight: bold;
  font-size: 0.75rem;
}

.company-info__best-itemIcon img {
  display: block;
  margin: 0 auto 15px;
  height: 48px;
  width: auto;
  vertical-align: bottom;
  font-size: 0.75rem;
}

.company-info__best-itemBtn a {
  background-color: var(--Sub);
  font-size: 0.75rem;
  padding: 0.5rem 0;
  color: #fff;
  border: none;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
  display: block;
  text-align: center;
  border-radius: 0.3rem;
  position: relative;
  box-shadow: 0 0.2rem 0 #074396;
  overflow: hidden;
}

.company-info__best-itemBtn a::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 10%,
    rgba(255, 255, 255, 0.5) 100%,
    rgba(255, 255, 255, 0) 0%
  );
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.company-info__best-itemBtn a:hover {
  opacity: 0.6;
  cursor: pointer;
}

.company-info__best + .company-info__box {
  margin-top: 2.76rem;
}

/* ==========================================================================
コラム .article 
=========================================================================== */

:root {
  --spacing-half: 0.5em;
  --spacing-1: 1em;
  --spacing-2: 1.5em;
  --spacing-3: 2em;
  --Lh-L: 1.8;
  --Lh-M: 1.5;
  --Lh-S: 1.3;
}

/* 見出し */

.article h1 {
  margin-top: 1em;
  color: #004f95;
  font-size: 2.1rem;
  line-height: var(--Lh-S);
}

.article h2 {
  margin-top: 1.5em;
  line-height: var(--Lh-S);
}

.article h3 {
  margin-top: 1em;
  line-height: var(--Lh-M);
}

.article h4 {
  margin-top: 1em;
  font-size: 1rem;
  line-height: var(--Lh-M);
  border-left: solid 4px #e0d5ac;
  padding: 8px 20px;
}

.article .img {
  margin: 1em auto 0;
}

.article .img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.article p {
  margin-top: 1.5em;
  line-height: 1.8;
}

.article p + p {
  margin-top: 0.75em;
}

.article .marker {
  background-color: #ffe78a;
  font-weight: bold;
}

/* 箇条書き */

.listbox {
  margin-top: var(--spacing-2);
}

.listbox li {
  line-height: var(--Lh-M);
  display: flex;
  font-weight: bold;
  margin-top: 1em;
}

.listbox li::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 8px;
  flex-shrink: 0;
  background-image: url("../img/check.png");
}

/* テーブル */

.article .table {
  border-top: 2px solid #707070;
  border-bottom: 2px solid #707070;
  margin-top: var(--spacing-2);
  width: 100%;
  line-height: var(--Lh-M);
}

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

.article .table th,
.article .table td {
  font-size: 12px;
  line-height: var(--Lh-M);
  text-align: center;
  padding: 0.5em;
  color: #000000;
  border: 1px dotted #c6bc97;
}

.article .table thead th {
  background: #e8debb;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 1.25em;
}

.article .fixedTh {
  width: calc(6em + 16px);
}

.article .table tbody th {
  background: #f7f7f7;
  width: calc(6em + 16px);
  min-width: 120px;
}

.article .table tbody th,
.article .table tbody td {
  border-bottom: 1px dotted #c6bc97;
  border-left: none;
}

.article .table tbody td {
  border-right: 1px solid #c6bc97;
  width: auto;
}

.article .table tbody tr:nth-of-type(1) th,
.article .table tbody tr:nth-of-type(1) td {
  border-top: 1px solid #c6bc97;
}

.article .table tbody tr:last-child th,
.article .table tbody tr:last-child td {
  border-bottom: none;
}

.article .table tbody td:last-child {
  border-right: none;
}

.article .table tbody td:nth-of-type(1),
.article .table tbody td:nth-of-type(2) {
  border-right: 1px solid #c6bc97;
  border-left: none;
}

.article .table.col2 tbody td:last-child {
  border-right: none !important;
}

.article .scrollTable {
  overflow-x: scroll;
}

.article .scrollTable table {
  width: 1000px;
}

.article .scrollTable tbody th,
.article .scrollTable tbody td {
  width: 200px;
}

/* ==========================================================================
20220908追加
=========================================================================== */

/* 目的別ランキング一覧 */

.purpose {
  background: var(--Back);
  padding: 64px 20px;
}

.purpose__ttl {
  display: block;
  width: 46%;
  margin: 0 auto;
}

.purpose__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  width: calc(242px * 3 + 128px);
  margin: 56px auto 0;
}

a.purpose__item {
  display: block;
  width: 242px;
  transition: 0.3s;
}

a.purpose__item:hover {
  opacity: 0.6;
}

.table-grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.color {
  color: var(--Main);
}

.company-table {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0.625rem;
  border-top: 1px solid var(--Text);
  border-bottom: 1px solid var(--Text);
}

.company-table__icon {
  width: 40px;
  margin-bottom: 0.625rem;
}

.company-table dl {
  padding-bottom: 10px;
}

.company-table dl:not(.first-of-type) {
  border-left: 1px solid var(--Text);
}

.company-table dl:first-of-type {
  border-left: none;
}

.company-table dl:last-of-type {
  border-right: none;
}

.company-table dt {
  background-color: var(--Sub);
  text-align: center;
  font-size: 0.875rem;
}

.company-table dd {
  text-align: center;
  padding-top: 0.625rem;
  font-size: 0.875rem;
}

.company-table dd .color {
  font-weight: bold;
}

.company-table dd .sm {
  font-size: 0.75rem;
}

.table__list {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.table__list li {
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background-color: #cccccc;
  width: 3.125rem;
  height: 3.125rem;
  text-align: center;
  font-size: 0.625rem;
}

.table__list li.on {
  background-color: #f59a3f;
}

.table__link {
  font-weight: bold;
  text-decoration: underline;
  margin-top: 0.875rem;
  display: table !important;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.5;
  text-align: center;
}

.table .sm {
  font-size: 0.75rem;
}

.table p {
  line-height: 1.5;
}

.table__rank01 {
  background-color: #edea4b1a;
}

.card__rank__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.card__rank__header a {
  display: block;
  text-align: left;
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.75rem;
}

.icon__ranking {
  width: 120px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -27px;
}

.howto {
  background-color: var(--Sub);
  padding-bottom: 5rem;
}

.howto__list {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 2.5rem;
}

.howto__item {
  background-color: #fff;
  border-radius: 4px;
  padding: 0.3125rem;
  position: relative;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}

.howto__item__rank {
  position: absolute;
  top: -0.5rem;
  left: 0.625rem;
  width: 45px;
}

.howto__item__wrap {
  border-radius: 4px;
  padding: 0.625rem;
  border: 2px solid var(--Sub);
}

.howto__item__inner {
  padding: 0.9375rem;
  border: 1px dotted var(--Sub);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.howto__item-ttl {
  border-bottom: 1px solid var(--Main);
  padding-bottom: 0.3125rem;
  margin-bottom: 0.625rem;
  font-weight: bold;
}

.howto__item-ttl .color {
  font-weight: bold;
}

.howto__item-txt {
  font-size: 0.875rem;
  line-height: 1.5;
}

.howto__item-img {
  width: 105px;
  margin-bottom: 0.9375rem;
}

.matome .inner {
  max-width: 880px;
}

.matome__heading {
  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;
}

.matome__heading::before,
.matome__heading::after {
  content: "";
  width: 3px;
  height: 50%;
  background-color: #5adeef;
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.matome__heading::before {
  left: -3px;
}

.matome__heading::after {
  right: -3px;
}

.matome__bnr {
  margin-top: 0.9375rem;
  display: block;
  padding: 0 2.5rem;
}

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

.cm__check {
  position: relative;
  padding-left: 1.75rem;
  font-weight: bold;
}

.cm__check::before {
  content: "";
  display: block;
  background-image: url(../img/icon_check_men.png);
  min-width: 18px;
  max-width: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  height: 18px;
  top: 2px;
  padding-left: 1.75rem;
}

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

.page-lower {
  padding-top: 5rem;
}

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

.page-lower h1 {
  position: relative;
  text-align: center;
  max-width: 100vw;
  font-size: 2.1875rem;
  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_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 26.25rem;
  height: 3.625rem;
  z-index: -1;
}

.page-lower h1::before {
  left: 0;
}

.page-lower h1::after {
  right: 0;
}

.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.5rem;
  padding: 1rem 0;
  margin-top: 5rem;
}

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

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

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

.page-lower h3 {
  border-left: 4px solid #5adeef;
  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 1.25rem 1.5625rem;
  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;
}

.page-lower .cmn__table dl {
  flex: 1;
  border-right: 1px solid var(--Text);
}

.page-lower .cmn__table dt {
  background-color: var(--Sub);
  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;
}

.pankuz {
  margin-bottom: 24px;
}

.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;
}

.toTop {
  width: 72px;
  height: 72px;
  border-radius: 100px;
  background-color: #6d6d6d;
  border-bottom: 4px solid #333333;
  position: fixed;
  right: 24px;
  bottom: -200px;
  transition: all ease 0.4s;
  color: #fff;
  font-size: 14px;
  /* font-weight: bold; */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  z-index: 9998;
  justify-content: center;
  padding-top: 16px;
  opacity: 0.7;
  text-align: center;
  line-height: 1.2;
}

.toTop.active {
  bottom: 32px;
}

.toTop::before {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: rotate(-45deg) translateY(-50%);
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.cm__btn-wrap {
  margin-top: 20px;
}

.cm__btn-wrap p {
  margin-top: 0;
}

.cm__btn-wrap a {
  width: 100%;
}

.cm__btn-wrap .sm {
  font-size: 12px;
}

.cm__btn-normal {
  width: 100%;
  margin-top: 20px;
  height: 46px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.125rem;
}

/*# sourceMappingURL=style_pc.css.map */

/* ==========================================================================
20221114追加
=========================================================================== */

/* fv下コンテンツ */

.fv__ttl {
  display: block;
  width: 64%;
  margin: 8px auto 0;
}

.fv__list {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 8px;
  padding: 0;
}

.fv__list li {
  text-align: center;
  border: 2px solid #848383;
  width: calc((790px - 60px) / 3);
  border-radius: 8px;
  padding-bottom: 16px;
}

.fv__list li:first-child {
  background: #fffce0;
  border: 2px solid var(--Main);
}

.icon__fv {
  width: auto;
  height: 32px;
  margin-top: 28px;
}

.fv__list li:first-child .icon__fv {
  width: auto;
  height: 54px;
  margin-top: 6px;
}

.fv__logo,
.fv__bnr {
  background: #fff;
  width: calc(100% - 48px);
  margin: 0 24px;
  object-fit: contain;
}

.fv__logo {
  height: 96px;
  padding: 16px 0;
}

.fv__bnr {
  height: 96px;
  object-position: top;
}

.fv__list li p {
  font-size: 14px;
  text-align: center;
  padding-top: 8px;
}

a.fv__btn {
  font-size: 12px;
  border-bottom: 3px solid #369aa5;
  border-radius: 4px;
  width: 50%;
  margin-top: 8px;
  padding: 8px 0;
}

a.fv__btn::after {
  display: none;
}

/* ==========================================================================
20221115追加
=========================================================================== */

/* 注釈 */

.txt-notes {
  font-size: 0.625rem;
  color: var(--gray);
  margin-top: 8px;
}

.txt-notes + .txt-notes {
  margin-top: 0;
}

/* 種類・相場 */

.medicine-type {
  margin-top: 40px;
}

.medicine-type__img {
  background: #f8f6f2;
  width: 100%;
  height: 600px;
  object-fit: contain;
}

.medicine-type .txt-notes {
  width: 540px;
  margin-left: auto;
  margin-right: auto;
}

/* 目的別スライド */

.purpose-pill {
  width: 50%;
  margin: 20px auto 0;
}

.purpose-pill__ttl {
  display: block;
  width: 60%;
  margin: 0 auto;
}

.purpose-pill__contents {
  overflow: hidden;
}

.purpose-pill__list {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 8px;
}

.purpose-pill__list > li {
  background: #fff;
  border: 1px solid var(--Text);
  border-radius: 8px;
  width: 180px !important;
  height: auto !important;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 4px;
  padding-bottom: 8px;
}

.purpose-pill__list-ttl {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: var(--Main);
  border-bottom: 1px solid var(--Text);
  border-radius: 7px 7px 0 0;
  padding: 5px 0;
}

.purpose-pill__list-img {
  margin-top: 6px;
  padding: 0 24px;
}

.purpose-pill__tag {
  margin-top: 6px;
}

.purpose-pill__tag-ttl {
  font-size: 10px;
  line-height: 23px;
  text-align: center;
  background: var(--Back);
  height: 23px;
  margin: 0 10px;
}

.purpose-pill__tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  column-gap: 4px;
  margin-top: auto;
  padding: 0 18px;
}

.purpose-pill__tag-list > li {
  font-size: 11px;
  line-height: 24px;
  background: var(--Sub);
  border-radius: 50px;
  height: 24px;
  margin-top: 6px;
  padding: 0 9px;
}

.purpose-pill__tag-list > li.tag-orange {
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  color: var(--Main);
  height: 28px;
  padding: 0 13px;
  margin-top: 4px;
}

.purpose-pill__tag-list > li.tag-big {
  font-size: 12px;
  line-height: 28px;
  height: 28px;
  padding: 0 13px;
  margin-top: 4px;
}

.purpose-pill__img {
  display: block;
  width: 50%;
  margin: 8px auto 0;
  padding: 0 4px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: "" !important;
}

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

/* ========================================================
20111116 追加
=========================================================*/

/* ポジショニングマップ */

.positioningMap {
  width: 960px;
  margin: 24px auto 0;
}

.positioningMap__top {
  padding: 0 20px;
}

.positioningMap__top .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.positioningMap__top-subTtl {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.positioningMap__top-notes {
  font-size: 1rem;
  text-align: right;
  margin-top: 2px;
}

.positioningMap__top-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 36px;
  text-align: center;
  background: var(--Main);
  border-bottom: 4px solid #fdf8c8;
  height: 36px;
}

.positioningMap__inner {
  /*background: repeating-linear-gradient(90deg, var(--Back), var(--Back) 1px, transparent 1px, transparent 32px),
    repeating-linear-gradient(0deg, var(--Back), var(--Back) 1px, #fff 1px, #fff 32px);
  background-size: 32px 32px;
  background-position: 50% 50%;
  */
  width: 100%;
  aspect-ratio: 3 / 4;
  position: relative;
}

.positioningMap__inner::before {
  content: "";
  display: inline-block;
  background: #ffe300;
  border-radius: 50%;
  width: 32%;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 9%;
  right: 4%;
}

.positioningMap__inner::after {
  content: "";
  display: inline-block;
  background-image: url(../img/positioningmap_bg_men.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 483px;
  width: 100%;
  height: 83%;
  position: absolute;
  top: 17%;
  left: 29%;
  transform: translateX(-50%);
}

.positioningMap__label,
.positioningMap__subLabel {
  position: absolute;
  z-index: 2;
}

.positioningMap__subLabel {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.positioningMap__subLabel01 {
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
}

.positioningMap__subLabel02 {
  top: 51.5%;
  right: 3%;
}

.positioningMap__label-01,
.positioningMap__label-02 {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.positioningMap__label-01 {
  background: var(--Main);
  top: 6.5%;
  left: 35.5%;
  transform: translateX(-50%);
}

.positioningMap__label-02 {
  background: #aaa;
  top: 89%;
  left: 35.5%;
  transform: translateX(-50%);
}

.positioningMap__label-03,
.positioningMap__label-04 {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.positioningMap__label-03 {
  background: var(--Main);
  top: 77.8%;
  transform: translateY(-50%);
  right: 20px;
}

.positioningMap__label-04 {
  background: #aaa;
  top: 77.8%;
  transform: translateY(-50%);
  left: -32px;
}

.positioningMap__item-logo {
  width: auto;
  max-width: 100%;
  height: 20px;
  object-fit: contain;
}

.positioningMap__item-01 .positioningMap__item-logo {
  height: 38px;
}

.positioningMap__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #aaa;
  border-bottom: 4px solid #aaa;
  border-radius: 4px;
  max-width: 140px;
  padding: 6px 8px;
  position: absolute;
  z-index: 1;
}

a.positioningMap__item {
  text-decoration: none;
}

a.positioningMap__item:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.positioningMap__item-catch {
  font-size: 12px;
  margin: 4px 0 0;
  color: var(--Text);
}

.positioningMap__item-01 {
  display: inline-block;
  border-color: var(--Main);
  width: 200px;
  max-width: 200px;
  padding: 12px;
  z-index: 1;
  top: 22%;
  right: 4%;
}

.positioningMap__item-01::before {
  content: "";
  display: inline-block;
  background: url(../img/ico_crown.png) no-repeat center / auto 32px;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -94%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.positioningMap__item-01 img {
  width: auto;
  height: 22px;
}

.positioningMap__item-02 {
  top: 41%;
  left: 53%;
}

.positioningMap__item-03 {
  top: 42%;
  left: 16%;
}

.positioningMap__item-04 {
  top: 64%;
  right: 13%;
}

.positioningMap__item-05 {
  top: 62%;
  right: 59%;
}

.positioningMap__item-06 {
  right: 24%;
  top: 73%;
}

.positioningMap__item-link {
  display: block;
}

.positioningMap__item-link {
  display: block;
}

.positioningMap__top-ttl {
  font-size: 21px;
  line-height: 54px;
  height: 54px;
}

.positioningMap__inner {
  width: 55%;
  margin: 0 auto;
}

.positioningMap__item-logo {
  height: 36px;
}
/* ==========================================================================
  positioningMap / ポジショニングマップ （追記）
  =========================================================================== */

.positioningMap__back {
  background-image: linear-gradient(
      0deg,
      transparent calc(100% - 1px),
      #f0f0f0 calc(100% - 1px)
    ),
    linear-gradient(
      90deg,
      transparent calc(100% - 1px),
      #f0f0f0 calc(100% - 1px)
    );
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  padding-bottom: 30px;
}

/* .positioningMap__item-01::before, .positioningMap__inner::before {
    display: none;
  } */

.positioningMap__label-03,
.positioningMap__label-04 {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.positioningMap__label-01,
.positioningMap__label-02,
.positioningMap__label-03,
.positioningMap__label-04 {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.positioningMap__label-01 {
  background: #245aac;
  top: 5.5%;
}

.positioningMap__label-03 {
  background-color: #245aac;
  right: 34px;
}

.positioningMap__label-02,
.positioningMap__label-04 {
  background-color: #e5fdff;
  border: 1px solid #e1e2eb;
  color: var(--Text);
}

.positioningMap__top-subTtl {
  color: #f00000;
}

.positioningMap__top-ttl_ {
  text-align: center;
  padding: 7px 0 0;
}

.positioningMap__top-ttl-txt {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  width: 356px;
  background-color: #5adeef;
  border-radius: 300px;
  padding: 0 0 3px;
  text-align: center;
  box-shadow: 0 0 0 3px #5adeef;
  border: 1px solid #fff;
}

.positioningMap__top-notes {
  text-align: center;
  color: var(--Text);
  font-size: 0.75rem;
  margin: 10px auto 20px;
}

.positioningMap__subLabel01 {
  line-height: 1.5;
  text-align: center;
  top: 7%;
  left: 10%;
  transform: translateX(-50%);
}

.positioningMap__subLabel02 {
  line-height: 1.5;
  text-align: center;
  top: 68%;
  right: 0%;
}

.positioningMap__subLabel02 small {
  font-size: 0.01rem;
  position: relative;
  top: -5px;
}

.positioningMap__subLabel03 {
  right: 10%;
  color: var(--Text);
  font-size: 0.75rem;
  position: absolute;
  bottom: 16px;
  font-weight: normal;
}

.positioningMap__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #e1e2eb;
  border-bottom: 3px solid #e1e2eb;
  border-radius: 4px;
  max-width: 151px;
  padding: 6px 8px;
  position: absolute;
  z-index: 1;
}

.positioningMap__item.positioningMap__item-01 {
  display: inline-block;
  border-color: #5adeef;
  width: 242px;
  max-width: 244px;
  padding: 3px 8px;
  z-index: 1;
  top: 19%;
  right: -3%;
}

.positioningMap__item.positioningMap__item-02 {
  top: 50%;
  left: 50%;
}

.positioningMap__item.positioningMap__item-03 {
  top: 44%;
  left: 23%;
}

.positioningMap__item.positioningMap__item-04 {
  top: 66.5%;
  right: 57%;
}

.positioningMap__item.positioningMap__item-05 {
  top: 65%;
  right: 45%;
  max-width: 174px;
}

.positioningMap__item.positioningMap__item-06 {
  right: 24%;
  top: 73%;
  width: 92px;
}

.positioningMap__item.positioningMap__item-06 .positioningMap__item-logo {
  height: 48px;
}

.positioningMap__item.positioningMap__item-07 {
  right: 33%;
  top: 64%;
  width: 92px;
}
/* ==========================================================================
    20230824 positioningMap__label リベルサス用css追記 
  =========================================================================== */
.positioningMap__label-01-med {
  text-align: center;
  line-height: 1;
}
.positioningMap__label-01-med span {
  font-size: 0.825rem;
}
.positioningMap__subLabel01-med {
  line-height: 1.5;
  text-align: center;
  top: 7%;
  left: 15%;
}
.positioningMap__subLabel02-med {
  top: 68%;
  right: 7%;
}
/* =======================================================================
20231004 positioningMap 微調整
========================================================================== */
.positioningMap__item {
  padding: 12px 10px;
  border: 1px solid #ccc;
  border-bottom: 3px solid #ccc;
}
.positioningMap__item.positioningMap__item-07 {
  width: 110px;
}
.positioningMap__item-01 div {
  text-align: center;
  margin-top: 4px;
  color: var(--Text);
  font-weight: bold;
  font-size: 15px;
}
.positioningMap__item-01::before {
  top: -44%;
}
.positioningMap__inner::before {
  width: 44%;
  top: 7%;
  right: -2%;
}
.positioningMap__item.positioningMap__item-01 {
  padding: 12px 10px;
}
.positioningMap__label-01,
.positioningMap__label-02,
.positioningMap__label-03,
.positioningMap__label-04 {
  width: 80px;
  height: 80px;
}
/* ===================================================
20231101 positioningMap デジクリ追加
======================================================== */
.positioningMap__inner::after {
  background-image: url(../img/positioningmap_bg_men_pc.png);
  background-position: top left;
  width: 100%;
  height: 100%;
  top: 25%;
  left: 42%;
  transform: translateX(-50%);
}
.positioningMap__label-01 {
  top: 10.5%;
  left: 3.5%;
}
.positioningMap__label-03 {
  top: 85.8%;
  right: -16px;
}
.positioningMap__subLabel02-med {
  top: 76%;
  right: -1%;
}
.positioningMap__item {
  padding: 12px 16px;
}
.positioningMap__item.positioningMap__item-02 {
  top: 60%;
  left: 54%;
}
.positioningMap__item.positioningMap__item-03 {
  top: 40%;
  left: 2%;
}
.positioningMap__item.positioningMap__item-04 {
  top: 74.5%;
  left: -10%;
}
.positioningMap__item.positioningMap__item-07 {
  left: 48%;
  top: 70%;
}
.positioningMap__item-08 {
  top: 52%;
  left: 16%;
}


/* 市販NG */

.ng {
  background: #e9daa8;
  margin-top: 16px;
  padding-top: 4px;
  padding-bottom: 32px;
}

.ng__ttl {
  display: block;
  width: 375px;
  margin: 0 auto 0;
}

.ng__txtbox {
  text-align: center;
  width: 84%;
  margin: 8px auto 0;
}

.ng__txtbox-ttl {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 25px;
  color: #fff;
  display: inline-block;
  background: var(--Main);
  border-radius: 8px 8px 0 0;
  height: 25px;
  padding: 0 20px;
}

.ng__txtbox-txt {
  font-size: 0.875rem;
  line-height: 1.75;
  text-align: left;
  background: #fff;
  border: 1px solid var(--Main);
  border-radius: 4px;
  padding: 12px 16px;
}

/* ========================================================
20111118 追加
=========================================================*/

/* 費用タブパーツ */

.cost {
  background: var(--Back);
  padding: 16px 0 24px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 36px;
}

.header + .cost {
  margin-top: 0;
}

.cost__inner {
  width: 640px;
}

.cost__inner > p {
  margin: 16px 0 0;
  /* padding: 0 20px; */
}

.cost-table .cost__inner > p {
  line-height: 1.9;
  margin-top: 16px;
  font-size: 18px;
}

.cost__ttl {
  display: block;
  width: 54%;
  margin: 0 auto;
}

.cost-table .cost__ttl {
  width: 60%;
}

.cost::after {
  content: "";
  display: inline-block;
  border-top: 24px solid var(--Back);
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  position: absolute;
  bottom: -24px;
  left: 0;
  box-shadow: 0 -4px var(--Back);
}

.cost__catch {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.cost__tab {
  margin-top: 20px;
}

.cost-table .cost__tab {
  margin-top: 24px;
}

.cost__tab-btn {
  display: flex;
  justify-content: space-between;
  gap: 2px;
  margin: 16px 20px 0;
}

.cost__tab-btn li {
  border-bottom: 1px solid var(--Back);
  width: calc(100% / 3);
  height: 48px;
  z-index: 1;
}

.cost__tab-btn li a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.14;
  color: #fff;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  display: block;
  background: var(--Main);
  border-radius: 8px 8px 0 0;
  height: 100%;
  padding-top: 14px;
}

.cost-table .cost__tab-btn li a {
  color: var(--Text);
  background: #fff;
  border: 1px solid var(--Text);
  border-bottom: none;
}

.cost__tab-btn li a:hover {
  opacity: 1;
}

.cost__tab-btn li.active a,
.cost__tab-btn li.active02 a {
  color: var(--Text);
  background: #fff;
  border: 1px solid var(--Text);
  border-bottom: none;
}

.cost__tab-btn li.active02 a .cost__tab-btn_active {
  background: linear-gradient(transparent 70%, #ffe78a 0%);
  display: inline;
  font-weight: bold;
}

.cost__tab-btn li.active,
.cost__tab-btn li.active02 {
  position: relative;
  border-bottom: 1px solid var(--Text);
}

.cost__tab-btn li.active::after,
.cost__tab-btn li.active02::after {
  content: "";
  display: inline-block;
  background: #fff;
  width: calc(100% - 2px);
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 1px;
}

.cost__tab-contents {
  background: #fff;
  border-top: 1px solid var(--Text);
  padding: 32px 24px 20px;
  box-shadow: 0px 3px 6px rgb(0, 0, 0, 0.16);
  display: none;
  opacity: 0;
}

.cost__tab-contents img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.cost__tab-contents.is-active,
.cost__tab-contents.is-active02 {
  display: block;
  animation-name: displayAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ========================================================
20221125 追加
=========================================================*/

/* best3比較表（縦テーブル） */

.table-column {
  table-layout: fixed;
  border-collapse: collapse;
}

.verticalTable {
  width: 590px;
  margin: 0 auto;
}

.verticalTable__ttl {
  display: block;
  width: 440px;
  margin: 0 auto 10px;
}
.verticalTable__catch {
  text-align: center;
}

.verticalTable__table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 590px;
  height: 100%;
  margin-top: 8px;
  text-align: center;
}

.best__recommend {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #f00000;
  padding: 1px 6px;
  position: relative;
  top: 0px;
  left: 152px;
}
.best__recommend::after {
  content: "";
  border-top: 6px solid #f00000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
}

.verticalTable .verticalTable__table th,
.verticalTable .verticalTable__table td {
  font-size: 12px;
  border: none;
  border: 1px solid #ccc;
}

.verticalTable__table th {
  background-color: var(--Sub);
  width: 20%;
}

.verticalTable__table td {
  height: 100%;
  padding: 12px 10px;
}

.verticalTable__table > tbody > tr > td:nth-child(2) {
  background: #fffce0;
}

.verticalTable__table > tbody > tr:first-child {
  text-align: center;
}

.verticalTable__table-logo {
  height: 58px;
  object-fit: contain;
}

.verticalTable__table a:not(.btn-sub) {
  font-weight: bold;
  text-decoration: underline;
}

.table__official {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.table__official > p {
  height: 100%;
}

.verticalTable .table__btn .btn-main--arrow::before {
  right: 10px;
}

.verticalTable + section:not(.survey) {
  margin-top: 30px;
}

.comparison-effects {
  margin-top: 20px;
}
.comparison-effects__ttl {
  display: block;
  width: 440px;
  margin: 0 auto;
}
.comparison-effects .verticalTable__table {
  margin-top: 10px;
}

/* ========================================================
20221205 追加
=========================================================*/

/* 費用タブ内テーブル */

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

.table02 th,
.table02 td {
  line-height: 1.3;
  text-align: center;
  border: 1px solid var(--Text);
}

.table02 th {
  font-size: 18px;
  background: var(--Sub);
  padding: 10px;
}

.table02 td {
  font-size: 18px;
  padding: 16px 12px;
}

/* ========================================================
20221209 追加
=========================================================*/

/* 画像コンテンツ */

.img-contents {
  width: 640px;
  padding: 0 25px;
  margin: 32px auto 0;
}

.img-contents + section {
  margin-top: 32px;
}

/* ========================================================
20221212 追加
=========================================================*/

/* 地域名 */

.header h1 {
  position: relative;
}

.tiiki {
  color: var(--Text);
  letter-spacing: 0.05em;
  position: absolute;
  top: 45px;
  left: 54%;
  margin-left: -12%;
  transform: translateX(-50%);
  width: 239px;
  font-size: 36px;
  text-align: center;
  box-sizing: border-box;
}

/* インナー小 */

.inner--s {
  width: 640px;
  padding: 0 25px;
  margin: 32px auto 0;
}

.inner--s + * {
  margin-top: 32px;
}

/* ==========================================================================
  diet / 医療ダイエット
  =========================================================================== */

.bold {
  font-weight: bold;
}

.red {
  color: #f00000;
}
.blue {
  color: #5adeef;
}
.yellow {
  color: #ffe300;
}

.clear {
  clear: both;
  border: none;
  width: 1px;
  height: 1px;
  display: block;
}

.cmn__arrow {
  width: 108px;
  height: 20px;
  background-size: 108px 20px;
  background-image: url("../img/cmn_arrow_down_men.png");
  display: block;
  margin: 24px auto 14px;
}

/* ==========================================================================
  miniRanking / 横並びランキング　
  =========================================================================== */

.miniRanking {
  margin: 24.4px auto 0;
}

.miniRanking__inner {
  width: 760px;
  margin: 0 auto;
}

.miniRanking__ttl {
  width: 440px;
  margin: 0 auto;
}

.miniRanking__boxs {
  margin: 50px auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.miniRanking__box {
  text-align: center;
  display: inline-block;
  width: 240px;
  padding: 20px 24px 30px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 1px 1px 6px #ccc;
  vertical-align: top;
  position: relative;
}

.miniRanking__box::before {
  content: "";
  width: 60px;
  height: 48px;
  display: inline-block;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -27px;
  background-image: url("../img/cmn_ico_rank2_men.png");
  background-size: 60px 48px;
}

.miniRanking__box:nth-of-type(1)::before {
  background-image: url("../img/cmn_ico_rank1_men.png");
  width: 80px;
  height: 64px;
  background-size: 80px 64px;
  margin-left: -30px;
  top: -53px;
}

.miniRanking__box:nth-of-type(3)::before {
  background-image: url("../img/cmn_ico_rank3_men.png");
}

.miniRanking__box:nth-of-type(1) {
  background-color: #edea4b1a;
}

.miniRanking__box-ttl {
  font-size: 1.125rem;
  font-weight: bold;
  min-height: 52px;
}

.miniRanking__box-ttl a {
  text-decoration: underline;
}

.miniRanking__box-img {
  margin: 12px auto 0;
}

.miniRanking__box-txt {
  font-size: 0.85rem;
  margin-top: 8px;
  min-height: 48px;
}

.miniRanking__box .btn-sub {
}

.miniRanking__box-txtBold {
  min-height: 45px;
  font-size: 1rem;
  /* font-weight: bold; */
  margin-bottom: 10px;
}

/* .miniRanking__box:nth-of-type(1) .miniRanking__box-txtBold {
  color: #F00000;
} */

.miniRanking__sp {
  border-radius: 8px;
  border: 1px solid #e1e2eb;
  box-shadow: 1px 1px 6px #ccc;
}

.miniRanking__sp-item {
  vertical-align: top;
}

.miniRanking__sp-item a {
  font-weight: bold;
  text-decoration: underline;
}

.miniRanking__sp-item.rank01 {
  background-color: #edea4b1a;
  text-align: left;
  width: 50%;
  padding: 14px;
  box-sizing: border-box;
}

.miniRanking__sp-item.rank01 .miniRanking__box-txtBold {
  font-size: 0.85rem;
  color: #f00000;
  text-align: left;
}

.rank01 .miniRanking__sp-itemName {
  position: relative;
  padding-left: 40px;
  display: block;
  font-size: 0.85rem;
}

.rank01 .miniRanking__sp-itemImg {
  margin-top: 8px;
  display: block;
}

.rank01 .miniRanking__sp-itemName::before {
  content: "";
  display: block;
  width: 30px;
  height: 24px;
  background-image: url(../img/cmn_ico_rank1.png);
  background-size: 30px 24px;
  position: absolute;
  left: 0;
  top: 5px;
}

.miniRanking__box-txtBold {
  min-height: 45px;
  font-size: 1rem;
  /* font-weight: bold; */
  margin-bottom: 10px;
}

.miniRanking__sp-item.rank02,
.miniRanking__sp-item.rank03 {
  width: 48%;
  padding: 14px;
  box-sizing: border-box;
}

.miniRanking__sp-item.rank02 {
  border-bottom: 1px solid #ccc;
}

.rank02 .miniRanking__sp-itemImg,
.rank03 .miniRanking__sp-itemImg {
  display: inline-block;
  width: 64px;
  float: left;
}

.rank02 .miniRanking__sp-itemName,
.rank03 .miniRanking__sp-itemName {
  float: right;
  width: calc(100% - 70px);
  font-size: 0.75rem;
}

.rank02 .miniRanking__sp-itemName::before,
.rank03 .miniRanking__sp-itemName::before {
  content: "";
  display: block;
  width: 30px;
  height: 24px;
  background-image: url(../img/cmn_ico_rank2.png);
  background-size: 30px 24px;
  margin-bottom: 5px;
}
.rank03 .miniRanking__sp-itemName::before {
  background-image: url(../img/cmn_ico_rank3.png);
}

.rank02 .miniRanking__box-txt,
.rank03 .miniRanking__box-txt {
  clear: both;
  text-align: left;
  font-size: 0.75rem;
  margin-top: 8px;
}

/* ==========================================================================
  checkPoint / 料金×手軽さをCheck!
  =========================================================================== */

.checkPointTxt {
  margin: 80px auto 0;
}

.checkPoint__inner {
  width: 760px;
  margin: 0 auto;
}

.checkPointTxt {
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 1px 1px 6px #ccc;
  padding: 24px 60px 40px;
}

.checkPointTxt__ttl {
  width: 395px;
  margin: 0 auto;
}

.checkPointTxt__list {
  margin: 18px auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.checkPointTxt__list-item {
  width: 50%;
  max-width: 300px;
  display: inline-block;
  margin-bottom: 32px;
  padding-left: 52px;
  position: relative;
  font-weight: bold;
}

.checkPointTxt__list-item::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 35px;
  height: 31px;
  background-size: 35px 31px;
  background-image: url("../img/ct_checkPoint_ico01.png");
}

.checkPointTxt__list-item:nth-of-type(2)::before {
  background-image: url("../img/ct_checkPoint_ico02.png");
}

.checkPointTxt__list-item:nth-of-type(3)::before {
  background-image: url("../img/ct_checkPoint_ico03.png");
}

.checkPointTxt__list-item:nth-of-type(4)::before {
  background-image: url("../img/ct_checkPoint_ico04.png");
}

.checkPointTxt__matome {
  margin: 0 auto 0;
  color: var(--Text);
}

.checkPointTable {
  margin: 50px auto 0;
}

.checkPointTable__ttl {
  text-align: center;
}

.checkPointTable__ttl-txt {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  width: 356px;
  background-color: #5adeef;
  border-radius: 300px;
  padding: 2px 0;
  text-align: center;
  box-shadow: 0 0 0 3px #5adeef;
  border: 1px solid #fff;
}

.checkPointTable__table {
  width: 100%;
  margin: 24px auto 0;
  border: 1px solid #ccc;
  border-spacing: 0px;
  border-collapse: collapse;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}

.checkPointTable__table:nth-of-type(1) td {
  background-color: #edea4b1a;
}

.checkPointTable__table:nth-of-type(1) {
  margin-top: 12px;
}

.checkPointTable__table .checkPointTable__table-logo a::before {
  content: "";
  display: inline-block;
  width: 47px;
  height: 32px;
  background-image: url("../img/cmn_ico_rank1_men.png");
  background-size: 47px 32px;
  margin-right: 16px;
  position: relative;
  top: 3px;
}

.checkPointTable__table:nth-of-type(2) .checkPointTable__table-logo a::before {
  background-image: url("../img/cmn_ico_rank2_men.png");
}

.checkPointTable__table:nth-of-type(3) .checkPointTable__table-logo a::before {
  background-image: url("../img/cmn_ico_rank3_men.png");
}

.checkPointTable__table th,
.checkPointTable__table td {
  padding: 16px 12px;
  border: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
  font-size: 0.8rem;
  vertical-align: top;
}

.checkPointTable__table-logo {
  text-align: center;
}

.checkPointTable__table-logo a img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: 32px;
  margin: 0 auto;
}

.checkPointTable__table-data td {
  position: relative;
  padding-top: 30px;
  width: 33%;
}

.checkPointTable__table-ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 24px;
  background: #dadada;
  color: var(--Text);
  font-size: 0.755rem;
}

.checkPointTable__table-mark {
  display: block;
  width: 48px;
  height: 48px;
  margin: 8px auto;
}

.checkPointTable__table-redTxt {
  color: #f00000;
  font-weight: bold;
}

.checkPointTable__table .checkPointTable__table-btn {
  padding: 27px 16px 14px;
}

.checkPointTable__table-more,
.checkPointTable__table-link {
  display: inline-block;
}

.checkPointTable__table-more a {
  width: 244px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #5adeef;
  color: var(--Text);
  font-weight: bold;
  margin-right: 20px;
  padding-top: 11px;
  height: 54px;
  vertical-align: top;
  position: relative;
}

.checkPointTable__table-more a::after {
  content: "";
  width: 12px;
  height: 8px;
  display: inline-block;
  background-image: url("../img/cmn_ico_arrow_down_bl.png");
  position: absolute;
  background-size: 12px 8px;
  bottom: 10px;
  left: 50%;
  margin-left: -6px;
}

.checkPointTable__table-link a {
  width: 433px;
  display: inline-block;
  border-radius: 4px;
  height: 54px;
  line-height: 52px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background-color: #f00000;
  border: 1px solid #f00000;
  vertical-align: top;
  position: relative;
}

.checkPointTable__table-link a::before {
  content: attr(data-txt) "";
  text-align: center;
  display: block;
  position: absolute;
  color: var(--Text);
  width: 100%;
  top: -38px;
  height: 20px;
}

.checkPointTable__table-link a::after {
  content: "";
  width: 8px;
  height: 12px;
  display: inline-block;
  background-size: 8px 12px;
  background-image: url("../img/cmn_ico_arrow_right_wh.png");
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}

.checkPointMatome {
  background-color: #dadada;
  padding: 22px 20px;
  text-align: center;
}

.checkPointMatome__ttl {
  border-radius: 300px;
  background-color: #fff;
  padding: 11px 0;
  color: var(--Text);
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
}

.checkPointMatome__img {
  margin: 40px auto 0;
  width: 335px;
  position: relative;
}

.checkPointMatome__img::before {
  content: attr(data-txt) "";
  font-weight: bold;
  text-align: center;
  display: block;
  position: absolute;
  color: var(--Text);
  width: 100%;
  top: -26px;
  height: 20px;
  font-size: 0.8rem;
}

.checkPointMatome__img img:nth-of-type(2) {
  margin-top: 16px;
}

.checkPointMatome__btn {
  width: 100%;
  margin-top: 34px;
  color: #fff;
  text-shadow: 1px 1px #369aa5;
  letter-spacing: 0.05em;
  border: none;
  font-weight: bold;
  transition: 0.3s;
  text-align: center;
  background-color: #f00000;
  text-shadow: none;
  border: 1px solid #f00000;
  height: auto;
  border-radius: 4px;
  box-shadow: 1px 1px 2px #ffffff inset;
  filter: drop-shadow(2px 2px 4px #3f4f5f80);
}
.checkPointMatome__btn a {
  display: inline-block;
  width: 100%;
  padding: 16px 0;
  color: #fff;
}

.checkPointMatome__btn a::before {
  content: "";
  width: 8px;
  height: 12px;
  display: inline-block;
  background-size: 8px 12px;
  background-image: url("../img/cmn_ico_arrow_right_wh.png");
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}
.checkPointMatome__btn {
  overflow: hidden;
  position: relative;
}
.checkPointMatome__btn::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 10%,
    rgba(255, 255, 255, 0.5) 100%,
    rgba(255, 255, 255, 0) 0%
  );
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

/* ==========================================================================
  Refine_Search / 検索フォーム （追記）
  =========================================================================== */

.Refine_Search_Box_Ttl {
  /* width: 440px; */
  margin: 80px auto 0;
}

.header + .inner.diet .Refine_Search_Box_Ttl {
  margin-top: 20px;
}

.Refine_Search_Box_Input {
  margin: 16px auto 0;
  background-color: #dadada;
  padding: 16px 60px 32px;
  border-radius: 16px;
}

.diet
  #Refine_Search_Area
  .Refine_Search_Box_Input
  dl.Refine_Search_conditions_Area
  label {
  border-color: #5adeef;
}

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

.diet
  #Refine_Search_Area
  .Refine_Search_Box_Input
  dl.Refine_Search_conditions_Area
  label {
  height: 50px;
}

.diet #Refine_Search_Area .Refine_Search_Box_Input .condition_ttl {
  padding-left: 0;
}

.diet #Refine_Search_Area .Refine_Search_Box_Input .condition_ttl::after {
  display: none;
}

.diet
  #Refine_Search_Area
  .Refine_Search_Box_Input
  dl.Refine_Search_conditions_Area
  label {
  border: 1px solid #245aac;
}

.diet #Refine_Search_Area .on,
.diet #Refine_Search_Area .Refine_Search_Box_Input .on,
.diet #Refine_Search_Area .Refine_Search_Box_Input .on01,
.diet #Refine_Search_Area .Refine_Search_Box_Input .kodawari__list .selected {
  background-color: #ffe300 !important;
}

.diet
  #Refine_Search_Area
  .Refine_Search_Box_Input
  .input[type="radio"]:checked
  + span.radiobox:after,
.diet
  #Refine_Search_Area
  .Refine_Search_Box_Input
  .on
  input[type="radio"]
  + span.radiobox:after,
.diet
  #Refine_Search_Area
  .Refine_Search_Box_Input
  .on01
  input[type="radio"]
  + span.radiobox:after {
  background-color: #245aac;
  left: 51.2%;
}

.diet
  #Refine_Search_Area
  .Refine_Search_Box_Input
  input[type="radio"]
  + span.radiobox {
  border: 1px solid #245aac;
  margin-left: 10px;
}

.diet .Refine_Search_Box_Input .Refine_Search_submit input[type="submit"] {
  background: #f00000;
  width: 253px;
  height: 48px;
  right: 50%;
  margin-right: -126.5px;
  position: absolute;
}

/* ==========================================================================
  best / ランキング （追記）
  =========================================================================== */

.best {
  margin: 80px auto 0;
}

.best__ttl-wrap {
  text-align: center;
  background-color: #dadada;
}

.card__rank {
  padding: 0;
}

.best__ttl-wrap img {
  width: 440px;
  margin: 0 auto;
}

.best__cards {
  margin-top: 0;
}

.card::after,
.card .circle {
  display: none;
}

.card {
  border-top: none;
}

.card__rank__header > p {
  font-weight: bold;
}

.card__bnr-catch {
  background-color: #dadada;
  color: var(--Text);
  padding: 9px 12px;
}

.card__bnr-btn {
  background-color: #f00000;
  border-radius: 2px;
}

.btn-main--arrow::before {
  content: "";
  width: 8px;
  height: 12px;
  display: inline-block;
  background-size: 8px 12px;
  background-image: url(../img/cmn_ico_arrow_right_wh.png);
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  border: none;
  transform: none;
}

.btn-main--arrow {
  box-shadow: none;
}

.card__bnr a {
  display: block;
}

.card__bnr {
  padding: 0;
}

.card__table {
  border: none;
  border-top: 1px solid #e1e2eb;
  border-bottom: 1px solid #e1e2eb;
}

.card__table dl dt {
  border-right: 1px solid #e1e2eb;
  background-color: #e5fdff;
  color: var(--Text);
  font-size: 0.75rem;
  font-weight: normal;
  text-align: left;
  padding-left: 12px;
}

.card__table dl dd {
  border-left: none;
}

.card__table dl + dl {
  border-top: 1px solid #e1e2eb;
}

.card__tag li.on {
  background-color: #5adeef;
  color: #fff;
}

.card__point-catch {
  color: #245aac;
}

.card__point-ttl {
  color: #245aac;
  background-image: none;
  font-family: "Noto Sans JP";
  letter-spacing: normal;
}

.card__point-ttl::before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 67px;
  height: 24px;
  background-size: 67px 24px;
  background-image: url("../img/card_point-ttl_men.png");
  position: relative;
  top: 2px;
}

.card__box {
  border: 2px solid #5adeef;
  background-color: #e5fdff;
}

.card__box-ttl {
  font-size: 14px;
  font-weight: bold;
  color: #245aac;
}

.btn-main {
  background-color: #f00000;
  text-shadow: none;
  border: 1px solid #f00000;
  line-height: 64px;
  height: auto;
  border-radius: 4px;
  box-shadow: 1px 1px 2px #ffffff inset;
  filter: drop-shadow(2px 2px 4px #3f4f5f80);
}
a.btn-main {
  overflow: hidden;
}
a.btn-main::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 10%,
    rgba(255, 255, 255, 0.5) 100%,
    rgba(255, 255, 255, 0) 0%
  );
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

/* ==========================================================================
  howtochoice / 選びのポイントは？
  =========================================================================== */

.howtochoice {
  background-color: #dadada;
  padding: 20px 0 40px;
}

.howtochoice__inner {
  width: 760px;
  margin: 0 auto;
}

.howtochoice__ttl {
  width: 440px;
  margin: 0px auto;
}

.howtochoice__box {
  width: 100%;
  box-sizing: border-box;
  border-radius: 16px;
  padding: 24px 28px;
  box-sizing: border-box;
  background-color: #fff;
  margin: 24px auto 0;
  box-shadow: 1px 1px 6px #ccc;
}

.howtochoice__box-img {
  width: 280px;
  display: inline-block;
}

.howtochoice__box-txt {
  width: 400px;
  display: inline-block;
  margin-left: 20px;
  font-size: 0.85rem;
  vertical-align: top;
  line-height: 1.5;
  color: var(--Text);
}

.howtochoice__box-txtTtl {
  font-weight: bold;
  color: #245aac;
  margin-bottom: 8px;
  font-size: 1rem;
}

.howtochoice__btn {
  width: 100%;
  color: #fff;
  text-shadow: 1px 1px #369aa5;
  letter-spacing: 0.05em;
  border: none;
  font-weight: bold;
  transition: 0.3s;
  text-align: center;
  background-color: #f00000;
  text-shadow: none;
  border: 1px solid #f00000;
  height: auto;
  border-radius: 4px;
  box-shadow: 1px 1px 2px #ffffff inset;
  filter: drop-shadow(2px 2px 4px #3f4f5f80);
}
.howtochoice__btn a {
  display: inline-block;
  width: 100%;
  padding: 20px;
  color: #fff;
}

.howtochoice__btn a::before {
  content: "";
  width: 8px;
  height: 12px;
  display: inline-block;
  background-size: 8px 12px;
  background-image: url("../img/cmn_ico_arrow_right_wh.png");
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}
.howtochoice__btn {
  overflow: hidden;
  position: relative;
}
.howtochoice__btn::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 10%,
    rgba(255, 255, 255, 0.5) 100%,
    rgba(255, 255, 255, 0) 0%
  );
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

/* ==========================================================================
  comparison / 徹底比較
  =========================================================================== */

.comparison__inner {
  width: 960px;
  margin: 0 auto;
}

.comparison__ttl {
  width: 440px;
  margin: 0 auto;
}

.table__btn .btn-main--arrow::before {
  transform: none;
  border-top: none;
  border-right: none;
  transform: rotate(225deg) translateY(-50%);
}

.btn-sub {
  background-color: #f00000;
  border: 1px solid #f00000;
  box-shadow: 1px 1px 2px #ffffff inset;
  filter: drop-shadow(2px 2px 2px #3f4f5f80);
}

.comparison .table--1 tr:nth-child(1) th:nth-child(5) {
  width: 22.5%;
}

.comparison .table th {
  background-color: #dadada;
  color: var(--Text);
}

.comparison .table td,
.comparison .table th {
  border: 1px solid #e1e2eb;
}

.comparison .table__list li {
  font-size: 12px;
  font-weight: bold;
  background-color: #ffe300;
  color: var(--Text);
  opacity: 0.4;
}

.comparison .table__list li.on {
  color: var(--Text);
  opacity: 1;
}

.comparison__link a {
  display: block;
}

.comparison__link {
  margin: 40px auto;
  padding: 0;
  border: 1px solid #ccc;
}

.comparison__link-catch {
  background-color: #333;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  background-color: #e5fdff;
  color: #707070;
  padding: 9px 12px;
}

.comparison__link-btn {
  background: none;
  background-color: #4bbac6;
  border-radius: 2px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  background-color: #f00000;
  border-radius: 2px;
  box-shadow: none;
  filter: none;
}

.comparison__matome-ttl {
  text-align: center;
  margin: 32px auto 0;
}

.comparison__matome-ttlTxt {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  width: 356px;
  background-color: #5adeef;
  border-radius: 300px;
  padding: 0 0 3px;
  text-align: center;
  box-shadow: 0 0 0 3px #5adeef;
  border: 1px solid #fff;
}

.comparison__matome-txt {
  padding: 24px 30px 32px;
  background-color: #fff;
  border-radius: 16px;
  box-sizing: border-box;
  background-color: #fff;
  margin: 16px auto 0;
  box-shadow: 1px 1px 6px #ccc;
}

.comparison__matome-txtTtl {
  text-align: center;
  font-weight: bold;
  color: #245aac;
  font-size: 1.125rem;
}

.comparison__matome-txtImg {
  width: 280px;
  margin: 10px auto;
}

.comparison__matome-txtTxt {
  font-size: 18px;
  margin: 16px auto 0;
  line-height: 1.9;
}

/* ==========================================================================
  Refine_Search / 絞り込み検索フォーム
  =========================================================================== */

#re_form {
  background-color: #fff;
}

.shindan__block.re_form {
  max-width: 960px;
}

@media screen and (min-width: 641px) {
  .Refine_Search_Title {
    padding-bottom: 0;
    font-weight: bold;
  }
}

.Refine_Search_Title {
  text-align: center;
  padding: 7px 0 0;
}

.Refine_Search_Title-txt {
  display: inline-block;
  font-size: 1.15rem;
  font-weight: bold;
  color: #fff;
  width: 356px;
  background-color: #5adeef;
  border-radius: 300px;
  padding: 0 0 3px;
  text-align: center;
  box-shadow: 0 0 0 3px #5adeef;
  border: 1px solid #fff;
}

#Refine_Search_Area .Refine_Search_Box {
  overflow: hidden;
}

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

@media screen and (min-width: 641px) {
  #Refine_Search_Area dl.Refine_Search_conditions_Area {
    margin-bottom: 20px;
  }
}

#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 span {
  line-height: 1.7;
  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;
}

.way__list,
.price__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

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

@media screen and (min-width: 641px) {
  #Refine_Search_Area dl.Refine_Search_conditions_Area label {
    height: 56px;
  }
}

#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 input[type="radio"] + span.radiobox {
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #cdd6dd;
  flex-shrink: 0;
}

#Refine_Search_Area input[type="radio"]:checked + span.radiobox:after,
.on input[type="radio"] + span.radiobox:after,
.on01 input[type="radio"] + 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: #004bb1;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.way__list .way,
.price__list .price,
.kinds__list .kinds,
.mokuteki__list .mokuteki {
  position: relative;
  left: 6px;
}

.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 .radiobtn_text,
#Refine_Search_Area .checkbox_text {
  /* display: inline-block; */
  /* margin: 0.5em 2.5em 0.5em 0; */
  border: 1px solid #98a6b5;
  background-color: #fff;
  font-weight: bold;
}

.way__list label,
.price__list label {
  height: 40px;
  line-height: 1.3;
  padding-left: 10px;
}

.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;
}

#Refine_Search_Area input[type="checkbox"] + span.checkbox_icon {
  display: block;
  /* margin-right: 8px;
  margin-left: 9px; */
  position: relative;
}

.Refine_Search_Box_wrap {
  padding: 0 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: linear-gradient(to right, #f59a3f, #e56b2b);
  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;
}

/*検索フォーム　カスタム*/

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

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

.diet #Refine_Search_Area .condition_ttl:after {
  border-left: 3px solid #d09f52;
  background: none;
}

.diet #Refine_Search_Area .condition_ttl {
  padding-left: 10px;
}

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

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

.diet #Refine_Search_Area .Refine_Search_cta {
  position: relative;
}

.diet #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;
}

@media screen and (min-width: 1024px) {
  .Refine_Search_submit input[type="submit"] {
    right: 62%;
  }
}

/*検索フォーム*/

.diet .searchConditions__list-title::before {
  content: "";
  border-left: 3px solid #d09f52;
  background: none;
  width: 2px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

@media screen and (min-width: 641px) {
  .shindan__block .Refine_Search_Title {
    margin-top: 120px;
    padding-bottom: 0;
    font-weight: bold;
  }
}

.Refine_Search_Title {
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

#Refine_Search_Area .condition_ttl span {
  line-height: 1.7;
}

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

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

.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;
  max-width: 640px;
  width: 100%;
  border-radius: 4px;
  display: inline-block;
  /* margin: 0 auto; */
  position: relative;
  right: 48%;
  opacity: 0.6;
}

/*検索フォーム　カスタム*/

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

#re_form {
  margin-top: 40px;
  padding: 40px 0 0;
  background-color: #fff;
}

.shindan__block.re_form {
  max-width: 960px;
}

@media screen and (min-width: 641px) {
  .Refine_Search_Title {
    padding-bottom: 0;
    font-weight: 700;
  }
}

.Refine_Search_Title-txt {
  display: inline-block;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--Text);
  width: 356px;
  background-color: #5adeef;
  border-radius: 300px;
  padding: 0 0 3px;
  text-align: center;
  box-shadow: 0 0 0 3px #5adeef;
  border: 1px solid #fff;
}

#Refine_Search_Area .condition_ttl span {
  font-weight: 700;
  line-height: 1.7;
}

#Refine_Search_Area .condition_ttl:after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
}

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

#Refine_Search_Area input[type="checkbox"] + span.checkbox_icon,
span.noSubmit {
  display: block;
  position: relative;
}

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

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

.diet #Refine_Search_Area .condition_ttl:after,
.diet .searchConditions__list-title::before {
  border-left: 3px solid #d09f52;
  background: 0 0;
}

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

.diet .searchConditions__list-title::before {
  content: "";
  width: 2px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

@media screen and (min-width: 641px) {
  .shindan__block .Refine_Search_Title {
    margin-top: 120px;
    padding-bottom: 0;
    font-weight: 700;
  }
}

.Refine_Search_Title {
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

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

#Refine_Search_Area .multi-item .checkbox_text,
.Refine_Search_reset {
  background: 0 0;
  border: 0;
}

.Refine_Search_reset {
  padding: 0;
}

.kinds__list,
.mokuteki__list,
.kodawari__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 6px;
}


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

.diet #Refine_Search_Area .kinds__list,
.diet #Refine_Search_Area .mokuteki__list,
.diet #Refine_Search_Area .kodawari__list,
.diet #Refine_Search_Area .price__list,
.diet #Refine_Search_Area .way__list {
  gap: 10px;
}

.diet #Refine_Search_Area .multi-item {
  border-radius: 4px;
}

.diet #Refine_Search_Area .Refine_Search_cta {
  margin-top: 20px;
}


/* ==========================================================================
  resurt_form / 絞り込み検索ページ
  =========================================================================== */
body.result_page {
  font-feature-settings: "palt";
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.5;
  font-size: var(--FontSizePC);
  font-family: "Noto Sans JP";
  color: var(--Text);
}

.result_page img {
  width: 100%;
  /* height: auto; */
  vertical-align: bottom;
}

/* ------------------------------
パンくず
------------------------------ */

.result_page #CONTENTS #PANKUZU {
  background: #fff;
}

/*PANKUZU */

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

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

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

/* ------------------------------
コンテンツエリア
------------------------------ */

#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;
}

/*MV*/

.imgttl_searchresult {
  width: 375px;
  margin: 0 auto;
}

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

.imgttl_searchresult img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*　検索条件 */
.searchConditions {
  margin: 8px auto 24px;
}
.searchConditions__ttl {
  text-align: center;
  font-weight: bold;
  color: #245aac;
}
.searchConditions__table {
  margin: 8px auto 0;
  border: 1px solid #ccc;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
}
.searchConditions__table th,
.searchConditions__table td {
  border: 1px solid #ccc;
  padding: 8px 12px;
  vertical-align: top;
  font-size: 0.85rem;
}
.searchConditions__table th {
  background-color: #e5fdff;
  width: 124px;
  color: var(--Text);
  text-align: left;
  font-weight: normal;
}
.searchConditions__table td {
  font-weight: bold;
}

/* ランキング */
.result .card__inner {
  width: 760px;
}

.result .card.id_1 .card__rank::before {
  display: none;
}

.result .card__rank {
  display: block;
}

.result .card__rank__header {
  padding-left: 275px;
  display: block;
  position: relative;
  margin-bottom: -5px;
  font-size: 18px;
}

.result .card.id_1 .card__rank__header::before {
  content: "";
  display: inline-block;
  background: url(../img/cmn_ico_rank1_men.png) no-repeat center / 48px 32px;
  width: 48px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 215px;
  margin-top: 10px;
}

.card__rank__header > p {
  font-size: 18px;
  color: #3f4f5f;
  font-weight: bold;
}

.result .card__rank__header a {
  font-size: 1.15rem;
}

/*　件数 */

.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 span {
  font-size: 1rem;
}

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

.Refine_Result_Count .Refine_Result_Count_red {
  font-size: 2.5rem;
  font-weight: bold;
  color: #e80000;
  margin-right: 4px;
  vertical-align: baseline;
}

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

#way_group_txt,
#price_group_txt,
#kodawari_txt {
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
}

.return_form_area a {
  width: 195px;
  line-height: 40px;
  display: block;
  border-radius: 4px;
  color: #000;
  margin: 30px auto -10px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  background-color: #fff;
  text-decoration: none;
  border: 1px solid #000;
}

.return_form_area a::before {
  content: "";
  width: 8px;
  height: 12px;
  background-image: url("../img/ico_back.svg");
  display: inline-block;
  margin-right: 10px;
  position: relative;
  bottom: -1px;
}

/*　ソート　*/

.options_accordion_ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #fffce0;
  /* z-index: 9999; */
  overflow: hidden;
  text-indent: 0;
  font-size: 87%;
  position: relative;
  border-top: none;
  box-sizing: border-box;
  padding: 8px;
  justify-content: space-between;
  margin-right: 20px;
  margin-left: 20px;
  width: 100%;
  margin-bottom: 16px;
  border-radius: 4px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.options_accordion_ul li::marker {
  display: none;
}

.options_accordion_ul li.active {
  background-color: #eddcb0;
  color: #000;
  font-weight: bold;
}

.options_accordion_ul li {
  text-align: center;
  font-size: 14px;
  border-radius: 4px;
  position: relative;
}

.options_accordion_ul li.active a {
  color: #333;
  opacity: 1;
}

.options_accordion_ul li a {
  display: block;
  /* padding: 5px; */
  /* padding-left: 10px; */
  color: #000000;
  text-decoration: none;
  position: relative;
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
}

/* ==========================================================================
  20230208 checkPoint CTAボタン改修
  =========================================================================== */
.checkPointTable__table-link a {
  /* font-size: 16px; */
  line-height: 1.5;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.checkPointTable__table-link a::before {
  top: -22px;
}
.checkPointTable__table-link_name {
  font-size: 10px;
  font-weight: normal;
}

/* ==========================================================================
  20230214 checkコンテンツ追加
  =========================================================================== */
/* check */
.check {
  margin-top: 80px;
}
.check__box {
  line-height: 1.75;
  text-align: center;
  border: 2px solid var(--Text);
  width: 750px;
  padding: 45px 20px 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.check__box::before {
  content: "";
  display: inline-block;
  background: url(../img/ct_ttl_check_men.png) no-repeat top / 253px auto;
  width: 253px;
  height: 65px;
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
}
.check__box-ttl {
  font-size: 1.125rem;
}
.check__box-ttl + p {
  margin-top: 0.5em;
}

/* treatment */
.treatment {
  margin-top: 40px;
}
.treatment__ttl {
  display: flex;
  width: 600px;
  margin: 0 auto;
}
.treatment__inner {
  width: 880px;
  padding-top: 40px;
  margin: 0 auto;
  position: relative;
}
.treatment__recommend {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #f00000;
  padding: 1px 6px;
  position: absolute;
  top: 13px;
  left: 148px;
}
.treatment__recommend::after {
  content: "";
  border-top: 6px solid #f00000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
}
.treatment__table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 880px;
}
.treatment__table th,
.treatment__table td {
  font-size: 12px;
  text-align: center;
  border: 1px solid #ccc;
}
.treatment__table th {
  line-height: 1.33;
  padding: 2px;
}
.treatment__table td {
  vertical-align: top;
  padding: 10px 5px;
}
.treatment__table thead th {
  background: #efefef;
}
.treatment__table thead th:first-of-type {
  background: none;
  width: 100px;
}
.treatment__table tbody th {
  background: #e5fdff;
}
.treatment__table > thead > tr > th:nth-of-type(2) {
  border-top: 3px solid #f00000;
  border-left: 3px solid #f00000;
  border-right: 3px solid #f00000;
}
.treatment__table > tbody > tr > td:first-of-type {
  background: #edea4b1a;
  border-left: 3px solid #f00000;
  border-right: 3px solid #f00000;
}
.treatment__table > tbody > tr:last-of-type > td:first-of-type {
  border-bottom: 3px solid #f00000;
}
.treatment__table-icon {
  width: auto;
  height: 20px;
}
.treatment__table-catch {
  font-size: 10px;
  margin-left: -5px;
  margin-right: -5px;
}
.treatment__table-logo {
  width: 100%;
  height: 40px;
  padding: 5px 0;
  object-fit: contain;
}
.treatment__table .btn-sub {
  width: 80%;
  margin-top: 2px;
}
.treatment .comparison__matome-txt {
  width: 880px;
  margin-top: 25px;
}

/* ==========================================================================
20230220 FAQ追加
  =========================================================================== */
/* FAQ */
.faq {
  background: #dadada;
  width: 960px;
  margin: 30px auto 0;
  padding: 40px 0 70px;
}
.faq__ttl {
  display: block;
  width: 440px;
  margin: 0 auto;
}
.faq__list {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0;
  margin-bottom: 0;
}
.faq__item {
  text-align: center;
  width: 256px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
  padding: 20px 20px 24px;
  flex-shrink: 0;
}
.faq__item-q {
  width: 32px;
  height: auto;
}
.faq__item-ttl {
  font-size: 16px;
  font-weight: bold;
  color: #245aac;
  margin-top: 10px;
}
.faq__item-ttl span {
  border-bottom: 2px solid var(--Main);
  padding-bottom: 4px;
}
.faq__item-img {
  width: 102px;
  height: 88px;
  object-fit: contain;
  margin-top: 15px;
}
.faq__item-txt {
  font-size: 14px;
  text-align: left;
  margin-top: 10px;
}

/* ==========================================================================
  20230320 education osusume
  =========================================================================== */

.education {
  width: 580px;
  margin: 40px auto 20px;
}

.education__ttl {
  text-align: center;
  width: 440px;
  margin: 0 auto;
}

.education__desc {
  width: 580px;
  position: relative;
  margin: 0 auto;
  height: 135px;
}

.education__desc-img {
  width: 135px;
  height: 123px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.education__desc-txt {
  width: 430px;
  border-radius: 8px;
  padding: 20px 18px;
  box-sizing: border-box;
  box-shadow: 0px 0px 3px #ccc;
  position: absolute;
  bottom: 0;
  right: 0;
}

.education__table {
  width: 580px;
  display: flex;
  margin: 30px auto;
  gap: 40px;
}

.education__tableBox {
  width: 270px;
  display: table;
  border: 2px solid #5adeef;
  border-radius: 4px;
  overflow: hidden;
  border-spacing: 0px;
}

.education__tableBox-img th {
  text-align: center;
  color: #000000;
  background: #5adeef;
  padding: 3px 0 5px;
  font-size: 14px;
  height: 30px;
}
.education__tableBox-merit td,
.education__tableBox-demerit td,
.education__tableBox-img td {
  padding: 10px 30px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  min-height: 105px;
}

.education__tableBox-img td {
  position: relative;
}

.education__tableBox-merit td {
  min-height: 135px;
}

.education__tableBox-demerit td {
  padding-bottom: 25px;
  min-height: 115px;
}

.education__tableBox-img img {
  width: 180px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  bottom: 10px;
  left: 60%;
}

.education__tableBox-merit th {
  text-align: center;
  color: #000000;
  background: #5adeef;
  padding: 5px 0;
  font-size: 14px;
}

.education__tableBox-demerit th {
  text-align: center;
  color: #000000;
  background: #ff6060;
  padding: 5px 0;
  font-size: 14px;
  height: 30px;
}

.education__tableBox-meritListItem {
  text-align: left;
  position: relative;
  font-size: 14px;
  padding-left: 20px;
  margin-top: 7px;
}

.education__tableBox-meritListItem::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  left: 0;
  background-image: url(../img/cm_maru_ico.svg);
  top: 5px;
  background-repeat: no-repeat;
}

.education__tableBox-demeritListItem {
  text-align: left;
  position: relative;
  font-size: 14px;
  padding-left: 20px;
  margin-top: 7px;
}

.education__tableBox-demeritListItem::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  left: 0;
  background-image: url("../img/cm_sankaku_ico.svg");
  top: 5px;
  background-repeat: no-repeat;
}

.osusume {
  background-color: #dadada;
  padding: 40px 0;
}

.osusume__box {
  width: 440px;
  margin: 0px auto;
  box-shadow: 0px 0px 3px #ccc;
}

.osusume__box img {
  width: 100%;
}

/* ==========================================================================
  20230322 検索結果リンク削除
  =========================================================================== */
.noLink {
  font-weight: bold;
  color: #1a0dab;
  text-decoration: underline;
  position: relative;
  transition: all ease 0.3s;
}
.card__rank__header .noLink::after {
  content: " ＞";
}
.noLink:hover {
  opacity: 0.6;
}
.noLink a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
#CONTENTS
  > div:nth-child(9)
  > div
  > div
  > div
  > div.card__rank
  > div
  > span
  > a {
}
.result .card__rank__header a {
  font-size: 28px !important;
  /* display: block !important; */
}

.id_7 .noLink,
.id_8 .noLink,
.id_9 .noLink,
.id_10 .noLink,
.id_11 .noLink,
.id_12 .noLink,
.id_13 .noLink,
.id_14 .noLink,
.id_15 .noLink {
  font-weight: bold;
  color: var(--Text);
  text-decoration: none;
  position: relative;
  transition: all ease 0.3s;
}
.id_7 .card__rank__header .noLink::after,
.id_8 .card__rank__header .noLink::after,
.id_9 .card__rank__header .noLink::after,
.id_10 .card__rank__header .noLink::after,
.id_11 .card__rank__header .noLink::after,
.id_12 .card__rank__header .noLink::after,
.id_13 .card__rank__header .noLink::after,
.id_14 .card__rank__header .noLink::after,
.id_15 .card__rank__header .noLink::after {
  content: "";
}
.id_7 .noLink:hover,
.id_8 .noLink:hover,
.id_9 .noLink:hover,
.id_10 .noLink:hover,
.id_11 .noLink:hover,
.id_12 .noLink:hover,
.id_13 .noLink:hover,
.id_14 .noLink:hover,
.id_15 .noLink:hover {
  opacity: 1;
}
.id_7 .noLink a,
.id_8 .noLink a,
.id_9 .noLink a,
.id_10 .noLink a,
.id_11 .noLink a,
.id_12 .noLink a,
.id_13 .noLink a,
.id_14 .noLink a,
.id_15 .noLink a {
  display: none;
}
.card__box .noLink img {
  width: 291px;
  height: auto;
  max-height: 90px;
  object-fit: contain;
}

/* ==========================================================================
  20230414 続きを読むコンテンツ
  =========================================================================== */
.txtBox {
  margin-top: 20px;
}
.txtBox__ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #effbfe;
  border: 1px solid #ccc;
  padding: 10px;
}
.txtBox__txt {
  border: 1px solid #ccc;
  border-top: none;
  padding: 15px 20px 20px;
}
.txtBox__txt p + p {
  margin-top: 0.5em;
}
.insurance .card__hide {
  margin-top: 0;
}

body.medicine .checkPointTable {
  margin-top: 60px;
}

.readmore {
  width: 760px;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
  box-sizing: border-box;
  padding: 0;
}
.readmore__ttl {
  display: block;
  width: 440px;
  margin: 0 auto;
}
.readmore-content {
  position: relative;
  overflow: hidden;
  height: 112px;
  margin-top: 20px;
}
.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 118px;
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(255, 255, 255, 0.8) 50%,
    #fff 100%
  );
  background: linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(255, 255, 255, 0.8) 50%,
    #fff 100%
  );
  z-index: 1;
  margin: 0 auto;
}
.readmore-content p {
  font-size: 16px;
  line-height: 1.5;
}
.readmore-content p + p {
  margin-top: 1em;
}
.readmore-label {
  display: table;
  bottom: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0 auto;
  z-index: 2;
  margin-top: 24px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #3374cd;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  width: 120px;
  height: 40px;
  cursor: pointer;
}
.readmore-label::before {
  content: "詳しく見る";
  width: 100%;
}

.readmore-check {
  display: none;
}
.readmore-check:checked ~ .readmore-label {
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.readmore-check:checked ~ .readmore-label:before {
  content: "閉じる";
}
.readmore-check:checked ~ .readmore-content {
  height: auto;
}
.readmore-check:checked ~ .readmore-content::before {
  display: none;
}
.side_insu_wrap .readmore-label {
  width: 100%;
  max-width: 600px;
  height: 50px;
  bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #3f4f5f;
  background-color: #fff;
  border-radius: 4px;
  margin: 24px auto 0;
  color: #3f4f5f;
  font-size: 16px;
  padding: 16px;
  font-weight: bold;
}
.side_insu_wrap .readmore-label::after {
  content: "";
  display: block;
  background-image: url(../img/icon_plus.png);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
}
.side_insu_wrap .readmore-check:checked ~ .readmore-label::after {
  background-image: url(../img/icon_minus.png);
}

/* ==========================================================================
  20230419 画像教育コンテンツ
  =========================================================================== */
.img_contents {
  display: block;
  width: 600px;
  margin: 0 auto;
}
section + .img_contents {
  margin-top: 40px;
}
.education2 {
  width: 760px;
  margin: 30px auto 0;
}
/* 20230908追記 */
.education2__img {
  display: block;
  width: 600px;
  margin: 0 auto;
}
.education2__txt {
  width: 760px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.9;
}

/* ==========================================================================
  20230427 アンケート、口コミ
  =========================================================================== */
/* アンケート */
.survey {
  margin-top: 40px;
}
.survey__inner {
  width: 760px;
  padding: 0;
}
.survey__ttl {
  display: block;
  width: 440px;
  margin: 0 auto;
}
.survey-wrapper__sp-scroll {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 15px;
}
.survey-wrapper__sp-scroll img {
  width: calc((100% - 40px) / 3);
  border: 1px solid #e1e2eb;
}
.survey__inner > p {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.9;
}

/* 口コミ */
.kuchikomi {
  width: 760px;
  background: #e5fdff;
  padding-top: 20px;
  margin-top: 25px;
}
.kuchikomi + * {
  margin-top: 80px;
}
.kuchikomi-wrapper {
  padding-bottom: 48px;
}
.kuchikomi__ttl {
  display: block;
  width: 440px;
  margin: 0 auto;
}
.kuchikomi .readmore-content {
  margin-top: 5px;
}
.kuchikomi__inner {
  width: 600px;
  padding: 0;
}
.kuchikomi__subttl {
  display: block;
  width: 440px;
  margin: 0 auto;
}
.kuchikomi__list-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 15px;
}
.kuchikomi__list-item:nth-of-type(1) {
  margin-top: 15px;
}
.kuchikomi__list-item_prof {
  text-align: center;
  width: 80px;
  flex-shrink: 0;
  padding-top: 8px;
}
.kuchikomi__list-item_prof p {
  margin-top: 8px;
}
.kuchikomi__list-item_txt {
  font-weight: bold;
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  flex-grow: 1;
  position: relative;
}
.kuchikomi__list-item_txt::before {
  content: "";
  border-right: 16px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  left: -14px;
  top: 30px;
}
.kuchikomi__notes {
  font-size: 14px;
  margin-top: 15px;
}
.kuchikomi .readmore-label {
  width: 600px;
  margin-top: 0.625rem;
  border-radius: 4px;
  border: 1px solid var(--Text);
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* position: relative; */
  font-weight: bold;
  max-width: 880px;
  justify-content: center;
  cursor: pointer;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  transition: all ease 0.3s;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  color: var(--Text);
  bottom: -24px;
}
.kuchikomi .readmore-label::before {
  content: "口コミ評判を見る";
}
.kuchikomi .readmore-check:checked ~ .readmore-label:before {
  content: "口コミ評判を閉じる";
}
.kuchikomi .readmore-label::after {
  content: "";
  display: block;
  background-image: url(../img/icon_plus.png);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
}
.kuchikomi .readmore-check:checked ~ .readmore-label::after {
  background-image: url(../img/icon_minus.png);
}
.kuchikomi .readmore-content {
  height: 116px;
}
.kuchikomi .readmore-content::before {
  height: 130px;
}
.kuchikomi .readmore-check:checked ~ .readmore-label {
  position: absolute;
  transform: translateX(-50%);
}

/* ==========================================================================
  20230428 期待できる効果/作用
  =========================================================================== */
.expectation {
  margin-top: 40px;
}
.expectation__inner {
  width: 760px;
}
.expectation__ttl {
  display: block;
  width: 440px;
  margin: 0 auto;
}
.expectation img:not(.expectation__ttl img) {
  display: block;
  width: 550px;
  margin: 0 auto;
}
.expectation .cmn__arrow {
  width: 90px;
  height: 20px;
  background-size: 90px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.expectation__matome {
  background: #e5fdff;
  padding: 20px 0;
}

/* ==========================================================================
  20230516 検索結果ソート追加
  =========================================================================== */
.options_accordion_ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: #e5fdff;
  /* z-index: 9999; */
  overflow: hidden;
  text-indent: 0;
  position: relative;
  border-top: none;
  box-sizing: border-box;
  padding: 10px;
  justify-content: space-between;
  margin-right: 2rem;
  margin-left: 2rem;
  width: 100%;
  border-radius: 4px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
}
.options_accordion_ul li {
  text-align: center;
  font-size: 16px;
  border-radius: 4px;
  position: relative;
}
.options_accordion_ul li.active {
  font-weight: bold;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
}
.options_accordion_ul li a {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--grey);
  text-decoration: none;
  position: relative;
  border-radius: 4px;
  height: 36px;
  line-height: 1.3;
}
.options_accordion_ul li.active a {
  color: var(--text);
  opacity: 1;
}
/* ==========================================================================
  20230915 検索項目改修
  =========================================================================== */
#Refine_Search_Area input[type="radio"] + span.radiobox {
  margin-right: 8px;
}
.diet
  #Refine_Search_Area
  .Refine_Search_Box_Input
  .on03
  input[type="radio"]
  + span.radiobox:after {
  background-color: #245aac;
  left: 51.2%;
}
.diet #Refine_Search_Area .Refine_Search_Box_Input .on03,
.diet #Refine_Search_Area .Refine_Search_Box_Input .mokuteki__list .selected {
  background-color: #ffe300 !important;
}
.diet #Refine_Search_Area .Refine_Search_Box_Input .condition_ttl {
  margin: 10px 0 8px;
}
.multi-item {
  margin-bottom: 0px;
}
.diet
  #Refine_Search_Area
  .Refine_Search_Box_Input
  .mokuteki__list
  input[type="checkbox"]
  + span.checkbox_icon {
  margin-right: 0px;
  margin-left: 0px;
}
.diet
  #Refine_Search_Area
  > form
  dl
  dd.mokuteki__list
  label.checkbox_text::before,
.diet #Refine_Search_Area > form dl dd.type__list label.checkbox_text::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 20px;
  background-image: url(../img/ct_refineForm_check_deselect.svg);
  background-size: 20px 20px;
}

.diet
  #Refine_Search_Area
  > form
  dl
  dd.mokuteki__list
  label.checkbox_text.selected::before,
.diet
  #Refine_Search_Area
  > form
  dl
  dd.type__list
  label.checkbox_text.selected::before {
  background-image: url(../img/ct_refineForm_check_select-men.svg);
}
#Refine_Search_Area dd label {
  cursor: pointer;
}
/* ==========================================================================
  2023026 修正
  =========================================================================== */
.injectionTable .expectation__inner {
  padding: 0;
}
.injectionTable p {
  padding: 0 20px;
}
/* ==========================================================================
   20230616 GLP-1ダイエットの副作用/保険適応コンテンツ改修
  =========================================================================== */
.side_insu_wrap {
  margin-top: 80px;
  background-color: #e5fdff;
  padding: 30px 0;
}
.side_insu_wrap-bnr {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  display: block;
}
.sideInsu_box_wrap {
  margin-top: 24px;
  padding: 0 20px;
}
.sideInsu_box_wrap:not(:first-of-type) {
  margin-top: 56px;
}
.sideInsu_box_head {
  font-size: 20px;
  border-bottom: solid 1px #3f4f5f;
  font-weight: bold;
}
.sideInsu_box_txt_wrap {
  margin: 0;
}
.sideInsu_box_txt_wrap > p {
  font-size: 16px;
  line-height: 1.9;
}
.sideInsu_box_txt_wrap > p:not(:first-of-type) {
  margin-top: 20px;
}
.sideInsu_accent {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffe300 60%);
}
.sideInsu_box_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #3f4f5f;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 16px;
  position: relative;
}
.sideInsu_box_btn > p {
  font-size: 16px;
  padding: 16px;
  font-weight: bold;
}
.sideInsu_cross:first-of-type {
  width: 20px;
  height: 2px;
  background-color: #3f4f5f;
  position: absolute;
  right: 10px;
}
.sideInsu_cross:last-of-type {
  width: 2px;
  height: 20px;
  background-color: #3f4f5f;
  position: absolute;
  right: 18px;
}
.sideInsu_cross:last-of-type.close {
  opacity: 0;
}
.insurance_applied_wrap {
  border: solid 1px #3f4f5f;
  margin-top: 24px;
}
.insurance_applied_head {
  font-size: 14px;
  padding: 16px 0;
  border-bottom: solid 1px #3f4f5f;
  text-align: center;
  font-weight: bold;
}
.insurance_applied_txt {
  background-color: #fff;
  padding: 16px;
}
.insurance_applied_txt > ul {
  font-size: 16px;
}
.insurance_applied_txt > ul > li:not(:first-of-type) {
  padding-top: 3px;
}
.insurance_applied_txt > p {
  margin-top: 40px;
  font-size: 16px;
}
/* ==========================================================================
  20230703 pojitioningMap下のctaBtn追加
  =========================================================================== */
.positioningMapMatome {
  width: 760px;
  margin: 0 auto;
  background-color: #dadada;
  padding: 22px 20px;
  text-align: center;
}

.positioningMapMatome__ttl {
  border-radius: 300px;
  background-color: #fff;
  padding: 11px 0;
  color: var(--Text);
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
}

.positioningMapMatome__img {
  margin: 40px auto 0;
  width: 335px;
  position: relative;
}

.positioningMapMatome__img::before {
  content: attr(data-txt) "";
  font-weight: bold;
  text-align: center;
  display: block;
  position: absolute;
  color: var(--Text);
  width: 100%;
  top: -26px;
  height: 20px;
  font-size: 0.8rem;
}

.positioningMapMatome__img img:nth-of-type(2) {
  margin-top: 16px;
}
.positioningMap__btn {
  width: 100%;
  margin-top: 34px;
  color: #fff;
  text-shadow: 1px 1px #369aa5;
  letter-spacing: 0.05em;
  border: none;
  font-weight: bold;
  transition: 0.3s;
  text-align: center;
  background-color: #f00000;
  text-shadow: none;
  border: 1px solid #f00000;
  height: auto;
  border-radius: 4px;
  box-shadow: 1px 1px 2px #ffffff inset;
  filter: drop-shadow(2px 2px 4px #3f4f5f80);
}
.positioningMap__btn a {
  display: inline-block;
  width: 100%;
  padding: 16px 0;
  color: #fff;
}

.positioningMap__btn a::before {
  content: "";
  width: 8px;
  height: 12px;
  display: inline-block;
  background-size: 8px 12px;
  background-image: url("../img/cmn_ico_arrow_right_wh.png");
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}
.positioningMap__btn {
  overflow: hidden;
  position: relative;
}
.positioningMap__btn::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 10%,
    rgba(255, 255, 255, 0.5) 100%,
    rgba(255, 255, 255, 0) 0%
  );
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
/* ==========================================================================
  20230725 card__table-container 追加
  =========================================================================== */
.card__table-container {
  display: grid;
  grid-template-columns: 15% 35% 15% 35%;
  grid-template-areas:
    "ttl-visit txt-visit ttl-postage txt-postage"
    "ttl-time txt-time ttl-online txt-online"
    "ttl-medicine txt-medicine txt-medicine txt-medicine"
    "ttl-site txt-site txt-site txt-site";
  margin-top: 20px;
}
.card__ttl-visit {
  grid-area: ttl-visit;
}
.card__txt-visit {
  grid-area: txt-visit;
}
.card__ttl-postage {
  grid-area: ttl-postage;
}
.card__txt-postage {
  grid-area: txt-postage;
}
.card__ttl-time {
  grid-area: ttl-time;
}
.card__txt-time {
  grid-area: txt-time;
}
.card__ttl-online {
  grid-area: ttl-online;
}
.card__txt-online {
  grid-area: txt-online;
}
.card__ttl-medicine {
  grid-area: ttl-medicine;
}
.card__txt-medicine {
  grid-area: txt-medicine;
}
.card__ttl-site {
  grid-area: ttl-site;
}
.card__txt-site {
  grid-area: txt-site;
}

.card__ttl-visit,
.card__ttl-postage,
.card__ttl-time,
.card__ttl-online,
.card__ttl-medicine,
.card__ttl-site {
  padding: 10px;
  background: #effbfe;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  border-right: 1px solid #e1e2eb;
  border-top: 1px solid #e1e2eb;
}
.card__ttl-site {
  border-bottom: 1px solid #e1e2eb;
}
.card__txt-visit,
.card__txt-postage,
.card__txt-time,
.card__txt-online,
.card__txt-medicine,
.card__txt-site {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 20px;
  background: #fff;
  border-top: 1px solid #e1e2eb;
}
.card__txt-site {
  border-bottom: 1px solid #e1e2eb;
}
.card__table-container a {
  text-decoration: underline;
  height: 100%;
  font-weight: bold;
}
/* ==========================================================================
  20230901 osusumeKinds追加
  =========================================================================== */

.osusumeKinds {
  margin: 24.4px auto 0;
}

.osusumeKinds__inner {
  width: 760px;
  margin: 0 auto;
}

.osusumeKinds__ttl {
  width: 600px;
  margin: 0 auto;
}

.osusumeKinds__boxs {
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
}
.osusumeKinds__box {
  display: flex;
  flex-direction: column;
  text-align: center;
  border-radius: 8px;
  box-shadow: 2px 2px 8px #e1e2eb;
  box-sizing: border-box;
}

.osusumeKinds__box:nth-of-type(1) {
  border: 2px solid var(--Main);
}
.osusumeKinds__box:nth-of-type(2) {
  border: 2px solid #e3e0eb;
}
/* 左のボックス、飲み薬ならココ！部分 */
.osusumeKinds__box:nth-of-type(1) .osusumeKinds__box-txtCatch {
  background: var(--Main);
}
.osusumeKinds__box:nth-of-type(1) .osusumeKinds__box-txtCatch::before {
  content: "";
  background: url(../img/fukidashi_01.png) no-repeat;
  display: inline-block;
  height: 70px;
  width: 110px;
  background-size: contain;
  transform: translateY(-35px);
  margin-right: 10px;
}
/* 右のボックス、注射ならココ部分 */
.osusumeKinds__box:nth-of-type(2) .osusumeKinds__box-txtCatch {
  background: #e3e0eb;
}
.osusumeKinds__box:nth-of-type(2) .osusumeKinds__box-txtCatch::before {
  content: "";
  background: url(../img/fukidashi_03.png) no-repeat;
  display: inline-block;
  height: 70px;
  width: 70px;
  background-size: contain;
  transform: translateY(-35px);
  margin-right: 10px;
}
.osusumeKinds__box-txtCatch {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 1.25rem;
  font-weight: bold;
}

.osusumeKinds__box-inner {
  padding: 10px 20px 20px 20px;
  border-radius: 8px;
}

.osusumeKinds__box:nth-of-type(1) .osusumeKinds__box-inner {
  background-color: #fefbf2;
}

.osusumeKinds__box-ttl {
  font-size: 1rem;
}

.osusumeKinds__box-ttl a {
  font-weight: bold;
  text-decoration: underline;
}

.osusumeKinds__box-img {
  margin: 12px auto 0;
}

.osusumeKinds__box-txt {
  font-size: 0.875rem;
  margin: 16px 0 8px;
  font-weight: bold;
}

.osusumeKinds__box .btn-sub {
  width: 100%;
  padding: 16px;
  margin-top: auto;
  font-size: 0.875rem;
}

.osusumeKinds__box img {
  max-height: 204px;
  object-fit: contain;
}
.osusumeKinds .cmn__arrow {
  transform: translateY(-50%);
}
/* ========================================================
20230825 medicineComparison 追加
=========================================================*/
.medicineComparison {
  padding-top: 20px;
  padding-bottom: 25px;
}
.medicineComparison__ttl {
  text-align: center;
}
.medicineComparison__ttl-txt {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  width: 356px;
  margin: 0 auto;
  background-color: var(--Main);
  border-radius: 300px;
  padding: 0 0 3px;
  text-align: center;
  box-shadow: 0 0 0 3px var(--Main);
  border: 1px solid #fff;
}
.medicineComparison__tableInner {
  width: 600px;
  height: auto;
  margin: 20px auto 0;
}
.medicineComparison__img-txt {
  text-align: right;
}
.medicineComparison__txt {
  width: 760px;
  margin: 0 auto;
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.9;
}
/* 20230921 sideEffectsWrap 追記 */
.sideEffectsWrap {
  width: 100%;
  background-color: #e5fdff;
}
/* ========================================================
20240422 ポジショニングマップ調整
=========================================================*/
.positioningMap__item.positioningMap__item-01 {
  width: 210px;
}
.positioningMap__item-01 .positioningMap__item-logo{
  display: block;
  height: 36px;
  margin: 15px auto 12px;
}
.positioningMap__item-01 .btn-sub{
  width: 100%;
  margin-top: 5px;
  padding: 10px;
}
.positioningMap__item-01 small{
  display: block;
  text-align: center;
}
.positioningMap__inner::before {
  width: 60%;
  top: 10%;
  right: -13%;
}
.positioningMap__item-01::before {
  top: -22%;
}
/* 比較表調整 */
.verticalTable__table-logo {
  height: 25px;
}
.verticalTable div table tbody tr:nth-of-type(1) img{
  height: 50px;
  object-fit: contain;
}
/* 20240502 改修 */
.toRank {
  font-size: 12px;
  color: var(--Text);
  text-decoration: none;
  text-align: center;
  display: inline-block;
  background: #fff;
  border: 1px solid var(--Text);
  border-radius: 0.25rem;
  width: 100%;
  padding: 5px;
  margin-top: 5px;
  position: relative;
  text-decoration: none;
}
.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: 11%;
  transform: translateY(-50%) rotate(45deg);
}
.card__case{
  display: none;
}
.card.card--rank1 {
  padding-bottom: 40px;
}
/* ========================================================
20240508 MV下ミニランキング追加
=========================================================*/
.miniRanking__boxs{
  align-items: normal;
}
.miniRanking__box{
  display: flex;
  flex-direction: column;
  padding: 20px 12px 50px;
  position: relative;
  border: 1px solid #e3e0eb;
}
.miniRanking__box:nth-of-type(1) {
  border: 3px solid var(--Main);
}
.miniRanking__box .btn-sub{
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  padding: 10px;
}
.miniRanking__box:nth-of-type(2) .btn-sub,
.miniRanking__box:nth-of-type(3) .btn-sub {
  background-color: #fb7686;
  border: 1px solid #fb7686;
}
.miniRanking-logo{
  height: 42px;
  object-fit: contain;
  margin-bottom: 10px;
}
/* ========================================================
20240610 リベルサスランキング 改修
=========================================================*/
.card__table-container {
  display: grid;
  grid-template-columns: 15% 35% 15% 35%;
  grid-template-areas:
      "ttl-coupon txt-coupon txt-coupon txt-coupon"
      "ttl-visit txt-visit ttl-postage txt-postage"
      "ttl-time txt-time ttl-online txt-online"
      "ttl-medicine txt-medicine txt-medicine txt-medicine"
      "ttl-site txt-site txt-site txt-site";
  margin-top: 20px;
}
.card__ttl-coupon {
  padding: 10px;
  background: #effbfe;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  border-right: 1px solid #e1e2eb;
  border-top: 1px solid #e1e2eb;
}
.card__txt-coupon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 20px;
  background: #fff;
  border-top: 1px solid #e1e2eb;
}
.card__txt-coupon {
  grid-area: txt-coupon;
}
.result__coupon-img{
  width: 760px;
  height: auto;
  display: block;
}
/* 検索結果クリフォアのみクーポン表示 */
body.result_page .card:not(.card--clinicfor) .result__couponArea,
body.result_page .card:not(.card--clinicfor) .card__ttl-coupon,
body.result_page .card:not(.card--clinicfor) .card__txt-coupon,
body.result_page .card:not(.card--clinicfor) .card__table-notes {
  display: none;
}
.card__point-ttl {
  display: none;
}
.couponArea img{
  margin-top: 20px;
}
/* =======================================================
20240801 dmmカレンダー追加
========================================================== */
.card__calendar div {
  width: 100%;
  margin: 30px auto;
}
.card__point-catch {
  margin-top: 30px;
}
body.result_page .card:not(.card--dmm) .card__calendar {
  display: none;
}
.result .card.id_1 .card__rank__header::before {
  display: none;
}
.result .card__rank__header {
  padding-left: 0;
}
/* ========================================================
20240828 リベルサス比較表 改修
=========================================================*/
.verygood::before {
  background-image: url(../img/ct_ico_circle_double.svg);
}
.good::before {
  background-image: url(../img/ct_ico_circle.svg);
}
.notgood::before {
  background-image: url(../img/ct_ico_triangle.svg);
}
.bad::before {
  background-image: url(../img/ct_ico_cross.svg);
}
.verygood::before,
.good::before,
.notgood::before,
.bad::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-size: 50px;
  margin: 0 auto;
}
.verticalTable,
.verticalTable__table {
  width: 640px;
}
.verticalTable__table td {
  padding: 4px 8px;
}
.verticalTable div table tbody tr:nth-of-type(1) img {
  height: 90px;
}
.best__recommend {
  left: 248px;
}
.verticalTable div table tbody tr:nth-child(n + 3) td {
  height: 93px;
}
.verticalTable div table tbody tr:nth-child(8) td {
  padding: 14px 8px;
}
.table__btn .btn-sub--sm {
  line-height: 2;
}
.scroll__more {
  display: none;
}
.table__coupon-top {
  padding: 5px 20px;
  text-align: center;
}
.table__coupon-top img {
  width: 60%;
  max-width: 375px;
  margin-top: 20px;
}
.table__coupon-ttl {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 10px 0;
  background-color: var(--Main);
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 300px;
}
.table__coupon-img {
  width: 80%;
  margin: 10px auto 0;
  display: block;
}
.medicine-ryb .comparison {
  padding-bottom: 0;
}
.medicine-ryb .positioningMapMatome,
.medicine-ryb .positioningMapMatome__arrow {
  display: none;
}
.positioningMap {
  overflow: hidden;
}
/* =======================================
20240520 比較表下クーポン追加
======================================= */
.coupon-container {
  max-width: 560px;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
  border-radius: 10px;
  border: 2px solid var(--Main);
}
.coupon-container_ttl {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 10px 0;
  background-color: var(--Main);
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 300px;
}
.coupon-container_logo {
  width: 100%;
  max-width: 274px;
  margin: 14px 0;
}
.coupon-box {
  max-width: 480px;
  margin: 0 auto;
}
#couponImage {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

#copyButton {
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 1em;
  cursor: pointer;
  border-radius: 5px;
}
.copyButton {
  color: #fff;
  background-color: var(--Main);
  padding: 8px 14px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.copyButton::before {
  content: "";
  background: url(../img/cm_ico_copy.svg) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: inline-block;
}
#copyMessage {
  display: block;
  margin-top: 10px;
  color: green;
  font-size: 1em;
}
.hidden {
  display: none;
}
.coupon-input {
  display: grid;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: solid 1px var(--Main);
  border-radius: 4px;
  margin: 14px 0;
  gap: 10px;
  padding: 8px;
  grid-template-columns: 1fr 120px;
}
.coupon_txt {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
  gap: 10px;
}
.coupon_txt02 {
  text-align: left;
  font-size: 18px;
}
.coupon_ctaBtn a {
  width: 100%;
  padding: 28px;
  margin-top: 14px;
  font-size: 18px;
}
.cmn__arrow {
  width: 150px;
  height: 30px;
  background-size: 150px 30px;
}
/* =======================================
20240827 コンテンツ横幅変更
======================================= */
.header img,
.verticalTable,
.verticalTable__table,
.comparison__inner,
.readmore,
.positioningMap {
  width: 880px;
}
.survey__inner {
  width: auto;
}
.best__ttl-wrap img,
.comparison__ttl,
.readmore__ttl {
  /* width: 750px; */
}
/* =======================================================
20240828 dmmクーポン追加
========================================================== */
/* 検索結果dmmのみクーポンバナー表示 */
body.result_page .card:not(.card--dmm) .card__coupon {
  display: none;
}
.card__coupon {
  width: 60%;
  margin: 15px auto 0;
}
.result_page.men_injection .card__coupon, .result_page.men_injection .comparison-capacity,
.result_page.men_ozempic .card__coupon, .result_page.men_ozempic .comparison-capacity {
  display: none;
}
/* =======================================================
20240828 medicine検索改修
========================================================== */
.medicine__list {
  display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.medicine__list label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  margin: 0 10px 0 20px;
}
#Refine_Search_Area .Refine_Search_Box_Input .medicine__list .selected {
  background-color: #ffe300;
}
.medicine__list .check-icon::before {
  background-image: url(../img/ct_refineForm_check_deselect.svg);
}
.medicine__list .check-icon.selected::before {
  background-image: url(../img/ct_refineForm_check_select-men.svg);
}
.medicine__list .oral-medicine::before {
  background-image: url(../img/kinds_ico_medicine-men.svg);
}
.medicine__list .inj-medicine::before {
  background-image: url(../img/kinds_ico_injection-men.svg);
}
/* =======================================================
20240910 容量別料金比較表
========================================================== */
.comparison-capacity {
  margin: 0 auto;
}
.comparison-capacity__ttl {
  text-align: center;
  display: block;
}
.comparison-capacity .big {
  font-size: 18px;
}
.capacity__table {
  border-collapse: collapse;
}
.capacity__table tr {
  background-color: #fff;
}
.capacity__table th,
.capacity__table td {
  padding: 5px;
  font-size: 12px;
  text-align: center;
  border: none;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.capacity__table th {
  background-color: var(--Sub);
  width: 16.5%;
}
.capacity__table-logo {
  height: 40px;
  object-fit: contain;
}
.capacity__table-link {
  text-decoration: underline;
  font-weight: bold;
}
.capacity__table > tbody > tr:nth-child(2) {
  border: 2px solid #e64154;
}
.capacity__table .btn-sub {
  width: 100%;
}
.capacity__table .btn-main--arrow::before {
  right: 3px;
}
body.result_page .card:not(.card--dmm) .comparison-capacity {
  display: none;
}
/* =======================================================
20240912 こだわりアイコン調整
========================================================== */
.kodawari__list .otameshi::before {
  background-image: url(../img/kodawari_ico_otameshi-men.svg);
}
.kodawari__list .supplement::before {
  background-image: url(../img/kodawari_ico_supplement-men.svg);
}
.kodawari__list .calendar::before {
  background-image: url(../img/kodawari_ico_calendar-men.svg);
}
.kodawari__list .morning::before {
  background-image: url(../img/kodawari_ico_morning-men.svg);
}
.kodawari__list .noon::before {
  background-image: url(../img/kodawari_ico_noon-men.svg);
}
.kodawari__list .night::before {
  background-image: url(../img/kodawari_ico_night-men.svg);
}
.kodawari__list div label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 20px;
}
.diet
  #Refine_Search_Area
  .Refine_Search_Box_Input
  input[type="radio"]
  + span.radiobox {
  margin: 0 10px 0 20px;
  width: 20px;
  height: 20px;
}
/* 検索結果クリフォアのみ註釈バナー表示 */
body.result_page .card:not(.card--clinicfor) .card__bnr-notes {
  display: none;
}
/* =======================================================
20240924 best5 比較
========================================================== */
.comparison-best5 {
  width: 880px;
  margin: 0 auto;
}
.comparison-best5 .best__recommend {
    left: 0;
    top: -8px;
}
.comparison-best5 .comparison__table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
}
.comparison-best5 .comparison__table th,
.comparison-best5 .comparison__table td {
  padding: 5px;
  font-size: 12px;
  text-align: center;
  border: none;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.comparison-best5 .comparison__table > tbody > tr:nth-child(2) > td.sticky {
  padding: 15px 5px 5px;
}
.comparison-best5 .comparison__table th {
  background: var(--Sub);
  width: 120px;
}
.comparison-best5 .comparison__table > tbody > tr:nth-child(1) > th:nth-child(1) {
  width: 150px;
}
.comparison-best5 .comparison__table > tbody > tr:nth-child(2) {
  background: #fffce0;
}
.comparison-best5 .comparison__table-ttl {
  display: block;
  width: 880px;
  margin: 0 auto;
}
.comparison-best5 .comparison__table-logo {
  width: 100px;
  object-fit: contain;
}
.comparison-best5 .comparison__table-link {
  display: block;
  margin-top: 5px;
  text-decoration: underline;
  font-weight: bold;
}
.comparison-best5 .comparison__table-btn .btn-main--arrow::before {
  right: 0.25rem;
}
.comparison-best5 .comparison__table-btn .btn-sub--sm {
  line-height: 2;
  padding: 8px;
}
/* =======================================================
20241107 注射LP 縦型比較表
========================================================== */
.injection__table{
  width: 550px;
  margin: 60px auto 0;
	border-collapse: collapse;
  border: 1px solid #ccc;
  text-align: center;
}
.injection__table th{
	background-color: var(--Main);
  padding: 5px;
  font-weight: normal;
  color: #fff;
}
.injection__table td{
  padding: 5px 10px;
	text-align: center;
	font-size: 14px;
  border-right: 1px solid #ccc;
  position: relative;
}
.injection__table__reco {
  width: 150px;
  position: absolute;
  top: -47px;
  left: 50%;
  transform: translateX(-50%);
}
.injection__table__img {
  width: 150px;
  margin: 0 auto;
}
.injection__table__bnr {
  width: 150px;
  margin: 5px 0;
}
.injection__table > tbody > tr:nth-child(1) > td:nth-child(1),
.injection__table > tbody > tr:nth-child(5) > td:nth-child(1),
.injection__table > tbody > tr:nth-child(7) > td:nth-child(1),
.injection__table > tbody > tr:nth-child(9) > td:nth-child(1) {
  background-color: #fffce0;
}
.injection__table tr:last-of-type td{
	vertical-align: top;
}
.injection__table a {
  font-weight: bold;
  text-decoration: underline;
}


