@charset "UTF-8";
@font-face {
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanJP-Regular.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanJP-Regular.woff) format("woff"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanJP-Regular.eot);
  font-family: 'YakuHanJP';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanJP-Bold.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanJP-Bold.woff) format("woff"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanJP-Bold.eot);
  font-family: 'YakuHanJP';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMP/YakuHanMP-Regular.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMP/YakuHanMP-Regular.woff) format("woff"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMP/YakuHanMP-Regular.eot);
  font-family: 'YakuHanMP';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMP/YakuHanMP-Bold.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMP/YakuHanMP-Bold.woff) format("woff"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMP/YakuHanMP-Bold.eot);
  font-family: 'YakuHanMP';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
dl,
form,
fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

html {
  font-size: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font: 100%;
  font-size: inherit;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

button {
  margin: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

th,
td {
  padding: 0;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

iframe {
  border: 0;
}

header,
footer,
article,
section,
aside,
nav,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

input[type='search'] {
  box-sizing: content-box;
  -webkit-appearance: none;
}
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:		case.scss
Note:			まとめページ用SCSSファイル


New Creation:	2013/02/07 18:48:08.
Last Change:	2014/10/22 16:17:23.


Created By		Yoshiaki Murakami

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

1.	ブラウザデフォルトスタイルリセット
2.	HTMLタグ
3.	container
4.	共通部分
5.	header
6.	content
7.	main
8.	sub
9.	footer

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
}

fieldset {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font: 100%;
  font-size: inherit;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

th,
td {
  padding: 0;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.c-box {
  margin: 0 65px 70px;
}
.c-box__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  width: 858px;
  height: 77px;
  background: url(../../img/pc/box_title_bg.png) left top no-repeat;
  text-shadow: 0 0 8px #250708;
  font-family: YakuHanMP, "リュウミン L-KL JIS2004", "Ryumin Light KL JIS2004", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 30px;
  color: #fff;
  box-sizing: border-box;
}
.c-box__text {
  line-height: 1.8461538462;
  font-size: 13px;
}

.c-breadcrumb__wrapper {
  margin: 0 30px;
  padding: 10px 0;
}
.c-breadcrumb__item {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 10px;
}
.c-breadcrumb__item a {
  color: #7595cc;
}
.c-breadcrumb__item a:hover {
  text-decoration: underline;
}
.c-breadcrumb__item a:hover > * {
  opacity: 1;
}
.c-breadcrumb__item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #7e7774;
  border-right: 1px solid #7e7774;
  transform: rotate(45deg);
}
.c-breadcrumb__item:last-child {
  padding-right: 0;
}
.c-breadcrumb__item:last-child a {
  color: #7e7774;
}
.c-breadcrumb__item:last-child::after {
  content: none;
}

.c-case-contents {
  display: flex;
  position: relative;
  flex-direction: column;
  margin: 0 6px 6px 0;
  padding: 15px 20px 7px;
  width: 282px;
  height: 287px;
  border: 1px solid #cdc3bb;
  background: #faf9f7;
  transition: background-color 0.15s linear, background-image 0.15s linear;
  box-sizing: border-box;
  box-sizing: border-box;
}
.c-case-contents:hover {
  background: #fff;
}
.c-case-contents:hover .c-case-contents__link {
  background: url(../../img/pc/contents_common_case_arrow_h.png) right bottom no-repeat;
}
.c-case-contents:hover .c-case-contents__link img {
  opacity: 0;
}
.c-case-contents a:hover {
  text-decoration: none;
}
.c-case-contents a:hover > * {
  opacity: 1;
  text-decoration: none;
}
.c-case-contents-attr {
  overflow: hidden;
}
.c-case-contents-attr__item {
  transition: all .15s linear;
  font-size: 12px;
}
.c-case-contents-attr .category {
  float: left;
  padding: 0 15px;
  border-radius: 4px;
  line-height: 22px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  color: #fefefe;
}
.c-case-contents-attr .personal {
  float: right;
  line-height: 22px;
  color: #58504c;
}
.c-case-contents-attr .operator {
  clear: both;
  padding: 5px 0;
  line-height: 2;
  color: #58504c;
}
.c-case-contents__title {
  display: table;
  line-height: 1.375;
  font-family: YakuHanJP, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
}
.c-case-contents__title span {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  color: #58504c;
}
.c-case-contents-pic__img {
  margin-bottom: 10px;
  width: 240px;
  height: 120px;
}
.c-case-contents-pic__img img {
  width: 100%;
  height: 100%;
}
.c-case-contents-pic__title {
  margin-bottom: 10px;
  line-height: 1.3333333333;
  font-size: 15px;
  color: #58504c;
}
.c-case-contents-pic__text {
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 12px;
  color: #918b88;
}
.c-case-contents__link {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.c-case-contents:nth-child(3n) {
  margin-right: 0;
}
.c-case-contents:nth-last-child(1), .c-case-contents:nth-last-child(2), .c-case-contents:nth-last-child(3) {
  margin-bottom: 0;
}
.c-case-contents__cap {
  margin: 15px 0 25px;
  line-height: 1.5;
  font-size: 12px;
  color: #a39d9a;
}

.liposuction .c-case-contents-attr__item.category {
  background-color: #4c61a1;
}

.breast-hip .c-case-contents-attr__item.category {
  background-color: #b53867;
}

.antiaging .c-case-contents-attr__item.category {
  background-color: #65478a;
}

.c-cv__button a {
  display: inline-block;
  position: relative;
  border: 2px solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  color: #f5f2f0;
  transition: opacity .1s linear;
}
.c-cv__button a::after {
  content: '24時間以内に返答します';
  display: block;
  border-top: 1px solid #474038;
  opacity: .7;
  text-align: center;
  line-height: 1.7;
  font-size: 10px;
}
.c-cv__button a span {
  display: block;
  padding: 0 38px;
  background: url(../../img/pc/arrow16.png) right 10px center no-repeat;
  text-align: center;
  line-height: 2.375;
  font-size: 16px;
  box-sizing: border-box;
}
.c-cv__button a:hover {
  opacity: .6;
  text-decoration: none;
  color: #f5f2f0;
}
.c-cv__button a:hover > * {
  opacity: 1;
}
.c-cv__button a:hover span {
  background: url(../../img/pc/arrow16_h.png) right 10px center no-repeat;
}

.p-lead {
  margin: 60px auto 70px;
  width: 700px;
  text-align: center;
}
.p-lead__title {
  margin-bottom: 50px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  color: #3e3a39;
}
.p-lead__text {
  margin-bottom: 50px;
  line-height: 1.8666666667;
  font-size: 15px;
  color: #58504c;
}

.p-case-contents__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.p-clinic {
  margin: 0 65px 80px;
}
.p-clinic .clinic, .p-clinic #footer .kuchikomi, #footer .p-clinic .kuchikomi {
  order: 1;
  width: 256px;
  text-align: center;
}
.p-clinic .map {
  order: 3;
}
.p-clinic .slide {
  flex-basis: 200px;
  order: 2;
}
.p-clinic__wrapper {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 17px 17px 17px 25px;
  height: 187px;
  background: #f2efed;
  color: #7f7875;
}
.p-clinic__title {
  margin-bottom: 10px;
  padding-bottom: 1px;
  height: auto;
  border: 0;
  border-bottom: 1px solid #fff;
  background: none;
  box-shadow: inset 0 -1px 0 #baafa6;
  text-align: left;
}
.p-clinic__address {
  margin-bottom: 10px;
  line-height: 1.3333333333;
  font-size: 1.2em;
}
.p-clinic-tel__free {
  margin-bottom: 10px;
}
.p-clinic-tel__international {
  margin-bottom: 6px;
}
.p-clinic-tel a {
  color: #7f7875;
}
.p-clinic-bhour > * {
  display: inline;
}
.p-clinic-bhour__title,
.p-clinic-bhour .emphasis {
  font-weight: bold;
}
.p-clinic-bhour .emphasis {
  margin-left: 1em;
}
.p-clinic__cvlink a {
  display: block;
  margin-bottom: 7px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.p-clinic__cvlink a.consultation-h {
  background-image: url(../../img/pc/footer_cv_consultation_h.png?v=2);
}
.p-clinic__cvlink a.counseling-h {
  background-image: url(../../img/pc/footer_cv_counseling_h.png);
}
.p-clinic__link {
  margin-top: 32px;
  text-align: right;
}
.p-clinic__link a {
  display: inline-block;
  border: 1px solid #baafa6;
  background-image: url(../../img/pc/main_clinic_button_access_h.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.p-clinic__slide {
  overflow: hidden;
  width: 265px;
  height: 187px;
}

/*----------------------------------------------------------------------
2.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  min-width: 1034px;
  height: 100%;
}

body {
  background: url(../../img/pc/container_bg.png) top center repeat-y, url(../../img/pc/bg.gif) top center;
  -webkit-text-size-adjust: 100%;
}

a {
  transition: color 0.1s linear;
  color: #6d9dd0;
}
a:hover {
  color: #ec7c78 !important;
}

a[href^=http] img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  transition: opacity 0.1s linear;
}
a[href^=http]:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

a[href^=tel] {
  cursor: default;
}
a[href^=tel]:hover {
  cursor: default;
}

/*----------------------------------------------------------------------
3.	container
----------------------------------------------------------------------*/
#container {
  height: 100%;
  min-height: 100%;
  background: url(../../img/pc/container_bg.png) top center repeat-y;
}
#container .wrapper {
  background: url(../../img/pc/container_bg2.png) top center no-repeat, url(../../img/pc/bg2.gif) top center repeat-x;
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
}
body > #container .wrapper {
  height: auto;
}
#container * .wrapper {
  position: static;
  height: auto;
  min-height: auto;
  background: none;
}
body > #container * .wrapper {
  height: auto;
}

/*----------------------------------------------------------------------
4.	共通部分
----------------------------------------------------------------------*/
.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

#topicpath ol {
  *zoom: 1;
}
#topicpath ol:after {
  content: "";
  display: table;
  clear: both;
}
#topicpath ol li {
  float: left;
  margin-right: .5em;
  line-height: 30px;
  color: #7f7875;
}
#topicpath ol li::before {
  content: ' > ';
  display: inline-block;
}
#topicpath ol li:first-child::before {
  content: '';
}
#topicpath ol li:last-child a {
  color: #7f7875;
}
#topicpath ol li a {
  display: inline-block;
  color: #6d9dd0;
}

.pagetop {
  margin: 23px 10px;
  text-align: right;
}
.pagetop a {
  padding-left: 15px;
  background-image: url(../../img/pc/sprite/arrow.png);
  background-position: 0 -968px;
  background-repeat: no-repeat;
  color: #7f7875;
}
.pagetop a:hover {
  background-image: url(../../img/pc/sprite/hover/arrow.png);
  background-position: 0 -50px;
  background-repeat: no-repeat;
}

.assist {
  display: none;
}

#yearend {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  overflow: hidden;
  padding-top: 3px;
  width: 99.85%;
  height: 32px;
  border: 1px solid #888;
  background: url(../../img/pc/yearend_bg.gif) left 3px repeat-x #c40038;
  line-height: 1.2em;
}
#yearend h2,
#yearend p {
  display: table-cell;
}
#yearend p {
  padding: 5px 91px 0 2em;
  vertical-align: middle;
  text-indent: -1em;
  line-height: 1.2;
  font-size: 1em;
  color: #59514e;
}
#yearend .pic {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}

.notice-tax {
  margin: 20px 10px;
  padding: 12px 0;
  border: #c9c9ca 1px solid;
  background-color: #f6f7f7;
  text-align: center;
  line-height: 1.4;
  font-size: 1em;
  color: #e85554;
}

.area-link:focus {
  outline: 0;
}
.area-link:focus::before {
  outline: -webkit-focus-ring-color auto 5px;
}
.area-link::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------------------------
5.	#header
----------------------------------------------------------------------*/
#header {
  position: relative;
  margin: 0 auto;
  width: 988px;
  background: url(../../img/pc/header_bg.gif) left 24px no-repeat;
}
#header h1 {
  background: url(../../img/pc/h1_bg.gif) left top repeat-x #524840;
  text-align: center;
  line-height: 24px;
  font-size: 1em;
  white-space: nowrap;
  color: #b3a79c;
}
#header #logo {
  padding: 25px 0 25px 25px;
}
#header aside {
  position: absolute;
  top: 37px;
  right: 30px;
}
#header aside div {
  position: absolute;
  right: 0;
}
#header .p-header__tel {
  position: absolute;
  top: 1px;
  right: 404px;
}
#header .info {
  display: flex;
  top: 0;
  width: 376px;
}
#header .info li {
  border: 2px solid #29211b;
}
#header .info li:first-child {
  margin-bottom: 2px;
}
#header .info li.mail {
  background-position: 0 -28px;
}
#header .info li.counseling {
  background-position: 0 0;
}
#header .info li.mail {
  background-image: url(../../img/pc/header_info_mail_h.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#header .info li.counseling {
  background-image: url(../../img/pc/header_info_counseling_h.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#header .info a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#header .info .line {
  margin-left: 5px;
  border: 2px solid #29211b;
}
#header .info .line a {
  display: block;
  width: 120px;
  height: 62px;
  background: url(../../img/pc/header_cv_line_h.png) left top no-repeat;
}
#header .info .line a:hover img {
  display: none;
}
#header .search {
  top: 0;
  margin: 0;
}
#header .search .ui-datepicker {
  z-index: 2000 !important;
}
#header .search #ui-datepicker-div .ui-datepicker-today {
  opacity: .8;
}
#header .search #ui-datepicker-div .ui-datepicker-today span {
  background: #f9e5e0;
}
#header .search legend {
  display: none;
}
#header .search #message {
  margin-bottom: 30px;
  margin-left: 224px;
  padding: 18px 0;
  border: 2px solid #ec7c78;
}
#header .search #message p {
  margin: 0 auto !important;
  padding: 0 50px;
  width: 360px;
  background: url(../../img/pc/form_message_bg.gif) left center no-repeat;
  line-height: 1.5;
  font-size: 1.2em;
  font-weight: bold;
  color: #ec7c78;
}
#header .search #message p span {
  font-size: 0.8333333333em;
  color: #7f7875;
}
#header .search dl {
  *zoom: 1;
  width: 268px;
  border: 1px solid #29211b;
  background: #29211b;
}
#header .search dl:after {
  content: "";
  display: table;
  clear: both;
}
#header .search dt {
  float: left;
  padding-right: 1px;
}
#header .search dt input {
  padding: 0 6px;
  width: 194px;
  height: 22px;
  border: 0;
  background: #ebe7e4;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5) inset;
  font-size: 1.2em;
  color: #7f7875;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}
#header .search dt input:focus {
  outline-offset: -2px;
}
#header .search dt input::-webkit-search-decoration {
  display: none;
}
#header .search dd {
  height: 22px;
}
#header .search dd input {
  transition: opacity 0.1s linear;
}
#header .search dd input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#header .link {
  top: 1px;
  right: 265px;
}
#header .link li:first-child {
  margin-right: 14px;
}
#header .link li.sitemap {
  background-position: 0 -67px;
}
#header .link li.inquiry {
  background-position: 0 -56px;
}
#header .link li.sitemap {
  background-image: url(../../img/pc/sprite/hover/header.png);
  background-repeat: no-repeat;
}
#header .link li.inquiry {
  background-image: url(../../img/pc/sprite/hover/header.png);
  background-repeat: no-repeat;
}
#header .link a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

#gnavi, #footer #fnavi {
  padding-bottom: 4px;
  background: url(../../img/pc/nav_bg.gif) left top repeat-x;
}
#gnavi ul, #footer #fnavi ul {
  *zoom: 1;
  margin: 0 29px;
  background-image: url(../../img/pc/sprite/hover/header.png);
  background-position: 0 -86px;
  background-repeat: no-repeat;
}
#gnavi ul:after, #footer #fnavi ul:after {
  content: "";
  display: table;
  clear: both;
}
#gnavi ul li, #footer #fnavi ul li {
  position: relative;
  float: left;
}
#gnavi ul li .new, #footer #fnavi ul li .new {
  position: absolute;
  top: -11px;
  right: 0;
  z-index: 100;
}
#gnavi ul a:hover img, #footer #fnavi ul a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.sp #header #logo {
  margin-bottom: 160px;
  padding: 53px 0 48px 51px;
  background-image: url(../../img/pc/sp_header_bg.gif);
}
.sp #header #logo a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.sp #header aside {
  top: 0;
  right: 0;
  width: 100%;
}
.sp #header .info {
  top: 214px;
}
.sp #header .info li:nth-child(n) {
  float: left;
  margin: 0;
  border: 0;
}
.sp #header .info a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.sp #header .link {
  top: 49px;
  right: 25px;
}
.sp #header .link a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/*----------------------------------------------------------------------
6.	#content
----------------------------------------------------------------------*/
#content {
  *zoom: 1;
  margin: 0 auto;
  padding: 0 30px 200px;
  width: 928px;
}
#content:after {
  content: "";
  display: table;
  clear: both;
}
.ie8 #content {
  padding-left: 31px;
}

#content {
  padding-right: 0;
  padding-left: 0;
  width: 988px;
}

/*----------------------------------------------------------------------
7.	#main
----------------------------------------------------------------------*/
.p-case {
  padding-right: 65px;
  padding-left: 65px;
}
.p-case__title {
  margin-bottom: 10px;
  padding: 30px 0 0;
  text-align: right;
}
.p-case-contents__wrapper {
  padding: 0;
}

.p-campaign {
  position: relative;
  margin: 0 65px 70px;
  height: 180px;
  background-position: left top;
  background-repeat: no-repeat;
}
.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-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;
  padding: 0 5px;
  border-radius: 4px;
  background: #e55764;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  right: 70px;
  bottom: 30px;
}
.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 a:hover img {
  opacity: 1;
}

.p-cta-area {
  display: flex;
  justify-content: space-between;
  margin: 0 65px 70px;
}
.p-cta-area .c-cv__button a {
  width: 414px;
}
.p-cta-area .c-cv__button a span {
  line-height: 3;
}
.p-cta-area .c-cv__button a::after {
  line-height: 2.2;
}
.p-cta-area .c-cv--line .c-cv__button a::after {
  content: 'メアド不要で気軽に質問';
}
.p-cta-area .c-cv--line .c-cv__button span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-cta-area .c-cv--line .c-cv__button span::before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 31px;
  height: 29px;
  background: url(../../img/pc/line1.png) center no-repeat;
}

.p-banner {
  margin: 0 65px 70px;
  text-align: right;
}
.p-banner a:hover img {
  opacity: 1;
}

.p-casedetails {
  padding-top: 43px;
  color: #7f7875;
}
.p-casedetails__title {
  margin-bottom: 20px;
  padding: 37px 0 40px;
  line-height: 1.5;
  font-family: YakuHanJP, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #3e3a39;
}
.p-casedetails-data {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d4d1cf;
  font-size: 12px;
}
.p-casedetails-data__pic {
  margin-right: 15px;
  padding-right: 20px;
  max-width: 640px;
  border-right: 1px solid #d4d1cf;
}
.p-casedetails-data__pic img {
  max-width: 100%;
  height: auto;
}
.p-casedetails-data__pic img + img {
  margin-top: 3px;
}
.p-casedetails-data__title {
  margin-bottom: 30px;
}
.p-casedetails-data__info {
  margin-bottom: 20px;
}
.p-casedetails-data__other__inner {
  margin-bottom: 20px;
}
.p-casedetails-data__other__title {
  margin-bottom: 5px;
  font-family: YakuHanJP, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}
.p-casedetails-data__other__list {
  margin-left: 17px;
}
.p-casedetails-data__other__item {
  list-style: disc;
  line-height: 1.6666666667;
}
.p-casedetails-comments__text {
  margin-bottom: 35px;
  padding-top: 30px;
  line-height: 1.8666666667;
  font-size: 15px;
  color: #58504c;
}
.p-casedetails-comments__doctor {
  margin-bottom: 30px;
}
.p-casedetails-comments__doctor__title {
  margin-bottom: 10px;
  padding: 14px 0 14px 70px;
  background-position: 0 0;
  background-repeat: no-repeat;
  line-height: 1.3333333333;
  font-family: YakuHanJP, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.p-casedetails-comments__doctor__title em {
  display: block;
  line-height: 1.1428571429;
  font-family: YakuHanJP, "こぶりなゴシック W1 JIS2004", "Koburina Gothic W1 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
}
.p-casedetails-comments__doctor__title.ohashi {
  background-image: url(../../img/pc/icon_ohashi.png);
}
.p-casedetails-comments__doctor__title.shida {
  background-image: url(../../img/pc/icon_shida.png);
}
.p-casedetails-comments__doctor__title.abe {
  background-image: url(../../img/pc/icon_abe.png);
}
.p-casedetails-comments__doctor__title.mitsuka {
  background-image: url(../../img/pc/icon_mitsuka.png);
}
.p-casedetails-comments__doctor__title.otsuka {
  background-image: url(../../img/pc/icon_otsuka.png);
}
.p-casedetails-comments__doctor__title.nishimura {
  background-image: url(../../img/pc/icon_nishimura.png);
}
.p-casedetails-comments__doctor__title.abe {
  background-image: url(../../img/pc/icon_abe.png);
}
.p-casedetails-comments__doctor__text {
  padding: 20px 30px;
  background: #fafaf9;
  line-height: 1.6;
  font-size: 15px;
  color: #58504c;
}
.p-casedetails-note {
  margin-bottom: 20px;
}
.p-casedetails-note th,
.p-casedetails-note td {
  border-bottom: 1px solid #d4d1cf;
  vertical-align: top;
  line-height: 1.5;
  font-size: 12px;
}
.p-casedetails-note th {
  padding: 10px 15px;
  width: 79px;
  background: #fafaf9;
  -moz-text-align-last: justify;
       text-align-last: justify;
  font-family: YakuHanJP, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  color: #545454;
}
.p-casedetails-note td {
  padding: 10px 20px;
  color: #7e7774;
}
.p-casedetails-note tr:first-child th,
.p-casedetails-note tr:first-child td {
  border-top: 1px solid #d4d1cf;
}
.p-casedetails-note__item {
  position: relative;
  padding-left: 16px;
  text-indent: -16px;
  line-height: 1.5;
  font-size: 12px;
  color: #7e7774;
}
.p-casedetails-note__item::before {
  content: '●';
  margin-right: 5px;
}
.p-casedetails-links {
  display: flex;
  justify-content: flex-end;
}
.p-casedetails-links__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.p-casedetails-links__item {
  display: table;
  position: relative;
  margin-bottom: 30px;
  width: 414px;
}
.p-casedetails-links__item:nth-child(even) {
  margin-left: 30px;
}
.p-casedetails-links__item::after {
  content: '';
  position: absolute;
  right: 8px;
  bottom: 10px;
  width: 41px;
  height: 7px;
  background: url(../../img/pc/contents_common_case_operator_arrow.png) left top no-repeat;
}
.p-casedetails-links__pic, .p-casedetails-links__text {
  display: table-cell;
}
.p-casedetails-links__pic {
  width: 55px;
}
.p-casedetails-links__text {
  padding-left: 10px;
  vertical-align: middle;
  line-height: 1.3125;
  font-family: YakuHanJP, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.p-casedetails-links__text span {
  display: block;
  line-height: 1.5;
  font-family: YakuHanJP, "こぶりなゴシック W3 JIS2004", "Koburina Gothic W3 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.p-casedetails-links a {
  display: block;
  padding: 10px 8px 10px 15px;
  background: #7e7774;
  transition: all .1s linear;
}
.p-casedetails-links a:hover {
  background: #b7b3b0;
  text-decoration: none;
}
.p-casedetails-links a:hover > * {
  opacity: 1;
}
.p-casedetails-links a:hover .p-casedetails-operator__text {
  color: #3a5287;
}

.p-relation {
  margin-bottom: 0;
}
.p-relation .liposuction .c-case-contents-attr__item.category {
  background-color: #4c61a1;
}
.p-relation .breast-hip .c-case-contents-attr__item.category {
  background-color: #b53867;
}
.p-relation .antiaging .c-case-contents-attr__item.category {
  background-color: #65478a;
}
.p-relation__title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  height: 80px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 22px;
  color: #3e3e39;
  box-sizing: border-box;
}

.liposuction .p-casedetails__title {
  background: url(../../img/pc/contents_liposuction_case_casedetails_title.png) right top no-repeat;
}
.liposuction .p-casedetails-comments__text {
  background: url(../../img/pc/contents_liposuction_case_casedetails_comments_title.png) left top no-repeat;
}
.liposuction .p-casedetails-operator__item a:hover .p-casedetails-operator__text {
  color: #4c61a1;
}

.breast-hip .p-casedetails__title {
  background: url(../../img/pc/contents_breast-hip_case_casedetails_title.png) right top no-repeat;
}
.breast-hip .p-casedetails-comments__text {
  background: url(../../img/pc/contents_breast-hip_case_casedetails_comments_title.png) left top no-repeat;
}
.breast-hip .p-casedetails-operator__item a:hover .p-casedetails-operator__text {
  color: #b53867;
}

.antiaging .p-casedetails__title {
  background: url(../../img/pc/contents_antiaging_case_casedetails_title.png) right top no-repeat;
}
.antiaging .p-casedetails-comments__text {
  background: url(../../img/pc/contents_antiaging_case_casedetails_comments_title.png) left top no-repeat;
}
.antiaging .p-casedetails-operator__item a:hover .p-casedetails-operator__text {
  color: #65478a;
}

/*----------------------------------------------------------------------
8.	#sub
----------------------------------------------------------------------*/
.p-clinic {
  margin: 0 65px 80px;
}
.p-clinic .clinic, .p-clinic #footer .kuchikomi, #footer .p-clinic .kuchikomi {
  order: 1;
  width: 256px;
  text-align: center;
}
.p-clinic .map {
  order: 3;
}
.p-clinic .slide {
  flex-basis: 200px;
  order: 2;
}
.p-clinic__wrapper {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 17px 17px 17px 25px;
  height: 187px;
  background: #f2efed;
  color: #7f7875;
}
.p-clinic__title {
  margin-bottom: 10px;
  padding: 0 0 1px;
  height: auto;
  border: 0;
  border-bottom: 1px solid #fff;
  background: none;
  box-shadow: inset 0 -1px 0 #baafa6;
  text-align: left;
}
.p-clinic__address {
  margin-bottom: 10px;
  line-height: 1.3333333333;
  font-size: 1.2em;
}
.p-clinic-tel__free {
  margin-bottom: 10px;
}
.p-clinic-tel__international {
  margin-bottom: 6px;
}
.p-clinic-tel a {
  color: #7f7875;
}
.p-clinic-bhour > * {
  display: inline;
}
.p-clinic-bhour__title,
.p-clinic-bhour .emphasis {
  font-weight: bold;
}
.p-clinic-bhour .emphasis {
  margin-left: 1em;
}
.p-clinic__cvlink a {
  display: block;
  margin-bottom: 7px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.p-clinic__cvlink a:hover > img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.1s linear;
}
.p-clinic__cvlink a.consultation-h {
  background-image: url(../../img/pc/footer_cv_consultation_h.png);
}
.p-clinic__cvlink a.counseling-h {
  background-image: url(../../img/pc/footer_cv_counseling_h.png);
}
.p-clinic__link {
  margin-top: 32px;
  text-align: right;
}
.p-clinic__link a {
  display: inline-block;
  border: 1px solid #baafa6;
  background-image: url(../../img/pc/sprite/hover/main.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.p-clinic__link a:hover > img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.1s linear;
}
.p-clinic__slide {
  overflow: hidden;
  width: 265px;
  height: 187px;
}

/*----------------------------------------------------------------------
9.	#footer
----------------------------------------------------------------------*/
.f-clinic-list {
  display: flex;
  padding: 9px 0;
  background: #efece9;
}
.f-clinic-item {
  display: flex;
  position: relative;
  flex-basis: calc(100% / 5);
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #c7bcb5;
  border-left: 1px solid #fff;
}
.f-clinic-item:first-child {
  border-left: 0;
}
.f-clinic-item:last-child {
  border-right: 0;
}
.f-clinic-item a::before {
  content: '';
  display: block;
  position: absolute;
  top: -9px;
  right: 0;
  bottom: -9px;
  left: 0;
  transition: all .15s linear;
}
.f-clinic-item a::after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 10px;
  height: 10px;
  background: url(../../img/pc/arrow/arrow2.png) 0 0 no-repeat;
}
.f-clinic-item a:hover > *,
.f-clinic-item a:hover img {
  opacity: 1;
}
.f-clinic-item a:hover::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.f-clinic-item a:hover::after {
  background-image: url(../../img/pc/arrow/arrow2_h.png);
}
.f-clinic-item img {
  border-bottom: 1px solid #c7bcb5;
}
.f-clinic-item .pic {
  margin-bottom: 7px;
  text-align: center;
}
.f-clinic-item .address {
  text-align: center;
  line-height: 1.2;
  font-size: 1em;
  color: #7f7875;
}
.f-clinic-item.brand {
  align-items: center;
}
.f-clinic-item.brand .pic img {
  border: 0;
}

#footer {
  position: absolute;
  bottom: 0;
  z-index: 50;
  width: 100%;
}
#footer .wrapper {
  margin: 0 auto;
  width: 988px;
}
* html #footer .wrapper {
  padding-left: 1px;
}
* + html #footer .wrapper {
  padding-left: 1px;
}
.ie8 #footer .wrapper {
  padding-left: 1px;
}
#footer .wrapper .wrapper {
  width: auto;
  border-bottom: 1px solid #baafa6;
  background: #f2efed;
}
#footer .text {
  clear: both;
  padding: 20px 0;
  border-top: 1px solid #fff;
  background: #f2efed;
  text-align: center;
  line-height: 1.5;
  font-size: 1.1em;
  color: #7f7875;
}
#footer #fnavi {
  border-top: 1px solid #ccc3ba;
}
* html #footer #fnavi {
  height: 1%;
}
* + html #footer #fnavi {
  height: 1%;
}
#footer .kuchikomi {
  margin-top: 0;
  text-align: right;
}
#footer .kuchikomi img {
  border: 0;
}

.p-footer-subnav {
  display: flex;
  justify-content: space-between;
  padding: 36px 140px 31px;
  border-bottom: 1px solid #fff;
  box-shadow: inset 0 -1px 0 #c7bcb5;
  font-size: 1.1em;
  color: #7f7875;
}
.p-footer-subnav a {
  color: #7f7875 !important;
}
.p-footer-subnav a:hover {
  text-decoration: underline;
}
.p-footer-subnav__title {
  margin-bottom: 12px;
  font-size: 1.2em;
}
.p-footer-subnav__item + .p-footer-subnav__item {
  margin-top: 8px;
}
.p-footer-subnav__contents:not(.others) .p-footer-subnav__item a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.p-footer-subnav__contents:not(.others) .p-footer-subnav__item a::before, .p-footer-subnav__contents:not(.others) .p-footer-subnav__item a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  transition: opacity .1s linear;
}
.p-footer-subnav__contents:not(.others) .p-footer-subnav__item a::before {
  z-index: 1;
  background: url(../../img/pc/arrow/arrow2.png) left center no-repeat;
}
.p-footer-subnav__contents:not(.others) .p-footer-subnav__item a::after {
  background: url(../../img/pc/arrow/arrow2_h.png) left center no-repeat;
}
.p-footer-subnav__contents:not(.others) .p-footer-subnav__item a:hover {
  text-decoration: none;
}
.p-footer-subnav__contents:not(.others) .p-footer-subnav__item a:hover::before {
  opacity: 0;
}
.others .p-footer-subnav__item a {
  font-size: 1.2em;
}
.others .p-footer-subnav__item + .p-footer-subnav__item {
  margin-top: 16px;
}
.p-footer-regions {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
  box-shadow: inset 0 -1px 0 #c7bcb5;
  text-align: center;
  color: #7f7875;
}
.p-footer-regions__title {
  margin-right: 40px;
  font-size: 1.3em;
}
.p-footer-regions__list {
  display: flex;
}
.p-footer-regions__item a {
  text-decoration: underline;
  font-size: 1.2em;
  color: #7595cc;
}
.p-footer-regions__item + .p-footer-regions__item::before {
  content: '|';
  display: inline-block;
  margin: 0 1.2rem;
}
.p-footer__lead {
  display: block;
  justify-content: center;
  padding: 20px 0;
  text-align: center;
  line-height: 1.5;
  font-size: 1.1em;
  color: #7f7875;
}

/*----------------------------------------------------------------------
10.	ページ毎
----------------------------------------------------------------------*/
.no1039 .p-comments__title, .no1039 .p-comments__text {
  line-height: 1.6;
}
.no1039 .p-comments__text {
  margin-bottom: 1em;
}
.no1039 .p-comments__pic {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.no1039 .p-comments__pic__title {
  margin-bottom: 11px;
  padding-left: 11px;
  border-left: 3px solid #f4b5ac;
  line-height: 1.4;
  font-weight: bold;
}

.liposuction .p-relation .c-case-contents {
  height: auto;
}
.liposuction .p-relation .c-case-contents__link {
  position: static;
  margin: auto 0 0;
  text-align: right;
}
.liposuction .p-relation .p-casedetails-note {
  margin-top: 10px;
  margin-bottom: 10px;
}
.liposuction .p-relation .p-casedetails-note th,
.liposuction .p-relation .p-casedetails-note td {
  font-size: .8em;
}
.liposuction .p-relation .p-casedetails-note th {
  padding-right: 0;
  padding-left: 0;
  width: 35px;
  text-align: center;
  -moz-text-align-last: auto;
       text-align-last: auto;
}
.liposuction .p-relation .p-casedetails-note td {
  padding-right: 5px;
  padding-left: 5px;
}

.improvement .p-relation .c-case-contents:hover {
  background-color: #faf9f7;
}
.improvement .p-relation .c-case-contents:hover .c-case-contents__link img {
  opacity: 1;
}
.improvement .p-relation .c-case-contents-attr {
  margin-bottom: 11px;
}
.improvement .p-relation .c-case-contents__title a {
  transition: opacity .1s linear;
}
.improvement .p-relation .c-case-contents__title a:hover {
  opacity: .5;
}
.improvement .p-relation__item__operation {
  font-size: 1.2em;
  color: #58504c;
}
.improvement .p-relation__item__price {
  margin: 10px 0;
  border: 1px solid #d4d1cf;
}
.improvement .p-relation__item__price th,
.improvement .p-relation__item__price td {
  vertical-align: top;
  line-height: 1.5;
  font-size: .8em;
}
.improvement .p-relation__item__price th {
  padding: 10px 0;
  width: 35px;
  border-right: 1px solid #d4d1cf;
  background: #fafaf9;
  text-align: center;
  font-family: YakuHanJP, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  color: #545454;
}
.improvement .p-relation__item__price td {
  padding: 10px 5px;
  color: #7e7774;
}
.improvement .p-relation__item__price td span {
  display: inline-block;
  font-size: 0.875em;
}
