body {
  font-family: "Hiragino Kaku Gothic ProN",sans-serif;
}

.p-column__abstract {
  padding: 36px 40px 70px;
  background: #FFF;
}
.p-abstract__top {
  display: flex;
  margin-bottom: 58px;
  align-items: center;
  justify-content: center;
  gap: 0 32px;
}
.p-abstract__img {
  display: block;
  width: 40%;
  max-width: 233px;
  border-radius: 6px;
  overflow: hidden;
}
.p-abstract__txt .u-type__h3--general {
  display: block;
  margin-top: 4px;
  font-size: 18px;
  text-align: center;
  font-family: dnp-shuei-mgothic-std, YuGothic, Yu Gothic Medium, Yu Gothic, Verdana, Meiryo, sans-serif;
  color: #000;
}
.p-column__search .p-categories__title {
  margin-bottom: 36px;
  justify-content: center;
}
.p-categories__items {
  display: flex;
  max-width: 1027px;
  margin: 0 auto;
  justify-content: space-between;
}
.p-categories__item {
  display: flex;
  width: 48%;
  max-width: 460px;
  padding: 23px 18px 28px;
  border: 1px solid #EEE9E9;
  border-radius: 6px;
  align-items: flex-end;
  gap: 0 30px;
}
.p-categories__item__img {
  width: 111px;
  min-width: 111px;
}
.p-categories__item__info {
  width: 100%;
}
.p-column__search .p-categories__item__info .p-categories__title {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 30px;
  font-size: 40px;
}
.p-column__search .p-categories__item__info .p-categories__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 3px;
  background: #FF8368;
  border-radius: 3px;
}
.p-column__search .p-categories__item__info .p-categories__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #EEE9E9;
  border-radius: 3px;
}
.p-column__search .p-categories__item__info .p-categories__title i {
  width: 27px;
  margin-right: 15px;
}
.p-column__search .p-categories__item__info .p-categories__title h2 {
  font-family: Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic Medium, Yu Gothic, Verdana, Meiryo, sans-serif;
}
.p-column__search .p-categories__item__info .p-categories__title h2::before {
  content: none;
}
.p-categories__more {
  display: flex;
  justify-content: flex-end;
}
.p-column__pickup {
  padding: 40px 0;
  background: #FFF8F6;
  overflow: hidden;
}
.p-column__sectitle {
  display: flex;
  margin-bottom: 24px;
  justify-content: center;
}
.p-column__sectitle span {
  position: relative;
  display: flex;
  font-size: 32px;
  font-weight: 600;
  font-family: dnp-shuei-mgothic-std, YuGothic, Yu Gothic Medium, Yu Gothic, Verdana, Meiryo, sans-serif;
  color: #5C4F4C;
  line-height: 1.2;
  align-items: center;
  white-space: nowrap;
  gap: 0 8px;
}
.p-column__sectitle span img {
  display: block;
  margin-bottom: 4px;
  font-size: 0;
}
.p-column__sectitle span::before {
  content: "";
  position: absolute;
  left: -24px;
  width: 100vw;
  height: 0;
  border-bottom: 3px dashed #E0DADA;
  transform: translateX(-100%);
}
.p-column__sectitle span::after {
  content: "";
  position: absolute;
  right: -24px;
  width: 100vw;
  height: 0;
  border-bottom: 3px dashed #E0DADA;
  transform: translateX(100%);
}
.p-column__inner {
  max-width: 1288px;
  padding: 0 64px;
  margin: 0 auto;
}
.p-column__list {
  display: flex;
  margin-bottom: -28px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-column__list::before,
.p-column__list::after {
  content: "";
  display: block;
  width: 30%;
  max-width: 342px;
  order: 1;
}
.p-column__list__item {
  position: relative;
  width: 30%;
  max-width: 342px;
  margin-bottom: 60px;
  background: #FFF;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}
.p-column__list__thumbnail {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.p-column__list__thumbnail::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.p-column__list__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s ease-in-out;
}
.p-column__list__item:hover .p-column__list__thumbnail img {
  transform: scale(1.1);
}
.p-column__list__title {
  position: relative;
  padding: 8px 22px;
  color: #5C4F4C;
}
.p-column__list__title + svg {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 12px;
}
.p-column__list__more {
  display: flex;
  justify-content: center;
}
.p-column__new {
  padding: 40px 0 64px;
  overflow: hidden;
}

@media screen and (max-width: 860px) {
  .p-column__search .p-categories__item__info .p-categories__title h2 {
    font-size: 16px;
  }
  .p-column__inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 760px) {
  .p-column__abstract {
    padding: 13px 15px 45px;
  }
  .p-abstract__top {
    display: block;
    margin-bottom: 28px;
  }
  .p-abstract__img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
  }
  .p-abstract__txt .c-section_title--brand .text {
    font-size: 20px;
  }
  .p-abstract__txt .u-type__h3--general {
    font-size: 11px;
  }
  .p-column__search .p-categories__title {
    margin-bottom: 28px;
  }
  .p-categories__items {
    padding: 0 15px;
    gap: 16px 0;
    flex-wrap: wrap;
  }
  .p-categories__item {
    width: 100%;
    padding: 16px 10px 16px 20px;
    margin: 0 auto;
    border-radius: 4px;
    gap: 0 20px;
  }
  .p-categories__item__img {
    width: 76px;
    min-width: 76px;
  }
  .p-column__search .p-categories__item__info .p-categories__title {
    padding-bottom: 16px;
    margin-bottom: 20px;
  }
  .p-column__search .p-categories__item__info .p-categories__title::before {
    bottom: 4px;
    height: 2px;
  }
  .p-column__search .p-categories__item__info .p-categories__title::after {
    height: 1px;
  }
  .p-column__search .p-categories__item__info .p-categories__title i {
    width: 18px;
    margin-right: 10px;
  }
  .p-categories__more .c-textlink span {
    font-size: 10px;
  }
  .p-categories__more .c-textlink {
    padding-right: 16px;
  }
  .p-categories__more .c-textlink svg {
    width: 10px;
    height: auto;
  }
  .p-column__pickup {
    padding: 24px 0 48px;
  }
  .p-column__sectitle span {
    font-size: 24px;
  }
  .p-column__sectitle span img {
    width: 28px;
  }
  .p-column__pickup .p-column__sectitle span::before,
  .p-column__pickup .p-column__sectitle span::after {
    content: none;
  }
  .p-column__inner {
    padding: 0 20px;
  }
  .p-column__list {
    margin-bottom: -8px;
  }
  .p-column__list.sp__slide {
    margin: 0 -20px;
  }
  .p-column__list.sp__slide .slick-list {
    padding-bottom: 4px !important;
  }
  .p-column__list.sp__slide .slick-list .p-column__list__item {
    max-width: none;
    margin: 0 8px;
    border-radius: 3%;
  }
  .p-column__pickup .p-column__list__more {
    display: none;
  }
  .p-column__list__item {
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
    border-radius: 4px;
  }
  .p-column__list::before,
  .p-column__list::after {
    width: 100%;
  }
}

.p-column__category_post__list .p-categories__title {
  padding: 32px 0;
  justify-content: center;
}
.p-column__abstract.under__abstract {
  padding-bottom: 64px;
}
.p-column__abstract.under__abstract .p-column__search:not(:last-child) {
  margin-bottom: 30px;
}

/*--------------------詳細-------------------*/
.p-column__detail {
  position: relative;
  display: flex;
  max-width: 1288px;
  padding: 24px;
  margin: 0 auto;
}
.p-column__detail__main {
  padding: 0 40px;
  line-height: 1.6;
}
.p-column__detail__sitebar {
  position: sticky;
  top: 0;
  width: 280px;
  min-width: 280px;
}
.p-column__detail__title {
  display: block;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  color: #FF4B24;
  font-family: dnp-shuei-mgothic-std, YuGothic, Yu Gothic Medium, Yu Gothic, Verdana, Meiryo, sans-serif;
}
.p-categories__post__tag {
  display: flex;
  margin-bottom: 40px;
  justify-content: center;
  gap: 6px;
}
.p-categories__post__tag span {
  display: block;
  padding: 6px 20px 4px;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 600;
  color: #5C4F4C;
  background: #EEE9E9;
  border-radius: 20px;
}
.p-categories__post__thumbnail {
  max-width: 700px;
  margin: 0 auto 40px;
}
.p-column__detail__inner {
  margin-bottom: 40px;
}
.p-column__detail__clm:not(:last-child) {
  margin-bottom: 40px;
}
.p-column__detail__inner p:not(:last-child) {
  margin-bottom: 1em;
}
.p-column__detail__inner p a {
  display: inline-block;
  color: #FF4B24;
  text-decoration: underline;
}
.p-column__detail__inner h2 {
  position: relative;
  display: block;
  padding: 4px 32px;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #5C4F4C;
  background: #FFF5F2;
}
.p-column__detail__inner h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: #FF8368;
  border-radius: 8px;
}
.p-column__detail__inner img {
  display: block;
  max-width: 700px;
  margin: 0 auto;
}
.p-column__detail__inner h3 {
  margin-bottom: 24px;
}
.p-column__detail__inner h3 span {
  position: relative;
  display: inline-block;
  padding-bottom: 11px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #5C4F4C;
}
.p-column__detail__inner h3 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 9px;
  background: #FFE8E2;
  border-radius: 9px;
}
.p-column__detail__inner b {
  font-weight: 600;
}
.p-column__detail__inner big {
  font-size: 110%;
}
.p-column__detail__inner small {
  font-size: 80%;
}
.p-column__detail__inner table {
  width: 100%;
  margin-bottom: 24px;
  background: #FFF;
}
.p-column__detail__inner table th {
  padding: 6px;
  background: #FFE8E2;
  border: 1px solid;
}
.p-column__detail__inner table td {
  padding: 8px;
  border: 1px solid;
}
.p-column__detail__faq h2 {
  display: block;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  color: #FF4B24;
}
.p-column__detail__faq__item {
  margin-bottom: 40px;
}
.p-column__detail__faq__item h3 {
  position: relative;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  color: #5C4F4C;
}
.p-column__detail__faq__item h3::before {
  content: "Q";
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-size: 15px;
  color: #FF4B24;
  background: #EEE9E9;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.p-column__detail__faq__item p {
  display: block;
  padding: 8px;
}
.p-column__detail__doctor {
  padding: 24px;
  border: 1px solid #EEE9E9;
  border-radius: 6px;
}
.p-column__detail__doctor__title {
  display: block;
  padding-bottom: 4px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  color: #FF8368;
  border-bottom: 1px solid #FF8368;
}
.p-column__detail__doctor__card {
  display: flex;
  gap: 0 16px;
}
.p-column__detail__doctor__photo {
  width: 190px;
  min-width: 190px;
}
.p-column__detail__doctor__photo div {
  position: relative;
  margin-bottom: 6px;
  overflow: hidden;
}
.p-column__detail__doctor__photo div::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.p-column__detail__doctor__photo div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-column__detail__doctor__name {
  display: block;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #FF4B24;
}
.p-column__detail__doctor__info {
  padding: 25px 33px;
  color: #5C4F4C;
  border: 1px solid #EEE9E9;
  border-radius: 6px;
}
.p-column__detail__doctor__info-others {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px dashed #EEE9E9;
}

.sitebar__category__list .u-type__h3--brand::before {
  content: none;
}
.sitebar__category__list {
  padding: 24px 30px;
  margin-bottom: 24px;
  background: #F6F6F6;
}
.sitebar__category__list .p-categories__title {
  margin-bottom: 29px;
}
.sitebar__category__list .p-categories__title h2 {
  font-size: 16px;
  color: #5C4F4C;
}
.sitebar__category__list .p-categories__title i {
  width: 24px;
  margin-right: 4px;
}
.sitebar__category__list ul li:not(:last-child) {
  margin-bottom: 24px;
}
.sitebar__category__list ul li a {
  display: flex;
  color: #5C4F4C;
  justify-content: space-between;
}
.sitebar__category__list ul li a svg {
  display: block;
  width: 14px;
  margin-left: 8px;
}

.sitebar__column__list {
  padding: 12px 0;
}
.sitebar__column__title {
  display: block;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  color: #5C4F4C;
  font-family: dnp-shuei-mgothic-std, YuGothic, Yu Gothic Medium, Yu Gothic, Verdana, Meiryo, sans-serif;
}
.sitebar__column__list ul li:not(:last-child) {
  margin-bottom: 16px;
}
.sitebar__column__list ul li .sitebar__column__item {
  display: flex;
  padding: 6px 4px;
  border-radius: 6px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
  gap: 0 6px;
}
.sitebar__column__thumbnail_wrap {
  width: 96px;
  min-width: 96px;
  overflow: hidden;
}
.sitebar__column__thumbnail {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.sitebar__column__thumbnail::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 78%;
}
.sitebar__column__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  object-fit: cover;
}
.sitebar__column__tags {
  display: flex;
  padding: 0 4px;
  margin-top: 4px;
  font-size: 12px;
  color: #FF8368;
  gap: 6px;
  justify-content: flex-end;
}
.sitebar__column__tags a {
  display: block;
}
.sitebar__column__tags span {
  display: block;
  padding: 2px 6px;
  background: #FFF5F2;
  border-radius: 4px;
}
.sitebar__column__tit {
  position: relative;
  font-size: 14px;
  line-height: 1.2;
  color: #5C4F4C;
}
.sitebar__column__tit p {
  -webkit-line-clamp: 4;
  -moz-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.sitebar__column__tit + svg {
  display: block;
  width: 14px;
  margin-left: auto;
}

@media screen and (max-width: 760px) {
  .p-column__detail {
    padding: 24px 15px;
    gap: 36px 0;
    flex-wrap: wrap;
  }
  .p-column__detail__main {
    width: 100%;
    padding: 0;
  }
  .p-column__detail__title {
    font-size: 20px;
    text-align: left;
  }
  .p-categories__post__tag {
    margin-bottom: 24px;
    justify-content: flex-start;
    gap: 0 4px;
  }
  .p-categories__post__tag span {
    padding-bottom: 5px;
    font-size: 12px;
  }
  .p-categories__post__thumbnail {
    margin-bottom: 24px;
  }
  .p-column__detail__inner {
    font-size: 15px;
  }
  .p-column__detail__inner h2 {
    padding: 4px 20px;
    margin-bottom: 28px;
  }
  .p-column__detail__inner h3 {
    margin-bottom: 20px;
  }
  .p-column__detail__inner h3 span {
    font-size: 16px;
  }

  .p-column__detail__doctor {
    padding: 16px;
    border-radius: 4px;
  }
  .p-column__detail__doctor__title {
    font-size: 16px;
  }
  .p-column__detail__doctor__card {
    gap: 16px 0;
    flex-wrap: wrap;
  }
  .p-column__detail__doctor__photo {
    width: 100%;
    min-width: auto;
  }
  .p-column__detail__doctor__photo div {
    max-width: 190px;
    margin: 0 auto 8px;
  }
  .p-column__detail__doctor__name {
    font-size: 16px;
  }
  .p-column__detail__doctor__info {
    padding: 16px;
    font-size: 15px;
    border-radius: 4px;
  }
  .p-column__detail__sitebar {
    position: relative;
    width: 100%;
    min-width: auto;
  }

  .sitebar__column__list ul li .sitebar__column__item {
    gap: 0 9px;
  }
}

/*サイドバータグなし*/
.sitebar__column__thumbnail {
  display: block;
  height: 100%;
}
.sitebar__column__tags {
  display: none;
}

/*タイトル調整*/
.p-column__category_post__list .p-categories__title h2 {
  padding-bottom: 0.4em;
}
.p-column__search .p-categories__item__info .p-categories__title h2 {
  color: #FF8368;
}

/*スライド矢印*/
.p-column__list.sp__slide {
  position: relative;
  z-index: 1;
}
.sp__slide .slick-prev,
.sp__slide .slick-next {
  display: block;
  left: 16px;
  width: 36px;
  height: 36px;
  font-size: 0;
  background: #FFF url(./icon_slide_prev.png) 50% 50% / 100% 100% no-repeat;
  border-radius: 50%;
  z-index: 9;
}
.sp__slide .slick-next {
  left: auto;
  right: 16px;
  background: #FFF url(./icon_slide_next.png) 50% 50% / 100% 100% no-repeat;
}

/*記事余白調整*/
.list__no_search .p-column__list {
  margin-bottom: 4px;
}
@media screen and (max-width: 760px) {
  .list__no_search .p-column__list {
    margin-bottom: 24px;
  }
}

.sitebar__column__main {
  position: relative;
  width: 100%;
  padding-bottom: 16px;
}
.sitebar__column__tit + svg {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 760px) {
  .sp__slide .slick-track {
    display: flex;
  }
  .sp__slide .slick-slide {
    height: auto !important;
  }
  .sp__slide .p-column__list__title {
    min-height: calc(100% - 49.5vw);
  }
}

.p-column__detail__title .sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-column__detail__title .pc {
    display: none;
  }
  .p-column__detail__title .sp {
    display: block;
  }
}