/*-------------------------------------------------------
  Doctorlayout
-------------------------------------------------------*/
/* ===== SP ===== */
body {
  background-image: url(/image/common/bg_plus_top.svg), url(/image/common/bg_gradation.jpg);
  background-position: right 5% top 80px, right -50px top;
  background-size: 100px 80px, 100% auto;
  background-repeat: no-repeat;
}

.mainContents {
  width: 100%;
}

.mainContents__wrapper {
  padding: 0;
}

.mainContents__title-wrapper {
  margin-bottom: 30px;
  padding: 0 20px;
}

.title__author-dentist {
  display: block;
  font-size: 14px;
}

.title__author-list {
  font-size: 14px;
}

.mainContents__text-outer {
  background-color: #eff0f3;
  padding: 20px;
  margin: 0 20px 40px;
  border-radius: 10px;
}

.mainContents__text-wrapper {
  margin: 0;
}

.mainContents__text {
  margin-bottom: 0px;
  padding: 0 20px 36px;
}

.mainContents__img-wrapper {
  width: 160px;
  margin: 0 auto 40px;
}

.profile__a {
  display: flex;
  gap: 8px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  height: 100%;
  align-items: center;
}

.doctor__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.mainContents__img,
.profile__img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
}

.profile__img {
  width: 120px;
  height: 120px;
}

.clinic {
  text-align: left;
}

.clinic__wrapper {
  display: flex;
  gap: 16px;
  flex-direction: column;
  justify-content: center;
}

.mainContents__name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
  color: #000;
}

.clinic__name {
  font-size: 14px;
  color: #000;
  display: block;
  text-align: left;
  margin-bottom: 0;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.profile__name {
  font-weight: bold;
  text-align: left;
  color: #000;
  margin-top: 4px;
  font-size: 16px;
  margin-bottom: 0;
}

.clinic__area {
  display: inline-block;
  color: #0069d1;
  font-size: 11px;
  background-color: #e6f3ff;
  padding: 4px 8px;
  border-radius: 6px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}

.clinic__area::before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/image/common/icon_area.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}

.mainContents__honor,
.profile__honor {
  display: inline-block;
  width: 160px;
  font-size: 13px;
  margin-top: 8px;
  color: #000;
}

.profile__type {
  margin: 0 auto;
  text-align: center;
}

.profile__writing {
  display: inline-block;
  background-color: #60ba00;
  color: #fff;
  border-radius: 6px;
  font-size: 12px;
  padding: 6px 16px;
  margin-bottom: 8px;
}

.profile__supervision {
  display: inline-block;
  background-color: #00a2ff;
  color: #fff;
  border-radius: 6px;
  font-size: 12px;
  padding: 6px 16px;
  margin-bottom: 16px;
}

.titLv2ArticleTop__wrapper {
  display: block;
  padding: 0 0 40px;
}

.titLv2ArticleTop__title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 48px;
  text-align: center;
  padding: 0 20px;
}

.titLv2ArticleTop__title::after {
  position: absolute;
  content: "";
  width: 48px;
  height: 6px;
  left: calc(50% - 24px);
  bottom: -24px;
  border-radius: 3px;
  background: #0073e0;
}

.titLv2ArticleTop__title-sub {
  font-size: 16px;
  color: #0073e0;
}

.titLv2ArticleTop__text {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
}

.article__list a,
.doctor__list a {
  text-decoration: none;
}

.article__list-item {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  height: 100%;
}

.article__list-wrapper {
  padding: 0 20px 20px;
}

.article__list-outer {
  display: flex;
  align-items: flex-start；
}

.article__list-item img {
  border-radius: 10px;
}

.article__list-img {
  width: 128px;
  height: 72px;
  margin-right: 8px;
}

.article__list-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #000;
  margin-bottom: 16px;
}

.article__tag {
  display: flex;
  flex-wrap: wrap;
}

.article__tag-item {
  margin-bottom: 8px;
}

.article__tag-item {
  margin-right: 8px;
}

.article__tag-item:last-child {
  margin-right: 0;
}

.article__tag-item {
  display: block;
  font-size: 10px;
  text-decoration: none;
  color: #00a2ff;
  background-color: #ecf8ff;
  border-radius: 12px;
  padding: 6px 10px;
  width: fit-content;
}

.article__author {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}

.article__author-writing {
  display: inline-block;
  background-color: #60ba00;
  color: #fff;
  border-radius: 6px;
  font-size: 11px;
  padding: 4px 8px;
  margin-bottom: 8px;
}

.article__author-supervision {
  display: inline-block;
  background-color: #00a2ff;
  color: #fff;
  border-radius: 6px;
  font-size: 11px;
  padding: 4px 8px;
  margin-bottom: 8px;
}

.article__author-text {
  text-align: left;
  color: #000;
  margin-right: 8px;
  flex-basis: 176px;
}

.article__author-name {
  font-size: 12px;
  font-weight: bold;
}

.article__author-dentist {
  margin-right: 8px;
}

.article__author-doctor {
  margin-left: 8px;
}

.article__author img {
  border-radius: 50%;
  width: 48px;
}

.article__title-wrapper {
  margin-bottom: 32px;
}

.article__list-wrapper:last-child {
  margin-bottom: 32px;
}

.pagination__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
}

.pagination__text {
  margin: 0 5px;
}

.pagination__a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 5px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #000;
}

.pagination__a:hover {
  text-decoration: none;
}

.pagination__a--inactive {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 5px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #000;
  opacity: 0.3;
}

.pagination__a--inactive:hover {
  opacity: 0.3;

  text-decoration: none;
}

.pagination__a--active {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 5px;
  background-color: #0073e0;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
}

.pagination__a--active:hover {
  opacity: 1;

  text-decoration: none;
}

.btnArticlelist {
  display: block;
  width: 160px;
  height: 48px;
  line-height: 48px;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
  text-align: left;
  letter-spacing: 0.1em;
  color: #000;
  font-weight: bold;
  background-image: url(/image/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: 48px 48px;
  background-position: right 8px top 50%;
}

.btnArticlelist__text {
  margin-left: 28px;
}

.btnSearch {
  display: block;
  width: 160px;
  height: 48px;
  line-height: 48px;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
  text-align: left;
  letter-spacing: 0.1em;
  color: #000;
  font-weight: bold;
  background-image: url(/image/common/icon_search_black.svg);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: right 16px top 50%;
  text-decoration: none;
  margin: 16px auto 0;
}

.btnSearch:hover,
.btnSearch:active {
  text-decoration: none;
}

.btnSearch_text {
  margin-left: 28px;
}

.btnClinic {
  display: block;
  width: 280px;
  height: 48px;
  line-height: 48px;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #000;
  font-weight: bold;
  margin: 0 auto;
  background-image: url(/image/common/icon_window.svg);
  background-repeat: no-repeat;
  background-size: 48px 48px;
  background-position: right 26px top 50%;
}

a.btnClinic {
  text-decoration: none;
}

.btnClinic__text {
  margin-left: 36px;
}

.btnNotes__text {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
  color: #686f86;
  margin-bottom: 4px;
}


.search {
  background-image: url(/image/recommend/top/bg_search.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 0;
  margin-bottom: 32px;
}

.search__title {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
  text-align: left;
}

.search__list {
  margin: 0 20px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 8px 8px 16px;
  position: relative;
  z-index: 2;
}

.search__list-title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
  position: relative;
  padding-left: 44px;
  margin: 16px 0;
}

.search__list-title::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  display: block;
  width: 48px;
  height: 48px;
  background-image: url(/image/common/icon_search.svg);
  background-size: contain;
  background-repeat: no-repeat;
}


.search__list-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.search__list-a {
  display: block;
  text-decoration: none;
  color: #0069d1;
  font-size: 13px;
  background-color: #e6f3ff;
  border-radius: 6px;
  padding: 16px 8px;
  margin: 4px;
  width: 100%;
  text-align: center;
}

.search__list-a:hover {
  text-decoration: none;
}

.search__list-item {
  display: flex;
  align-items: stretch;
}

.academic__list-fieldset {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.academicTitle__list-fieldset,
.academic__list-wrapper,
.other__list-fieldset {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

.academic__list-checkbox {
  margin-bottom: 8px;
  width: calc(100% / 1);
}

.academicTitle__list-checkbox,
.other__list-checkbox {
  margin-right: 16px;
}

.academic__list-label,
.academicTitle__list-label,
.other__list-label {
  margin-left: 1px;
  font-size: 14px;
}

.academic__outer,
.other__wrapper {
  background-color: #e4e9ef;
  border-radius: 10px;
  padding: 24px;
  width: auto;
  margin: 0 auto 16px;
}

.academic__orthodontics,
.academic__implant,
.academic__other {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 16px;
}

.academic__wrapper,
.academicTitle__wrapper,
.other__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.academic__wrapper {
  padding-bottom: 24px;
  border-bottom: solid 1px #cccfd9;
  margin-bottom: 24px;
}

.academicTitle__wrapper {
  margin-bottom: 0;
}

.other__wrapper {
  margin-bottom: 16px;
}

.academic__orthodontics,
.academic__implant,
.academic__other {
  display: flex;
  margin-bottom: 16px;
  flex-direction: column;
}

.academic__other {
  margin-bottom: 0;
}

.academic__title,
.academic__orthodontics-title,
.academic__implant-title,
.academic__other-title,
.academicTitle__title,
.other__title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto 16px;
}

.btnPlus__img {
  width: 38px;
  height: 38px;
  background-color: #e4e9ef;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.btnPlus {
  display: block;
  width: 38px;
  height: 38px;
  margin: 0 auto;
  text-align: center;
}

.btnMinus__img {
  width: 38px;
  height: 38px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.btnMinus {
  display: block;
  width: 38px;
  height: 38px;
  z-index: 1;
}

.btnMinus__wrapper {
  position: absolute;
  top: -8px;
  right: -8px;
}

.btnRecommend__area {
  padding: 0 0 60px;
  background-image: url(/image/common/bg_btnrecommend_area_sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.btnRecommend__wrapper {
  margin: 0 20px;
  padding: 32px 20px;
  border: 1px solid #cccfd9;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  ;
}

.btnRecommend__area-title {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.3;
}

.btnRecommend__area-text {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 20px;
}

.btnRecommend {
  display: block;
  width: 280px;
  height: 48px;
  line-height: 48px;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #000;
  font-weight: bold;
  margin: 0 auto;
  background-image: url(/image/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: 48px 48px;
  background-position: right 20px top 50%;
}

a.btnRecommend {
  text-decoration: none;
}

.btnRecommend__text {
  margin-left: 36px;
}

.mainContents__wrapper {
  margin-bottom: 0px;
}

.titLv2ArticleTop__title-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}

.titLv2ArticleTop__title-a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
}

.titLv2ArticleTop__title-a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  min-height: 32px;
  line-height: 18px;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #000;
  font-weight: bold;
  background-image: url(/image/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: right 0px top 50%;
  cursor: pointer;
  padding: 8px 48px 8px 24px;
}

a.titLv2ArticleTop__title-a:hover {
  text-decoration: none;
}

/* ===== tablet ===== */
@media screen and (min-width:768px) {
  body {
    background-image: url(/image/common/bg_gradation.jpg);
    background-position: right top;
    background-size: 830px 896px;
    background-repeat: no-repeat;
  }

  .breadCrumb {
    margin-bottom: 0;
  }

  .mainContents__wrapper {
    margin-top: 0;
  }

  .mainContents__outer {
    position: relative;
  }

  .mainContents__outer::before {
    content: "";
    background-image: url(/image/common/bg_plus_top.svg);
    right: 5%;
    top: -7px;
    background-size: 100px 80px;
    width: 100px;
    height: 80px;
    background-repeat: no-repeat;
    position: absolute;
  }

  .mainContents__title-wrapper {
    width: 768px;
    margin: 0 auto 56px;
    padding: 64px 0 0 5px;
  }

  .titLv2ArticleTop__wrapper {
    padding: 0;
    text-align: center;
  }

  .titLv2ArticleTop__wrapper {
    width: 768px;
    margin: 0 auto 64px;
  }

  .titLv2ArticleTop__title-sub {
    font-size: 18px;
  }

  .titLv2ArticleTop__title {
    font-size: 24px;
    padding: 0;
  }

  .titLv2ArticleTop__text {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 24px;
  }

  .article {
    width: 728px;
    margin: 0 auto;
  }

  .article__title-wrapper {
    margin-bottom: 20px;
  }

  .article__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .article__list-wrapper {
    padding: 0 0 32px;
  }

  .article__list-wrapper:last-child {
    margin-bottom: 0;
  }

  .article__list-item {
    display: flex;
    flex-direction: column;
    width: 350px;
  }

  .article__list-text {
    text-align: left;
    font-size: 16px;
  }

  .article__list-img {
    margin-right: 20px;
  }

  .pagination__text {
    margin: 0 10px;
  }

  .pagination__a {
    margin: 0 10px;
  }

  .pagination__a--active {
    margin: 0 10px;
  }

  .mainContents__text-outer {
    display: flex;
  }

  .mainContents__img-wrapper {
    margin-right: 40px;
    margin-bottom: 0;
  }

  .profile__img-wrapper {
    margin: 0;
  }


  .mainContents__text-wrapper {
    margin-top: 12px;
  }

  .mainContents__text {
    font-size: 16px;
    line-height: 2;
    padding: 0 0 36px;
  }

  .title__author-dentist {
    font-size: 16px;
  }

  .title__author-list {
    font-size: 22px;
  }

  .btnClinic {
    width: 320px;
    margin: 0;
  }

  .btnNotes__text {
    text-align: left;
    margin-left: 36px;
  }

  .mainContents__text-outer {
    padding: 40px;
  }

  .doctor__list {
    display: flex;
    flex-wrap: wrap;
  }

  .doctor__list {
    gap: 32px;
  }

  .profile__wrapper:nth-of-type(4n) {
    margin-right: 0;
  }

  .search {
    position: relative;
    margin-bottom: 48px;
  }

  .search__title {
    font-size: 28px;
  }

  .search__list {
    width: auto;
    margin: 0 20px;
    padding: 16px;
  }

  .search__list-a {
    margin: 12px;
    padding: 16px 20px;
  }

  .search__list-item {
    width: auto;
  }

  .academic__outer {
    width: auto;
    margin-bottom: 16px;
  }

  .academic__wrapper,
  .academicTitle__wrapper,
  .other__wrapper {
    flex-direction: row;
  }

  .academic__orthodontics,
  .academic__implant,
  .academic__other {
    flex-direction: row;
    align-items: center;
  }

  .academic__orthodontics-title,
  .academic__implant-title,
  .academic__other-title {
    width: 100px;
    margin-bottom: 0;
  }

  .academic__title,
  .academicTitle__title,
  .other__title {
    width: 100px;
    margin-bottom: 0;
  }

  .academic__list-checkbox {
    width: calc((100% - 32px) / 2);
    margin: 0 16px 0 0;
  }

  .academic__list-checkbox:nth-child(n+3) {
    margin-top: 8px;
  }

  .doctor__list {
    padding-left: 0;
    padding-right: 0;
    flex-direction: row;
  }

  .profile__a {
    display: flex;
    width: 350px;
    gap: 16px;
  }

  .btnRecommend__area {
    background-color: #fff;
    padding: 60px 0;
    background-image: url(/image/common/bg_btnrecommend_area.webp);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
  }

  .btnRecommend__area-text {
    text-align: center;
  }

  .btnRecommend__wrapper {
    width: 750px;
    margin: 0 auto;
  }

  .btnRecommend__area-title {
    line-height: 1;
  }

  .titLv2ArticleTop__title-btn{
    flex-direction: row;
  }
}



/* ===== PC ===== */
@media screen and (min-width:1024px) {

  .btnRecommend__wrapper,
  .search__list,
  .mainContents__title-wrapper {
    width: 1000px;
  }

  .titLv2ArticleTop__wrapper,
  .mainContents__text-outer {
    width: 1000px;
    margin: 0 auto 56px;
  }

  .titLv2ArticleTop__title {
    font-size: 28px;
  }

  .titLv2ArticleTop__title-sub {
    font-size: 20px;
  }

  .titLv2ArticleTop__text {
    font-size: 18px;
  }

  .btnNotes__text {
    font-size: 14px;
  }

  .article {
    width: 1000px;
  }

  .article__list-item {
    width: 484px;
  }

  .article__list-img {
    width: 192px;
    height: 108px;
  }

  .article__tag-item {
    border-radius: 20px;
    padding: 10px 14px;
  }

  .search__list {
    margin: 0 auto;
  }

  .academic__list-label,
  .academicTitle__list-label,
  .other__list-label {
    font-size: 15px;
  }

  .academic__title,
  .academicTitle__title,
  .other__title {
    width: 160px;
  }

  .academic__orthodontics-title,
  .academic__implant-title,
  .academic__other-title {
    width: 130px;
  }

  .profile__a {
    width: 484px;
  }

  .profile__name {
    font-size: 18px;
  }

  .clinic__name {
    font-size: 16px;
  }

  .profile__img {
    width: 160px;
    height: 160px;
  }
}