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

File Name:
Note:


New Creation:	.
Last Change:	2018/12/06 16:12:24.


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-anchor__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-anchor__item {
  box-sizing: border-box;
  width: 136px;
}
.p-anchor__item:last-child {
  margin-right: 0;
}
.p-anchor__item a {
  display: flex;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 4px;
  background: linear-gradient(#f0edea, #dfd8d2);
  text-align: center;
  line-height: 1;
  font-size: 1.2em;
  color: #7e7774;
  transition: color 0.15s linear, border 0.15s linear;
}
.p-anchor__item a:hover {
  text-decoration: none;
  color: #ec7c78;
}
.p-anchor__item a:hover::after {
  border-color: #ec7c78;
}
.p-anchor__item a::after {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  bottom: 9px;
  margin-right: -4px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #c7bcb4;
  border-bottom: 1px solid #c7bcb4;
  transform: rotate(45deg);
}

.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-subbox__title {
  display: flex;
  align-items: center;
  padding-left: 15px;
  height: 56px;
  background: linear-gradient(#fff, #ded6d1);
  box-shadow: inset 0 3px 0 0 #cb5d5a;
  line-height: 2;
  font-size: 1.5em;
  font-weight: bold;
}
.p-subbox__text {
  line-height: 1.6;
  font-size: 1.5em;
}

.p-sub-menu__title {
  border: 1px solid #c7bcb5;
  background: linear-gradient(#f6f2f0, #e6e1dd 50%, #d3cbc6 50%, #ede9e6);
  text-align: center;
  line-height: 50px;
  box-sizing: border-box;
  font-size: 15px;
}
.p-sub-menu__list {
  border-right: 1px solid #c7bcb5;
  border-bottom: 1px solid #c7bcb5;
  border-left: 1px solid #c7bcb5;
}
.p-sub-menu__list__item {
  font-size: 1.2em;
}
.p-sub-menu__list__item + .p-sub-menu__list__item {
  border-top: 1px solid #c7bcb5;
}
.p-sub-menu__list__item a {
  transition: color 0.15s linear, background 0.15s linear;
  display: flex;
  align-items: center;
  padding: 1px;
  color: #7e7774;
}
.p-sub-menu__list__item a:hover {
  text-decoration: none;
  color: #ec7c78;
}
.p-sub-menu__list__item a:hover::after {
  background-image: url(../../../img/pc/arrow/arrow2_h.png);
}
.p-sub-menu__list__item a::before, .p-sub-menu__list__item a::after {
  content: "";
  display: block;
}
.p-sub-menu__list__item a::before {
  margin-right: 8px;
  width: 7px;
  height: 30px;
  background: linear-gradient(#c7bcb5, #7f7875 50%, #584f4c 50%, #7f7875);
}
.p-sub-menu__list__item a::after {
  margin: 0 0 0 auto;
  width: 30px;
  height: 30px;
  background: url(../../../img/pc/arrow/arrow2.png) center no-repeat;
}

.webp .p-sub-menu__list__item a:hover::after {
  background-image: url(../../../img/pc/arrow/arrow2_h.webp);
}
.webp .p-sub-menu__list__item a::after {
  background-image: url(../../../img/pc/arrow/arrow2.webp);
}

.f-imp {
  margin: 0 65px 80px;
}
.f-imp__title {
  margin-bottom: 20px;
  text-align: center;
  font-family: "YakuHanMP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 18px;
  color: #595656;
}
.f-imp__text {
  text-align: justify;
  line-height: 1.4285714286;
  font-size: 12px;
  color: #7f7875;
}
.f-imp-doctor {
  margin-bottom: 60px;
}
.f-imp-doctor__box__title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #7f7875;
}
.f-imp-doctor__box + .f-imp-doctor__box {
  margin-top: 40px;
}

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

.p-anchor {
  margin-bottom: 22px;
}
.p-anchor__item {
  margin-bottom: 8px;
}

.p-box__text {
  line-height: 1.6;
  font-size: 1.5em;
}

.p-subbox {
  margin-bottom: 30px;
}

.p-tab {
  margin-bottom: 1px;
}
.p-tab__list {
  display: flex;
  justify-content: space-between;
}
.p-tab__contents {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.1s linear;
}
.p-tab__contents.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.p-tab__contents__wrapper {
  position: relative;
}

.p-flow {
  margin-bottom: 80px;
}
.p-flow > *:not([class*=title]) {
  margin-right: 20px;
  margin-left: 20px;
}
.p-flow__title {
  margin-bottom: 30px;
}
.p-flow__item {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.p-flow__contents__pic {
  float: right;
  margin-left: 20px;
}
.p-flow__contents__title {
  margin-bottom: 12px;
  font-size: 1.5em;
}
.p-flow__contents__text {
  margin-bottom: 11.5px;
  line-height: 1.5384615385;
  font-size: 1.3em;
}
.p-flow__contents__item {
  padding-left: 24px;
  background: url(../../../img/pc/list_item_bg.png) 0 center no-repeat;
  line-height: 1.5384615385;
  font-size: 1.3em;
}

.p-supervision {
  margin-bottom: 80px;
}
.p-supervision > *:not([class*=title]) {
  margin-right: 20px;
  margin-left: 20px;
}
.p-supervision__title {
  margin-bottom: 40px;
}
.p-supervision__doctor {
  margin-bottom: 30px;
  text-align: center;
}
.p-supervision__doctor__pic {
  margin-bottom: 10px;
}
.p-supervision__doctor__title {
  margin-bottom: 8px;
  font-size: 1.2em;
  color: #908175;
}
.p-supervision__doctor__name {
  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: 2.4em;
}
.p-supervision__text {
  position: relative;
  z-index: 1;
  flex: 1;
  margin: 128px 78px 50px 60px;
  padding-bottom: 147px;
  background: url(../../img/pc/index_greetings_text_bg.png) right 10px bottom 50px no-repeat;
  text-align: justify;
  line-height: 2;
  font-size: 1.3em;
}
.p-supervision__contents__inner {
  margin-bottom: 30px;
}
.p-supervision__contents__list {
  border-top: 1px solid #baafa6;
  border-bottom: 1px solid #baafa6;
}
.p-supervision__contents__item {
  border-bottom: 1px dotted #baafa6;
  line-height: 1.7272727273;
  font-size: 1.1em;
}
.p-supervision__contents__item:last-child {
  border-bottom: 0;
}
.p-supervision__contents__item a {
  color: #6d9dd0;
}
.p-supervision__contents__item dl {
  clear: both;
}
.p-supervision__contents__inner,
.p-supervision .p-tab {
  width: calc(100% - 20px - 20px);
}
.p-supervision .p-tab__item {
  width: 220px;
}
.p-supervision .p-tab__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  background-image: url(../../../img/pc/tab_item_bg.png);
  background-position: right 14px center;
  background-repeat: no-repeat;
  background-color: #f4f2f0;
  font-size: 1.4em;
  font-weight: bold;
  color: #7e7774;
}
.p-supervision .p-tab__item a:hover {
  text-decoration: none;
}
.p-supervision .p-tab__item.is-active a {
  background-image: url(../../../img/pc/tab_item_bg_a.png);
  background-color: #c7bcb4;
  color: #fff;
}

.p-history__item__inner > * {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.7272727273;
}
.p-history__year {
  width: 69px;
  background: #f2efed;
  text-align: center;
  line-height: 30px;
}
.p-history__text {
  padding: 5.5px 15px;
}

.p-license .p-supervision__contents__list,
.p-society .p-supervision__contents__list {
  display: flex;
  flex-wrap: wrap;
}
.p-license .p-supervision__contents__item,
.p-society .p-supervision__contents__item {
  padding: 0 15px;
  width: 50%;
  line-height: 30px;
  box-sizing: border-box;
}
.p-license .p-supervision__contents__item:nth-child(odd),
.p-society .p-supervision__contents__item:nth-child(odd) {
  border-right: 1px dotted #baafa6;
}
.p-license .p-supervision__contents__item:nth-last-child(2):nth-child(odd),
.p-society .p-supervision__contents__item:nth-last-child(2):nth-child(odd) {
  border-bottom: 0;
}

.p-sub-columns__item {
  border-bottom: 1px solid #c7bcb5;
}
.p-sub-columns__item__inner {
  display: flex;
  position: relative;
  align-items: center;
  padding: 10px 0;
  transition: opacity 0.15s linear;
}
.p-sub-columns__item__inner:hover {
  opacity: 0.5;
}
.p-sub-columns__item__pic {
  margin-right: 10px;
  border: 1px solid #c7bcb5;
}
.p-sub-columns__item__text {
  font-size: 1.2em;
}
.p-sub-columns__item__text a {
  line-height: 1.5;
  color: #7e7774;
}
.p-sub-columns__item__text a:hover {
  text-decoration: none;
}

.p-sub-blogs__title {
  margin-bottom: 10px;
}
.p-sub-blogs__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.p-sub-blogs__item {
  position: relative;
  width: 90px;
  text-align: center;
  transition: opacity 0.15s linear;
}
.p-sub-blogs__item:hover {
  opacity: 0.5;
}
.p-sub-blogs__item__pic {
  margin-bottom: 8px;
}
.p-sub-blogs__item__text {
  text-align: center;
  line-height: 1.3333333333;
  font-size: 1.2em;
}
.p-sub-blogs__item__text a {
  color: #7e7774;
}
.p-sub-blogs__item__text a:hover {
  text-decoration: none;
}

.p-sub-monitors__title {
  margin-bottom: 10px;
}
.p-sub-monitors__item + .p-sub-monitors__item {
  margin-top: 10px;
}
.p-sub-monitors__item a:hover > * {
  opacity: 0.5;
}

.webp .p-supervision__text {
  background-image: url(../../img/pc/index_greetings_text_bg.webp);
}
.webp .p-supervision .p-tab__item a {
  background-image: url(../../../img/pc/tab_item_bg.webp);
}
.webp .p-supervision .p-tab__item.is-active a {
  background-image: url(../../../img/pc/tab_item_bg_a.webp);
}
