@charset "utf-8";
* {
  color: #322d2c;
  font-size: 16px;
  letter-spacing: 0.8px;
}
* > * {
  color: inherit;
}
input:focus {
  outline: none;
  box-shadow: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  word-break: break-all;
  counter-reset: number 0;
}
.eg {
  font-family: "lato", sans-serif;
  letter-spacing: 0.1rem;
}
.en {
  font-family: "Nunito Sans", sans-serif;
}
.main1FC {
  color: #f6f5f2;
}
.main1BgC {
  background-color: #f6f5f2;
}
.main2FC {
  color: #736a63;
}
.main2BgC {
  background-color: #736a63;
}
.main3FC {
  color: #fcf7e1;
}
.main3BgC {
  background-color: #fcf7e1;
}
.main4FC {
  color: #ecdbc3;
}
.main4BgC {
  background-color: #ecdbc3;
}
.fWB {
  font-weight: bold;
}
.publicHead,
.popularHead {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.publicHead .en,
.popularHead .en {
  font-size: clamp(1.75rem, 1.389rem + 1.48vw, 2.5rem);
  font-weight: 900;
  padding: 0 24px 0 16px;
}
.publicHead span:last-child,
.popularHead span:last-child {
  font-size: clamp(0.75rem, 0.63rem + 0.49vw, 1rem);
}
.searchSec .publicHead::before,
.newsSec .publicHead::before,
.popularHead::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.searchSec .publicHead::before {
  background-image: url("../img/keywords.svg");
}
.newsSec .publicHead::before {
  background-image: url("../img/news.svg");
}
.popularHead::before {
  background-image: url("../img/related.svg");
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
.op a:hover {
  opacity: 0.6;
}
figure {
  margin: 0;
}
img {
  height: auto;
}
.mW {
  width: 100%;
  max-width: calc(1200px + 32px);
  margin: auto;
  padding: 0 16px;
}
.breadCrumb {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 40px;
}
.breadCrumb li {
  font-size: 14px;
  display: inline;
  word-break: break-all;
}
.breadCrumb li:not(:last-child)::after {
  content: "\03e";
  margin: 0 0.5rem;
  position: relative;
  top: -1px;
}
.breadCrumb li a {
  font-size: 14px;
}
.breadCrumb li a:hover {
  opacity: 0.6;
}
.logo {
  max-width: 200px;
}
.logo a {
  display: flex;
}
.logo a img {
  object-fit: contain;
}
#toc {
  padding: 24px 40px 40px;
  border-radius: 4px;
  margin: 64px 0 80px;
}
#toc > div {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}

#toc > div::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/toc.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.clinicSearchSec h2::before {
  background-image: url("../img/search.svg");
}
#toc > ol > li.head2 {
  font-weight: bold;
}
#column #toc > ol > li.head2:not(:first-child) {
  margin-top: 24px;
}
#single #toc > ol > li.head2:not(:first-child) {
  margin-top: 8px;
}
#toc > ol > li.head2 a {
  font-size: 16px;
}
#toc > ol > li.head3 a {
  font-size: 14px;
}
#toc > ol > li.head3 {
  margin-left: 8px;
}
#toc > ol li:not(:last-child) {
  margin-bottom: 8px;
}
#toc > ol li a:hover {
  opacity: 0.6;
}
#toc > ol li span {
  margin-right: 1rem;
}
.spParts {
  display: none;
}
.wp-pagenavi {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-pagenavi > * {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  max-width: 40px;
  height: 40px;
  max-height: 40px;
  border-radius: 4px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
}
.wp-pagenavi > a {
  background-color: #fff;
}
.wp-pagenavi > span {
  background: #5a9f4e;
  color: #fff;
}
.wp-pagenavi > *:not(:last-child) {
  margin-right: 8px;
}
.gmoGroupHeader {
  z-index: 1;
}
@-webkit-keyframes buttonHover {
  0% {
    transform: translateY(0);
  }
  to {
    box-shadow: 0 0 rgba(0, 0, 0, 0);
    transform: translateY(2px);
  }
}
@keyframes buttonHover {
  0% {
    transform: translateY(0);
  }
  to {
    box-shadow: 0 0 rgba(0, 0, 0, 0);
    transform: translateY(2px);
  }
}
.relatedHead {
  display: flex;
  align-items: center;
}
.externalFooter {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  justify-items: center;
}
.externalFooter img {
  width: 15px;
  vertical-align: middle;
  margin-left: 5px;
}
.external {
  color: #736a63;
  text-decoration: underline;
}
.external::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../img/external.svg") no-repeat;
  background-size: contain;
  margin-right: 4px;
  margin-left: 4px;
}
#page-top {
  position: fixed;
  right: 15px;
  z-index: 10;
  transform: translateY(100px);
}
#page-top a:hover {
  opacity: 0.6;
}
#page-top a {
  display: flex;
  justify-content: center;
  position: relative;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 2rem;
  transition: all 0.3s;
  border-radius: 10px;
}
#page-top a span {
  display: flex;
  align-items: center;
}
#page-top a span::before,
#page-top a span::after {
  content: "";
  width: 16px;
  height: 5px;
  display: inline-block;
  border-radius: 10px;
  background: #fff;
  position: relative;
}

#page-top a span::before {
  left: 4px;
  transform: rotate(-45deg);
}

#page-top a span::after {
  right: 3px;
  transform: rotate(45deg);
}
#page-top.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
  animation: UpAnime 0.5s forwards;
}
.popularSec {
  padding: 0 16px 100px;
}
.popularSec > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px 0 20px;
}
.popularSec > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin: 60px 0 50px;
}
.popularSec > ul li {
  margin-bottom: 10px;
}
.popularSec > ul a {
  display: flex;
  font-weight: bold;
  flex-direction: column;
  position: relative;
  height: 100%;
  background: #fff;
  border-radius: 4px;
}
.popularSec > ul a > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
}
.popularSec > ul a > div > *:nth-child(2) {
  padding: 16px 0 24px;
}
.popularSec > ul li a > figure img {
  width: 100%;
  aspect-ratio: 3.8 / 2.5;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
}
.popularSec .columnTitle {
  font-size: clamp(0.875rem, 0.694rem + 0.74vw, 1.25rem);
}
.columnTag {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0 0;
  font-size: 20px;
}
.columnTag li {
  font-size: clamp(0.625rem, 0.505rem + 0.49vw, 0.875rem);
}
.columnTag li:not(:last-child) {
  margin-right: 8px;
}
.popularSec time {
  display: flex;
  justify-content: flex-end;
  font-weight: bold;
  font-size: clamp(0.75rem, 0.69rem + 0.25vw, 0.875rem);
  margin-top: auto;
}
.areaWrap {
  display: block;
}
.areaWrapSp {
  display: none;
}
@media screen and (max-width: 768px) {
  body {
    margin-top: 60px;
  }
  .mW {
    padding: 0px 20px;
  }
  .breadCrumb li,
  .breadCrumb li a {
    font-size: 12px;
  }
  .publicHead .en,
  .popularHead .en {
    padding: 0 16px 0 8px;
  }

  .publicHead > span:nth-child(2) > span {
    display: block;
  }
  .searchSec .publicHead::before,
  .newsSec .publicHead::before,
  .popularHead::before {
    width: 24px;
    height: 24px;
  }
  .areaSec {
    display: none;
  }
  .areaWrapSp {
    display: block;
  }
  .popularWrap {
    width: 100%;
    padding: 24px 0;
  }
  .popularSlide .popularSlidelist {
    width: 100%;
    margin-right: 0;
  }
  .popularSlide > .popularSlidelist:not(:last-child) {
    margin-bottom: 24px;
  }
}
.areaWrapSp {
  background-color: #fff;
  border-radius: 10px;
  padding: 8px 0;
}
.areaWrapSp > ul > li:not(:last-child) .acHead {
  border-bottom: 1px solid #736a63;
}
.areaWrapSp > ul > li:first-child .acHead {
  border-radius: 10px 10px 0 0;
  padding-top: 8px;
}
.areaWrapSp .acHead {
  background-color: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.areaWrapSp .acHead span {
  display: block;
  text-align: center;
  line-height: 0;
  position: relative;
  width: 14px;
  height: 14px;
}
.areaWrapSp .acHead::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border: 2px solid #736a63;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.areaWrapSp .acHead span::before,
.areaWrapSp .acHead span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 2px;
  background-color: #736a63;
  transition: 0.3s;
}
.areaWrapSp .acHead span::before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.areaWrapSp .acMenu.open .acHead span::before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.areaWrapSp .acMenu.open .acHead span::after {
  background-color: transparent;
}
.areaWrapSp .acMenu.open {
  border-bottom: 1px solid #736a63;
}
.areaWrapSp .acContent {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.areaWrapSp .acContent {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.areaWrapSp .acContent li {
  position: relative;
}
.areaWrapSp .acContent li:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #736a63;
  border-right: solid 2px #736a63;
  position: absolute;
  top: 50%;
  right: 21.5px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.areaWrapSp .acContent li a {
  display: block;
}
.areaWrapSp .acContent li:first-child a {
  padding: 8px 10px 8px 24px;
}
.areaWrapSp .acContent li:not(:first-child) a {
  display: block;
  padding: 0 10px 8px 24px;
}
.authorData {
    margin: 60px 0 40px;
    border: 2px solid #736A63;
    border-radius: 10px;
    padding: clamp( 22px, calc((100vw - 767px) * (16 / 465) + 22px), 38px ) clamp( 14px, calc((100vw - 767px) * (16 / 465) + 14px), 30px );
    box-sizing: border-box;
}

.authorData .authorBlock {
  position: relative;
    min-height: clamp(80px, calc((100vw - 767px) * (80 / 465) + 80px), 160px);
}

.authorData dl {
      position: relative;
}
.authorData dt {
    margin-left: calc(clamp(80px, calc((100vw - 767px) * (80 / 465) + 80px), 160px) + clamp(16px, calc((100vw - 767px) * (8 / 465) + 16px), 24px));
    margin-bottom: 16px;
}
.authorData dt .authorName {
    padding-bottom: clamp(12px, calc((100vw - 767px) * (12 / 465) + 12px), 24px);
    border-bottom: 1px solid #736A63;
    display: block;
}
.authorData dt .authorName.nameonly {
  padding-bottom: clamp(0.5rem, 2.5vw, 0.75rem);
}

.authorData dt .potision {
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 6px;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.authorData dd {
    margin-left: calc(clamp( 80px, calc((100vw - 767px) * (80 / 465) + 80px), 160px ) + clamp( 16px, calc((100vw - 767px) * (8 / 465) + 16px), 24px ));
}

.authorData .img {
    position: absolute;
    top: 0;
    left: 0;
    width: clamp( 80px, calc((100vw - 767px) * (80 / 465) + 80px), 160px );
    border-radius: 100%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}
.authorData.editorial .img {
    border-radius:unset;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.authorData .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.authorData.editorial .img img {
    object-fit: contain;
}


.authorData .name {
    font-weight: 700;
    font-size: 16px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.authorData .txt p {
    font-size: 14px;
}

.authorData .txt p a {
    font-size: 14px;
    text-decoration: underline;
}

.authorData .txt p a.external::after {
  width: 12px;
  height: 12px;
}

.authorData .sns {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
}

.authorData .sns a {
    display: block;
    width: 32px;
    height: 32px;
    margin-left: 8px;
}

.authorData .link {
    margin: auto;
    width: 160px;
    text-align: center;
    margin-top: clamp( 24px, calc((100vw - 767px) * (8 / 465) + 24px), 32px );
}

.authorData .link a {
    font-size: 14px;
    padding: 13px;
    display: block;
    line-height: 1;
    background: #736A63;
    color: #ffffff;
    font-weight: 700;
    border-radius: 100px;
}

@-webkit-keyframes UpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes UpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#page-top.DownMove {
  -webkit-animation: DownAnime 1s forwards;
  animation: DownAnime 1s forwards;
}
@-webkit-keyframes DownAnime {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
  }
}

@keyframes DownAnime {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
  }
}
@media screen and (max-width: 768px) {
  .pcParts {
    display: none;
  }
  .spParts {
    display: block;
  }
  main {
    padding-top: 60px;
  }
  main#top {
    padding-top: 0px;
  }
  #toc {
    margin: 24px 0 40px;
    padding: 20px;
  }
  .wp-pagenavi {
    flex-wrap: wrap;
  }
  .wp-pagenavi > * {
    margin-bottom: 0.75rem;
  }
  .popularSec {
    position: relative;
    padding: 40px 16px 64px;
    margin-bottom: 40px;
  }
  .popularSec > ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
  }
  .popularSec > ul li:nth-child(3) {
    display: none;
  }
  .popularSec ul li a > figure,
  .popularSec ul li a > figure img,
  .popularSec ul li a > div,
  .popularSec ul li a > div > div {
    width: 100%;
  }
  .popularSec ul li a > figure img {
    height: auto;
  }
  .popularSec > ul a > div {
    padding: 16px 12px;
  }
  .popularSec > ul a > div > *:nth-child(2) {
    padding: 8px 0;
  }
  .authorData.editorial {
    padding-top: 30px;
  }
  .authorData.editorial .img {
      position: relative;
      width: auto;
      height: 200px;
      margin: 0 auto 24px;
      aspect-ratio: unset;
  }
  .authorData dt {
    height: 80px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
  }
  .authorData.editorial dt {
    height: auto;
    margin-left: 0;
  }
  .authorData dd {
    margin-left: 0;
    margin-top: 16px;
  }
  .authorData .sns {
    position: relative;
    justify-content: flex-end;
  }
}
