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

File Name:
Note:


New Creation:	.
Last Change:	.


Created By		Yoshiaki Murakami

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

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

------------------------------------------------------------------------
----------------------------------------------------------------------*/
.p-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  height: 300px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.p-title__text {
  text-align: center;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 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: 3.4rem;
  color: #fff;
}

.p-title__text::after {
  content: attr(data-eng);
  display: block;
  margin-top: 15px;
  width: 100%;
  text-transform: capitalize;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.4rem;
  color: #7e7774;
}

.p-box__title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
  height: 77px;
  background: url(../../img/pc/contents_operation_contents_title_bg.png) 0 0 no-repeat;
  text-align: center;
  text-shadow: 0 0 8px #250708;
  line-height: 1.2857142857;
  font-family: "YakuHanMP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 2.8em;
  color: #fff;
  box-sizing: border-box;
}

.webp .p-box__title {
  background-image: url(../../img/pc/contents_operation_contents_title_bg.webp);
}

.p-text-link a {
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
}
.p-text-link a::after {
  content: "";
  display: block;
  margin-left: 5px;
  width: 13px;
  height: 13px;
  background: url(../../img/pc/arrow/arrow5.png) right center no-repeat;
}

.webp .p-text-link a::after {
  background-image: url(../../img/pc/arrow/arrow5.webp);
}

.p-doctors__list {
  display: flex;
  justify-content: space-between;
}
.p-doctors__item {
  position: relative;
  width: 322px;
  height: 130px;
  border: 1px solid #c5bcb5;
  box-sizing: border-box;
  transition: opacity 0.15s linear;
}
.p-doctors__item:hover {
  opacity: 0.5;
}
.p-doctors__item > *:not([class*=pic]) {
  margin-left: 100px;
  text-align: center;
}
.p-doctors__item__title {
  margin-bottom: 8px;
  padding-top: 24px;
  font-size: 1.1em;
}
.p-doctors__item__name {
  margin-bottom: 9px;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 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: 2em;
  font-weight: bold;
}
.p-doctors__item__name a {
  text-decoration: none;
  color: #6d6562;
}
.p-doctors__item__name a:hover {
  text-decoration: none;
}
.p-doctors__item__name a::after {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.p-doctors__item__text {
  line-height: 1.5;
  font-size: 1.2em;
}
.p-doctors__item__pic {
  position: absolute;
  top: 0;
  left: 0;
}

.p-title {
  background-image: url(../../img/pc/members_title_bg.jpg);
}
.p-title__text {
  color: #584f4c;
}

.p-update-date {
  margin: 0 0 10px;
  text-align: right;
  font-size: 1.2em;
}

.p-box {
  margin-bottom: 80px;
}
.p-box > *:not([class*=title]) {
  margin-right: 20px;
  margin-left: 20px;
}
.p-box__title {
  margin-bottom: 30px;
}

.p-lead__title {
  margin-bottom: 25.5px;
  text-align: center;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 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: 2em;
  font-weight: bold;
  color: #6d6562;
}
.p-lead__text {
  line-height: 1.6;
  font-size: 1.5em;
  margin-bottom: 75.5px;
}

.p-staff__title {
  margin-bottom: 35px;
}
.p-staff__lead {
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.5;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 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: 2em;
  font-weight: bold;
  color: #6d6562;
}
.p-staff__pic {
  float: right;
  margin: 0 0 20px 20px;
}
.p-staff__text {
  line-height: 1.6;
  font-size: 1.5em;
  margin-bottom: 35.5px;
}
.p-staff__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 35.5px;
}
.p-staff__contents__title {
  margin-bottom: 22px;
  width: 100%;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 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: 2em;
  font-weight: bold;
  color: #6d6562;
}
.p-staff__contents__text {
  line-height: 1.6;
  font-size: 1.5em;
  width: 544px;
}

.p-comments {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #c5bcb5;
}
.p-comments__contents {
  width: 322px;
}
.p-comments__lead {
  display: flex;
  align-items: center;
  line-height: 1.5;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 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: 1.6em;
  font-weight: bold;
  color: #6d6562;
}
.p-comments__lead__pic {
  margin-right: 9px;
}
.p-comments__title {
  margin-bottom: 15.5px;
  text-align: right;
  font-size: 1.2em;
}
.p-comments__title__name {
  margin-left: 1em;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 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: 1.3333333333em;
  font-weight: bold;
}
.p-comments__text {
  line-height: 1.6;
  font-size: 1.5em;
}

.webp .p-title {
  background-image: url(../../img/pc/members_title_bg.webp);
}
