@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
.cmn_txt, .content_list .link_list .link_item a {
  display: block;
  font-family: "Zen Old Mincho", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Maru Gothic W4 JIS2004", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .cmn_txt, .content_list .link_list .link_item a {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.7857142857;
  }
}

.breadcrumbs nav ol {
  justify-content: flex-end;
}
.breadcrumbs nav ol li {
  font-size: 16px;
}

.mv .main_ttl {
  font-feature-settings: normal;
}

.topic_ub {
  font-family: "游明朝", YuMincho, serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  font-feature-settings: normal;
  position: relative;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .topic_ub {
    font-size: 16px;
    padding-bottom: 8px;
  }
}
.topic_ub::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--brown03);
  position: absolute;
  left: 0;
  bottom: 0;
}
.topic_ub:has(a) {
  padding-bottom: 0;
}
.topic_ub:has(a) a {
  display: block;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .topic_ub:has(a) a {
    padding-bottom: 8px;
  }
}
.topic_ub.mb_topic {
  margin-bottom: 18px;
}
.topic_ub.blank img {
  display: block grid;
  place-content: center;
  position: absolute;
  top: 2.5px;
  right: 2.5px;
}
@media screen and (max-width: 1024px) {
  .topic_ub.blank img {
    top: 8px;
  }
}

.content_list {
  display: grid;
  grid-template-columns: repeat(3, 28.33333333%);
  justify-content: space-between;
  row-gap: 60px;
}
@media screen and (max-width: 768px) {
  .content_list {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
}
.content_list .content_item .topic_ub:nth-of-type(n+2) {
  margin-top: 19px;
}
@media screen and (max-width: 768px) {
  .content_list .content_item .topic_ub:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
.content_list .content_item.item260 {
  width: calc(100% + 5px);
}
.content_list .link_list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 18px;
}
.content_list .link_list .link_item a {
  position: relative;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .content_list .link_list .link_item a {
    padding-left: 12px;
  }
}
.content_list .link_list .link_item a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  aspect-ratio: 1/1;
  border-radius: 50vw;
  background: #A18679;
  position: absolute;
  left: 0;
  top: 13px;
}
@media screen and (max-width: 768px) {
  .content_list .link_list .link_item a::before {
    width: 5px;
    height: 5px;
    top: 10px;
  }
}

.guide_sec {
  margin-bottom: 158px;
}
@media screen and (max-width: 768px) {
  .guide_sec {
    margin-bottom: 80px;
  }
}

.medical_search {
  margin-bottom: 155px;
}
@media screen and (max-width: 768px) {
  .medical_search {
    margin-bottom: 80px;
  }
}

main .content {
  margin-bottom: 0;
}
main .content .w900 {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  main .content .w900 {
    margin-right: auto;
  }
}

.nowrap {
  white-space: nowrap;
}

#sec2 .medical_search .search_list {
  gap: 10px;
}

#sec3 .medical_list {
  gap: 0;
}
#sec3 .medical_list .medical_item {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #sec3 .medical_list .medical_item:not(:first-of-type) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  #sec3 .medical_list .medical_item:nth-of-type(10), #sec3 .medical_list .medical_item:nth-of-type(11) {
    margin-top: 10px;
  }
}/*# sourceMappingURL=sitemap.css.map */