@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-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-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-tab__contents {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  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-table__list {
  text-align: left;
}
.p-table__list__item {
  margin-left: 1.3em;
  text-indent: -1.25em;
  line-height: 1.5833333333;
}
.p-table__list__item::before {
  content: "●";
  margin-right: 4px;
}

.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-profile__tab__item {
  width: 274.6666666667px;
}
.p-profile__tab__item a {
  height: 30px;
  font-size: 1.4em;
}
.p-profile__tab__item.is-active a {
  background-color: #c7bcb4;
}
.p-profile__contents__list {
  border-top: 1px solid #baafa6;
  border-bottom: 1px solid #baafa6;
}
.p-profile__contents__item {
  border-bottom: 1px dotted #baafa6;
  line-height: 30px;
  font-size: 1.1em;
}
.p-profile__contents__item:last-child {
  border-bottom: 0;
}
.p-profile__contents__item a {
  color: #6d9dd0;
}

.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-profile__contents__list,
.p-society .p-profile__contents__list {
  display: flex;
  flex-wrap: wrap;
}
.p-license .p-profile__contents__item,
.p-society .p-profile__contents__item {
  padding: 0 15px;
  width: 50%;
  box-sizing: border-box;
}
.p-license .p-profile__contents__item:nth-child(odd),
.p-society .p-profile__contents__item:nth-child(odd) {
  border-right: 1px dotted #baafa6;
}
.p-license .p-profile__contents__item:nth-last-child(2):nth-child(odd),
.p-society .p-profile__contents__item:nth-last-child(2):nth-child(odd) {
  border-bottom: 0;
}

.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-cv-button a {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 auto;
  width: 300px;
  border: 2px solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  color: #fff;
  box-sizing: border-box;
  transition: opacity 0.15s linear;
}
.p-cv-button a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.p-cv-button a:hover > * {
  opacity: 1;
}
.p-cv-button a::after {
  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: 1em;
}
.p-cv-button__text {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  line-height: 2.5;
  font-size: 1.6em;
}
.p-cv-button__text::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: url(../../../img/pc/arrow/arrow9.png) center no-repeat;
}

.webp .p-cv-button__text::after {
  background-image: url(../../../img/pc/arrow/arrow9.webp);
}

.p-qa__item {
  position: relative;
  padding: 32px 0 26px 21px;
  border-bottom: 1px solid #d4d0ce;
  box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 #fff;
}
.p-qa__item:nth-child(even) {
  background-color: #f5f2f0;
}
.p-qa__contents {
  padding: 0 55px;
  background: url(../../../img/pc/qa_question_title_bg.png) 0 0 no-repeat;
}
.p-qa__contents a {
  color: #7e7774;
}
.p-qa__contents__title {
  margin-bottom: 11px;
  font-size: 1.6em;
  font-weight: bold;
}
.p-qa__contents__date {
  position: absolute;
  top: 10px;
  right: 55px;
  font-size: 1.2em;
}
.p-qa__contents__text {
  line-height: 1.5714285714;
  font-size: 1.4em;
}

.p-sources__item {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  font-size: 1.2em;
}
.p-sources__item > a {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 3em;
  color: #6d9dd0;
  transition: opacity 0.15s linear;
}
.p-sources__item > a::before {
  content: "";
  display: block;
  margin-right: 5px;
  width: 13px;
  height: 13px;
  background: url(../../../img/pc/arrow/arrow6.png) 0 0 no-repeat;
  transform: rotate(180deg);
}
.p-sources__item > a:hover {
  opacity: 0.5;
}
.p-sources__item > a:hover > * {
  opacity: 1;
}
.p-sources__item .p-sources__text {
  flex: 1;
}
.p-sources__item .p-sources__text a {
  color: #7e7774;
}
.p-sources__item + .p-sources__item {
  margin-top: 0.5em;
}
.p-sources__item:target .p-sources__text {
  background: #f1ea4d;
  font-weight: bold;
  color: #221814;
}
.p-sources__item:target .p-sources__text a {
  font-weight: bold;
  color: #221814;
}

sup[id^=cite] {
  padding: 2px;
  line-height: 0;
  color: #6d9dd0;
}
sup[id^=cite] a {
  color: #6d9dd0;
}
sup[id^=cite]:target {
  background: #f1ea4d;
}
sup[id^=cite]:target a {
  font-weight: bold;
  color: #221814;
}

.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-toc {
  border: 1px solid #C7BCB4;
  box-sizing: border-box;
  font-feature-settings: normal;
}
.p-toc a {
  color: #7F7875;
}
.p-toc__title {
  padding: 8px;
  width: 100%;
  background-color: #C7BCB4;
  line-height: 1;
  font-size: 14px;
  color: #fff;
  box-sizing: border-box;
}
.p-toc__contents {
  padding: 20px 24.5px;
}
.p-toc__list__item {
  position: relative;
  padding-left: 15.5px;
}
.p-toc__list__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 2.5px 0 0;
  width: 13px;
  height: 16px;
  background: url(../../../img/pc/list_item_bg.png) center no-repeat;
  background-size: contain;
}
.p-toc__list__item > a {
  line-height: 16px;
  font-size: 14px;
  font-weight: bold;
}
.p-toc__list__item + .p-toc__list__item {
  margin-top: 15px;
}
.p-toc__sublist {
  margin-top: 10px;
  padding-left: 15px;
}
.p-toc__sublist__item {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 16px;
  font-size: 13px;
}
.p-toc__sublist__item::before {
  content: "・";
}
.p-toc__sublist__item + .p-toc__sublist__item {
  margin-top: 6px;
}

.p-comparison-liposuction {
  display: block;
  width: 100%;
}
.p-comparison-liposuction__inner {
  display: block;
  width: 100%;
}
.p-comparison-liposuction__item {
  display: flex;
  justify-content: space-between;
}
.p-comparison-liposuction__item + .p-comparison-liposuction__item {
  margin-top: 14px;
}
.p-comparison-liposuction__item__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  background-color: #f4f2f0;
  font-size: 12px;
  font-weight: bold;
  color: #7e7875;
  writing-mode: vertical-rl;
}
.p-comparison-liposuction__item__process {
  display: flex;
  justify-content: space-between;
}
.p-comparison-liposuction__item__process__item {
  display: flex;
}
.p-comparison-liposuction__item__process__text {
  margin-top: 6px;
  margin-bottom: -3px;
  line-height: 1.5;
  font-size: 12px;
}
.p-comparison-liposuction__item__process__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 134px;
}
.p-comparison-liposuction__item.vaser .p-comparison-liposuction__item__title {
  background-color: #f0bbb9;
}

.p-title {
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: lighten;
}
.p-title__text {
  margin-top: calc(-2rem - 19px);
  text-align: center;
  line-height: 1.4285714286;
  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.8rem;
  color: #584f4c;
}
.p-title__text::before {
  content: attr(data-title);
  display: block;
  margin-bottom: 19px;
  width: 100%;
  line-height: 1;
  font-size: 2rem;
  color: #908175;
}

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

.p-question__text {
  line-height: 1.6;
  font-size: 1.5em;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  margin-bottom: 30px;
  padding: 10px 20px;
  min-height: 100px;
  border-top: 1px dotted #c5bcb5;
  border-bottom: 1px dotted #c5bcb5;
}
.p-question__text::before {
  content: "";
  flex-shrink: 0;
  margin-right: 20px;
  width: 36px;
  height: 36px;
  background: url(../../../img/pc/troubles_faq_question_bg.png) 0 0 no-repeat;
}

.p-answer {
  margin: 0 20px 80px;
}
.p-answer .p-toc {
  margin-bottom: 31px;
}
.p-answer .marker {
  background: #faf8a3;
}
.p-answer__title {
  display: flex;
  align-items: center;
  margin-bottom: 33.5px;
  line-height: 1.4117647059;
  font-size: 1.7em;
  font-weight: bold;
}
.p-answer__title::before {
  content: "";
  flex-shrink: 0;
  margin-right: 20px;
  width: 36px;
  height: 36px;
  background: url(../../../img/pc/troubles_faq_answer_bg_kimura.png) 0 0 no-repeat;
}
.p-answer__contents {
  clear: both;
}
.p-answer__contents + .p-answer__contents {
  margin-top: 40px;
}
.p-answer__contents__title {
  display: flex;
  align-items: center;
  margin-bottom: 10.5px;
  line-height: 1.4;
  font-size: 1.7em;
  font-weight: bold;
}
.p-answer__contents__title::before {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  background: url(../../../img/pc/list_item_bg.png) 0 0 no-repeat;
}
.p-answer__contents__text {
  line-height: 1.6;
  font-size: 1.5em;
  margin-bottom: 15.5px;
}
.p-answer__contents__text a {
  text-decoration: underline;
  color: #6d9dd0;
}
.p-answer__contents__table {
  width: 100%;
}
.p-answer__contents__link {
  margin-bottom: 20px;
  text-align: right;
  font-size: 1.2em;
}
.p-answer__contents__link .p-text-link {
  line-height: 2.1666666667;
}
.p-answer__contents__link a {
  color: #6d9dd0;
}
.p-answer .p-table:not(.p-case-info__table) {
  margin-bottom: 15.5px;
}
.p-answer .p-table:not(.p-case-info__table) th,
.p-answer .p-table:not(.p-case-info__table) td {
  text-align: center;
  line-height: 1.5;
  font-size: 1.2em;
}
.p-answer .p-table:not(.p-case-info__table) caption {
  margin-bottom: 10px;
  font-size: 1.4em;
}
.p-answer .p-table:not(.p-case-info__table) tfoot td {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border: 0;
  text-align: right;
  line-height: 1;
}
.p-answer .p-table:not(.p-case-info__table) tfoot td small {
  font-size: 0.8333333333em;
}
.p-answer .p-table:not(.p-case-info__table) tbody th {
  width: 150px;
}
.p-answer__description {
  margin-bottom: 15.5px;
}
.p-answer__description__title, .p-answer__description__item {
  line-height: 1.6;
  font-size: 1.5em;
}
.p-answer__description__title {
  font-weight: bold;
}
.p-answer__description__item {
  list-style-position: inside;
  list-style-type: disc;
}
.p-answer__pic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.p-answer__pic__title {
  margin-bottom: 10px;
  width: 100%;
  font-size: 1.4em;
}
.p-answer__pic figure {
  display: table;
}
.p-answer__pic figcaption {
  display: table-caption;
  margin-top: 7px;
  caption-side: bottom;
  text-align: right;
  line-height: 1.5;
  font-size: 1.2em;
}
.p-answer__pic figcaption .small {
  margin-left: 1em;
  font-size: 0.8333333333em;
}
.p-answer__pic .column-2 {
  display: flex;
  flex-wrap: wrap;
}
.p-answer__pic .column-2 figcaption {
  width: 100%;
}
.p-answer__pic.pc-right {
  float: right;
  margin-left: 20px;
}
.p-answer .p-case-info {
  margin-bottom: 20px;
}
.p-answer__subcontents {
  clear: both;
}
.p-answer__subcontents__title {
  line-height: 1.6;
  font-size: 1.5em;
  clear: both;
  font-weight: bold;
}
.p-answer__supplementary {
  margin-bottom: 20px;
  padding: 30px;
  background: #f4f2f0;
}
.p-answer__supplementary__title {
  margin-bottom: 15px;
  font-size: 1.5em;
  font-weight: bold;
}
.p-answer__supplementary__item {
  position: relative;
  padding-left: 15.5px;
  line-height: 16px;
  font-size: 14px;
}
.p-answer__supplementary__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 2.5px 0 0;
  width: 13px;
  height: 16px;
  background: url(../../../img/pc/list_item_bg.png) center no-repeat;
  background-size: contain;
}
.p-answer__supplementary__item > a {
  line-height: 16px;
  font-size: 14px;
}
.p-answer__supplementary__item + .p-answer__supplementary__item {
  margin-top: 15px;
}

.p-cv-button.counseling a::after {
  content: "ドクターによるカウンセリング。初診・再診ともに無料";
}

.p-comparison-liposuction {
  margin-bottom: 20px;
}

.p-movie + .p-movie {
  margin-top: 20px;
}

.p-pic {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15.5px;
  border: 1px solid #c5bcb5;
  font-size: 1.2em;
}
.p-pic__title {
  width: 100%;
  background: #8e8176;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
}
.p-pic__contents {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.p-pic__contents + .p-pic__contents {
  border-left: 1px solid #c5bcb5;
}
.p-pic__contents__title {
  background: #f4f2f0;
  text-align: center;
  line-height: 30px;
}
.p-pic__contents figcaption {
  line-height: 1.5;
}

.p-sources__title {
  margin-bottom: 17px;
  font-size: 1.5em;
  font-weight: bold;
}

.p-tab__item {
  width: 220px;
}

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

.c-banner {
  display: table;
  border: 1px solid #d4d0ce;
  background: #f5f2f0;
  box-shadow: inset 0 0 1px #fff;
  text-align: center;
  color: #7f7875;
}
.c-banner > * {
  display: table-cell;
}
.c-banner__lead {
  padding: 0 20px;
  background: #eae5e2;
  vertical-align: middle;
  text-align: left;
  line-height: 1.4;
  font-size: 15px;
  box-sizing: border-box;
}
.c-banner__item {
  padding: 11px 37px 11px 42px;
}
.c-banner__item a {
  display: block;
  transition: opacity 0.15s linear;
}
.c-banner__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.c-banner__item a:hover > * {
  opacity: 1;
}

.liposuction.no1 .p-answer .p-table thead th {
  width: 171px;
}
.liposuction.no2 .p-pic__contents {
  width: 50%;
}
.liposuction.no2 .p-pic__contents__list {
  display: flex;
  justify-content: space-between;
}
.liposuction.no2 .p-pic__contents__list::before {
  content: "";
  display: block;
  align-self: center;
  order: 2;
  margin-top: calc(-3em - 5px);
  width: 8px;
  height: 8px;
  background: url(../../../img/pc/arrow/arrow.png) center no-repeat;
}
.liposuction.no2 .p-pic__contents__item:first-child {
  order: 1;
}
.liposuction.no2 .p-pic__contents__item:last-child {
  order: 3;
}
.liposuction.no2 .p-pic__contents__details {
  margin: 10px 10px 7px;
}
.liposuction.no2 .p-pic__contents figure {
  display: table;
}
.liposuction.no2 .p-pic__contents figcaption {
  display: table-caption;
  margin-top: 5px;
  caption-side: bottom;
}
.liposuction.no2 .p-pic__contents__text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto 10px 10px;
  height: 40px;
  text-align: center;
  line-height: 1.1666666667;
}
.liposuction.no2 .p-pic__contents.diet .p-pic__contents__text {
  background-color: #f4f2f0;
}
.liposuction.no2 .p-pic__contents.liposuction .p-pic__contents__text {
  background-color: rgba(236, 124, 120, 0.5);
}
.liposuction.no6 .no4 .no3 .p-answer__subcontents__text {
  float: left;
  margin-right: 20px;
  width: 444px;
}
.liposuction.no6 .no4 .no3 .p-answer__pic {
  overflow: hidden;
}
.liposuction.no7 .p-table thead th {
  width: 256px;
}
.liposuction.no8 figcaption {
  text-align: left;
}
.liposuction.no8 .p-answer__contents__table {
  table-layout: fixed;
}

.breasts.no5 .no1 .p-pic__contents {
  width: 50%;
}
.breasts.no5 .no1 .p-pic__contents__details {
  margin: 10px 20px 10px 23px;
}
.breasts.no5 .no1 .p-pic__contents figure {
  display: flex;
}
.breasts.no5 .no1 .p-pic__contents figcaption {
  margin: 17px 0 0 30px;
}
.breasts.no5 .no1 .p-pic__contents.condense-rich .p-pic__contents__title {
  background-color: #f0bbb9;
}
.breasts.no5 .no3 .p-pic__contents {
  width: 33.3333333333%;
}
.breasts.no5 .no3 .p-pic__contents__details {
  margin: 10px;
}
.breasts.no5 .no3 .p-pic__contents figcaption {
  margin-top: 7px;
}
.breasts.no5 .no3 .p-pic__contents.no3 .p-pic__contents__title {
  background-color: #f0bbb9;
}
.breasts.no6 .p-table thead th {
  width: 171px;
}
.breasts.no6 .p-table tbody td:first-of-type .p-table__list__item::before {
  content: "×";
}
.breasts.no6 .p-table tbody td:nth-of-type(2) .p-table__list__item::before {
  content: "△";
}
.breasts.no6 .p-table tbody td:last-of-type .p-table__list__item::before {
  content: "○";
}

.aging.no2 .p-answer .p-table thead th {
  width: 256px;
}
.aging.no2 .p-answer .p-table tr:last-child td:first-of-type .p-table__list__item::before {
  content: "×";
}
.aging.no2 .p-answer .p-table tr:last-child td:last-of-type .p-table__list__item::before {
  content: "○";
}
.aging.no4 .p-answer .p-table thead th {
  width: 165px;
}
