@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 大枠 */
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch !important;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-size: 15px;
  line-height: 1.9;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#wrapper {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}
body > #wrapper {
  height: auto;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

.first_list_img {
  width: 30%;
}

@media print {
  html,
  html body {
    overflow: visible !important;
  }
}

/* アクセシビリティ */
.guidance {
  left: -999px;
  position: absolute;
  width: 990px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  pointer-events: none;
} /* レスポンシブ対応 */
img {
  vertical-align: bottom;
  box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}
img,
x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0; /* IE7対応 */
}
/* Windows Chrome 画像ぼやけ防止 */
@media screen and (min-width: 768px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
/* リンク */
a {
  display: inline-block;
}
a:link,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  opacity: 0.7;
  text-decoration: none !important;
}

.NotoSans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.NotoSerif {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
h1,
h2,
h3,
h4 {
  line-height: 1.5;
}
.txt_red {
  color: #e6290f;
  font-weight: bold;
}
.txt_brown {
  color: #723b26;
  font-weight: bold;
}
.txt_yellow {
  color: #ffef87;
  font-weight: bold;
}
.txt_blue {
  color: #295698;
  font-weight: bold;
}

.txt_marker_yellow {
  padding: 0 7px;
  background: #ffef87;
  font-weight: bold;
  line-height: 1.4;
}
.txt_marker_pink {
  padding: 0 7px;
  background: #ffd4cf;
  font-weight: bold;
  line-height: 1.4;
}

/* .rank_list .container span {
    padding: 0 7px;
} */

/* CLEARFIX */
.container:after,
.row:after,
.col:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  width: 100%;
  max-width: 1040px;
  padding: 0 0px;
  margin: 0 auto;
  position: relative;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

/* ▼ タイトル
--------------------------------------- */
#site_title {
  overflow: hidden;
  max-width: 230px;
}
.boder_title {
  border-bottom: 1px solid #bfa275;
  border-left: 6px solid #bfa275;
  padding: 0 0 7px 15px;
  margin-bottom: 20px;
  font-size: 20px;
}
/* ▼ btn
--------------------------------------- */
.btn a {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
/* .btn a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(-2px) rotate(45deg);
    box-sizing: border-box;
    border-radius: 2px;

} */

/* ▼▼▼ ヘッダー
====================================================== */
header {
  width: 100%;
  border-bottom: 1px solid #006ac2;
}
header .container {
  padding: 15px 20px;
}

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main {
  margin: 0px auto 50px;
  /* overflow: hidden; */
}

.main_flex {
  display: flex;
}
.main_flex main {
  flex: 3.2;
}
.main_flex aside {
  flex: 1;
  padding-left: 3%;
}

/* 2column の場合！！各自修正して使用してください */
.flex_box {
  display: flex;
  flex-wrap: wrap;
}

/* ▼ aside_rank
----------------------------------------*/
.aside_rank {
  background: rgb(99, 81, 59);
  background: linear-gradient(0deg, rgba(99, 81, 59, 1) 0%, rgba(191, 162, 117, 1) 100%);
  padding: 6px;
  margin-bottom: 40px;
  border-radius: 10px;
}
.aside_rank > div {
  background: #fff;
  border-radius: 10px;
}
.aside_rank h2 {
  background: #a83425 url(../img/side_rank_title_bg.png) no-repeat center/95%;
  border-radius: 10px 10px 0 0;
  padding: 20px 5px 15px;
  color: #fff;
  text-align: center;
  position: relative;
}
.aside_rank h2::before {
  content: "";
  display: block;
  width: 48px;
  height: 33px;
  background: url(../img/side_rank_icon.png) no-repeat center/95%;
  position: absolute;
  margin: auto;
  top: -23px;
  left: 0;
  right: 0;
}
.gizagiza {
  width: 100%;
  height: 6px;
  background: url(../img/gizagiza.png) no-repeat center/cover;
  margin-bottom: 10px;
}
.aside_rank h2 span {
  font-size: 18px;
}
.aside_rank ul {
  padding: 0px 15px;
}
.aside_rank ul li:not(:last-child) {
  border-bottom: 1px dashed #63513b;
}
.aside_rank ul li a {
  display: flex;
  padding: 15px 10px 15px 50px;
  position: relative;
  line-height: 1.3;
}
.aside_rank ul li a::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.aside_rank ul li:nth-child(1) a::before {
  background: url(../img/side_rank_icon01.png) no-repeat center/cover;
}
.aside_rank ul li:nth-child(2) a::before {
  background: url(../img/side_rank_icon02.png) no-repeat center/cover;
}
.aside_rank ul li:nth-child(3) a::before {
  background: url(../img/side_rank_icon03.png) no-repeat center/cover;
}
.aside_rank ul li:nth-child(4) a::before {
  background: url(../img/side_rank_icon04.png) no-repeat center/cover;
}
.aside_rank ul li:nth-child(5) a::before {
  background: url(../img/side_rank_icon05.png) no-repeat center/cover;
}
.aside_rank ul li a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: url(../img/side_rank_arrow.png) no-repeat center/100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

/* ▼ vendor
----------------------------------------*/
#vendor h2 {
  margin-bottom: 20px;
  color: #63513b;
  font-size: 18px;
}
#vendor ul li:first-child {
  border-top: 1px solid #bfa275;
}
#vendor ul li {
  padding: 6px 0;
  border-bottom: 1px solid #bfa275;
  position: relative;
}
#vendor ul li a {
  display: flex;
  align-items: center;
  position: relative;
}
#vendor ul li a::before {
  content: "";
  bottom: 0;
  right: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid #c9c9c9; /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 100;
}
#vendor ul li a p {
  width: 115px;
  padding-left: 10px;
  font-size: 13px;
  line-height: 1.4;
}
#vendor ul li a img {
  width: calc(100% - 120px);
}

#links td {
  padding: 10px;
  width: 10%;
  vertical-align: middle;
  border-bottom: 1px solid #c1c1c1;
}
#links td a {
  color: #295698;
  padding: 0 0 5px;
  text-decoration: underline;
  position: relative;
  text-decoration-color: #295698;
  color: #295698;
  font-weight: bold;
}

/* ▼ システム
--------------------------------------- */
.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* ▼▼▼ フッター
===================================== */
footer {
}
.footer_nav {
  padding: 10px 0;
}
.footer_nav p {
  text-align: center;
}
.footer_nav a {
  text-decoration: underline;
  margin-left: 10px;
}
.footer_nav a:hover {
  text-decoration: none;
}
#footer_inner {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

/* ▼ ページ上部へ戻る
--------------------------------------- */
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2000;
  cursor: pointer;
}
.pagetop img {
  max-width: 40px;
  filter: grayscale(1);
}

/* ▼ コピーライト
--------------------------------------- */
#copyright {
  padding: 10px;
  font-size: 16px;
  text-align: center;
}

.star img {
  width: 120px !important;
  min-width: 120px !important;
  max-width: 120px !important;
  margin-bottom: 0.5rem;
}

.clinic_price td {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .clinic_price td {
    font-size: 13px;
  }
  .star img {
    width: 90px !important;
    min-width: 90px !important;
    max-width: 90px !important;
  }
  #copyright {
    padding: 10px;
    font-size: 10px;
    text-align: center;
  }
}

/* ▼▼▼ 404
====================================================== */
#not_found {
  padding: 8vw 20px;
}
#not_found p {
  font-size: 14px;
  text-align: center;
}
#not_found p.arial {
  margin-bottom: 10px;
  font-size: 42px;
  font-family: "Arial", "メイリオ";
}
#not_found p.arial + p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
#not_found p.txt {
  margin-bottom: 30px;
  line-height: 1.9;
}
#not_found .top_btn a {
  display: inline-block;
  padding: 15px 40px;
  border: 1px solid #ccc;
}
.footer__inner {
  background: #f4ede5;
}

.footer__list--sm {
  width: 10.6875rem;
}

.footer__list--lg {
  width: calc(100% - 20.0625rem);
}

.footer__list-term {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.footer__subList {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 0.625rem;
}

.footer__subList-link {
  color: var(--Text_blue);
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-decoration: underline;
}

.footer__subList-link:hover {
  text-decoration: none;
}

.footer__wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 9.375rem;
  padding-top: 1.25rem;
  padding-bottom: 2rem;
  padding-left: 9.6875rem;
}

#first_list {
  background: #006ac2;
  padding: 1rem 0;
}

#first_list > a {
  display: block;
}

#first_list > a > div {
  position: relative;
  margin: 2rem;
  height: 150px;
  background: #ffffff;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#first_list > a > div > img {
  position: absolute;
  top: 30px;
  left: 30px;
}

#first_list > a > div > svg {
  position: absolute;
  top: 60px;
  right: 40px;
  width: 36px;
  height: 36px;
}

#first_list > a > div > div {
  margin-top: 0.3rem;
  text-align: center;
}

#first_list > a > div > div > p {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.42px;
  color: #006ac2;
  padding-top: 0.1rem;
  padding-left: 0.8rem;
}

@media screen and (max-width: 768px) {
  #first_list > a > div > img {
    top: 15px;
    left: 15px;
    width: 35px;
    height: 46px;
  }
  #first_list > a > div {
    position: relative;
    height: 75px;
    margin: 1rem;
    margin-bottom: 0.5rem;
    margin-top: 0.7rem;
  }
  #first_list > a > div > svg {
    top: 30px;
    right: 20px;
    width: 18px;
    height: 18px;
  }
  #first_list > a > div > div > p {
    font-size: 12px;
  }
  .first_list_img {
    height: auto;
  }
}

#clinic_table {
  padding: 1rem 0.5rem;
  background: #f4f4f4;
}

#clinic_table th {
  width: 136px;
  background: #006ac2;
  border: 1px solid #96c3ea;
  vertical-align: middle;
  color: #fff;
  /* 初月費用 */
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
}

#clinic_table td {
  width: 194px;
  padding: 24px 4px;
  border: 1px solid #96c3ea;
  background: #fff;
}

#clinic_table td a {
  text-decoration: underline;
  color: #0000ee;
  font-size: 24px;
  font-weight: 700;
}

#clinic_table tr {
  vertical-align: middle;
}

.clinic_table_item {
  display: flex;
  align-items: center;
}

.clinic_table_item_img {
  width: 42px;
}

.clinic_table_point {
  text-align: center;
}

.clinic_table_point p {
  text-align: center;
}

.clinic_table_point img {
  width: 76px;
}

#clinic_table h2 {
  position: relative;
  font-weight: 700;
  font-size: 35px;
  line-height: 52px;

  text-align: center;
  letter-spacing: 0.42px;
  background-color: #006ac2;

  margin: 20px 0;

  color: #fff;

  padding: 10px 0;
}

#clinic_table h2 img {
  position: absolute;
  width: 54px;
  left: 20px;
  top: 15px;
}

.clinic_table_logo_img {
  width: 130px;
}

@media screen and (max-width: 768px) {
  .clinic_table_logo_img {
    width: 65px;
  }
  #clinic_table h2 img {
    width: 27px;
    left: 10px;
    top: 7.5px;
  }
  #clinic_table h2 {
    font-size: 17.5px;
    line-height: 26px;
    margin: 10px 0;
    padding: 5px 0;
  }

  .clinic_table_point img {
    width: 38px;
  }

  #clinic_table td a {
    font-size: 12px;
  }

  #clinic_table th {
    width: 68px;
    font-size: 12px;
    line-height: 13px;
  }
  #clinic_table td {
    width: 104px;
    padding: 12px 2px;
  }
  .clinic_table_item_img {
    width: 21px;
  }
  .clinic_td {
    padding: 4px 2px !important;
  }
}

#clinic_rank {
  background: #f1f4f7;
  padding-bottom: 20px;
}

.clinic_rank_title {
  position: relative;
  margin: 2rem;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.clinic_rank_title > div {
  text-align: left;
  padding-left: 8rem;
}

.clinic_rank_title > div > a {
  font-weight: 700;
  font-size: 40px;
  line-height: 58px;
  text-decoration-line: underline;
  color: #0000ee;
  width: 100%;
}

.clinic_rank_title > div > p {
  text-align: left;
  font-weight: 700;
  font-size: 29px;
  line-height: 44px;
  color: #000000;
}

.clinic_rank_title > img {
  position: absolute;
  top: 30px;
  left: 30px;
}

.clinic_rank_card {
  background-color: #fff;
  margin: 1rem;
  padding: 10px;
  height: auto;
}

.clinic_rank_card .merchant_main_img {
  padding-bottom: 10px;
}

.clinic_rank_card table {
  width: 100%;
}

.clinic_rank_card th {
  background: #006ac2;
  width: 33%;
  font-size: 29px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.clinic_rank_card td {
  padding: 20px 0;
}

.clinic_rank_card th {
  border: 1px solid #96c3ea;
}

.clinic_rank_card td {
  border: 1px solid #96c3ea;
}

.clinic_rank_card td img {
  display: block;
  margin: 0 auto;
  width: 76px;
}

.clinic_rank_card td p {
  text-align: center;
}

.rank_pickup_title {
  background: #006ac2;
  display: flex;
  align-items: center;
  font-size: 29px;
  color: #fff;
  padding: 10px;
  font-weight: 700;
  gap: 20px;
  margin-top: 10px;
}
.rank_pickup_title img {
  background-color: #fff;
  width: 54px;
}
.rank_pickup_detail {
  background: #f5f5f5;
  padding: 20px;
  font-size: 26px;
}

.osusume_point {
  margin-top: 26px;
}

.osusume_point img {
  display: block;
  width: 408px;
  margin: 0 auto;
}

.osusume_point_card {
  background: #dcefff;
  margin-top: -32px;
  padding: 32px 20px;
  border-radius: 4px;
}

.osusume_point_card > div {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}

.osusume_point .osusume_point_card_icon {
  width: 44px;
}

.osusume_point .osusume_point_card_icon img {
  display: inline;
  width: 100%;
  min-width: 40px;
  max-width: 40px;
}

.osusume_point_card_title {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  background-color: #ffff33;
  color: #333333;
}

.clinic_rank_card_cta {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .clinic_rank_title > div {
    text-align: left;
    padding-left: 4.5rem;
  }

  .clinic_rank_card {
    background-color: #fff;
    margin: 0.5rem;
  }

  .clinic_rank_card .merchant_main_img {
    padding-bottom: 5px;
  }
  #clinic_rank {
    padding-bottom: 10px;
  }
  .clinic_rank_card_cta {
    padding-top: 10px;
  }
  .osusume_point_card > div {
    gap: 10px;
  }
  .osusume_point_card_title {
    font-size: 16px;
    line-height: 25px;
    padding-left: 3px;
  }
  .osusume_point .osusume_point_card_icon {
    width: 30px;
  }

  .osusume_point .osusume_point_card_icon img {
    min-width: 22px;
  }
  .osusume_point_card {
    margin-top: -32px;
    padding: 43px 10px 20px 10px;
  }
  .osusume_point {
    margin-top: 13px;
  }

  .osusume_point img {
    width: 204px;
  }
  .rank_pickup_detail {
    background: #f5f5f5;
    padding: 10px;
    font-size: 13px;
  }
  .rank_pickup_title {
    font-size: 14.5px;
    padding: 5px;
    gap: 10px;
    margin-top: 5px;
  }
  .rank_pickup_title img {
    width: 27px;
  }
  .clinic_rank_card td {
    padding: 10px 0;
  }

  .clinic_rank_card td img {
    width: 38px;
  }
  .clinic_rank_card th {
    font-size: 14.5px;
    padding: 8px;
  }
  .clinic_rank_card {
    padding: 5px;
  }
  .clinic_rank_title > div > p {
    font-size: 14.5px;
    line-height: 22px;
  }

  .clinic_rank_title > div > a {
    font-size: 20px;
    line-height: 29px;
  }

  .clinic_rank_title > img {
    top: 5px;
    left: 3px;
    width: 52px;
    height: 66px;
  }
  .clinic_rank_title {
    position: relative;
    height: 75px;
    margin: 1rem;
  }
}

.clinic_reviews h3 {
  position: relative;
  background: #006ac2;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #ffffff;
  padding: 20px 0;
  text-align: center;
  margin-top: 20px;
}

.clinic_reviews h3 img {
  position: absolute;
  width: 68px;
  left: 19px;
  top: 12px;
}

.clinic_review {
  border: 2px solid #006ac2;
}

.clinic_price h3 {
  position: relative;
  background: #006ac2;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #ffffff;
  padding: 20px 0;
  text-align: center;
  margin-top: 20px;
}

.clinic_price h3 img {
  position: absolute;
  width: 32px;
  left: 19px;
  top: 20px;
}

.clinic_maps h3 {
  position: relative;
  background: #006ac2;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #ffffff;
  padding: 20px 0;
  text-align: center;
  margin-top: 20px;
}

.clinic_maps h3 img {
  position: absolute;
  width: 48px;
  left: 19px;
  top: 12px;
}

.clinic_area,
.clinic_pref {
  background: #006ac2;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  padding: 20px;
  padding-right: 0;
  color: #fff;
  margin-top: 10px;
}

.clinic_pref {
  background: #58c0ba;
}

.clinic_area.open::after,
.clinic_pref.open::after {
  position: absolute;
  content: "";
  background: url(../img/arrow_icon.png);
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 52px;
  height: 48px;
  right: 40px;
  top: 20px;
}
.clinic_area::after,
.clinic_pref::after {
  position: absolute;
  content: "";
  background: url(../img/arrow_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 52px;
  height: 48px;
  right: 40px;
  top: 34px;
}

.clinic_item {
  margin-top: 20px;
  border: 1px solid #4e4f4f;
}

.clinic_item h4 {
  background: #4e4f4f;
  font-size: 30px;
  padding: 20px;
  color: #fff;
  text-align: center;
}

.clinic_item_detail {
  display: flex;
  border-bottom: 1px solid #72909d;
  margin: 0 20px;
}

.clinic_item_detail_img {
  margin: 20px;
}

.clinic_item_detail_img img {
  width: 100%;
}

.clinic_item_detail_th {
  font-size: 30px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin: 20px;
  margin-left: 0;
  width: 160px;
  min-width: 160px;
  height: 60px;
  background: #72909d;
}

.clinic_item_detail_td {
  padding: 20px;
  padding-top: 10px;
  font-size: 26px;
  display: flex;
  align-items: center;
}

.table_clinic {
  width: 100%;
}

.table_clinic p {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .clinic_item {
    margin-top: 10px;
    border: 1px solid #4e4f4f;
  }

  .clinic_item h4 {
    background: #4e4f4f;
    font-size: 15px;
    padding: 4px;
    color: #fff;
    text-align: center;
  }

  .clinic_item_detail {
    display: flex;
    border-bottom: 1px solid #72909d;
    margin: 0 10px;
  }

  .clinic_item_detail_img {
    margin: 10px;
  }

  .clinic_item_detail_img img {
    width: 100%;
  }

  .clinic_item_detail_th {
    font-size: 15px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin: 10px;
    margin-left: 0;
    width: 80px;
    min-width: 80px;
    height: 30px;
    background: #72909d;
  }

  .clinic_item_detail_td {
    padding: 7px;
    padding-top: 5px;
    font-size: 13px;
    display: flex;
    align-items: center;
    color: #333333;
  }

  .clinic_area,
  .clinic_pref {
    position: relative;
    font-size: 15px;
    font-weight: 700;
    padding: 10px;
    padding-right: 0;
    color: #fff;
    margin-top: 5px;
  }

  .clinic_area.open::after,
  .clinic_pref.open::after {
    position: absolute;
    content: "";
    background: url(../img/arrow_icon.png);
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 26px;
    height: 24px;
    right: 20px;
    top: 10px;
  }
  .clinic_area::after,
  .clinic_pref::after {
    position: absolute;
    content: "";
    background: url(../img/arrow_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 26px;
    height: 24px;
    right: 20px;
    top: 17px;
  }

  .clinic_maps h3 {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
    margin-top: 10px;
  }
  .clinic_maps h3 img {
    width: 24px;
    left: 9.5px;
    top: 6px;
  }
  .clinic_reviews h3 {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
    margin-top: 10px;
  }
  .clinic_reviews h3 img {
    width: 34px;
    left: 9.5px;
    top: 6px;
  }
  .clinic_price h3 {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
    margin-top: 10px;
  }
  .clinic_price h3 img {
    width: 16px;
    left: 9.5px;
    top: 10px;
  }
}

/* ▼▼▼ 480px〜768px
  ====================================================== */
@media screen and (max-width: 768px) {
  .footer__list--sm {
    width: 100%;
  }
  .footer__list--lg {
    width: 100%;
  }
  .footer__wrapper {
    flex-direction: column;
    gap: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  body {
    font-size: 13px;
  }

  #wrapper {
    width: 100%;
    overflow: hidden;
  }
  #main {
    margin-bottom: 20px;
  }
  #search_results #main {
    margin-top: 0;
  }
  .container {
    padding: 0px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  /* ▼タイトル
	--------------------------------------- */
  #site_title {
    margin: auto;
  }
  .boder_title {
  }
  /* ▼ btn
	--------------------------------------- */
  .btn a {
    /* padding: 15px 20px; */
    font-size: 16px;
  }

  /* ▼▼▼ ヘッダー
	====================================================== */

  /* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
	====================================================== */
  #header_inner,
  #main,
  #contents,
  #side,
  footer,
  #footer_inner {
    float: none;
    width: 100%;
  }

  .main_flex {
    display: block;
  }
  .main_flex aside {
    display: none;
  }

  /* 2column の場合！！各自修正して使用してください */
  .flex_box {
    display: block;
  }

  /* SPのみ業者メイン画像下に余白 */
  .merchant_main_img {
    margin-bottom: 0px;
  }

  /* ▼▼▼ フッター
	====================================================== */
  .footer_nav p {
    text-align: center;
  }
  /* ▼ ページ上部へ戻る
	--------------------------------------- */

  /* ▼▼▼ 404
	====================================================== */
  #not_found {
    padding: 100px 20px 60px;
  }
  #not_found p.arial {
    margin-bottom: 10px;
    font-size: 39px;
  }
  #not_found p.arial + p {
    font-size: 17px;
  }
  #not_found p.txt {
    line-height: 1.6;
  }
}
