/*-------------------------------------------------------
  Doctorlayout
-------------------------------------------------------*/
/* ===== SP ===== */

.mainContents {
  width: 100%;
}

.mainContents__wrapper {
  padding: 0;
}

.mainContents__title-wrapper {
  margin-bottom: 30px;
  padding: 0 20px;
}

.mainContents__text-outer {
  margin: 0 20px 64px;
}

.mainContents__text-wrapper {
  margin: 0;
}

.mainContents__text {
  font-size: 17px;
  margin-bottom: 0px;
  padding: 0 0 32px;
}

.mainContents__img-wrapper {
  width: 240px;
  margin: 0 auto;
}

.mainContents__img {
  width: 240px;
  height: 240px;
  margin-bottom: 20px;
  aspect-ratio: 1 / 1;
  border: 1px solid #e4e6eb;
}

.mainContents__name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
  color: #000;
}

.mainContents__honor {
  display: inline-block;
  width: 160px;
  font-size: 13px;
  margin-top: 8px;
  color: #000;
}

.titLv2StudyGroupTop__wrapper {
  display: block;
  padding: 0 0 24px;
}

.titLv2StudyGroupTop__title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 64px;
  text-align: center;
  padding: 0 20px;
}

.titLv2StudyGroupTop__title::after {
  position: absolute;
  content: "";
  width: 48px;
  height: 6px;
  left: calc(50% - 24px);
  bottom: -24px;
  border-radius: 3px;
  background: #ff573d;
}

.doctor__list a {
  text-decoration: none;
}

.profile__wrapper {
  width: 160px;
  margin: 0 auto 40px;
}

.profile__img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin-bottom: 20px;
  aspect-ratio: 1 / 1;
}

.profile__name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
  color: #000;
}

.profile__honor {
  display: inline-block;
  width: 160px;
  font-size: 13px;
  margin-top: 8px;
  color: #000;
}


.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;
}

/* ===== 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__title-wrapper {
    width: 768px;
    margin: 0 auto 56px;
    padding: 64px 0 0 5px;
  }

  .titLv2StudyGroupTop__wrapper {
    padding: 0;
    text-align: center;
  }

  .titLv2StudyGroupTop__wrapper {
    width: 768px;
    margin: 0 auto 64px;
  }

  .titLv2StudyGroupTop__title {
    font-size: 24px;
    padding: 0;
  }

  .mainContents__text-outer {
    display: flex;
  }

  .mainContents__img-wrapper {
    width: 320px;
    margin: 0 auto;
  }

  .mainContents__text-short {
    margin: 0;
  }

  .mainContents__img {
    width: 320px;
    height: 320px;
  }

  .mainContents__text-wrapper {
    margin-top: 12px;
    margin-left: 40px;
  }

  .mainContents__text {
    font-size: 17px;
    line-height: 2;
    padding: 0 0 36px;
  }

  .doctor__list {
    display: flex;
    flex-wrap: wrap;
  }

  .profile__wrapper {
    margin: 0 42px 56px 0;
  }

  .profile__wrapper:nth-of-type(4n) {
    margin-right: 0;
  }

  .profile__img-wrapper {
    margin: 0;
  }
}



/* ===== PC ===== */
@media screen and (min-width:1024px) {
  .mainContents__title-wrapper {
    width: 1000px;
    margin-bottom: 40px;
  }

  .titLv2StudyGroupTop__wrapper,
  .mainContents__text-outer {
    width: 1000px;
    margin: 0 auto 56px;
  }

  .titLv2StudyGroupTop__title {
    font-size: 28px;
  }

  .profile__wrapper {
    margin-right: 50px;
    margin-bottom: 64px;
  }

  .profile__wrapper:nth-of-type(4n) {
    margin-right: 50px;
  }

  .profile__wrapper:nth-of-type(5n) {
    margin-right: 0;
  }

}