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

File Name:
Note:


New Creation:	.
Last Change:	.


Created By		Yoshiaki Murakami

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

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

------------------------------------------------------------------------
----------------------------------------------------------------------*/
.p-table {
  width: 100%;
}
.p-table a {
  color: #6d9dd0;
}
.p-table th,
.p-table td {
  box-sizing: border-box;
  padding: 8px;
  border: 1px solid #c5bcb5;
}
.p-table th {
  font-weight: bold;
}
.p-table thead th {
  background: #8e8176;
  color: #fff;
}
.p-table tbody th {
  background: #f4f2f0;
}
.p-table tbody th a {
  font-weight: bold;
}

.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-case__item {
  margin-bottom: 10px;
  padding: 0 0 10px;
  border-bottom: 1px dotted #c5bcb5;
}
.p-case__item:last-child {
  margin-bottom: 0;
}
.p-case__contents {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.p-case__contents__inner {
  flex: 1;
  order: 2;
}
.p-case__contents__title {
  margin-bottom: 10px;
  padding-top: 6px;
  font-size: 1.5em;
}
.p-case__contents__title a {
  font-weight: bold;
  color: #7e7774;
}
.p-case__contents__attr {
  margin-bottom: 12px;
  text-align: right;
  font-size: 1.1em;
}
.p-case__contents__text {
  line-height: 1.5;
  font-size: 1.2em;
}
.p-case__contents__info {
  position: relative;
  z-index: 2;
  order: 3;
  margin-top: 1.1em;
  width: 100%;
}
.p-case__contents__pic {
  order: 1;
  margin-right: 15px;
}

.p-case-info__table th,
.p-case-info__table td {
  line-height: 1.5;
  font-size: 1em;
  color: #7e7875;
}
.p-case-info__table th {
  width: 50px;
  text-align: center;
}
.p-case-info__table td {
  padding: 5.5px 8px;
}

.p-case-info-table th,
.p-case-info-table td {
  border-bottom: 1px solid #d4d1cf;
  vertical-align: top;
  line-height: 1.5;
  font-size: 11px;
}
.p-case-info-table th a,
.p-case-info-table td a {
  color: #6d9dd0;
  transition: color 0.1s linear;
}
.p-case-info-table th {
  padding: 10px 1em;
  width: 3em;
  background: #fafaf9;
  text-align: center;
  font-weight: bold;
  color: #545454;
}
.p-case-info-table td {
  padding: 10px 1em;
}
.p-case-info-table tr:first-child th,
.p-case-info-table tr:first-child td {
  border-top: 1px solid #d4d1cf;
}

.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-contents__item {
  position: relative;
  border: 1px solid #c5bcb5;
}
.p-contents__summary {
  display: flex;
}
.p-contents__summary__inner {
  display: flex;
  flex: 1;
  flex-direction: column;
  order: 2;
}
.p-contents__summary__pic {
  order: 1;
  margin-right: 15px;
}
.p-contents__summary__title {
  margin-bottom: 10px;
  padding-top: 3px;
  line-height: 1.2222222222;
  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.8em;
  font-weight: bold;
  color: #6d6562;
}
.p-contents__summary__text {
  margin-bottom: 1em;
  line-height: 1.5;
  font-size: 1.2em;
}
.p-contents__summary__link {
  margin: auto 0 0;
  text-align: right;
  line-height: 1.1666666667;
  font-size: 1.2em;
}
.p-contents__summary__link a {
  color: #6d9dd0;
}

.p-link-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 auto;
  width: 300px;
  height: 50px;
  background: url(../../../img/pc/arrow/arrow5.png) right 15px center no-repeat #c7bcb4;
  font-size: 1.5em;
  color: #7e7774;
  transition: opacity 0.15s linear;
}
.p-link-button a:hover {
  opacity: 0.5;
  text-decoration: none;
}

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

.p-provider {
  margin-bottom: 80px;
}
.p-provider > *:not([class*=title]) {
  margin-right: 20px;
  margin-left: 20px;
}
.p-provider__title {
  margin-bottom: 40px;
}
.p-provider__doctor {
  margin-bottom: 30px;
  text-align: center;
}
.p-provider__doctor__pic {
  margin-bottom: 10px;
}
.p-provider__doctor__text {
  font-size: 1.2em;
  color: #908175;
}
.p-provider__doctor__name {
  display: block;
  margin-top: 8px;
  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;
  color: #6d6562;
}
.p-provider__doctor__detail {
  margin-bottom: 30px;
  line-height: 1.6;
  font-size: 1.5rem;
}
.p-provider__doctor__info {
  margin-bottom: 30px;
  line-height: 1.6;
  font-size: 1.5rem;
}
.p-provider__doctor__info__title {
  margin-bottom: 5px;
}
.p-provider__doctor__info__title::before {
  content: "■";
}
.p-provider__doctor__info__list {
  overflow: hidden;
  line-height: 1.6;
}
.p-provider__doctor__info__list__item {
  float: left;
  font-size: 1.3rem;
}
.p-provider__doctor__info__list__item a {
  text-decoration: underline;
  color: #6d9dd0;
}
.p-provider__doctor__info__list__item + .p-provider__doctor__info__list__item::before {
  content: "/";
  padding: 0 0.3em;
}

.p-campaign {
  position: relative;
  margin: 0 35px 70px -187px;
  height: 180px;
  background-position: left top;
  background-repeat: no-repeat;
}
.p-campaign a {
  display: block;
  height: 180px;
}
.p-campaign a:hover > * {
  opacity: 1;
  text-decoration: none;
}
.p-campaign a:hover .p-campaign__category {
  border: 1px solid #fefefe;
}
.p-campaign__date {
  position: absolute;
  bottom: 14px;
  left: 370px;
  line-height: 2;
  font-size: 14px;
  color: #fff;
}
.p-campaign__category {
  position: absolute;
  top: 15px;
  right: 15px;
  border: 1px solid #e0dad5;
}
.p-campaign__category span {
  position: absolute;
  right: 70px;
  bottom: 30px;
  padding: 0 5px;
  border-radius: 4px;
  background: #e55764;
  text-align: center;
  line-height: 1.4;
  color: #fff;
}
.p-campaign__link {
  position: absolute;
  right: 15px;
  bottom: 15px;
  padding-right: 48px;
  background: url(../../../img/pc/contents_common_case_operator_arrow.png) right bottom 2px no-repeat;
  font-size: 1.3rem;
  color: #fff;
}
.p-campaign.month01 {
  background-image: url(../../../img/pc/contents_common_case_monitor_bg1.jpg);
}
.p-campaign.month02 {
  background-image: url(../../../img/pc/contents_common_case_monitor_bg2.jpg);
}
.p-campaign.month03 {
  background-image: url(../../../img/pc/contents_common_case_monitor_bg3.jpg);
}
.p-campaign.month04 {
  background-image: url(../../../img/pc/contents_common_case_monitor_bg4.jpg);
}
.p-campaign.month05 {
  background-image: url(../../../img/pc/contents_common_case_monitor_bg5.jpg);
}
.p-campaign.month06 {
  background-image: url(../../../img/pc/contents_common_case_monitor_bg6.jpg);
}
.p-campaign.month07 {
  background-image: url(../../../img/pc/contents_common_case_monitor_bg7.jpg);
}
.p-campaign.month08 {
  background-image: url(../../../img/pc/contents_common_case_monitor_bg8.jpg);
}
.p-campaign.month09 {
  background-image: url(../../../img/pc/contents_common_case_monitor_bg9.jpg);
}
.p-campaign.month10 {
  background-image: url(../../../img/pc/contents_common_case_monitor_bg10.jpg);
}
.p-campaign.month11 {
  background-image: url(../../../img/pc/contents_common_case_monitor_bg11.jpg);
}
.p-campaign.month12 {
  background-image: url(../../../img/pc/contents_common_case_monitor_bg12.jpg);
}

.p-title {
  position: relative;
  align-items: flex-end;
}
.p-title__text {
  position: relative;
  z-index: 1;
  margin-bottom: 17.5px;
  text-align: center;
  line-height: 1.1785714286;
  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.8em;
  color: #fff;
}
.p-title__text::after {
  content: initial;
}
.p-title__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

.p-details {
  margin-bottom: 80px;
}

.p-lead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.p-lead__text {
  line-height: 1.6;
  font-size: 1.5em;
}
.p-lead__pic {
  margin-left: 20px;
}

.p-pic {
  margin-bottom: 20px;
}
.p-pic__slide {
  margin-bottom: 16px;
}
.p-pic__list {
  display: flex;
}
.p-pic figcaption {
  padding-top: 8px;
  background: #fff;
  text-align: right;
  font-size: 1em;
}
.p-pic__thumb {
  border: 1px solid #c5bcb5;
  border-radius: 4px;
}
.p-pic__thumb__item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 24px;
  cursor: pointer;
  text-align: center;
}
.p-pic__thumb__item + .p-pic__thumb__item {
  border-left: 1px solid #c5bcb5;
}
.p-pic__thumb__item.swiper-slide-thumb-active {
  background-color: #f4f2f0;
}
.p-pic__thumb__item.swiper-slide-thumb-active::before {
  content: "▲";
}

.p-case__item {
  padding: 20px 0 10px;
  border-bottom: none;
}
.p-case-info {
  margin-bottom: 40px;
}

.p-subbox {
  margin-bottom: 35.5px;
}
.p-subbox__title {
  margin-bottom: 15.5px;
}
.p-subbox__text {
  line-height: 1.6;
  font-size: 1.5em;
  margin-bottom: 20px;
}
.p-subbox__text a {
  text-decoration: underline;
  color: #6d9dd0;
}
.p-subbox__pic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.p-subbox__pic__title {
  margin-bottom: 10px;
  width: 100%;
  font-size: 1.4em;
}
.p-subbox__pic figure {
  display: table;
}
.p-subbox__pic figcaption {
  display: table-caption;
  margin-top: 7px;
  caption-side: bottom;
  text-align: right;
  line-height: 1.5;
  font-size: 1.2em;
}
.p-subbox__pic figcaption .small {
  margin-left: 1em;
  font-size: 0.8333333333em;
}
.p-subbox__link {
  text-align: right;
}
.p-subbox__link a {
  text-decoration: underline;
  font-size: 1.2em;
  color: #6d9dd0;
}

.p-troubles__item,
.p-operations__item {
  padding: 10px;
}

.p-troubles__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-troubles__item {
  margin-top: 10px;
  box-sizing: border-box;
  width: 322px;
}
.p-troubles__item:first-child {
  margin-top: 0;
  width: 100%;
}

.p-related {
  margin-bottom: 100px;
}

.improvement .p-case__contents__price {
  order: 3;
  margin: 10px 0;
  width: 100%;
}
.improvement .p-case__contents__price th {
  width: 5em;
}
.improvement .p-case__contents__price td span {
  font-size: 0.9090909091em;
}
.improvement .p-case__info__title {
  margin-bottom: 5px;
  font-size: 1.2em;
}
.improvement .p-case__info th {
  width: 5em;
}
