/* Start_layout.css */
#top.top_pc .l_main .btw_column {
  display: flex;
  flex-wrap: nowrap;
}
#top.top_pc .l_main.l_inner:has(.btw_column) > div:not(#top aside) {
  width: 840px;
}
#top.top_pc .l_main.l_inner:has(.btw_column) #top aside {
  width: 240px;
  margin-left: 20px;
}
#top.top_pc .l_header {
  z-index: 1;
}
#top.top_pc .l_main.l_inner {
  margin-top: -50px;
  position: relative;
}
/* End_layout.css */


/* Start_header.css */
header .l_inner {
  padding-left: 0;
  padding-right: 0;
}
.l_header {
  position: relative;
  width: 100%;
  background: #fff;
  border-bottom: none;
  top: unset;
}
.l_header_wrap {
  height: auto;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.l_header_main {
  display: flex;
  align-items: center;
  margin: 2.4em 0;
}
.l_header_nav .l_inner {
  width: 1080px;
}
.l_header_text_wrap {
  padding-top: 10px;
  color: #666;
  line-height: 1;
  margin-left: 12px;
}
.l_header_text_wrap .l_inner.l_header_text {
  width: auto;
  padding: 0;
  font-size: 13px;
}
.l_header_logo {
  width: 240px;
  min-width: 220px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1px;
}
.l_header_logo h1 {
  padding: 0;
  margin: 0
}
.l_header_logo h1::before {
  content: unset;
}
.l_header_logo h1::after {
  content: unset;
}
.l_header_logo a {
  display: block;
}
.l_header_logo img {
  width: 100%;
  vertical-align: bottom;
}
.l_header_nav {
  background: #fff;
  border-top: 5px solid #DD6765;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
}
.l_header_nav ul {
  display: flex;
  justify-content: space-between;
}
.l_header_nav ul li {
  width: 12.5%;
  border-left: 1px solid #e2e2e2;
  border-bottom: none;
  margin: 0;
  line-height: 1.5;
}
.l_header_nav ul li:first-child {
  border-left: none;
}
.l_header_nav ul li a {
  display: block;
  color: #333;
  text-align: center;
  font-size: 14px;
  padding: 20px 0;
}
.l_header_nav ul {
  flex-direction: unset;
}
.l_header_nav {
  height: auto;
  left: unset;
  position: unset;
  overflow-y: unset;
  overflow-x: unset;
  transform: unset;
  transition: unset;
  width: unset;
  z-index: unset;
  border-top: 5px solid #DD6765;
  background-color: unset;
  padding-bottom: unset;
}
.l_header_nav ul li.has_items .sub {
  position: absolute;
  width: 1080px;
  max-height: 100%;
  margin: 0 auto;
  top: 4em;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}
.l_only_sp {
  display: none;
}
.l_header_nav ul li a::after {
  content: unset;
}
.l_header_nav ul li.has_items a.has_title::after,
.l_header_nav ul li.has_items a.has_title::before {
  content: unset;
}
.l_header_logo {
  height: auto;
}
.l_header_text_wrap.l_only_pc {
  display: block;
  text-wrap: nowrap;
}
.l_header_nav ul li.has_items .sub .nav_main_title {
  display: block;
}
.l_header_nav ul li.has_items .sub ul li a {
  background: #cc4a49;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
  padding: 0 0 0 40px;
  border: 0;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 1px solid rgba(255, 175, 175, 0.4);
  min-height: auto;
}
.l_header_nav ul li.has_items .sub ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 10px;
}
.l_header_nav ul li.has_items .sub ul li {
  width: 33.33%;
  border: none;
  margin: 12px 0;
}
.l_header_nav ul li.has_items .sub ul li a {
  border: none;
  background: #fff;
  border-radius: 50px;
  margin: 0 12px 0 12px;
  padding: 4px 22px 4px 22px;
  display: flex;
  justify-content: left;
  align-items: center;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #666;
  min-height: 54px;
}
.l_header_nav ul li a {
  display: block;
  color: #333;
  text-align: center;
  font-size: 14px;
  padding: 20px 0;
}
.l_header_nav ul li.has_items .sub a {
  position: relative;
  border: none;
}
.l_header_nav ul li.has_items .sub a::after {
  content: '';
  width: 6px;
  height: 10px;
  background-image: url(/theme2025/consult/img/icon_arrow_red.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: calc(50% - 5px);
}
.l_header_nav ul li.has_items .sub ul li a::before {
  position: absolute;
  content: '';
  display: inline-block;
  left: 12px;
  width: 6px;
  height: 6px;
  background: #DD6765;
  border-radius: 100%;
  box-sizing: border-box;
  margin-top: -1px;
}
.l_header_nav ul li.has_items .sub ul li a p {
  color: #333;
}
.l_header_nav ul li.has_items .sub ul li a p span {
  display: inline-block;
}
.l_header_nav ul li:has(a.has_title):hover a.has_title {
  color: #333;
  opacity: .7;
}
.l_header_nav ul li.has_items {
  border-bottom: unset;
}
.l_header_nav ul li:has(a.has_title):hover a.has_title {
  color: #DD6765;
  background: #fff3f3;
  opacity: 1;
}
.l_header_nav ul li.has_items .sub ul li.special {
  width: 50%;
  margin: 12px 0;
}
.l_header_nav ul li.has_items .sub {
  position: absolute;
  width: 1080px;
  max-height: 100%;
  margin: 0 auto;
  top: 4em;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}
.l_header_nav ul li.has_items .sub.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  padding-top: 14px;
}
.l_header_nav ul li.has_items .sub.active .mouseover_padding {
  padding: 20px 0;
  border: 1px solid #E4E6EB;
  height: 200px;
}
/* End_header.css */


/* Start_#top aside.css */
#top aside.l_side {
  margin-left: 20px;
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  #top aside.l_side .right_column_wrap {
    width: 240px;
  }
}

/* _1_PR_ */
#top aside.l_side .main_pr_banner.right_side {
  margin: 10px 0 20px 0;
}
#top aside.l_side .main_pr_banner .ad_banner_main .line_pr {
  margin: 10px 0;
}

/* _2_ranking */
#top aside.l_side .right_column_wrap.ranking {
  background: #EC9292;
  border: 4px solid #EC9292;
  padding: 0;
}
#top aside.l_side .right_column_wrap.ranking h2 {
  color: #fff;
  justify-content: center;
  padding: 0;
  font-size: 14px;
}
#top aside.l_side .right_column_wrap.ranking h2::after,
#top aside.l_side .right_column_wrap.ranking h2::before {
  content: unset;
}
#top aside.l_side .right_column_wrap.ranking .column_ranking {
  background: #fff;
  padding: 10px;
}
#top aside.l_side .right_column_wrap.ranking .column_ranking li {
  border-bottom: 2px dotted #F7DADA;
}
#top aside.l_side .right_column_wrap.ranking .column_ranking li:last-of-type {
  border: none;
}
#top aside.l_side .right_column_wrap.ranking .column_ranking li p {
  margin: 0;
}
#top aside.l_side .right_column_wrap.ranking .column_ranking li p.ranking_clinic_name {
  font-size: 13px;
  padding-top: 10px;
  margin-bottom: 6px;
  font-weight: bold;
}
#top aside.l_side .right_column_wrap.ranking .column_ranking li:first-of-type .ranking_clinic_name {
  padding-top: 0;
}
#top aside.l_side .right_column_wrap.ranking .column_ranking li p.ranking_sub {
  font-size: 12px;
  color: #333;
  margin-bottom: 10px;
}
#top aside.l_side .right_column_wrap.ranking .column_ranking ul {
  counter-reset: cnt;
}
#top aside.l_side .right_column_wrap.ranking .column_ranking li {
  position: relative;
  display: flex;
  align-items: center;
}
#top aside.l_side .right_column_wrap.ranking .column_ranking li::before {
  position: absolute;
  counter-increment: cnt;
  content: counter(cnt);
  width: 32px;
  height: 32px;
  background: #F4F5F7;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top aside.l_side .right_column_wrap.ranking .column_ranking li a p {
  margin-left: 40px;
}
#top aside.l_side .right_column_wrap.ranking .column_ranking li p.ranking_clinic_name span {
  font-size: 12px;
  color: #999;
}
#top aside.l_side .right_column_wrap.ranking .column_ranking .right_column_btn_area a {
  font-size: 12px;
  padding: 10px 0;
}
/* End_#top aside.css */

#top .top_header_news {
	width:100% !important;
	font-size:16px;
	background:#fff;
	border:4px solid #DD6765;
	border-radius:4px;
	margin:20px 0;
	padding:20px;
	text-align:center;
}
#top .top_header_news p {
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
}
#top .top_header_news ul {
	padding:0px;
}
#top .top_header_news li {
	list-style-type: none;
	margin-left:20px;
}

#top.top_pc .top_banner_slider {
  width: 100%;
  max-width: 1580px;
  height: 274px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
#top.top_pc .top_slides {
  width: 100%;
  height: 100%;
  position: relative;
}
#top.top_pc .top_slides .slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease;
cursor: auto;
}
#top.top_pc .top_slides .slide.active {
  opacity: 1;
}
#top.top_pc .top_slides_dots {
  position: absolute;
  bottom: 24%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
display: none;
}
#top.top_pc .top_slides_dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  box-shadow: inset 0px 0.6px 1px 0px rgba(0,0,0,.5);
}
#top.top_pc .top_slides_dots .dot.active {
   background: #DD6765;
}

#top .top_contents_box {
  background: #fff;
  border: 4px solid #DD6765;
  border-radius: 5px;
  margin-bottom: 20px;
}
#top .top_contents_box h2 {
  position: relative;
  font-size: 18px;
  display: flex;
  justify-content: center;
  background: #DD6765;
  border: unset;
  color: #fff;
  padding: 0;
  margin: 0;
}
#top .top_contents_box h2::before {
  position: unset;
  background: unset;
  content: '';
  background-image: url(/theme2025/top/img/search.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 26px;
}
#top .top_contents_box h2.review_consult_area_title::before {
  height: 20px;
  background-image: url(/theme2025/top/img/check.png);
}
#top .top_contents_box a {
  position: relative;
}
#top .top_contents_box a::after {
  content: '';
  width: 8px;
  height: 12px;
  background-image: url(/theme2025/common/img/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 14px;
  top: calc(50% - 6px);
}

#top #slide_navigation {
  border-bottom: 1px solid #ccc;
  margin: 16px;
}
#top #slide_navigation .slide_box {
  position: relative;
  overflow: hidden;
  min-height: 160px;
}
#top #slide_navigation .panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.35s ease;
}
#top #slide_navigation .is_current {
  transform: translateX(0);
}
#top #slide_navigation .from_right {
  transform: translateX(100%);
}
#top #slide_navigation .from_left {
  transform: translateX(-100%);
}

#top #slide_navigation .panel.all {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
#top #slide_navigation .panel.all > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
  border: 2px solid #DD6765;
  border-radius: 4px;
  background: #FDF5F5;
  text-decoration: none;
  color: #333;
  font-weight: 600;
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom: -6px;
}
#top #slide_navigation .panel.all > a.is_active {
  background: #333;
  color: #fff;
}
#top #slide_navigation .panel.area {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
#top #slide_navigation .panel.area > a:not(.nowrap) {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border: 2px solid #DD6765;
  border-radius: 4px;
  background: #FDF5F5;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  margin-bottom: -6px;
}

#top #slide_navigation .panel.pref {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
#top #slide_navigation .nowrap {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  border: 1px solid #DD6765;
  border-radius: 5px;
}
#top #slide_navigation .nowrap a.nav_back {
  padding: 6px 10px 6px 20px;
  background: #DD6765;
  color: #fff;
  border-radius: 4px 0 0 4px;
}
#top #slide_navigation .nowrap a.nav_back::after {
  width: 8px;
  height: 10px;
  transform: rotate(180deg);
  left: 4px;
  background-image: url(/theme2025/common/img/icon_arrow_white.svg);
}
#top #slide_navigation .area_sub {
margin: 0 auto;
}
#top #slide_navigation .panel.pref > a:not(.nowrap) {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
  border: 2px solid #DD6765;
  border-radius: 4px;
  background: #FDF5F5;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  margin-bottom: -6px;
}

#top .link_btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 16px;
  justify-content: center;
  align-items: center;
}
#top .link_btn a.btn {
  padding: 6px;
  border: 1px solid #DD6765;
  height: 62px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  font-size: 16px;
  color: #333;
}
#top .link_btn a.btn::before {
  content: '';
  width: 34px;
  height: 30px;
  margin-right: 10px;
  margin-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#top .link_btn a.btn.special_area::before {
  background-image: url(/theme2025/top/img/gps.png);
}
#top .link_btn a.btn.ranking::before {
  background-image: url(/theme2025/top/img/ranking.png);
}
#top .top_contents_box.review_consult .btn.review::before {
  background-image: url(/theme2025/top/img/review.png);
}
#top .top_contents_box.review_consult .btn.consult::before {
  background-image: url(/theme2025/top/img/consult.png);
}
#top .top_contents_box .btn_sub {
  display: grid;
  font-size: 14px;
  color: #d8716d;
  text-align: center;
  width: 100%;
  padding-right: 20px;
}
#top .top_contents_box .btn_sub span {
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

#top .main_pr_banner {
  display: flex;
  margin: 30px 0;
}
#top .main_pr_banner .ad_banner_main {
  background: #f1f4f7;
  text-align: center;
  border-radius: 5px;
}
#top .main_pr_banner .ad_banner_main .line_pr {
  position: relative;
  display: block;
  color: #888;
  font-size: 12px;
  margin: 6px 24px;
}
#top .main_pr_banner .ad_banner_main .line_pr:before {
  left:0;
}
#top .main_pr_banner .ad_banner_main .line_pr:after {
  right: 0;
}
#top .main_pr_banner .ad_banner_main .line_pr::before,
#top .main_pr_banner .ad_banner_main .line_pr::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 34%;
  height: 2px;
  border-top: solid 1px #888;
}
#top .main_pr_banner .ad_banner_main.right {
  width: 100%;
}
#top .main_pr_banner .ad_banner_main.right .line_pr::before,
#top .main_pr_banner .ad_banner_main.right .line_pr::after {
  width: 46%;
}

#top .navitime_title {
  position: relative;
  background: #247100;
}
#top .navitime_title p {
  display: flex;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  padding: 12px 0;
  align-items: center;
  font-size: 18px;
}
#top .navitime_title p img {
  width: 16%;
  height: 100%;
  background-color: #1F6300;
  padding: 8px 12px;
  margin-right: 4px;
}
#top .navitime_slider .navitime_title .sep {
  width: 20px;
  margin: 0 10px;
  position: relative;
  display: inline-block;
}
#top .navitime_slider .navitime_title .sep::before,
#top .navitime_slider .navitime_title .sep::after {
  content: '';
  width: 100%;
  height: 2px;
  display: inline-block;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  top: -1px;
}
#top .navitime_slider .navitime_title .sep::before {
  transform: rotate(45deg);
}
#top .navitime_slider .navitime_title .sep::after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  #top .navitime_slider p {
    margin: 0;
  }
}

#top .navitime_slider {
  width: 100%;
  position: relative;
	border: 4px solid #247100;
  border-radius: 5px;
  background: #e2f2e6;
  margin: 30px 0;
}
#top .navitime_slide_wrapper {
  overflow: hidden;
	height: 246px;
  width: 98%;
  margin: 12px auto;
  border-radius: 5px;
  padding: 0 12px;
  box-sizing: border-box;
}
#top .navitime_slide_wrapper::after {
  position: absolute;
  content: '';
  width: 164px;
  height: 86px;
  bottom: 0;
  right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/theme2025/top/img/navitime_people.png);
}
#top .navitime_slides {
  display: flex;
  transform: translateX(0);
  border-radius: 5px;
}
#top .slide_item {
  width: 100%;
	min-width: 100%;
  height: 246px;
  flex-shrink: 0;
  display: flex;
  align-items: start;
  justify-content: center;
  background: #fff;
  font-size: 18px;
  text-decoration: none;
  color: #000;
  padding-top: 16px;
}
#top .slide_arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: #247100;
  border: none;
  cursor: pointer;
  border-radius: 50px;
}
#top .slide_arrow.prev {
  left: 2px;
}
#top .slide_arrow.next {
  right: 2px;
}
#top .slide_arrow::before {
  content: '';
  background-image: url(/theme2025/common/img/icon_arrow_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  height: 12px;
  position: absolute;
}
#top .slide_arrow.prev::before {
  transform: rotate(180deg);
  left: 9px;
 }
#top .slide_arrow.next::before {
  right: 9px;
}
#top .slide_arrow.disabled {
  pointer-events: none;
}

#top .navitime_clinic_wrapper {
  padding: 0 16px;
}
#top .navitime_clinic_wrapper p.navitime_clinic_name,
#top .navitime_clinic_wrapper p.navitime_clinic_read {
  text-align: center;
}
#top .navitime_clinic_wrapper p.navitime_clinic_name {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-weight: bold;
}
#top .navitime_clinic_wrapper .navitime_clinic_read {
  font-size: 16px;
  font-weight: bold;
  color: #247100;
  margin-bottom: 12px;
}
#top .navitime_clinic_info {
  display: flex;
  padding: 0 20px;
}
#top .navitime_clinic_text_info > div {
  width: 340px;
}
#top .navitime_clinic_info .navitime_clinic_img {
  width: 100px;
  text-align: center;
}
#top .navitime_clinic_info .navitime_clinic_img p {
  font-size: 12px;
}
#top .navitime_clinic_info .navitime_clinic_items {
  position: relative;
  margin-left: 10px;
}
#top .navitime_clinic_text_info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
#top .navitime_clinic_text_info p {
  font-size: 12px;
  line-height: 1.8;
  height: 26px;
  margin-bottom: 8px;
}
#top .navitime_clinic_text_info p span {
  width: 70px;
  float: left;
  border: 1px solid #247100;
  color: #247100;
  margin-right: 10px;
  text-align: center;
}
#top .navitime_clinic_text_info p.clinic_holiday {
  height: auto;
}
#top .navitime_clinic_text_info p.clinic_holiday span {
  margin-bottom: 50px;
}
#top .navitime_clinic_btn {
  position: absolute;
  width: 100%;
  top: 80px;
  margin-top: 10px;
  left: 20px;
}
#top .navitime_clinic_btn a.navitime_btn {
  position: relative;
  display: inline-block;
  background: #247100;
  width: 24%;
  font-size: 16px;
  padding: 10px 20px;
  color: #fff;
  margin-right: 6px;
  border-radius: 5px;
}
#top .navitime_clinic_btn a.navitime_btn:last-of-type {
  margin-right: 0;
}
#top .navitime_clinic_btn a.navitime_btn p {
  font-size: 14px;
  margin-left: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top .navitime_clinic_btn a.navitime_btn.route p {
  margin-left: 24px;
}
#top .navitime_clinic_btn a.navitime_btn::before {
  position: absolute;
  width: 22px;
  height: 24px;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
}
#top .navitime_clinic_btn a.navitime_btn.clinic::before {
  background-image: url(/theme2025/top/img/navitime_clinic.png);
}
#top .navitime_clinic_btn a.navitime_btn.hp::before {
  top: 12px;
  background-image: url(/theme2025/top/img/navitime_hp.png);
}
#top .navitime_clinic_btn a.navitime_btn.route::before {
  background-image: url(/theme2025/top/img/navitime_route.png);
}

#top .top_contents_box.recommend_contents {
  border: 4px solid #EC9292;
  background: #EC9292;
  padding: 0 4px;
  margin-bottom: 30px;
}
#top .top_contents_box.recommend_contents > div {
  margin-bottom: 8px;
}
#top .top_contents_box h2.recommend_contents_title {
  background: #EC9292;
}
#top .top_contents_box h2.recommend_contents_title::before {
  background-image: url(/theme2025/top/img/recommend_contents.png);
  width: 14px;
  height: 18px;
  border-radius: unset;
  margin: 0 4px 0 0;
}
#top .link_btn a.btn.tenin::before {
  background-image: url(/theme2025/top/img/tenin.png);
}
#top .link_btn a.btn.clinicreport::before {
  width: 20px;
  background-image: url(/theme2025/top/img/clinic_report.png);
}

#top.top_pc .recommend_onayami {
  background: #fff;
  border-radius: 5px;
}
#top.top_pc .recommend_onayami_bg {
  display: flex;
  flex-direction: column;
  background-position: center;
  background-image: url("/theme2025/top/img/onayami_banner.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  width: 812px;
  height: auto;
  padding-bottom: 10px;
}
#top.top_pc .recommend_onayami_items ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 18px;
  margin-left: 220px;
  margin-right: 12px;
  margin-bottom: 12px;
}
#top.top_pc .recommend_onayami_items ul li {
  display: flex;
  justify-content: right;
  position: relative;
}
#top.top_pc .recommend_onayami_items ul > :first-child {
  grid-column: 1 / -1;
}
#top .top_contents_box a.onayami_btn {
  border: 1px solid #DD6765;
  border-radius: 50px;
  width: 268px;
  height: 68px;
  padding: 12px 20px;
  background: #fff;
  text-align: center;
  font-weight: bold;
}
#top .top_contents_box a.onayami_btn p {
  font-size: 14px;
}
#top .top_contents_box a.onayami_btn span {
  font-size: 12px;
  color: #888;
}
#top.top_pc .recommend_onayami_items ul li::before {
  position: absolute;
  content: '';
  background: #fff;
  border: 1px solid #DD6765;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  left: 6px;
  bottom: 2px;
  z-index: 1;
}
#top.top_pc .recommend_onayami_items ul li::after {
  position: absolute;
  content: '';
  background: #fff;
  border: 1px solid #DD6765;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  left: -4px;
  bottom: -2px;
  z-index: 2;
}
#top.top_pc .recommend_onayami_items ul li:first-of-type::before {
  left: 306px;
}
#top.top_pc .recommend_onayami_items ul li:first-of-type::after {
  left: 296px;
}
#top.top_pc .top_contents_box.recommend_contents .recommend_special_contents {
  background: #fff;
  display: inline-block;
  width: 100%;
  border-radius: 5px;
}
#top.top_pc .top_contents_box.recommend_contents h3.recommend_title {
  position: relative;
  background: #FEF0EF;
  border-radius: 5px 5px 0 0;
  justify-content: center;
  margin-bottom: 0;
}
#top.top_pc .top_contents_box.recommend_contents h3.recommend_title::before {
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  margin-right: 4px;
}
#top.top_pc .top_contents_box.recommend_contents h3.recommend_title.onayami::before {
  background-image: url(/theme2025/top/img/onayami.png);
}
#top.top_pc .top_contents_box.recommend_contents h3.recommend_title.knowledge::before {
  background-image: url(/theme2025/top/img/knowledge.png);
}
#top.top_pc .top_contents_box.recommend_contents h3.recommend_title.special_contents::before {
  background-image: url(/theme2025/top/img/recommend_special.png);
}

#top.top_pc .recommend_knowledge {
  background: #fff;
  border-radius: 5px;
}
#top.top_pc .recommend_knowledge_items {
  padding: 6px 14px;
}
#top.top_pc .recommend_knowledge_item {
  display: block;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ccc;
}
#top.top_pc .recommend_knowledge_item:last-of-type {
  border: none;
  margin: 0;
}
#top.top_pc .recommend_knowledge_link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  align-items: center;
}
#top.top_pc .recommend_knowledge_link a {
  display: flex;
}
#top.top_pc .recommend_knowledge_link a div {
  padding-right: 36px;
}
#top.top_pc .recommend_knowledge_link a img {
  width: 120px;
  height: auto;
  border-radius: 5px;
  margin-right: 8px;
}
#top.top_pc .recommend_knowledge_link a p {
  font-size: 14px;
  font-weight: bold;
}
#top.top_pc .recommend_knowledge_link a span {
  font-size: 12px;
  color: #666;
}
#top.top_pc .recommend_knowledge h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  margin: 10px 0;
}
#top.top_pc .recommend_knowledge h4::before {
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  margin-right: 4px;
}
#top.top_pc .recommend_knowledge_item:nth-of-type(1) h4::before {
  background-image: url(/theme2025/top/img/knowledge_teeth.png);
}
#top.top_pc .recommend_knowledge_item:nth-of-type(2) h4::before {
  background-image: url(/theme2025/top/img/knowledge_choice.png);
}
#top.top_pc .recommend_knowledge_item:nth-of-type(3) h4::before {
  background-image: url(/theme2025/top/img/knowledge_chilled.png);
}
#top.top_pc .recommend_knowledge_item:nth-of-type(4) h4::before {
  background-image: url(/theme2025/top/img/knowledge_price.png);
}

#top.top_pc .site_news {
  margin-bottom: 24px;
}
#top.top_pc .site_news_item {
  margin: 16px 0;
  border-bottom: solid 1px #bbb;
}
#top.top_pc .site_news_link {
  margin-bottom: 16px;
  position: relative;
  display: flex;
  align-items: center;
}
#top.top_pc .site_news_link::after {
  content: '';
  width: 8px;
  height: 12px;
  background-image: url(/theme2025/common/img/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
}
#top.top_pc .site_news_wrap {
  display: flex;
  gap: 24px;
  align-items: center;
}
#top.top_pc .site_news_date {
  background: #f2f2f2;
  border-radius: 6px;
  color: #333;
  width: 120px;
  text-align: center;
  padding: 4px 10px;
}
#top.top_pc .whats_new_items {
  display: flex;
  width: 100%;
}
#top.top_pc .whats_new_items > div {
  width: 50%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-left: 10px;
}
#top.top_pc .whats_new_items .new_clinic {
  margin-left: 0;
}
#top.top_pc .site_content h3 {
  background: unset;
  justify-content: center;
  border-bottom: 1px solid #ccc;
  padding: 0 0 8px 0;
}
#top.top_pc .whats_new_items li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
#top.top_pc .whats_new_items li a {
  position: relative;
  display: block;
  margin: 12px 0;
  padding-right: 26px;
}
#top.top_pc .whats_new_items li a::before {
  content: '';
  width: 8px;
  height: 12px;
  background-image: url(/theme2025/common/img/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 46%;
}
#top.top_pc .whats_new_items li .site_content_date {
  background: #f2f2f2;
  border-radius: 6px;
  color: #333;
  text-align: center;
  padding: 4px 10px;
  margin-bottom: 10px;
  display: inline-block;
}
#top.top_pc .site_content .btn_area {
  display: flex;
  justify-content: center;
  align-items: center;
}
#top.top_pc .site_content .btn_area a {
  display: block;
  border: 1px solid #DD6765;
  padding: 10px 0;
  border-radius: 50px;
  margin-top: 20px;
  color: #333;
  font-weight: bold;
  text-align: center;
  width: 260px;
  margin-bottom: 10px;
}
#top.top_pc .site_content .btn_area a:hover {
  background: #DD6765;
  color: #fff;
  opacity: 1;
}

#top.top_pc .whats_new_items .new_site_contents li {
  cursor: pointer;
  position: relative;
}
#top.top_pc .whats_new_items .new_site_contents li:hover {
  opacity: .7;
}
#top.top_pc .whats_new_items .new_site_contents li::before {
  content: '';
  width: 8px;
  height: 12px;
  background-image: url(/theme2025/common/img/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 46%;
}
#top.top_pc .whats_new_items .new_site_contents .new_site_link {
  margin: 12px 0;
  padding-right: 26px;
}
#top.top_pc .new_site_contents .new_site_link .site_content_title {
  color: #147cbe;
  display: block;
}
#top.top_pc .whats_new_items .new_site_contents li a {
  display: inline;
  margin: 0;
  padding: 0;
}
#top.top_pc .whats_new_items .new_site_contents li a::before {
  position: unset;
}

#top.top_pc .about_this_site {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #EC9292;
  border-radius: 5px;
  background: #EC9292;
}
#top.top_pc .about_this_site .about_this_site_title {
  width: 400px;
  text-align: center;
  height: auto;
}
#top.top_pc .about_this_site h2 {
  font-size: 16px;
  color: #fff;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  min-height: auto;
}
#top.top_pc .about_this_site h2::before {
  content: none;
}
#top.top_pc .about_this_site .about_this_site_title img {
  width: 36px;
  height: auto;
}
#top.top_pc .about_this_site_title p {
  position: relative;
  font-size: 12px;
  color: #fff;
  display: inline-block;
}
#top.top_pc .about_this_site_title p::before,
#top.top_pc .about_this_site_title p::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 30%;
  border-top: solid 1px #fff;
}
#top.top_pc .about_this_site_title p::before {
  right: -30px;
}
#top.top_pc .about_this_site_title p::after {
  left: -30px;
}
#top.top_pc .about_this_site_read {
  background: #fff;
  padding: 20px;
  border-radius: 0 5px 5px 0;
}
#top.top_pc .about_this_site_read p:first-of-type {
  color: #DD6765;
  font-weight: bold;
  margin-bottom: 8px;
}
