@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:
Note:

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	Function
3.	Layout
4.	Object

------------------------------------------------------------------------
----------------------------------------------------------------------*/
.p-supervisor {
  position: relative;
  margin: 15px 0 20px;
  padding: 10px;
  background: #efece9;
  color: #7f7875;
}
.p-supervisor a {
  color: #7f7875;
}
.p-supervisor__headline {
  position: absolute;
  top: 15px;
  left: 90px;
  margin: 0;
  padding: 0;
  background: none;
  line-height: 1;
  font-size: 0.75rem;
  font-weight: normal;
}
.p-supervisor__details {
  display: flex;
  align-items: center;
}
.p-supervisor__details__pic {
  margin-right: 10px;
  background: #fff;
}
.p-supervisor__details__name {
  margin-top: 7px;
  line-height: 1.3;
  font-size: 0.75rem;
}
.p-supervisor__details__name a:hover > * {
  opacity: 1;
}
.p-supervisor__details__name .name-emphasis {
  font-size: 1rem;
  font-weight: bold;
}
.p-supervisor__link {
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin: 0;
  padding: 0;
  background: none;
  text-align: right;
  line-height: 1;
  font-size: 1.2em;
}
.p-supervisor__link a {
  padding-left: 15px;
  background: url(../../img/arrow/arrow2.png) left center no-repeat;
}
.p-supervisor__link a:hover {
  background: url(../../img/arrow/arrow2_h.png) left center no-repeat;
  color: #6d9dd0;
}

.m-provider {
  position: relative;
  margin: 15px 0 40px;
  padding: 10px;
  background: #efece9;
  color: #7f7875;
}
.m-provider a {
  color: #7f7875;
}
.m-provider .title {
  position: absolute;
  top: 15px;
  left: 90px;
  margin: 0;
  padding: 0;
  background: none;
  line-height: 1;
  font-size: 1.3em;
  font-weight: normal;
}
.m-provider .doctor {
  display: flex;
  align-items: center;
}
.m-provider .doctor .pic {
  margin-right: 10px;
  background: #fff;
}
.m-provider .doctor .name {
  margin-top: 7px;
  line-height: 1.3;
  font-size: 1.2em;
}
.m-provider .doctor .name .emphasis {
  font-size: 1.3333333333em;
  font-weight: bold;
}
.m-provider .link {
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin: 0;
  padding: 0;
  background: none;
  text-align: right;
  line-height: 1;
  font-size: 1.2em;
}
.m-provider .link a {
  padding-left: 15px;
  background: url(../../img/pc/arrow2.png) left center no-repeat;
}
.m-provider .link a:hover {
  background: url(../../img/pc/arrow2_h.png) left center no-repeat;
  color: #6d9dd0;
}

#profile {
  padding: 2em;
}
#profile .title {
  top: 20px;
  left: 100px;
  margin-bottom: 0.4em;
  opacity: 0.8;
  font-size: 1em;
}
#profile .doctor {
  margin-bottom: 1.4em;
}
#profile .doctor .name {
  margin-top: 1em;
}
#profile .doctor .name .emphasis {
  margin-top: 0.7em;
  font-size: 15px;
}
#profile .doctor .name .position {
  font-size: 1.25em;
}
#profile .doctor .name .position .job-title {
  display: block;
  margin-top: 0.7em;
  opacity: 0.9;
  font-size: 12px;
}
#profile .introduction,
#profile .license,
#profile .society {
  text-align: justify;
  line-height: 1.7;
  font-size: 1.25em;
}
#profile .introduction a,
#profile .license a,
#profile .society a {
  color: #6d9dd0;
}
#profile .introduction {
  margin-bottom: 0.8em;
}
#profile .society {
  margin-top: 0.8em;
}

.case-movie {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 30px;
}
.case-movie__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background: #dfd8d3;
}
.case-movie__item:first-child:last-child {
  flex-direction: row;
  width: 100%;
}
.case-movie__title {
  flex: 1;
  text-align: center;
  line-height: 1.3125;
  font-size: 1.6em;
  font-weight: bold;
  color: #59514d;
}
.case-movie__pic {
  cursor: pointer;
}

.p-anchor .anchor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -2px;
}
.p-anchor .anchor-item {
  overflow: hidden;
  flex-basis: 172px;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0 2px 5px;
  border-radius: 4px;
}
.p-anchor .anchor-item a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: linear-gradient(#f2efed, #e5dfdb);
  text-align: center;
  line-height: 1.2307692308;
  font-size: 1.3em;
  color: #7f7875;
  transition: opacity 0.1s linear;
}
.p-anchor .anchor-item a::after {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  bottom: 9px;
  margin-right: -4px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #7f7875;
  border-bottom: 1px solid #7f7875;
  transform: rotate(45deg);
}
.p-anchor .anchor-item a:hover {
  opacity: 0.5;
  color: #7f7875 !important;
}
.p-anchor .p-anchor__list {
  margin: 0;
  gap: 5px;
}
.p-anchor .p-anchor__item {
  flex-basis: auto;
  margin: 0;
  width: 0;
}
.p-anchor .p-anchor__item a {
  color: #7e7774;
}
.p-anchor .p-anchor__item a::after {
  border-right: 1px solid #7e7774;
  border-bottom: 1px solid #7e7774;
}
.p-anchor .p-anchor__item a:hover {
  text-decoration: none;
}

.link.button a {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 2px solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  vertical-align: middle;
  line-height: 1.25;
  color: #f5f2f0;
  box-sizing: border-box;
  transition: opacity 0.1s linear;
}
.link.button a > * {
  color: #f5f2f0;
}
.link.button a .inner-text1 {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 2.5;
  font-size: 16px;
}
.link.button a .inner-text2 {
  display: block;
  flex-grow: 1;
  align-self: flex-end;
  order: 3;
  width: 100%;
  border-top: 1px solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 10px;
}
.link.button a::before {
  content: none;
}
.link.button a::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 5px;
  width: 21px;
  height: 21px;
  background: url(../../../img/arrow/arrow16.png) right top no-repeat;
}
.link.button a:hover {
  text-decoration: none;
}
.link.button a:hover > *, .link.button a:hover::before {
  color: #f5f2f0;
}
.link.button a:hover .inner-text1 {
  opacity: 1;
}
.link.button a:hover::after {
  background: url(../../../img/arrow/arrow16_h.png) right top no-repeat;
}

.p-main {
  color: #7f7875;
}

a {
  transition: color 0.1s linear;
}
a:hover {
  text-decoration: none;
  color: #ec7c78;
}

.text {
  text-align: justify;
  line-height: 2;
  font-size: 14px;
}

.link {
  text-align: right;
  font-size: 1.4em;
  margin-top: 20px;
}
.link a {
  transition: all 0.1s linear;
  display: inline-block;
  padding: 19px 42px;
  background: url(../../../img/arrow/arrow16.png) right 11px center no-repeat #d3cbc5;
  color: #7f7875;
}
.link a:hover {
  opacity: 0.6;
  color: #7f7875 !important;
}
.link.button a {
  justify-content: center;
  height: 54px;
  font-size: 14px;
}
.link.button a::before {
  content: none;
}
.link.button a::after {
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

.p-supervisor {
  margin: 50px 67px 30px;
}
.p-supervisor__headline {
  font-size: 12px;
}
.p-supervisor__details__pic {
  width: 70px;
  height: 70px;
}
.p-supervisor__details__pic img {
  width: 100%;
  height: 100%;
}
.p-supervisor__details__name {
  font-size: 12px;
}
.p-supervisor__details__name .name-emphasis {
  font-size: 16px;
}
.p-supervisor__link {
  font-size: 12px;
}
.p-supervisor__link a {
  background: url(../../../img/arrow/arrow2.png) left center no-repeat;
}
.p-supervisor__link a:hover {
  background: url(../../../img/arrow/arrow2_h.png) left center no-repeat;
  color: #ec7c78;
}

.c-lead {
  margin: 0 67px;
}

.p-anchor {
  padding: 50px 80px;
}
.p-anchor .p-anchor__item {
  width: 133px;
}

.p-box {
  margin: 0 80px 50px;
}
.p-box__title {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  padding-left: 18px;
  height: 62px;
  border-top: solid 3px;
  border-image-source: linear-gradient(to right, rgba(230,22,115,.7), rgba(183,6,91,.7));
  border-image-slice: 1;
  background: linear-gradient(to bottom, #fff, #ebe6e2);
  line-height: 1.1666666667;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
}
.p-box__lead {
  margin-bottom: 30px;
}
.p-box:last-child {
  margin-bottom: 70px;
}

.p-subbox {
  margin-bottom: 30px;
}
.p-subbox__title {
  margin-bottom: 15px;
  padding-left: 15px;
  border-left: solid 7px;
  border-image-source: linear-gradient(to bottom, #e2babb, #c28086);
  border-image-slice: 1;
  line-height: 1.2;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  font-weight: bold;
}

.p-reason__title {
  margin-bottom: 60px;
  text-align: right;
}
.p-reason__contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: min-content 1fr;
  gap: 30px 40px;
  margin-top: 50px;
}
.p-reason__contents__title {
  grid-column: 1/2;
  grid-row: 1/2;
}
.p-reason__contents__text {
  grid-column: 1/2;
  grid-row: 2/3;
  line-height: 1.7142857143;
  font-size: 1.4em;
}
.p-reason__contents__text .small {
  display: block;
  font-size: 0.8571428571em;
  text-align: right;
}
.p-reason__contents__pic {
  grid-column: 2/3;
  grid-row: 1/3;
}
.p-reason__contents__pic video {
  margin-top: 10px;
  width: 369px;
  height: auto;
  aspect-ratio: 16/9;
}
.p-reason__contents:nth-of-type(2) .p-reason__contents__title,
.p-reason__contents:nth-of-type(2) .p-reason__contents__text {
  grid-column: 2/3;
}
.p-reason__contents:nth-of-type(2) .p-reason__contents__pic {
  grid-column: 1/2;
}

.case-movie {
  margin-top: 30px;
}
.case-movie__item__inner {
  align-self: flex-start;
  padding: 20px 20px 15px;
}
.case-movie__title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #59514d;
  text-align: left;
}
.case-movie__title .icon {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 13px 3px;
  border-radius: 26px;
  background: #59514d;
  font-size: 0.875em;
  font-weight: bold;
  color: #fff;
}
.case-movie__title .text {
  display: block;
  line-height: 1.4444444444;
  font-size: 1.125em;
  font-weight: bold;
  color: #59514d;
}
.case-movie__text {
  line-height: 1.6666666667;
  font-size: 1.5em;
  color: #59514d;
}
.case-movie__text .emphasis {
  font-weight: bold;
}
.modal-video-body:has(iframe[src*=ktjk02Ug60s]) {
  max-width: 640px;
}

.p-about-box {
  margin-top: 30px;
}
.p-about-box__title {
  display: flex;
  align-items: center;
  padding: 13px;
  background: #dfa292;
}
.p-about-box__title em {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
  width: 195px;
  height: 30px;
  border-radius: 40px;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  color: #dfa292;
}
.p-about-box__title span {
  line-height: 1.2222222222;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.p-about-box__inner {
  padding: 28px 30px 20px;
  background: #fbfaf9;
}
.p-about .face .p-plustopics iframe {
  width: 200px;
  aspect-ratio: 1/1.775;
}
.p-about .thighs .case-movie__item {
  flex-direction: column;
  padding: 20px 20px 15px;
  width: 644px;
}
.p-about .thighs .case-movie__item__inner {
  display: contents;
}
.p-about .thighs .case-movie__title {
  order: 1;
  width: 100%;
}
.p-about .thighs .case-movie__text {
  order: 3;
}
.p-about .thighs .case-movie__pic {
  order: 2;
  margin-bottom: 10px;
}

.p-case-box {
  position: relative;
}
.p-case-box__pic {
  margin-top: 20px;
}
.p-case-table {
  margin-top: 20px;
}
.p-case-table table {
  font-size: 12px;
}
.p-case-table th,
.p-case-table td {
  padding: 5px 10px;
  border: 1px solid #d3cac3;
  line-height: 1.5;
}
.p-case-table th {
  width: 90px;
  background: #f5f3f1;
  text-align: center;
  white-space: nowrap;
}
.p-case-table td a {
  color: #6d9dd0;
}
.p-case .abdomen .p-case-box {
  height: 393px;
}
.p-case .abdomen .p-case-box__text {
  width: 365px;
}
.p-case .abdomen .p-case-box__pic {
  position: absolute;
  top: -37px;
  margin: 0;
}
.p-case .waist .p-case-box {
  display: flex;
  justify-content: space-between;
}
.p-case .waist .p-case-box__text {
  width: 365px;
}
.p-case .waist .p-case-box__pic {
  margin-top: -36px;
  width: 404px;
}

.p-faq__list-item__question, .p-faq__list-item__answer {
  position: relative;
  padding-left: 25px;
}
.p-faq__list-item__question::before, .p-faq__list-item__answer::before {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.2;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 22px;
  color: #c46281;
}
.p-faq__list-item__question {
  margin-bottom: 14px;
  font-weight: bold;
}
.p-faq__list-item__question::before {
  content: "Q";
  font-weight: normal;
}
.p-faq__list-item__answer::before {
  content: "A";
  margin-left: 2px;
}
.p-faq__list-item + .p-faq__list-item {
  margin-top: 40px;
}

.p-recommendation__list-item {
  position: relative;
  border-bottom: 1px solid #c7bcb5;
  background-position: left top;
  background-repeat: no-repeat;
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  color: #7f7875;
}
.p-recommendation__list-item .intro {
  margin-bottom: 20px;
  padding-left: 160px;
}
.p-recommendation__list-item .intro > .title {
  float: left;
  margin-bottom: 10px;
  padding-top: 20px;
  width: 320px;
  border-bottom: 1px solid #c7bcb5;
  line-height: 1.4;
  font-size: 18px;
  font-weight: bold;
  color: #6d6663;
}
.p-recommendation__list-item .intro .pic {
  display: table;
  float: right;
  margin: 5px 0 0;
  caption-side: bottom;
}
.p-recommendation__list-item .intro figcaption {
  display: table-caption;
  margin-top: 5px;
  line-height: 1.25;
  font-size: 8px;
  color: #b0acaa;
}
.p-recommendation__list-item .intro .lead,
.p-recommendation__list-item .intro .example {
  display: block;
  float: left;
  width: 320px;
}
.p-recommendation__list-item .intro .lead {
  margin-bottom: 8px;
  line-height: 1.5;
  font-size: 12px;
}
.p-recommendation__list-item .intro .example {
  clear: left;
  text-align: right;
  font-size: 12px;
}
.p-recommendation__list-item .intro .example .emphasis {
  display: block;
  margin-top: 8px;
  margin-left: 0.5em;
  font-size: 20px;
  font-weight: bold;
  color: #ec7c78;
}
.p-recommendation__list-item .intro .example .emphasis span {
  font-size: 12px;
  color: #7f7875;
}
.p-recommendation__list-item .intro .link2 {
  clear: right;
  float: right;
  margin-top: 10px;
}
.p-recommendation__list-item .intro .link2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 199px;
  height: 24px;
  border-radius: 40px;
  background: #9a9491;
  font-size: 13px;
  color: #fff;
  transition: opacity 0.25s;
}
.p-recommendation__list-item .intro .link2 a::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 10px;
  width: 8px;
  height: 8px;
  background: url(../../../img/arrow/arrow15.png) center no-repeat;
}
.p-recommendation__list-item .intro .link2 a:hover {
  opacity: 0.8;
}
.p-recommendation__list-item .intro::after {
  content: "";
  display: table;
  clear: both;
}
.p-recommendation__list-item:first-child {
  border-top: 1px solid #c7bcb5;
}
.p-recommendation__list-item.vaser_monitor2 {
  background-image: url(../../../img/monitor_list_operation_bg_vaser_monitor2.jpg);
}
.p-recommendation__list-item.curves-lipo {
  background-image: url(../../../img/monitor_list_operation_bg_curves-lipo.jpg);
}
.p-recommendation__list-item.muscle-lipo {
  background-image: url(../../../img/monitor_list_operation_bg_muscle-lipo.jpg);
}
.p-recommendation__list-item.tightening-lipo {
  background-image: url(../../../img/monitor_list_operation_bg_tightening-lipo.jpg);
}

.p-doctor__history {
  position: relative;
  margin-bottom: 80px;
}
.p-doctor__history .history__pic {
  position: absolute;
  top: 0;
  right: 0;
}
.p-doctor__history .history__title {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  padding-left: 14px;
  width: 545px;
  height: 29px;
  border-top: 2px solid #a49489;
  border-bottom: 1px solid #c8bdb5;
  background: linear-gradient(to bottom, #fff, #f4f2ef);
  font-size: 14px;
  box-sizing: border-box;
}
.p-doctor__history .history__list {
  width: 545px;
  border-top: 1px solid #a49489;
  border-bottom: 1px solid #a49489;
}
.p-doctor__history .history__list-item {
  border-top: 1px dotted #a49489;
}
.p-doctor__history .history__list-item__inner > * {
  display: table-cell;
  padding: 7px 14px;
  line-height: 1.5;
  font-size: 11px;
}
.p-doctor__history .history__list-item__title {
  width: 67px;
  background: #f6f4f2;
  box-sizing: border-box;
}
.p-doctor__history .history__list-item:first-child {
  border-top: 0;
}
.p-doctor__interview {
  position: relative;
  border-bottom: 1px dotted #a49489;
}
.p-doctor__interview .interview-box {
  padding: 35px 0;
}
.p-doctor__interview .interview-box__title {
  margin-bottom: 25px;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.1875;
  font-size: 16px;
  color: #a49489;
}
.p-doctor__interview .interview-box__text {
  font-size: 12px;
}
.p-doctor__interview .interview-box__text span {
  display: block;
}
.p-doctor__interview .interview-box__text span::before {
  content: "・";
}
.p-doctor__interview .interview-box__pic {
  position: absolute;
}
.p-doctor__interview .box1 {
  padding-top: 0;
  width: 436px;
  border-bottom: 1px dotted #a49489;
}
.p-doctor__interview .box1 .interview-box__pic {
  top: 0;
  right: 27px;
  z-index: 2;
}
.p-doctor__interview .box2 {
  width: 584px;
}
.p-doctor__interview .box3 {
  margin-left: 319px;
  width: 509px;
  border-top: 1px dotted #a49489;
}
.p-doctor__interview .box3 .interview-box__pic {
  top: 208px;
  right: 0;
  z-index: 1;
}
.p-doctor__interview .box4 {
  margin-left: 319px;
  width: 509px;
  border-top: 1px dotted #a49489;
}
.p-doctor__interview .box4 .interview-box__pic {
  bottom: 42px;
  left: 0;
}

.p-doctor__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
  margin-right: -15px;
  margin-left: -15px;
}
.p-doctor__item {
  position: relative;
  width: 424px;
}
.p-doctor__pic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-doctor__text {
  padding: 66px 0 14px 210px;
  line-height: 1.4285714286;
  font-family: YakuHanMP, "リュウミン R-KL JIS2004", "Ryumin Regular KL JIS2004", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 14px;
}
.p-doctor__link {
  margin: 0 0 11px 205px;
}
.p-doctor__link a {
  display: block;
  box-sizing: border-box;
  padding-left: 23px;
  width: 207px;
  background: url(../../../img/arrow/arrow2.png) left 5px center no-repeat, url(../../../img/members_doctor_button_bg.png) left top no-repeat;
  line-height: 28px;
  font-size: 13px;
  color: #7f7f7f;
  transition: all 0.15s linear;
}
.p-doctor__link a:hover {
  background: url(../../../img/arrow/arrow2_h.png) left 5px center no-repeat, url(../../../img/members_doctor_button_bg.png) left top no-repeat;
  text-decoration: none;
  color: #ed7b74;
}
.p-doctor__link a:hover > * {
  opacity: 1;
}

.p-clinic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-clinic .p-box__title, .p-clinic .p-box__lead {
  width: 100%;
}
.p-clinic .box1 {
  width: 385px;
}
.p-clinic .box1__title {
  margin: 25px 0;
}
.p-clinic .box1__text {
  margin-bottom: 17px;
  line-height: 1.3846153846;
  font-size: 13px;
}
.p-clinic .box1__pic {
  margin-bottom: 17px;
}
.p-clinic .box2 {
  width: 413px;
}
.p-clinic .box2__map {
  margin-bottom: 27px;
}
.p-clinic .box2__map iframe {
  width: 100%;
  height: 380px;
}
.p-clinic .box2__button {
  float: right;
  width: 170px;
  border-radius: 2px;
  background: #9a9a9c;
  text-align: center;
  line-height: 27px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
}
.p-clinic .box2__button a {
  display: block;
  position: relative;
  color: #fff;
}
.p-clinic .box2__button a::before {
  content: "▶︎";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.p-profile {
  position: relative;
  margin: 0 80px 100px;
  padding: 20px;
  background: #efece9;
  color: #7f7875;
}
.p-profile__title {
  position: absolute;
  top: 20px;
  left: 100px;
  margin-bottom: 4px;
  font-size: 13px;
  opacity: 0.8;
}
.p-profile__details {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.p-profile__details__pic {
  margin-right: 10px;
  width: 70px;
  height: 70px;
}
.p-profile__details__pic img {
  width: 100%;
  height: 100%;
}
.p-profile__details__name {
  margin-top: 10px;
  line-height: 1.3;
  font-size: 12px;
}
.p-profile__details__name em {
  margin-top: 7px;
  font-size: 15px;
  font-weight: bold;
}
.p-profile__details__name span {
  display: block;
  margin-top: 3px;
  opacity: 0.9;
}
.p-profile__introduction, .p-profile__license {
  text-align: justify;
  line-height: 1.7;
  font-size: 12px;
}
.p-profile__introduction a, .p-profile__license a {
  color: #6d9dd0;
}
.p-profile__introduction {
  margin-bottom: 8px;
}
.p-profile__license + .p-profile__license {
  margin-top: 8px;
}
/*# sourceMappingURL=feature_lipo-osaka.css.map */
