@charset "UTF-8";
@use 'sass:math';
.c-button a {
  display: inline-block;
  width: 279px;
  border: 2px solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  color: #f5f2f0;
  transition: opacity .1s linear;
}
.c-button a:hover {
  color: #f5f2f0 !important;
}
.c-button a .inner-text {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 0 38px;
  width: 100%;
  text-align: center;
  line-height: 2.5;
  font-size: 16px;
  box-sizing: border-box;
}
.c-button a .inner-text::before, .c-button a .inner-text::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 10px;
  z-index: 2;
  width: 22px;
  height: 22px;
  background: url(../img/arrow/arrow16.png) top left no-repeat;
  opacity: 1;
  transition: opacity .1s;
}
.c-button a .inner-text::after {
  z-index: 1;
  width: 22px;
  height: 22px;
  background: url(../img/arrow/arrow16_h.png) top left no-repeat;
}
.c-button a::after {
  display: block;
  border-top: 1px solid #474038;
  opacity: .7;
  text-align: center;
  line-height: 1.7;
  font-size: 10px;
}
.c-button.consultation a::after {
  content: 'あなたのお悩みに24時間以内に返答します。';
}
.c-button.counseling a::after {
  content: 'ドクターとのカウンセリングです';
}
.c-button.line a::after {
  content: 'メールアドレス不要で気軽に質問。';
}
.c-button.line .inner-text {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}
.c-button.line .inner-text::after {
  content: '';
  display: inline-block;
  margin-right: 9px;
  width: 31px;
  height: 29px;
  background: url(../img/qa_line.png) top left no-repeat;
}
.c-button.line:hover a .inner-text::before {
  background: url(../img/arrow/arrow16_h.png) top left no-repeat;
  opacity: 1;
}
.c-button.attribute a::after {
  content: attr(data-subtext);
}
.c-button:hover a .inner-text::before {
  opacity: 0;
  transition: opacity .1s;
}

.m-for-customers.p-supervision3 {
  margin-bottom: 50px;
}
.m-for-customers.p-supervision3 .for-customers-contents {
  color: #7f7875;
}
.m-for-customers.p-supervision3 .for-customers-contents + .for-customers-contents {
  margin: 40px 0 0;
}
.m-for-customers.p-supervision3 .for-customers-contents > .title {
  padding-bottom: 10px;
  border-bottom: 1px solid #c7bcb5;
  text-align: center;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.8em;
  font-weight: bold;
}
.m-for-customers.p-supervision3 .for-customers-contents .text {
  line-height: 1.6666666667;
  font-size: 1.2em;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider {
  margin-top: 40px;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 0 10px 0 20px;
  background: #f5f2f0;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors-contents {
  position: relative;
  padding: 20px 10px 60px 0;
  width: 50%;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors-contents > * {
  position: relative;
  z-index: 2;
  margin-left: 140px;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors-contents > .title {
  margin-bottom: 17px;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors-contents > .title a {
  display: inline-block;
  color: #7f7875;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors-contents > .title .position {
  display: block;
  margin-bottom: 6px;
  font-size: 1.4em;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors-contents > .title .name {
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.2em;
  font-weight: bold;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors-contents .pic {
  position: absolute;
  top: 33px;
  left: 0;
  z-index: 1;
  margin: 0;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors-contents .license,
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors-contents .history {
  font-size: 1.2em;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors-contents .license > .title,
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors-contents .history > .title {
  margin-bottom: 4px;
  padding-bottom: 3px;
  border-bottom: 1px solid #c7bcb5;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors-contents .license-list {
  margin-left: 2em;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors-contents .license-item {
  list-style-type: disc;
  line-height: 1.1666666667;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors-contents .license-item + .license-item {
  margin-top: 4px;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors-contents .link {
  position: absolute;
  right: 10px;
  bottom: 20px;
  left: 0;
  margin: 0;
  text-align: right;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors-contents .link a {
  background: url(../img/arrow/arrow2_h.png) right center no-repeat;
  font-size: 1.2em;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors-contents .link a::after {
  content: '';
  display: inline-block;
  margin-left: 4px;
  width: 10px;
  height: 10px;
  background: url(../img/arrow/arrow2.png) top left no-repeat;
  opacity: 1;
  transition: opacity .1s;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors-contents .link:hover a::after {
  opacity: 0;
  transition: opacity .1s;
}
.m-for-customers.p-supervision3 .for-customers-contents.lead > .title, .m-for-customers.p-supervision3 .for-customers-contents.doctors > .title {
  margin-bottom: 6px;
}

.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors {
  display: flex;
  flex-direction: column;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors .doctors-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 0;
  width: auto;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors .doctors-contents > .title {
  width: 100%;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors .doctors-contents .license,
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors .doctors-contents .history {
  width: 240px;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors .doctors-contents .history {
  margin-left: 0;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors .doctors-contents .history-item .item-inner {
  display: flex;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors .doctors-contents .history-item .item-inner > * {
  line-height: 1.2;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors .doctors-contents .history-item .item-title {
  width: 50px;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors .doctors-contents .history-item .item-text {
  width: 190px;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors .doctors-contents .history-item + .history-item {
  margin-top: 10px;
}

.f-imp {
  padding-top: 40px;
}
.f-imp__title {
  margin-bottom: 20px;
  text-align: center;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", 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;
}

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

File Name:		trouble.scss
Note:			診療内容 お悩みページ用SCSSファイル


New Creation:	2013/02/12 19:23:20.
Last Change:	2014/10/22 16:18:02.



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: YakuHanJP, "ヒラギノ角ゴ 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;
}

figure {
  margin: 0;
}

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

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

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

a img {
  opacity: 1;
  transition: opacity .1s linear;
}
a:hover img {
  opacity: .5;
}

a[href^='tel:'] {
  cursor: default;
  pointer-events: none;
}
a[href^='tel:']:hover {
  cursor: default;
}

/*----------------------------------------------------------------------
3.	container
----------------------------------------------------------------------*/
#container {
  min-height: 100vh;
  background: url(../img/container_bg.png) top center repeat-y;
}
#container .wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  background: url(../img/container_bg2.png) top center no-repeat, url(../img/bg2.gif) top center repeat-x;
}
body > #container .wrapper {
  height: auto;
}
#container > .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
#container > .wrapper #content {
  flex: 1;
}
#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;
  white-space: nowrap;
  color: #6d9dd0;
}

.pagetop {
  margin: 23px 10px;
  text-align: right;
}
.pagetop a {
  padding-left: 15px;
  background: url(../img/arrow/arrow3.png) left top no-repeat;
  color: #7f7875;
}
.pagetop a:hover {
  background-image: url(../img/arrow/arrow3_h.png);
}

.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/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;
}

#link_box {
  position: fixed;
  right: calc(50% - (988px / 2) - 39px - 5px);
  bottom: calc(50% - 202px);
  z-index: 100;
  width: 39px;
}
#link_box .link_inquiry,
#link_box .link_counseling {
  margin-bottom: 7px;
  background-position: right top;
  background-repeat: no-repeat;
  box-shadow: 3px 3px 6px #777;
  text-align: right;
}
#link_box .link_inquiry {
  background-image: url(../img/link_mail_h.png?v=2);
}
#link_box .link_counseling {
  background-image: url(../img/link_counseling_h.png);
}
#link_box .pagetop {
  margin: 0;
}
#link_box .pagetop a {
  padding: 0;
  background: none;
}

sup.copyright {
  font-weight: lighter;
}

/*----------------------------------------------------------------------
5.	#header
----------------------------------------------------------------------*/
#header {
  position: relative;
  margin: 0 auto;
  width: 988px;
  background: url(../img/header_bg.gif) left 24px no-repeat;
}
#header h1 {
  background: url(../img/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: 27px 0 31px 26px;
}
#header aside {
  display: flex;
  position: absolute;
  top: 37px;
  right: 30px;
}
#header .h-tel {
  margin-right: 15px;
  width: 186px;
}
#header .h-tel .h-tab-list {
  *zoom: 1;
  margin-bottom: 9px;
  width: 186px;
}
#header .h-tel .h-tab-list::after {
  content: '';
  display: table;
  clear: both;
}
#header .h-tel .h-tab-item {
  float: left;
  padding: 4px 0 3px;
  width: 35px;
  border-bottom: 1px solid #56514c;
  border-left: 1px solid #56514c;
  background-color: rgba(0, 0, 0, 0.15);
  cursor: pointer;
  text-align: center;
}
#header .h-tel .h-tab-item.nagoya {
  width: 39px;
}
#header .h-tel .h-tab-item:last-child {
  border-right: 1px solid #56514c;
}
#header .h-tel .h-tab-item.is-active {
  padding: 3px 0 4px;
  border-top: 1px solid #56514c;
  border-bottom: 0;
  background-color: transparent;
}
#header .h-tel .h-tab-content {
  position: relative;
}
#header .h-tel .h-tab-content-item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .15s linear;
}
#header .h-tel .h-tab-content-item.is-active {
  opacity: 1;
}
#header .info {
  display: flex;
  top: 0;
  flex-direction: column;
  flex-wrap: wrap;
  width: 439px;
  height: 66px;
}
#header .info-inner {
  width: 336px;
}
#header .info li {
  border: 2px solid #29211b;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#header .info li.mail {
  margin-bottom: 0;
  background-image: url(../img/header_info_mail_h.png?v=2);
}
#header .info li.counseling {
  margin-bottom: 0;
  background-image: url(../img/header_info_counseling_h.png?v=2);
}
#header .info a:hover img {
  opacity: 0;
}
#header .info .line {
  margin-left: 4px;
  border: 2px solid #29211b;
}
#header .info .line a {
  display: block;
  width: 95px;
  height: 62px;
  background: url(../img/header_cv_line_h.png) left top no-repeat;
}
#header .info .line a:hover img {
  display: none;
}
#header .info-list {
  display: flex;
  margin-bottom: 2px;
  height: 32px;
}
#header .info-list .info-item + .info-item {
  margin-left: 2px;
}
#header .h-search {
  position: static;
  border: 2px solid #332a27;
}
#header .h-search__form {
  display: flex;
  width: 332px;
}
#header .h-search__form__input {
  display: block;
  padding: 10px;
  width: 259px;
  height: 28px;
  border: 0;
  border-right: 2px solid #332a27;
  font-size: 1.4em;
  box-sizing: border-box;
}
#header .h-search__form__button {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

#gnavi, #footer #fnavi {
  padding: 1px 0 5px;
  background: url(../img/nav_bg_l.gif) left top repeat-x;
}
#gnavi > ul, #footer #fnavi > ul {
  *zoom: 1;
  position: relative;
  padding: 0 29px;
}
#gnavi > ul::after, #footer #fnavi > ul::after {
  content: '';
  display: table;
  clear: both;
}
#gnavi > ul > li, #footer #fnavi > ul > li {
  float: left;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#gnavi > ul > li.about, #footer #fnavi > ul > li.about {
  background-image: url(../img/nav_about_a.png?v=4);
}
#gnavi > ul > li.trouble, #footer #fnavi > ul > li.trouble {
  background-image: url(../img/nav_trouble_a.png?v=4);
}
#gnavi > ul > li.contents, #footer #fnavi > ul > li.contents {
  background-image: url(../img/nav_contents_a.png?v=4);
}
#gnavi > ul > li.case, #footer #fnavi > ul > li.case {
  background-image: url(../img/nav_case_a.png?v=4);
}
#gnavi > ul > li.price, #footer #fnavi > ul > li.price {
  background-image: url(../img/nav_price_a.png?v=4);
}
#gnavi > ul > li.campaign, #footer #fnavi > ul > li.campaign {
  background-image: url(../img/nav_campaign_a.png?v=4);
}
#gnavi > ul > li.doctor, #footer #fnavi > ul > li.doctor {
  background-image: url(../img/nav_doctor_a.png?v=4);
}
#gnavi > ul > li.access, #footer #fnavi > ul > li.access {
  background-image: url(../img/nav_access_a.png?v=4);
}
#gnavi > ul > li.qa, #footer #fnavi > ul > li.qa {
  background-image: url(../img/nav_qa_a.png?v=4);
}
#gnavi > ul > li .new, #footer #fnavi > ul > li .new {
  position: absolute;
  top: -11px;
  right: 0;
  z-index: 100;
}
#gnavi > ul > li > a, #footer #fnavi > ul > li > a {
  display: block;
  position: relative;
}
#gnavi > ul > li > a:hover > *, #footer #fnavi > ul > li > a:hover > * {
  opacity: 0;
}
#gnavi > ul > li > a img, #footer #fnavi > ul > li > a img {
  transition: opacity .15s linear;
}
#gnavi .h-gnavi-contents-submenu, #footer #fnavi .h-gnavi-contents-submenu {
  position: absolute;
  z-index: 10;
  padding-top: 5px;
  opacity: 0;
  transition: all .15s linear;
  pointer-events: none;
}
#gnavi .h-gnavi-contents-submenu.is-active, #footer #fnavi .h-gnavi-contents-submenu.is-active {
  opacity: 1;
  pointer-events: all;
}
#gnavi .h-gnavi-contents-submenu-list, #footer #fnavi .h-gnavi-contents-submenu-list {
  display: flex;
  border: 1px solid #c5bbb3;
}
#gnavi .h-gnavi-contents-submenu-item, #footer #fnavi .h-gnavi-contents-submenu-item {
  position: relative;
}
#gnavi .h-gnavi-contents-submenu-item a, #footer #fnavi .h-gnavi-contents-submenu-item a {
  display: block;
}
#gnavi .h-gnavi-contents-submenu-item a::after, #footer #fnavi .h-gnavi-contents-submenu-item a::after {
  transition: all .15s linear;
  content: '';
  position: absolute;
  right: 12px;
  bottom: 5px;
  width: 10px;
  height: 10px;
  background: url(../img/arrow/arrow2.png) 0 0 no-repeat;
}
#gnavi .h-gnavi-contents-submenu-item a:hover img, #footer #fnavi .h-gnavi-contents-submenu-item a:hover img {
  opacity: 1;
}
#gnavi .h-gnavi-contents-submenu-item a:hover::after, #footer #fnavi .h-gnavi-contents-submenu-item a:hover::after {
  background-image: url(../img/arrow/arrow2_h.png);
}

.ad #gnavi > ul > li.about, .ad #footer #fnavi > ul > li.about, #footer .ad #fnavi > ul > li.about {
  background-image: url(../img/ad_nav_about_a.png?v=4);
}
.ad #gnavi > ul > li.trouble, .ad #footer #fnavi > ul > li.trouble, #footer .ad #fnavi > ul > li.trouble {
  background-image: url(../img/ad_nav_trouble_a.png?v=4);
}
.ad #gnavi > ul > li.contents, .ad #footer #fnavi > ul > li.contents, #footer .ad #fnavi > ul > li.contents {
  background-image: url(../img/ad_nav_contents_a.png?v=4);
}
.ad #gnavi > ul > li.case, .ad #footer #fnavi > ul > li.case, #footer .ad #fnavi > ul > li.case {
  background-image: url(../img/ad_nav_case_a.png?v=4);
}
.ad #gnavi > ul > li.price, .ad #footer #fnavi > ul > li.price, #footer .ad #fnavi > ul > li.price {
  background-image: url(../img/ad_nav_price_a.png?v=4);
}
.ad #gnavi > ul > li.campaign, .ad #footer #fnavi > ul > li.campaign, #footer .ad #fnavi > ul > li.campaign {
  background-image: url(../img/ad_nav_campaign_a.png?v=4);
}
.ad #gnavi > ul > li.doctor, .ad #footer #fnavi > ul > li.doctor, #footer .ad #fnavi > ul > li.doctor {
  background-image: url(../img/ad_nav_doctor_a.png?v=4);
}
.ad #gnavi > ul > li.access, .ad #footer #fnavi > ul > li.access, #footer .ad #fnavi > ul > li.access {
  background-image: url(../img/ad_nav_access_a.png?v=4);
}
.ad #gnavi > ul > li.qa, .ad #footer #fnavi > ul > li.qa, #footer .ad #fnavi > ul > li.qa {
  background-image: url(../img/ad_nav_qa_a.png?v=4);
}

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

.area-link {
  position: relative;
  transition: opacity .1s linear;
}
.area-link:hover {
  opacity: .5;
}
.area-link a {
  display: block;
}
.area-link a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.area-link a:hover img {
  opacity: 1;
}

/*----------------------------------------------------------------------
7.	#main
----------------------------------------------------------------------*/
article > aside {
  padding-top: 45px;
  border-top: 1px dotted #baafa6;
}

#main {
  float: right;
  margin-bottom: 45px;
  width: 704px;
}

.p-cvArea {
  position: relative;
  padding: 30px;
  border: none;
  background-color: #f5f2f0;
  color: #6d6663;
}
.p-cvArea::before {
  content: '';
  display: block;
  position: absolute;
  top: 188px;
  right: 72px;
  bottom: 56px;
  width: 131px;
  background: url(../img/common_content_cvarea_bg.png?v=2) 0 center no-repeat;
}
.p-cvArea__lead {
  margin-bottom: 15px;
  background: #fff;
  text-align: center;
  line-height: 28px;
  font-size: 15px;
  color: #584f4c;
}
.p-cvArea__buttons {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin: 0 0 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c7bcb5;
}
.p-cvArea__buttons::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #fff;
}
.p-cvArea__buttons .c-button a {
  display: inline-block;
  width: 279px;
  border: 2px solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  color: #f5f2f0;
  transition: opacity .1s linear;
}
.p-cvArea__buttons .c-button a:hover {
  color: #f5f2f0 !important;
}
.p-cvArea__buttons .c-button a .inner-text {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 0 38px;
  width: 100%;
  text-align: center;
  line-height: 2.5;
  font-size: 16px;
  box-sizing: border-box;
}
.p-cvArea__buttons .c-button a .inner-text::before, .p-cvArea__buttons .c-button a .inner-text::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 10px;
  z-index: 2;
  width: 22px;
  height: 22px;
  background: url(../img/arrow/arrow16.png) top left no-repeat;
  opacity: 1;
  transition: opacity .1s;
}
.p-cvArea__buttons .c-button a .inner-text::after {
  z-index: 1;
  width: 22px;
  height: 22px;
  background: url(../img/arrow/arrow16_h.png) top left no-repeat;
}
.p-cvArea__buttons .c-button a::after {
  display: block;
  border-top: 1px solid #474038;
  opacity: .7;
  text-align: center;
  line-height: 1.7;
  font-size: 10px;
}
.p-cvArea__buttons .c-button.consultation a::after {
  content: 'あなたのお悩みに24時間以内に返答します。';
}
.p-cvArea__buttons .c-button.counseling a::after {
  content: 'ドクターとのカウンセリングです';
}
.p-cvArea__buttons .c-button.line a::after {
  content: 'メールアドレス不要で気軽に質問。';
}
.p-cvArea__buttons .c-button.line .inner-text {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}
.p-cvArea__buttons .c-button.line .inner-text::after {
  content: '';
  display: inline-block;
  margin-right: 9px;
  width: 31px;
  height: 29px;
  background: url(../img/qa_line.png) top left no-repeat;
}
.p-cvArea__buttons .c-button.line:hover a .inner-text::before {
  background: url(../img/arrow/arrow16_h.png) top left no-repeat;
  opacity: 1;
}
.p-cvArea__buttons .c-button.attribute a::after {
  content: attr(data-subtext);
}
.p-cvArea__buttons .c-button:hover a .inner-text::before {
  opacity: 0;
  transition: opacity .1s;
}
.p-cvArea__buttons .c-button a {
  width: 204px;
}
.p-cvArea__buttons .c-button a .inner-text {
  justify-content: left;
  padding: 0 0 0 40px;
  line-height: 45px;
  font-size: 13px;
}
.p-cvArea__buttons .c-button a .inner-text::before, .p-cvArea__buttons .c-button a .inner-text::after {
  right: inherit;
  left: 12px;
}
.p-cvArea__buttons .c-button.consultation a::after {
  content: '24時間以内に返答します';
}
.p-cvArea__buttons .c-button.counseling a::after {
  content: 'ドクターとのカウンセリングです';
}
.p-cvArea__buttons .c-button.line a::after {
  content: 'メールアドレス不要で気軽に質問';
}
.p-cvArea__buttons .c-button.line a .inner-text {
  justify-content: flex-end;
  padding: 0 0 0 88px;
}
.p-cvArea__buttons .c-button.line a .inner-text::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 42px;
  margin-right: 6px;
  width: 40px;
  height: 38px;
  background: url(../img/common_content_cvarea_button_line.png) top left no-repeat;
}
.p-cvArea__buttons .c-button.line:hover a .inner-text::before {
  background: url(../img/arrow/arrow16_h.png) top left no-repeat;
  opacity: 1;
}
.p-cvArea__clinic {
  margin: 0;
}
.p-cvArea__clinic__list__item {
  display: flex;
  align-items: center;
  height: 27px;
}
.p-cvArea__clinic__list__item .clinicName {
  margin-top: -3px;
  margin-right: 10px;
}
.p-cvArea__clinic__list__item .clinicAddress {
  font-size: 11px;
}
.p-cvArea__clinic__list__item:not(:last-child) {
  margin-bottom: 10px;
}
.p-cvArea__clinic__list__item:not(:first-child) .clinicName {
  margin-top: -7px;
}
.p-cvArea__clinic .c-link1 {
  display: flex;
  align-items: center;
  width: 400px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #c7bcb5;
  background: #e3ded9;
  background: linear-gradient(to bottom, #fff 0%, #e3ded9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3ded9',GradientType=0 );
}
.p-cvArea__clinic .c-link1 a {
  display: flex;
  align-items: center;
  padding: 9px 10px;
  background: url(../img/arrow/arrow2_h.png) left 10px center no-repeat;
  font-size: 11px;
  color: #6d6663;
}
.p-cvArea__clinic .c-link1 a::before {
  content: '';
  display: inline-block;
  margin-right: 9px;
  width: 10px;
  height: 10px;
  background: url(../img/arrow/arrow2.png) top left no-repeat;
  opacity: 1;
  transition: opacity .1s;
}
.p-cvArea__clinic .c-link1:hover a::before {
  opacity: 0;
  transition: opacity .1s;
}
.p-cvArea__clinic__toDetails {
  position: absolute;
  right: 10px;
  bottom: 11px;
  z-index: 1;
}

.m-operation-list + .p-cvArea {
  margin-top: 23px;
}

.p-reference.p-reference {
  margin: 40px 0 60px;
  padding: 0 0 0 24px;
  border: 0;
  background: url(../img/reference_title_bg.png) 0 0 no-repeat;
  color: #7f7875;
}
.p-reference__title {
  margin-bottom: 18px;
  padding: 0 0 6px 6px;
  border-bottom: 1px solid #c7bcb5;
  font-size: 1.5em;
  font-weight: bold;
}
.p-reference__item {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  font-size: 1.2em;
}
.p-reference__item > a {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 3em;
  font-weight: bold;
}
.p-reference__item > a::before {
  content: '';
  display: block;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  background: url(../img/arrow/arrow3.png) 0 0 no-repeat;
}
.p-reference__item > a:hover::before {
  background-image: url(../img/arrow/arrow3_h.png);
}
.p-reference__item .p-reference__text {
  flex: 1;
}
.p-reference__item .p-reference__text a {
  color: #7e7774;
}
.p-reference__item + .p-reference__item {
  margin-top: .5em;
}
.p-reference__item:target .p-reference__text {
  background: #f1ea4d;
  font-weight: bold;
  color: #221814;
}
.p-reference__item:target .p-reference__text a {
  font-weight: bold;
  color: #221814;
}

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

.case-movie {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 30px;
}
.case-movie__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background: #dfd8d3;
}
.case-movie__item:first-child:last-child {
  flex-direction: row;
  width: 100%;
}
.case-movie__title {
  flex: 1;
  text-align: center;
  line-height: 1.3125;
  font-size: 1.6em;
  font-weight: bold;
  color: #59514d;
}
.case-movie__pic {
  cursor: pointer;
}

.p-supervisor {
  position: relative;
  margin: 15px 0 20px;
  padding: 10px;
  background: #efece9;
  color: #7f7875;
}
.p-supervisor a {
  color: #7f7875;
}
.p-supervisor__headline {
  position: absolute;
  top: 15px;
  left: 90px;
  margin: 0;
  padding: 0;
  background: none;
  line-height: 1;
  font-size: .75rem;
  font-weight: normal;
}
.p-supervisor__details {
  display: flex;
  align-items: center;
}
.p-supervisor__details__pic {
  margin-right: 10px;
  background: #fff;
}
.p-supervisor__details__name {
  margin-top: 7px;
  line-height: 1.3;
  font-size: .75rem;
}
.p-supervisor__details__name a:hover > * {
  opacity: 1;
}
.p-supervisor__details__name .name-emphasis {
  font-size: 1rem;
  font-weight: bold;
}
.p-supervisor__link {
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin: 0;
  padding: 0;
  background: none;
  text-align: right;
  line-height: 1;
  font-size: 1.2em;
}
.p-supervisor__link a {
  padding-left: 15px;
  background: url(../../img/arrow/arrow2.png) left center no-repeat;
}
.p-supervisor__link a:hover {
  background: url(../../img/arrow/arrow2_h.png) left center no-repeat;
  color: #6d9dd0;
}

.m-provider {
  position: relative;
  margin: 15px 0 40px;
  padding: 10px;
  background: #efece9;
  color: #7f7875;
}
.m-provider a {
  color: #7f7875;
}
.m-provider .title {
  position: absolute;
  top: 15px;
  left: 90px;
  margin: 0;
  padding: 0;
  background: none;
  line-height: 1;
  font-size: 1.3em;
  font-weight: normal;
}
.m-provider .doctor {
  display: flex;
  align-items: center;
}
.m-provider .doctor .pic {
  margin-right: 10px;
  background: #fff;
}
.m-provider .doctor .name {
  margin-top: 7px;
  line-height: 1.3;
  font-size: 1.2em;
}
.m-provider .doctor .name .emphasis {
  font-size: 1.3333333333em;
  font-weight: bold;
}
.m-provider .link {
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin: 0;
  padding: 0;
  background: none;
  text-align: right;
  line-height: 1;
  font-size: 1.2em;
}
.m-provider .link a {
  padding-left: 15px;
  background: url(../../img/pc/arrow2.png) left center no-repeat;
}
.m-provider .link a:hover {
  background: url(../../img/pc/arrow2_h.png) left center no-repeat;
  color: #6d9dd0;
}

#profile {
  padding: 2em;
}
#profile .title {
  top: 20px;
  left: 100px;
  margin-bottom: .4em;
  opacity: .8;
  font-size: 1em;
}
#profile .doctor {
  margin-bottom: 1.4em;
}
#profile .doctor .name {
  margin-top: 1em;
}
#profile .doctor .name .emphasis {
  margin-top: .7em;
  font-size: 15px;
}
#profile .doctor .name .position {
  font-size: 1.25em;
}
#profile .doctor .name .position .job-title {
  display: block;
  margin-top: .7em;
  opacity: .9;
  font-size: 12px;
}
#profile .introduction,
#profile .license,
#profile .society,
#profile .history {
  text-align: justify;
  line-height: 1.7;
  font-size: 1.25em;
}
#profile .introduction a,
#profile .license a,
#profile .society a,
#profile .history a {
  color: #6d9dd0;
}
#profile .introduction {
  margin-bottom: .8em;
}
#profile .society {
  margin-top: .8em;
}

.c-supervision {
  margin-bottom: 15px;
  color: #7f7875;
}
.c-supervision__headline {
  margin-bottom: 19px;
  padding: 10px;
  background-color: #f3f0ed;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.c-supervision__lead {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #a39e9b;
  text-align: center;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  font-weight: bold;
}
.c-supervision__text {
  margin-bottom: 27px;
  line-height: 1.8333333333;
  font-size: 12px;
}
.c-supervision__text mark {
  padding: .3em 0;
  background-color: #f2f1a3;
  color: #7f7875;
}
.c-supervision__text a {
  text-decoration: underline;
}
.c-supervision__doctor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -8px auto 0;
  width: 571px;
}
.c-supervision__doctor__item {
  margin-right: 50px;
  margin-bottom: 23px;
}
.c-supervision__doctor__item:nth-of-type(3n) {
  margin-right: 0;
}
.c-supervision__doctor__item figure {
  margin: 0;
}
.c-supervision__doctor__item figure figcaption {
  padding-top: 10px;
  text-align: center;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 17px;
  color: #7f7875;
}

/* 扉 */
#index #content {
  position: relative;
  overflow: hidden;
}

.contents #header {
  background: url(../img/h1_bg.gif) left top repeat-x, url(../img/header_bg.gif) left 24px no-repeat, #524840;
}
.contents #header::before {
  content: '';
  display: block;
  width: 100%;
  height: 24px;
}

article > .title {
  margin-bottom: 30px;
  padding: 1px;
  height: auto;
  border: 1px solid #baafa6;
  background: none;
  line-height: 1;
  font-size: 1em;
  margin-bottom: 10px;
}

.date {
  margin: -5px 10px 10px;
}
.date-list-item {
  text-align: right;
  line-height: 1.3333333333;
  font-size: 1.1em;
  color: #999490;
}
.date-list-item .fa-clock {
  margin-right: 5px;
  vertical-align: top;
  font-size: 1.3333333333em;
}

.tax-txt {
  font-size: .8em;
}

.m-feature .contents-inner,
.m-effect .contents-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.m-feature-contents,
.m-effect-contents {
  width: 226px;
  background-repeat: no-repeat;
  background-color: #fff;
  color: #7f7875;
  box-sizing: border-box;
}
.m-feature-contents > .title,
.m-effect-contents > .title {
  font-size: 1.8em;
  font-weight: bold;
}
.m-feature-contents > .title .emphasis,
.m-effect-contents > .title .emphasis {
  font-weight: bold;
  color: #ec7c78;
}
.m-feature-contents .text,
.m-effect-contents .text {
  line-height: 1.625;
  font-size: 1.6em;
}

.m-feature {
  margin-bottom: 40px;
  background: url(../img/troubles_feature_bg.png) left top no-repeat #a39489;
}
.m-feature > .title {
  display: table-cell;
  position: relative;
  width: 704px;
  height: 72px;
  vertical-align: middle;
  text-align: center;
  text-shadow: 0 0 8px #250708;
  line-height: 1.2307692308;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.7em;
  color: #fff;
  box-sizing: border-box;
}
.m-feature > .title .inner-text {
  margin-left: .25em;
  font-size: 1.5294117647em;
}
.m-feature .contents-inner {
  padding: 0 10px 10px;
}
.m-feature-contents {
  padding: 165px 10px 15px;
  background-position: center 15px;
}
.m-feature-contents > .title {
  margin-bottom: 9px;
  text-align: center;
}
.m-feature-contents .text {
  line-height: 1.5;
  font-size: 1.25em;
}
.m-feature-contents sup {
  font-size: 10px;
}
.m-feature-contents:nth-child(1) {
  background-image: url(../img/troubles_feature_pic1.jpg?v=2);
}
.m-feature-contents:nth-child(2) {
  background-image: url(../img/troubles_feature_pic2.jpg?v=2);
}
.m-feature-contents:nth-child(3) {
  background-image: url(../img/troubles_feature_pic3.jpg?v=2);
}
.m-feature .note {
  padding: 0 10px 10px;
  text-align: right;
  color: #fff;
}
.face .m-feature-contents:nth-child(2) {
  background-image: url(../img/troubles_face_feature_pic2.jpg);
}
.face .m-feature-contents:nth-child(3) {
  background-image: url(../img/troubles_face_feature_pic3.jpg);
}

.m-effect {
  margin-bottom: 70px;
}
.m-effect > .title {
  margin-bottom: 10px;
}
.m-effect-contents {
  padding: 215px 10px 0;
  background-position: center top;
}
.m-effect-contents > .title {
  margin-bottom: 5px;
  line-height: 1.3333333333;
}
.m-effect-contents > .text {
  line-height: 1.375;
}

#lead .wrapper {
  *zoom: 1;
  margin: 0 10px 40px;
}
#lead .wrapper::after {
  content: '';
  display: table;
  clear: both;
}

#body {
  float: right;
  width: 440px;
}
#body .title {
  margin: 0 0 10px;
  padding: 6px 0 6px 14px;
  min-height: 18px;
  border: 0;
  background: url(../img/operation_feature_body_title_bg.gif) left center no-repeat;
  line-height: 1.2857142857;
  font-size: 1.4em;
  color: #7f7875;
}
#body .multi {
  padding: 7.5px 0 7.5px 14px;
  height: 36px;
  background-image: url(../img/operation_feature_body_title_bg2.gif);
}
#body p {
  margin-bottom: 25px;
  line-height: 1.8333333333;
  font-size: 1.2em;
  color: #7f7875;
}
#body table {
  width: 100%;
  table-layout: fixed;
}
#body table th,
#body table td {
  padding: 10px;
  border: 1px solid #c7bcb4;
  border-collapse: collapse;
  line-height: 1.3333333333;
  font-size: 1.1em;
  color: #7f7875;
}
#body table th *,
#body table td * {
  line-height: 1.3333333333;
}
#body table th img,
#body table td img {
  max-width: 100%;
  height: auto;
}
#body table th p,
#body table td p {
  margin: 0;
  background: none;
  font-size: 1.1em;
}
#body table th dt,
#body table th dd,
#body table td dt,
#body table td dd {
  line-height: 1.3333333333;
}
#body table th li,
#body table td li {
  margin-bottom: .5em;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1em;
}
#body table th li:last-child,
#body table td li:last-child {
  margin-bottom: 0;
}
#body table th li::before,
#body table td li::before {
  content: '・';
  margin-right: .2em;
  line-height: 1.3333333333;
}
#body table th .subTxt,
#body table td .subTxt {
  font-size: 1.1em;
}
#body table th {
  background-color: #f5f2f0;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}
#body table td {
  vertical-align: top;
  line-height: 1.3333333333;
}
#body table thead th {
  background-color: #e5dfda;
}
#body table thead td {
  background-color: #f5f2f0;
}
#body table tfoot td {
  padding: 10px 0 0;
  border: none;
  text-align: right;
  line-height: 1.25;
}
#body .keyword {
  padding-right: 18px;
  border-bottom: 1px dotted #f00;
  background: url(../img/keyword_bg.gif) right top no-repeat;
  cursor: pointer;
}
#body .info {
  padding: 11px 21px 14px;
  background: #f2efed;
}
#body .info p {
  line-height: 1.5;
}
#body .info ul {
  border-bottom: 1px solid #baafa6;
}
#body .info li {
  border: 1px solid #baafa6;
  border-bottom: 0;
}
#body .info dl {
  display: table;
  width: 100%;
}
#body .info dt,
#body .info dd {
  display: table-cell;
  vertical-align: middle;
}
#body .info dt {
  box-sizing: border-box;
  padding: 10px 10px;
  width: 130px;
  border-right: 1px dotted #baafa6;
  background: #fff;
  line-height: 1.3333333333;
  font-size: 1.2em;
  color: #7f7875;
}
#body .info dd {
  background: #d6d0c9;
  text-align: center;
}
#body .info dd a {
  transition: opacity .1s linear;
  display: inline-block;
  margin: 20px auto;
  width: 238px;
  border: 2px solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  color: #f5f2f0;
  box-sizing: border-box;
}
#body .info dd a:hover {
  opacity: .6;
  color: #f5f2f0 !important;
}
#body .info dd a .inner-text {
  display: block;
  padding: 0 28px;
  background: url(../img/arrow/arrow16.png) right 5px center no-repeat;
  line-height: 2.375;
  font-size: 1.6em;
}
#body .info dd a::after {
  display: block;
  border-top: 1px solid #474038;
  opacity: .7;
  text-align: center;
  line-height: 1.7;
  font-size: 1em;
}
#body .info dd.button-reservation a::after {
  content: 'ドクターが全て対応します';
}
#body .info dd.button-mail a::after {
  content: '24時間以内に返答します';
}

#pic {
  float: left;
  text-align: center;
}
#pic .pic img {
  border: 1px solid #baafa6;
}

#dictionary .description {
  position: absolute;
  top: -100%;
  left: -100%;
}
#dictionary .wrapper-outer {
  padding: 5px;
  background: #463f3c;
}
#dictionary .wrapper-inner {
  margin: 0;
  padding: 15px 22px 19px;
  border: 2px solid #b8aca4;
  background: url(../img/dictionary_bg.gif) left top repeat-x #fff;
  font-size: 1.2em;
}
#dictionary .title {
  float: left;
  margin: 0;
  padding: 13px 94px 15px 0;
  min-height: 33px;
  border-bottom: 1px solid #cac1b9;
  background: url(../img/dictionary_title_bg.gif) right top no-repeat;
  line-height: 1;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  color: #463f3c;
}
#dictionary .title span {
  font-size: 1.4285714286em;
  font-weight: bold;
}
#dictionary .title .en {
  font-size: 0.7142857143em;
  font-weight: normal;
  color: #a5a09d;
}
#dictionary p {
  clear: both;
  margin: 0;
  padding-top: 7px;
  border-top: 1px solid #fff;
  line-height: 1.6666666667;
  color: #7f7875;
}

.m-case {
  margin: 0 10px 16px;
}
.m-case .title {
  margin-bottom: 20px;
  padding: 0 0 1px 12px;
  height: 31px;
  border: 0;
  background: url(../img/subtitle_bg.gif) left top repeat-x;
  line-height: 31px;
  font-size: 1.4em;
  color: #7f7875;
  border-top: 3px solid #ec7c78;
  border-bottom: 1px solid #baafa6;
  margin-bottom: 20px;
}
.m-case .m-case-list {
  *zoom: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m-case .m-case-list::after {
  content: '';
  display: table;
  clear: both;
}
.m-case .m-case-list::after {
  content: none;
}
.m-case .m-case-item {
  margin-bottom: 20px;
  width: 330px;
}
.m-case .m-case-item img {
  max-width: 100%;
  height: auto;
}
.m-case .m-case-item:nth-child(even) {
  margin-right: 0;
}
.m-case .m-case-item .case__details {
  margin-top: 12px;
}
.m-case .m-case-item .case__details .js-accordion-contents {
  overflow: hidden;
  height: 0;
  min-height: 0;
  transition: all .4s ease-in;
  transform: translate3d(0, 0, 0);
}
.m-case .m-case-item .case__details .js-accordion.is-open > .js-accordion-button::after {
  transform: rotate(180deg);
}
.m-case .m-case-item .case__details .inner {
  overflow: hidden;
}
.m-case .m-case-item .case__details .inner__title {
  position: relative;
  float: right;
  padding: 10px;
  background: #d3cbc5;
  cursor: pointer;
  font-size: 12px;
  color: #7f7875;
  transition: all .1s linear;
}
.m-case .m-case-item .case__details .inner__title::after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  width: 10px;
  height: 10px;
  background: url(../img/arrow/arrow4.png) right center no-repeat;
}
.m-case .m-case-item .case__details .inner__details {
  clear: both;
}
.m-case .m-case-item .case__details .info {
  padding: 10px 0;
}
.m-case .m-case-item .case__details .info th,
.m-case .m-case-item .case__details .info td {
  display: inline;
  line-height: 1.3333333333;
  font-size: 12px;
  color: #7f7875;
}
.m-case .m-case-item .case__details .info th {
  color: #595350;
}
.m-case .m-case-item.full {
  width: 100%;
}
.m-case .m-case-item.full .before-after .before,
.m-case .m-case-item.full .before-after .after {
  width: 50%;
}
.m-case > .case__details {
  margin-top: 12px;
}
.m-case > .case__details .js-accordion-contents {
  overflow: hidden;
  height: 0;
  min-height: 0;
  transition: all .4s ease-in;
  transform: translate3d(0, 0, 0);
}
.m-case > .case__details .js-accordion.is-open > .js-accordion-button::after {
  transform: rotate(180deg);
}
.m-case > .case__details .inner {
  overflow: hidden;
}
.m-case > .case__details .inner__title {
  position: relative;
  float: right;
  padding: 10px;
  background: #d3cbc5;
  cursor: pointer;
  font-size: 12px;
  color: #7f7875;
  transition: all .1s linear;
}
.m-case > .case__details .inner__title::after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  width: 10px;
  height: 10px;
  background: url(../img/arrow/arrow4.png) right center no-repeat;
}
.m-case > .case__details .inner__details {
  clear: both;
}
.m-case > .case__details .info {
  padding: 10px 0;
}
.m-case > .case__details .info th,
.m-case > .case__details .info td {
  display: inline;
  line-height: 1.3333333333;
  font-size: 12px;
  color: #7f7875;
}
.m-case > .case__details .info th {
  color: #595350;
}
.m-case > .case__details .case-info {
  padding: 10px 0;
}
.m-case > .case__details .case-info:not(:first-child) {
  margin-top: 20px;
}
.m-case > .case__details .case-info th,
.m-case > .case__details .case-info td {
  display: inline;
  line-height: 1.3333333333;
  font-size: 12px;
  color: #7f7875;
}
.m-case > .case__details .case-info th {
  color: #595350;
}
.m-case .before-after {
  *zoom: 1;
  margin-bottom: 10px;
}
.m-case .before-after::after {
  content: '';
  display: table;
  clear: both;
}
.m-case .before-after > * {
  float: left;
}
.m-case .before-after > li {
  position: relative;
}
.m-case .before-after > li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 18px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.m-case .before-after .before::after {
  background-image: url(../img/case_icon_before_s.png);
}
.m-case .before-after .after::after {
  background-image: url(../img/case_icon_after_s.png);
}
.m-case .link {
  text-align: right;
  font-size: 1.2em;
}
.m-case .link.button {
  margin: 30px 10px;
  text-align: right;
  font-size: 1.4em;
}
.m-case + .m-banner {
  margin: 80px 10px;
}

.m-case2 .m-entry-item .m-case {
  border-top-width: 4px;
  border-top-style: solid;
}
.m-case2 .m-entry-item .m-case.liposuction {
  border-top-color: #5777b0;
}
.m-case2 .m-entry-item .m-case.breast-hip {
  border-top-color: #c64d78;
}
.m-case2 .m-entry-item .m-case.antiaging {
  border-top-color: #7a5b9a;
}
.m-case2 .m-entry-item .m-case.others {
  border-top-color: #87b263;
}
.m-case2 .m-entry-item .m-case-inner {
  margin: 0;
  padding: 0 10px;
  background-image: linear-gradient(to bottom, #e3deda 0%, #f7f5f4 90%, white 100%);
}
.m-case2 .m-entry-item .m-case .case-title {
  position: relative;
  padding: 20px 20px 20px 10px;
}
.m-case2 .m-entry-item .m-case .case-title .sex-age {
  font-size: 20px;
}
.m-case2 .m-entry-item .m-case .case-title > .title {
  padding: 0;
  height: auto;
  border: 0;
  background: 0;
  line-height: 1.2307692308;
  font-size: 26px;
  color: #7f7875;
}
.m-case2 .m-entry-item .m-case .attr-list {
  margin-top: 10px;
}
.m-case2 .m-entry-item .m-case .attr-item a {
  color: #7f7875;
}
.m-case2 .m-entry-item .m-case .case-pic {
  margin-bottom: 30px;
  text-align: center;
}
.m-case2 .m-entry-item .m-case .comment {
  position: relative;
  margin: 0 20px 30px 115px;
  padding-bottom: 1px;
  background: url(../img/case_details_comment.gif) left top repeat;
  line-height: 30px;
  font-size: 14px;
  color: #7f7875;
}
.m-case2 .m-entry-item .m-case .comment::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -87px;
  margin-top: -36px;
  width: 80px;
  height: 72px;
  background: url(../img/case_details_comment_icon.png) left top no-repeat;
}
.m-case2 .m-entry-item .m-case .operation-link {
  margin: 0 20px 10px;
  font-size: 1.2em;
  color: #7f7875;
}
.m-case2 .m-entry-item .m-case .operation-link::before {
  content: '治療名：';
  display: inline-block;
  font-weight: bold;
}
.m-case2 .m-entry-item .m-case .operation-link a {
  display: inline-block;
}
.m-case2 .link {
  margin: 30px 10px;
}

.case-info-table {
  clear: both;
  color: #7f7875;
}
.case-info-table + .case-info-table {
  margin-top: 20px;
}
.case-info-table .title {
  padding: 10px;
  border: 1px solid #d3cac3;
  border-top: 0;
  border-bottom: 0;
  background: #a39388;
  font-size: 14px;
  font-weight: bold;
  color: #fefefe;
}
.case-info-table table {
  font-size: 1.2em;
}
.case-info-table th,
.case-info-table td {
  padding: 5px 10px;
  border: 1px solid #d3cac3;
  line-height: 1.5;
}
.case-info-table th {
  width: 90px;
  background: #f5f3f1;
  text-align: center;
  white-space: nowrap;
}
.case-info-table .notice-item {
  margin-left: 1.5em;
  list-style-type: disc;
  line-height: 1.5;
}

#recommend {
  margin: 0 10px;
}
#recommend .wrapper {
  position: relative;
  margin: 2px;
  padding: 13px 20px 33px;
  min-height: 72px;
  background: #f2efed;
}
#recommend .subtitle,
#recommend p {
  margin-left: 92px;
}
#recommend .subtitle {
  margin-bottom: 8px;
  padding-top: 6px;
  line-height: 1;
  font-size: 1.4em;
  color: #ec7c78;
}
#recommend p {
  margin-bottom: 9px;
  line-height: 1.8333333333;
  font-size: 1.2em;
  color: #7f7875;
}
#recommend .pic {
  position: absolute;
  top: 18px;
  left: 20px;
  margin: 0;
}
#recommend .pic img {
  border: 1px solid #baafa6;
}
#recommend section {
  border: 1px solid #baafa6;
}
#recommend section .title {
  margin: 0;
  padding: 1px;
  height: auto;
  border: 0;
  border-bottom: 1px solid #baafa6;
  background: none;
  line-height: 1;
}
#recommend section footer {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px dotted #baafa6;
}
#recommend section footer .link {
  margin: 0;
  padding: 10px 20px 10px 0;
  text-align: right;
  line-height: 1;
}
#recommend section footer .link a {
  padding-left: 18px;
  background: url(../img/arrow/arrow2.png) left top no-repeat;
  text-decoration: none;
}
#recommend section footer .link a:hover {
  background-image: url(../img/arrow/arrow2_h.png);
}
#recommend .subtitle,
#recommend p {
  margin-left: 132px;
}
#recommend p {
  margin-bottom: 0;
}
#recommend .wrapper {
  padding: 18px 20px;
  min-height: 112px;
}
#recommend .pic img {
  border: 1px solid #baafa6;
}
#recommend .title {
  margin-bottom: 20px;
  padding: 0 0 1px 12px;
  height: 31px;
  border: 0;
  background: url(../img/subtitle_bg.gif) left top repeat-x;
  line-height: 31px;
  font-size: 1.4em;
  color: #7f7875;
  border-top: 3px solid #ec7c78;
  border-bottom: 1px solid #baafa6;
  margin-left: 0;
}
#recommend ul {
  border: 1px solid #baafa6;
  border-bottom: 0;
}
#recommend li {
  border-bottom: 1px dotted #baafa6;
}
#recommend li:last-child {
  padding: 0;
  border-bottom: 1px solid #baafa6;
  background: none;
}
#recommend li:last-child section {
  border-bottom: 0;
}
#recommend section {
  border: 0;
}
#recommend section section {
  display: none;
  border-top: 1px solid #baafa6;
  border-bottom: 1px solid #baafa6;
}
#recommend div.title {
  *zoom: 1;
  position: relative;
  padding: 0;
  height: 40px;
  border: 0;
  cursor: pointer;
}
#recommend div.title::after {
  content: '';
  display: table;
  clear: both;
}
#recommend div.title .title-text {
  margin: 0;
  padding-left: 47px;
  background: url(../img/contents_recommend_bg.png) 16px center no-repeat;
  line-height: 40px;
  font-size: 1em;
  color: #7f7875;
}
#recommend div.title a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/arrow/arrow2.png) right 8px top 14px no-repeat;
}
#recommend div.title a:hover {
  background-image: url(../img/arrow/arrow2_h.png);
}
#recommend div.title dl {
  display: block;
  position: absolute;
  top: 3px;
  right: 8px;
  text-decoration: none;
}
#recommend div.title dl dt,
#recommend div.title dl dd {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
#recommend div.title dl dt {
  padding-right: 13px;
  text-align: left;
  font-size: 0.8571428571em;
}
#recommend div.title dl dd {
  padding-right: 18px;
  width: auto;
  font-size: 1.4em;
  font-weight: bold;
  color: #7f7875;
}
#recommend div.title dl dd img {
  border: 1px solid #baafa6;
}

#list {
  margin: 0 10px;
}
#list .title {
  margin-bottom: 20px;
  padding: 0 0 1px 12px;
  height: 31px;
  border: 0;
  background: url(../img/subtitle_bg.gif) left top repeat-x;
  line-height: 31px;
  font-size: 1.4em;
  color: #7f7875;
  border-top: 3px solid #ec7c78;
  border-bottom: 1px solid #baafa6;
  margin-bottom: 20px;
}
#list .anchor {
  margin-bottom: 12px;
  margin-bottom: 30px;
}
#list .anchor ul {
  *zoom: 1;
}
#list .anchor ul::after {
  content: '';
  display: table;
  clear: both;
}
#list .anchor li {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 1.2em;
  white-space: nowrap;
}
#list .anchor a {
  padding-left: 15px;
  background: url(../img/arrow/arrow4.png) 0 2px no-repeat;
  color: #6d9dd0;
}
#list .anchor a:hover {
  background-image: url(../img/arrow/arrow4_h.png);
}
#list .anchor ul {
  border: 0;
}
#list .anchor li {
  display: list-item;
  width: auto;
  border: 0;
}
#list .anchor a {
  display: inline;
  padding: 0 0 0 15px;
  line-height: 1;
  font-size: 1em;
}
#list .m-genre .wrapper {
  position: relative;
  margin: 2px;
  padding: 13px 20px 33px;
  min-height: 72px;
  background: #f2efed;
}
#list .m-genre .subtitle,
#list .m-genre p {
  margin-left: 92px;
}
#list .m-genre .subtitle {
  margin-bottom: 8px;
  padding-top: 6px;
  line-height: 1;
  font-size: 1.4em;
  color: #ec7c78;
}
#list .m-genre p {
  margin-bottom: 9px;
  line-height: 1.8333333333;
  font-size: 1.2em;
  color: #7f7875;
}
#list .m-genre .pic {
  position: absolute;
  top: 18px;
  left: 20px;
  margin: 0;
}
#list .m-genre .pic img {
  border: 1px solid #baafa6;
}
#list .m-genre section {
  border: 1px solid #baafa6;
}
#list .m-genre section .title {
  margin: 0;
  padding: 1px;
  height: auto;
  border: 0;
  border-bottom: 1px solid #baafa6;
  background: none;
  line-height: 1;
}
#list .m-genre section footer {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px dotted #baafa6;
}
#list .m-genre section footer .link {
  margin: 0;
  padding: 10px 20px 10px 0;
  text-align: right;
  line-height: 1;
}
#list .m-genre section footer .link a {
  padding-left: 18px;
  background: url(../img/arrow/arrow2.png) left top no-repeat;
  text-decoration: none;
}
#list .m-genre section footer .link a:hover {
  background-image: url(../img/arrow/arrow2_h.png);
}
#list .m-genre-title {
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 3px solid #ec7c78;
  line-height: 1.4285714286;
  font-size: 1.4em;
  color: #7f7875;
}
#list .m-genre section {
  margin-bottom: 10px;
}
#list .wrapper {
  min-height: 95px;
}
#list .recommend .wrapper {
  position: relative;
  padding-right: 0;
  padding-left: 0;
  min-height: 135px;
}
#list .recommend .subtitle,
#list .recommend p {
  margin-right: 20px;
  margin-bottom: 13px;
  margin-left: 152px;
}
#list .recommend .pic {
  margin: 0;
}
#list .pagetop {
  margin-right: 0;
  margin-left: 0;
}

.m-sub-contents {
  margin: 0 10px;
}
.m-sub-contents > .title {
  margin-bottom: 20px;
  padding: 0 0 1px 12px;
  height: 31px;
  border: 0;
  background: url(../img/subtitle_bg.gif) left top repeat-x;
  line-height: 31px;
  font-size: 1.4em;
  color: #7f7875;
  border-top: 3px solid #ec7c78;
  border-bottom: 1px solid #baafa6;
  margin-bottom: 10px;
}

.m-column {
  margin-bottom: 30px;
}
.m-column-list {
  border: 1px solid #baafa6;
}
.m-column-list li {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom: 1px dotted #baafa6;
}
* html .m-column-list li {
  height: 1%;
}
* + html .m-column-list li {
  height: 1%;
}
.m-column-list dl {
  position: relative;
}
.m-column-list .pic {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.m-column-list dt,
.m-column-list dd {
  margin-left: 65px;
  line-height: 1.3333333333;
  font-size: 1.2em;
  color: #7f7875;
}
.m-column-list dt {
  margin-bottom: 6px;
}
.m-column-list dt a {
  text-decoration: none;
  color: #6d9dd0;
}
.m-column-list .new {
  float: right;
}
.m-column-list .new img {
  vertical-align: text-top;
}
.m-column-list .cat {
  text-align: right;
  font-size: 1em;
}
.m-column-list .cat ul,
.m-column-list .cat li {
  display: inline;
  padding: 0;
  border: 0;
}
.m-column-list .link {
  text-align: right;
}
.m-column-list .link a {
  padding-left: 15px;
  background: url(../img/arrow/arrow2.png) left top no-repeat;
}
.m-column-list li {
  padding: 0;
}
.m-column-item {
  padding-right: 10px;
}
.m-column-item:nth-child(even) {
  background: #f2efed;
}
.m-column-item:last-child {
  border: 0;
}
.m-column-item .title,
.m-column-item .text {
  margin-left: 90px;
}
.m-column-item .title {
  font-size: 18px;
  font-weight: bold;
  color: #6d9dd0;
}
.m-column-item a {
  display: block;
  position: relative;
  padding: 10px;
  min-height: 70px;
}

.m-matome {
  margin-bottom: 30px;
}
.m-matome-list {
  *zoom: 1;
  border: 1px solid #baafa6;
}
.m-matome-list::after {
  content: '';
  display: table;
  clear: both;
}
.m-matome-list li {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom: 1px dotted #baafa6;
}
* html .m-matome-list li {
  height: 1%;
}
* + html .m-matome-list li {
  height: 1%;
}
.m-matome-list dl {
  position: relative;
}
.m-matome-list .pic {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.m-matome-list dt,
.m-matome-list dd {
  margin-left: 65px;
  line-height: 1.3333333333;
  font-size: 1.2em;
  color: #7f7875;
}
.m-matome-list dt {
  margin-bottom: 6px;
}
.m-matome-list dt a {
  text-decoration: none;
  color: #6d9dd0;
}
.m-matome-list .new {
  float: right;
}
.m-matome-list .new img {
  vertical-align: text-top;
}
.m-matome-list .cat {
  text-align: right;
  font-size: 1em;
}
.m-matome-list .cat ul,
.m-matome-list .cat li {
  display: inline;
  padding: 0;
  border: 0;
}
.m-matome-list .link {
  text-align: right;
}
.m-matome-list .link a {
  padding-left: 15px;
  background: url(../img/arrow/arrow2.png) left top no-repeat;
}
.m-matome-list li {
  padding: 0;
}
.m-matome-item {
  box-sizing: border-box;
  float: left;
  padding-right: 10px;
  width: 50%;
  background: #fff;
}
.m-matome-item:nth-child(4n + 1), .m-matome-item:nth-child(4n + 2) {
  background: #f2efed;
}
.m-matome-item:nth-child(even) {
  border-left: 1px solid #baafa6;
}
.m-matome-item:nth-last-child(2):nth-child(odd), .m-matome-item:last-child {
  border-bottom: 0;
}
.m-matome-item .item-inner {
  position: relative;
  min-height: 70px;
}
.m-matome-item .pic {
  line-height: 1;
}
.m-matome-item .title {
  margin: 0 0 0 80px;
  padding: 3px 0 20px;
  line-height: 1.25;
  font-size: 16px;
  font-weight: bold;
  color: #6d9dd0;
}
.m-matome-item a {
  display: block;
  position: relative;
  padding: 10px;
  min-height: 70px;
}
.m-matome-item .attr {
  position: absolute;
  right: 0;
  bottom: 0;
}
.m-matome-item .attr-item {
  display: inline-block;
  color: #7f7875;
  margin-left: 10px;
  border: none;
  font-size: 0.8333333333em;
}
.m-matome-item .attr-item::before {
  font-family: fontAwesome;
  margin-right: 5px;
  font-size: 1.2em;
}
.m-matome-item .attr-item.view::before {
  content: '\f06e';
}
.m-matome-item.new {
  float: left;
}
.m-matome-item.new .attr .date::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 10px;
  background: url(../img/icon_new.gif) top left no-repeat;
  vertical-align: top;
}

.m-banner {
  display: table;
  margin: 20px 0 70px;
  width: 100%;
  border: 1px solid #d4d0ce;
  box-sizing: border-box;
  background: #f5f2f0;
  box-shadow: inset 0 0 1px #fff;
  text-align: center;
  color: #7f7875;
}
.m-banner > * {
  display: table-cell;
  vertical-align: middle;
}
.m-banner .lead {
  margin: 0;
  padding: 0 20px;
  width: 216px;
  background: #eae5e2;
  text-align: left;
  line-height: 1.5;
  font-size: 1.6em;
  box-sizing: border-box;
}
.m-banner .banner-list {
  padding: 11px 37px 11px 42px;
}
.m-banner .banner-item {
  margin-right: 0;
}
.m-banner .banner-item + .banner-item {
  margin-top: 5px;
}
.m-banner:not(.ver-friends) {
  margin: 20px 10px 70px;
  width: calc(100% - 20px);
}
.m-banner:not(.ver-friends) .banner-item {
  padding: 11px 37px 11px 42px;
}
.m-banner + .m-banner {
  margin-top: -50px;
}

.m-genre.m-contents {
  margin: 0 10px 30px;
}
.m-genre.m-contents .title {
  margin-bottom: 30px;
  padding: 1px;
  height: auto;
  border: 1px solid #baafa6;
  background: none;
  line-height: 1;
  font-size: 1em;
  margin-bottom: 0;
}
.m-genre.m-contents div,
.m-genre.m-contents section {
  margin-bottom: 15px;
}
.m-genre.m-contents dl {
  display: table;
  padding: 6px 11px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  box-sizing: border-box;
}
.m-genre.m-contents dt,
.m-genre.m-contents dd {
  display: table-cell;
  vertical-align: middle;
}
.m-genre.m-contents dt {
  padding-right: 10px;
  width: 32px;
}
.m-genre.m-contents dt img {
  border: 1px solid #baafa6;
}
.m-genre.m-contents dd {
  line-height: 1.1666666667;
  font-size: 1.2em;
}
.m-genre.m-contents ul {
  display: flex;
  flex-wrap: wrap;
  box-shadow: inset 0 0 0 1px #baafa6;
}
.m-genre.m-contents li {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-right: 1px dotted #baafa6;
  border-bottom: 1px dotted #baafa6;
}
.m-genre.m-contents a {
  display: block;
  text-decoration: none;
  color: #7f7875;
}
.m-genre.m-contents > * {
  margin-right: 0;
  margin-left: 0;
}
.m-genre.m-contents .title {
  width: auto;
  border-bottom: 0;
}
.m-genre.m-contents li {
  flex-basis: calc(100% / 4);
}
.m-genre.m-contents dl:not(.area-link) {
  opacity: .6;
}
.m-genre.m-contents dl:not(.area-link) dd {
  color: #7f7875;
}

.m-operation-details {
  margin-bottom: 10px;
}
.m-operation-details > .lead {
  margin-bottom: 35px;
}
.m-operation-details .text {
  width: 325px;
}
.m-operation-details .pic {
  overflow: hidden;
}
.m-operation-details .m-sub-contents {
  *zoom: 1;
  margin-bottom: 35px;
}
.m-operation-details .m-sub-contents::after {
  content: '';
  display: table;
  clear: both;
}
.m-operation-details .m-sub-contents > .title {
  margin-bottom: 20px;
  padding: 0 0 1px 12px;
  height: 31px;
  border: 0;
  background: url(../img/subtitle_bg.gif) left top repeat-x;
  line-height: 31px;
  font-size: 1.4em;
  color: #7f7875;
  border-top: 3px solid #94bc5a;
  border-bottom: 1px solid #baafa6;
  padding: 0 0 1px 12px;
  height: 41px;
  border-top: 3px solid;
  border-bottom: 1px solid #baafa6;
  background: linear-gradient(#fefdfd, #f4f2f0);
  line-height: 41px;
  font-size: 1.6em;
  color: #7f7875;
  border-top-color: #ec7c78;
  font-weight: bold;
}
.m-operation-details .m-sub-contents > .lead,
.m-operation-details .m-sub-contents .text {
  margin-bottom: 25px;
}
.m-operation-details .m-sub-contents .text {
  float: none;
  width: inherit;
}
.m-operation-details .m-sub-contents .text a {
  text-decoration: underline;
}
.m-operation-details .m-sub-contents .pic {
  overflow: inherit;
  float: left;
  margin: 0 20px 10px 0 !important;
  text-align: inherit;
}
.m-operation-details .m-sub-contents > .link {
  text-align: right;
  font-size: 1.4em;
  clear: both;
}
.m-operation-details .m-sub-contents > .link a {
  transition: all .1s linear;
  display: inline-block;
  padding: 19px 42px;
  background: url(../img/arrow/arrow16.png) right 11px center no-repeat #d3cbc5;
  color: #7f7875;
}
.m-operation-details .m-sub-contents > .link a:hover {
  opacity: .6;
  color: #7f7875 !important;
}
.m-operation-details .m-sub-contents .sub-title {
  padding-left: 11px;
  border-left: 3px solid #f4b5ac;
  font-weight: bold;
  color: #7f7875;
  clear: both;
  margin-bottom: 20px;
  line-height: 1.3125;
  font-size: 1.6em;
}
.m-operation-details .m-sub-contents .contents-item {
  margin-bottom: 25px;
}
.m-operation-details .m-sub-contents .contents-item:last-child {
  margin-bottom: 0;
}
.m-operation-details table {
  margin-bottom: 20px;
}
.m-operation-details table th,
.m-operation-details table td {
  border: 1px solid #e5dfdb;
  font-size: 1.2em;
  color: #7f7875;
  box-sizing: border-box;
}
.m-operation-details table th:empty,
.m-operation-details table td:empty {
  background: linear-gradient(21deg, #fff 50%, #e5dfdb 51%, #fff 51%);
}
.m-operation-details table thead td {
  width: 209px;
}
.m-operation-details table thead th {
  width: 114px;
}
.m-operation-details table thead th:not(:last-of-type) {
  border-right-color: #fff;
}
.m-operation-details table thead th + th {
  border-left-color: #fff;
}
.m-operation-details table thead .operation .name {
  background: #eae5e2;
  text-align: center;
  line-height: 2.25;
  color: #7f7875;
}
.m-operation-details table tbody th,
.m-operation-details table tbody td {
  padding: 10px;
  height: 50px;
}
.m-operation-details table tbody td {
  line-height: 1.5;
}
.m-operation-details table tbody td > ul li {
  position: relative;
  padding-left: 1em;
  text-align: left;
  line-height: 1.2;
}
.m-operation-details table tbody td > ul li + li {
  margin-top: .75em;
}
.m-operation-details table tbody td > ul li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}
.m-operation-details table tbody tr th {
  width: 11rem;
  background: #f8f6f5;
  text-align: center;
}

.p-movie {
  margin: 0 0 80px;
}
.p-movie > * {
  margin-right: 10px;
  margin-left: 10px;
}
.p-movie > .title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
  width: 704px;
  height: 77px;
  background: url(../img/contents_operation_contents_title_bg.png) left top no-repeat;
  text-shadow: 0 0 8px #250708;
  line-height: 1.2857142857;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.8em;
  color: #fff;
  box-sizing: border-box;
  margin: 0 0 40px;
  padding-bottom: 0;
  padding-left: 0;
  border: 0;
}
.p-movie > .title .inner-text {
  display: block;
  line-height: 1;
  font-size: 0.6071428571em;
}

.p-movie__list {
  display: grid;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
.p-movie__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  grid-template-columns: min-content max-content 1fr;
  row-gap: 10px;
}
.p-movie__item__title {
  grid-column: 2 / 4;
  grid-row: 2 / 3;
  line-height: 1.2941176471;
  font-size: 1.7em;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.p-movie__item__title a {
  color: #8c8683;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p-movie__item.is-new .p-movie__date::before {
  content: 'NEW';
  margin-right: 8px;
  padding: 2px 6px;
  border-radius: 6px;
  background: #ec7c78;
  font-size: 0.6428571429em;
  color: #fff;
}
.p-movie__img {
  margin-bottom: 6px;
  width: 100%;
  height: auto;
  border-radius: 6px;
  grid-column: 1 / 4;
  grid-row: 1 / 2;
}
.p-movie__doctor__pic {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  margin-right: 10px;
}
.p-movie__doctor__pic img {
  width: 40px;
  height: auto;
}
.p-movie__doctor__name {
  grid-column: 2 / 3;
  grid-row: 3 / 4;
  align-self: flex-start;
  font-size: 1.4em;
  color: #b2aeac;
}
.p-movie__date {
  display: flex;
  align-items: center;
  align-self: flex-start;
  justify-content: flex-end;
  text-align: right;
  font-size: 1.4em;
  color: #b2aeac;
  grid-column: 3 / 4;
  grid-row: 3 / 4;
}

.p-movie__list {
  grid-template-columns: repeat(auto-fit, 214px);
}
.p-movie__item {
  row-gap: 8px;
}
.p-movie__item__title {
  line-height: 1.3076923077;
  font-size: 1.3em;
}
.p-movie__img {
  margin-bottom: 0;
}
.p-movie__doctor__name, .p-movie__date {
  font-size: 1.1em;
}

.modification #case .m-case-item .link {
  text-align: left;
}

/*----------------------------------------------------------------------
8.	#sub
----------------------------------------------------------------------*/
#sub {
  float: left;
  margin-bottom: 45px;
  width: 194px;
}
#sub .s-contents:last-child {
  margin: 0;
}
#sub .menu {
  margin-bottom: 20px;
  border-bottom: 1px solid #baafa6;
}
#sub .menu .title {
  border: 1px solid #baafa6;
}
#sub .menu li {
  border-right: 1px solid #baafa6;
  border-left: 1px solid #baafa6;
}
#sub .menu a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.1666666667;
  font-size: 1.2em;
  color: #7f7875;
}
#sub .medical {
  margin-bottom: 20px;
}
#sub .medicallist {
  padding: 2px 4px;
  border: 4px solid #3b4762;
  border-top: 0;
  background: #9693a3;
}
#sub .medicallist-item {
  margin: 2px 0;
  border: 2px solid #454d68;
}
#sub .medicallist-item.drseminar {
  background: url(../img/sprite/hover/sub/sub_medical_drseminar_h.png) 0 0 no-repeat;
}
#sub .medicallist-item.introduction {
  background: url(../img/sprite/hover/sub/sub_medical_introduction_h.png) 0 0 no-repeat;
}
#sub .medicallist-item a:hover img {
  opacity: 0;
}
#sub .info {
  margin-bottom: 20px;
  padding: 4px;
  background: url(../img/sub_info_bg.gif) left top repeat-x;
}
#sub .info ul {
  padding: 4px;
  background: #b7afa8;
}
#sub .info li {
  margin-bottom: 4px;
  border: 2px solid #463f3c;
}
#sub .info li:last-child {
  margin: 0;
}
#sub .president img {
  border: 1px solid #baafa6;
}
#sub .blog {
  margin-bottom: 20px;
}
#sub .blog li {
  margin-bottom: 5px;
}
#sub .blog li:last-child {
  margin: 0;
}
#sub .lp {
  margin-bottom: 20px;
}
#sub .lp li {
  margin-bottom: 5px;
}
#sub .lp li:last-child {
  margin: 0;
}
#sub .banner {
  margin-bottom: 20px;
}
#sub .banner li {
  margin-bottom: 10px;
}
#sub .banner li:last-child {
  margin-bottom: 0;
}
#sub .banner li a > * {
  border: 1px solid #baafa6;
}
#sub .banner .clinic, #sub .banner #footer .kuchikomi, #footer #sub .banner .kuchikomi {
  margin-bottom: 20px;
}
#sub .banner .clinic-item {
  background: url(../img/sub_banner_clinic_bg.gif) left bottom repeat-x #f5f3f1;
}
#sub .banner .clinic-item a:hover > * {
  opacity: .5;
}
#sub .banner .clinic-item .pic {
  border-bottom: 1px solid #fff;
}
#sub .banner .clinic-item .text {
  padding: 3px 13px 5px;
  border-top: 1px solid #cbc0b8;
  background: url(../img/arrow/arrow2.png) 176px 17px no-repeat;
  line-height: 1.2;
  color: #7f7875;
}
#sub .banner .others .trouble img {
  border: 0;
}
#sub .social {
  margin-bottom: 20px;
}
#sub .social ul {
  margin: 0 auto;
  width: 71px;
  height: 40px;
}
#sub .social li {
  float: left;
  margin-left: 7px;
  height: 40px;
}
#sub .social li:first-child {
  margin: 0;
}
#sub .feature {
  margin-bottom: 20px;
}
#sub .feature li + li {
  margin-top: 10px;
}
#sub .feature img {
  border: 1px solid #baafa6;
}
#sub .feature .feature-item img {
  border: 0;
}
#sub .feature .feature-item .text {
  margin-top: 3px;
  line-height: 1.3333333333;
  font-size: 1.2em;
  color: #7f7875;
  white-space: nowrap;
}
#sub .regenerative {
  margin-bottom: 20px;
}
#sub .regenerative p {
  margin-bottom: 10px;
}
#sub .regenerative img {
  border: 1px solid #baafa6;
}
#sub .regenerative .cooperation img {
  border: 0;
}
#sub .matome {
  margin-bottom: 20px;
}
#sub .matome > .title {
  position: relative;
}
#sub .matome > .title::before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 1;
  width: 35px;
  height: 35px;
  background: url(../img/sub_matome_title_bg.png) left top no-repeat;
}
#sub .matome .s-matome-item {
  border-bottom: 1px dotted #baafa6;
}
#sub .matome .s-matome-item a {
  display: block;
  padding: 10px;
}
#sub .matome .s-matome-item .item-inner {
  position: relative;
  min-height: 55px;
}
#sub .matome .s-matome-item .item-inner > * {
  margin-left: 65px;
}
#sub .matome .s-matome-item .item-inner .title {
  line-height: 1.3333333333;
  font-size: 1.2em;
}
#sub .matome .s-matome-item .item-inner .pic {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
#sub .matome .s-matome-wrapper {
  position: relative;
  padding: 12px 0;
  border: 1px solid #baafa6;
  border-top: 0;
  background: #f5f2f0;
}
#sub .matome .s-matome-wrapper .bx-wrapper {
  position: static;
}
#sub .matome .s-matome-wrapper .bx-wrapper .bx-viewport {
  left: 0;
  height: 227px !important;
  border: 0;
  background: none;
  box-shadow: none;
}
#sub .matome .s-matome-wrapper .bx-controls a {
  display: block;
  position: absolute;
  left: 0;
  z-index: 800;
  margin: 0;
  width: 100%;
  height: 12px;
  background-color: #a39489;
}
#sub .matome .s-matome-wrapper .bx-controls .bx-prev {
  top: 0;
  background-image: url(../img/index_relatedsites_arrow1.gif);
  background-position: center;
}
#sub .matome .s-matome-wrapper .bx-controls .bx-next {
  bottom: 0;
  background-image: url(../img/index_relatedsites_arrow2.gif);
  background-position: center;
}
#sub .js-fix-contents {
  width: 194px;
}
#sub .js-fix-contents.is-fixed {
  position: fixed;
}
#sub .js-fix-contents.is-bottom {
  position: absolute;
  bottom: 0;
}

#sub {
  position: relative;
}
#sub #menu {
  border-bottom: 0;
}
#sub #menu a {
  padding: 1px;
}
#sub #menu ul ul {
  border-top: 1px solid #baafa6;
}
#sub #menu li {
  border-bottom: 1px solid #baafa6;
  background-position: 1px 1px;
  background-repeat: no-repeat;
}
#sub #menu li li {
  border: 0;
  border-bottom: 1px dotted #baafa6;
  background-color: #f2efed;
}
#sub #menu li li:last-child {
  border-bottom: 0;
}
#sub #menu li li a {
  padding: 4px 0 4px 30px;
  background: url(../img/arrow/arrow2.png) 11px center no-repeat;
}
#sub #menu li li a:hover {
  background-image: url(../img/sprite/hover/arrow/arrow2_h.png);
}
#sub #menu li.active .active {
  background-color: #e4dfdb;
}
#sub #menu li.body {
  background-image: url(../img/sprite/hover/contents/contents_trouble_sub_menu_body_title_h.png);
}
#sub #menu li.breasts {
  background-image: url(../img/sprite/hover/contents/contents_trouble_sub_menu_breasts_title_h.png);
}
#sub #menu li.face {
  background-image: url(../img/sprite/hover/contents/contents_trouble_sub_menu_face_title_h.png);
}
#sub #menu li.others {
  background-image: url(../img/sprite/hover/contents/contents_trouble_sub_menu_others_title_h.png);
}
#sub .contents .s-menu-item + .s-menu-item {
  border-top: 1px solid #c7bcb5;
}
#sub .contents .s-menu-item a {
  display: flex;
  position: static;
  align-items: center;
  padding: 1px;
}
#sub .contents .s-menu-item a::before, #sub .contents .s-menu-item a::after {
  content: '';
  display: block;
}
#sub .contents .s-menu-item a::before {
  margin-right: 8px;
  width: 7px;
  height: 30px;
  background: linear-gradient(#c7bcb5, #7f7875 50%, #584f4c 50%, #7f7875);
}
#sub .contents .s-menu-item a::after {
  margin: 0 10px 0 auto;
  padding-left: 5px;
  width: 10px;
  height: 10px;
  background: url(../img/arrow/arrow2.png) right 0 no-repeat;
}
#sub .contents .s-menu-item a:hover::after {
  background-image: url(../img/arrow/arrow2_h.png);
}
#sub .category .s-menu-item {
  position: relative;
  background: #eae5e2;
}
#sub .category .s-menu-item:hover img {
  opacity: .5;
}
#sub .category .s-menu-item + .s-menu-item {
  border-top: 1px dotted #c7bcb5;
}
#sub .category .s-menu-item a {
  padding: 0;
  color: #6d9dd0;
}
#sub .category .s-menu-item a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#sub .category .s-menu-item img {
  transition: opacity .1s linear;
}
#sub .category .s-menu-item .item-inner {
  display: flex;
  align-items: center;
  padding: 5px 10px;
}
#sub .category .s-menu-item .pic {
  margin-right: 10px;
  border: 1px solid #c7bcb5;
}
#sub .category .s-menu-item .text {
  line-height: 1.4;
}

/*----------------------------------------------------------------------
9.	#footer
----------------------------------------------------------------------*/
#footer .wrapper {
  margin: 0 auto;
  width: 988px;
}
#footer .wrapper .wrapper {
  width: auto;
  border-bottom: 1px solid #baafa6;
  background: #f2efed;
}
#footer .f-clinic-list {
  display: flex;
  padding: 9px 0;
  background: #efece9;
}
#footer .f-clinic-item {
  position: relative;
  flex-basis: calc(100% / 5);
  border-right: 1px solid #c7bcb5;
  border-left: 1px solid #fff;
}
#footer .f-clinic-item:first-child {
  border-left: 0;
}
#footer .f-clinic-item:last-child {
  border-right: 0;
}
#footer .f-clinic-item a::before {
  content: '';
  display: block;
  position: absolute;
  top: -9px;
  right: 0;
  bottom: -9px;
  left: 0;
  transition: all .15s linear;
}
#footer .f-clinic-item a::after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 10px;
  height: 10px;
  background: url(../img/arrow/arrow2.png) 0 0 no-repeat;
}
#footer .f-clinic-item a:hover img {
  opacity: 1;
}
#footer .f-clinic-item a:hover::before {
  background-color: rgba(255, 255, 255, 0.5);
}
#footer .f-clinic-item a:hover::after {
  background-image: url(../img/arrow/arrow2_h.png);
}
#footer .f-clinic-item img {
  border-bottom: 1px solid #c7bcb5;
}
#footer .f-clinic-item .pic {
  margin-bottom: 7px;
  text-align: center;
}
#footer .f-clinic-item .address {
  text-align: center;
  line-height: 1.2;
  font-size: 1em;
  color: #7f7875;
}
#footer .f-sitemap {
  display: flex;
  padding: 36px 55px 18px;
}
#footer .f-sitemap-contents {
  flex-basis: 24%;
}
#footer .f-sitemap-contents > .title {
  margin-bottom: 12px;
  font-size: 1.4em;
  color: #595350;
}
#footer .f-sitemap-contents.others {
  flex: 1;
  flex-basis: 52%;
}
#footer .f-sitemap-contents.others .f-sitemap-page-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 240px;
}
#footer .f-sitemap-contents.others .f-sitemap-page-item a {
  font-size: 1.4em;
  color: #595350;
}
#footer .f-sitemap-page-item {
  margin-bottom: 12px;
}
#footer .f-sitemap-page-item a {
  padding-left: 18px;
  background: url(../img/arrow/arrow2.png) 0 center no-repeat;
  text-decoration: none;
  font-size: 1.2em;
  color: #7f7875;
}
#footer .f-sitemap-page-item.subitem a {
  margin-left: 20px;
}
#footer .sitemap {
  *zoom: 1;
  float: left;
  margin: 36px 0 0 60px;
  padding-bottom: 30px;
  width: 614px;
}
#footer .sitemap::after {
  content: '';
  display: table;
  clear: both;
}
#footer .sitemap ul {
  *zoom: 1;
  clear: both;
  background: url(../img/footer_sitemap_bg.gif) left top repeat-x, url(../img/footer_sitemap_bg.gif) left 42px repeat-x, url(../img/footer_sitemap_bg.gif) left 84px repeat-x, url(../img/footer_sitemap_bg.gif) left bottom repeat-x;
}
#footer .sitemap ul::after {
  content: '';
  display: table;
  clear: both;
}
#footer .sitemap ul li {
  float: left;
  margin-right: 12px;
  padding-bottom: 2px;
}
#footer .sitemap ul li a {
  padding-left: 18px;
  background: url(../img/arrow/arrow2.png) 0 2px no-repeat;
  text-decoration: none;
  line-height: 40px;
  font-size: 1.2em;
  font-weight: bold;
  color: #595350;
}
#footer .sitemap ul li a:hover {
  background-image: url(../img/arrow/arrow2_h.png);
}
#footer .sitemap section {
  float: left;
  margin-bottom: 30px;
  margin-left: 30px;
  width: 130px;
}
#footer .sitemap section:first-child {
  margin: 0;
}
#footer .sitemap section .title {
  margin-bottom: 8px;
  font-size: 1.2em;
  font-weight: bold;
  color: #595350;
}
#footer .sitemap section ul {
  padding: 0;
  background: none;
}
#footer .sitemap section ul li {
  float: none;
  margin: 0;
  line-height: 1;
}
#footer .sitemap section ul li a {
  display: block;
  background-position: 0 4px;
  line-height: 1.8;
  font-size: 1em;
  font-weight: normal;
  color: #7f7875;
}
#footer .clinic, #footer .kuchikomi {
  float: right;
  margin: 36px 60px 0 0;
  padding-bottom: 26px;
  width: 239px;
}
#footer .clinic-item {
  margin-bottom: 4px;
}
#footer .clinic-item a:hover > * {
  opacity: .5;
}
#footer .clinic-item img {
  border: 1px solid #baafa6;
}
#footer .clinic-item .item-inner {
  position: relative;
}
#footer .clinic-item .text {
  position: absolute;
  right: 11px;
  bottom: 5px;
  padding: 0;
  width: 164px;
  border: 0;
  background: none;
  text-align: center;
  line-height: 1.25;
  font-size: .8em;
  color: #7f7875;
}
#footer .text {
  clear: both;
  padding: 15px 0;
  border-top: 1px solid #fff;
  background: #f2efed;
  text-align: center;
  line-height: 1.6;
  color: #7f7875;
}
#footer #fnavi {
  border-top: 1px solid #ccc3ba;
}
#footer #copyright {
  padding-top: 45px;
  width: 100%;
  height: 25px;
  background: url(../img/copyright_bg.gif) left top no-repeat;
  text-align: center;
  color: #f5f3f1;
}
#footer .kuchikomi {
  margin-top: 0;
  text-align: right;
}
#footer .kuchikomi img {
  border: 0;
}

.cheek-thinning .m-title,
.forehead-depression .m-title,
.chin-double .m-title,
.forehead-wrinkles .m-title,
.neck-sagging .m-title,
.eye-darkcircle .m-title,
.crowsfeet .m-title,
.cellulite .m-title,
.armpit .m-title,
.foot-slimming .m-title,
.knee-around .m-title {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 10px;
  padding-left: 54px;
  height: 230px;
  background: url(../img/troubles_title_bg.jpg) left top no-repeat;
}
.cheek-thinning .m-title::before,
.forehead-depression .m-title::before,
.chin-double .m-title::before,
.forehead-wrinkles .m-title::before,
.neck-sagging .m-title::before,
.eye-darkcircle .m-title::before,
.crowsfeet .m-title::before,
.cellulite .m-title::before,
.armpit .m-title::before,
.foot-slimming .m-title::before,
.knee-around .m-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-position: right top;
  background-repeat: no-repeat;
}
.cheek-thinning .m-title .inner-text,
.forehead-depression .m-title .inner-text,
.chin-double .m-title .inner-text,
.forehead-wrinkles .m-title .inner-text,
.neck-sagging .m-title .inner-text,
.eye-darkcircle .m-title .inner-text,
.crowsfeet .m-title .inner-text,
.cellulite .m-title .inner-text,
.armpit .m-title .inner-text,
.foot-slimming .m-title .inner-text,
.knee-around .m-title .inner-text {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  padding-top: 22px;
  width: 365px;
  height: 127px;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.3em;
  color: #584f4c;
  box-sizing: border-box;
}
.cheek-thinning .m-title .inner-text::before,
.forehead-depression .m-title .inner-text::before,
.chin-double .m-title .inner-text::before,
.forehead-wrinkles .m-title .inner-text::before,
.neck-sagging .m-title .inner-text::before,
.eye-darkcircle .m-title .inner-text::before,
.crowsfeet .m-title .inner-text::before,
.cellulite .m-title .inner-text::before,
.armpit .m-title .inner-text::before,
.foot-slimming .m-title .inner-text::before,
.knee-around .m-title .inner-text::before {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border-top: 1px solid #d2c9c3;
  border-bottom: 1px solid #d2c9c3;
}
.cheek-thinning .m-title .inner-text::after,
.forehead-depression .m-title .inner-text::after,
.chin-double .m-title .inner-text::after,
.forehead-wrinkles .m-title .inner-text::after,
.neck-sagging .m-title .inner-text::after,
.eye-darkcircle .m-title .inner-text::after,
.crowsfeet .m-title .inner-text::after,
.cellulite .m-title .inner-text::after,
.armpit .m-title .inner-text::after,
.foot-slimming .m-title .inner-text::after,
.knee-around .m-title .inner-text::after {
  content: attr(data-eng);
  margin-top: 15px;
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 0.303030303em;
  color: #d2c9c3;
}
.cheek-thinning .m-title .inner-text .small,
.forehead-depression .m-title .inner-text .small,
.chin-double .m-title .inner-text .small,
.forehead-wrinkles .m-title .inner-text .small,
.neck-sagging .m-title .inner-text .small,
.eye-darkcircle .m-title .inner-text .small,
.crowsfeet .m-title .inner-text .small,
.cellulite .m-title .inner-text .small,
.armpit .m-title .inner-text .small,
.foot-slimming .m-title .inner-text .small,
.knee-around .m-title .inner-text .small {
  font-size: 0.7878787879em;
}
.cheek-thinning .m-title .lead,
.forehead-depression .m-title .lead,
.chin-double .m-title .lead,
.forehead-wrinkles .m-title .lead,
.neck-sagging .m-title .lead,
.eye-darkcircle .m-title .lead,
.crowsfeet .m-title .lead,
.cellulite .m-title .lead,
.armpit .m-title .lead,
.foot-slimming .m-title .lead,
.knee-around .m-title .lead {
  position: relative;
  z-index: 2;
  width: 365px;
  text-align: center;
  line-height: 1.1428571429;
  font-size: 1.4em;
  color: #584f4c;
}
.cheek-thinning .m-anchor,
.forehead-depression .m-anchor,
.chin-double .m-anchor,
.forehead-wrinkles .m-anchor,
.neck-sagging .m-anchor,
.eye-darkcircle .m-anchor,
.crowsfeet .m-anchor,
.cellulite .m-anchor,
.armpit .m-anchor,
.foot-slimming .m-anchor,
.knee-around .m-anchor {
  margin-bottom: 35px;
}
.cheek-thinning .m-anchor .anchor-list,
.forehead-depression .m-anchor .anchor-list,
.chin-double .m-anchor .anchor-list,
.forehead-wrinkles .m-anchor .anchor-list,
.neck-sagging .m-anchor .anchor-list,
.eye-darkcircle .m-anchor .anchor-list,
.crowsfeet .m-anchor .anchor-list,
.cellulite .m-anchor .anchor-list,
.armpit .m-anchor .anchor-list,
.foot-slimming .m-anchor .anchor-list,
.knee-around .m-anchor .anchor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -2px;
}
.cheek-thinning .m-anchor .anchor-item,
.forehead-depression .m-anchor .anchor-item,
.chin-double .m-anchor .anchor-item,
.forehead-wrinkles .m-anchor .anchor-item,
.neck-sagging .m-anchor .anchor-item,
.eye-darkcircle .m-anchor .anchor-item,
.crowsfeet .m-anchor .anchor-item,
.cellulite .m-anchor .anchor-item,
.armpit .m-anchor .anchor-item,
.foot-slimming .m-anchor .anchor-item,
.knee-around .m-anchor .anchor-item {
  overflow: hidden;
  flex-basis: 172px;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0 2px 5px;
  border-radius: 4px;
}
.cheek-thinning .m-anchor .anchor-item a,
.forehead-depression .m-anchor .anchor-item a,
.chin-double .m-anchor .anchor-item a,
.forehead-wrinkles .m-anchor .anchor-item a,
.neck-sagging .m-anchor .anchor-item a,
.eye-darkcircle .m-anchor .anchor-item a,
.crowsfeet .m-anchor .anchor-item a,
.cellulite .m-anchor .anchor-item a,
.armpit .m-anchor .anchor-item a,
.foot-slimming .m-anchor .anchor-item a,
.knee-around .m-anchor .anchor-item a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: linear-gradient(#f2efed, #e5dfdb);
  text-align: center;
  line-height: 1.2307692308;
  font-size: 1.3em;
  color: #7f7875;
  transition: opacity .1s linear;
}
.cheek-thinning .m-anchor .anchor-item a::after,
.forehead-depression .m-anchor .anchor-item a::after,
.chin-double .m-anchor .anchor-item a::after,
.forehead-wrinkles .m-anchor .anchor-item a::after,
.neck-sagging .m-anchor .anchor-item a::after,
.eye-darkcircle .m-anchor .anchor-item a::after,
.crowsfeet .m-anchor .anchor-item a::after,
.cellulite .m-anchor .anchor-item a::after,
.armpit .m-anchor .anchor-item a::after,
.foot-slimming .m-anchor .anchor-item a::after,
.knee-around .m-anchor .anchor-item a::after {
  content: '';
  display: block;
  position: absolute;
  right: 50%;
  bottom: 9px;
  margin-right: -4px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #7f7875;
  border-bottom: 1px solid #7f7875;
  transform: rotate(45deg);
}
.cheek-thinning .m-anchor .anchor-item a:hover,
.forehead-depression .m-anchor .anchor-item a:hover,
.chin-double .m-anchor .anchor-item a:hover,
.forehead-wrinkles .m-anchor .anchor-item a:hover,
.neck-sagging .m-anchor .anchor-item a:hover,
.eye-darkcircle .m-anchor .anchor-item a:hover,
.crowsfeet .m-anchor .anchor-item a:hover,
.cellulite .m-anchor .anchor-item a:hover,
.armpit .m-anchor .anchor-item a:hover,
.foot-slimming .m-anchor .anchor-item a:hover,
.knee-around .m-anchor .anchor-item a:hover {
  opacity: .5;
  color: #7f7875 !important;
}
.cheek-thinning .m-anchor .anchor-item,
.forehead-depression .m-anchor .anchor-item,
.chin-double .m-anchor .anchor-item,
.forehead-wrinkles .m-anchor .anchor-item,
.neck-sagging .m-anchor .anchor-item,
.eye-darkcircle .m-anchor .anchor-item,
.crowsfeet .m-anchor .anchor-item,
.cellulite .m-anchor .anchor-item,
.armpit .m-anchor .anchor-item,
.foot-slimming .m-anchor .anchor-item,
.knee-around .m-anchor .anchor-item {
  flex-basis: 114px;
}
.cheek-thinning .m-contents,
.forehead-depression .m-contents,
.chin-double .m-contents,
.forehead-wrinkles .m-contents,
.neck-sagging .m-contents,
.eye-darkcircle .m-contents,
.crowsfeet .m-contents,
.cellulite .m-contents,
.armpit .m-contents,
.foot-slimming .m-contents,
.knee-around .m-contents {
  margin: 0 0 80px;
}
.cheek-thinning .m-contents > *,
.forehead-depression .m-contents > *,
.chin-double .m-contents > *,
.forehead-wrinkles .m-contents > *,
.neck-sagging .m-contents > *,
.eye-darkcircle .m-contents > *,
.crowsfeet .m-contents > *,
.cellulite .m-contents > *,
.armpit .m-contents > *,
.foot-slimming .m-contents > *,
.knee-around .m-contents > * {
  margin-right: 10px;
  margin-left: 10px;
}
.cheek-thinning .m-contents > .link,
.forehead-depression .m-contents > .link,
.chin-double .m-contents > .link,
.forehead-wrinkles .m-contents > .link,
.neck-sagging .m-contents > .link,
.eye-darkcircle .m-contents > .link,
.crowsfeet .m-contents > .link,
.cellulite .m-contents > .link,
.armpit .m-contents > .link,
.foot-slimming .m-contents > .link,
.knee-around .m-contents > .link {
  text-align: right;
  font-size: 1.4em;
}
.cheek-thinning .m-contents > .link a,
.forehead-depression .m-contents > .link a,
.chin-double .m-contents > .link a,
.forehead-wrinkles .m-contents > .link a,
.neck-sagging .m-contents > .link a,
.eye-darkcircle .m-contents > .link a,
.crowsfeet .m-contents > .link a,
.cellulite .m-contents > .link a,
.armpit .m-contents > .link a,
.foot-slimming .m-contents > .link a,
.knee-around .m-contents > .link a {
  transition: all .1s linear;
  display: inline-block;
  padding: 19px 42px;
  background: url(../img/arrow/arrow16.png) right 11px center no-repeat #d3cbc5;
  color: #7f7875;
}
.cheek-thinning .m-contents > .link a:hover,
.forehead-depression .m-contents > .link a:hover,
.chin-double .m-contents > .link a:hover,
.forehead-wrinkles .m-contents > .link a:hover,
.neck-sagging .m-contents > .link a:hover,
.eye-darkcircle .m-contents > .link a:hover,
.crowsfeet .m-contents > .link a:hover,
.cellulite .m-contents > .link a:hover,
.armpit .m-contents > .link a:hover,
.foot-slimming .m-contents > .link a:hover,
.knee-around .m-contents > .link a:hover {
  opacity: .6;
  color: #7f7875 !important;
}
.cheek-thinning .m-contents .lead,
.cheek-thinning .m-contents .text,
.forehead-depression .m-contents .lead,
.forehead-depression .m-contents .text,
.chin-double .m-contents .lead,
.chin-double .m-contents .text,
.forehead-wrinkles .m-contents .lead,
.forehead-wrinkles .m-contents .text,
.neck-sagging .m-contents .lead,
.neck-sagging .m-contents .text,
.eye-darkcircle .m-contents .lead,
.eye-darkcircle .m-contents .text,
.crowsfeet .m-contents .lead,
.crowsfeet .m-contents .text,
.cellulite .m-contents .lead,
.cellulite .m-contents .text,
.armpit .m-contents .lead,
.armpit .m-contents .text,
.foot-slimming .m-contents .lead,
.foot-slimming .m-contents .text,
.knee-around .m-contents .lead,
.knee-around .m-contents .text {
  line-height: 2;
  font-size: 1.5em;
  color: #7f7875;
}
.cheek-thinning .m-contents .lead::before, .cheek-thinning .m-contents .lead::after,
.cheek-thinning .m-contents .text::before,
.cheek-thinning .m-contents .text::after,
.forehead-depression .m-contents .lead::before,
.forehead-depression .m-contents .lead::after,
.forehead-depression .m-contents .text::before,
.forehead-depression .m-contents .text::after,
.chin-double .m-contents .lead::before,
.chin-double .m-contents .lead::after,
.chin-double .m-contents .text::before,
.chin-double .m-contents .text::after,
.forehead-wrinkles .m-contents .lead::before,
.forehead-wrinkles .m-contents .lead::after,
.forehead-wrinkles .m-contents .text::before,
.forehead-wrinkles .m-contents .text::after,
.neck-sagging .m-contents .lead::before,
.neck-sagging .m-contents .lead::after,
.neck-sagging .m-contents .text::before,
.neck-sagging .m-contents .text::after,
.eye-darkcircle .m-contents .lead::before,
.eye-darkcircle .m-contents .lead::after,
.eye-darkcircle .m-contents .text::before,
.eye-darkcircle .m-contents .text::after,
.crowsfeet .m-contents .lead::before,
.crowsfeet .m-contents .lead::after,
.crowsfeet .m-contents .text::before,
.crowsfeet .m-contents .text::after,
.cellulite .m-contents .lead::before,
.cellulite .m-contents .lead::after,
.cellulite .m-contents .text::before,
.cellulite .m-contents .text::after,
.armpit .m-contents .lead::before,
.armpit .m-contents .lead::after,
.armpit .m-contents .text::before,
.armpit .m-contents .text::after,
.foot-slimming .m-contents .lead::before,
.foot-slimming .m-contents .lead::after,
.foot-slimming .m-contents .text::before,
.foot-slimming .m-contents .text::after,
.knee-around .m-contents .lead::before,
.knee-around .m-contents .lead::after,
.knee-around .m-contents .text::before,
.knee-around .m-contents .text::after {
  content: '';
  display: block;
}
.cheek-thinning .m-contents .lead::before,
.cheek-thinning .m-contents .text::before,
.forehead-depression .m-contents .lead::before,
.forehead-depression .m-contents .text::before,
.chin-double .m-contents .lead::before,
.chin-double .m-contents .text::before,
.forehead-wrinkles .m-contents .lead::before,
.forehead-wrinkles .m-contents .text::before,
.neck-sagging .m-contents .lead::before,
.neck-sagging .m-contents .text::before,
.eye-darkcircle .m-contents .lead::before,
.eye-darkcircle .m-contents .text::before,
.crowsfeet .m-contents .lead::before,
.crowsfeet .m-contents .text::before,
.cellulite .m-contents .lead::before,
.cellulite .m-contents .text::before,
.armpit .m-contents .lead::before,
.armpit .m-contents .text::before,
.foot-slimming .m-contents .lead::before,
.foot-slimming .m-contents .text::before,
.knee-around .m-contents .lead::before,
.knee-around .m-contents .text::before {
  margin-top: -6px;
}
.cheek-thinning .m-contents .lead::after,
.cheek-thinning .m-contents .text::after,
.forehead-depression .m-contents .lead::after,
.forehead-depression .m-contents .text::after,
.chin-double .m-contents .lead::after,
.chin-double .m-contents .text::after,
.forehead-wrinkles .m-contents .lead::after,
.forehead-wrinkles .m-contents .text::after,
.neck-sagging .m-contents .lead::after,
.neck-sagging .m-contents .text::after,
.eye-darkcircle .m-contents .lead::after,
.eye-darkcircle .m-contents .text::after,
.crowsfeet .m-contents .lead::after,
.crowsfeet .m-contents .text::after,
.cellulite .m-contents .lead::after,
.cellulite .m-contents .text::after,
.armpit .m-contents .lead::after,
.armpit .m-contents .text::after,
.foot-slimming .m-contents .lead::after,
.foot-slimming .m-contents .text::after,
.knee-around .m-contents .lead::after,
.knee-around .m-contents .text::after {
  margin-bottom: -6px;
}
.cheek-thinning .m-contents:not(.m-genre) > .title,
.forehead-depression .m-contents:not(.m-genre) > .title,
.chin-double .m-contents:not(.m-genre) > .title,
.forehead-wrinkles .m-contents:not(.m-genre) > .title,
.neck-sagging .m-contents:not(.m-genre) > .title,
.eye-darkcircle .m-contents:not(.m-genre) > .title,
.crowsfeet .m-contents:not(.m-genre) > .title,
.cellulite .m-contents:not(.m-genre) > .title,
.armpit .m-contents:not(.m-genre) > .title,
.foot-slimming .m-contents:not(.m-genre) > .title,
.knee-around .m-contents:not(.m-genre) > .title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
  width: 704px;
  height: 77px;
  background: url(../img/contents_operation_contents_title_bg.png) left top no-repeat;
  text-shadow: 0 0 8px #250708;
  line-height: 1.2857142857;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.8em;
  color: #fff;
  box-sizing: border-box;
  margin: 0 0 40px;
  padding-bottom: 0;
  padding-left: 0;
  border: 0;
}
.cheek-thinning .m-contents:not(.m-genre) > .title .inner-text,
.forehead-depression .m-contents:not(.m-genre) > .title .inner-text,
.chin-double .m-contents:not(.m-genre) > .title .inner-text,
.forehead-wrinkles .m-contents:not(.m-genre) > .title .inner-text,
.neck-sagging .m-contents:not(.m-genre) > .title .inner-text,
.eye-darkcircle .m-contents:not(.m-genre) > .title .inner-text,
.crowsfeet .m-contents:not(.m-genre) > .title .inner-text,
.cellulite .m-contents:not(.m-genre) > .title .inner-text,
.armpit .m-contents:not(.m-genre) > .title .inner-text,
.foot-slimming .m-contents:not(.m-genre) > .title .inner-text,
.knee-around .m-contents:not(.m-genre) > .title .inner-text {
  display: block;
  line-height: 1;
  font-size: 0.6071428571em;
}
.cheek-thinning .m-sub-contents,
.forehead-depression .m-sub-contents,
.chin-double .m-sub-contents,
.forehead-wrinkles .m-sub-contents,
.neck-sagging .m-sub-contents,
.eye-darkcircle .m-sub-contents,
.crowsfeet .m-sub-contents,
.cellulite .m-sub-contents,
.armpit .m-sub-contents,
.foot-slimming .m-sub-contents,
.knee-around .m-sub-contents {
  margin-bottom: 40px;
}
.cheek-thinning .m-sub-contents > .title,
.forehead-depression .m-sub-contents > .title,
.chin-double .m-sub-contents > .title,
.forehead-wrinkles .m-sub-contents > .title,
.neck-sagging .m-sub-contents > .title,
.eye-darkcircle .m-sub-contents > .title,
.crowsfeet .m-sub-contents > .title,
.cellulite .m-sub-contents > .title,
.armpit .m-sub-contents > .title,
.foot-slimming .m-sub-contents > .title,
.knee-around .m-sub-contents > .title {
  margin-bottom: 20px;
  padding: 0 0 1px 12px;
  height: 31px;
  border: 0;
  background: url(../img/subtitle_bg.gif) left top repeat-x;
  line-height: 31px;
  font-size: 1.4em;
  color: #7f7875;
  border-top: 3px solid #94bc5a;
  border-bottom: 1px solid #baafa6;
  padding: 0 0 1px 12px;
  height: 41px;
  border-top: 3px solid;
  border-bottom: 1px solid #baafa6;
  background: linear-gradient(#fefdfd, #f4f2f0);
  line-height: 41px;
  font-size: 1.6em;
  color: #7f7875;
  margin-bottom: 25px;
  border-top-color: #ec7c78;
  font-size: 1.5em;
}
.cheek-thinning .m-sub-contents .text,
.forehead-depression .m-sub-contents .text,
.chin-double .m-sub-contents .text,
.forehead-wrinkles .m-sub-contents .text,
.neck-sagging .m-sub-contents .text,
.eye-darkcircle .m-sub-contents .text,
.crowsfeet .m-sub-contents .text,
.cellulite .m-sub-contents .text,
.armpit .m-sub-contents .text,
.foot-slimming .m-sub-contents .text,
.knee-around .m-sub-contents .text {
  margin-bottom: 25px;
}
.cheek-thinning .m-sub-contents .pic,
.forehead-depression .m-sub-contents .pic,
.chin-double .m-sub-contents .pic,
.forehead-wrinkles .m-sub-contents .pic,
.neck-sagging .m-sub-contents .pic,
.eye-darkcircle .m-sub-contents .pic,
.crowsfeet .m-sub-contents .pic,
.cellulite .m-sub-contents .pic,
.armpit .m-sub-contents .pic,
.foot-slimming .m-sub-contents .pic,
.knee-around .m-sub-contents .pic {
  margin: 0;
}
.cheek-thinning .m-sub-contents .pic figcaption,
.forehead-depression .m-sub-contents .pic figcaption,
.chin-double .m-sub-contents .pic figcaption,
.forehead-wrinkles .m-sub-contents .pic figcaption,
.neck-sagging .m-sub-contents .pic figcaption,
.eye-darkcircle .m-sub-contents .pic figcaption,
.crowsfeet .m-sub-contents .pic figcaption,
.cellulite .m-sub-contents .pic figcaption,
.armpit .m-sub-contents .pic figcaption,
.foot-slimming .m-sub-contents .pic figcaption,
.knee-around .m-sub-contents .pic figcaption {
  margin-top: 8px;
  text-align: right;
  line-height: 1.3636363636;
  font-size: 1.1em;
  font-style: italic;
  color: #7f7875;
}
.cheek-thinning .pic-title,
.forehead-depression .pic-title,
.chin-double .pic-title,
.forehead-wrinkles .pic-title,
.neck-sagging .pic-title,
.eye-darkcircle .pic-title,
.crowsfeet .pic-title,
.cellulite .pic-title,
.armpit .pic-title,
.foot-slimming .pic-title,
.knee-around .pic-title {
  margin-bottom: 15px;
  padding-bottom: 6px;
  border-bottom: 1px solid #bfbbba;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  color: #7f7875;
}
.cheek-thinning .p-summary__contents .pic,
.forehead-depression .p-summary__contents .pic,
.chin-double .p-summary__contents .pic,
.forehead-wrinkles .p-summary__contents .pic,
.neck-sagging .p-summary__contents .pic,
.eye-darkcircle .p-summary__contents .pic,
.crowsfeet .p-summary__contents .pic,
.cellulite .p-summary__contents .pic,
.armpit .p-summary__contents .pic,
.foot-slimming .p-summary__contents .pic,
.knee-around .p-summary__contents .pic {
  float: right;
  margin: 0 0 25px 25px;
}
.cheek-thinning .m-case .title,
.forehead-depression .m-case .title,
.chin-double .m-case .title,
.forehead-wrinkles .m-case .title,
.neck-sagging .m-case .title,
.eye-darkcircle .m-case .title,
.crowsfeet .m-case .title,
.cellulite .m-case .title,
.armpit .m-case .title,
.foot-slimming .m-case .title,
.knee-around .m-case .title {
  margin-bottom: 20px;
}
.cheek-thinning .m-case .before-after > *,
.forehead-depression .m-case .before-after > *,
.chin-double .m-case .before-after > *,
.forehead-wrinkles .m-case .before-after > *,
.neck-sagging .m-case .before-after > *,
.eye-darkcircle .m-case .before-after > *,
.crowsfeet .m-case .before-after > *,
.cellulite .m-case .before-after > *,
.armpit .m-case .before-after > *,
.foot-slimming .m-case .before-after > *,
.knee-around .m-case .before-after > * {
  width: 165px;
}
.cheek-thinning .m-case .before-after > * img,
.forehead-depression .m-case .before-after > * img,
.chin-double .m-case .before-after > * img,
.forehead-wrinkles .m-case .before-after > * img,
.neck-sagging .m-case .before-after > * img,
.eye-darkcircle .m-case .before-after > * img,
.crowsfeet .m-case .before-after > * img,
.cellulite .m-case .before-after > * img,
.armpit .m-case .before-after > * img,
.foot-slimming .m-case .before-after > * img,
.knee-around .m-case .before-after > * img {
  width: 100%;
  height: auto;
}
.cheek-thinning .m-case .before-after > img,
.forehead-depression .m-case .before-after > img,
.chin-double .m-case .before-after > img,
.forehead-wrinkles .m-case .before-after > img,
.neck-sagging .m-case .before-after > img,
.eye-darkcircle .m-case .before-after > img,
.crowsfeet .m-case .before-after > img,
.cellulite .m-case .before-after > img,
.armpit .m-case .before-after > img,
.foot-slimming .m-case .before-after > img,
.knee-around .m-case .before-after > img {
  width: 100%;
}
.cheek-thinning .m-case .case-info:not(:first-child),
.forehead-depression .m-case .case-info:not(:first-child),
.chin-double .m-case .case-info:not(:first-child),
.forehead-wrinkles .m-case .case-info:not(:first-child),
.neck-sagging .m-case .case-info:not(:first-child),
.eye-darkcircle .m-case .case-info:not(:first-child),
.crowsfeet .m-case .case-info:not(:first-child),
.cellulite .m-case .case-info:not(:first-child),
.armpit .m-case .case-info:not(:first-child),
.foot-slimming .m-case .case-info:not(:first-child),
.knee-around .m-case .case-info:not(:first-child) {
  margin-top: 8px;
}
.cheek-thinning .m-case .case-info th,
.cheek-thinning .m-case .case-info td,
.forehead-depression .m-case .case-info th,
.forehead-depression .m-case .case-info td,
.chin-double .m-case .case-info th,
.chin-double .m-case .case-info td,
.forehead-wrinkles .m-case .case-info th,
.forehead-wrinkles .m-case .case-info td,
.neck-sagging .m-case .case-info th,
.neck-sagging .m-case .case-info td,
.eye-darkcircle .m-case .case-info th,
.eye-darkcircle .m-case .case-info td,
.crowsfeet .m-case .case-info th,
.crowsfeet .m-case .case-info td,
.cellulite .m-case .case-info th,
.cellulite .m-case .case-info td,
.armpit .m-case .case-info th,
.armpit .m-case .case-info td,
.foot-slimming .m-case .case-info th,
.foot-slimming .m-case .case-info td,
.knee-around .m-case .case-info th,
.knee-around .m-case .case-info td {
  line-height: 1.5;
  font-size: 1.1em;
}
.cheek-thinning .m-case .case-info th,
.forehead-depression .m-case .case-info th,
.chin-double .m-case .case-info th,
.forehead-wrinkles .m-case .case-info th,
.neck-sagging .m-case .case-info th,
.eye-darkcircle .m-case .case-info th,
.crowsfeet .m-case .case-info th,
.cellulite .m-case .case-info th,
.armpit .m-case .case-info th,
.foot-slimming .m-case .case-info th,
.knee-around .m-case .case-info th {
  font-weight: bold;
  color: #7f7875;
}
.cheek-thinning .m-case .link,
.forehead-depression .m-case .link,
.chin-double .m-case .link,
.forehead-wrinkles .m-case .link,
.neck-sagging .m-case .link,
.eye-darkcircle .m-case .link,
.crowsfeet .m-case .link,
.cellulite .m-case .link,
.armpit .m-case .link,
.foot-slimming .m-case .link,
.knee-around .m-case .link {
  color: #7f7875;
}
.cheek-thinning .p-comparison table,
.cheek-thinning .p-related table,
.forehead-depression .p-comparison table,
.forehead-depression .p-related table,
.chin-double .p-comparison table,
.chin-double .p-related table,
.forehead-wrinkles .p-comparison table,
.forehead-wrinkles .p-related table,
.neck-sagging .p-comparison table,
.neck-sagging .p-related table,
.eye-darkcircle .p-comparison table,
.eye-darkcircle .p-related table,
.crowsfeet .p-comparison table,
.crowsfeet .p-related table,
.cellulite .p-comparison table,
.cellulite .p-related table,
.armpit .p-comparison table,
.armpit .p-related table,
.foot-slimming .p-comparison table,
.foot-slimming .p-related table,
.knee-around .p-comparison table,
.knee-around .p-related table {
  width: calc(100% - 20px);
  border: 1px solid #c7bcb5;
  font-size: 1.2em;
  color: #7f7875;
}
.cheek-thinning .p-comparison th,
.cheek-thinning .p-comparison td,
.cheek-thinning .p-related th,
.cheek-thinning .p-related td,
.forehead-depression .p-comparison th,
.forehead-depression .p-comparison td,
.forehead-depression .p-related th,
.forehead-depression .p-related td,
.chin-double .p-comparison th,
.chin-double .p-comparison td,
.chin-double .p-related th,
.chin-double .p-related td,
.forehead-wrinkles .p-comparison th,
.forehead-wrinkles .p-comparison td,
.forehead-wrinkles .p-related th,
.forehead-wrinkles .p-related td,
.neck-sagging .p-comparison th,
.neck-sagging .p-comparison td,
.neck-sagging .p-related th,
.neck-sagging .p-related td,
.eye-darkcircle .p-comparison th,
.eye-darkcircle .p-comparison td,
.eye-darkcircle .p-related th,
.eye-darkcircle .p-related td,
.crowsfeet .p-comparison th,
.crowsfeet .p-comparison td,
.crowsfeet .p-related th,
.crowsfeet .p-related td,
.cellulite .p-comparison th,
.cellulite .p-comparison td,
.cellulite .p-related th,
.cellulite .p-related td,
.armpit .p-comparison th,
.armpit .p-comparison td,
.armpit .p-related th,
.armpit .p-related td,
.foot-slimming .p-comparison th,
.foot-slimming .p-comparison td,
.foot-slimming .p-related th,
.foot-slimming .p-related td,
.knee-around .p-comparison th,
.knee-around .p-comparison td,
.knee-around .p-related th,
.knee-around .p-related td {
  height: 36px;
  line-height: 1.5;
  box-sizing: border-box;
}
.cheek-thinning .p-comparison th,
.cheek-thinning .p-related th,
.forehead-depression .p-comparison th,
.forehead-depression .p-related th,
.chin-double .p-comparison th,
.chin-double .p-related th,
.forehead-wrinkles .p-comparison th,
.forehead-wrinkles .p-related th,
.neck-sagging .p-comparison th,
.neck-sagging .p-related th,
.eye-darkcircle .p-comparison th,
.eye-darkcircle .p-related th,
.crowsfeet .p-comparison th,
.crowsfeet .p-related th,
.cellulite .p-comparison th,
.cellulite .p-related th,
.armpit .p-comparison th,
.armpit .p-related th,
.foot-slimming .p-comparison th,
.foot-slimming .p-related th,
.knee-around .p-comparison th,
.knee-around .p-related th {
  text-align: center;
}
.cheek-thinning .p-comparison thead td,
.cheek-thinning .p-related thead td,
.forehead-depression .p-comparison thead td,
.forehead-depression .p-related thead td,
.chin-double .p-comparison thead td,
.chin-double .p-related thead td,
.forehead-wrinkles .p-comparison thead td,
.forehead-wrinkles .p-related thead td,
.neck-sagging .p-comparison thead td,
.neck-sagging .p-related thead td,
.eye-darkcircle .p-comparison thead td,
.eye-darkcircle .p-related thead td,
.crowsfeet .p-comparison thead td,
.crowsfeet .p-related thead td,
.cellulite .p-comparison thead td,
.cellulite .p-related thead td,
.armpit .p-comparison thead td,
.armpit .p-related thead td,
.foot-slimming .p-comparison thead td,
.foot-slimming .p-related thead td,
.knee-around .p-comparison thead td,
.knee-around .p-related thead td {
  background: #f8f6f5;
}
.cheek-thinning .p-comparison thead th,
.cheek-thinning .p-related thead th,
.forehead-depression .p-comparison thead th,
.forehead-depression .p-related thead th,
.chin-double .p-comparison thead th,
.chin-double .p-related thead th,
.forehead-wrinkles .p-comparison thead th,
.forehead-wrinkles .p-related thead th,
.neck-sagging .p-comparison thead th,
.neck-sagging .p-related thead th,
.eye-darkcircle .p-comparison thead th,
.eye-darkcircle .p-related thead th,
.crowsfeet .p-comparison thead th,
.crowsfeet .p-related thead th,
.cellulite .p-comparison thead th,
.cellulite .p-related thead th,
.armpit .p-comparison thead th,
.armpit .p-related thead th,
.foot-slimming .p-comparison thead th,
.foot-slimming .p-related thead th,
.knee-around .p-comparison thead th,
.knee-around .p-related thead th {
  border: 1px solid #c7bcb5;
  background: #a39489;
  font-weight: bold;
  color: #fff;
}
.cheek-thinning .p-comparison tbody th,
.cheek-thinning .p-related tbody th,
.forehead-depression .p-comparison tbody th,
.forehead-depression .p-related tbody th,
.chin-double .p-comparison tbody th,
.chin-double .p-related tbody th,
.forehead-wrinkles .p-comparison tbody th,
.forehead-wrinkles .p-related tbody th,
.neck-sagging .p-comparison tbody th,
.neck-sagging .p-related tbody th,
.eye-darkcircle .p-comparison tbody th,
.eye-darkcircle .p-related tbody th,
.crowsfeet .p-comparison tbody th,
.crowsfeet .p-related tbody th,
.cellulite .p-comparison tbody th,
.cellulite .p-related tbody th,
.armpit .p-comparison tbody th,
.armpit .p-related tbody th,
.foot-slimming .p-comparison tbody th,
.foot-slimming .p-related tbody th,
.knee-around .p-comparison tbody th,
.knee-around .p-related tbody th {
  border: 1px solid #c7bcb5;
  background: #f8f6f5;
  font-weight: bold;
}
.cheek-thinning .p-comparison tbody td,
.cheek-thinning .p-related tbody td,
.forehead-depression .p-comparison tbody td,
.forehead-depression .p-related tbody td,
.chin-double .p-comparison tbody td,
.chin-double .p-related tbody td,
.forehead-wrinkles .p-comparison tbody td,
.forehead-wrinkles .p-related tbody td,
.neck-sagging .p-comparison tbody td,
.neck-sagging .p-related tbody td,
.eye-darkcircle .p-comparison tbody td,
.eye-darkcircle .p-related tbody td,
.crowsfeet .p-comparison tbody td,
.crowsfeet .p-related tbody td,
.cellulite .p-comparison tbody td,
.cellulite .p-related tbody td,
.armpit .p-comparison tbody td,
.armpit .p-related tbody td,
.foot-slimming .p-comparison tbody td,
.foot-slimming .p-related tbody td,
.knee-around .p-comparison tbody td,
.knee-around .p-related tbody td {
  padding: 4px 8px;
  border: 1px solid #c7bcb5;
  text-align: center;
}
.cheek-thinning .p-comparison tbody ul,
.cheek-thinning .p-related tbody ul,
.forehead-depression .p-comparison tbody ul,
.forehead-depression .p-related tbody ul,
.chin-double .p-comparison tbody ul,
.chin-double .p-related tbody ul,
.forehead-wrinkles .p-comparison tbody ul,
.forehead-wrinkles .p-related tbody ul,
.neck-sagging .p-comparison tbody ul,
.neck-sagging .p-related tbody ul,
.eye-darkcircle .p-comparison tbody ul,
.eye-darkcircle .p-related tbody ul,
.crowsfeet .p-comparison tbody ul,
.crowsfeet .p-related tbody ul,
.cellulite .p-comparison tbody ul,
.cellulite .p-related tbody ul,
.armpit .p-comparison tbody ul,
.armpit .p-related tbody ul,
.foot-slimming .p-comparison tbody ul,
.foot-slimming .p-related tbody ul,
.knee-around .p-comparison tbody ul,
.knee-around .p-related tbody ul {
  text-align: left;
}
.cheek-thinning .p-comparison tbody li,
.cheek-thinning .p-related tbody li,
.forehead-depression .p-comparison tbody li,
.forehead-depression .p-related tbody li,
.chin-double .p-comparison tbody li,
.chin-double .p-related tbody li,
.forehead-wrinkles .p-comparison tbody li,
.forehead-wrinkles .p-related tbody li,
.neck-sagging .p-comparison tbody li,
.neck-sagging .p-related tbody li,
.eye-darkcircle .p-comparison tbody li,
.eye-darkcircle .p-related tbody li,
.crowsfeet .p-comparison tbody li,
.crowsfeet .p-related tbody li,
.cellulite .p-comparison tbody li,
.cellulite .p-related tbody li,
.armpit .p-comparison tbody li,
.armpit .p-related tbody li,
.foot-slimming .p-comparison tbody li,
.foot-slimming .p-related tbody li,
.knee-around .p-comparison tbody li,
.knee-around .p-related tbody li {
  line-height: 1.5;
}
.cheek-thinning .p-comparison tbody li::before,
.cheek-thinning .p-related tbody li::before,
.forehead-depression .p-comparison tbody li::before,
.forehead-depression .p-related tbody li::before,
.chin-double .p-comparison tbody li::before,
.chin-double .p-related tbody li::before,
.forehead-wrinkles .p-comparison tbody li::before,
.forehead-wrinkles .p-related tbody li::before,
.neck-sagging .p-comparison tbody li::before,
.neck-sagging .p-related tbody li::before,
.eye-darkcircle .p-comparison tbody li::before,
.eye-darkcircle .p-related tbody li::before,
.crowsfeet .p-comparison tbody li::before,
.crowsfeet .p-related tbody li::before,
.cellulite .p-comparison tbody li::before,
.cellulite .p-related tbody li::before,
.armpit .p-comparison tbody li::before,
.armpit .p-related tbody li::before,
.foot-slimming .p-comparison tbody li::before,
.foot-slimming .p-related tbody li::before,
.knee-around .p-comparison tbody li::before,
.knee-around .p-related tbody li::before {
  content: '・';
}
.cheek-thinning .p-comparison .text,
.forehead-depression .p-comparison .text,
.chin-double .p-comparison .text,
.forehead-wrinkles .p-comparison .text,
.neck-sagging .p-comparison .text,
.eye-darkcircle .p-comparison .text,
.crowsfeet .p-comparison .text,
.cellulite .p-comparison .text,
.armpit .p-comparison .text,
.foot-slimming .p-comparison .text,
.knee-around .p-comparison .text {
  margin-bottom: 30px;
}
.cheek-thinning .p-committed__contents,
.forehead-depression .p-committed__contents,
.chin-double .p-committed__contents,
.forehead-wrinkles .p-committed__contents,
.neck-sagging .p-committed__contents,
.eye-darkcircle .p-committed__contents,
.crowsfeet .p-committed__contents,
.cellulite .p-committed__contents,
.armpit .p-committed__contents,
.foot-slimming .p-committed__contents,
.knee-around .p-committed__contents {
  overflow: hidden;
}
.cheek-thinning .p-committed__contents .text,
.forehead-depression .p-committed__contents .text,
.chin-double .p-committed__contents .text,
.forehead-wrinkles .p-committed__contents .text,
.neck-sagging .p-committed__contents .text,
.eye-darkcircle .p-committed__contents .text,
.crowsfeet .p-committed__contents .text,
.cellulite .p-committed__contents .text,
.armpit .p-committed__contents .text,
.foot-slimming .p-committed__contents .text,
.knee-around .p-committed__contents .text {
  margin-bottom: 0;
}
.cheek-thinning .p-committed__contents .pic,
.forehead-depression .p-committed__contents .pic,
.chin-double .p-committed__contents .pic,
.forehead-wrinkles .p-committed__contents .pic,
.neck-sagging .p-committed__contents .pic,
.eye-darkcircle .p-committed__contents .pic,
.crowsfeet .p-committed__contents .pic,
.cellulite .p-committed__contents .pic,
.armpit .p-committed__contents .pic,
.foot-slimming .p-committed__contents .pic,
.knee-around .p-committed__contents .pic {
  float: right;
  margin: 0 0 0 25px;
}
.cheek-thinning .m-kinds > .lead,
.forehead-depression .m-kinds > .lead,
.chin-double .m-kinds > .lead,
.forehead-wrinkles .m-kinds > .lead,
.neck-sagging .m-kinds > .lead,
.eye-darkcircle .m-kinds > .lead,
.crowsfeet .m-kinds > .lead,
.cellulite .m-kinds > .lead,
.armpit .m-kinds > .lead,
.foot-slimming .m-kinds > .lead,
.knee-around .m-kinds > .lead {
  margin-bottom: 20px;
}
.cheek-thinning .m-kinds > table,
.cheek-thinning .m-kinds .m-sub-contents > table,
.forehead-depression .m-kinds > table,
.forehead-depression .m-kinds .m-sub-contents > table,
.chin-double .m-kinds > table,
.chin-double .m-kinds .m-sub-contents > table,
.forehead-wrinkles .m-kinds > table,
.forehead-wrinkles .m-kinds .m-sub-contents > table,
.neck-sagging .m-kinds > table,
.neck-sagging .m-kinds .m-sub-contents > table,
.eye-darkcircle .m-kinds > table,
.eye-darkcircle .m-kinds .m-sub-contents > table,
.crowsfeet .m-kinds > table,
.crowsfeet .m-kinds .m-sub-contents > table,
.cellulite .m-kinds > table,
.cellulite .m-kinds .m-sub-contents > table,
.armpit .m-kinds > table,
.armpit .m-kinds .m-sub-contents > table,
.foot-slimming .m-kinds > table,
.foot-slimming .m-kinds .m-sub-contents > table,
.knee-around .m-kinds > table,
.knee-around .m-kinds .m-sub-contents > table {
  margin-bottom: 20px;
  width: calc(100% - 20px);
}
.cheek-thinning .m-kinds > table th,
.cheek-thinning .m-kinds > table td,
.cheek-thinning .m-kinds .m-sub-contents > table th,
.cheek-thinning .m-kinds .m-sub-contents > table td,
.forehead-depression .m-kinds > table th,
.forehead-depression .m-kinds > table td,
.forehead-depression .m-kinds .m-sub-contents > table th,
.forehead-depression .m-kinds .m-sub-contents > table td,
.chin-double .m-kinds > table th,
.chin-double .m-kinds > table td,
.chin-double .m-kinds .m-sub-contents > table th,
.chin-double .m-kinds .m-sub-contents > table td,
.forehead-wrinkles .m-kinds > table th,
.forehead-wrinkles .m-kinds > table td,
.forehead-wrinkles .m-kinds .m-sub-contents > table th,
.forehead-wrinkles .m-kinds .m-sub-contents > table td,
.neck-sagging .m-kinds > table th,
.neck-sagging .m-kinds > table td,
.neck-sagging .m-kinds .m-sub-contents > table th,
.neck-sagging .m-kinds .m-sub-contents > table td,
.eye-darkcircle .m-kinds > table th,
.eye-darkcircle .m-kinds > table td,
.eye-darkcircle .m-kinds .m-sub-contents > table th,
.eye-darkcircle .m-kinds .m-sub-contents > table td,
.crowsfeet .m-kinds > table th,
.crowsfeet .m-kinds > table td,
.crowsfeet .m-kinds .m-sub-contents > table th,
.crowsfeet .m-kinds .m-sub-contents > table td,
.cellulite .m-kinds > table th,
.cellulite .m-kinds > table td,
.cellulite .m-kinds .m-sub-contents > table th,
.cellulite .m-kinds .m-sub-contents > table td,
.armpit .m-kinds > table th,
.armpit .m-kinds > table td,
.armpit .m-kinds .m-sub-contents > table th,
.armpit .m-kinds .m-sub-contents > table td,
.foot-slimming .m-kinds > table th,
.foot-slimming .m-kinds > table td,
.foot-slimming .m-kinds .m-sub-contents > table th,
.foot-slimming .m-kinds .m-sub-contents > table td,
.knee-around .m-kinds > table th,
.knee-around .m-kinds > table td,
.knee-around .m-kinds .m-sub-contents > table th,
.knee-around .m-kinds .m-sub-contents > table td {
  border: 1px solid #e5dfdb;
  font-size: 1.2em;
  color: #7f7875;
  box-sizing: border-box;
}
.cheek-thinning .m-kinds > table th *,
.cheek-thinning .m-kinds > table td *,
.cheek-thinning .m-kinds .m-sub-contents > table th *,
.cheek-thinning .m-kinds .m-sub-contents > table td *,
.forehead-depression .m-kinds > table th *,
.forehead-depression .m-kinds > table td *,
.forehead-depression .m-kinds .m-sub-contents > table th *,
.forehead-depression .m-kinds .m-sub-contents > table td *,
.chin-double .m-kinds > table th *,
.chin-double .m-kinds > table td *,
.chin-double .m-kinds .m-sub-contents > table th *,
.chin-double .m-kinds .m-sub-contents > table td *,
.forehead-wrinkles .m-kinds > table th *,
.forehead-wrinkles .m-kinds > table td *,
.forehead-wrinkles .m-kinds .m-sub-contents > table th *,
.forehead-wrinkles .m-kinds .m-sub-contents > table td *,
.neck-sagging .m-kinds > table th *,
.neck-sagging .m-kinds > table td *,
.neck-sagging .m-kinds .m-sub-contents > table th *,
.neck-sagging .m-kinds .m-sub-contents > table td *,
.eye-darkcircle .m-kinds > table th *,
.eye-darkcircle .m-kinds > table td *,
.eye-darkcircle .m-kinds .m-sub-contents > table th *,
.eye-darkcircle .m-kinds .m-sub-contents > table td *,
.crowsfeet .m-kinds > table th *,
.crowsfeet .m-kinds > table td *,
.crowsfeet .m-kinds .m-sub-contents > table th *,
.crowsfeet .m-kinds .m-sub-contents > table td *,
.cellulite .m-kinds > table th *,
.cellulite .m-kinds > table td *,
.cellulite .m-kinds .m-sub-contents > table th *,
.cellulite .m-kinds .m-sub-contents > table td *,
.armpit .m-kinds > table th *,
.armpit .m-kinds > table td *,
.armpit .m-kinds .m-sub-contents > table th *,
.armpit .m-kinds .m-sub-contents > table td *,
.foot-slimming .m-kinds > table th *,
.foot-slimming .m-kinds > table td *,
.foot-slimming .m-kinds .m-sub-contents > table th *,
.foot-slimming .m-kinds .m-sub-contents > table td *,
.knee-around .m-kinds > table th *,
.knee-around .m-kinds > table td *,
.knee-around .m-kinds .m-sub-contents > table th *,
.knee-around .m-kinds .m-sub-contents > table td * {
  line-height: 1.5;
}
.cheek-thinning .m-kinds > table th:empty,
.cheek-thinning .m-kinds > table td:empty,
.cheek-thinning .m-kinds .m-sub-contents > table th:empty,
.cheek-thinning .m-kinds .m-sub-contents > table td:empty,
.forehead-depression .m-kinds > table th:empty,
.forehead-depression .m-kinds > table td:empty,
.forehead-depression .m-kinds .m-sub-contents > table th:empty,
.forehead-depression .m-kinds .m-sub-contents > table td:empty,
.chin-double .m-kinds > table th:empty,
.chin-double .m-kinds > table td:empty,
.chin-double .m-kinds .m-sub-contents > table th:empty,
.chin-double .m-kinds .m-sub-contents > table td:empty,
.forehead-wrinkles .m-kinds > table th:empty,
.forehead-wrinkles .m-kinds > table td:empty,
.forehead-wrinkles .m-kinds .m-sub-contents > table th:empty,
.forehead-wrinkles .m-kinds .m-sub-contents > table td:empty,
.neck-sagging .m-kinds > table th:empty,
.neck-sagging .m-kinds > table td:empty,
.neck-sagging .m-kinds .m-sub-contents > table th:empty,
.neck-sagging .m-kinds .m-sub-contents > table td:empty,
.eye-darkcircle .m-kinds > table th:empty,
.eye-darkcircle .m-kinds > table td:empty,
.eye-darkcircle .m-kinds .m-sub-contents > table th:empty,
.eye-darkcircle .m-kinds .m-sub-contents > table td:empty,
.crowsfeet .m-kinds > table th:empty,
.crowsfeet .m-kinds > table td:empty,
.crowsfeet .m-kinds .m-sub-contents > table th:empty,
.crowsfeet .m-kinds .m-sub-contents > table td:empty,
.cellulite .m-kinds > table th:empty,
.cellulite .m-kinds > table td:empty,
.cellulite .m-kinds .m-sub-contents > table th:empty,
.cellulite .m-kinds .m-sub-contents > table td:empty,
.armpit .m-kinds > table th:empty,
.armpit .m-kinds > table td:empty,
.armpit .m-kinds .m-sub-contents > table th:empty,
.armpit .m-kinds .m-sub-contents > table td:empty,
.foot-slimming .m-kinds > table th:empty,
.foot-slimming .m-kinds > table td:empty,
.foot-slimming .m-kinds .m-sub-contents > table th:empty,
.foot-slimming .m-kinds .m-sub-contents > table td:empty,
.knee-around .m-kinds > table th:empty,
.knee-around .m-kinds > table td:empty,
.knee-around .m-kinds .m-sub-contents > table th:empty,
.knee-around .m-kinds .m-sub-contents > table td:empty {
  background: linear-gradient(21deg, #fff 50%, #e5dfdb 51%, #fff 51%);
}
.cheek-thinning .m-kinds > table thead td,
.cheek-thinning .m-kinds .m-sub-contents > table thead td,
.forehead-depression .m-kinds > table thead td,
.forehead-depression .m-kinds .m-sub-contents > table thead td,
.chin-double .m-kinds > table thead td,
.chin-double .m-kinds .m-sub-contents > table thead td,
.forehead-wrinkles .m-kinds > table thead td,
.forehead-wrinkles .m-kinds .m-sub-contents > table thead td,
.neck-sagging .m-kinds > table thead td,
.neck-sagging .m-kinds .m-sub-contents > table thead td,
.eye-darkcircle .m-kinds > table thead td,
.eye-darkcircle .m-kinds .m-sub-contents > table thead td,
.crowsfeet .m-kinds > table thead td,
.crowsfeet .m-kinds .m-sub-contents > table thead td,
.cellulite .m-kinds > table thead td,
.cellulite .m-kinds .m-sub-contents > table thead td,
.armpit .m-kinds > table thead td,
.armpit .m-kinds .m-sub-contents > table thead td,
.foot-slimming .m-kinds > table thead td,
.foot-slimming .m-kinds .m-sub-contents > table thead td,
.knee-around .m-kinds > table thead td,
.knee-around .m-kinds .m-sub-contents > table thead td {
  width: 209px;
}
.cheek-thinning .m-kinds > table thead th,
.cheek-thinning .m-kinds .m-sub-contents > table thead th,
.forehead-depression .m-kinds > table thead th,
.forehead-depression .m-kinds .m-sub-contents > table thead th,
.chin-double .m-kinds > table thead th,
.chin-double .m-kinds .m-sub-contents > table thead th,
.forehead-wrinkles .m-kinds > table thead th,
.forehead-wrinkles .m-kinds .m-sub-contents > table thead th,
.neck-sagging .m-kinds > table thead th,
.neck-sagging .m-kinds .m-sub-contents > table thead th,
.eye-darkcircle .m-kinds > table thead th,
.eye-darkcircle .m-kinds .m-sub-contents > table thead th,
.crowsfeet .m-kinds > table thead th,
.crowsfeet .m-kinds .m-sub-contents > table thead th,
.cellulite .m-kinds > table thead th,
.cellulite .m-kinds .m-sub-contents > table thead th,
.armpit .m-kinds > table thead th,
.armpit .m-kinds .m-sub-contents > table thead th,
.foot-slimming .m-kinds > table thead th,
.foot-slimming .m-kinds .m-sub-contents > table thead th,
.knee-around .m-kinds > table thead th,
.knee-around .m-kinds .m-sub-contents > table thead th {
  width: 114px;
}
.cheek-thinning .m-kinds > table thead th:not(:last-of-type),
.cheek-thinning .m-kinds .m-sub-contents > table thead th:not(:last-of-type),
.forehead-depression .m-kinds > table thead th:not(:last-of-type),
.forehead-depression .m-kinds .m-sub-contents > table thead th:not(:last-of-type),
.chin-double .m-kinds > table thead th:not(:last-of-type),
.chin-double .m-kinds .m-sub-contents > table thead th:not(:last-of-type),
.forehead-wrinkles .m-kinds > table thead th:not(:last-of-type),
.forehead-wrinkles .m-kinds .m-sub-contents > table thead th:not(:last-of-type),
.neck-sagging .m-kinds > table thead th:not(:last-of-type),
.neck-sagging .m-kinds .m-sub-contents > table thead th:not(:last-of-type),
.eye-darkcircle .m-kinds > table thead th:not(:last-of-type),
.eye-darkcircle .m-kinds .m-sub-contents > table thead th:not(:last-of-type),
.crowsfeet .m-kinds > table thead th:not(:last-of-type),
.crowsfeet .m-kinds .m-sub-contents > table thead th:not(:last-of-type),
.cellulite .m-kinds > table thead th:not(:last-of-type),
.cellulite .m-kinds .m-sub-contents > table thead th:not(:last-of-type),
.armpit .m-kinds > table thead th:not(:last-of-type),
.armpit .m-kinds .m-sub-contents > table thead th:not(:last-of-type),
.foot-slimming .m-kinds > table thead th:not(:last-of-type),
.foot-slimming .m-kinds .m-sub-contents > table thead th:not(:last-of-type),
.knee-around .m-kinds > table thead th:not(:last-of-type),
.knee-around .m-kinds .m-sub-contents > table thead th:not(:last-of-type) {
  border-right-color: #fff;
}
.cheek-thinning .m-kinds > table thead th + th,
.cheek-thinning .m-kinds .m-sub-contents > table thead th + th,
.forehead-depression .m-kinds > table thead th + th,
.forehead-depression .m-kinds .m-sub-contents > table thead th + th,
.chin-double .m-kinds > table thead th + th,
.chin-double .m-kinds .m-sub-contents > table thead th + th,
.forehead-wrinkles .m-kinds > table thead th + th,
.forehead-wrinkles .m-kinds .m-sub-contents > table thead th + th,
.neck-sagging .m-kinds > table thead th + th,
.neck-sagging .m-kinds .m-sub-contents > table thead th + th,
.eye-darkcircle .m-kinds > table thead th + th,
.eye-darkcircle .m-kinds .m-sub-contents > table thead th + th,
.crowsfeet .m-kinds > table thead th + th,
.crowsfeet .m-kinds .m-sub-contents > table thead th + th,
.cellulite .m-kinds > table thead th + th,
.cellulite .m-kinds .m-sub-contents > table thead th + th,
.armpit .m-kinds > table thead th + th,
.armpit .m-kinds .m-sub-contents > table thead th + th,
.foot-slimming .m-kinds > table thead th + th,
.foot-slimming .m-kinds .m-sub-contents > table thead th + th,
.knee-around .m-kinds > table thead th + th,
.knee-around .m-kinds .m-sub-contents > table thead th + th {
  border-left-color: #fff;
}
.cheek-thinning .m-kinds > table thead .operation .name,
.cheek-thinning .m-kinds .m-sub-contents > table thead .operation .name,
.forehead-depression .m-kinds > table thead .operation .name,
.forehead-depression .m-kinds .m-sub-contents > table thead .operation .name,
.chin-double .m-kinds > table thead .operation .name,
.chin-double .m-kinds .m-sub-contents > table thead .operation .name,
.forehead-wrinkles .m-kinds > table thead .operation .name,
.forehead-wrinkles .m-kinds .m-sub-contents > table thead .operation .name,
.neck-sagging .m-kinds > table thead .operation .name,
.neck-sagging .m-kinds .m-sub-contents > table thead .operation .name,
.eye-darkcircle .m-kinds > table thead .operation .name,
.eye-darkcircle .m-kinds .m-sub-contents > table thead .operation .name,
.crowsfeet .m-kinds > table thead .operation .name,
.crowsfeet .m-kinds .m-sub-contents > table thead .operation .name,
.cellulite .m-kinds > table thead .operation .name,
.cellulite .m-kinds .m-sub-contents > table thead .operation .name,
.armpit .m-kinds > table thead .operation .name,
.armpit .m-kinds .m-sub-contents > table thead .operation .name,
.foot-slimming .m-kinds > table thead .operation .name,
.foot-slimming .m-kinds .m-sub-contents > table thead .operation .name,
.knee-around .m-kinds > table thead .operation .name,
.knee-around .m-kinds .m-sub-contents > table thead .operation .name {
  background: #eae5e2;
  text-align: center;
  line-height: 2.25;
  color: #7f7875;
}
.cheek-thinning .m-kinds > table tbody th,
.cheek-thinning .m-kinds > table tbody td,
.cheek-thinning .m-kinds .m-sub-contents > table tbody th,
.cheek-thinning .m-kinds .m-sub-contents > table tbody td,
.forehead-depression .m-kinds > table tbody th,
.forehead-depression .m-kinds > table tbody td,
.forehead-depression .m-kinds .m-sub-contents > table tbody th,
.forehead-depression .m-kinds .m-sub-contents > table tbody td,
.chin-double .m-kinds > table tbody th,
.chin-double .m-kinds > table tbody td,
.chin-double .m-kinds .m-sub-contents > table tbody th,
.chin-double .m-kinds .m-sub-contents > table tbody td,
.forehead-wrinkles .m-kinds > table tbody th,
.forehead-wrinkles .m-kinds > table tbody td,
.forehead-wrinkles .m-kinds .m-sub-contents > table tbody th,
.forehead-wrinkles .m-kinds .m-sub-contents > table tbody td,
.neck-sagging .m-kinds > table tbody th,
.neck-sagging .m-kinds > table tbody td,
.neck-sagging .m-kinds .m-sub-contents > table tbody th,
.neck-sagging .m-kinds .m-sub-contents > table tbody td,
.eye-darkcircle .m-kinds > table tbody th,
.eye-darkcircle .m-kinds > table tbody td,
.eye-darkcircle .m-kinds .m-sub-contents > table tbody th,
.eye-darkcircle .m-kinds .m-sub-contents > table tbody td,
.crowsfeet .m-kinds > table tbody th,
.crowsfeet .m-kinds > table tbody td,
.crowsfeet .m-kinds .m-sub-contents > table tbody th,
.crowsfeet .m-kinds .m-sub-contents > table tbody td,
.cellulite .m-kinds > table tbody th,
.cellulite .m-kinds > table tbody td,
.cellulite .m-kinds .m-sub-contents > table tbody th,
.cellulite .m-kinds .m-sub-contents > table tbody td,
.armpit .m-kinds > table tbody th,
.armpit .m-kinds > table tbody td,
.armpit .m-kinds .m-sub-contents > table tbody th,
.armpit .m-kinds .m-sub-contents > table tbody td,
.foot-slimming .m-kinds > table tbody th,
.foot-slimming .m-kinds > table tbody td,
.foot-slimming .m-kinds .m-sub-contents > table tbody th,
.foot-slimming .m-kinds .m-sub-contents > table tbody td,
.knee-around .m-kinds > table tbody th,
.knee-around .m-kinds > table tbody td,
.knee-around .m-kinds .m-sub-contents > table tbody th,
.knee-around .m-kinds .m-sub-contents > table tbody td {
  padding: 10px;
  height: 50px;
}
.cheek-thinning .m-kinds > table tbody td,
.cheek-thinning .m-kinds .m-sub-contents > table tbody td,
.forehead-depression .m-kinds > table tbody td,
.forehead-depression .m-kinds .m-sub-contents > table tbody td,
.chin-double .m-kinds > table tbody td,
.chin-double .m-kinds .m-sub-contents > table tbody td,
.forehead-wrinkles .m-kinds > table tbody td,
.forehead-wrinkles .m-kinds .m-sub-contents > table tbody td,
.neck-sagging .m-kinds > table tbody td,
.neck-sagging .m-kinds .m-sub-contents > table tbody td,
.eye-darkcircle .m-kinds > table tbody td,
.eye-darkcircle .m-kinds .m-sub-contents > table tbody td,
.crowsfeet .m-kinds > table tbody td,
.crowsfeet .m-kinds .m-sub-contents > table tbody td,
.cellulite .m-kinds > table tbody td,
.cellulite .m-kinds .m-sub-contents > table tbody td,
.armpit .m-kinds > table tbody td,
.armpit .m-kinds .m-sub-contents > table tbody td,
.foot-slimming .m-kinds > table tbody td,
.foot-slimming .m-kinds .m-sub-contents > table tbody td,
.knee-around .m-kinds > table tbody td,
.knee-around .m-kinds .m-sub-contents > table tbody td {
  text-align: center;
}
.cheek-thinning .m-kinds .points,
.forehead-depression .m-kinds .points,
.chin-double .m-kinds .points,
.forehead-wrinkles .m-kinds .points,
.neck-sagging .m-kinds .points,
.eye-darkcircle .m-kinds .points,
.crowsfeet .m-kinds .points,
.cellulite .m-kinds .points,
.armpit .m-kinds .points,
.foot-slimming .m-kinds .points,
.knee-around .m-kinds .points {
  margin-bottom: 35px;
  padding: 25px;
  border: 1px solid #ede9e5;
  background: #f5f2f0;
}
.cheek-thinning .m-kinds .point-list,
.forehead-depression .m-kinds .point-list,
.chin-double .m-kinds .point-list,
.forehead-wrinkles .m-kinds .point-list,
.neck-sagging .m-kinds .point-list,
.eye-darkcircle .m-kinds .point-list,
.crowsfeet .m-kinds .point-list,
.cellulite .m-kinds .point-list,
.armpit .m-kinds .point-list,
.foot-slimming .m-kinds .point-list,
.knee-around .m-kinds .point-list {
  padding-left: 50px;
  background: url(../img/troubles_faq_answer_bg_ohashi.png) left top no-repeat;
}
.cheek-thinning .m-kinds .point-item,
.forehead-depression .m-kinds .point-item,
.chin-double .m-kinds .point-item,
.forehead-wrinkles .m-kinds .point-item,
.neck-sagging .m-kinds .point-item,
.eye-darkcircle .m-kinds .point-item,
.crowsfeet .m-kinds .point-item,
.cellulite .m-kinds .point-item,
.armpit .m-kinds .point-item,
.foot-slimming .m-kinds .point-item,
.knee-around .m-kinds .point-item {
  padding-left: 27px;
  background-image: url(../img/troubles_list_item_bg.png);
  background-repeat: no-repeat;
  font-size: 1.6em;
  color: #7f7875;
  background-position: left 4px;
  line-height: 1.625;
}
.cheek-thinning .m-kinds .point-item + .point-item,
.forehead-depression .m-kinds .point-item + .point-item,
.chin-double .m-kinds .point-item + .point-item,
.forehead-wrinkles .m-kinds .point-item + .point-item,
.neck-sagging .m-kinds .point-item + .point-item,
.eye-darkcircle .m-kinds .point-item + .point-item,
.crowsfeet .m-kinds .point-item + .point-item,
.cellulite .m-kinds .point-item + .point-item,
.armpit .m-kinds .point-item + .point-item,
.foot-slimming .m-kinds .point-item + .point-item,
.knee-around .m-kinds .point-item + .point-item {
  margin-top: 10px;
}
.cheek-thinning .m-kinds .operation-list,
.forehead-depression .m-kinds .operation-list,
.chin-double .m-kinds .operation-list,
.forehead-wrinkles .m-kinds .operation-list,
.neck-sagging .m-kinds .operation-list,
.eye-darkcircle .m-kinds .operation-list,
.crowsfeet .m-kinds .operation-list,
.cellulite .m-kinds .operation-list,
.armpit .m-kinds .operation-list,
.foot-slimming .m-kinds .operation-list,
.knee-around .m-kinds .operation-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.cheek-thinning .m-kinds .operation-item,
.forehead-depression .m-kinds .operation-item,
.chin-double .m-kinds .operation-item,
.forehead-wrinkles .m-kinds .operation-item,
.neck-sagging .m-kinds .operation-item,
.eye-darkcircle .m-kinds .operation-item,
.crowsfeet .m-kinds .operation-item,
.cellulite .m-kinds .operation-item,
.armpit .m-kinds .operation-item,
.foot-slimming .m-kinds .operation-item,
.knee-around .m-kinds .operation-item {
  box-sizing: border-box;
}
.cheek-thinning .m-kinds .operation-item a,
.forehead-depression .m-kinds .operation-item a,
.chin-double .m-kinds .operation-item a,
.forehead-wrinkles .m-kinds .operation-item a,
.neck-sagging .m-kinds .operation-item a,
.eye-darkcircle .m-kinds .operation-item a,
.crowsfeet .m-kinds .operation-item a,
.cellulite .m-kinds .operation-item a,
.armpit .m-kinds .operation-item a,
.foot-slimming .m-kinds .operation-item a,
.knee-around .m-kinds .operation-item a {
  transition: opacity .1s linear;
  display: block;
  background: url(../img/arrow/arrow.png) right 10px center no-repeat;
  color: inherit;
}
.cheek-thinning .m-kinds .operation-item a:hover,
.forehead-depression .m-kinds .operation-item a:hover,
.chin-double .m-kinds .operation-item a:hover,
.forehead-wrinkles .m-kinds .operation-item a:hover,
.neck-sagging .m-kinds .operation-item a:hover,
.eye-darkcircle .m-kinds .operation-item a:hover,
.crowsfeet .m-kinds .operation-item a:hover,
.cellulite .m-kinds .operation-item a:hover,
.armpit .m-kinds .operation-item a:hover,
.foot-slimming .m-kinds .operation-item a:hover,
.knee-around .m-kinds .operation-item a:hover {
  opacity: 1;
}
.cheek-thinning .m-kinds .operation-item .item-inner,
.forehead-depression .m-kinds .operation-item .item-inner,
.chin-double .m-kinds .operation-item .item-inner,
.forehead-wrinkles .m-kinds .operation-item .item-inner,
.neck-sagging .m-kinds .operation-item .item-inner,
.eye-darkcircle .m-kinds .operation-item .item-inner,
.crowsfeet .m-kinds .operation-item .item-inner,
.cellulite .m-kinds .operation-item .item-inner,
.armpit .m-kinds .operation-item .item-inner,
.foot-slimming .m-kinds .operation-item .item-inner,
.knee-around .m-kinds .operation-item .item-inner {
  display: flow-root;
  position: relative;
  padding: 10px 0;
  min-height: 65px;
  transition: opacity .1s linear;
}
.cheek-thinning .m-kinds .operation-item .item-inner:hover,
.forehead-depression .m-kinds .operation-item .item-inner:hover,
.chin-double .m-kinds .operation-item .item-inner:hover,
.forehead-wrinkles .m-kinds .operation-item .item-inner:hover,
.neck-sagging .m-kinds .operation-item .item-inner:hover,
.eye-darkcircle .m-kinds .operation-item .item-inner:hover,
.crowsfeet .m-kinds .operation-item .item-inner:hover,
.cellulite .m-kinds .operation-item .item-inner:hover,
.armpit .m-kinds .operation-item .item-inner:hover,
.foot-slimming .m-kinds .operation-item .item-inner:hover,
.knee-around .m-kinds .operation-item .item-inner:hover {
  opacity: .5;
}
.cheek-thinning .m-kinds .operation-item .name,
.forehead-depression .m-kinds .operation-item .name,
.chin-double .m-kinds .operation-item .name,
.forehead-wrinkles .m-kinds .operation-item .name,
.neck-sagging .m-kinds .operation-item .name,
.eye-darkcircle .m-kinds .operation-item .name,
.crowsfeet .m-kinds .operation-item .name,
.cellulite .m-kinds .operation-item .name,
.armpit .m-kinds .operation-item .name,
.foot-slimming .m-kinds .operation-item .name,
.knee-around .m-kinds .operation-item .name {
  font-size: 1.6em;
  color: #6d9dd0;
}
.cheek-thinning .m-kinds .operation-item .pic,
.forehead-depression .m-kinds .operation-item .pic,
.chin-double .m-kinds .operation-item .pic,
.forehead-wrinkles .m-kinds .operation-item .pic,
.neck-sagging .m-kinds .operation-item .pic,
.eye-darkcircle .m-kinds .operation-item .pic,
.crowsfeet .m-kinds .operation-item .pic,
.cellulite .m-kinds .operation-item .pic,
.armpit .m-kinds .operation-item .pic,
.foot-slimming .m-kinds .operation-item .pic,
.knee-around .m-kinds .operation-item .pic {
  position: absolute;
  top: 10px;
  left: 0;
  border: 1px solid #d7d4d3;
}
.cheek-thinning .m-kinds .operation-item .text,
.forehead-depression .m-kinds .operation-item .text,
.chin-double .m-kinds .operation-item .text,
.forehead-wrinkles .m-kinds .operation-item .text,
.neck-sagging .m-kinds .operation-item .text,
.eye-darkcircle .m-kinds .operation-item .text,
.crowsfeet .m-kinds .operation-item .text,
.cellulite .m-kinds .operation-item .text,
.armpit .m-kinds .operation-item .text,
.foot-slimming .m-kinds .operation-item .text,
.knee-around .m-kinds .operation-item .text {
  font-size: 1.4em;
}
.cheek-thinning .m-kinds .recommend,
.forehead-depression .m-kinds .recommend,
.chin-double .m-kinds .recommend,
.forehead-wrinkles .m-kinds .recommend,
.neck-sagging .m-kinds .recommend,
.eye-darkcircle .m-kinds .recommend,
.crowsfeet .m-kinds .recommend,
.cellulite .m-kinds .recommend,
.armpit .m-kinds .recommend,
.foot-slimming .m-kinds .recommend,
.knee-around .m-kinds .recommend {
  margin-bottom: 15px;
  box-shadow: inset 0 0 0 1px #d7d4d3;
}
.cheek-thinning .m-kinds .recommend .operation-item,
.forehead-depression .m-kinds .recommend .operation-item,
.chin-double .m-kinds .recommend .operation-item,
.forehead-wrinkles .m-kinds .recommend .operation-item,
.neck-sagging .m-kinds .recommend .operation-item,
.eye-darkcircle .m-kinds .recommend .operation-item,
.crowsfeet .m-kinds .recommend .operation-item,
.cellulite .m-kinds .recommend .operation-item,
.armpit .m-kinds .recommend .operation-item,
.foot-slimming .m-kinds .recommend .operation-item,
.knee-around .m-kinds .recommend .operation-item {
  width: calc(100% / 2);
  border-right: 1px solid #d7d4d3;
  border-bottom: 1px solid #d7d4d3;
}
.cheek-thinning .m-kinds .recommend .operation-item a,
.forehead-depression .m-kinds .recommend .operation-item a,
.chin-double .m-kinds .recommend .operation-item a,
.forehead-wrinkles .m-kinds .recommend .operation-item a,
.neck-sagging .m-kinds .recommend .operation-item a,
.eye-darkcircle .m-kinds .recommend .operation-item a,
.crowsfeet .m-kinds .recommend .operation-item a,
.cellulite .m-kinds .recommend .operation-item a,
.armpit .m-kinds .recommend .operation-item a,
.foot-slimming .m-kinds .recommend .operation-item a,
.knee-around .m-kinds .recommend .operation-item a {
  display: block;
  background: none;
  color: inherit;
}
.cheek-thinning .m-kinds .recommend .operation-item a:hover,
.forehead-depression .m-kinds .recommend .operation-item a:hover,
.chin-double .m-kinds .recommend .operation-item a:hover,
.forehead-wrinkles .m-kinds .recommend .operation-item a:hover,
.neck-sagging .m-kinds .recommend .operation-item a:hover,
.eye-darkcircle .m-kinds .recommend .operation-item a:hover,
.crowsfeet .m-kinds .recommend .operation-item a:hover,
.cellulite .m-kinds .recommend .operation-item a:hover,
.armpit .m-kinds .recommend .operation-item a:hover,
.foot-slimming .m-kinds .recommend .operation-item a:hover,
.knee-around .m-kinds .recommend .operation-item a:hover {
  opacity: 1;
}
.cheek-thinning .m-kinds .recommend .operation-item .item-inner,
.forehead-depression .m-kinds .recommend .operation-item .item-inner,
.chin-double .m-kinds .recommend .operation-item .item-inner,
.forehead-wrinkles .m-kinds .recommend .operation-item .item-inner,
.neck-sagging .m-kinds .recommend .operation-item .item-inner,
.eye-darkcircle .m-kinds .recommend .operation-item .item-inner,
.crowsfeet .m-kinds .recommend .operation-item .item-inner,
.cellulite .m-kinds .recommend .operation-item .item-inner,
.armpit .m-kinds .recommend .operation-item .item-inner,
.foot-slimming .m-kinds .recommend .operation-item .item-inner,
.knee-around .m-kinds .recommend .operation-item .item-inner {
  display: flow-root;
  position: relative;
  padding: 10px 30px 10px 10px;
  min-height: 65px;
  background: url(../img/arrow/arrow.png) right 10px center no-repeat;
  color: #7f7875;
  transition: opacity .1s linear;
}
.cheek-thinning .m-kinds .recommend .operation-item .item-inner:hover,
.forehead-depression .m-kinds .recommend .operation-item .item-inner:hover,
.chin-double .m-kinds .recommend .operation-item .item-inner:hover,
.forehead-wrinkles .m-kinds .recommend .operation-item .item-inner:hover,
.neck-sagging .m-kinds .recommend .operation-item .item-inner:hover,
.eye-darkcircle .m-kinds .recommend .operation-item .item-inner:hover,
.crowsfeet .m-kinds .recommend .operation-item .item-inner:hover,
.cellulite .m-kinds .recommend .operation-item .item-inner:hover,
.armpit .m-kinds .recommend .operation-item .item-inner:hover,
.foot-slimming .m-kinds .recommend .operation-item .item-inner:hover,
.knee-around .m-kinds .recommend .operation-item .item-inner:hover {
  opacity: .5;
}
.cheek-thinning .m-kinds .recommend .operation-item .name,
.cheek-thinning .m-kinds .recommend .operation-item .text,
.forehead-depression .m-kinds .recommend .operation-item .name,
.forehead-depression .m-kinds .recommend .operation-item .text,
.chin-double .m-kinds .recommend .operation-item .name,
.chin-double .m-kinds .recommend .operation-item .text,
.forehead-wrinkles .m-kinds .recommend .operation-item .name,
.forehead-wrinkles .m-kinds .recommend .operation-item .text,
.neck-sagging .m-kinds .recommend .operation-item .name,
.neck-sagging .m-kinds .recommend .operation-item .text,
.eye-darkcircle .m-kinds .recommend .operation-item .name,
.eye-darkcircle .m-kinds .recommend .operation-item .text,
.crowsfeet .m-kinds .recommend .operation-item .name,
.crowsfeet .m-kinds .recommend .operation-item .text,
.cellulite .m-kinds .recommend .operation-item .name,
.cellulite .m-kinds .recommend .operation-item .text,
.armpit .m-kinds .recommend .operation-item .name,
.armpit .m-kinds .recommend .operation-item .text,
.foot-slimming .m-kinds .recommend .operation-item .name,
.foot-slimming .m-kinds .recommend .operation-item .text,
.knee-around .m-kinds .recommend .operation-item .name,
.knee-around .m-kinds .recommend .operation-item .text {
  margin-left: 76px;
}
.cheek-thinning .m-kinds .recommend .operation-item .name,
.forehead-depression .m-kinds .recommend .operation-item .name,
.chin-double .m-kinds .recommend .operation-item .name,
.forehead-wrinkles .m-kinds .recommend .operation-item .name,
.neck-sagging .m-kinds .recommend .operation-item .name,
.eye-darkcircle .m-kinds .recommend .operation-item .name,
.crowsfeet .m-kinds .recommend .operation-item .name,
.cellulite .m-kinds .recommend .operation-item .name,
.armpit .m-kinds .recommend .operation-item .name,
.foot-slimming .m-kinds .recommend .operation-item .name,
.knee-around .m-kinds .recommend .operation-item .name {
  margin-bottom: 12px;
}
.cheek-thinning .m-kinds .recommend .operation-item .pic,
.forehead-depression .m-kinds .recommend .operation-item .pic,
.chin-double .m-kinds .recommend .operation-item .pic,
.forehead-wrinkles .m-kinds .recommend .operation-item .pic,
.neck-sagging .m-kinds .recommend .operation-item .pic,
.eye-darkcircle .m-kinds .recommend .operation-item .pic,
.crowsfeet .m-kinds .recommend .operation-item .pic,
.cellulite .m-kinds .recommend .operation-item .pic,
.armpit .m-kinds .recommend .operation-item .pic,
.foot-slimming .m-kinds .recommend .operation-item .pic,
.knee-around .m-kinds .recommend .operation-item .pic {
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #d7d4d3;
}
.cheek-thinning .m-kinds .recommend .operation-item .text,
.forehead-depression .m-kinds .recommend .operation-item .text,
.chin-double .m-kinds .recommend .operation-item .text,
.forehead-wrinkles .m-kinds .recommend .operation-item .text,
.neck-sagging .m-kinds .recommend .operation-item .text,
.eye-darkcircle .m-kinds .recommend .operation-item .text,
.crowsfeet .m-kinds .recommend .operation-item .text,
.cellulite .m-kinds .recommend .operation-item .text,
.armpit .m-kinds .recommend .operation-item .text,
.foot-slimming .m-kinds .recommend .operation-item .text,
.knee-around .m-kinds .recommend .operation-item .text {
  line-height: 1.4285714286;
  font-size: 1.4em;
}
.cheek-thinning .m-kinds .recommend .operation-item .text::before,
.forehead-depression .m-kinds .recommend .operation-item .text::before,
.chin-double .m-kinds .recommend .operation-item .text::before,
.forehead-wrinkles .m-kinds .recommend .operation-item .text::before,
.neck-sagging .m-kinds .recommend .operation-item .text::before,
.eye-darkcircle .m-kinds .recommend .operation-item .text::before,
.crowsfeet .m-kinds .recommend .operation-item .text::before,
.cellulite .m-kinds .recommend .operation-item .text::before,
.armpit .m-kinds .recommend .operation-item .text::before,
.foot-slimming .m-kinds .recommend .operation-item .text::before,
.knee-around .m-kinds .recommend .operation-item .text::before {
  margin-top: -3px;
}
.cheek-thinning .m-kinds .recommend .operation-item .text::after,
.forehead-depression .m-kinds .recommend .operation-item .text::after,
.chin-double .m-kinds .recommend .operation-item .text::after,
.forehead-wrinkles .m-kinds .recommend .operation-item .text::after,
.neck-sagging .m-kinds .recommend .operation-item .text::after,
.eye-darkcircle .m-kinds .recommend .operation-item .text::after,
.crowsfeet .m-kinds .recommend .operation-item .text::after,
.cellulite .m-kinds .recommend .operation-item .text::after,
.armpit .m-kinds .recommend .operation-item .text::after,
.foot-slimming .m-kinds .recommend .operation-item .text::after,
.knee-around .m-kinds .recommend .operation-item .text::after {
  margin-top: -3px;
}
.cheek-thinning .m-kinds .others .operation-item,
.forehead-depression .m-kinds .others .operation-item,
.chin-double .m-kinds .others .operation-item,
.forehead-wrinkles .m-kinds .others .operation-item,
.neck-sagging .m-kinds .others .operation-item,
.eye-darkcircle .m-kinds .others .operation-item,
.crowsfeet .m-kinds .others .operation-item,
.cellulite .m-kinds .others .operation-item,
.armpit .m-kinds .others .operation-item,
.foot-slimming .m-kinds .others .operation-item,
.knee-around .m-kinds .others .operation-item {
  flex-basis: 322px;
  margin: 0 10px;
  border-bottom: 1px dotted #d7d4d3;
}
.cheek-thinning .m-kinds .others .operation-item .name,
.forehead-depression .m-kinds .others .operation-item .name,
.chin-double .m-kinds .others .operation-item .name,
.forehead-wrinkles .m-kinds .others .operation-item .name,
.neck-sagging .m-kinds .others .operation-item .name,
.eye-darkcircle .m-kinds .others .operation-item .name,
.crowsfeet .m-kinds .others .operation-item .name,
.cellulite .m-kinds .others .operation-item .name,
.armpit .m-kinds .others .operation-item .name,
.foot-slimming .m-kinds .others .operation-item .name,
.knee-around .m-kinds .others .operation-item .name {
  margin: 0 0 10px 42px;
  line-height: 32px;
}
.cheek-thinning .m-kinds .others .operation-item .text,
.forehead-depression .m-kinds .others .operation-item .text,
.chin-double .m-kinds .others .operation-item .text,
.forehead-wrinkles .m-kinds .others .operation-item .text,
.neck-sagging .m-kinds .others .operation-item .text,
.eye-darkcircle .m-kinds .others .operation-item .text,
.crowsfeet .m-kinds .others .operation-item .text,
.cellulite .m-kinds .others .operation-item .text,
.armpit .m-kinds .others .operation-item .text,
.foot-slimming .m-kinds .others .operation-item .text,
.knee-around .m-kinds .others .operation-item .text {
  line-height: 1.5714285714;
}
.cheek-thinning .m-kinds .others .operation-item .text::before,
.forehead-depression .m-kinds .others .operation-item .text::before,
.chin-double .m-kinds .others .operation-item .text::before,
.forehead-wrinkles .m-kinds .others .operation-item .text::before,
.neck-sagging .m-kinds .others .operation-item .text::before,
.eye-darkcircle .m-kinds .others .operation-item .text::before,
.crowsfeet .m-kinds .others .operation-item .text::before,
.cellulite .m-kinds .others .operation-item .text::before,
.armpit .m-kinds .others .operation-item .text::before,
.foot-slimming .m-kinds .others .operation-item .text::before,
.knee-around .m-kinds .others .operation-item .text::before {
  margin-top: -4px;
}
.cheek-thinning .m-kinds .others .operation-item .text::after,
.forehead-depression .m-kinds .others .operation-item .text::after,
.chin-double .m-kinds .others .operation-item .text::after,
.forehead-wrinkles .m-kinds .others .operation-item .text::after,
.neck-sagging .m-kinds .others .operation-item .text::after,
.eye-darkcircle .m-kinds .others .operation-item .text::after,
.crowsfeet .m-kinds .others .operation-item .text::after,
.cellulite .m-kinds .others .operation-item .text::after,
.armpit .m-kinds .others .operation-item .text::after,
.foot-slimming .m-kinds .others .operation-item .text::after,
.knee-around .m-kinds .others .operation-item .text::after {
  margin-top: -4px;
}
.cheek-thinning .m-kinds .operation > .title,
.forehead-depression .m-kinds .operation > .title,
.chin-double .m-kinds .operation > .title,
.forehead-wrinkles .m-kinds .operation > .title,
.neck-sagging .m-kinds .operation > .title,
.eye-darkcircle .m-kinds .operation > .title,
.crowsfeet .m-kinds .operation > .title,
.cellulite .m-kinds .operation > .title,
.armpit .m-kinds .operation > .title,
.foot-slimming .m-kinds .operation > .title,
.knee-around .m-kinds .operation > .title {
  border: 1px solid #d7d4d3;
  border-bottom: 0;
  background: linear-gradient(#fff, #f4f2f0 45%);
  text-align: center;
  line-height: 3.0833333333;
  font-size: 1.2em;
  color: #7f7875;
}
.cheek-thinning .m-kinds .operation .link,
.forehead-depression .m-kinds .operation .link,
.chin-double .m-kinds .operation .link,
.forehead-wrinkles .m-kinds .operation .link,
.neck-sagging .m-kinds .operation .link,
.eye-darkcircle .m-kinds .operation .link,
.crowsfeet .m-kinds .operation .link,
.cellulite .m-kinds .operation .link,
.armpit .m-kinds .operation .link,
.foot-slimming .m-kinds .operation .link,
.knee-around .m-kinds .operation .link {
  position: relative;
  padding-right: 20px;
  text-align: right;
}
.cheek-thinning .m-kinds .operation .link::after,
.forehead-depression .m-kinds .operation .link::after,
.chin-double .m-kinds .operation .link::after,
.forehead-wrinkles .m-kinds .operation .link::after,
.neck-sagging .m-kinds .operation .link::after,
.eye-darkcircle .m-kinds .operation .link::after,
.crowsfeet .m-kinds .operation .link::after,
.cellulite .m-kinds .operation .link::after,
.armpit .m-kinds .operation .link::after,
.foot-slimming .m-kinds .operation .link::after,
.knee-around .m-kinds .operation .link::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 100%;
  background: url(../img/arrow/arrow17.png) right center no-repeat;
}
.cheek-thinning .m-kinds .operation .link a,
.forehead-depression .m-kinds .operation .link a,
.chin-double .m-kinds .operation .link a,
.forehead-wrinkles .m-kinds .operation .link a,
.neck-sagging .m-kinds .operation .link a,
.eye-darkcircle .m-kinds .operation .link a,
.crowsfeet .m-kinds .operation .link a,
.cellulite .m-kinds .operation .link a,
.armpit .m-kinds .operation .link a,
.foot-slimming .m-kinds .operation .link a,
.knee-around .m-kinds .operation .link a {
  position: relative;
  cursor: pointer;
  font-size: 1.4em;
  color: #7f7875;
}

.cheek-thinning .m-contents.m-genre > .title,
.forehead-depression .m-contents.m-genre > .title,
.chin-double .m-contents.m-genre > .title,
.forehead-wrinkles .m-contents.m-genre > .title,
.neck-sagging .m-contents.m-genre > .title,
.eye-darkcircle .m-contents.m-genre > .title,
.crowsfeet .m-contents.m-genre > .title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
  width: 704px;
  height: 77px;
  background: url(../img/contents_operation_contents_title_bg.png) left top no-repeat;
  text-shadow: 0 0 8px #250708;
  line-height: 1.2857142857;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.8em;
  color: #fff;
  box-sizing: border-box;
  margin: 0 0 40px;
  padding-bottom: 0;
  padding-left: 0;
  border: 0;
}
.cheek-thinning .m-contents.m-genre > .title .inner-text,
.forehead-depression .m-contents.m-genre > .title .inner-text,
.chin-double .m-contents.m-genre > .title .inner-text,
.forehead-wrinkles .m-contents.m-genre > .title .inner-text,
.neck-sagging .m-contents.m-genre > .title .inner-text,
.eye-darkcircle .m-contents.m-genre > .title .inner-text,
.crowsfeet .m-contents.m-genre > .title .inner-text {
  display: block;
  line-height: 1;
  font-size: 0.6071428571em;
}

.forehead-depression .m-faq-list,
.chin-double .m-faq-list,
.forehead-wrinkles .m-faq-list,
.neck-sagging .m-faq-list,
.eye-darkcircle .m-faq-list,
.crowsfeet .m-faq-list,
.cellulite .m-faq-list,
.armpit .m-faq-list,
.foot-slimming .m-faq-list,
.knee-around .m-faq-list,
.cheek-thinning .m-faq-list {
  margin-bottom: 30px;
  border-top: 1px solid #e5dfdb;
}
.forehead-depression .m-faq-item,
.chin-double .m-faq-item,
.forehead-wrinkles .m-faq-item,
.neck-sagging .m-faq-item,
.eye-darkcircle .m-faq-item,
.crowsfeet .m-faq-item,
.cellulite .m-faq-item,
.armpit .m-faq-item,
.foot-slimming .m-faq-item,
.knee-around .m-faq-item,
.cheek-thinning .m-faq-item {
  border-bottom: 1px solid #e5dfdb;
}
.forehead-depression .m-faq-item:nth-child(odd),
.chin-double .m-faq-item:nth-child(odd),
.forehead-wrinkles .m-faq-item:nth-child(odd),
.neck-sagging .m-faq-item:nth-child(odd),
.eye-darkcircle .m-faq-item:nth-child(odd),
.crowsfeet .m-faq-item:nth-child(odd),
.cellulite .m-faq-item:nth-child(odd),
.armpit .m-faq-item:nth-child(odd),
.foot-slimming .m-faq-item:nth-child(odd),
.knee-around .m-faq-item:nth-child(odd),
.cheek-thinning .m-faq-item:nth-child(odd) {
  background: #f5f2f0;
}
.forehead-depression .m-faq-item .item-inner > *,
.chin-double .m-faq-item .item-inner > *,
.forehead-wrinkles .m-faq-item .item-inner > *,
.neck-sagging .m-faq-item .item-inner > *,
.eye-darkcircle .m-faq-item .item-inner > *,
.crowsfeet .m-faq-item .item-inner > *,
.cellulite .m-faq-item .item-inner > *,
.armpit .m-faq-item .item-inner > *,
.foot-slimming .m-faq-item .item-inner > *,
.knee-around .m-faq-item .item-inner > *,
.cheek-thinning .m-faq-item .item-inner > * {
  padding: 20px 15px 20px 60px;
}
.forehead-depression .m-faq-item .question,
.chin-double .m-faq-item .question,
.forehead-wrinkles .m-faq-item .question,
.neck-sagging .m-faq-item .question,
.eye-darkcircle .m-faq-item .question,
.crowsfeet .m-faq-item .question,
.cellulite .m-faq-item .question,
.armpit .m-faq-item .question,
.foot-slimming .m-faq-item .question,
.knee-around .m-faq-item .question,
.cheek-thinning .m-faq-item .question {
  display: table-cell;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 36px;
  background: url(../img/troubles_faq_question_bg.png) 15px 20px no-repeat;
  background-position: 15px 10px;
  vertical-align: middle;
  line-height: 1.625;
  font-size: 1.5em;
  color: #6d9dd0;
}
.forehead-depression .m-faq-item .question::before, .forehead-depression .m-faq-item .question::after,
.chin-double .m-faq-item .question::before,
.chin-double .m-faq-item .question::after,
.forehead-wrinkles .m-faq-item .question::before,
.forehead-wrinkles .m-faq-item .question::after,
.neck-sagging .m-faq-item .question::before,
.neck-sagging .m-faq-item .question::after,
.eye-darkcircle .m-faq-item .question::before,
.eye-darkcircle .m-faq-item .question::after,
.crowsfeet .m-faq-item .question::before,
.crowsfeet .m-faq-item .question::after,
.cellulite .m-faq-item .question::before,
.cellulite .m-faq-item .question::after,
.armpit .m-faq-item .question::before,
.armpit .m-faq-item .question::after,
.foot-slimming .m-faq-item .question::before,
.foot-slimming .m-faq-item .question::after,
.knee-around .m-faq-item .question::before,
.knee-around .m-faq-item .question::after,
.cheek-thinning .m-faq-item .question::before,
.cheek-thinning .m-faq-item .question::after {
  content: '';
  display: block;
}
.forehead-depression .m-faq-item .question::before,
.chin-double .m-faq-item .question::before,
.forehead-wrinkles .m-faq-item .question::before,
.neck-sagging .m-faq-item .question::before,
.eye-darkcircle .m-faq-item .question::before,
.crowsfeet .m-faq-item .question::before,
.cellulite .m-faq-item .question::before,
.armpit .m-faq-item .question::before,
.foot-slimming .m-faq-item .question::before,
.knee-around .m-faq-item .question::before,
.cheek-thinning .m-faq-item .question::before {
  margin-top: -5px;
}
.forehead-depression .m-faq-item .question::after,
.chin-double .m-faq-item .question::after,
.forehead-wrinkles .m-faq-item .question::after,
.neck-sagging .m-faq-item .question::after,
.eye-darkcircle .m-faq-item .question::after,
.crowsfeet .m-faq-item .question::after,
.cellulite .m-faq-item .question::after,
.armpit .m-faq-item .question::after,
.foot-slimming .m-faq-item .question::after,
.knee-around .m-faq-item .question::after,
.cheek-thinning .m-faq-item .question::after {
  margin-bottom: -5px;
}
.forehead-depression .m-faq-item .answer,
.chin-double .m-faq-item .answer,
.forehead-wrinkles .m-faq-item .answer,
.neck-sagging .m-faq-item .answer,
.eye-darkcircle .m-faq-item .answer,
.crowsfeet .m-faq-item .answer,
.cellulite .m-faq-item .answer,
.armpit .m-faq-item .answer,
.foot-slimming .m-faq-item .answer,
.knee-around .m-faq-item .answer,
.cheek-thinning .m-faq-item .answer {
  *zoom: 1;
  border-top: 1px dotted #c7bcb5;
  background: url(../img/troubles_faq_answer_bg_ohashi.png) 15px 20px no-repeat;
}
.forehead-depression .m-faq-item .answer::after,
.chin-double .m-faq-item .answer::after,
.forehead-wrinkles .m-faq-item .answer::after,
.neck-sagging .m-faq-item .answer::after,
.eye-darkcircle .m-faq-item .answer::after,
.crowsfeet .m-faq-item .answer::after,
.cellulite .m-faq-item .answer::after,
.armpit .m-faq-item .answer::after,
.foot-slimming .m-faq-item .answer::after,
.knee-around .m-faq-item .answer::after,
.cheek-thinning .m-faq-item .answer::after {
  content: '';
  display: table;
  clear: both;
}
.forehead-depression .m-faq-item .answer .text,
.forehead-depression .m-faq-item .answer .list-item,
.chin-double .m-faq-item .answer .text,
.chin-double .m-faq-item .answer .list-item,
.forehead-wrinkles .m-faq-item .answer .text,
.forehead-wrinkles .m-faq-item .answer .list-item,
.neck-sagging .m-faq-item .answer .text,
.neck-sagging .m-faq-item .answer .list-item,
.eye-darkcircle .m-faq-item .answer .text,
.eye-darkcircle .m-faq-item .answer .list-item,
.crowsfeet .m-faq-item .answer .text,
.crowsfeet .m-faq-item .answer .list-item,
.cellulite .m-faq-item .answer .text,
.cellulite .m-faq-item .answer .list-item,
.armpit .m-faq-item .answer .text,
.armpit .m-faq-item .answer .list-item,
.foot-slimming .m-faq-item .answer .text,
.foot-slimming .m-faq-item .answer .list-item,
.knee-around .m-faq-item .answer .text,
.knee-around .m-faq-item .answer .list-item,
.cheek-thinning .m-faq-item .answer .text,
.cheek-thinning .m-faq-item .answer .list-item {
  line-height: 1.7;
  font-size: 1.4em;
}
.forehead-depression .m-faq-item .answer .text,
.chin-double .m-faq-item .answer .text,
.forehead-wrinkles .m-faq-item .answer .text,
.neck-sagging .m-faq-item .answer .text,
.eye-darkcircle .m-faq-item .answer .text,
.crowsfeet .m-faq-item .answer .text,
.cellulite .m-faq-item .answer .text,
.armpit .m-faq-item .answer .text,
.foot-slimming .m-faq-item .answer .text,
.knee-around .m-faq-item .answer .text,
.cheek-thinning .m-faq-item .answer .text {
  float: left;
  width: 494px;
}
.forehead-depression .m-faq-item .answer .text::before,
.chin-double .m-faq-item .answer .text::before,
.forehead-wrinkles .m-faq-item .answer .text::before,
.neck-sagging .m-faq-item .answer .text::before,
.eye-darkcircle .m-faq-item .answer .text::before,
.crowsfeet .m-faq-item .answer .text::before,
.cellulite .m-faq-item .answer .text::before,
.armpit .m-faq-item .answer .text::before,
.foot-slimming .m-faq-item .answer .text::before,
.knee-around .m-faq-item .answer .text::before,
.cheek-thinning .m-faq-item .answer .text::before {
  margin-top: -5px;
}
.forehead-depression .m-faq-item .answer .text::after,
.chin-double .m-faq-item .answer .text::after,
.forehead-wrinkles .m-faq-item .answer .text::after,
.neck-sagging .m-faq-item .answer .text::after,
.eye-darkcircle .m-faq-item .answer .text::after,
.crowsfeet .m-faq-item .answer .text::after,
.cellulite .m-faq-item .answer .text::after,
.armpit .m-faq-item .answer .text::after,
.foot-slimming .m-faq-item .answer .text::after,
.knee-around .m-faq-item .answer .text::after,
.cheek-thinning .m-faq-item .answer .text::after {
  margin-bottom: -5px;
}
.forehead-depression .m-faq-item .answer .text a,
.chin-double .m-faq-item .answer .text a,
.forehead-wrinkles .m-faq-item .answer .text a,
.neck-sagging .m-faq-item .answer .text a,
.eye-darkcircle .m-faq-item .answer .text a,
.crowsfeet .m-faq-item .answer .text a,
.cellulite .m-faq-item .answer .text a,
.armpit .m-faq-item .answer .text a,
.foot-slimming .m-faq-item .answer .text a,
.knee-around .m-faq-item .answer .text a,
.cheek-thinning .m-faq-item .answer .text a {
  text-decoration: underline;
}
.forehead-depression .m-faq-item .answer .text:last-child:last-of-type,
.chin-double .m-faq-item .answer .text:last-child:last-of-type,
.forehead-wrinkles .m-faq-item .answer .text:last-child:last-of-type,
.neck-sagging .m-faq-item .answer .text:last-child:last-of-type,
.eye-darkcircle .m-faq-item .answer .text:last-child:last-of-type,
.crowsfeet .m-faq-item .answer .text:last-child:last-of-type,
.cellulite .m-faq-item .answer .text:last-child:last-of-type,
.armpit .m-faq-item .answer .text:last-child:last-of-type,
.foot-slimming .m-faq-item .answer .text:last-child:last-of-type,
.knee-around .m-faq-item .answer .text:last-child:last-of-type,
.cheek-thinning .m-faq-item .answer .text:last-child:last-of-type {
  width: 100%;
}
.forehead-depression .m-faq-item .answer .pic,
.chin-double .m-faq-item .answer .pic,
.forehead-wrinkles .m-faq-item .answer .pic,
.neck-sagging .m-faq-item .answer .pic,
.eye-darkcircle .m-faq-item .answer .pic,
.crowsfeet .m-faq-item .answer .pic,
.cellulite .m-faq-item .answer .pic,
.armpit .m-faq-item .answer .pic,
.foot-slimming .m-faq-item .answer .pic,
.knee-around .m-faq-item .answer .pic,
.cheek-thinning .m-faq-item .answer .pic {
  overflow: hidden;
  text-align: right;
}

.cheek-thinning .p-committed .section1 .pic,
.forehead-wrinkles .p-committed .section1 .pic,
.neck-sagging .p-committed .section1 .pic,
.eye-darkcircle .p-committed .section2 .pic,
.crowsfeet .p-committed .section1 .pic,
.cellulite .p-committed .section1 .pic,
.armpit .p-committed .section1 .pic,
.foot-slimming .p-committed .section1 .pic,
.knee-around .p-committed .section1 .pic {
  width: 336px;
}
.cheek-thinning .p-committed .section1 .pic-item,
.forehead-wrinkles .p-committed .section1 .pic-item,
.neck-sagging .p-committed .section1 .pic-item,
.eye-darkcircle .p-committed .section2 .pic-item,
.crowsfeet .p-committed .section1 .pic-item,
.cellulite .p-committed .section1 .pic-item,
.armpit .p-committed .section1 .pic-item,
.foot-slimming .p-committed .section1 .pic-item,
.knee-around .p-committed .section1 .pic-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 4px;
  height: 103px;
  color: #7f7875;
}
.cheek-thinning .p-committed .section1 .pic-item-img,
.forehead-wrinkles .p-committed .section1 .pic-item-img,
.neck-sagging .p-committed .section1 .pic-item-img,
.eye-darkcircle .p-committed .section2 .pic-item-img,
.crowsfeet .p-committed .section1 .pic-item-img,
.cellulite .p-committed .section1 .pic-item-img,
.armpit .p-committed .section1 .pic-item-img,
.foot-slimming .p-committed .section1 .pic-item-img,
.knee-around .p-committed .section1 .pic-item-img {
  order: 1;
  margin-right: 10px;
}
.cheek-thinning .p-committed .section1 .pic-item-title,
.forehead-wrinkles .p-committed .section1 .pic-item-title,
.neck-sagging .p-committed .section1 .pic-item-title,
.eye-darkcircle .p-committed .section2 .pic-item-title,
.crowsfeet .p-committed .section1 .pic-item-title,
.cellulite .p-committed .section1 .pic-item-title,
.armpit .p-committed .section1 .pic-item-title,
.foot-slimming .p-committed .section1 .pic-item-title,
.knee-around .p-committed .section1 .pic-item-title {
  order: 2;
  margin-top: 10px;
  margin-bottom: 6px;
  font-size: 1.4em;
  font-weight: bold;
}
.cheek-thinning .p-committed .section1 .pic-item-text,
.forehead-wrinkles .p-committed .section1 .pic-item-text,
.neck-sagging .p-committed .section1 .pic-item-text,
.eye-darkcircle .p-committed .section2 .pic-item-text,
.crowsfeet .p-committed .section1 .pic-item-text,
.cellulite .p-committed .section1 .pic-item-text,
.armpit .p-committed .section1 .pic-item-text,
.foot-slimming .p-committed .section1 .pic-item-text,
.knee-around .p-committed .section1 .pic-item-text {
  order: 3;
  width: 230px;
  line-height: 1.4;
  color: #6e6e6e;
}

.cheek-thinning #related.p-related > .text,
.forehead-depression #related.p-related > .text,
.chin-double #related.p-related > .text,
.forehead-wrinkles #related.p-related > .text,
.neck-sagging #related.p-related > .text,
.eye-darkcircle #related.p-related > .text,
.eyes-sagging #related.p-related > .text,
.eyes-wrinkles #related.p-related > .text,
.cheek-sagging #related.p-related > .text,
.crowsfeet #related.p-related > .text,
.cellulite #related.p-related > .text,
.armpit #related.p-related > .text,
.foot-slimming #related.p-related > .text,
.knee-around #related.p-related > .text,
.acne-scar-depression #related.p-related > .text,
.traumatic-scars #related.p-related > .text {
  margin-bottom: 25px;
}
.cheek-thinning #related.p-related table,
.forehead-depression #related.p-related table,
.chin-double #related.p-related table,
.forehead-wrinkles #related.p-related table,
.neck-sagging #related.p-related table,
.eye-darkcircle #related.p-related table,
.eyes-sagging #related.p-related table,
.eyes-wrinkles #related.p-related table,
.cheek-sagging #related.p-related table,
.crowsfeet #related.p-related table,
.cellulite #related.p-related table,
.armpit #related.p-related table,
.foot-slimming #related.p-related table,
.knee-around #related.p-related table,
.acne-scar-depression #related.p-related table,
.traumatic-scars #related.p-related table {
  margin-bottom: 20px;
}
.cheek-thinning #related.p-related thead th,
.forehead-depression #related.p-related thead th,
.chin-double #related.p-related thead th,
.forehead-wrinkles #related.p-related thead th,
.neck-sagging #related.p-related thead th,
.eye-darkcircle #related.p-related thead th,
.eyes-sagging #related.p-related thead th,
.eyes-wrinkles #related.p-related thead th,
.cheek-sagging #related.p-related thead th,
.crowsfeet #related.p-related thead th,
.cellulite #related.p-related thead th,
.armpit #related.p-related thead th,
.foot-slimming #related.p-related thead th,
.knee-around #related.p-related thead th,
.acne-scar-depression #related.p-related thead th,
.traumatic-scars #related.p-related thead th {
  width: 131px;
}
.cheek-thinning #related.p-related tbody th,
.forehead-depression #related.p-related tbody th,
.chin-double #related.p-related tbody th,
.forehead-wrinkles #related.p-related tbody th,
.neck-sagging #related.p-related tbody th,
.eye-darkcircle #related.p-related tbody th,
.eyes-sagging #related.p-related tbody th,
.eyes-wrinkles #related.p-related tbody th,
.cheek-sagging #related.p-related tbody th,
.crowsfeet #related.p-related tbody th,
.cellulite #related.p-related tbody th,
.armpit #related.p-related tbody th,
.foot-slimming #related.p-related tbody th,
.knee-around #related.p-related tbody th,
.acne-scar-depression #related.p-related tbody th,
.traumatic-scars #related.p-related tbody th {
  width: 158px;
}
.cheek-thinning #related.p-related tbody td,
.forehead-depression #related.p-related tbody td,
.chin-double #related.p-related tbody td,
.forehead-wrinkles #related.p-related tbody td,
.neck-sagging #related.p-related tbody td,
.eye-darkcircle #related.p-related tbody td,
.eyes-sagging #related.p-related tbody td,
.eyes-wrinkles #related.p-related tbody td,
.cheek-sagging #related.p-related tbody td,
.crowsfeet #related.p-related tbody td,
.cellulite #related.p-related tbody td,
.armpit #related.p-related tbody td,
.foot-slimming #related.p-related tbody td,
.knee-around #related.p-related tbody td,
.acne-scar-depression #related.p-related tbody td,
.traumatic-scars #related.p-related tbody td {
  padding: 8px;
  text-align: center;
  line-height: 1.5;
}
.cheek-thinning #related.p-related tbody td > ul li,
.forehead-depression #related.p-related tbody td > ul li,
.chin-double #related.p-related tbody td > ul li,
.forehead-wrinkles #related.p-related tbody td > ul li,
.neck-sagging #related.p-related tbody td > ul li,
.eye-darkcircle #related.p-related tbody td > ul li,
.eyes-sagging #related.p-related tbody td > ul li,
.eyes-wrinkles #related.p-related tbody td > ul li,
.cheek-sagging #related.p-related tbody td > ul li,
.crowsfeet #related.p-related tbody td > ul li,
.cellulite #related.p-related tbody td > ul li,
.armpit #related.p-related tbody td > ul li,
.foot-slimming #related.p-related tbody td > ul li,
.knee-around #related.p-related tbody td > ul li,
.acne-scar-depression #related.p-related tbody td > ul li,
.traumatic-scars #related.p-related tbody td > ul li {
  position: relative;
  padding-left: 1em;
  text-align: left;
  line-height: 1.2;
}
.cheek-thinning #related.p-related tbody td > ul li + li,
.forehead-depression #related.p-related tbody td > ul li + li,
.chin-double #related.p-related tbody td > ul li + li,
.forehead-wrinkles #related.p-related tbody td > ul li + li,
.neck-sagging #related.p-related tbody td > ul li + li,
.eye-darkcircle #related.p-related tbody td > ul li + li,
.eyes-sagging #related.p-related tbody td > ul li + li,
.eyes-wrinkles #related.p-related tbody td > ul li + li,
.cheek-sagging #related.p-related tbody td > ul li + li,
.crowsfeet #related.p-related tbody td > ul li + li,
.cellulite #related.p-related tbody td > ul li + li,
.armpit #related.p-related tbody td > ul li + li,
.foot-slimming #related.p-related tbody td > ul li + li,
.knee-around #related.p-related tbody td > ul li + li,
.acne-scar-depression #related.p-related tbody td > ul li + li,
.traumatic-scars #related.p-related tbody td > ul li + li {
  margin-top: .75em;
}
.cheek-thinning #related.p-related tbody td > ul li::before,
.forehead-depression #related.p-related tbody td > ul li::before,
.chin-double #related.p-related tbody td > ul li::before,
.forehead-wrinkles #related.p-related tbody td > ul li::before,
.neck-sagging #related.p-related tbody td > ul li::before,
.eye-darkcircle #related.p-related tbody td > ul li::before,
.eyes-sagging #related.p-related tbody td > ul li::before,
.eyes-wrinkles #related.p-related tbody td > ul li::before,
.cheek-sagging #related.p-related tbody td > ul li::before,
.crowsfeet #related.p-related tbody td > ul li::before,
.cellulite #related.p-related tbody td > ul li::before,
.armpit #related.p-related tbody td > ul li::before,
.foot-slimming #related.p-related tbody td > ul li::before,
.knee-around #related.p-related tbody td > ul li::before,
.acne-scar-depression #related.p-related tbody td > ul li::before,
.traumatic-scars #related.p-related tbody td > ul li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}
.cheek-thinning #related.p-related .recommend,
.forehead-depression #related.p-related .recommend,
.chin-double #related.p-related .recommend,
.forehead-wrinkles #related.p-related .recommend,
.neck-sagging #related.p-related .recommend,
.eye-darkcircle #related.p-related .recommend,
.eyes-sagging #related.p-related .recommend,
.eyes-wrinkles #related.p-related .recommend,
.cheek-sagging #related.p-related .recommend,
.crowsfeet #related.p-related .recommend,
.cellulite #related.p-related .recommend,
.armpit #related.p-related .recommend,
.foot-slimming #related.p-related .recommend,
.knee-around #related.p-related .recommend,
.acne-scar-depression #related.p-related .recommend,
.traumatic-scars #related.p-related .recommend {
  margin-bottom: 10px;
}
.cheek-thinning #related.p-related .recommend .wrapper,
.forehead-depression #related.p-related .recommend .wrapper,
.chin-double #related.p-related .recommend .wrapper,
.forehead-wrinkles #related.p-related .recommend .wrapper,
.neck-sagging #related.p-related .recommend .wrapper,
.eye-darkcircle #related.p-related .recommend .wrapper,
.eyes-sagging #related.p-related .recommend .wrapper,
.eyes-wrinkles #related.p-related .recommend .wrapper,
.cheek-sagging #related.p-related .recommend .wrapper,
.crowsfeet #related.p-related .recommend .wrapper,
.cellulite #related.p-related .recommend .wrapper,
.armpit #related.p-related .recommend .wrapper,
.foot-slimming #related.p-related .recommend .wrapper,
.knee-around #related.p-related .recommend .wrapper,
.acne-scar-depression #related.p-related .recommend .wrapper,
.traumatic-scars #related.p-related .recommend .wrapper {
  position: relative;
  margin: 2px;
  padding: 13px 20px 33px;
  min-height: 72px;
  background: #f2efed;
}
.cheek-thinning #related.p-related .recommend .subtitle,
.cheek-thinning #related.p-related .recommend p,
.forehead-depression #related.p-related .recommend .subtitle,
.forehead-depression #related.p-related .recommend p,
.chin-double #related.p-related .recommend .subtitle,
.chin-double #related.p-related .recommend p,
.forehead-wrinkles #related.p-related .recommend .subtitle,
.forehead-wrinkles #related.p-related .recommend p,
.neck-sagging #related.p-related .recommend .subtitle,
.neck-sagging #related.p-related .recommend p,
.eye-darkcircle #related.p-related .recommend .subtitle,
.eye-darkcircle #related.p-related .recommend p,
.eyes-sagging #related.p-related .recommend .subtitle,
.eyes-sagging #related.p-related .recommend p,
.eyes-wrinkles #related.p-related .recommend .subtitle,
.eyes-wrinkles #related.p-related .recommend p,
.cheek-sagging #related.p-related .recommend .subtitle,
.cheek-sagging #related.p-related .recommend p,
.crowsfeet #related.p-related .recommend .subtitle,
.crowsfeet #related.p-related .recommend p,
.cellulite #related.p-related .recommend .subtitle,
.cellulite #related.p-related .recommend p,
.armpit #related.p-related .recommend .subtitle,
.armpit #related.p-related .recommend p,
.foot-slimming #related.p-related .recommend .subtitle,
.foot-slimming #related.p-related .recommend p,
.knee-around #related.p-related .recommend .subtitle,
.knee-around #related.p-related .recommend p,
.acne-scar-depression #related.p-related .recommend .subtitle,
.acne-scar-depression #related.p-related .recommend p,
.traumatic-scars #related.p-related .recommend .subtitle,
.traumatic-scars #related.p-related .recommend p {
  margin-left: 92px;
}
.cheek-thinning #related.p-related .recommend .subtitle,
.forehead-depression #related.p-related .recommend .subtitle,
.chin-double #related.p-related .recommend .subtitle,
.forehead-wrinkles #related.p-related .recommend .subtitle,
.neck-sagging #related.p-related .recommend .subtitle,
.eye-darkcircle #related.p-related .recommend .subtitle,
.eyes-sagging #related.p-related .recommend .subtitle,
.eyes-wrinkles #related.p-related .recommend .subtitle,
.cheek-sagging #related.p-related .recommend .subtitle,
.crowsfeet #related.p-related .recommend .subtitle,
.cellulite #related.p-related .recommend .subtitle,
.armpit #related.p-related .recommend .subtitle,
.foot-slimming #related.p-related .recommend .subtitle,
.knee-around #related.p-related .recommend .subtitle,
.acne-scar-depression #related.p-related .recommend .subtitle,
.traumatic-scars #related.p-related .recommend .subtitle {
  margin-bottom: 8px;
  padding-top: 6px;
  line-height: 1;
  font-size: 1.4em;
  color: #ec7c78;
}
.cheek-thinning #related.p-related .recommend p,
.forehead-depression #related.p-related .recommend p,
.chin-double #related.p-related .recommend p,
.forehead-wrinkles #related.p-related .recommend p,
.neck-sagging #related.p-related .recommend p,
.eye-darkcircle #related.p-related .recommend p,
.eyes-sagging #related.p-related .recommend p,
.eyes-wrinkles #related.p-related .recommend p,
.cheek-sagging #related.p-related .recommend p,
.crowsfeet #related.p-related .recommend p,
.cellulite #related.p-related .recommend p,
.armpit #related.p-related .recommend p,
.foot-slimming #related.p-related .recommend p,
.knee-around #related.p-related .recommend p,
.acne-scar-depression #related.p-related .recommend p,
.traumatic-scars #related.p-related .recommend p {
  margin-bottom: 9px;
  line-height: 1.8333333333;
  font-size: 1.2em;
  color: #7f7875;
}
.cheek-thinning #related.p-related .recommend .pic,
.forehead-depression #related.p-related .recommend .pic,
.chin-double #related.p-related .recommend .pic,
.forehead-wrinkles #related.p-related .recommend .pic,
.neck-sagging #related.p-related .recommend .pic,
.eye-darkcircle #related.p-related .recommend .pic,
.eyes-sagging #related.p-related .recommend .pic,
.eyes-wrinkles #related.p-related .recommend .pic,
.cheek-sagging #related.p-related .recommend .pic,
.crowsfeet #related.p-related .recommend .pic,
.cellulite #related.p-related .recommend .pic,
.armpit #related.p-related .recommend .pic,
.foot-slimming #related.p-related .recommend .pic,
.knee-around #related.p-related .recommend .pic,
.acne-scar-depression #related.p-related .recommend .pic,
.traumatic-scars #related.p-related .recommend .pic {
  position: absolute;
  top: 18px;
  left: 20px;
  margin: 0;
}
.cheek-thinning #related.p-related .recommend .pic img,
.forehead-depression #related.p-related .recommend .pic img,
.chin-double #related.p-related .recommend .pic img,
.forehead-wrinkles #related.p-related .recommend .pic img,
.neck-sagging #related.p-related .recommend .pic img,
.eye-darkcircle #related.p-related .recommend .pic img,
.eyes-sagging #related.p-related .recommend .pic img,
.eyes-wrinkles #related.p-related .recommend .pic img,
.cheek-sagging #related.p-related .recommend .pic img,
.crowsfeet #related.p-related .recommend .pic img,
.cellulite #related.p-related .recommend .pic img,
.armpit #related.p-related .recommend .pic img,
.foot-slimming #related.p-related .recommend .pic img,
.knee-around #related.p-related .recommend .pic img,
.acne-scar-depression #related.p-related .recommend .pic img,
.traumatic-scars #related.p-related .recommend .pic img {
  border: 1px solid #baafa6;
}
.cheek-thinning #related.p-related .recommend section,
.forehead-depression #related.p-related .recommend section,
.chin-double #related.p-related .recommend section,
.forehead-wrinkles #related.p-related .recommend section,
.neck-sagging #related.p-related .recommend section,
.eye-darkcircle #related.p-related .recommend section,
.eyes-sagging #related.p-related .recommend section,
.eyes-wrinkles #related.p-related .recommend section,
.cheek-sagging #related.p-related .recommend section,
.crowsfeet #related.p-related .recommend section,
.cellulite #related.p-related .recommend section,
.armpit #related.p-related .recommend section,
.foot-slimming #related.p-related .recommend section,
.knee-around #related.p-related .recommend section,
.acne-scar-depression #related.p-related .recommend section,
.traumatic-scars #related.p-related .recommend section {
  border: 1px solid #baafa6;
}
.cheek-thinning #related.p-related .recommend section .title,
.forehead-depression #related.p-related .recommend section .title,
.chin-double #related.p-related .recommend section .title,
.forehead-wrinkles #related.p-related .recommend section .title,
.neck-sagging #related.p-related .recommend section .title,
.eye-darkcircle #related.p-related .recommend section .title,
.eyes-sagging #related.p-related .recommend section .title,
.eyes-wrinkles #related.p-related .recommend section .title,
.cheek-sagging #related.p-related .recommend section .title,
.crowsfeet #related.p-related .recommend section .title,
.cellulite #related.p-related .recommend section .title,
.armpit #related.p-related .recommend section .title,
.foot-slimming #related.p-related .recommend section .title,
.knee-around #related.p-related .recommend section .title,
.acne-scar-depression #related.p-related .recommend section .title,
.traumatic-scars #related.p-related .recommend section .title {
  margin: 0;
  padding: 1px;
  height: auto;
  border: 0;
  border-bottom: 1px solid #baafa6;
  background: none;
  line-height: 1;
}
.cheek-thinning #related.p-related .recommend section footer,
.forehead-depression #related.p-related .recommend section footer,
.chin-double #related.p-related .recommend section footer,
.forehead-wrinkles #related.p-related .recommend section footer,
.neck-sagging #related.p-related .recommend section footer,
.eye-darkcircle #related.p-related .recommend section footer,
.eyes-sagging #related.p-related .recommend section footer,
.eyes-wrinkles #related.p-related .recommend section footer,
.cheek-sagging #related.p-related .recommend section footer,
.crowsfeet #related.p-related .recommend section footer,
.cellulite #related.p-related .recommend section footer,
.armpit #related.p-related .recommend section footer,
.foot-slimming #related.p-related .recommend section footer,
.knee-around #related.p-related .recommend section footer,
.acne-scar-depression #related.p-related .recommend section footer,
.traumatic-scars #related.p-related .recommend section footer {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px dotted #baafa6;
}
.cheek-thinning #related.p-related .recommend section footer .link,
.forehead-depression #related.p-related .recommend section footer .link,
.chin-double #related.p-related .recommend section footer .link,
.forehead-wrinkles #related.p-related .recommend section footer .link,
.neck-sagging #related.p-related .recommend section footer .link,
.eye-darkcircle #related.p-related .recommend section footer .link,
.eyes-sagging #related.p-related .recommend section footer .link,
.eyes-wrinkles #related.p-related .recommend section footer .link,
.cheek-sagging #related.p-related .recommend section footer .link,
.crowsfeet #related.p-related .recommend section footer .link,
.cellulite #related.p-related .recommend section footer .link,
.armpit #related.p-related .recommend section footer .link,
.foot-slimming #related.p-related .recommend section footer .link,
.knee-around #related.p-related .recommend section footer .link,
.acne-scar-depression #related.p-related .recommend section footer .link,
.traumatic-scars #related.p-related .recommend section footer .link {
  margin: 0;
  padding: 10px 20px 10px 0;
  text-align: right;
  line-height: 1;
}
.cheek-thinning #related.p-related .recommend section footer .link a,
.forehead-depression #related.p-related .recommend section footer .link a,
.chin-double #related.p-related .recommend section footer .link a,
.forehead-wrinkles #related.p-related .recommend section footer .link a,
.neck-sagging #related.p-related .recommend section footer .link a,
.eye-darkcircle #related.p-related .recommend section footer .link a,
.eyes-sagging #related.p-related .recommend section footer .link a,
.eyes-wrinkles #related.p-related .recommend section footer .link a,
.cheek-sagging #related.p-related .recommend section footer .link a,
.crowsfeet #related.p-related .recommend section footer .link a,
.cellulite #related.p-related .recommend section footer .link a,
.armpit #related.p-related .recommend section footer .link a,
.foot-slimming #related.p-related .recommend section footer .link a,
.knee-around #related.p-related .recommend section footer .link a,
.acne-scar-depression #related.p-related .recommend section footer .link a,
.traumatic-scars #related.p-related .recommend section footer .link a {
  padding-left: 18px;
  background: url(../img/arrow/arrow2.png) left top no-repeat;
  text-decoration: none;
}
.cheek-thinning #related.p-related .recommend section footer .link a:hover,
.forehead-depression #related.p-related .recommend section footer .link a:hover,
.chin-double #related.p-related .recommend section footer .link a:hover,
.forehead-wrinkles #related.p-related .recommend section footer .link a:hover,
.neck-sagging #related.p-related .recommend section footer .link a:hover,
.eye-darkcircle #related.p-related .recommend section footer .link a:hover,
.eyes-sagging #related.p-related .recommend section footer .link a:hover,
.eyes-wrinkles #related.p-related .recommend section footer .link a:hover,
.cheek-sagging #related.p-related .recommend section footer .link a:hover,
.crowsfeet #related.p-related .recommend section footer .link a:hover,
.cellulite #related.p-related .recommend section footer .link a:hover,
.armpit #related.p-related .recommend section footer .link a:hover,
.foot-slimming #related.p-related .recommend section footer .link a:hover,
.knee-around #related.p-related .recommend section footer .link a:hover,
.acne-scar-depression #related.p-related .recommend section footer .link a:hover,
.traumatic-scars #related.p-related .recommend section footer .link a:hover {
  background-image: url(../img/arrow/arrow2_h.png);
}
.cheek-thinning #related.p-related .recommend .wrapper,
.forehead-depression #related.p-related .recommend .wrapper,
.chin-double #related.p-related .recommend .wrapper,
.forehead-wrinkles #related.p-related .recommend .wrapper,
.neck-sagging #related.p-related .recommend .wrapper,
.eye-darkcircle #related.p-related .recommend .wrapper,
.eyes-sagging #related.p-related .recommend .wrapper,
.eyes-wrinkles #related.p-related .recommend .wrapper,
.cheek-sagging #related.p-related .recommend .wrapper,
.crowsfeet #related.p-related .recommend .wrapper,
.cellulite #related.p-related .recommend .wrapper,
.armpit #related.p-related .recommend .wrapper,
.foot-slimming #related.p-related .recommend .wrapper,
.knee-around #related.p-related .recommend .wrapper,
.acne-scar-depression #related.p-related .recommend .wrapper,
.traumatic-scars #related.p-related .recommend .wrapper {
  position: relative;
  padding-right: 0;
  padding-left: 0;
  min-height: 135px;
}
.cheek-thinning #related.p-related .recommend .subtitle,
.cheek-thinning #related.p-related .recommend p,
.forehead-depression #related.p-related .recommend .subtitle,
.forehead-depression #related.p-related .recommend p,
.chin-double #related.p-related .recommend .subtitle,
.chin-double #related.p-related .recommend p,
.forehead-wrinkles #related.p-related .recommend .subtitle,
.forehead-wrinkles #related.p-related .recommend p,
.neck-sagging #related.p-related .recommend .subtitle,
.neck-sagging #related.p-related .recommend p,
.eye-darkcircle #related.p-related .recommend .subtitle,
.eye-darkcircle #related.p-related .recommend p,
.eyes-sagging #related.p-related .recommend .subtitle,
.eyes-sagging #related.p-related .recommend p,
.eyes-wrinkles #related.p-related .recommend .subtitle,
.eyes-wrinkles #related.p-related .recommend p,
.cheek-sagging #related.p-related .recommend .subtitle,
.cheek-sagging #related.p-related .recommend p,
.crowsfeet #related.p-related .recommend .subtitle,
.crowsfeet #related.p-related .recommend p,
.cellulite #related.p-related .recommend .subtitle,
.cellulite #related.p-related .recommend p,
.armpit #related.p-related .recommend .subtitle,
.armpit #related.p-related .recommend p,
.foot-slimming #related.p-related .recommend .subtitle,
.foot-slimming #related.p-related .recommend p,
.knee-around #related.p-related .recommend .subtitle,
.knee-around #related.p-related .recommend p,
.acne-scar-depression #related.p-related .recommend .subtitle,
.acne-scar-depression #related.p-related .recommend p,
.traumatic-scars #related.p-related .recommend .subtitle,
.traumatic-scars #related.p-related .recommend p {
  margin-right: 20px;
  margin-bottom: 13px;
  margin-left: 152px;
}
.cheek-thinning #related.p-related .recommend .pic,
.forehead-depression #related.p-related .recommend .pic,
.chin-double #related.p-related .recommend .pic,
.forehead-wrinkles #related.p-related .recommend .pic,
.neck-sagging #related.p-related .recommend .pic,
.eye-darkcircle #related.p-related .recommend .pic,
.eyes-sagging #related.p-related .recommend .pic,
.eyes-wrinkles #related.p-related .recommend .pic,
.cheek-sagging #related.p-related .recommend .pic,
.crowsfeet #related.p-related .recommend .pic,
.cellulite #related.p-related .recommend .pic,
.armpit #related.p-related .recommend .pic,
.foot-slimming #related.p-related .recommend .pic,
.knee-around #related.p-related .recommend .pic,
.acne-scar-depression #related.p-related .recommend .pic,
.traumatic-scars #related.p-related .recommend .pic {
  margin: 0;
}
.cheek-thinning #related.p-related .recommend .m-operation-item .wrapper,
.forehead-depression #related.p-related .recommend .m-operation-item .wrapper,
.chin-double #related.p-related .recommend .m-operation-item .wrapper,
.forehead-wrinkles #related.p-related .recommend .m-operation-item .wrapper,
.neck-sagging #related.p-related .recommend .m-operation-item .wrapper,
.eye-darkcircle #related.p-related .recommend .m-operation-item .wrapper,
.eyes-sagging #related.p-related .recommend .m-operation-item .wrapper,
.eyes-wrinkles #related.p-related .recommend .m-operation-item .wrapper,
.cheek-sagging #related.p-related .recommend .m-operation-item .wrapper,
.crowsfeet #related.p-related .recommend .m-operation-item .wrapper,
.cellulite #related.p-related .recommend .m-operation-item .wrapper,
.armpit #related.p-related .recommend .m-operation-item .wrapper,
.foot-slimming #related.p-related .recommend .m-operation-item .wrapper,
.knee-around #related.p-related .recommend .m-operation-item .wrapper,
.acne-scar-depression #related.p-related .recommend .m-operation-item .wrapper,
.traumatic-scars #related.p-related .recommend .m-operation-item .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  min-height: 100px;
}
.cheek-thinning #related.p-related .recommend .m-operation-item .title,
.cheek-thinning #related.p-related .recommend .m-operation-item .subtitle,
.cheek-thinning #related.p-related .recommend .m-operation-item .text,
.forehead-depression #related.p-related .recommend .m-operation-item .title,
.forehead-depression #related.p-related .recommend .m-operation-item .subtitle,
.forehead-depression #related.p-related .recommend .m-operation-item .text,
.chin-double #related.p-related .recommend .m-operation-item .title,
.chin-double #related.p-related .recommend .m-operation-item .subtitle,
.chin-double #related.p-related .recommend .m-operation-item .text,
.forehead-wrinkles #related.p-related .recommend .m-operation-item .title,
.forehead-wrinkles #related.p-related .recommend .m-operation-item .subtitle,
.forehead-wrinkles #related.p-related .recommend .m-operation-item .text,
.neck-sagging #related.p-related .recommend .m-operation-item .title,
.neck-sagging #related.p-related .recommend .m-operation-item .subtitle,
.neck-sagging #related.p-related .recommend .m-operation-item .text,
.eye-darkcircle #related.p-related .recommend .m-operation-item .title,
.eye-darkcircle #related.p-related .recommend .m-operation-item .subtitle,
.eye-darkcircle #related.p-related .recommend .m-operation-item .text,
.eyes-sagging #related.p-related .recommend .m-operation-item .title,
.eyes-sagging #related.p-related .recommend .m-operation-item .subtitle,
.eyes-sagging #related.p-related .recommend .m-operation-item .text,
.eyes-wrinkles #related.p-related .recommend .m-operation-item .title,
.eyes-wrinkles #related.p-related .recommend .m-operation-item .subtitle,
.eyes-wrinkles #related.p-related .recommend .m-operation-item .text,
.cheek-sagging #related.p-related .recommend .m-operation-item .title,
.cheek-sagging #related.p-related .recommend .m-operation-item .subtitle,
.cheek-sagging #related.p-related .recommend .m-operation-item .text,
.crowsfeet #related.p-related .recommend .m-operation-item .title,
.crowsfeet #related.p-related .recommend .m-operation-item .subtitle,
.crowsfeet #related.p-related .recommend .m-operation-item .text,
.cellulite #related.p-related .recommend .m-operation-item .title,
.cellulite #related.p-related .recommend .m-operation-item .subtitle,
.cellulite #related.p-related .recommend .m-operation-item .text,
.armpit #related.p-related .recommend .m-operation-item .title,
.armpit #related.p-related .recommend .m-operation-item .subtitle,
.armpit #related.p-related .recommend .m-operation-item .text,
.foot-slimming #related.p-related .recommend .m-operation-item .title,
.foot-slimming #related.p-related .recommend .m-operation-item .subtitle,
.foot-slimming #related.p-related .recommend .m-operation-item .text,
.knee-around #related.p-related .recommend .m-operation-item .title,
.knee-around #related.p-related .recommend .m-operation-item .subtitle,
.knee-around #related.p-related .recommend .m-operation-item .text,
.acne-scar-depression #related.p-related .recommend .m-operation-item .title,
.acne-scar-depression #related.p-related .recommend .m-operation-item .subtitle,
.acne-scar-depression #related.p-related .recommend .m-operation-item .text,
.traumatic-scars #related.p-related .recommend .m-operation-item .title,
.traumatic-scars #related.p-related .recommend .m-operation-item .subtitle,
.traumatic-scars #related.p-related .recommend .m-operation-item .text {
  margin-left: 115px;
}
.cheek-thinning #related.p-related .recommend .m-operation-item .title,
.forehead-depression #related.p-related .recommend .m-operation-item .title,
.chin-double #related.p-related .recommend .m-operation-item .title,
.forehead-wrinkles #related.p-related .recommend .m-operation-item .title,
.neck-sagging #related.p-related .recommend .m-operation-item .title,
.eye-darkcircle #related.p-related .recommend .m-operation-item .title,
.eyes-sagging #related.p-related .recommend .m-operation-item .title,
.eyes-wrinkles #related.p-related .recommend .m-operation-item .title,
.cheek-sagging #related.p-related .recommend .m-operation-item .title,
.crowsfeet #related.p-related .recommend .m-operation-item .title,
.cellulite #related.p-related .recommend .m-operation-item .title,
.armpit #related.p-related .recommend .m-operation-item .title,
.foot-slimming #related.p-related .recommend .m-operation-item .title,
.knee-around #related.p-related .recommend .m-operation-item .title,
.acne-scar-depression #related.p-related .recommend .m-operation-item .title,
.traumatic-scars #related.p-related .recommend .m-operation-item .title {
  margin-bottom: 10px;
  padding: 0;
  border: 0;
  font-size: 1.5em;
  font-weight: bold;
  color: #7f7875;
}
.cheek-thinning #related.p-related .recommend .m-operation-item .subtitle,
.forehead-depression #related.p-related .recommend .m-operation-item .subtitle,
.chin-double #related.p-related .recommend .m-operation-item .subtitle,
.forehead-wrinkles #related.p-related .recommend .m-operation-item .subtitle,
.neck-sagging #related.p-related .recommend .m-operation-item .subtitle,
.eye-darkcircle #related.p-related .recommend .m-operation-item .subtitle,
.eyes-sagging #related.p-related .recommend .m-operation-item .subtitle,
.eyes-wrinkles #related.p-related .recommend .m-operation-item .subtitle,
.cheek-sagging #related.p-related .recommend .m-operation-item .subtitle,
.crowsfeet #related.p-related .recommend .m-operation-item .subtitle,
.cellulite #related.p-related .recommend .m-operation-item .subtitle,
.armpit #related.p-related .recommend .m-operation-item .subtitle,
.foot-slimming #related.p-related .recommend .m-operation-item .subtitle,
.knee-around #related.p-related .recommend .m-operation-item .subtitle,
.acne-scar-depression #related.p-related .recommend .m-operation-item .subtitle,
.traumatic-scars #related.p-related .recommend .m-operation-item .subtitle {
  margin-bottom: 8px;
  padding-top: 0;
  font-size: 1.3em;
}
.cheek-thinning #related.p-related .recommend .m-operation-item .text,
.forehead-depression #related.p-related .recommend .m-operation-item .text,
.chin-double #related.p-related .recommend .m-operation-item .text,
.forehead-wrinkles #related.p-related .recommend .m-operation-item .text,
.neck-sagging #related.p-related .recommend .m-operation-item .text,
.eye-darkcircle #related.p-related .recommend .m-operation-item .text,
.eyes-sagging #related.p-related .recommend .m-operation-item .text,
.eyes-wrinkles #related.p-related .recommend .m-operation-item .text,
.cheek-sagging #related.p-related .recommend .m-operation-item .text,
.crowsfeet #related.p-related .recommend .m-operation-item .text,
.cellulite #related.p-related .recommend .m-operation-item .text,
.armpit #related.p-related .recommend .m-operation-item .text,
.foot-slimming #related.p-related .recommend .m-operation-item .text,
.knee-around #related.p-related .recommend .m-operation-item .text,
.acne-scar-depression #related.p-related .recommend .m-operation-item .text,
.traumatic-scars #related.p-related .recommend .m-operation-item .text {
  margin-bottom: 10px;
  line-height: 1.7;
}
.cheek-thinning #related.p-related .recommend .m-operation-item .text::before,
.forehead-depression #related.p-related .recommend .m-operation-item .text::before,
.chin-double #related.p-related .recommend .m-operation-item .text::before,
.forehead-wrinkles #related.p-related .recommend .m-operation-item .text::before,
.neck-sagging #related.p-related .recommend .m-operation-item .text::before,
.eye-darkcircle #related.p-related .recommend .m-operation-item .text::before,
.eyes-sagging #related.p-related .recommend .m-operation-item .text::before,
.eyes-wrinkles #related.p-related .recommend .m-operation-item .text::before,
.cheek-sagging #related.p-related .recommend .m-operation-item .text::before,
.crowsfeet #related.p-related .recommend .m-operation-item .text::before,
.cellulite #related.p-related .recommend .m-operation-item .text::before,
.armpit #related.p-related .recommend .m-operation-item .text::before,
.foot-slimming #related.p-related .recommend .m-operation-item .text::before,
.knee-around #related.p-related .recommend .m-operation-item .text::before,
.acne-scar-depression #related.p-related .recommend .m-operation-item .text::before,
.traumatic-scars #related.p-related .recommend .m-operation-item .text::before {
  margin-top: -4px;
}
.cheek-thinning #related.p-related .recommend .m-operation-item .text::after,
.forehead-depression #related.p-related .recommend .m-operation-item .text::after,
.chin-double #related.p-related .recommend .m-operation-item .text::after,
.forehead-wrinkles #related.p-related .recommend .m-operation-item .text::after,
.neck-sagging #related.p-related .recommend .m-operation-item .text::after,
.eye-darkcircle #related.p-related .recommend .m-operation-item .text::after,
.eyes-sagging #related.p-related .recommend .m-operation-item .text::after,
.eyes-wrinkles #related.p-related .recommend .m-operation-item .text::after,
.cheek-sagging #related.p-related .recommend .m-operation-item .text::after,
.crowsfeet #related.p-related .recommend .m-operation-item .text::after,
.cellulite #related.p-related .recommend .m-operation-item .text::after,
.armpit #related.p-related .recommend .m-operation-item .text::after,
.foot-slimming #related.p-related .recommend .m-operation-item .text::after,
.knee-around #related.p-related .recommend .m-operation-item .text::after,
.acne-scar-depression #related.p-related .recommend .m-operation-item .text::after,
.traumatic-scars #related.p-related .recommend .m-operation-item .text::after {
  margin-bottom: -4px;
}
.cheek-thinning #related.p-related .recommend .m-operation-item .pic,
.forehead-depression #related.p-related .recommend .m-operation-item .pic,
.chin-double #related.p-related .recommend .m-operation-item .pic,
.forehead-wrinkles #related.p-related .recommend .m-operation-item .pic,
.neck-sagging #related.p-related .recommend .m-operation-item .pic,
.eye-darkcircle #related.p-related .recommend .m-operation-item .pic,
.eyes-sagging #related.p-related .recommend .m-operation-item .pic,
.eyes-wrinkles #related.p-related .recommend .m-operation-item .pic,
.cheek-sagging #related.p-related .recommend .m-operation-item .pic,
.crowsfeet #related.p-related .recommend .m-operation-item .pic,
.cellulite #related.p-related .recommend .m-operation-item .pic,
.armpit #related.p-related .recommend .m-operation-item .pic,
.foot-slimming #related.p-related .recommend .m-operation-item .pic,
.knee-around #related.p-related .recommend .m-operation-item .pic,
.acne-scar-depression #related.p-related .recommend .m-operation-item .pic,
.traumatic-scars #related.p-related .recommend .m-operation-item .pic {
  top: 20px;
  margin: 0;
}
.cheek-thinning #related.p-related .recommend .m-operation-item .pic img,
.forehead-depression #related.p-related .recommend .m-operation-item .pic img,
.chin-double #related.p-related .recommend .m-operation-item .pic img,
.forehead-wrinkles #related.p-related .recommend .m-operation-item .pic img,
.neck-sagging #related.p-related .recommend .m-operation-item .pic img,
.eye-darkcircle #related.p-related .recommend .m-operation-item .pic img,
.eyes-sagging #related.p-related .recommend .m-operation-item .pic img,
.eyes-wrinkles #related.p-related .recommend .m-operation-item .pic img,
.cheek-sagging #related.p-related .recommend .m-operation-item .pic img,
.crowsfeet #related.p-related .recommend .m-operation-item .pic img,
.cellulite #related.p-related .recommend .m-operation-item .pic img,
.armpit #related.p-related .recommend .m-operation-item .pic img,
.foot-slimming #related.p-related .recommend .m-operation-item .pic img,
.knee-around #related.p-related .recommend .m-operation-item .pic img,
.acne-scar-depression #related.p-related .recommend .m-operation-item .pic img,
.traumatic-scars #related.p-related .recommend .m-operation-item .pic img {
  box-sizing: border-box;
  width: 100px;
  height: 100px;
}
.cheek-thinning #related.p-related .recommend .m-operation-item footer,
.forehead-depression #related.p-related .recommend .m-operation-item footer,
.chin-double #related.p-related .recommend .m-operation-item footer,
.forehead-wrinkles #related.p-related .recommend .m-operation-item footer,
.neck-sagging #related.p-related .recommend .m-operation-item footer,
.eye-darkcircle #related.p-related .recommend .m-operation-item footer,
.eyes-sagging #related.p-related .recommend .m-operation-item footer,
.eyes-wrinkles #related.p-related .recommend .m-operation-item footer,
.cheek-sagging #related.p-related .recommend .m-operation-item footer,
.crowsfeet #related.p-related .recommend .m-operation-item footer,
.cellulite #related.p-related .recommend .m-operation-item footer,
.armpit #related.p-related .recommend .m-operation-item footer,
.foot-slimming #related.p-related .recommend .m-operation-item footer,
.knee-around #related.p-related .recommend .m-operation-item footer,
.acne-scar-depression #related.p-related .recommend .m-operation-item footer,
.traumatic-scars #related.p-related .recommend .m-operation-item footer {
  position: static;
  width: auto;
  border: 0;
}
.cheek-thinning #related.p-related .recommend .m-operation-item footer .link,
.forehead-depression #related.p-related .recommend .m-operation-item footer .link,
.chin-double #related.p-related .recommend .m-operation-item footer .link,
.forehead-wrinkles #related.p-related .recommend .m-operation-item footer .link,
.neck-sagging #related.p-related .recommend .m-operation-item footer .link,
.eye-darkcircle #related.p-related .recommend .m-operation-item footer .link,
.eyes-sagging #related.p-related .recommend .m-operation-item footer .link,
.eyes-wrinkles #related.p-related .recommend .m-operation-item footer .link,
.cheek-sagging #related.p-related .recommend .m-operation-item footer .link,
.crowsfeet #related.p-related .recommend .m-operation-item footer .link,
.cellulite #related.p-related .recommend .m-operation-item footer .link,
.armpit #related.p-related .recommend .m-operation-item footer .link,
.foot-slimming #related.p-related .recommend .m-operation-item footer .link,
.knee-around #related.p-related .recommend .m-operation-item footer .link,
.acne-scar-depression #related.p-related .recommend .m-operation-item footer .link,
.traumatic-scars #related.p-related .recommend .m-operation-item footer .link {
  padding: 0;
}
.cheek-thinning #related.p-related .recommend .m-operation-item footer .link a,
.forehead-depression #related.p-related .recommend .m-operation-item footer .link a,
.chin-double #related.p-related .recommend .m-operation-item footer .link a,
.forehead-wrinkles #related.p-related .recommend .m-operation-item footer .link a,
.neck-sagging #related.p-related .recommend .m-operation-item footer .link a,
.eye-darkcircle #related.p-related .recommend .m-operation-item footer .link a,
.eyes-sagging #related.p-related .recommend .m-operation-item footer .link a,
.eyes-wrinkles #related.p-related .recommend .m-operation-item footer .link a,
.cheek-sagging #related.p-related .recommend .m-operation-item footer .link a,
.crowsfeet #related.p-related .recommend .m-operation-item footer .link a,
.cellulite #related.p-related .recommend .m-operation-item footer .link a,
.armpit #related.p-related .recommend .m-operation-item footer .link a,
.foot-slimming #related.p-related .recommend .m-operation-item footer .link a,
.knee-around #related.p-related .recommend .m-operation-item footer .link a,
.acne-scar-depression #related.p-related .recommend .m-operation-item footer .link a,
.traumatic-scars #related.p-related .recommend .m-operation-item footer .link a {
  background-position: 0 center;
}

.eyes-sagging #related.p-related > .title,
.eyes-wrinkles #related.p-related > .title,
.cheek-sagging #related.p-related > .title,
.acne-scar-depression #related.p-related > .title,
.traumatic-scars #related.p-related > .title {
  margin-bottom: 20px;
  padding: 0 0 1px 12px;
  height: 31px;
  border: 0;
  background: url(../img/subtitle_bg.gif) left top repeat-x;
  line-height: 31px;
  font-size: 1.4em;
  color: #7f7875;
  border-top: 3px solid #ec7c78;
  border-bottom: 1px solid #baafa6;
  margin-bottom: 20px;
}

.cheek-thinning .p-comparison tbody th,
.forehead-depression .p-comparison tbody th {
  width: 88px;
}

.cheek-thinning .m-case .link,
.cheek-thinning .m-case2 .link,
.forehead-wrinkles .m-case .link,
.forehead-wrinkles .m-case2 .link {
  margin-bottom: 20px;
}

.forehead-wrinkles .m-operations .operations,
.forehead-depression .m-operations .operations,
.glabella-wrinkles .m-operations .operations,
.eye-sunken .m-operations .operations,
.sp-sagging .m-operations .operations,
.eye-darkcircle .m-operations .operations,
.eyes-sagging .m-operations .operations,
.crowsfeet .m-operations .operations,
.eyes-wrinkles .m-operations .operations,
.temple-depression .m-operations .operations,
.cheek-sagging .m-operations .operations,
.cheek-thinning .m-operations .operations,
.mouth-wrinkles .m-operations .operations,
.chin-double .m-operations .operations,
.neck-sagging .m-operations .operations {
  margin-bottom: 40px;
}
.forehead-wrinkles .m-operations .operations .m-genre-item,
.forehead-depression .m-operations .operations .m-genre-item,
.glabella-wrinkles .m-operations .operations .m-genre-item,
.eye-sunken .m-operations .operations .m-genre-item,
.sp-sagging .m-operations .operations .m-genre-item,
.eye-darkcircle .m-operations .operations .m-genre-item,
.eyes-sagging .m-operations .operations .m-genre-item,
.crowsfeet .m-operations .operations .m-genre-item,
.eyes-wrinkles .m-operations .operations .m-genre-item,
.temple-depression .m-operations .operations .m-genre-item,
.cheek-sagging .m-operations .operations .m-genre-item,
.cheek-thinning .m-operations .operations .m-genre-item,
.mouth-wrinkles .m-operations .operations .m-genre-item,
.chin-double .m-operations .operations .m-genre-item,
.neck-sagging .m-operations .operations .m-genre-item {
  margin: 0 10px;
}
.forehead-wrinkles .m-operations .operations .m-genre-item > .title,
.forehead-depression .m-operations .operations .m-genre-item > .title,
.glabella-wrinkles .m-operations .operations .m-genre-item > .title,
.eye-sunken .m-operations .operations .m-genre-item > .title,
.sp-sagging .m-operations .operations .m-genre-item > .title,
.eye-darkcircle .m-operations .operations .m-genre-item > .title,
.eyes-sagging .m-operations .operations .m-genre-item > .title,
.crowsfeet .m-operations .operations .m-genre-item > .title,
.eyes-wrinkles .m-operations .operations .m-genre-item > .title,
.temple-depression .m-operations .operations .m-genre-item > .title,
.cheek-sagging .m-operations .operations .m-genre-item > .title,
.cheek-thinning .m-operations .operations .m-genre-item > .title,
.mouth-wrinkles .m-operations .operations .m-genre-item > .title,
.chin-double .m-operations .operations .m-genre-item > .title,
.neck-sagging .m-operations .operations .m-genre-item > .title {
  margin-bottom: 7px;
  padding-left: 14px;
  border: 0;
  border-left: 5px solid #94bc5a;
  background: #f7f5f3;
  text-align: left;
  line-height: 2.2857142857;
  font-size: 1.4em;
  font-weight: bold;
  color: #7f7875;
}
.forehead-wrinkles .m-operations .operations .m-genre-item .operation-list,
.forehead-depression .m-operations .operations .m-genre-item .operation-list,
.glabella-wrinkles .m-operations .operations .m-genre-item .operation-list,
.eye-sunken .m-operations .operations .m-genre-item .operation-list,
.sp-sagging .m-operations .operations .m-genre-item .operation-list,
.eye-darkcircle .m-operations .operations .m-genre-item .operation-list,
.eyes-sagging .m-operations .operations .m-genre-item .operation-list,
.crowsfeet .m-operations .operations .m-genre-item .operation-list,
.eyes-wrinkles .m-operations .operations .m-genre-item .operation-list,
.temple-depression .m-operations .operations .m-genre-item .operation-list,
.cheek-sagging .m-operations .operations .m-genre-item .operation-list,
.cheek-thinning .m-operations .operations .m-genre-item .operation-list,
.mouth-wrinkles .m-operations .operations .m-genre-item .operation-list,
.chin-double .m-operations .operations .m-genre-item .operation-list,
.neck-sagging .m-operations .operations .m-genre-item .operation-list {
  margin-bottom: 20px;
}
.forehead-wrinkles .m-operations .operations .m-genre-item .operation-item,
.forehead-depression .m-operations .operations .m-genre-item .operation-item,
.glabella-wrinkles .m-operations .operations .m-genre-item .operation-item,
.eye-sunken .m-operations .operations .m-genre-item .operation-item,
.sp-sagging .m-operations .operations .m-genre-item .operation-item,
.eye-darkcircle .m-operations .operations .m-genre-item .operation-item,
.eyes-sagging .m-operations .operations .m-genre-item .operation-item,
.crowsfeet .m-operations .operations .m-genre-item .operation-item,
.eyes-wrinkles .m-operations .operations .m-genre-item .operation-item,
.temple-depression .m-operations .operations .m-genre-item .operation-item,
.cheek-sagging .m-operations .operations .m-genre-item .operation-item,
.cheek-thinning .m-operations .operations .m-genre-item .operation-item,
.mouth-wrinkles .m-operations .operations .m-genre-item .operation-item,
.chin-double .m-operations .operations .m-genre-item .operation-item,
.neck-sagging .m-operations .operations .m-genre-item .operation-item {
  margin: 0;
  border-top: 1px dotted #d7d4d3;
  border-bottom: 0;
}
.forehead-wrinkles .m-operations .operations .m-genre-item .operation-item:nth-child(1), .forehead-wrinkles .m-operations .operations .m-genre-item .operation-item:nth-child(2),
.forehead-depression .m-operations .operations .m-genre-item .operation-item:nth-child(1),
.forehead-depression .m-operations .operations .m-genre-item .operation-item:nth-child(2),
.glabella-wrinkles .m-operations .operations .m-genre-item .operation-item:nth-child(1),
.glabella-wrinkles .m-operations .operations .m-genre-item .operation-item:nth-child(2),
.eye-sunken .m-operations .operations .m-genre-item .operation-item:nth-child(1),
.eye-sunken .m-operations .operations .m-genre-item .operation-item:nth-child(2),
.sp-sagging .m-operations .operations .m-genre-item .operation-item:nth-child(1),
.sp-sagging .m-operations .operations .m-genre-item .operation-item:nth-child(2),
.eye-darkcircle .m-operations .operations .m-genre-item .operation-item:nth-child(1),
.eye-darkcircle .m-operations .operations .m-genre-item .operation-item:nth-child(2),
.eyes-sagging .m-operations .operations .m-genre-item .operation-item:nth-child(1),
.eyes-sagging .m-operations .operations .m-genre-item .operation-item:nth-child(2),
.crowsfeet .m-operations .operations .m-genre-item .operation-item:nth-child(1),
.crowsfeet .m-operations .operations .m-genre-item .operation-item:nth-child(2),
.eyes-wrinkles .m-operations .operations .m-genre-item .operation-item:nth-child(1),
.eyes-wrinkles .m-operations .operations .m-genre-item .operation-item:nth-child(2),
.temple-depression .m-operations .operations .m-genre-item .operation-item:nth-child(1),
.temple-depression .m-operations .operations .m-genre-item .operation-item:nth-child(2),
.cheek-sagging .m-operations .operations .m-genre-item .operation-item:nth-child(1),
.cheek-sagging .m-operations .operations .m-genre-item .operation-item:nth-child(2),
.cheek-thinning .m-operations .operations .m-genre-item .operation-item:nth-child(1),
.cheek-thinning .m-operations .operations .m-genre-item .operation-item:nth-child(2),
.mouth-wrinkles .m-operations .operations .m-genre-item .operation-item:nth-child(1),
.mouth-wrinkles .m-operations .operations .m-genre-item .operation-item:nth-child(2),
.chin-double .m-operations .operations .m-genre-item .operation-item:nth-child(1),
.chin-double .m-operations .operations .m-genre-item .operation-item:nth-child(2),
.neck-sagging .m-operations .operations .m-genre-item .operation-item:nth-child(1),
.neck-sagging .m-operations .operations .m-genre-item .operation-item:nth-child(2) {
  border: 0;
}
.forehead-wrinkles .m-operations .operations .m-genre-item .operation-item .name,
.forehead-depression .m-operations .operations .m-genre-item .operation-item .name,
.glabella-wrinkles .m-operations .operations .m-genre-item .operation-item .name,
.eye-sunken .m-operations .operations .m-genre-item .operation-item .name,
.sp-sagging .m-operations .operations .m-genre-item .operation-item .name,
.eye-darkcircle .m-operations .operations .m-genre-item .operation-item .name,
.eyes-sagging .m-operations .operations .m-genre-item .operation-item .name,
.crowsfeet .m-operations .operations .m-genre-item .operation-item .name,
.eyes-wrinkles .m-operations .operations .m-genre-item .operation-item .name,
.temple-depression .m-operations .operations .m-genre-item .operation-item .name,
.cheek-sagging .m-operations .operations .m-genre-item .operation-item .name,
.cheek-thinning .m-operations .operations .m-genre-item .operation-item .name,
.mouth-wrinkles .m-operations .operations .m-genre-item .operation-item .name,
.chin-double .m-operations .operations .m-genre-item .operation-item .name,
.neck-sagging .m-operations .operations .m-genre-item .operation-item .name {
  font-size: 1.5em;
}
.forehead-wrinkles .m-operations .operations .m-genre-item .operation-item .name a,
.forehead-depression .m-operations .operations .m-genre-item .operation-item .name a,
.glabella-wrinkles .m-operations .operations .m-genre-item .operation-item .name a,
.eye-sunken .m-operations .operations .m-genre-item .operation-item .name a,
.sp-sagging .m-operations .operations .m-genre-item .operation-item .name a,
.eye-darkcircle .m-operations .operations .m-genre-item .operation-item .name a,
.eyes-sagging .m-operations .operations .m-genre-item .operation-item .name a,
.crowsfeet .m-operations .operations .m-genre-item .operation-item .name a,
.eyes-wrinkles .m-operations .operations .m-genre-item .operation-item .name a,
.temple-depression .m-operations .operations .m-genre-item .operation-item .name a,
.cheek-sagging .m-operations .operations .m-genre-item .operation-item .name a,
.cheek-thinning .m-operations .operations .m-genre-item .operation-item .name a,
.mouth-wrinkles .m-operations .operations .m-genre-item .operation-item .name a,
.chin-double .m-operations .operations .m-genre-item .operation-item .name a,
.neck-sagging .m-operations .operations .m-genre-item .operation-item .name a {
  font-weight: bold;
}
.forehead-wrinkles .m-operations .operations .m-genre-item .operation-item .text,
.forehead-depression .m-operations .operations .m-genre-item .operation-item .text,
.glabella-wrinkles .m-operations .operations .m-genre-item .operation-item .text,
.eye-sunken .m-operations .operations .m-genre-item .operation-item .text,
.sp-sagging .m-operations .operations .m-genre-item .operation-item .text,
.eye-darkcircle .m-operations .operations .m-genre-item .operation-item .text,
.eyes-sagging .m-operations .operations .m-genre-item .operation-item .text,
.crowsfeet .m-operations .operations .m-genre-item .operation-item .text,
.eyes-wrinkles .m-operations .operations .m-genre-item .operation-item .text,
.temple-depression .m-operations .operations .m-genre-item .operation-item .text,
.cheek-sagging .m-operations .operations .m-genre-item .operation-item .text,
.cheek-thinning .m-operations .operations .m-genre-item .operation-item .text,
.mouth-wrinkles .m-operations .operations .m-genre-item .operation-item .text,
.chin-double .m-operations .operations .m-genre-item .operation-item .text,
.neck-sagging .m-operations .operations .m-genre-item .operation-item .text {
  line-height: 1.3333333333;
  font-size: 1.2em;
}
.forehead-wrinkles .m-operations .operations .operation-list,
.forehead-depression .m-operations .operations .operation-list,
.glabella-wrinkles .m-operations .operations .operation-list,
.eye-sunken .m-operations .operations .operation-list,
.sp-sagging .m-operations .operations .operation-list,
.eye-darkcircle .m-operations .operations .operation-list,
.eyes-sagging .m-operations .operations .operation-list,
.crowsfeet .m-operations .operations .operation-list,
.eyes-wrinkles .m-operations .operations .operation-list,
.temple-depression .m-operations .operations .operation-list,
.cheek-sagging .m-operations .operations .operation-list,
.cheek-thinning .m-operations .operations .operation-list,
.mouth-wrinkles .m-operations .operations .operation-list,
.chin-double .m-operations .operations .operation-list,
.neck-sagging .m-operations .operations .operation-list {
  display: flex;
  flex-wrap: wrap;
}
.forehead-wrinkles .m-operations .operations .operation-item,
.forehead-depression .m-operations .operations .operation-item,
.glabella-wrinkles .m-operations .operations .operation-item,
.eye-sunken .m-operations .operations .operation-item,
.sp-sagging .m-operations .operations .operation-item,
.eye-darkcircle .m-operations .operations .operation-item,
.eyes-sagging .m-operations .operations .operation-item,
.crowsfeet .m-operations .operations .operation-item,
.eyes-wrinkles .m-operations .operations .operation-item,
.temple-depression .m-operations .operations .operation-item,
.cheek-sagging .m-operations .operations .operation-item,
.cheek-thinning .m-operations .operations .operation-item,
.mouth-wrinkles .m-operations .operations .operation-item,
.chin-double .m-operations .operations .operation-item,
.neck-sagging .m-operations .operations .operation-item {
  box-sizing: border-box;
}
.forehead-wrinkles .m-operations .operations .operation-item a,
.forehead-depression .m-operations .operations .operation-item a,
.glabella-wrinkles .m-operations .operations .operation-item a,
.eye-sunken .m-operations .operations .operation-item a,
.sp-sagging .m-operations .operations .operation-item a,
.eye-darkcircle .m-operations .operations .operation-item a,
.eyes-sagging .m-operations .operations .operation-item a,
.crowsfeet .m-operations .operations .operation-item a,
.eyes-wrinkles .m-operations .operations .operation-item a,
.temple-depression .m-operations .operations .operation-item a,
.cheek-sagging .m-operations .operations .operation-item a,
.cheek-thinning .m-operations .operations .operation-item a,
.mouth-wrinkles .m-operations .operations .operation-item a,
.chin-double .m-operations .operations .operation-item a,
.neck-sagging .m-operations .operations .operation-item a {
  transition: opacity .1s linear;
  display: block;
  background: url(../img/arrow/arrow.png) right 10px center no-repeat;
  color: inherit;
}
.forehead-wrinkles .m-operations .operations .operation-item a:hover,
.forehead-depression .m-operations .operations .operation-item a:hover,
.glabella-wrinkles .m-operations .operations .operation-item a:hover,
.eye-sunken .m-operations .operations .operation-item a:hover,
.sp-sagging .m-operations .operations .operation-item a:hover,
.eye-darkcircle .m-operations .operations .operation-item a:hover,
.eyes-sagging .m-operations .operations .operation-item a:hover,
.crowsfeet .m-operations .operations .operation-item a:hover,
.eyes-wrinkles .m-operations .operations .operation-item a:hover,
.temple-depression .m-operations .operations .operation-item a:hover,
.cheek-sagging .m-operations .operations .operation-item a:hover,
.cheek-thinning .m-operations .operations .operation-item a:hover,
.mouth-wrinkles .m-operations .operations .operation-item a:hover,
.chin-double .m-operations .operations .operation-item a:hover,
.neck-sagging .m-operations .operations .operation-item a:hover {
  opacity: 1;
}
.forehead-wrinkles .m-operations .operations .operation-item .item-inner,
.forehead-depression .m-operations .operations .operation-item .item-inner,
.glabella-wrinkles .m-operations .operations .operation-item .item-inner,
.eye-sunken .m-operations .operations .operation-item .item-inner,
.sp-sagging .m-operations .operations .operation-item .item-inner,
.eye-darkcircle .m-operations .operations .operation-item .item-inner,
.eyes-sagging .m-operations .operations .operation-item .item-inner,
.crowsfeet .m-operations .operations .operation-item .item-inner,
.eyes-wrinkles .m-operations .operations .operation-item .item-inner,
.temple-depression .m-operations .operations .operation-item .item-inner,
.cheek-sagging .m-operations .operations .operation-item .item-inner,
.cheek-thinning .m-operations .operations .operation-item .item-inner,
.mouth-wrinkles .m-operations .operations .operation-item .item-inner,
.chin-double .m-operations .operations .operation-item .item-inner,
.neck-sagging .m-operations .operations .operation-item .item-inner {
  display: flow-root;
  position: relative;
  padding: 10px 0;
  min-height: 65px;
  transition: opacity .1s linear;
}
.forehead-wrinkles .m-operations .operations .operation-item .item-inner:hover,
.forehead-depression .m-operations .operations .operation-item .item-inner:hover,
.glabella-wrinkles .m-operations .operations .operation-item .item-inner:hover,
.eye-sunken .m-operations .operations .operation-item .item-inner:hover,
.sp-sagging .m-operations .operations .operation-item .item-inner:hover,
.eye-darkcircle .m-operations .operations .operation-item .item-inner:hover,
.eyes-sagging .m-operations .operations .operation-item .item-inner:hover,
.crowsfeet .m-operations .operations .operation-item .item-inner:hover,
.eyes-wrinkles .m-operations .operations .operation-item .item-inner:hover,
.temple-depression .m-operations .operations .operation-item .item-inner:hover,
.cheek-sagging .m-operations .operations .operation-item .item-inner:hover,
.cheek-thinning .m-operations .operations .operation-item .item-inner:hover,
.mouth-wrinkles .m-operations .operations .operation-item .item-inner:hover,
.chin-double .m-operations .operations .operation-item .item-inner:hover,
.neck-sagging .m-operations .operations .operation-item .item-inner:hover {
  opacity: .5;
}
.forehead-wrinkles .m-operations .operations .operation-item .name,
.forehead-depression .m-operations .operations .operation-item .name,
.glabella-wrinkles .m-operations .operations .operation-item .name,
.eye-sunken .m-operations .operations .operation-item .name,
.sp-sagging .m-operations .operations .operation-item .name,
.eye-darkcircle .m-operations .operations .operation-item .name,
.eyes-sagging .m-operations .operations .operation-item .name,
.crowsfeet .m-operations .operations .operation-item .name,
.eyes-wrinkles .m-operations .operations .operation-item .name,
.temple-depression .m-operations .operations .operation-item .name,
.cheek-sagging .m-operations .operations .operation-item .name,
.cheek-thinning .m-operations .operations .operation-item .name,
.mouth-wrinkles .m-operations .operations .operation-item .name,
.chin-double .m-operations .operations .operation-item .name,
.neck-sagging .m-operations .operations .operation-item .name {
  font-size: 1.6em;
  color: #6d9dd0;
}
.forehead-wrinkles .m-operations .operations .operation-item .pic,
.forehead-depression .m-operations .operations .operation-item .pic,
.glabella-wrinkles .m-operations .operations .operation-item .pic,
.eye-sunken .m-operations .operations .operation-item .pic,
.sp-sagging .m-operations .operations .operation-item .pic,
.eye-darkcircle .m-operations .operations .operation-item .pic,
.eyes-sagging .m-operations .operations .operation-item .pic,
.crowsfeet .m-operations .operations .operation-item .pic,
.eyes-wrinkles .m-operations .operations .operation-item .pic,
.temple-depression .m-operations .operations .operation-item .pic,
.cheek-sagging .m-operations .operations .operation-item .pic,
.cheek-thinning .m-operations .operations .operation-item .pic,
.mouth-wrinkles .m-operations .operations .operation-item .pic,
.chin-double .m-operations .operations .operation-item .pic,
.neck-sagging .m-operations .operations .operation-item .pic {
  position: absolute;
  top: 10px;
  left: 0;
  border: 1px solid #d7d4d3;
}
.forehead-wrinkles .m-operations .operations .operation-item .text,
.forehead-depression .m-operations .operations .operation-item .text,
.glabella-wrinkles .m-operations .operations .operation-item .text,
.eye-sunken .m-operations .operations .operation-item .text,
.sp-sagging .m-operations .operations .operation-item .text,
.eye-darkcircle .m-operations .operations .operation-item .text,
.eyes-sagging .m-operations .operations .operation-item .text,
.crowsfeet .m-operations .operations .operation-item .text,
.eyes-wrinkles .m-operations .operations .operation-item .text,
.temple-depression .m-operations .operations .operation-item .text,
.cheek-sagging .m-operations .operations .operation-item .text,
.cheek-thinning .m-operations .operations .operation-item .text,
.mouth-wrinkles .m-operations .operations .operation-item .text,
.chin-double .m-operations .operations .operation-item .text,
.neck-sagging .m-operations .operations .operation-item .text {
  font-size: 1.4em;
}
.forehead-wrinkles .m-operations .operations .operation-item a,
.forehead-depression .m-operations .operations .operation-item a,
.glabella-wrinkles .m-operations .operations .operation-item a,
.eye-sunken .m-operations .operations .operation-item a,
.sp-sagging .m-operations .operations .operation-item a,
.eye-darkcircle .m-operations .operations .operation-item a,
.eyes-sagging .m-operations .operations .operation-item a,
.crowsfeet .m-operations .operations .operation-item a,
.eyes-wrinkles .m-operations .operations .operation-item a,
.temple-depression .m-operations .operations .operation-item a,
.cheek-sagging .m-operations .operations .operation-item a,
.cheek-thinning .m-operations .operations .operation-item a,
.mouth-wrinkles .m-operations .operations .operation-item a,
.chin-double .m-operations .operations .operation-item a,
.neck-sagging .m-operations .operations .operation-item a {
  display: block;
  background: none;
  color: inherit;
}
.forehead-wrinkles .m-operations .operations .operation-item a:hover,
.forehead-depression .m-operations .operations .operation-item a:hover,
.glabella-wrinkles .m-operations .operations .operation-item a:hover,
.eye-sunken .m-operations .operations .operation-item a:hover,
.sp-sagging .m-operations .operations .operation-item a:hover,
.eye-darkcircle .m-operations .operations .operation-item a:hover,
.eyes-sagging .m-operations .operations .operation-item a:hover,
.crowsfeet .m-operations .operations .operation-item a:hover,
.eyes-wrinkles .m-operations .operations .operation-item a:hover,
.temple-depression .m-operations .operations .operation-item a:hover,
.cheek-sagging .m-operations .operations .operation-item a:hover,
.cheek-thinning .m-operations .operations .operation-item a:hover,
.mouth-wrinkles .m-operations .operations .operation-item a:hover,
.chin-double .m-operations .operations .operation-item a:hover,
.neck-sagging .m-operations .operations .operation-item a:hover {
  opacity: 1;
}
.forehead-wrinkles .m-operations .operations .operation-item .item-inner,
.forehead-depression .m-operations .operations .operation-item .item-inner,
.glabella-wrinkles .m-operations .operations .operation-item .item-inner,
.eye-sunken .m-operations .operations .operation-item .item-inner,
.sp-sagging .m-operations .operations .operation-item .item-inner,
.eye-darkcircle .m-operations .operations .operation-item .item-inner,
.eyes-sagging .m-operations .operations .operation-item .item-inner,
.crowsfeet .m-operations .operations .operation-item .item-inner,
.eyes-wrinkles .m-operations .operations .operation-item .item-inner,
.temple-depression .m-operations .operations .operation-item .item-inner,
.cheek-sagging .m-operations .operations .operation-item .item-inner,
.cheek-thinning .m-operations .operations .operation-item .item-inner,
.mouth-wrinkles .m-operations .operations .operation-item .item-inner,
.chin-double .m-operations .operations .operation-item .item-inner,
.neck-sagging .m-operations .operations .operation-item .item-inner {
  display: flow-root;
  position: relative;
  padding: 10px 30px 10px 10px;
  min-height: 65px;
  background: url(../img/arrow/arrow.png) right 10px center no-repeat;
  color: #7f7875;
  transition: opacity .1s linear;
}
.forehead-wrinkles .m-operations .operations .operation-item .item-inner:hover,
.forehead-depression .m-operations .operations .operation-item .item-inner:hover,
.glabella-wrinkles .m-operations .operations .operation-item .item-inner:hover,
.eye-sunken .m-operations .operations .operation-item .item-inner:hover,
.sp-sagging .m-operations .operations .operation-item .item-inner:hover,
.eye-darkcircle .m-operations .operations .operation-item .item-inner:hover,
.eyes-sagging .m-operations .operations .operation-item .item-inner:hover,
.crowsfeet .m-operations .operations .operation-item .item-inner:hover,
.eyes-wrinkles .m-operations .operations .operation-item .item-inner:hover,
.temple-depression .m-operations .operations .operation-item .item-inner:hover,
.cheek-sagging .m-operations .operations .operation-item .item-inner:hover,
.cheek-thinning .m-operations .operations .operation-item .item-inner:hover,
.mouth-wrinkles .m-operations .operations .operation-item .item-inner:hover,
.chin-double .m-operations .operations .operation-item .item-inner:hover,
.neck-sagging .m-operations .operations .operation-item .item-inner:hover {
  opacity: .5;
}
.forehead-wrinkles .m-operations .operations .operation-item .name,
.forehead-wrinkles .m-operations .operations .operation-item .text,
.forehead-depression .m-operations .operations .operation-item .name,
.forehead-depression .m-operations .operations .operation-item .text,
.glabella-wrinkles .m-operations .operations .operation-item .name,
.glabella-wrinkles .m-operations .operations .operation-item .text,
.eye-sunken .m-operations .operations .operation-item .name,
.eye-sunken .m-operations .operations .operation-item .text,
.sp-sagging .m-operations .operations .operation-item .name,
.sp-sagging .m-operations .operations .operation-item .text,
.eye-darkcircle .m-operations .operations .operation-item .name,
.eye-darkcircle .m-operations .operations .operation-item .text,
.eyes-sagging .m-operations .operations .operation-item .name,
.eyes-sagging .m-operations .operations .operation-item .text,
.crowsfeet .m-operations .operations .operation-item .name,
.crowsfeet .m-operations .operations .operation-item .text,
.eyes-wrinkles .m-operations .operations .operation-item .name,
.eyes-wrinkles .m-operations .operations .operation-item .text,
.temple-depression .m-operations .operations .operation-item .name,
.temple-depression .m-operations .operations .operation-item .text,
.cheek-sagging .m-operations .operations .operation-item .name,
.cheek-sagging .m-operations .operations .operation-item .text,
.cheek-thinning .m-operations .operations .operation-item .name,
.cheek-thinning .m-operations .operations .operation-item .text,
.mouth-wrinkles .m-operations .operations .operation-item .name,
.mouth-wrinkles .m-operations .operations .operation-item .text,
.chin-double .m-operations .operations .operation-item .name,
.chin-double .m-operations .operations .operation-item .text,
.neck-sagging .m-operations .operations .operation-item .name,
.neck-sagging .m-operations .operations .operation-item .text {
  margin-left: 76px;
}
.forehead-wrinkles .m-operations .operations .operation-item .name,
.forehead-depression .m-operations .operations .operation-item .name,
.glabella-wrinkles .m-operations .operations .operation-item .name,
.eye-sunken .m-operations .operations .operation-item .name,
.sp-sagging .m-operations .operations .operation-item .name,
.eye-darkcircle .m-operations .operations .operation-item .name,
.eyes-sagging .m-operations .operations .operation-item .name,
.crowsfeet .m-operations .operations .operation-item .name,
.eyes-wrinkles .m-operations .operations .operation-item .name,
.temple-depression .m-operations .operations .operation-item .name,
.cheek-sagging .m-operations .operations .operation-item .name,
.cheek-thinning .m-operations .operations .operation-item .name,
.mouth-wrinkles .m-operations .operations .operation-item .name,
.chin-double .m-operations .operations .operation-item .name,
.neck-sagging .m-operations .operations .operation-item .name {
  margin-bottom: 12px;
}
.forehead-wrinkles .m-operations .operations .operation-item .pic,
.forehead-depression .m-operations .operations .operation-item .pic,
.glabella-wrinkles .m-operations .operations .operation-item .pic,
.eye-sunken .m-operations .operations .operation-item .pic,
.sp-sagging .m-operations .operations .operation-item .pic,
.eye-darkcircle .m-operations .operations .operation-item .pic,
.eyes-sagging .m-operations .operations .operation-item .pic,
.crowsfeet .m-operations .operations .operation-item .pic,
.eyes-wrinkles .m-operations .operations .operation-item .pic,
.temple-depression .m-operations .operations .operation-item .pic,
.cheek-sagging .m-operations .operations .operation-item .pic,
.cheek-thinning .m-operations .operations .operation-item .pic,
.mouth-wrinkles .m-operations .operations .operation-item .pic,
.chin-double .m-operations .operations .operation-item .pic,
.neck-sagging .m-operations .operations .operation-item .pic {
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #d7d4d3;
}
.forehead-wrinkles .m-operations .operations .operation-item .text,
.forehead-depression .m-operations .operations .operation-item .text,
.glabella-wrinkles .m-operations .operations .operation-item .text,
.eye-sunken .m-operations .operations .operation-item .text,
.sp-sagging .m-operations .operations .operation-item .text,
.eye-darkcircle .m-operations .operations .operation-item .text,
.eyes-sagging .m-operations .operations .operation-item .text,
.crowsfeet .m-operations .operations .operation-item .text,
.eyes-wrinkles .m-operations .operations .operation-item .text,
.temple-depression .m-operations .operations .operation-item .text,
.cheek-sagging .m-operations .operations .operation-item .text,
.cheek-thinning .m-operations .operations .operation-item .text,
.mouth-wrinkles .m-operations .operations .operation-item .text,
.chin-double .m-operations .operations .operation-item .text,
.neck-sagging .m-operations .operations .operation-item .text {
  line-height: 1.4285714286;
  font-size: 1.4em;
}
.forehead-wrinkles .m-operations .operations .operation-item .text::before,
.forehead-depression .m-operations .operations .operation-item .text::before,
.glabella-wrinkles .m-operations .operations .operation-item .text::before,
.eye-sunken .m-operations .operations .operation-item .text::before,
.sp-sagging .m-operations .operations .operation-item .text::before,
.eye-darkcircle .m-operations .operations .operation-item .text::before,
.eyes-sagging .m-operations .operations .operation-item .text::before,
.crowsfeet .m-operations .operations .operation-item .text::before,
.eyes-wrinkles .m-operations .operations .operation-item .text::before,
.temple-depression .m-operations .operations .operation-item .text::before,
.cheek-sagging .m-operations .operations .operation-item .text::before,
.cheek-thinning .m-operations .operations .operation-item .text::before,
.mouth-wrinkles .m-operations .operations .operation-item .text::before,
.chin-double .m-operations .operations .operation-item .text::before,
.neck-sagging .m-operations .operations .operation-item .text::before {
  margin-top: -3px;
}
.forehead-wrinkles .m-operations .operations .operation-item .text::after,
.forehead-depression .m-operations .operations .operation-item .text::after,
.glabella-wrinkles .m-operations .operations .operation-item .text::after,
.eye-sunken .m-operations .operations .operation-item .text::after,
.sp-sagging .m-operations .operations .operation-item .text::after,
.eye-darkcircle .m-operations .operations .operation-item .text::after,
.eyes-sagging .m-operations .operations .operation-item .text::after,
.crowsfeet .m-operations .operations .operation-item .text::after,
.eyes-wrinkles .m-operations .operations .operation-item .text::after,
.temple-depression .m-operations .operations .operation-item .text::after,
.cheek-sagging .m-operations .operations .operation-item .text::after,
.cheek-thinning .m-operations .operations .operation-item .text::after,
.mouth-wrinkles .m-operations .operations .operation-item .text::after,
.chin-double .m-operations .operations .operation-item .text::after,
.neck-sagging .m-operations .operations .operation-item .text::after {
  margin-top: -3px;
}
.forehead-wrinkles .m-operations .operations .others,
.forehead-depression .m-operations .operations .others,
.glabella-wrinkles .m-operations .operations .others,
.eye-sunken .m-operations .operations .others,
.sp-sagging .m-operations .operations .others,
.eye-darkcircle .m-operations .operations .others,
.eyes-sagging .m-operations .operations .others,
.crowsfeet .m-operations .operations .others,
.eyes-wrinkles .m-operations .operations .others,
.temple-depression .m-operations .operations .others,
.cheek-sagging .m-operations .operations .others,
.cheek-thinning .m-operations .operations .others,
.mouth-wrinkles .m-operations .operations .others,
.chin-double .m-operations .operations .others,
.neck-sagging .m-operations .operations .others {
  justify-content: space-between;
  margin-bottom: 40px;
}
.forehead-wrinkles .m-operations .operations .others .operation-item,
.forehead-depression .m-operations .operations .others .operation-item,
.glabella-wrinkles .m-operations .operations .others .operation-item,
.eye-sunken .m-operations .operations .others .operation-item,
.sp-sagging .m-operations .operations .others .operation-item,
.eye-darkcircle .m-operations .operations .others .operation-item,
.eyes-sagging .m-operations .operations .others .operation-item,
.crowsfeet .m-operations .operations .others .operation-item,
.eyes-wrinkles .m-operations .operations .others .operation-item,
.temple-depression .m-operations .operations .others .operation-item,
.cheek-sagging .m-operations .operations .others .operation-item,
.cheek-thinning .m-operations .operations .others .operation-item,
.mouth-wrinkles .m-operations .operations .others .operation-item,
.chin-double .m-operations .operations .others .operation-item,
.neck-sagging .m-operations .operations .others .operation-item {
  flex-basis: 50%;
  border-bottom: 1px dotted #d7d4d3;
}
.forehead-wrinkles .m-operations .operations .others .operation-item .item-inner,
.forehead-depression .m-operations .operations .others .operation-item .item-inner,
.glabella-wrinkles .m-operations .operations .others .operation-item .item-inner,
.eye-sunken .m-operations .operations .others .operation-item .item-inner,
.sp-sagging .m-operations .operations .others .operation-item .item-inner,
.eye-darkcircle .m-operations .operations .others .operation-item .item-inner,
.eyes-sagging .m-operations .operations .others .operation-item .item-inner,
.crowsfeet .m-operations .operations .others .operation-item .item-inner,
.eyes-wrinkles .m-operations .operations .others .operation-item .item-inner,
.temple-depression .m-operations .operations .others .operation-item .item-inner,
.cheek-sagging .m-operations .operations .others .operation-item .item-inner,
.cheek-thinning .m-operations .operations .others .operation-item .item-inner,
.mouth-wrinkles .m-operations .operations .others .operation-item .item-inner,
.chin-double .m-operations .operations .others .operation-item .item-inner,
.neck-sagging .m-operations .operations .others .operation-item .item-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0 6px;
  background-position: right top 25px;
}
.forehead-wrinkles .m-operations .operations .others .operation-item .pic,
.forehead-depression .m-operations .operations .others .operation-item .pic,
.glabella-wrinkles .m-operations .operations .others .operation-item .pic,
.eye-sunken .m-operations .operations .others .operation-item .pic,
.sp-sagging .m-operations .operations .others .operation-item .pic,
.eye-darkcircle .m-operations .operations .others .operation-item .pic,
.eyes-sagging .m-operations .operations .others .operation-item .pic,
.crowsfeet .m-operations .operations .others .operation-item .pic,
.eyes-wrinkles .m-operations .operations .others .operation-item .pic,
.temple-depression .m-operations .operations .others .operation-item .pic,
.cheek-sagging .m-operations .operations .others .operation-item .pic,
.cheek-thinning .m-operations .operations .others .operation-item .pic,
.mouth-wrinkles .m-operations .operations .others .operation-item .pic,
.chin-double .m-operations .operations .others .operation-item .pic,
.neck-sagging .m-operations .operations .others .operation-item .pic {
  position: static;
  order: 1;
  margin: 0 10px 6px 0;
}
.forehead-wrinkles .m-operations .operations .others .operation-item .pic img,
.forehead-depression .m-operations .operations .others .operation-item .pic img,
.glabella-wrinkles .m-operations .operations .others .operation-item .pic img,
.eye-sunken .m-operations .operations .others .operation-item .pic img,
.sp-sagging .m-operations .operations .others .operation-item .pic img,
.eye-darkcircle .m-operations .operations .others .operation-item .pic img,
.eyes-sagging .m-operations .operations .others .operation-item .pic img,
.crowsfeet .m-operations .operations .others .operation-item .pic img,
.eyes-wrinkles .m-operations .operations .others .operation-item .pic img,
.temple-depression .m-operations .operations .others .operation-item .pic img,
.cheek-sagging .m-operations .operations .others .operation-item .pic img,
.cheek-thinning .m-operations .operations .others .operation-item .pic img,
.mouth-wrinkles .m-operations .operations .others .operation-item .pic img,
.chin-double .m-operations .operations .others .operation-item .pic img,
.neck-sagging .m-operations .operations .others .operation-item .pic img {
  width: 38px;
  height: auto;
}
.forehead-wrinkles .m-operations .operations .others .operation-item .name,
.forehead-depression .m-operations .operations .others .operation-item .name,
.glabella-wrinkles .m-operations .operations .others .operation-item .name,
.eye-sunken .m-operations .operations .others .operation-item .name,
.sp-sagging .m-operations .operations .others .operation-item .name,
.eye-darkcircle .m-operations .operations .others .operation-item .name,
.eyes-sagging .m-operations .operations .others .operation-item .name,
.crowsfeet .m-operations .operations .others .operation-item .name,
.eyes-wrinkles .m-operations .operations .others .operation-item .name,
.temple-depression .m-operations .operations .others .operation-item .name,
.cheek-sagging .m-operations .operations .others .operation-item .name,
.cheek-thinning .m-operations .operations .others .operation-item .name,
.mouth-wrinkles .m-operations .operations .others .operation-item .name,
.chin-double .m-operations .operations .others .operation-item .name,
.neck-sagging .m-operations .operations .others .operation-item .name {
  flex: 1;
  order: 2;
  margin: 0 20px 6px 0;
  line-height: 1.2857142857;
  font-size: 1.4em;
}
.forehead-wrinkles .m-operations .operations .others .operation-item .name a,
.forehead-depression .m-operations .operations .others .operation-item .name a,
.glabella-wrinkles .m-operations .operations .others .operation-item .name a,
.eye-sunken .m-operations .operations .others .operation-item .name a,
.sp-sagging .m-operations .operations .others .operation-item .name a,
.eye-darkcircle .m-operations .operations .others .operation-item .name a,
.eyes-sagging .m-operations .operations .others .operation-item .name a,
.crowsfeet .m-operations .operations .others .operation-item .name a,
.eyes-wrinkles .m-operations .operations .others .operation-item .name a,
.temple-depression .m-operations .operations .others .operation-item .name a,
.cheek-sagging .m-operations .operations .others .operation-item .name a,
.cheek-thinning .m-operations .operations .others .operation-item .name a,
.mouth-wrinkles .m-operations .operations .others .operation-item .name a,
.chin-double .m-operations .operations .others .operation-item .name a,
.neck-sagging .m-operations .operations .others .operation-item .name a {
  font-weight: bold;
  color: #7f7875;
}
.forehead-wrinkles .m-operations .operations .others .operation-item .text,
.forehead-depression .m-operations .operations .others .operation-item .text,
.glabella-wrinkles .m-operations .operations .others .operation-item .text,
.eye-sunken .m-operations .operations .others .operation-item .text,
.sp-sagging .m-operations .operations .others .operation-item .text,
.eye-darkcircle .m-operations .operations .others .operation-item .text,
.eyes-sagging .m-operations .operations .others .operation-item .text,
.crowsfeet .m-operations .operations .others .operation-item .text,
.eyes-wrinkles .m-operations .operations .others .operation-item .text,
.temple-depression .m-operations .operations .others .operation-item .text,
.cheek-sagging .m-operations .operations .others .operation-item .text,
.cheek-thinning .m-operations .operations .others .operation-item .text,
.mouth-wrinkles .m-operations .operations .others .operation-item .text,
.chin-double .m-operations .operations .others .operation-item .text,
.neck-sagging .m-operations .operations .others .operation-item .text {
  flex-basis: 100%;
  order: 3;
  margin: 0;
  line-height: 1.5714285714;
}
.forehead-wrinkles .m-operations .operations .others .operation-item .text::before,
.forehead-depression .m-operations .operations .others .operation-item .text::before,
.glabella-wrinkles .m-operations .operations .others .operation-item .text::before,
.eye-sunken .m-operations .operations .others .operation-item .text::before,
.sp-sagging .m-operations .operations .others .operation-item .text::before,
.eye-darkcircle .m-operations .operations .others .operation-item .text::before,
.eyes-sagging .m-operations .operations .others .operation-item .text::before,
.crowsfeet .m-operations .operations .others .operation-item .text::before,
.eyes-wrinkles .m-operations .operations .others .operation-item .text::before,
.temple-depression .m-operations .operations .others .operation-item .text::before,
.cheek-sagging .m-operations .operations .others .operation-item .text::before,
.cheek-thinning .m-operations .operations .others .operation-item .text::before,
.mouth-wrinkles .m-operations .operations .others .operation-item .text::before,
.chin-double .m-operations .operations .others .operation-item .text::before,
.neck-sagging .m-operations .operations .others .operation-item .text::before {
  margin-top: -4px;
}
.forehead-wrinkles .m-operations .operations .others .operation-item .text::after,
.forehead-depression .m-operations .operations .others .operation-item .text::after,
.glabella-wrinkles .m-operations .operations .others .operation-item .text::after,
.eye-sunken .m-operations .operations .others .operation-item .text::after,
.sp-sagging .m-operations .operations .others .operation-item .text::after,
.eye-darkcircle .m-operations .operations .others .operation-item .text::after,
.eyes-sagging .m-operations .operations .others .operation-item .text::after,
.crowsfeet .m-operations .operations .others .operation-item .text::after,
.eyes-wrinkles .m-operations .operations .others .operation-item .text::after,
.temple-depression .m-operations .operations .others .operation-item .text::after,
.cheek-sagging .m-operations .operations .others .operation-item .text::after,
.cheek-thinning .m-operations .operations .others .operation-item .text::after,
.mouth-wrinkles .m-operations .operations .others .operation-item .text::after,
.chin-double .m-operations .operations .others .operation-item .text::after,
.neck-sagging .m-operations .operations .others .operation-item .text::after {
  margin-top: -4px;
}
.forehead-wrinkles .m-operations .operations .m-genre-item,
.forehead-depression .m-operations .operations .m-genre-item,
.glabella-wrinkles .m-operations .operations .m-genre-item,
.eye-sunken .m-operations .operations .m-genre-item,
.sp-sagging .m-operations .operations .m-genre-item,
.eye-darkcircle .m-operations .operations .m-genre-item,
.eyes-sagging .m-operations .operations .m-genre-item,
.crowsfeet .m-operations .operations .m-genre-item,
.eyes-wrinkles .m-operations .operations .m-genre-item,
.temple-depression .m-operations .operations .m-genre-item,
.cheek-sagging .m-operations .operations .m-genre-item,
.cheek-thinning .m-operations .operations .m-genre-item,
.mouth-wrinkles .m-operations .operations .m-genre-item,
.chin-double .m-operations .operations .m-genre-item,
.neck-sagging .m-operations .operations .m-genre-item {
  margin: 0 10px;
}
.forehead-wrinkles .m-operations .operations .m-genre-item > .title,
.forehead-depression .m-operations .operations .m-genre-item > .title,
.glabella-wrinkles .m-operations .operations .m-genre-item > .title,
.eye-sunken .m-operations .operations .m-genre-item > .title,
.sp-sagging .m-operations .operations .m-genre-item > .title,
.eye-darkcircle .m-operations .operations .m-genre-item > .title,
.eyes-sagging .m-operations .operations .m-genre-item > .title,
.crowsfeet .m-operations .operations .m-genre-item > .title,
.eyes-wrinkles .m-operations .operations .m-genre-item > .title,
.temple-depression .m-operations .operations .m-genre-item > .title,
.cheek-sagging .m-operations .operations .m-genre-item > .title,
.cheek-thinning .m-operations .operations .m-genre-item > .title,
.mouth-wrinkles .m-operations .operations .m-genre-item > .title,
.chin-double .m-operations .operations .m-genre-item > .title,
.neck-sagging .m-operations .operations .m-genre-item > .title {
  margin-bottom: 7px;
  padding-left: 14px;
  border: 0;
  border-left: 5px solid #94bc5a;
  background: #f7f5f3;
  text-align: left;
  line-height: 2.2857142857;
  font-size: 1.4em;
  font-weight: bold;
  color: #7f7875;
}
.forehead-wrinkles .m-operations .operations .m-genre-item .operation-list,
.forehead-depression .m-operations .operations .m-genre-item .operation-list,
.glabella-wrinkles .m-operations .operations .m-genre-item .operation-list,
.eye-sunken .m-operations .operations .m-genre-item .operation-list,
.sp-sagging .m-operations .operations .m-genre-item .operation-list,
.eye-darkcircle .m-operations .operations .m-genre-item .operation-list,
.eyes-sagging .m-operations .operations .m-genre-item .operation-list,
.crowsfeet .m-operations .operations .m-genre-item .operation-list,
.eyes-wrinkles .m-operations .operations .m-genre-item .operation-list,
.temple-depression .m-operations .operations .m-genre-item .operation-list,
.cheek-sagging .m-operations .operations .m-genre-item .operation-list,
.cheek-thinning .m-operations .operations .m-genre-item .operation-list,
.mouth-wrinkles .m-operations .operations .m-genre-item .operation-list,
.chin-double .m-operations .operations .m-genre-item .operation-list,
.neck-sagging .m-operations .operations .m-genre-item .operation-list {
  margin-bottom: 20px;
}
.forehead-wrinkles .m-operations .operations .m-genre-item .operation-item,
.forehead-depression .m-operations .operations .m-genre-item .operation-item,
.glabella-wrinkles .m-operations .operations .m-genre-item .operation-item,
.eye-sunken .m-operations .operations .m-genre-item .operation-item,
.sp-sagging .m-operations .operations .m-genre-item .operation-item,
.eye-darkcircle .m-operations .operations .m-genre-item .operation-item,
.eyes-sagging .m-operations .operations .m-genre-item .operation-item,
.crowsfeet .m-operations .operations .m-genre-item .operation-item,
.eyes-wrinkles .m-operations .operations .m-genre-item .operation-item,
.temple-depression .m-operations .operations .m-genre-item .operation-item,
.cheek-sagging .m-operations .operations .m-genre-item .operation-item,
.cheek-thinning .m-operations .operations .m-genre-item .operation-item,
.mouth-wrinkles .m-operations .operations .m-genre-item .operation-item,
.chin-double .m-operations .operations .m-genre-item .operation-item,
.neck-sagging .m-operations .operations .m-genre-item .operation-item {
  flex-basis: 314px;
  margin: 0;
  border-top: 1px dotted #d7d4d3;
  border-bottom: 0;
}
.forehead-wrinkles .m-operations .operations .m-genre-item .operation-item:nth-child(1), .forehead-wrinkles .m-operations .operations .m-genre-item .operation-item:nth-child(2),
.forehead-depression .m-operations .operations .m-genre-item .operation-item:nth-child(1),
.forehead-depression .m-operations .operations .m-genre-item .operation-item:nth-child(2),
.glabella-wrinkles .m-operations .operations .m-genre-item .operation-item:nth-child(1),
.glabella-wrinkles .m-operations .operations .m-genre-item .operation-item:nth-child(2),
.eye-sunken .m-operations .operations .m-genre-item .operation-item:nth-child(1),
.eye-sunken .m-operations .operations .m-genre-item .operation-item:nth-child(2),
.sp-sagging .m-operations .operations .m-genre-item .operation-item:nth-child(1),
.sp-sagging .m-operations .operations .m-genre-item .operation-item:nth-child(2),
.eye-darkcircle .m-operations .operations .m-genre-item .operation-item:nth-child(1),
.eye-darkcircle .m-operations .operations .m-genre-item .operation-item:nth-child(2),
.eyes-sagging .m-operations .operations .m-genre-item .operation-item:nth-child(1),
.eyes-sagging .m-operations .operations .m-genre-item .operation-item:nth-child(2),
.crowsfeet .m-operations .operations .m-genre-item .operation-item:nth-child(1),
.crowsfeet .m-operations .operations .m-genre-item .operation-item:nth-child(2),
.eyes-wrinkles .m-operations .operations .m-genre-item .operation-item:nth-child(1),
.eyes-wrinkles .m-operations .operations .m-genre-item .operation-item:nth-child(2),
.temple-depression .m-operations .operations .m-genre-item .operation-item:nth-child(1),
.temple-depression .m-operations .operations .m-genre-item .operation-item:nth-child(2),
.cheek-sagging .m-operations .operations .m-genre-item .operation-item:nth-child(1),
.cheek-sagging .m-operations .operations .m-genre-item .operation-item:nth-child(2),
.cheek-thinning .m-operations .operations .m-genre-item .operation-item:nth-child(1),
.cheek-thinning .m-operations .operations .m-genre-item .operation-item:nth-child(2),
.mouth-wrinkles .m-operations .operations .m-genre-item .operation-item:nth-child(1),
.mouth-wrinkles .m-operations .operations .m-genre-item .operation-item:nth-child(2),
.chin-double .m-operations .operations .m-genre-item .operation-item:nth-child(1),
.chin-double .m-operations .operations .m-genre-item .operation-item:nth-child(2),
.neck-sagging .m-operations .operations .m-genre-item .operation-item:nth-child(1),
.neck-sagging .m-operations .operations .m-genre-item .operation-item:nth-child(2) {
  border: 0;
}
.forehead-wrinkles .m-operations .operations .m-genre-item .operation-item .name,
.forehead-depression .m-operations .operations .m-genre-item .operation-item .name,
.glabella-wrinkles .m-operations .operations .m-genre-item .operation-item .name,
.eye-sunken .m-operations .operations .m-genre-item .operation-item .name,
.sp-sagging .m-operations .operations .m-genre-item .operation-item .name,
.eye-darkcircle .m-operations .operations .m-genre-item .operation-item .name,
.eyes-sagging .m-operations .operations .m-genre-item .operation-item .name,
.crowsfeet .m-operations .operations .m-genre-item .operation-item .name,
.eyes-wrinkles .m-operations .operations .m-genre-item .operation-item .name,
.temple-depression .m-operations .operations .m-genre-item .operation-item .name,
.cheek-sagging .m-operations .operations .m-genre-item .operation-item .name,
.cheek-thinning .m-operations .operations .m-genre-item .operation-item .name,
.mouth-wrinkles .m-operations .operations .m-genre-item .operation-item .name,
.chin-double .m-operations .operations .m-genre-item .operation-item .name,
.neck-sagging .m-operations .operations .m-genre-item .operation-item .name {
  font-size: 1.5em;
}
.forehead-wrinkles .m-operations .operations .m-genre-item .operation-item .name a,
.forehead-depression .m-operations .operations .m-genre-item .operation-item .name a,
.glabella-wrinkles .m-operations .operations .m-genre-item .operation-item .name a,
.eye-sunken .m-operations .operations .m-genre-item .operation-item .name a,
.sp-sagging .m-operations .operations .m-genre-item .operation-item .name a,
.eye-darkcircle .m-operations .operations .m-genre-item .operation-item .name a,
.eyes-sagging .m-operations .operations .m-genre-item .operation-item .name a,
.crowsfeet .m-operations .operations .m-genre-item .operation-item .name a,
.eyes-wrinkles .m-operations .operations .m-genre-item .operation-item .name a,
.temple-depression .m-operations .operations .m-genre-item .operation-item .name a,
.cheek-sagging .m-operations .operations .m-genre-item .operation-item .name a,
.cheek-thinning .m-operations .operations .m-genre-item .operation-item .name a,
.mouth-wrinkles .m-operations .operations .m-genre-item .operation-item .name a,
.chin-double .m-operations .operations .m-genre-item .operation-item .name a,
.neck-sagging .m-operations .operations .m-genre-item .operation-item .name a {
  font-weight: bold;
  text-decoration: none;
}
.forehead-wrinkles .m-operations .operations .m-genre-item .operation-item .text,
.forehead-depression .m-operations .operations .m-genre-item .operation-item .text,
.glabella-wrinkles .m-operations .operations .m-genre-item .operation-item .text,
.eye-sunken .m-operations .operations .m-genre-item .operation-item .text,
.sp-sagging .m-operations .operations .m-genre-item .operation-item .text,
.eye-darkcircle .m-operations .operations .m-genre-item .operation-item .text,
.eyes-sagging .m-operations .operations .m-genre-item .operation-item .text,
.crowsfeet .m-operations .operations .m-genre-item .operation-item .text,
.eyes-wrinkles .m-operations .operations .m-genre-item .operation-item .text,
.temple-depression .m-operations .operations .m-genre-item .operation-item .text,
.cheek-sagging .m-operations .operations .m-genre-item .operation-item .text,
.cheek-thinning .m-operations .operations .m-genre-item .operation-item .text,
.mouth-wrinkles .m-operations .operations .m-genre-item .operation-item .text,
.chin-double .m-operations .operations .m-genre-item .operation-item .text,
.neck-sagging .m-operations .operations .m-genre-item .operation-item .text {
  line-height: 1.3333333333;
  font-size: 1.2em;
}

.glabella-wrinkles .m-operations > .title,
.eye-sunken .m-operations > .title,
.sp-sagging .m-operations > .title,
.eyes-sagging .m-operations > .title,
.eyes-wrinkles .m-operations > .title,
.temple-depression .m-operations > .title,
.cheek-sagging .m-operations > .title,
.mouth-wrinkles .m-operations > .title {
  margin-bottom: 20px;
  padding: 0 0 1px 12px;
  height: 31px;
  border: 0;
  background: url(../img/subtitle_bg.gif) left top repeat-x;
  line-height: 31px;
  font-size: 1.4em;
  color: #7f7875;
  border-top: 3px solid #ec7c78;
  border-bottom: 1px solid #baafa6;
  margin: 0 10px 20px;
}

.cheek-thinning .m-title::before {
  background-image: url(../img/troubles_cheek-thinning_title_bg.png);
}
.cheek-thinning .m-effect > .title {
  margin-bottom: 20px;
}
.cheek-thinning .m-effect-contents {
  float: none;
  padding: 0;
  width: auto;
}
.cheek-thinning .m-effect-contents::before {
  content: none;
}
.cheek-thinning .m-effect-contents:nth-child(1) {
  background: url(../img/troubles_cheek-thinning_effect_bg1.jpg) 0 0 no-repeat;
}
.cheek-thinning .m-effect .effect-useful {
  padding-bottom: 40px;
  padding-left: 296px;
}
.cheek-thinning .m-effect .effect-useful .text {
  display: inline-flex;
}
.cheek-thinning .m-effect .effect-useful .text span {
  display: block;
  padding: 13px 15px;
  border-radius: 4px;
  background: #f5f3f1;
  font-size: 15px;
  font-weight: bold;
}
.cheek-thinning .m-effect .effect-useful .text .emphasis {
  padding: 0;
  background: none;
  font-weight: bold;
  color: #ec7c78;
}
.cheek-thinning .m-effect .effect-useful .text:nth-child(even) {
  float: right;
}
.cheek-thinning .m-effect .effect-useful .text + .text {
  margin-top: 10px;
}
.cheek-thinning .m-effect .effect-comments {
  border: 1px solid #c7bcb4;
}
.cheek-thinning .m-effect .effect-comments__title {
  display: block;
  border-bottom: 1px solid #c7bcb4;
  background: linear-gradient(to bottom, #f4f2ef, #fefefe);
  font-size: 14px;
}
.cheek-thinning .m-effect .effect-comments__title span {
  display: table-cell;
  vertical-align: middle;
}
.cheek-thinning .m-effect .effect-comments__title span + span {
  padding-left: 10px;
}
.cheek-thinning .m-effect .effect-comments__text {
  padding: 15px;
  text-align: justify;
  line-height: 1.6666666667;
  font-size: 12px;
}
.cheek-thinning .m-case2 > .lead {
  margin-bottom: 30px;
}
.cheek-thinning .p-comparison tbody td {
  width: 297px;
}
.cheek-thinning .p-comparison tbody tr:last-child td:first-of-type li {
  margin-left: 1em;
  text-indent: -1.1em;
}
.cheek-thinning .p-comparison tbody tr:last-child td:first-of-type li::before {
  content: '×';
  margin-right: .5em;
}
.cheek-thinning .p-comparison tbody tr:last-child td:last-child li {
  margin-left: 1em;
  text-indent: -1em;
}
.cheek-thinning .p-comparison tbody tr:last-child td:last-child li::before {
  content: '〇';
}
.cheek-thinning .p-improvement .text {
  margin-bottom: 20px;
}
.cheek-thinning .p-improvement .pic {
  margin-bottom: 30px;
  text-align: center;
}
.cheek-thinning .p-cause__contents:has(.title + .text) {
  display: grid;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.cheek-thinning .p-cause__contents:has(.title + .text) .title {
  grid-row: 1 / 2;
  grid-column: 1 / 3;
}
.cheek-thinning .p-cause__contents:has(.title + .text) .text {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
}
.cheek-thinning .p-cause__contents:has(.title + .text) .pic {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}
.cheek-thinning .p-cause__contents:has(.pic + .text) .pic {
  float: right;
  margin-left: 25px;
}
.cheek-thinning .p-fatinjection > .text {
  margin-bottom: 20px;
}
.cheek-thinning .p-fatinjection > .pic {
  float: right;
  width: 336px;
}
.cheek-thinning .p-fatinjection > .pic .pic-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 4px;
  height: 103px;
  color: #7f7875;
}
.cheek-thinning .p-fatinjection > .pic .pic-item-img {
  order: 1;
  margin-right: 10px;
}
.cheek-thinning .p-fatinjection > .pic .pic-item-title {
  order: 2;
  margin-top: 10px;
  margin-bottom: 6px;
  font-size: 1.4em;
  font-weight: bold;
}
.cheek-thinning .p-fatinjection > .pic .pic-item-text {
  order: 3;
  width: 220px;
  line-height: 1.4;
  color: #6e6e6e;
}
.cheek-thinning .p-fatinjection__contents {
  margin-top: 30px;
}
.cheek-thinning .p-fatinjection__subcontents {
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  grid-template-rows: min-content 1fr;
}
.cheek-thinning .p-fatinjection__subcontents + .p-fatinjection__subcontents {
  margin-top: 20px;
}
.cheek-thinning .p-fatinjection__subcontents .sub-title {
  grid-row: 1 / 2;
  grid-column: 1 / 3;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 4px solid #f5b5ab;
  font-size: 1.6em;
  font-weight: bold;
  color: #7f7875;
}
.cheek-thinning .p-fatinjection__subcontents .text {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
}
.cheek-thinning .p-fatinjection__subcontents .pic {
  grid-row: 1 / 3;
  grid-column: 2 / 3;
}
.cheek-thinning .p-other > .text {
  margin-bottom: 30px;
}
.cheek-thinning .p-committed .pic {
  float: right;
}

.forehead-depression .m-title::before {
  background-image: url(../img/troubles_forehead-depression_title_bg.png);
}
.forehead-depression .m-case-movie__pic {
  margin-bottom: 40px;
}
.forehead-depression .m-case-item.full {
  width: 100%;
}
.forehead-depression .m-case-item.full .before-after .before,
.forehead-depression .m-case-item.full .before-after .after {
  width: 50%;
}
.forehead-depression .p-summary .section2 .pic {
  float: none;
  margin: 0;
}
.forehead-depression .p-summary .section2 .pic .title {
  padding-left: 11px;
  border-left: 3px solid #f4b5ac;
  font-weight: bold;
  color: #7f7875;
  clear: both;
  margin-bottom: 20px;
  padding: 0;
  border: 0;
  line-height: 1.3125;
  font-size: 1.6em;
}
.forehead-depression .p-summary .section2 .pic .title::before {
  content: '';
  display: inline-block;
  margin-right: 11px;
  height: 1.3125em;
  border-left: 3px solid #f4b5ac;
  vertical-align: top;
}
.forehead-depression .p-committed .section1 .pic-img {
  position: relative;
  padding-left: 22px;
}
.forehead-depression .p-committed .section1 .pic-img > .flow-list {
  display: flex;
  position: absolute;
  top: 44px;
  right: 40px;
  bottom: -20px;
  left: -33px;
  justify-content: space-between;
}
.forehead-depression .p-committed .section1 .pic-img > .flow-list > .flow-item {
  display: flex;
  align-items: center;
  width: 55px;
  line-height: 1.2;
  font-size: 1em;
  color: #7f7875;
  writing-mode: vertical-rl;
  text-orientation: upright;
  box-sizing: border-box;
}
.forehead-depression .p-committed .section1 .pic-img > .flow-list > .flow-item .flow-list {
  writing-mode: initial;
  text-orientation: initial;
}
.forehead-depression .p-committed .section1 .flow-item {
  line-height: 1.2;
  font-size: 1em;
  color: #7f7875;
}
.forehead-depression .p-committed .section1 .flow-item .emphasis {
  font-weight: bold;
  color: #f2aa45;
}
.forehead-depression .p-committed .section1 .flow-item.no1 {
  padding-left: 33px;
}
.forehead-depression .p-committed .section1 .flow-item.no4 .flow-list {
  display: flex;
  position: absolute;
  top: 185px;
  right: 25px;
  bottom: 6px;
  left: 236px;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
.forehead-depression .p-committed .section1 .flow-item.no5 .flow-list {
  display: flex;
  position: absolute;
  top: 185px;
  right: -35px;
  bottom: 6px;
  left: 313px;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
.forehead-depression .p-comparison tbody td {
  width: 198px;
}
.forehead-depression .p-comparison tbody tr td li {
  margin-left: 1em;
  text-indent: -1em;
}
.forehead-depression #related.p-related table {
  margin-right: 20px;
  width: calc(100% - 20px);
}

.chin-double .p-summary__contents.section2 table {
  width: calc(100% - 20px);
  border: 1px solid #c7bcb5;
  font-size: 1.2em;
  color: #7f7875;
}
.chin-double .p-summary__contents.section2 th,
.chin-double .p-summary__contents.section2 td {
  height: 36px;
  line-height: 1.5;
  box-sizing: border-box;
}
.chin-double .p-summary__contents.section2 th {
  text-align: center;
}
.chin-double .p-summary__contents.section2 thead td {
  background: #f8f6f5;
}
.chin-double .p-summary__contents.section2 thead th {
  border: 1px solid #c7bcb5;
  background: #a39489;
  font-weight: bold;
  color: #fff;
}
.chin-double .p-summary__contents.section2 tbody th {
  border: 1px solid #c7bcb5;
  background: #f8f6f5;
  font-weight: bold;
}
.chin-double .p-summary__contents.section2 tbody td {
  padding: 4px 8px;
  border: 1px solid #c7bcb5;
  text-align: center;
}
.chin-double .p-summary__contents.section2 tbody ul {
  text-align: left;
}
.chin-double .p-summary__contents.section2 tbody li {
  line-height: 1.5;
}
.chin-double .p-summary__contents.section2 tbody li::before {
  content: '・';
}
.chin-double .p-summary__contents.section2 table {
  width: 100%;
}

.chin-double .m-title::before {
  background-image: url(../img/troubles_chin-double_title_bg.png);
}
.chin-double .p-summary__contents.section2 tbody th {
  width: 88px;
}
.chin-double .p-summary__contents.section2 tbody td {
  width: 297px;
}

.forehead-wrinkles .m-title::before {
  background-image: url(../img/troubles_forehead-wrinkles_title_bg.png);
}
.forehead-wrinkles .p-summary .m-sub-contents {
  margin: 40px 0 0;
}
.forehead-wrinkles .p-comparison table {
  margin-bottom: 40px;
}
.forehead-wrinkles .p-comparison table thead a {
  text-decoration: underline;
  color: #fff;
}
.forehead-wrinkles .p-comparison table tbody th {
  width: 112px;
}
.forehead-wrinkles .p-comparison table tbody td {
  width: 190px;
}
.forehead-wrinkles .p-comparison table tbody tr:last-child td li {
  margin-left: 1em;
  text-indent: -1.1em;
}
.forehead-wrinkles .p-comparison table tbody tr:last-child td li::before {
  content: '×';
  margin-right: .5em;
}
.forehead-wrinkles .p-comparison table tbody tr:last-child td:first-of-type li {
  margin-left: 1em;
  text-indent: -1em;
}
.forehead-wrinkles .p-comparison table tbody tr:last-child td:first-of-type li::before {
  content: '〇';
  margin: 0;
}
.forehead-wrinkles .p-comparison__contents {
  overflow: hidden;
}
.forehead-wrinkles .p-comparison__contents .pic {
  float: right;
  margin: 0 0 25px 25px;
}
.forehead-wrinkles .p-comparison__contents .text {
  margin: 0;
}
.forehead-wrinkles .p-committed > .pic {
  float: right;
  margin: 0 0 40px 25px;
}
.forehead-wrinkles .p-committed__contents {
  overflow: inherit;
  clear: both;
}
.forehead-wrinkles .p-committed .section1 .pic-item-title,
.forehead-wrinkles .p-committed .section1 .pic-item-text {
  width: 220px;
}

.neck-sagging .m-title::before {
  background-image: url(../img/troubles_neck-sagging_title_bg.png);
}
.neck-sagging .p-summary > .lead {
  margin-bottom: 20px;
}
.neck-sagging .p-summary .p-summary__item {
  display: grid;
  grid-template-columns: 1fr min-content;
  grid-template-rows: min-content 1fr;
  gap: 20px;
}
.neck-sagging .p-summary .p-summary__item__title {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  font-size: 1.6em;
  font-weight: bold;
  color: #7f7875;
}
.neck-sagging .p-summary .p-summary__item__description {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  margin-bottom: 0;
}
.neck-sagging .p-summary .p-summary__item__pic {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}
.neck-sagging .p-summary .p-summary__item + .p-summary__item {
  margin-top: 20px;
}
.neck-sagging .p-comment {
  display: grid;
  grid-template-columns: 1fr min-content;
  grid-template-rows: min-content min-content 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 20px;
  background: #f6f4f2;
  color: #7f7875;
}
.neck-sagging .p-comment__title {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  margin-top: -28px;
}
.neck-sagging .p-comment__lead {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  margin-top: 20px;
  margin-bottom: 1em;
  font-size: 1.6em;
  font-weight: bold;
}
.neck-sagging .p-comment__text {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
  line-height: 1.625;
  font-size: 1.6em;
}
.neck-sagging .p-comment__text .emphasis {
  background: #f9f7c3;
  color: inherit;
}
.neck-sagging .p-comment__pic {
  grid-column: 2 / 3;
  grid-row: 1 / 4;
}
.neck-sagging .m-case .p-comment {
  margin-top: 30px;
}
.neck-sagging .p-comparison tbody th {
  width: 112px;
}
.neck-sagging .p-comparison tbody td {
  width: 285px;
}
.neck-sagging .p-comparison dt,
.neck-sagging .p-comparison dd {
  display: inline-block;
  line-height: 1.5;
}
.neck-sagging #related.p-related table {
  margin-top: 20px;
}
.neck-sagging #related.p-related table caption {
  margin-bottom: 5px;
}
.neck-sagging #related.p-related table thead th {
  padding: 5px 0;
  width: 180px;
  height: auto;
}
.neck-sagging #related.p-related table thead th .small {
  display: block;
  margin-top: 2px;
  line-height: 1;
  font-size: 0.8333333333em;
  color: #fff;
}
.neck-sagging #related.p-related table tbody th {
  width: auto;
}

.eye-darkcircle .m-title::before {
  background-image: url(../img/troubles_eye-darkcircle_title_bg.png);
}
.eye-darkcircle .m-anchor .anchor-item {
  flex-basis: 138px;
}
.eye-darkcircle .m-effect-contents + .m-effect-contents {
  margin-left: 3px;
}
.eye-darkcircle .m-effect-contents:nth-child(1) {
  background-image: url(../img/troubles_eye-darkcircle_effect_bg1.jpg);
}
.eye-darkcircle .m-effect-contents:nth-child(2) {
  background-image: url(../img/troubles_eye-darkcircle_effect_bg2.jpg);
}
.eye-darkcircle .m-effect-contents:nth-child(3) {
  background-image: url(../img/troubles_eye-darkcircle_effect_bg3.jpg);
}
.eye-darkcircle .m-about .pic {
  float: left;
  margin: 0 10px 30px 0;
}
.eye-darkcircle .m-about .text > * {
  line-height: 2;
  font-size: 15px;
  color: #7f7875;
}
.eye-darkcircle .m-about .text span {
  display: flex;
  padding-left: 16px;
  text-indent: -16px;
}
.eye-darkcircle .p-summary .lead {
  margin-bottom: 20px;
}
.eye-darkcircle .p-summary__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.eye-darkcircle .p-summary__contents .title {
  width: 100%;
}
.eye-darkcircle .p-summary__contents .text {
  width: 313px;
}
.eye-darkcircle .p-summary__contents .pic {
  float: none;
  margin: 0;
  width: 336px;
}
.eye-darkcircle .p-summary__contents .pic span {
  display: block;
}
.eye-darkcircle .p-summary__contents .pic span + span {
  margin-top: 30px;
}
.eye-darkcircle .p-comparison tbody th {
  width: 111px;
}
.eye-darkcircle .p-comparison tbody td {
  width: 143px;
}
.eye-darkcircle .p-comparison tbody td li {
  margin-left: 12px;
  text-indent: -12px;
}
.eye-darkcircle .p-comparison tbody tr:last-child td li.tru {
  margin-left: 14px;
  text-indent: -14px;
}
.eye-darkcircle .p-comparison tbody tr:last-child td li.tru::before {
  content: '〇';
}
.eye-darkcircle .p-comparison tbody tr:last-child td li.fal {
  margin-left: 14px;
  text-indent: -14px;
}
.eye-darkcircle .p-comparison tbody tr:last-child td li.fal::before {
  content: '×';
  margin: 0 3px;
}
.eye-darkcircle .p-committed .section1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.eye-darkcircle .p-committed .section1 .title {
  width: 100%;
}
.eye-darkcircle .p-committed .section1 .text {
  width: 314px;
  text-align: justify;
}
.eye-darkcircle .p-committed .section4 > .text {
  margin-bottom: 30px;
}
.eye-darkcircle .p-committed .section4 .pic {
  width: 334px;
}
.eye-darkcircle .p-committed .section4 .pic-title {
  order: 1;
  width: 100%;
}
.eye-darkcircle .p-committed .section4 .pic-text {
  order: 3;
  width: calc(100% - 334px - 10px);
  line-height: 1.4;
  color: #6e6e6e;
}
.eye-darkcircle .p-committed .section4 .pic-img {
  order: 2;
}
.eye-darkcircle .p-committed .section4 .pic figure {
  margin: 0;
}
.eye-darkcircle .p-committed .section4 .pic figcaption {
  margin-top: 8px;
  text-align: left;
  line-height: 1.6363636364;
  font-size: 1.1em;
  font-style: italic;
  color: #7f7875;
}
.eye-darkcircle .p-committed .section5 .text {
  margin-bottom: 20px;
}
.eye-darkcircle .p-committed .section5 .pic {
  float: none;
  margin: 0 0 20px;
}
.eye-darkcircle .p-plan {
  margin-bottom: 25px;
}
.eye-darkcircle .p-plan:not(:last-child) {
  float: left;
  width: 320px;
}
.eye-darkcircle .p-plan__title {
  padding-left: 11px;
  border-left: 3px solid #f4b5ac;
  font-weight: bold;
  color: #7f7875;
  clear: both;
  margin-bottom: 20px;
  padding: 0;
  border: 0;
  line-height: 1.3125;
  font-size: 1.6em;
}
.eye-darkcircle .p-plan__title::before {
  content: '';
  display: inline-block;
  margin-right: 11px;
  height: 1.3125em;
  border-left: 3px solid #f4b5ac;
  vertical-align: top;
}
.eye-darkcircle .p-plan__text {
  line-height: 2;
  font-size: 1.5em;
  color: #7f7875;
}
.eye-darkcircle .p-plan__text::before, .eye-darkcircle .p-plan__text::after {
  content: '';
  display: block;
}
.eye-darkcircle .p-plan__text::before {
  margin-top: -6px;
}
.eye-darkcircle .p-plan__text::after {
  margin-bottom: -6px;
}
.eye-darkcircle .m-flow-item {
  position: relative;
  padding: 30px 0;
  min-height: 156px;
  border-top: 1px dotted #c7bcb5;
  background-position: left 30px;
  background-repeat: no-repeat;
  background-size: 212px 156px;
}
.eye-darkcircle .m-flow-item > .item-inner {
  padding-left: 237px;
}
.eye-darkcircle .m-flow-item > .item-inner > .title {
  padding-left: 11px;
  border-left: 3px solid #f4b5ac;
  font-weight: bold;
  color: #7f7875;
  margin-bottom: 20px;
  line-height: 1.1666666667;
  font-size: 1.8em;
}
.eye-darkcircle .m-flow-item > .item-inner .text span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}
.eye-darkcircle .m-flow-item > .item-inner .text span + span {
  margin-top: 0;
}
.eye-darkcircle .m-flow-item > .item-inner .link {
  margin: 15px 0 0;
  text-align: right;
  font-size: 1.4em;
}
.eye-darkcircle .m-flow-item > .item-inner .link a {
  transition: all .1s linear;
  display: inline-block;
  padding: 19px 42px;
  width: 300px;
  background: url(../img/arrow/arrow16.png) right 11px center no-repeat #d3cbc5;
  text-align: center;
  line-height: 1;
  color: #7f7875;
  box-sizing: border-box;
}
.eye-darkcircle .m-flow-item > .item-inner .link a:hover {
  opacity: .6;
  color: #7f7875 !important;
}
.eye-darkcircle .m-flow-item::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -18px;
  left: 50%;
  z-index: 1;
  margin-left: -18px;
  width: 36px;
  height: 36px;
  background: url(../img/arrow/arrow14.png) center no-repeat #fff;
}
.eye-darkcircle .m-flow-item:last-child {
  padding-bottom: 0;
}
.eye-darkcircle .m-flow-item:last-child::before {
  content: initial;
}
.eye-darkcircle .m-flow-item:nth-child(1) {
  background-image: url(../img/operation_flow_bg1.jpg);
}
.eye-darkcircle .m-flow-item:nth-child(2) {
  background-image: url(../img/operation_flow_bg2.jpg);
}
.eye-darkcircle .m-flow-item:nth-child(3) {
  background-image: url(../img/operation_flow_bg3.jpg);
}
.eye-darkcircle .m-flow-item:nth-child(4) {
  background-image: url(../img/operation_flow_bg4.jpg);
}
.eye-darkcircle .m-flow-item:nth-child(5) {
  background-image: url(../img/operation_flow_bg5.jpg);
}
.eye-darkcircle .m-flow-item:nth-child(6) {
  background-image: url(../img/operation_flow_bg6.jpg);
}
.eye-darkcircle .p-related table {
  border: 0;
}
.eye-darkcircle .p-related table thead td {
  border: 1px solid #c7bcb5;
}
.eye-darkcircle .p-related .note {
  margin-top: -.5em;
  margin-bottom: 2em;
  color: #7f7875;
  font-size: 1em;
}
.eye-darkcircle .p-related .note small {
  font-size: 1em;
}

.eye-sunken .m-case .before-after > li {
  width: 165px;
  height: 165px;
}
.eye-sunken .m-case .before-after > li img {
  width: 100%;
  height: 100%;
}
.eye-sunken .m-case-item .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  line-height: 1.4;
  font-size: 14px;
}
.eye-sunken .m-case-item .text {
  margin-top: 5px;
  line-height: 1.75;
  font-size: 12px;
  color: #7f7876;
}
.eye-sunken .m-case .m-banner {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
.eye-sunken .m-case .link {
  text-align: right;
  font-size: 1.4em;
  margin: 30px 0;
}
.eye-sunken .m-case .link a {
  transition: all .1s linear;
  display: inline-block;
  padding: 19px 42px;
  background: url(../img/arrow/arrow16.png) right 11px center no-repeat #d3cbc5;
  color: #7f7875;
}
.eye-sunken .m-case .link a:hover {
  opacity: .6;
  color: #7f7875 !important;
}

.crowsfeet .m-title::before {
  background-image: url(../img/troubles_crowsfeet_title_bg.png);
}
.crowsfeet .p-comparison tbody th {
  width: 110px;
}
.crowsfeet .p-comparison tbody td {
  width: 191px;
}

.cellulite .m-title::before {
  background-image: url(../img/troubles_cellulite_title_bg.png);
  background-position: right 30px top;
}
.cellulite .m-contents .pic figcaption {
  text-align: right;
  font-size: 1.05em;
  font-style: italic;
  color: #7f7875;
}
.cellulite .m-effect .contents-inner {
  display: flex;
  justify-content: space-between;
}
.cellulite .m-effect-contents {
  padding: 150px 0 0;
  width: 218px;
  background-repeat: no-repeat;
  background-size: contain;
}
.cellulite .m-effect-contents > .title {
  margin-top: 5px;
  margin-bottom: 6px;
  line-height: 1.3333333333;
  font-size: 1.6em;
  font-weight: bold;
}
.cellulite .m-effect-contents > .text {
  line-height: 1.5714285714;
  font-size: 1.4em;
}
.cellulite .m-effect-contents:nth-child(1) {
  background-image: url(../img/troubles_cellulite_effect_bg1.jpg);
}
.cellulite .m-effect-contents:nth-child(2) {
  background-image: url(../img/troubles_cellulite_effect_bg2.jpg);
}
.cellulite .m-effect-contents:nth-child(3) {
  background-image: url(../img/troubles_cellulite_effect_bg3.jpg);
}
.cellulite .m-case .case-info:not(:first-child) {
  margin-top: 30px;
}
.cellulite .m-about > .pic {
  float: right;
  margin: 0 0 1.5em 1.5em;
  width: 334px;
}
.cellulite .m-about > .pic figcaption {
  margin-top: .9em;
}
.cellulite .m-about > .text {
  margin-bottom: 40px;
}
.cellulite .m-about .section2 .comparison-diagram {
  position: relative;
  width: 100%;
}
.cellulite .m-about .section2 .comparison-diagram::before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  left: 0;
  height: 1px;
  border-bottom: 1px #999998 dashed;
}
.cellulite .m-about .section2 .comparison-diagram th {
  width: 92px;
  height: 171px;
  background-color: #f8f6f4;
  text-align: center;
  line-height: 1.5;
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
  color: #7f7875;
}
.cellulite .m-about .section2 .comparison-diagram td {
  vertical-align: top;
}
.cellulite .m-about .section2 .comparison-diagram td ol {
  display: flex;
  justify-content: flex-end;
}
.cellulite .m-about .section2 .comparison-diagram td ol li {
  position: relative;
  width: 179px;
}
.cellulite .m-about .section2 .comparison-diagram td ol li:not(:first-child) {
  padding-left: 22px;
}
.cellulite .m-about .section2 .comparison-diagram td ol li:not(:first-child)::before {
  content: '';
  display: block;
  position: absolute;
  top: 56px;
  left: 7px;
  width: 11px;
  height: 19px;
  background: url(../img/troubles_cellulite_about_section2_bg1.png) top left no-repeat;
}
.cellulite .m-about .section2 .comparison-diagram td ol li > img {
  border: 1px solid #999998;
}
.cellulite .m-about .section2 .comparison-diagram td ol li > p {
  margin-top: .5em;
  line-height: 1.2727272727;
  font-size: 1.1em;
  color: #7f7875;
}
.cellulite .m-about .section2 .comparison-diagram tr:not(:first-child) {
  border-top: 10px #fff solid;
}
.cellulite .m-about .section2 .comparison-diagram tr:nth-child(2) th {
  background-color: #7f7875;
  color: #fff;
}
.cellulite .m-about .section2 .comparison-diagram tr:nth-child(2) td {
  padding-top: 8px;
}
.cellulite .m-kinds > table thead tr td:empty {
  width: 445px;
  background: linear-gradient(9.5deg, #fff 50%, #e5dfdb 51%, #fff 51%);
}
.cellulite .m-kinds .point-list {
  min-height: 36px;
  background: url(../img/troubles_faq_answer_bg_ohashi.png) left top no-repeat;
}
.cellulite .m-kinds-contents {
  margin-bottom: 30px;
}
.cellulite .m-kinds-contents + .m-kinds-contents {
  margin-top: 30px;
}
.cellulite .m-kinds-contents > .title {
  margin-bottom: 10px;
  padding: 10px 0;
  background: #96887f;
  text-align: center;
  line-height: 1.3;
  font-size: 14px;
  font-weight: bold;
  color: #e5e4e2;
}
.cellulite .m-kinds-contents > .title em {
  margin-left: 5px;
  font-size: 18px;
  color: #fefefe;
}
.cellulite .m-kinds-inner {
  display: flex;
}
.cellulite .m-kinds-inner .pic {
  margin-right: 10px;
  width: 298px;
}
.cellulite .m-kinds-inner .pic a {
  display: block;
  position: relative;
}
.cellulite .m-kinds-inner .pic a img {
  width: 100%;
  height: 100%;
}
.cellulite .m-kinds-inner .pic a:hover > * {
  opacity: .6;
}
.cellulite .m-kinds-inner .pic a:hover::after {
  opacity: .6;
}
.cellulite .m-kinds-inner .pic a::after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 22px;
  height: 22px;
  background: url(../img/arrow/arrow16.png) left top no-repeat;
}
.cellulite .m-kinds-inner table {
  width: 376px;
  border: 0;
  color: #7f7875;
}
.cellulite .m-kinds-inner table tbody th,
.cellulite .m-kinds-inner table tbody td {
  padding: 7px 0;
  height: auto;
  border: 0;
  border-bottom: 1px solid #e5dfdb;
  vertical-align: top;
}
.cellulite .m-kinds-inner table tbody th {
  width: 80px;
  line-height: 1.1666666667;
  font-size: 12px;
  font-weight: bold;
}
.cellulite .m-kinds-inner table tbody td {
  text-align: left;
  line-height: 1.3333333333;
  font-size: 12px;
}
.cellulite .m-kinds-inner table tbody li {
  padding-left: 12px;
  text-indent: -12px;
  line-height: 1.5;
}
.cellulite .m-kinds-inner table tbody li::before {
  content: '・';
}
.cellulite .m-kinds-inner table tbody tr:last-child th,
.cellulite .m-kinds-inner table tbody tr:last-child td {
  border-bottom: 0;
}
.cellulite .m-faq-item .answer {
  background: url(../img/troubles_faq_answer_bg_ohashi.png) 15px 20px no-repeat;
}
.cellulite .p-faq > .lead {
  margin-bottom: 20px;
}
.cellulite .p-faq .m-faq-item .answer .text {
  float: none;
  width: 100%;
}
.cellulite .p-faq .m-faq-item.no1 .answer > .pic {
  margin-top: 20px;
  width: 100%;
}
.cellulite .p-faq .m-faq-item.no1 .answer > .pic th {
  width: 98px;
  height: 173px;
  background-color: #a39489;
  background-color: #7f7875;
  text-align: center;
  line-height: 1.5;
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
}
.cellulite .p-faq .m-faq-item.no1 .answer > .pic td {
  vertical-align: top;
}
.cellulite .p-faq .m-faq-item.no1 .answer > .pic td ol {
  display: flex;
  justify-content: flex-end;
}
.cellulite .p-faq .m-faq-item.no1 .answer > .pic td ol li {
  position: relative;
  width: 160px;
}
.cellulite .p-faq .m-faq-item.no1 .answer > .pic td ol li:not(:first-child) {
  padding-left: 11px;
}
.cellulite .p-faq .m-faq-item.no1 .answer > .pic td ol li:not(:first-child)::before {
  content: '';
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  width: 12px;
  height: 21px;
  background: url(../img/troubles_cellulite_faq_bg1.png) top left no-repeat;
}
.cellulite .p-faq .m-faq-item.no1 .answer > .pic td ol li > p {
  margin-top: .5em;
  text-align: left;
  line-height: 1.2727272727;
  font-size: 1.1em;
  color: #7f7875;
}
.cellulite .p-faq .m-faq-item.no2 .answer table {
  width: calc(100% - 20px);
  border: 1px solid #c7bcb5;
  font-size: 1.2em;
  color: #7f7875;
}
.cellulite .p-faq .m-faq-item.no2 .answer th,
.cellulite .p-faq .m-faq-item.no2 .answer td {
  height: 36px;
  line-height: 1.5;
  box-sizing: border-box;
}
.cellulite .p-faq .m-faq-item.no2 .answer th {
  text-align: center;
}
.cellulite .p-faq .m-faq-item.no2 .answer thead td {
  background: #f8f6f5;
}
.cellulite .p-faq .m-faq-item.no2 .answer thead th {
  border: 1px solid #c7bcb5;
  background: #a39489;
  font-weight: bold;
  color: #fff;
}
.cellulite .p-faq .m-faq-item.no2 .answer tbody th {
  border: 1px solid #c7bcb5;
  background: #f8f6f5;
  font-weight: bold;
}
.cellulite .p-faq .m-faq-item.no2 .answer tbody td {
  padding: 4px 8px;
  border: 1px solid #c7bcb5;
  text-align: center;
}
.cellulite .p-faq .m-faq-item.no2 .answer tbody ul {
  text-align: left;
}
.cellulite .p-faq .m-faq-item.no2 .answer tbody li {
  line-height: 1.5;
}
.cellulite .p-faq .m-faq-item.no2 .answer tbody li::before {
  content: '・';
}
.cellulite .p-faq .m-faq-item.no2 .answer > table {
  margin-top: 20px;
  width: 100%;
}
.cellulite .p-faq .m-faq-item.no2 .answer > table thead tr th {
  width: 17%;
}
.cellulite .p-faq .m-faq-item.no2 .answer > table thead tr td {
  width: 16%;
}
.cellulite .p-faq .m-faq-item.no2 .answer > table th *,
.cellulite .p-faq .m-faq-item.no2 .answer > table td * {
  line-height: 1.5;
}
.cellulite .p-faq .m-faq-item.no2 .answer > table th a,
.cellulite .p-faq .m-faq-item.no2 .answer > table td a {
  text-decoration: underline;
  color: #fff;
}
.cellulite .p-faq .m-faq-item.no2 .answer > table th a:hover,
.cellulite .p-faq .m-faq-item.no2 .answer > table td a:hover {
  text-decoration: none;
  color: #fff !important;
}
.cellulite .m-banner {
  flex-wrap: nowrap;
}
.cellulite .m-banner .lead {
  position: static;
  margin: 0 10px 0 0 !important;
}
.cellulite .m-banner .banner-item {
  margin-left: 0 !important;
}

.armpit .m-title::before {
  background-image: url(../img/troubles_armpit_title_bg.png);
  background-position: right top;
}
.armpit .m-contents .pic figcaption {
  text-align: right;
  font-size: 1.05em;
  font-style: italic;
  color: #7f7875;
}
.armpit .m-effect > .title {
  margin-bottom: 20px;
}
.armpit .m-effect-contents {
  float: none;
  padding: 0;
  width: auto;
}
.armpit .m-effect-contents:nth-child(1) {
  background: url(../img/troubles_armpit_effect_bg1.png) left top no-repeat;
}
.armpit .m-effect-contents::before {
  content: none;
}
.armpit .m-effect .effect-useful {
  padding-bottom: 40px;
  padding-left: 296px;
}
.armpit .m-effect .effect-useful .text {
  display: inline-flex;
}
.armpit .m-effect .effect-useful .text span {
  display: block;
  padding: 13px 15px;
  border-radius: 4px;
  background: #f5f3f1;
  font-size: 15px;
  font-weight: bold;
}
.armpit .m-effect .effect-useful .text .emphasis {
  padding: 0;
  background: none;
  font-weight: bold;
  color: #ec7c78;
}
.armpit .m-effect .effect-useful .text:nth-child(even) {
  float: right;
}
.armpit .m-effect .effect-useful .text + .text {
  margin-top: 10px;
}
.armpit .m-effect .effect-comments {
  border: 1px solid #c7bcb4;
}
.armpit .m-effect .effect-comments__title {
  display: block;
  border-bottom: 1px solid #c7bcb4;
  background: linear-gradient(to bottom, #f4f2ef, #fefefe);
  font-size: 14px;
}
.armpit .m-effect .effect-comments__title span {
  display: table-cell;
  vertical-align: middle;
}
.armpit .m-effect .effect-comments__title span + span {
  padding-left: 10px;
}
.armpit .m-effect .effect-comments__text {
  padding: 15px;
  text-align: justify;
  line-height: 1.6666666667;
  font-size: 12px;
}
.armpit .m-case .m-case-item {
  margin-bottom: 0;
}
.armpit .case-info-table {
  margin-top: 20px;
}
.armpit .m-about > .text {
  margin-bottom: 40px;
}
.armpit .m-about .section1 .comparison-diagram {
  position: relative;
  width: 100%;
}
.armpit .m-about .section1 .comparison-diagram::before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  left: 0;
  height: 1px;
  border-bottom: 1px #999998 dashed;
}
.armpit .m-about .section1 .comparison-diagram th {
  width: 92px;
  height: 171px;
  background-color: #f8f6f4;
  text-align: center;
  line-height: 1.5;
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
  color: #7f7875;
}
.armpit .m-about .section1 .comparison-diagram td {
  vertical-align: top;
}
.armpit .m-about .section1 .comparison-diagram td ol {
  display: flex;
  justify-content: flex-end;
}
.armpit .m-about .section1 .comparison-diagram td ol li {
  position: relative;
  width: 179px;
}
.armpit .m-about .section1 .comparison-diagram td ol li:not(:first-child) {
  padding-left: 22px;
}
.armpit .m-about .section1 .comparison-diagram td ol li:not(:first-child)::before {
  content: '';
  display: block;
  position: absolute;
  top: 56px;
  left: 7px;
  width: 11px;
  height: 19px;
  background: url(../img/troubles_cellulite_about_section2_bg1.png) top left no-repeat;
}
.armpit .m-about .section1 .comparison-diagram td ol li > img {
  border: 1px solid #999998;
}
.armpit .m-about .section1 .comparison-diagram td ol li > p {
  margin-top: .5em;
  line-height: 1.2727272727;
  font-size: 1.1em;
  color: #7f7875;
}
.armpit .m-about .section1 .comparison-diagram tr:not(:first-child) {
  border-top: 10px #fff solid;
}
.armpit .m-about .section1 .comparison-diagram tr:nth-child(2) th {
  background-color: #7f7875;
  color: #fff;
}
.armpit .m-about .section1 .comparison-diagram tr:nth-child(2) td {
  padding-top: 8px;
}
.armpit .m-about .section3 .pic {
  float: right;
  margin: 0 0 1.5em 1.5em;
}
.armpit .m-kinds > small {
  display: block;
  margin: -10px 10px 20px;
  text-align: right;
  font-size: 12px;
  color: #7f7875;
}
.armpit .m-kinds .info {
  margin-top: 20px;
  padding: 0 20px 20px;
  background: #f5f2f0;
}
.armpit .m-kinds .info .title {
  margin-bottom: 20px;
  padding: 20px 0 0 6px;
  border-left: 1px solid #ec7c78;
  font-size: 1.4em;
  font-weight: bold;
  color: #7f7875;
}
.armpit .m-kinds .info .text {
  margin-bottom: 20px;
  line-height: 1.6153846154;
  font-size: 1.3em;
  color: #7f7875;
}
.armpit .m-kinds .info > p {
  margin-bottom: 1em;
}
.armpit .m-kinds .info ul {
  border-bottom: 1px solid #baafa6;
}
.armpit .m-kinds .info li {
  border: 1px solid #baafa6;
  border-bottom: 0;
}
.armpit .m-kinds .info dl {
  display: table;
  width: 100%;
}
.armpit .m-kinds .info dt,
.armpit .m-kinds .info dd {
  display: table-cell;
  vertical-align: middle;
}
.armpit .m-kinds .info dt {
  box-sizing: border-box;
  padding: 10px 10px;
  border-right: 1px dotted #baafa6;
  background: #fff;
  line-height: 1.3333333333;
  font-size: 1.2em;
  color: #7f7875;
}
.armpit .m-kinds .info dt .emphasis {
  font-weight: bold;
  color: #ec7c78;
}
.armpit .m-kinds .info dd {
  padding: 10px;
  background: #d6d0c9;
}
.armpit .m-kinds .info .button {
  width: 284px;
}
.armpit .m-kinds .info .button a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 2px solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  vertical-align: middle;
  line-height: 1.25;
  color: #f5f2f0;
  box-sizing: border-box;
  transition: opacity .1s linear;
}
.armpit .m-kinds .info .button a .inner-text {
  text-align: center;
  line-height: 2.5;
  font-size: 16px;
}
.armpit .m-kinds .info .button a:hover {
  opacity: .7;
  color: inherit !important;
}
.armpit .m-kinds .info .button a:hover > *, .armpit .m-kinds .info .button a:hover::before {
  opacity: .7;
  color: #f5f2f0;
}
.armpit .m-kinds .info .button a::before {
  display: block;
  flex-grow: 1;
  align-self: flex-end;
  order: 3;
  width: 100%;
  border-top: 1px solid #474038;
  opacity: .7;
  text-align: center;
  line-height: 1.7;
  font-size: 10px;
}
.armpit .m-kinds .info .button a::after {
  content: '';
  display: inline-block;
  margin-right: 15px;
  width: 21px;
  height: 21px;
  background: url(../img/qa_line_arrow.png) right top no-repeat;
}
.armpit .m-kinds .info .button.reservation a {
  position: relative;
}
.armpit .m-kinds .info .button.reservation a .inner-text {
  width: 100%;
}
.armpit .m-kinds .info .button.reservation a::before {
  content: 'ドクターが全て対応します';
}
.armpit .m-kinds .info .button.reservation a::after {
  position: absolute;
  top: 9px;
  right: 0;
}
.armpit .m-kinds .info .button.line a .inner-text {
  margin-left: 70px;
  padding-left: 40px;
  background: url(../img/qa_line.png) left center no-repeat;
}
.armpit .m-kinds .info .button.line a::before {
  content: 'メアド不要で気軽に質問';
}
.armpit .m-faq-item .answer {
  background: url(../img/troubles_faq_answer_bg_ohashi.png) 15px 20px no-repeat;
}
.armpit .p-faq > .lead {
  margin-bottom: 20px;
}
.armpit .p-faq .m-faq-item .answer .text:not(:first-child) {
  margin-top: 20px;
}
.armpit .p-faq .m-faq-item:nth-child(1) .answer .pic {
  display: block;
  overflow: inherit;
  margin: 0;
}
.armpit .p-faq .m-faq-item:nth-child(1) .answer .pic figcaption {
  display: inline-block;
  margin-top: .4em;
  font-size: 1.05em;
  font-style: normal;
}
.armpit .p-faq .m-faq-item:nth-child(2) .answer table {
  width: calc(100% - 20px);
  border: 1px solid #c7bcb5;
  font-size: 1.2em;
  color: #7f7875;
}
.armpit .p-faq .m-faq-item:nth-child(2) .answer th,
.armpit .p-faq .m-faq-item:nth-child(2) .answer td {
  height: 36px;
  line-height: 1.5;
  box-sizing: border-box;
}
.armpit .p-faq .m-faq-item:nth-child(2) .answer th {
  text-align: center;
}
.armpit .p-faq .m-faq-item:nth-child(2) .answer thead td {
  background: #f8f6f5;
}
.armpit .p-faq .m-faq-item:nth-child(2) .answer thead th {
  border: 1px solid #c7bcb5;
  background: #a39489;
  font-weight: bold;
  color: #fff;
}
.armpit .p-faq .m-faq-item:nth-child(2) .answer tbody th {
  border: 1px solid #c7bcb5;
  background: #f8f6f5;
  font-weight: bold;
}
.armpit .p-faq .m-faq-item:nth-child(2) .answer tbody td {
  padding: 4px 8px;
  border: 1px solid #c7bcb5;
  text-align: center;
}
.armpit .p-faq .m-faq-item:nth-child(2) .answer tbody ul {
  text-align: left;
}
.armpit .p-faq .m-faq-item:nth-child(2) .answer tbody li {
  line-height: 1.5;
}
.armpit .p-faq .m-faq-item:nth-child(2) .answer tbody li::before {
  content: '・';
}
.armpit .p-faq .m-faq-item:nth-child(2) .answer .text {
  float: none;
  width: 100%;
}
.armpit .p-faq .m-faq-item:nth-child(2) .answer .text:not(:first-child) {
  margin-top: 20px;
}
.armpit .p-faq .m-faq-item:nth-child(2) .answer > table {
  margin: 20px 0;
  width: 100%;
}
.armpit .p-faq .m-faq-item:nth-child(2) .answer > table thead tr th {
  width: 21%;
}
.armpit .p-faq .m-faq-item:nth-child(2) .answer > table thead tr td {
  width: 16%;
}
.armpit .p-faq .m-faq-item:nth-child(2) .answer > table th *,
.armpit .p-faq .m-faq-item:nth-child(2) .answer > table td * {
  line-height: 1.5;
}
.armpit .p-faq .m-faq-item:nth-child(2) .answer > table th a,
.armpit .p-faq .m-faq-item:nth-child(2) .answer > table td a {
  text-decoration: underline;
  color: #fff;
}
.armpit .p-faq .m-faq-item:nth-child(2) .answer > table th a:hover,
.armpit .p-faq .m-faq-item:nth-child(2) .answer > table td a:hover {
  text-decoration: none;
  color: #fff !important;
}

.knee-around .m-title::before {
  background-image: url(../img/troubles_knee-around_title_bg.png);
  background-position: right top;
}
.knee-around .m-contents .pic figcaption {
  text-align: right;
  font-size: 1.05em;
  font-style: italic;
  color: #7f7875;
}
.knee-around .m-effect .contents-inner {
  display: flex;
  justify-content: space-between;
}
.knee-around .m-effect-contents {
  padding: 150px 0 0;
  width: 219px;
  background-repeat: no-repeat;
  background-size: contain;
}
.knee-around .m-effect-contents > .title {
  margin-top: 5px;
  margin-bottom: 6px;
  line-height: 1.3333333333;
  font-size: 1.6em;
  font-weight: bold;
}
.knee-around .m-effect-contents > .text {
  line-height: 1.5714285714;
  font-size: 1.4em;
}
.knee-around .m-effect-contents:nth-child(1) {
  background-image: url(../img/troubles_knee-around_effect_bg1.jpg);
}
.knee-around .m-effect-contents:nth-child(2) {
  background-image: url(../img/troubles_knee-around_effect_bg2.jpg);
}
.knee-around .m-effect-contents:nth-child(3) {
  background-image: url(../img/troubles_knee-around_effect_bg3.jpg);
}
.knee-around .m-case .case-info:not(:first-child) {
  margin-top: 30px;
}
.knee-around .m-about > .text {
  margin-bottom: 40px;
}
.knee-around .m-about .section1 .comparison-diagram {
  position: relative;
  width: 100%;
}
.knee-around .m-about .section1 .comparison-diagram th {
  width: 92px;
  height: 171px;
  background-color: #7f7875;
  text-align: center;
  line-height: 1.5;
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
}
.knee-around .m-about .section1 .comparison-diagram td {
  padding-top: 8px;
  vertical-align: top;
}
.knee-around .m-about .section1 .comparison-diagram td ol {
  display: flex;
  justify-content: flex-end;
}
.knee-around .m-about .section1 .comparison-diagram td ol li {
  position: relative;
  width: 179px;
}
.knee-around .m-about .section1 .comparison-diagram td ol li:not(:first-child) {
  padding-left: 22px;
}
.knee-around .m-about .section1 .comparison-diagram td ol li:not(:first-child)::before {
  content: '';
  display: block;
  position: absolute;
  top: 56px;
  left: 7px;
  width: 11px;
  height: 19px;
  background: url(../img/troubles_cellulite_about_section2_bg1.png) top left no-repeat;
}
.knee-around .m-about .section1 .comparison-diagram td ol li > img {
  border: 1px solid #999998;
}
.knee-around .m-about .section1 .comparison-diagram td ol li > p {
  margin-top: .5em;
  line-height: 1.2727272727;
  font-size: 1.1em;
  color: #7f7875;
}
.knee-around .m-about .section2 .pic,
.knee-around .m-about .section3 .pic {
  float: right;
  margin: 0 0 1.5em 1.5em;
}
.knee-around .m-kinds-contents {
  margin-bottom: 30px;
}
.knee-around .m-kinds-contents > .title {
  margin-bottom: 10px;
  padding: 10px 0;
  background: #96887f;
  text-align: center;
  line-height: 1.3;
  font-size: 14px;
  font-weight: bold;
  color: #e5e4e2;
}
.knee-around .m-kinds-contents > .title em {
  margin-left: 5px;
  font-size: 18px;
  color: #fefefe;
}
.knee-around .m-kinds-inner {
  display: flex;
}
.knee-around .m-kinds-inner .pic {
  margin-right: 10px;
  width: 298px;
}
.knee-around .m-kinds-inner .pic__item:not(:first-child) {
  margin-top: 3px;
}
.knee-around .m-kinds-inner .pic a {
  display: block;
  position: relative;
}
.knee-around .m-kinds-inner .pic a img {
  width: 100%;
  height: 100%;
}
.knee-around .m-kinds-inner .pic a:hover > * {
  opacity: .6;
}
.knee-around .m-kinds-inner .pic a:hover::after {
  opacity: .6;
}
.knee-around .m-kinds-inner .pic a::after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 22px;
  height: 22px;
  background: url(../img/arrow/arrow16.png) left top no-repeat;
}
.knee-around .m-kinds-inner table {
  width: 376px;
  border: 0;
  color: #7f7875;
}
.knee-around .m-kinds-inner table tbody th,
.knee-around .m-kinds-inner table tbody td {
  padding: 7px 0;
  height: auto;
  border: 0;
  border-bottom: 1px solid #e5dfdb;
  vertical-align: top;
}
.knee-around .m-kinds-inner table tbody th {
  width: 80px;
  line-height: 1.1666666667;
  font-size: 12px;
  font-weight: bold;
}
.knee-around .m-kinds-inner table tbody td {
  vertical-align: middle;
  text-align: left;
  line-height: 1.3333333333;
  font-size: 12px;
}
.knee-around .m-kinds-inner table tbody li {
  padding-left: 12px;
  text-indent: -12px;
  line-height: 1.5;
}
.knee-around .m-kinds-inner table tbody li::before {
  content: '・';
}
.knee-around .m-kinds-inner table tbody tr:last-child th,
.knee-around .m-kinds-inner table tbody tr:last-child td {
  border-bottom: 0;
}
.knee-around .m-kinds small {
  display: block;
  margin-top: 10px;
  font-size: 1.15em;
  color: #7f7875;
}
.knee-around .m-kinds .point-list {
  background: url(../img/troubles_faq_answer_bg_ohashi.png) left top no-repeat;
}
.knee-around .m-faq-item .answer {
  background: url(../img/troubles_faq_answer_bg_ohashi.png) 15px 20px no-repeat;
}
.knee-around .p-faq > .lead {
  margin-bottom: 20px;
}
.knee-around .p-faq .m-faq-item .answer .text:not(:first-child) {
  margin-top: 20px;
}
.knee-around .p-faq .m-faq-item:nth-child(1) .answer .pic {
  display: block;
  overflow: inherit;
  margin: 0;
}
.knee-around .p-faq .m-faq-item:nth-child(1) .answer .pic figcaption {
  display: inline-block;
  margin-top: .4em;
  font-size: 1.05em;
  font-style: normal;
}
.knee-around .p-faq .m-faq-item:nth-child(2) .answer table {
  width: calc(100% - 20px);
  border: 1px solid #c7bcb5;
  font-size: 1.2em;
  color: #7f7875;
}
.knee-around .p-faq .m-faq-item:nth-child(2) .answer th,
.knee-around .p-faq .m-faq-item:nth-child(2) .answer td {
  height: 36px;
  line-height: 1.5;
  box-sizing: border-box;
}
.knee-around .p-faq .m-faq-item:nth-child(2) .answer th {
  text-align: center;
}
.knee-around .p-faq .m-faq-item:nth-child(2) .answer thead td {
  background: #f8f6f5;
}
.knee-around .p-faq .m-faq-item:nth-child(2) .answer thead th {
  border: 1px solid #c7bcb5;
  background: #a39489;
  font-weight: bold;
  color: #fff;
}
.knee-around .p-faq .m-faq-item:nth-child(2) .answer tbody th {
  border: 1px solid #c7bcb5;
  background: #f8f6f5;
  font-weight: bold;
}
.knee-around .p-faq .m-faq-item:nth-child(2) .answer tbody td {
  padding: 4px 8px;
  border: 1px solid #c7bcb5;
  text-align: center;
}
.knee-around .p-faq .m-faq-item:nth-child(2) .answer tbody ul {
  text-align: left;
}
.knee-around .p-faq .m-faq-item:nth-child(2) .answer tbody li {
  line-height: 1.5;
}
.knee-around .p-faq .m-faq-item:nth-child(2) .answer tbody li::before {
  content: '・';
}
.knee-around .p-faq .m-faq-item:nth-child(2) .answer .text {
  float: none;
  width: 100%;
}
.knee-around .p-faq .m-faq-item:nth-child(2) .answer .text:not(:first-child) {
  margin-top: 20px;
}
.knee-around .p-faq .m-faq-item:nth-child(2) .answer > table {
  margin: 20px 0;
  width: 100%;
}
.knee-around .p-faq .m-faq-item:nth-child(2) .answer > table thead tr th {
  width: 21%;
}
.knee-around .p-faq .m-faq-item:nth-child(2) .answer > table thead tr td {
  width: 16%;
}
.knee-around .p-faq .m-faq-item:nth-child(2) .answer > table th *,
.knee-around .p-faq .m-faq-item:nth-child(2) .answer > table td * {
  line-height: 1.5;
}
.knee-around .p-faq .m-faq-item:nth-child(2) .answer > table th a,
.knee-around .p-faq .m-faq-item:nth-child(2) .answer > table td a {
  text-decoration: underline;
  color: #fff;
}
.knee-around .p-faq .m-faq-item:nth-child(2) .answer > table th a:hover,
.knee-around .p-faq .m-faq-item:nth-child(2) .answer > table td a:hover {
  text-decoration: none;
  color: #fff !important;
}

.foot-slimming .m-title::before {
  background-image: url(../img/troubles_foot-slimming_title_bg.png);
  background-position: right 67px top;
}
.foot-slimming .m-contents .pic figcaption {
  text-align: right;
  font-size: 1.05em;
  font-style: italic;
  color: #7f7875;
}
.foot-slimming .m-effect .contents-inner {
  display: flex;
  justify-content: space-between;
}
.foot-slimming .m-effect-contents {
  padding: 150px 0 0;
  width: 220px;
  background-repeat: no-repeat;
  background-size: contain;
}
.foot-slimming .m-effect-contents > .title {
  margin-top: 5px;
  margin-bottom: 6px;
  line-height: 1.3333333333;
  font-size: 1.6em;
  font-weight: bold;
}
.foot-slimming .m-effect-contents > .text {
  line-height: 1.5714285714;
  font-size: 1.4em;
}
.foot-slimming .m-effect-contents:nth-child(1) {
  background-image: url(../img/troubles_foot-slimming_effect_bg1.jpg);
}
.foot-slimming .m-effect-contents:nth-child(2) {
  background-image: url(../img/troubles_foot-slimming_effect_bg2.jpg);
}
.foot-slimming .m-effect-contents:nth-child(3) {
  background-image: url(../img/troubles_foot-slimming_effect_bg3.jpg);
}
.foot-slimming .m-case .case-info:not(:first-child) {
  margin-top: 30px;
}
.foot-slimming .m-about > .text {
  margin-bottom: 40px;
}
.foot-slimming .m-about .section1 .comparison-equipment {
  float: right;
  margin: 0 0 1.5em 1.5em;
  border-collapse: inherit;
}
.foot-slimming .m-about .section1 .comparison-equipment td {
  line-height: 1.3118181818;
  font-size: 11px;
  color: #7f7875;
}
.foot-slimming .m-about .section1 .comparison-equipment td * {
  line-height: 1.3118181818;
  font-size: 11px;
  color: #7f7875;
}
.foot-slimming .m-about .section1 .comparison-equipment thead tr th {
  padding: 0 8px 0 0;
}
.foot-slimming .m-about .section1 .comparison-equipment thead tr th span {
  display: block;
  margin-bottom: 7px;
  padding: 6px 0;
  border-bottom: .1rem #999998 solid;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  color: #7f7875;
}
.foot-slimming .m-about .section1 .comparison-equipment thead tr th:first-child {
  border-right: .1rem #999998 dotted;
}
.foot-slimming .m-about .section1 .comparison-equipment thead tr th:last-child {
  padding: 0 0 0 8px;
}
.foot-slimming .m-about .section1 .comparison-equipment tbody tr td {
  padding: 0 8px 0 0;
}
.foot-slimming .m-about .section1 .comparison-equipment tbody tr td > p {
  display: block;
  margin-top: 6px;
  width: 158px;
}
.foot-slimming .m-about .section1 .comparison-equipment tbody tr td:first-child {
  border-right: 1px #999998 dotted;
}
.foot-slimming .m-about .section1 .comparison-equipment tbody tr td:last-child {
  padding: 0 0 0 8px;
}
.foot-slimming .m-about .section2 .link-button {
  margin: 15px 0 0;
  text-align: right;
  font-size: 1.4em;
}
.foot-slimming .m-about .section2 .link-button a {
  transition: all .1s linear;
  display: inline-block;
  padding: 19px 42px;
  background: url(../img/arrow/arrow16.png) right 11px center no-repeat #d3cbc5;
  text-align: center;
  line-height: 1;
  color: #7f7875;
  box-sizing: border-box;
}
.foot-slimming .m-about .section2 .link-button a:hover {
  opacity: .6;
  color: #7f7875 !important;
}
.foot-slimming .m-about .section3 .pic {
  float: right;
  margin: 0 0 1.5em 1.5em;
}
.foot-slimming .m-kinds > table {
  margin-bottom: 10px;
}
.foot-slimming .m-kinds > small {
  display: block;
  margin: 0 10px 20px;
  font-size: 1.15em;
  color: #7f7875;
}
.foot-slimming .m-kinds .point-list {
  background: url(../img/troubles_faq_answer_bg_ohashi.png) left top no-repeat;
}
.foot-slimming .m-faq-item .answer {
  background: url(../img/troubles_faq_answer_bg_ohashi.png) 15px 20px no-repeat;
}
.foot-slimming .p-faq > .lead {
  margin-bottom: 20px;
}
.foot-slimming .p-faq .m-faq-item .answer .text {
  float: none;
  width: 100%;
}
.foot-slimming .p-faq .m-faq-item .answer .text:not(:first-child) {
  margin-top: 20px;
}
.foot-slimming .p-faq .m-faq-item .answer .link {
  margin-top: 7px;
}
.foot-slimming .p-faq .m-faq-item .answer .link__item {
  line-height: 1.7;
  font-size: 1.4em;
}

.two-pack-stomach .p-column,
.foot-slimming .p-column,
.knee-around .p-column,
.cellulite .p-column,
.gynecomastia .p-column,
.siliconbag .p-column,
.injection_tumour .p-column,
.aquafilling .p-column,
.hyaluronicacid_breast_tumour .p-column,
.forehead-wrinkles .p-column,
.forehead-depression .p-column,
.glabella-wrinkles .p-column,
.eye-sunken .p-column,
.sp-sagging .p-column,
.ip-sagging .p-column,
.eye-darkcircle .p-column,
.eyes-sagging .p-column,
.crowsfeet .p-column,
.eyes-wrinkles .p-column,
.temple-depression .p-column,
.cheek-sagging .p-column,
.cheek-thinning .p-column,
.nasolabial-fold .p-column,
.mouth-wrinkles .p-column,
.chin-double .p-column,
.neck-sagging .p-column,
.nose-design .p-column,
.armpit .p-column,
.six-pack-stomach .p-column,
.palpebra-design .p-column,
.jaw-design .p-column,
.lip-design .p-column {
  margin: 0 10px 30px;
}
.two-pack-stomach .p-column > .title,
.foot-slimming .p-column > .title,
.knee-around .p-column > .title,
.cellulite .p-column > .title,
.gynecomastia .p-column > .title,
.siliconbag .p-column > .title,
.injection_tumour .p-column > .title,
.aquafilling .p-column > .title,
.hyaluronicacid_breast_tumour .p-column > .title,
.forehead-wrinkles .p-column > .title,
.forehead-depression .p-column > .title,
.glabella-wrinkles .p-column > .title,
.eye-sunken .p-column > .title,
.sp-sagging .p-column > .title,
.ip-sagging .p-column > .title,
.eye-darkcircle .p-column > .title,
.eyes-sagging .p-column > .title,
.crowsfeet .p-column > .title,
.eyes-wrinkles .p-column > .title,
.temple-depression .p-column > .title,
.cheek-sagging .p-column > .title,
.cheek-thinning .p-column > .title,
.nasolabial-fold .p-column > .title,
.mouth-wrinkles .p-column > .title,
.chin-double .p-column > .title,
.neck-sagging .p-column > .title,
.nose-design .p-column > .title,
.armpit .p-column > .title,
.six-pack-stomach .p-column > .title,
.palpebra-design .p-column > .title,
.jaw-design .p-column > .title,
.lip-design .p-column > .title {
  margin-bottom: 20px;
  padding: 0 0 1px 12px;
  height: 31px;
  border: 0;
  background: url(../img/subtitle_bg.gif) left top repeat-x;
  line-height: 31px;
  font-size: 1.4em;
  color: #7f7875;
  border-top: 3px solid #ec7c78;
  border-bottom: 1px solid #baafa6;
  margin-bottom: 20px;
}
.two-pack-stomach .p-column .m-related-list,
.foot-slimming .p-column .m-related-list,
.knee-around .p-column .m-related-list,
.cellulite .p-column .m-related-list,
.gynecomastia .p-column .m-related-list,
.siliconbag .p-column .m-related-list,
.injection_tumour .p-column .m-related-list,
.aquafilling .p-column .m-related-list,
.hyaluronicacid_breast_tumour .p-column .m-related-list,
.forehead-wrinkles .p-column .m-related-list,
.forehead-depression .p-column .m-related-list,
.glabella-wrinkles .p-column .m-related-list,
.eye-sunken .p-column .m-related-list,
.sp-sagging .p-column .m-related-list,
.ip-sagging .p-column .m-related-list,
.eye-darkcircle .p-column .m-related-list,
.eyes-sagging .p-column .m-related-list,
.crowsfeet .p-column .m-related-list,
.eyes-wrinkles .p-column .m-related-list,
.temple-depression .p-column .m-related-list,
.cheek-sagging .p-column .m-related-list,
.cheek-thinning .p-column .m-related-list,
.nasolabial-fold .p-column .m-related-list,
.mouth-wrinkles .p-column .m-related-list,
.chin-double .p-column .m-related-list,
.neck-sagging .p-column .m-related-list,
.nose-design .p-column .m-related-list,
.armpit .p-column .m-related-list,
.six-pack-stomach .p-column .m-related-list,
.palpebra-design .p-column .m-related-list,
.jaw-design .p-column .m-related-list,
.lip-design .p-column .m-related-list {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #baafa6;
}
.two-pack-stomach .p-column .m-related-list li,
.foot-slimming .p-column .m-related-list li,
.knee-around .p-column .m-related-list li,
.cellulite .p-column .m-related-list li,
.gynecomastia .p-column .m-related-list li,
.siliconbag .p-column .m-related-list li,
.injection_tumour .p-column .m-related-list li,
.aquafilling .p-column .m-related-list li,
.hyaluronicacid_breast_tumour .p-column .m-related-list li,
.forehead-wrinkles .p-column .m-related-list li,
.forehead-depression .p-column .m-related-list li,
.glabella-wrinkles .p-column .m-related-list li,
.eye-sunken .p-column .m-related-list li,
.sp-sagging .p-column .m-related-list li,
.ip-sagging .p-column .m-related-list li,
.eye-darkcircle .p-column .m-related-list li,
.eyes-sagging .p-column .m-related-list li,
.crowsfeet .p-column .m-related-list li,
.eyes-wrinkles .p-column .m-related-list li,
.temple-depression .p-column .m-related-list li,
.cheek-sagging .p-column .m-related-list li,
.cheek-thinning .p-column .m-related-list li,
.nasolabial-fold .p-column .m-related-list li,
.mouth-wrinkles .p-column .m-related-list li,
.chin-double .p-column .m-related-list li,
.neck-sagging .p-column .m-related-list li,
.nose-design .p-column .m-related-list li,
.armpit .p-column .m-related-list li,
.six-pack-stomach .p-column .m-related-list li,
.palpebra-design .p-column .m-related-list li,
.jaw-design .p-column .m-related-list li,
.lip-design .p-column .m-related-list li {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom: 1px dotted #baafa6;
}
* html .two-pack-stomach .p-column .m-related-list li, * html
.foot-slimming .p-column .m-related-list li, * html
.knee-around .p-column .m-related-list li, * html
.cellulite .p-column .m-related-list li, * html
.gynecomastia .p-column .m-related-list li, * html
.siliconbag .p-column .m-related-list li, * html
.injection_tumour .p-column .m-related-list li, * html
.aquafilling .p-column .m-related-list li, * html
.hyaluronicacid_breast_tumour .p-column .m-related-list li, * html
.forehead-wrinkles .p-column .m-related-list li, * html
.forehead-depression .p-column .m-related-list li, * html
.glabella-wrinkles .p-column .m-related-list li, * html
.eye-sunken .p-column .m-related-list li, * html
.sp-sagging .p-column .m-related-list li, * html
.ip-sagging .p-column .m-related-list li, * html
.eye-darkcircle .p-column .m-related-list li, * html
.eyes-sagging .p-column .m-related-list li, * html
.crowsfeet .p-column .m-related-list li, * html
.eyes-wrinkles .p-column .m-related-list li, * html
.temple-depression .p-column .m-related-list li, * html
.cheek-sagging .p-column .m-related-list li, * html
.cheek-thinning .p-column .m-related-list li, * html
.nasolabial-fold .p-column .m-related-list li, * html
.mouth-wrinkles .p-column .m-related-list li, * html
.chin-double .p-column .m-related-list li, * html
.neck-sagging .p-column .m-related-list li, * html
.nose-design .p-column .m-related-list li, * html
.armpit .p-column .m-related-list li, * html
.six-pack-stomach .p-column .m-related-list li, * html
.palpebra-design .p-column .m-related-list li, * html
.jaw-design .p-column .m-related-list li, * html
.lip-design .p-column .m-related-list li {
  height: 1%;
}
* + html .two-pack-stomach .p-column .m-related-list li, * + html
.foot-slimming .p-column .m-related-list li, * + html
.knee-around .p-column .m-related-list li, * + html
.cellulite .p-column .m-related-list li, * + html
.gynecomastia .p-column .m-related-list li, * + html
.siliconbag .p-column .m-related-list li, * + html
.injection_tumour .p-column .m-related-list li, * + html
.aquafilling .p-column .m-related-list li, * + html
.hyaluronicacid_breast_tumour .p-column .m-related-list li, * + html
.forehead-wrinkles .p-column .m-related-list li, * + html
.forehead-depression .p-column .m-related-list li, * + html
.glabella-wrinkles .p-column .m-related-list li, * + html
.eye-sunken .p-column .m-related-list li, * + html
.sp-sagging .p-column .m-related-list li, * + html
.ip-sagging .p-column .m-related-list li, * + html
.eye-darkcircle .p-column .m-related-list li, * + html
.eyes-sagging .p-column .m-related-list li, * + html
.crowsfeet .p-column .m-related-list li, * + html
.eyes-wrinkles .p-column .m-related-list li, * + html
.temple-depression .p-column .m-related-list li, * + html
.cheek-sagging .p-column .m-related-list li, * + html
.cheek-thinning .p-column .m-related-list li, * + html
.nasolabial-fold .p-column .m-related-list li, * + html
.mouth-wrinkles .p-column .m-related-list li, * + html
.chin-double .p-column .m-related-list li, * + html
.neck-sagging .p-column .m-related-list li, * + html
.nose-design .p-column .m-related-list li, * + html
.armpit .p-column .m-related-list li, * + html
.six-pack-stomach .p-column .m-related-list li, * + html
.palpebra-design .p-column .m-related-list li, * + html
.jaw-design .p-column .m-related-list li, * + html
.lip-design .p-column .m-related-list li {
  height: 1%;
}
.two-pack-stomach .p-column .m-related-list dl,
.foot-slimming .p-column .m-related-list dl,
.knee-around .p-column .m-related-list dl,
.cellulite .p-column .m-related-list dl,
.gynecomastia .p-column .m-related-list dl,
.siliconbag .p-column .m-related-list dl,
.injection_tumour .p-column .m-related-list dl,
.aquafilling .p-column .m-related-list dl,
.hyaluronicacid_breast_tumour .p-column .m-related-list dl,
.forehead-wrinkles .p-column .m-related-list dl,
.forehead-depression .p-column .m-related-list dl,
.glabella-wrinkles .p-column .m-related-list dl,
.eye-sunken .p-column .m-related-list dl,
.sp-sagging .p-column .m-related-list dl,
.ip-sagging .p-column .m-related-list dl,
.eye-darkcircle .p-column .m-related-list dl,
.eyes-sagging .p-column .m-related-list dl,
.crowsfeet .p-column .m-related-list dl,
.eyes-wrinkles .p-column .m-related-list dl,
.temple-depression .p-column .m-related-list dl,
.cheek-sagging .p-column .m-related-list dl,
.cheek-thinning .p-column .m-related-list dl,
.nasolabial-fold .p-column .m-related-list dl,
.mouth-wrinkles .p-column .m-related-list dl,
.chin-double .p-column .m-related-list dl,
.neck-sagging .p-column .m-related-list dl,
.nose-design .p-column .m-related-list dl,
.armpit .p-column .m-related-list dl,
.six-pack-stomach .p-column .m-related-list dl,
.palpebra-design .p-column .m-related-list dl,
.jaw-design .p-column .m-related-list dl,
.lip-design .p-column .m-related-list dl {
  position: relative;
}
.two-pack-stomach .p-column .m-related-list .pic,
.foot-slimming .p-column .m-related-list .pic,
.knee-around .p-column .m-related-list .pic,
.cellulite .p-column .m-related-list .pic,
.gynecomastia .p-column .m-related-list .pic,
.siliconbag .p-column .m-related-list .pic,
.injection_tumour .p-column .m-related-list .pic,
.aquafilling .p-column .m-related-list .pic,
.hyaluronicacid_breast_tumour .p-column .m-related-list .pic,
.forehead-wrinkles .p-column .m-related-list .pic,
.forehead-depression .p-column .m-related-list .pic,
.glabella-wrinkles .p-column .m-related-list .pic,
.eye-sunken .p-column .m-related-list .pic,
.sp-sagging .p-column .m-related-list .pic,
.ip-sagging .p-column .m-related-list .pic,
.eye-darkcircle .p-column .m-related-list .pic,
.eyes-sagging .p-column .m-related-list .pic,
.crowsfeet .p-column .m-related-list .pic,
.eyes-wrinkles .p-column .m-related-list .pic,
.temple-depression .p-column .m-related-list .pic,
.cheek-sagging .p-column .m-related-list .pic,
.cheek-thinning .p-column .m-related-list .pic,
.nasolabial-fold .p-column .m-related-list .pic,
.mouth-wrinkles .p-column .m-related-list .pic,
.chin-double .p-column .m-related-list .pic,
.neck-sagging .p-column .m-related-list .pic,
.nose-design .p-column .m-related-list .pic,
.armpit .p-column .m-related-list .pic,
.six-pack-stomach .p-column .m-related-list .pic,
.palpebra-design .p-column .m-related-list .pic,
.jaw-design .p-column .m-related-list .pic,
.lip-design .p-column .m-related-list .pic {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.two-pack-stomach .p-column .m-related-list dt,
.two-pack-stomach .p-column .m-related-list dd,
.foot-slimming .p-column .m-related-list dt,
.foot-slimming .p-column .m-related-list dd,
.knee-around .p-column .m-related-list dt,
.knee-around .p-column .m-related-list dd,
.cellulite .p-column .m-related-list dt,
.cellulite .p-column .m-related-list dd,
.gynecomastia .p-column .m-related-list dt,
.gynecomastia .p-column .m-related-list dd,
.siliconbag .p-column .m-related-list dt,
.siliconbag .p-column .m-related-list dd,
.injection_tumour .p-column .m-related-list dt,
.injection_tumour .p-column .m-related-list dd,
.aquafilling .p-column .m-related-list dt,
.aquafilling .p-column .m-related-list dd,
.hyaluronicacid_breast_tumour .p-column .m-related-list dt,
.hyaluronicacid_breast_tumour .p-column .m-related-list dd,
.forehead-wrinkles .p-column .m-related-list dt,
.forehead-wrinkles .p-column .m-related-list dd,
.forehead-depression .p-column .m-related-list dt,
.forehead-depression .p-column .m-related-list dd,
.glabella-wrinkles .p-column .m-related-list dt,
.glabella-wrinkles .p-column .m-related-list dd,
.eye-sunken .p-column .m-related-list dt,
.eye-sunken .p-column .m-related-list dd,
.sp-sagging .p-column .m-related-list dt,
.sp-sagging .p-column .m-related-list dd,
.ip-sagging .p-column .m-related-list dt,
.ip-sagging .p-column .m-related-list dd,
.eye-darkcircle .p-column .m-related-list dt,
.eye-darkcircle .p-column .m-related-list dd,
.eyes-sagging .p-column .m-related-list dt,
.eyes-sagging .p-column .m-related-list dd,
.crowsfeet .p-column .m-related-list dt,
.crowsfeet .p-column .m-related-list dd,
.eyes-wrinkles .p-column .m-related-list dt,
.eyes-wrinkles .p-column .m-related-list dd,
.temple-depression .p-column .m-related-list dt,
.temple-depression .p-column .m-related-list dd,
.cheek-sagging .p-column .m-related-list dt,
.cheek-sagging .p-column .m-related-list dd,
.cheek-thinning .p-column .m-related-list dt,
.cheek-thinning .p-column .m-related-list dd,
.nasolabial-fold .p-column .m-related-list dt,
.nasolabial-fold .p-column .m-related-list dd,
.mouth-wrinkles .p-column .m-related-list dt,
.mouth-wrinkles .p-column .m-related-list dd,
.chin-double .p-column .m-related-list dt,
.chin-double .p-column .m-related-list dd,
.neck-sagging .p-column .m-related-list dt,
.neck-sagging .p-column .m-related-list dd,
.nose-design .p-column .m-related-list dt,
.nose-design .p-column .m-related-list dd,
.armpit .p-column .m-related-list dt,
.armpit .p-column .m-related-list dd,
.six-pack-stomach .p-column .m-related-list dt,
.six-pack-stomach .p-column .m-related-list dd,
.palpebra-design .p-column .m-related-list dt,
.palpebra-design .p-column .m-related-list dd,
.jaw-design .p-column .m-related-list dt,
.jaw-design .p-column .m-related-list dd,
.lip-design .p-column .m-related-list dt,
.lip-design .p-column .m-related-list dd {
  margin-left: 65px;
  line-height: 1.3333333333;
  font-size: 1.2em;
  color: #7f7875;
}
.two-pack-stomach .p-column .m-related-list dt,
.foot-slimming .p-column .m-related-list dt,
.knee-around .p-column .m-related-list dt,
.cellulite .p-column .m-related-list dt,
.gynecomastia .p-column .m-related-list dt,
.siliconbag .p-column .m-related-list dt,
.injection_tumour .p-column .m-related-list dt,
.aquafilling .p-column .m-related-list dt,
.hyaluronicacid_breast_tumour .p-column .m-related-list dt,
.forehead-wrinkles .p-column .m-related-list dt,
.forehead-depression .p-column .m-related-list dt,
.glabella-wrinkles .p-column .m-related-list dt,
.eye-sunken .p-column .m-related-list dt,
.sp-sagging .p-column .m-related-list dt,
.ip-sagging .p-column .m-related-list dt,
.eye-darkcircle .p-column .m-related-list dt,
.eyes-sagging .p-column .m-related-list dt,
.crowsfeet .p-column .m-related-list dt,
.eyes-wrinkles .p-column .m-related-list dt,
.temple-depression .p-column .m-related-list dt,
.cheek-sagging .p-column .m-related-list dt,
.cheek-thinning .p-column .m-related-list dt,
.nasolabial-fold .p-column .m-related-list dt,
.mouth-wrinkles .p-column .m-related-list dt,
.chin-double .p-column .m-related-list dt,
.neck-sagging .p-column .m-related-list dt,
.nose-design .p-column .m-related-list dt,
.armpit .p-column .m-related-list dt,
.six-pack-stomach .p-column .m-related-list dt,
.palpebra-design .p-column .m-related-list dt,
.jaw-design .p-column .m-related-list dt,
.lip-design .p-column .m-related-list dt {
  margin-bottom: 6px;
}
.two-pack-stomach .p-column .m-related-list dt a,
.foot-slimming .p-column .m-related-list dt a,
.knee-around .p-column .m-related-list dt a,
.cellulite .p-column .m-related-list dt a,
.gynecomastia .p-column .m-related-list dt a,
.siliconbag .p-column .m-related-list dt a,
.injection_tumour .p-column .m-related-list dt a,
.aquafilling .p-column .m-related-list dt a,
.hyaluronicacid_breast_tumour .p-column .m-related-list dt a,
.forehead-wrinkles .p-column .m-related-list dt a,
.forehead-depression .p-column .m-related-list dt a,
.glabella-wrinkles .p-column .m-related-list dt a,
.eye-sunken .p-column .m-related-list dt a,
.sp-sagging .p-column .m-related-list dt a,
.ip-sagging .p-column .m-related-list dt a,
.eye-darkcircle .p-column .m-related-list dt a,
.eyes-sagging .p-column .m-related-list dt a,
.crowsfeet .p-column .m-related-list dt a,
.eyes-wrinkles .p-column .m-related-list dt a,
.temple-depression .p-column .m-related-list dt a,
.cheek-sagging .p-column .m-related-list dt a,
.cheek-thinning .p-column .m-related-list dt a,
.nasolabial-fold .p-column .m-related-list dt a,
.mouth-wrinkles .p-column .m-related-list dt a,
.chin-double .p-column .m-related-list dt a,
.neck-sagging .p-column .m-related-list dt a,
.nose-design .p-column .m-related-list dt a,
.armpit .p-column .m-related-list dt a,
.six-pack-stomach .p-column .m-related-list dt a,
.palpebra-design .p-column .m-related-list dt a,
.jaw-design .p-column .m-related-list dt a,
.lip-design .p-column .m-related-list dt a {
  text-decoration: none;
  color: #6d9dd0;
}
.two-pack-stomach .p-column .m-related-list .new,
.foot-slimming .p-column .m-related-list .new,
.knee-around .p-column .m-related-list .new,
.cellulite .p-column .m-related-list .new,
.gynecomastia .p-column .m-related-list .new,
.siliconbag .p-column .m-related-list .new,
.injection_tumour .p-column .m-related-list .new,
.aquafilling .p-column .m-related-list .new,
.hyaluronicacid_breast_tumour .p-column .m-related-list .new,
.forehead-wrinkles .p-column .m-related-list .new,
.forehead-depression .p-column .m-related-list .new,
.glabella-wrinkles .p-column .m-related-list .new,
.eye-sunken .p-column .m-related-list .new,
.sp-sagging .p-column .m-related-list .new,
.ip-sagging .p-column .m-related-list .new,
.eye-darkcircle .p-column .m-related-list .new,
.eyes-sagging .p-column .m-related-list .new,
.crowsfeet .p-column .m-related-list .new,
.eyes-wrinkles .p-column .m-related-list .new,
.temple-depression .p-column .m-related-list .new,
.cheek-sagging .p-column .m-related-list .new,
.cheek-thinning .p-column .m-related-list .new,
.nasolabial-fold .p-column .m-related-list .new,
.mouth-wrinkles .p-column .m-related-list .new,
.chin-double .p-column .m-related-list .new,
.neck-sagging .p-column .m-related-list .new,
.nose-design .p-column .m-related-list .new,
.armpit .p-column .m-related-list .new,
.six-pack-stomach .p-column .m-related-list .new,
.palpebra-design .p-column .m-related-list .new,
.jaw-design .p-column .m-related-list .new,
.lip-design .p-column .m-related-list .new {
  float: right;
}
.two-pack-stomach .p-column .m-related-list .new img,
.foot-slimming .p-column .m-related-list .new img,
.knee-around .p-column .m-related-list .new img,
.cellulite .p-column .m-related-list .new img,
.gynecomastia .p-column .m-related-list .new img,
.siliconbag .p-column .m-related-list .new img,
.injection_tumour .p-column .m-related-list .new img,
.aquafilling .p-column .m-related-list .new img,
.hyaluronicacid_breast_tumour .p-column .m-related-list .new img,
.forehead-wrinkles .p-column .m-related-list .new img,
.forehead-depression .p-column .m-related-list .new img,
.glabella-wrinkles .p-column .m-related-list .new img,
.eye-sunken .p-column .m-related-list .new img,
.sp-sagging .p-column .m-related-list .new img,
.ip-sagging .p-column .m-related-list .new img,
.eye-darkcircle .p-column .m-related-list .new img,
.eyes-sagging .p-column .m-related-list .new img,
.crowsfeet .p-column .m-related-list .new img,
.eyes-wrinkles .p-column .m-related-list .new img,
.temple-depression .p-column .m-related-list .new img,
.cheek-sagging .p-column .m-related-list .new img,
.cheek-thinning .p-column .m-related-list .new img,
.nasolabial-fold .p-column .m-related-list .new img,
.mouth-wrinkles .p-column .m-related-list .new img,
.chin-double .p-column .m-related-list .new img,
.neck-sagging .p-column .m-related-list .new img,
.nose-design .p-column .m-related-list .new img,
.armpit .p-column .m-related-list .new img,
.six-pack-stomach .p-column .m-related-list .new img,
.palpebra-design .p-column .m-related-list .new img,
.jaw-design .p-column .m-related-list .new img,
.lip-design .p-column .m-related-list .new img {
  vertical-align: text-top;
}
.two-pack-stomach .p-column .m-related-list .cat,
.foot-slimming .p-column .m-related-list .cat,
.knee-around .p-column .m-related-list .cat,
.cellulite .p-column .m-related-list .cat,
.gynecomastia .p-column .m-related-list .cat,
.siliconbag .p-column .m-related-list .cat,
.injection_tumour .p-column .m-related-list .cat,
.aquafilling .p-column .m-related-list .cat,
.hyaluronicacid_breast_tumour .p-column .m-related-list .cat,
.forehead-wrinkles .p-column .m-related-list .cat,
.forehead-depression .p-column .m-related-list .cat,
.glabella-wrinkles .p-column .m-related-list .cat,
.eye-sunken .p-column .m-related-list .cat,
.sp-sagging .p-column .m-related-list .cat,
.ip-sagging .p-column .m-related-list .cat,
.eye-darkcircle .p-column .m-related-list .cat,
.eyes-sagging .p-column .m-related-list .cat,
.crowsfeet .p-column .m-related-list .cat,
.eyes-wrinkles .p-column .m-related-list .cat,
.temple-depression .p-column .m-related-list .cat,
.cheek-sagging .p-column .m-related-list .cat,
.cheek-thinning .p-column .m-related-list .cat,
.nasolabial-fold .p-column .m-related-list .cat,
.mouth-wrinkles .p-column .m-related-list .cat,
.chin-double .p-column .m-related-list .cat,
.neck-sagging .p-column .m-related-list .cat,
.nose-design .p-column .m-related-list .cat,
.armpit .p-column .m-related-list .cat,
.six-pack-stomach .p-column .m-related-list .cat,
.palpebra-design .p-column .m-related-list .cat,
.jaw-design .p-column .m-related-list .cat,
.lip-design .p-column .m-related-list .cat {
  text-align: right;
  font-size: 1em;
}
.two-pack-stomach .p-column .m-related-list .cat ul,
.two-pack-stomach .p-column .m-related-list .cat li,
.foot-slimming .p-column .m-related-list .cat ul,
.foot-slimming .p-column .m-related-list .cat li,
.knee-around .p-column .m-related-list .cat ul,
.knee-around .p-column .m-related-list .cat li,
.cellulite .p-column .m-related-list .cat ul,
.cellulite .p-column .m-related-list .cat li,
.gynecomastia .p-column .m-related-list .cat ul,
.gynecomastia .p-column .m-related-list .cat li,
.siliconbag .p-column .m-related-list .cat ul,
.siliconbag .p-column .m-related-list .cat li,
.injection_tumour .p-column .m-related-list .cat ul,
.injection_tumour .p-column .m-related-list .cat li,
.aquafilling .p-column .m-related-list .cat ul,
.aquafilling .p-column .m-related-list .cat li,
.hyaluronicacid_breast_tumour .p-column .m-related-list .cat ul,
.hyaluronicacid_breast_tumour .p-column .m-related-list .cat li,
.forehead-wrinkles .p-column .m-related-list .cat ul,
.forehead-wrinkles .p-column .m-related-list .cat li,
.forehead-depression .p-column .m-related-list .cat ul,
.forehead-depression .p-column .m-related-list .cat li,
.glabella-wrinkles .p-column .m-related-list .cat ul,
.glabella-wrinkles .p-column .m-related-list .cat li,
.eye-sunken .p-column .m-related-list .cat ul,
.eye-sunken .p-column .m-related-list .cat li,
.sp-sagging .p-column .m-related-list .cat ul,
.sp-sagging .p-column .m-related-list .cat li,
.ip-sagging .p-column .m-related-list .cat ul,
.ip-sagging .p-column .m-related-list .cat li,
.eye-darkcircle .p-column .m-related-list .cat ul,
.eye-darkcircle .p-column .m-related-list .cat li,
.eyes-sagging .p-column .m-related-list .cat ul,
.eyes-sagging .p-column .m-related-list .cat li,
.crowsfeet .p-column .m-related-list .cat ul,
.crowsfeet .p-column .m-related-list .cat li,
.eyes-wrinkles .p-column .m-related-list .cat ul,
.eyes-wrinkles .p-column .m-related-list .cat li,
.temple-depression .p-column .m-related-list .cat ul,
.temple-depression .p-column .m-related-list .cat li,
.cheek-sagging .p-column .m-related-list .cat ul,
.cheek-sagging .p-column .m-related-list .cat li,
.cheek-thinning .p-column .m-related-list .cat ul,
.cheek-thinning .p-column .m-related-list .cat li,
.nasolabial-fold .p-column .m-related-list .cat ul,
.nasolabial-fold .p-column .m-related-list .cat li,
.mouth-wrinkles .p-column .m-related-list .cat ul,
.mouth-wrinkles .p-column .m-related-list .cat li,
.chin-double .p-column .m-related-list .cat ul,
.chin-double .p-column .m-related-list .cat li,
.neck-sagging .p-column .m-related-list .cat ul,
.neck-sagging .p-column .m-related-list .cat li,
.nose-design .p-column .m-related-list .cat ul,
.nose-design .p-column .m-related-list .cat li,
.armpit .p-column .m-related-list .cat ul,
.armpit .p-column .m-related-list .cat li,
.six-pack-stomach .p-column .m-related-list .cat ul,
.six-pack-stomach .p-column .m-related-list .cat li,
.palpebra-design .p-column .m-related-list .cat ul,
.palpebra-design .p-column .m-related-list .cat li,
.jaw-design .p-column .m-related-list .cat ul,
.jaw-design .p-column .m-related-list .cat li,
.lip-design .p-column .m-related-list .cat ul,
.lip-design .p-column .m-related-list .cat li {
  display: inline;
  padding: 0;
  border: 0;
}
.two-pack-stomach .p-column .m-related-list .link,
.foot-slimming .p-column .m-related-list .link,
.knee-around .p-column .m-related-list .link,
.cellulite .p-column .m-related-list .link,
.gynecomastia .p-column .m-related-list .link,
.siliconbag .p-column .m-related-list .link,
.injection_tumour .p-column .m-related-list .link,
.aquafilling .p-column .m-related-list .link,
.hyaluronicacid_breast_tumour .p-column .m-related-list .link,
.forehead-wrinkles .p-column .m-related-list .link,
.forehead-depression .p-column .m-related-list .link,
.glabella-wrinkles .p-column .m-related-list .link,
.eye-sunken .p-column .m-related-list .link,
.sp-sagging .p-column .m-related-list .link,
.ip-sagging .p-column .m-related-list .link,
.eye-darkcircle .p-column .m-related-list .link,
.eyes-sagging .p-column .m-related-list .link,
.crowsfeet .p-column .m-related-list .link,
.eyes-wrinkles .p-column .m-related-list .link,
.temple-depression .p-column .m-related-list .link,
.cheek-sagging .p-column .m-related-list .link,
.cheek-thinning .p-column .m-related-list .link,
.nasolabial-fold .p-column .m-related-list .link,
.mouth-wrinkles .p-column .m-related-list .link,
.chin-double .p-column .m-related-list .link,
.neck-sagging .p-column .m-related-list .link,
.nose-design .p-column .m-related-list .link,
.armpit .p-column .m-related-list .link,
.six-pack-stomach .p-column .m-related-list .link,
.palpebra-design .p-column .m-related-list .link,
.jaw-design .p-column .m-related-list .link,
.lip-design .p-column .m-related-list .link {
  text-align: right;
}
.two-pack-stomach .p-column .m-related-list .link a,
.foot-slimming .p-column .m-related-list .link a,
.knee-around .p-column .m-related-list .link a,
.cellulite .p-column .m-related-list .link a,
.gynecomastia .p-column .m-related-list .link a,
.siliconbag .p-column .m-related-list .link a,
.injection_tumour .p-column .m-related-list .link a,
.aquafilling .p-column .m-related-list .link a,
.hyaluronicacid_breast_tumour .p-column .m-related-list .link a,
.forehead-wrinkles .p-column .m-related-list .link a,
.forehead-depression .p-column .m-related-list .link a,
.glabella-wrinkles .p-column .m-related-list .link a,
.eye-sunken .p-column .m-related-list .link a,
.sp-sagging .p-column .m-related-list .link a,
.ip-sagging .p-column .m-related-list .link a,
.eye-darkcircle .p-column .m-related-list .link a,
.eyes-sagging .p-column .m-related-list .link a,
.crowsfeet .p-column .m-related-list .link a,
.eyes-wrinkles .p-column .m-related-list .link a,
.temple-depression .p-column .m-related-list .link a,
.cheek-sagging .p-column .m-related-list .link a,
.cheek-thinning .p-column .m-related-list .link a,
.nasolabial-fold .p-column .m-related-list .link a,
.mouth-wrinkles .p-column .m-related-list .link a,
.chin-double .p-column .m-related-list .link a,
.neck-sagging .p-column .m-related-list .link a,
.nose-design .p-column .m-related-list .link a,
.armpit .p-column .m-related-list .link a,
.six-pack-stomach .p-column .m-related-list .link a,
.palpebra-design .p-column .m-related-list .link a,
.jaw-design .p-column .m-related-list .link a,
.lip-design .p-column .m-related-list .link a {
  padding-left: 15px;
  background: url(../img/arrow/arrow2.png) left top no-repeat;
}
.two-pack-stomach .p-column .m-related-list li,
.foot-slimming .p-column .m-related-list li,
.knee-around .p-column .m-related-list li,
.cellulite .p-column .m-related-list li,
.gynecomastia .p-column .m-related-list li,
.siliconbag .p-column .m-related-list li,
.injection_tumour .p-column .m-related-list li,
.aquafilling .p-column .m-related-list li,
.hyaluronicacid_breast_tumour .p-column .m-related-list li,
.forehead-wrinkles .p-column .m-related-list li,
.forehead-depression .p-column .m-related-list li,
.glabella-wrinkles .p-column .m-related-list li,
.eye-sunken .p-column .m-related-list li,
.sp-sagging .p-column .m-related-list li,
.ip-sagging .p-column .m-related-list li,
.eye-darkcircle .p-column .m-related-list li,
.eyes-sagging .p-column .m-related-list li,
.crowsfeet .p-column .m-related-list li,
.eyes-wrinkles .p-column .m-related-list li,
.temple-depression .p-column .m-related-list li,
.cheek-sagging .p-column .m-related-list li,
.cheek-thinning .p-column .m-related-list li,
.nasolabial-fold .p-column .m-related-list li,
.mouth-wrinkles .p-column .m-related-list li,
.chin-double .p-column .m-related-list li,
.neck-sagging .p-column .m-related-list li,
.nose-design .p-column .m-related-list li,
.armpit .p-column .m-related-list li,
.six-pack-stomach .p-column .m-related-list li,
.palpebra-design .p-column .m-related-list li,
.jaw-design .p-column .m-related-list li,
.lip-design .p-column .m-related-list li {
  padding: 0;
}
.two-pack-stomach .p-column .m-related-item,
.foot-slimming .p-column .m-related-item,
.knee-around .p-column .m-related-item,
.cellulite .p-column .m-related-item,
.gynecomastia .p-column .m-related-item,
.siliconbag .p-column .m-related-item,
.injection_tumour .p-column .m-related-item,
.aquafilling .p-column .m-related-item,
.hyaluronicacid_breast_tumour .p-column .m-related-item,
.forehead-wrinkles .p-column .m-related-item,
.forehead-depression .p-column .m-related-item,
.glabella-wrinkles .p-column .m-related-item,
.eye-sunken .p-column .m-related-item,
.sp-sagging .p-column .m-related-item,
.ip-sagging .p-column .m-related-item,
.eye-darkcircle .p-column .m-related-item,
.eyes-sagging .p-column .m-related-item,
.crowsfeet .p-column .m-related-item,
.eyes-wrinkles .p-column .m-related-item,
.temple-depression .p-column .m-related-item,
.cheek-sagging .p-column .m-related-item,
.cheek-thinning .p-column .m-related-item,
.nasolabial-fold .p-column .m-related-item,
.mouth-wrinkles .p-column .m-related-item,
.chin-double .p-column .m-related-item,
.neck-sagging .p-column .m-related-item,
.nose-design .p-column .m-related-item,
.armpit .p-column .m-related-item,
.six-pack-stomach .p-column .m-related-item,
.palpebra-design .p-column .m-related-item,
.jaw-design .p-column .m-related-item,
.lip-design .p-column .m-related-item {
  box-sizing: border-box;
  width: 50%;
}
.two-pack-stomach .p-column .m-related-item:hover > *,
.foot-slimming .p-column .m-related-item:hover > *,
.knee-around .p-column .m-related-item:hover > *,
.cellulite .p-column .m-related-item:hover > *,
.gynecomastia .p-column .m-related-item:hover > *,
.siliconbag .p-column .m-related-item:hover > *,
.injection_tumour .p-column .m-related-item:hover > *,
.aquafilling .p-column .m-related-item:hover > *,
.hyaluronicacid_breast_tumour .p-column .m-related-item:hover > *,
.forehead-wrinkles .p-column .m-related-item:hover > *,
.forehead-depression .p-column .m-related-item:hover > *,
.glabella-wrinkles .p-column .m-related-item:hover > *,
.eye-sunken .p-column .m-related-item:hover > *,
.sp-sagging .p-column .m-related-item:hover > *,
.ip-sagging .p-column .m-related-item:hover > *,
.eye-darkcircle .p-column .m-related-item:hover > *,
.eyes-sagging .p-column .m-related-item:hover > *,
.crowsfeet .p-column .m-related-item:hover > *,
.eyes-wrinkles .p-column .m-related-item:hover > *,
.temple-depression .p-column .m-related-item:hover > *,
.cheek-sagging .p-column .m-related-item:hover > *,
.cheek-thinning .p-column .m-related-item:hover > *,
.nasolabial-fold .p-column .m-related-item:hover > *,
.mouth-wrinkles .p-column .m-related-item:hover > *,
.chin-double .p-column .m-related-item:hover > *,
.neck-sagging .p-column .m-related-item:hover > *,
.nose-design .p-column .m-related-item:hover > *,
.armpit .p-column .m-related-item:hover > *,
.six-pack-stomach .p-column .m-related-item:hover > *,
.palpebra-design .p-column .m-related-item:hover > *,
.jaw-design .p-column .m-related-item:hover > *,
.lip-design .p-column .m-related-item:hover > * {
  opacity: 1;
}
.two-pack-stomach .p-column .m-related-item:nth-child(odd),
.foot-slimming .p-column .m-related-item:nth-child(odd),
.knee-around .p-column .m-related-item:nth-child(odd),
.cellulite .p-column .m-related-item:nth-child(odd),
.gynecomastia .p-column .m-related-item:nth-child(odd),
.siliconbag .p-column .m-related-item:nth-child(odd),
.injection_tumour .p-column .m-related-item:nth-child(odd),
.aquafilling .p-column .m-related-item:nth-child(odd),
.hyaluronicacid_breast_tumour .p-column .m-related-item:nth-child(odd),
.forehead-wrinkles .p-column .m-related-item:nth-child(odd),
.forehead-depression .p-column .m-related-item:nth-child(odd),
.glabella-wrinkles .p-column .m-related-item:nth-child(odd),
.eye-sunken .p-column .m-related-item:nth-child(odd),
.sp-sagging .p-column .m-related-item:nth-child(odd),
.ip-sagging .p-column .m-related-item:nth-child(odd),
.eye-darkcircle .p-column .m-related-item:nth-child(odd),
.eyes-sagging .p-column .m-related-item:nth-child(odd),
.crowsfeet .p-column .m-related-item:nth-child(odd),
.eyes-wrinkles .p-column .m-related-item:nth-child(odd),
.temple-depression .p-column .m-related-item:nth-child(odd),
.cheek-sagging .p-column .m-related-item:nth-child(odd),
.cheek-thinning .p-column .m-related-item:nth-child(odd),
.nasolabial-fold .p-column .m-related-item:nth-child(odd),
.mouth-wrinkles .p-column .m-related-item:nth-child(odd),
.chin-double .p-column .m-related-item:nth-child(odd),
.neck-sagging .p-column .m-related-item:nth-child(odd),
.nose-design .p-column .m-related-item:nth-child(odd),
.armpit .p-column .m-related-item:nth-child(odd),
.six-pack-stomach .p-column .m-related-item:nth-child(odd),
.palpebra-design .p-column .m-related-item:nth-child(odd),
.jaw-design .p-column .m-related-item:nth-child(odd),
.lip-design .p-column .m-related-item:nth-child(odd) {
  border-right: 1px dotted #baafa6;
}
.two-pack-stomach .p-column .m-related-item:nth-child(4n), .two-pack-stomach .p-column .m-related-item:nth-child(4n + 3),
.foot-slimming .p-column .m-related-item:nth-child(4n),
.foot-slimming .p-column .m-related-item:nth-child(4n + 3),
.knee-around .p-column .m-related-item:nth-child(4n),
.knee-around .p-column .m-related-item:nth-child(4n + 3),
.cellulite .p-column .m-related-item:nth-child(4n),
.cellulite .p-column .m-related-item:nth-child(4n + 3),
.gynecomastia .p-column .m-related-item:nth-child(4n),
.gynecomastia .p-column .m-related-item:nth-child(4n + 3),
.siliconbag .p-column .m-related-item:nth-child(4n),
.siliconbag .p-column .m-related-item:nth-child(4n + 3),
.injection_tumour .p-column .m-related-item:nth-child(4n),
.injection_tumour .p-column .m-related-item:nth-child(4n + 3),
.aquafilling .p-column .m-related-item:nth-child(4n),
.aquafilling .p-column .m-related-item:nth-child(4n + 3),
.hyaluronicacid_breast_tumour .p-column .m-related-item:nth-child(4n),
.hyaluronicacid_breast_tumour .p-column .m-related-item:nth-child(4n + 3),
.forehead-wrinkles .p-column .m-related-item:nth-child(4n),
.forehead-wrinkles .p-column .m-related-item:nth-child(4n + 3),
.forehead-depression .p-column .m-related-item:nth-child(4n),
.forehead-depression .p-column .m-related-item:nth-child(4n + 3),
.glabella-wrinkles .p-column .m-related-item:nth-child(4n),
.glabella-wrinkles .p-column .m-related-item:nth-child(4n + 3),
.eye-sunken .p-column .m-related-item:nth-child(4n),
.eye-sunken .p-column .m-related-item:nth-child(4n + 3),
.sp-sagging .p-column .m-related-item:nth-child(4n),
.sp-sagging .p-column .m-related-item:nth-child(4n + 3),
.ip-sagging .p-column .m-related-item:nth-child(4n),
.ip-sagging .p-column .m-related-item:nth-child(4n + 3),
.eye-darkcircle .p-column .m-related-item:nth-child(4n),
.eye-darkcircle .p-column .m-related-item:nth-child(4n + 3),
.eyes-sagging .p-column .m-related-item:nth-child(4n),
.eyes-sagging .p-column .m-related-item:nth-child(4n + 3),
.crowsfeet .p-column .m-related-item:nth-child(4n),
.crowsfeet .p-column .m-related-item:nth-child(4n + 3),
.eyes-wrinkles .p-column .m-related-item:nth-child(4n),
.eyes-wrinkles .p-column .m-related-item:nth-child(4n + 3),
.temple-depression .p-column .m-related-item:nth-child(4n),
.temple-depression .p-column .m-related-item:nth-child(4n + 3),
.cheek-sagging .p-column .m-related-item:nth-child(4n),
.cheek-sagging .p-column .m-related-item:nth-child(4n + 3),
.cheek-thinning .p-column .m-related-item:nth-child(4n),
.cheek-thinning .p-column .m-related-item:nth-child(4n + 3),
.nasolabial-fold .p-column .m-related-item:nth-child(4n),
.nasolabial-fold .p-column .m-related-item:nth-child(4n + 3),
.mouth-wrinkles .p-column .m-related-item:nth-child(4n),
.mouth-wrinkles .p-column .m-related-item:nth-child(4n + 3),
.chin-double .p-column .m-related-item:nth-child(4n),
.chin-double .p-column .m-related-item:nth-child(4n + 3),
.neck-sagging .p-column .m-related-item:nth-child(4n),
.neck-sagging .p-column .m-related-item:nth-child(4n + 3),
.nose-design .p-column .m-related-item:nth-child(4n),
.nose-design .p-column .m-related-item:nth-child(4n + 3),
.armpit .p-column .m-related-item:nth-child(4n),
.armpit .p-column .m-related-item:nth-child(4n + 3),
.six-pack-stomach .p-column .m-related-item:nth-child(4n),
.six-pack-stomach .p-column .m-related-item:nth-child(4n + 3),
.palpebra-design .p-column .m-related-item:nth-child(4n),
.palpebra-design .p-column .m-related-item:nth-child(4n + 3),
.jaw-design .p-column .m-related-item:nth-child(4n),
.jaw-design .p-column .m-related-item:nth-child(4n + 3),
.lip-design .p-column .m-related-item:nth-child(4n),
.lip-design .p-column .m-related-item:nth-child(4n + 3) {
  background: #f2efed;
}
.two-pack-stomach .p-column .m-related-item:last-child, .two-pack-stomach .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.foot-slimming .p-column .m-related-item:last-child,
.foot-slimming .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.knee-around .p-column .m-related-item:last-child,
.knee-around .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.cellulite .p-column .m-related-item:last-child,
.cellulite .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.gynecomastia .p-column .m-related-item:last-child,
.gynecomastia .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.siliconbag .p-column .m-related-item:last-child,
.siliconbag .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.injection_tumour .p-column .m-related-item:last-child,
.injection_tumour .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.aquafilling .p-column .m-related-item:last-child,
.aquafilling .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.hyaluronicacid_breast_tumour .p-column .m-related-item:last-child,
.hyaluronicacid_breast_tumour .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.forehead-wrinkles .p-column .m-related-item:last-child,
.forehead-wrinkles .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.forehead-depression .p-column .m-related-item:last-child,
.forehead-depression .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.glabella-wrinkles .p-column .m-related-item:last-child,
.glabella-wrinkles .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.eye-sunken .p-column .m-related-item:last-child,
.eye-sunken .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.sp-sagging .p-column .m-related-item:last-child,
.sp-sagging .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.ip-sagging .p-column .m-related-item:last-child,
.ip-sagging .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.eye-darkcircle .p-column .m-related-item:last-child,
.eye-darkcircle .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.eyes-sagging .p-column .m-related-item:last-child,
.eyes-sagging .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.crowsfeet .p-column .m-related-item:last-child,
.crowsfeet .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.eyes-wrinkles .p-column .m-related-item:last-child,
.eyes-wrinkles .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.temple-depression .p-column .m-related-item:last-child,
.temple-depression .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.cheek-sagging .p-column .m-related-item:last-child,
.cheek-sagging .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.cheek-thinning .p-column .m-related-item:last-child,
.cheek-thinning .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.nasolabial-fold .p-column .m-related-item:last-child,
.nasolabial-fold .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.mouth-wrinkles .p-column .m-related-item:last-child,
.mouth-wrinkles .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.chin-double .p-column .m-related-item:last-child,
.chin-double .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.neck-sagging .p-column .m-related-item:last-child,
.neck-sagging .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.nose-design .p-column .m-related-item:last-child,
.nose-design .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.armpit .p-column .m-related-item:last-child,
.armpit .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.six-pack-stomach .p-column .m-related-item:last-child,
.six-pack-stomach .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.palpebra-design .p-column .m-related-item:last-child,
.palpebra-design .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.jaw-design .p-column .m-related-item:last-child,
.jaw-design .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.lip-design .p-column .m-related-item:last-child,
.lip-design .p-column .m-related-item:nth-last-child(2):nth-child(odd) {
  border-bottom: 0;
}
.two-pack-stomach .p-column .m-related-item .item-inner,
.foot-slimming .p-column .m-related-item .item-inner,
.knee-around .p-column .m-related-item .item-inner,
.cellulite .p-column .m-related-item .item-inner,
.gynecomastia .p-column .m-related-item .item-inner,
.siliconbag .p-column .m-related-item .item-inner,
.injection_tumour .p-column .m-related-item .item-inner,
.aquafilling .p-column .m-related-item .item-inner,
.hyaluronicacid_breast_tumour .p-column .m-related-item .item-inner,
.forehead-wrinkles .p-column .m-related-item .item-inner,
.forehead-depression .p-column .m-related-item .item-inner,
.glabella-wrinkles .p-column .m-related-item .item-inner,
.eye-sunken .p-column .m-related-item .item-inner,
.sp-sagging .p-column .m-related-item .item-inner,
.ip-sagging .p-column .m-related-item .item-inner,
.eye-darkcircle .p-column .m-related-item .item-inner,
.eyes-sagging .p-column .m-related-item .item-inner,
.crowsfeet .p-column .m-related-item .item-inner,
.eyes-wrinkles .p-column .m-related-item .item-inner,
.temple-depression .p-column .m-related-item .item-inner,
.cheek-sagging .p-column .m-related-item .item-inner,
.cheek-thinning .p-column .m-related-item .item-inner,
.nasolabial-fold .p-column .m-related-item .item-inner,
.mouth-wrinkles .p-column .m-related-item .item-inner,
.chin-double .p-column .m-related-item .item-inner,
.neck-sagging .p-column .m-related-item .item-inner,
.nose-design .p-column .m-related-item .item-inner,
.armpit .p-column .m-related-item .item-inner,
.six-pack-stomach .p-column .m-related-item .item-inner,
.palpebra-design .p-column .m-related-item .item-inner,
.jaw-design .p-column .m-related-item .item-inner,
.lip-design .p-column .m-related-item .item-inner {
  display: flex;
  align-items: center;
}
.two-pack-stomach .p-column .m-related-item .title,
.two-pack-stomach .p-column .m-related-item .text,
.foot-slimming .p-column .m-related-item .title,
.foot-slimming .p-column .m-related-item .text,
.knee-around .p-column .m-related-item .title,
.knee-around .p-column .m-related-item .text,
.cellulite .p-column .m-related-item .title,
.cellulite .p-column .m-related-item .text,
.gynecomastia .p-column .m-related-item .title,
.gynecomastia .p-column .m-related-item .text,
.siliconbag .p-column .m-related-item .title,
.siliconbag .p-column .m-related-item .text,
.injection_tumour .p-column .m-related-item .title,
.injection_tumour .p-column .m-related-item .text,
.aquafilling .p-column .m-related-item .title,
.aquafilling .p-column .m-related-item .text,
.hyaluronicacid_breast_tumour .p-column .m-related-item .title,
.hyaluronicacid_breast_tumour .p-column .m-related-item .text,
.forehead-wrinkles .p-column .m-related-item .title,
.forehead-wrinkles .p-column .m-related-item .text,
.forehead-depression .p-column .m-related-item .title,
.forehead-depression .p-column .m-related-item .text,
.glabella-wrinkles .p-column .m-related-item .title,
.glabella-wrinkles .p-column .m-related-item .text,
.eye-sunken .p-column .m-related-item .title,
.eye-sunken .p-column .m-related-item .text,
.sp-sagging .p-column .m-related-item .title,
.sp-sagging .p-column .m-related-item .text,
.ip-sagging .p-column .m-related-item .title,
.ip-sagging .p-column .m-related-item .text,
.eye-darkcircle .p-column .m-related-item .title,
.eye-darkcircle .p-column .m-related-item .text,
.eyes-sagging .p-column .m-related-item .title,
.eyes-sagging .p-column .m-related-item .text,
.crowsfeet .p-column .m-related-item .title,
.crowsfeet .p-column .m-related-item .text,
.eyes-wrinkles .p-column .m-related-item .title,
.eyes-wrinkles .p-column .m-related-item .text,
.temple-depression .p-column .m-related-item .title,
.temple-depression .p-column .m-related-item .text,
.cheek-sagging .p-column .m-related-item .title,
.cheek-sagging .p-column .m-related-item .text,
.cheek-thinning .p-column .m-related-item .title,
.cheek-thinning .p-column .m-related-item .text,
.nasolabial-fold .p-column .m-related-item .title,
.nasolabial-fold .p-column .m-related-item .text,
.mouth-wrinkles .p-column .m-related-item .title,
.mouth-wrinkles .p-column .m-related-item .text,
.chin-double .p-column .m-related-item .title,
.chin-double .p-column .m-related-item .text,
.neck-sagging .p-column .m-related-item .title,
.neck-sagging .p-column .m-related-item .text,
.nose-design .p-column .m-related-item .title,
.nose-design .p-column .m-related-item .text,
.armpit .p-column .m-related-item .title,
.armpit .p-column .m-related-item .text,
.six-pack-stomach .p-column .m-related-item .title,
.six-pack-stomach .p-column .m-related-item .text,
.palpebra-design .p-column .m-related-item .title,
.palpebra-design .p-column .m-related-item .text,
.jaw-design .p-column .m-related-item .title,
.jaw-design .p-column .m-related-item .text,
.lip-design .p-column .m-related-item .title,
.lip-design .p-column .m-related-item .text {
  margin-left: 80px;
}
.two-pack-stomach .p-column .m-related-item .title,
.foot-slimming .p-column .m-related-item .title,
.knee-around .p-column .m-related-item .title,
.cellulite .p-column .m-related-item .title,
.gynecomastia .p-column .m-related-item .title,
.siliconbag .p-column .m-related-item .title,
.injection_tumour .p-column .m-related-item .title,
.aquafilling .p-column .m-related-item .title,
.hyaluronicacid_breast_tumour .p-column .m-related-item .title,
.forehead-wrinkles .p-column .m-related-item .title,
.forehead-depression .p-column .m-related-item .title,
.glabella-wrinkles .p-column .m-related-item .title,
.eye-sunken .p-column .m-related-item .title,
.sp-sagging .p-column .m-related-item .title,
.ip-sagging .p-column .m-related-item .title,
.eye-darkcircle .p-column .m-related-item .title,
.eyes-sagging .p-column .m-related-item .title,
.crowsfeet .p-column .m-related-item .title,
.eyes-wrinkles .p-column .m-related-item .title,
.temple-depression .p-column .m-related-item .title,
.cheek-sagging .p-column .m-related-item .title,
.cheek-thinning .p-column .m-related-item .title,
.nasolabial-fold .p-column .m-related-item .title,
.mouth-wrinkles .p-column .m-related-item .title,
.chin-double .p-column .m-related-item .title,
.neck-sagging .p-column .m-related-item .title,
.nose-design .p-column .m-related-item .title,
.armpit .p-column .m-related-item .title,
.six-pack-stomach .p-column .m-related-item .title,
.palpebra-design .p-column .m-related-item .title,
.jaw-design .p-column .m-related-item .title,
.lip-design .p-column .m-related-item .title {
  line-height: 1.5;
  font-size: 14px;
  color: #6d9dd0;
}
.two-pack-stomach .p-column .m-related-item .item-inner,
.foot-slimming .p-column .m-related-item .item-inner,
.knee-around .p-column .m-related-item .item-inner,
.cellulite .p-column .m-related-item .item-inner,
.gynecomastia .p-column .m-related-item .item-inner,
.siliconbag .p-column .m-related-item .item-inner,
.injection_tumour .p-column .m-related-item .item-inner,
.aquafilling .p-column .m-related-item .item-inner,
.hyaluronicacid_breast_tumour .p-column .m-related-item .item-inner,
.forehead-wrinkles .p-column .m-related-item .item-inner,
.forehead-depression .p-column .m-related-item .item-inner,
.glabella-wrinkles .p-column .m-related-item .item-inner,
.eye-sunken .p-column .m-related-item .item-inner,
.sp-sagging .p-column .m-related-item .item-inner,
.ip-sagging .p-column .m-related-item .item-inner,
.eye-darkcircle .p-column .m-related-item .item-inner,
.eyes-sagging .p-column .m-related-item .item-inner,
.crowsfeet .p-column .m-related-item .item-inner,
.eyes-wrinkles .p-column .m-related-item .item-inner,
.temple-depression .p-column .m-related-item .item-inner,
.cheek-sagging .p-column .m-related-item .item-inner,
.cheek-thinning .p-column .m-related-item .item-inner,
.nasolabial-fold .p-column .m-related-item .item-inner,
.mouth-wrinkles .p-column .m-related-item .item-inner,
.chin-double .p-column .m-related-item .item-inner,
.neck-sagging .p-column .m-related-item .item-inner,
.nose-design .p-column .m-related-item .item-inner,
.armpit .p-column .m-related-item .item-inner,
.six-pack-stomach .p-column .m-related-item .item-inner,
.palpebra-design .p-column .m-related-item .item-inner,
.jaw-design .p-column .m-related-item .item-inner,
.lip-design .p-column .m-related-item .item-inner {
  padding: 10px;
  min-height: 70px;
}
.two-pack-stomach .p-column .m-related-item .pic,
.foot-slimming .p-column .m-related-item .pic,
.knee-around .p-column .m-related-item .pic,
.cellulite .p-column .m-related-item .pic,
.gynecomastia .p-column .m-related-item .pic,
.siliconbag .p-column .m-related-item .pic,
.injection_tumour .p-column .m-related-item .pic,
.aquafilling .p-column .m-related-item .pic,
.hyaluronicacid_breast_tumour .p-column .m-related-item .pic,
.forehead-wrinkles .p-column .m-related-item .pic,
.forehead-depression .p-column .m-related-item .pic,
.glabella-wrinkles .p-column .m-related-item .pic,
.eye-sunken .p-column .m-related-item .pic,
.sp-sagging .p-column .m-related-item .pic,
.ip-sagging .p-column .m-related-item .pic,
.eye-darkcircle .p-column .m-related-item .pic,
.eyes-sagging .p-column .m-related-item .pic,
.crowsfeet .p-column .m-related-item .pic,
.eyes-wrinkles .p-column .m-related-item .pic,
.temple-depression .p-column .m-related-item .pic,
.cheek-sagging .p-column .m-related-item .pic,
.cheek-thinning .p-column .m-related-item .pic,
.nasolabial-fold .p-column .m-related-item .pic,
.mouth-wrinkles .p-column .m-related-item .pic,
.chin-double .p-column .m-related-item .pic,
.neck-sagging .p-column .m-related-item .pic,
.nose-design .p-column .m-related-item .pic,
.armpit .p-column .m-related-item .pic,
.six-pack-stomach .p-column .m-related-item .pic,
.palpebra-design .p-column .m-related-item .pic,
.jaw-design .p-column .m-related-item .pic,
.lip-design .p-column .m-related-item .pic {
  top: 10px;
  left: 10px;
}
.two-pack-stomach .p-column .m-related-item .pic img,
.foot-slimming .p-column .m-related-item .pic img,
.knee-around .p-column .m-related-item .pic img,
.cellulite .p-column .m-related-item .pic img,
.gynecomastia .p-column .m-related-item .pic img,
.siliconbag .p-column .m-related-item .pic img,
.injection_tumour .p-column .m-related-item .pic img,
.aquafilling .p-column .m-related-item .pic img,
.hyaluronicacid_breast_tumour .p-column .m-related-item .pic img,
.forehead-wrinkles .p-column .m-related-item .pic img,
.forehead-depression .p-column .m-related-item .pic img,
.glabella-wrinkles .p-column .m-related-item .pic img,
.eye-sunken .p-column .m-related-item .pic img,
.sp-sagging .p-column .m-related-item .pic img,
.ip-sagging .p-column .m-related-item .pic img,
.eye-darkcircle .p-column .m-related-item .pic img,
.eyes-sagging .p-column .m-related-item .pic img,
.crowsfeet .p-column .m-related-item .pic img,
.eyes-wrinkles .p-column .m-related-item .pic img,
.temple-depression .p-column .m-related-item .pic img,
.cheek-sagging .p-column .m-related-item .pic img,
.cheek-thinning .p-column .m-related-item .pic img,
.nasolabial-fold .p-column .m-related-item .pic img,
.mouth-wrinkles .p-column .m-related-item .pic img,
.chin-double .p-column .m-related-item .pic img,
.neck-sagging .p-column .m-related-item .pic img,
.nose-design .p-column .m-related-item .pic img,
.armpit .p-column .m-related-item .pic img,
.six-pack-stomach .p-column .m-related-item .pic img,
.palpebra-design .p-column .m-related-item .pic img,
.jaw-design .p-column .m-related-item .pic img,
.lip-design .p-column .m-related-item .pic img {
  width: 70px;
  height: auto;
}
.two-pack-stomach .p-column .m-related-item a,
.foot-slimming .p-column .m-related-item a,
.knee-around .p-column .m-related-item a,
.cellulite .p-column .m-related-item a,
.gynecomastia .p-column .m-related-item a,
.siliconbag .p-column .m-related-item a,
.injection_tumour .p-column .m-related-item a,
.aquafilling .p-column .m-related-item a,
.hyaluronicacid_breast_tumour .p-column .m-related-item a,
.forehead-wrinkles .p-column .m-related-item a,
.forehead-depression .p-column .m-related-item a,
.glabella-wrinkles .p-column .m-related-item a,
.eye-sunken .p-column .m-related-item a,
.sp-sagging .p-column .m-related-item a,
.ip-sagging .p-column .m-related-item a,
.eye-darkcircle .p-column .m-related-item a,
.eyes-sagging .p-column .m-related-item a,
.crowsfeet .p-column .m-related-item a,
.eyes-wrinkles .p-column .m-related-item a,
.temple-depression .p-column .m-related-item a,
.cheek-sagging .p-column .m-related-item a,
.cheek-thinning .p-column .m-related-item a,
.nasolabial-fold .p-column .m-related-item a,
.mouth-wrinkles .p-column .m-related-item a,
.chin-double .p-column .m-related-item a,
.neck-sagging .p-column .m-related-item a,
.nose-design .p-column .m-related-item a,
.armpit .p-column .m-related-item a,
.six-pack-stomach .p-column .m-related-item a,
.palpebra-design .p-column .m-related-item a,
.jaw-design .p-column .m-related-item a,
.lip-design .p-column .m-related-item a {
  display: block;
}
.two-pack-stomach .p-column .m-related-item a::after,
.foot-slimming .p-column .m-related-item a::after,
.knee-around .p-column .m-related-item a::after,
.cellulite .p-column .m-related-item a::after,
.gynecomastia .p-column .m-related-item a::after,
.siliconbag .p-column .m-related-item a::after,
.injection_tumour .p-column .m-related-item a::after,
.aquafilling .p-column .m-related-item a::after,
.hyaluronicacid_breast_tumour .p-column .m-related-item a::after,
.forehead-wrinkles .p-column .m-related-item a::after,
.forehead-depression .p-column .m-related-item a::after,
.glabella-wrinkles .p-column .m-related-item a::after,
.eye-sunken .p-column .m-related-item a::after,
.sp-sagging .p-column .m-related-item a::after,
.ip-sagging .p-column .m-related-item a::after,
.eye-darkcircle .p-column .m-related-item a::after,
.eyes-sagging .p-column .m-related-item a::after,
.crowsfeet .p-column .m-related-item a::after,
.eyes-wrinkles .p-column .m-related-item a::after,
.temple-depression .p-column .m-related-item a::after,
.cheek-sagging .p-column .m-related-item a::after,
.cheek-thinning .p-column .m-related-item a::after,
.nasolabial-fold .p-column .m-related-item a::after,
.mouth-wrinkles .p-column .m-related-item a::after,
.chin-double .p-column .m-related-item a::after,
.neck-sagging .p-column .m-related-item a::after,
.nose-design .p-column .m-related-item a::after,
.armpit .p-column .m-related-item a::after,
.six-pack-stomach .p-column .m-related-item a::after,
.palpebra-design .p-column .m-related-item a::after,
.jaw-design .p-column .m-related-item a::after,
.lip-design .p-column .m-related-item a::after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 10px;
  height: 10px;
  background: url(../img/arrow/arrow2.png) 0 0 no-repeat;
}
.two-pack-stomach .p-column .m-related-item a:hover::after,
.foot-slimming .p-column .m-related-item a:hover::after,
.knee-around .p-column .m-related-item a:hover::after,
.cellulite .p-column .m-related-item a:hover::after,
.gynecomastia .p-column .m-related-item a:hover::after,
.siliconbag .p-column .m-related-item a:hover::after,
.injection_tumour .p-column .m-related-item a:hover::after,
.aquafilling .p-column .m-related-item a:hover::after,
.hyaluronicacid_breast_tumour .p-column .m-related-item a:hover::after,
.forehead-wrinkles .p-column .m-related-item a:hover::after,
.forehead-depression .p-column .m-related-item a:hover::after,
.glabella-wrinkles .p-column .m-related-item a:hover::after,
.eye-sunken .p-column .m-related-item a:hover::after,
.sp-sagging .p-column .m-related-item a:hover::after,
.ip-sagging .p-column .m-related-item a:hover::after,
.eye-darkcircle .p-column .m-related-item a:hover::after,
.eyes-sagging .p-column .m-related-item a:hover::after,
.crowsfeet .p-column .m-related-item a:hover::after,
.eyes-wrinkles .p-column .m-related-item a:hover::after,
.temple-depression .p-column .m-related-item a:hover::after,
.cheek-sagging .p-column .m-related-item a:hover::after,
.cheek-thinning .p-column .m-related-item a:hover::after,
.nasolabial-fold .p-column .m-related-item a:hover::after,
.mouth-wrinkles .p-column .m-related-item a:hover::after,
.chin-double .p-column .m-related-item a:hover::after,
.neck-sagging .p-column .m-related-item a:hover::after,
.nose-design .p-column .m-related-item a:hover::after,
.armpit .p-column .m-related-item a:hover::after,
.six-pack-stomach .p-column .m-related-item a:hover::after,
.palpebra-design .p-column .m-related-item a:hover::after,
.jaw-design .p-column .m-related-item a:hover::after,
.lip-design .p-column .m-related-item a:hover::after {
  background-image: url(../img/arrow/arrow2_h.png);
}

.gynecomastia .p-column,
.siliconbag .p-column,
.injection_tumour .p-column,
.aquafilling .p-column,
.hyaluronicacid_breast_tumour .p-column,
.glabella-wrinkles .p-column,
.eye-sunken .p-column,
.sp-sagging .p-column,
.ip-sagging .p-column,
.eyes-sagging .p-column,
.eyes-wrinkles .p-column,
.temple-depression .p-column,
.cheek-sagging .p-column,
.nasolabial-fold .p-column,
.mouth-wrinkles .p-column {
  margin-right: 10px;
  margin-left: 10px;
}
.gynecomastia .p-column > .title,
.siliconbag .p-column > .title,
.injection_tumour .p-column > .title,
.aquafilling .p-column > .title,
.hyaluronicacid_breast_tumour .p-column > .title,
.glabella-wrinkles .p-column > .title,
.eye-sunken .p-column > .title,
.sp-sagging .p-column > .title,
.ip-sagging .p-column > .title,
.eyes-sagging .p-column > .title,
.eyes-wrinkles .p-column > .title,
.temple-depression .p-column > .title,
.cheek-sagging .p-column > .title,
.nasolabial-fold .p-column > .title,
.mouth-wrinkles .p-column > .title {
  margin-bottom: 20px;
  padding: 0 0 1px 12px;
  height: 31px;
  border: 0;
  background: url(../img/subtitle_bg.gif) left top repeat-x;
  line-height: 31px;
  font-size: 1.4em;
  color: #7f7875;
  border-top: 3px solid #ec7c78;
  border-bottom: 1px solid #baafa6;
  margin-bottom: 10px;
}

.foot-slimming .p-column,
.knee-around .p-column,
.cellulite .p-column,
.forehead-wrinkles .p-column,
.forehead-depression .p-column,
.eye-darkcircle .p-column,
.crowsfeet .p-column,
.cheek-thinning .p-column,
.chin-double .p-column,
.neck-sagging .p-column,
.armpit .p-column {
  margin: 0 0 80px;
}
.foot-slimming .p-column > .title,
.knee-around .p-column > .title,
.cellulite .p-column > .title,
.forehead-wrinkles .p-column > .title,
.forehead-depression .p-column > .title,
.eye-darkcircle .p-column > .title,
.crowsfeet .p-column > .title,
.cheek-thinning .p-column > .title,
.chin-double .p-column > .title,
.neck-sagging .p-column > .title,
.armpit .p-column > .title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
  width: 704px;
  height: 77px;
  background: url(../img/contents_operation_contents_title_bg.png) left top no-repeat;
  text-shadow: 0 0 8px #250708;
  line-height: 1.2857142857;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.8em;
  color: #fff;
  box-sizing: border-box;
  margin: 0 0 40px;
  padding-bottom: 0;
  padding-left: 0;
  border: 0;
}
.foot-slimming .p-column > .title .inner-text,
.knee-around .p-column > .title .inner-text,
.cellulite .p-column > .title .inner-text,
.forehead-wrinkles .p-column > .title .inner-text,
.forehead-depression .p-column > .title .inner-text,
.eye-darkcircle .p-column > .title .inner-text,
.crowsfeet .p-column > .title .inner-text,
.cheek-thinning .p-column > .title .inner-text,
.chin-double .p-column > .title .inner-text,
.neck-sagging .p-column > .title .inner-text,
.armpit .p-column > .title .inner-text {
  display: block;
  line-height: 1;
  font-size: 0.6071428571em;
}

.forehead-wrinkles #related.p-related .info,
.forehead-depression #related.p-related .info,
.eye-darkcircle #related.p-related .info,
.crowsfeet #related.p-related .info,
.cheek-thinning #related.p-related .info,
.chin-double #related.p-related .info,
.neck-sagging #related.p-related .info {
  margin-top: 20px;
  padding: 0 20px 20px;
  background: #f5f2f0;
}
.forehead-wrinkles #related.p-related .info .title,
.forehead-depression #related.p-related .info .title,
.eye-darkcircle #related.p-related .info .title,
.crowsfeet #related.p-related .info .title,
.cheek-thinning #related.p-related .info .title,
.chin-double #related.p-related .info .title,
.neck-sagging #related.p-related .info .title {
  margin: 0 0 20px;
  padding: 20px 0 0 6px;
  border-left: 1px solid #ec7c78;
  font-size: 1.4em;
  font-weight: bold;
  color: #7f7875;
}
.forehead-wrinkles #related.p-related .info .text,
.forehead-depression #related.p-related .info .text,
.eye-darkcircle #related.p-related .info .text,
.crowsfeet #related.p-related .info .text,
.cheek-thinning #related.p-related .info .text,
.chin-double #related.p-related .info .text,
.neck-sagging #related.p-related .info .text {
  margin: 0 0 20px;
  line-height: 1.6153846154;
  font-size: 1.3em;
  color: #7f7875;
}
.forehead-wrinkles #related.p-related .info > p,
.forehead-depression #related.p-related .info > p,
.eye-darkcircle #related.p-related .info > p,
.crowsfeet #related.p-related .info > p,
.cheek-thinning #related.p-related .info > p,
.chin-double #related.p-related .info > p,
.neck-sagging #related.p-related .info > p {
  margin-bottom: 1em;
}
.forehead-wrinkles #related.p-related .info ul,
.forehead-depression #related.p-related .info ul,
.eye-darkcircle #related.p-related .info ul,
.crowsfeet #related.p-related .info ul,
.cheek-thinning #related.p-related .info ul,
.chin-double #related.p-related .info ul,
.neck-sagging #related.p-related .info ul {
  border-bottom: 1px solid #baafa6;
}
.forehead-wrinkles #related.p-related .info li,
.forehead-depression #related.p-related .info li,
.eye-darkcircle #related.p-related .info li,
.crowsfeet #related.p-related .info li,
.cheek-thinning #related.p-related .info li,
.chin-double #related.p-related .info li,
.neck-sagging #related.p-related .info li {
  border: 1px solid #baafa6;
  border-bottom: 0;
}
.forehead-wrinkles #related.p-related .info dl,
.forehead-depression #related.p-related .info dl,
.eye-darkcircle #related.p-related .info dl,
.crowsfeet #related.p-related .info dl,
.cheek-thinning #related.p-related .info dl,
.chin-double #related.p-related .info dl,
.neck-sagging #related.p-related .info dl {
  display: table;
  width: 100%;
}
.forehead-wrinkles #related.p-related .info dt,
.forehead-wrinkles #related.p-related .info dd,
.forehead-depression #related.p-related .info dt,
.forehead-depression #related.p-related .info dd,
.eye-darkcircle #related.p-related .info dt,
.eye-darkcircle #related.p-related .info dd,
.crowsfeet #related.p-related .info dt,
.crowsfeet #related.p-related .info dd,
.cheek-thinning #related.p-related .info dt,
.cheek-thinning #related.p-related .info dd,
.chin-double #related.p-related .info dt,
.chin-double #related.p-related .info dd,
.neck-sagging #related.p-related .info dt,
.neck-sagging #related.p-related .info dd {
  display: table-cell;
  vertical-align: middle;
}
.forehead-wrinkles #related.p-related .info dt,
.forehead-depression #related.p-related .info dt,
.eye-darkcircle #related.p-related .info dt,
.crowsfeet #related.p-related .info dt,
.cheek-thinning #related.p-related .info dt,
.chin-double #related.p-related .info dt,
.neck-sagging #related.p-related .info dt {
  box-sizing: border-box;
  padding: 10px 10px;
  border-right: 1px dotted #baafa6;
  background: #fff;
  line-height: 1.3333333333;
  font-size: 1.2em;
  color: #7f7875;
}
.forehead-wrinkles #related.p-related .info dt .emphasis,
.forehead-depression #related.p-related .info dt .emphasis,
.eye-darkcircle #related.p-related .info dt .emphasis,
.crowsfeet #related.p-related .info dt .emphasis,
.cheek-thinning #related.p-related .info dt .emphasis,
.chin-double #related.p-related .info dt .emphasis,
.neck-sagging #related.p-related .info dt .emphasis {
  font-weight: bold;
  color: #ec7c78;
}
.forehead-wrinkles #related.p-related .info dd,
.forehead-depression #related.p-related .info dd,
.eye-darkcircle #related.p-related .info dd,
.crowsfeet #related.p-related .info dd,
.cheek-thinning #related.p-related .info dd,
.chin-double #related.p-related .info dd,
.neck-sagging #related.p-related .info dd {
  padding: 10px;
  background: #d6d0c9;
}
.forehead-wrinkles #related.p-related .info .button,
.forehead-depression #related.p-related .info .button,
.eye-darkcircle #related.p-related .info .button,
.crowsfeet #related.p-related .info .button,
.cheek-thinning #related.p-related .info .button,
.chin-double #related.p-related .info .button,
.neck-sagging #related.p-related .info .button {
  width: 284px;
}
.forehead-wrinkles #related.p-related .info .button a,
.forehead-depression #related.p-related .info .button a,
.eye-darkcircle #related.p-related .info .button a,
.crowsfeet #related.p-related .info .button a,
.cheek-thinning #related.p-related .info .button a,
.chin-double #related.p-related .info .button a,
.neck-sagging #related.p-related .info .button a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 2px solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  vertical-align: middle;
  line-height: 1.25;
  color: #f5f2f0;
  box-sizing: border-box;
  transition: opacity .1s linear;
}
.forehead-wrinkles #related.p-related .info .button a .inner-text,
.forehead-depression #related.p-related .info .button a .inner-text,
.eye-darkcircle #related.p-related .info .button a .inner-text,
.crowsfeet #related.p-related .info .button a .inner-text,
.cheek-thinning #related.p-related .info .button a .inner-text,
.chin-double #related.p-related .info .button a .inner-text,
.neck-sagging #related.p-related .info .button a .inner-text {
  text-align: center;
  line-height: 2.5;
  font-size: 16px;
}
.forehead-wrinkles #related.p-related .info .button a:hover,
.forehead-depression #related.p-related .info .button a:hover,
.eye-darkcircle #related.p-related .info .button a:hover,
.crowsfeet #related.p-related .info .button a:hover,
.cheek-thinning #related.p-related .info .button a:hover,
.chin-double #related.p-related .info .button a:hover,
.neck-sagging #related.p-related .info .button a:hover {
  opacity: .7;
  color: inherit !important;
}
.forehead-wrinkles #related.p-related .info .button a:hover > *, .forehead-wrinkles #related.p-related .info .button a:hover::before,
.forehead-depression #related.p-related .info .button a:hover > *,
.forehead-depression #related.p-related .info .button a:hover::before,
.eye-darkcircle #related.p-related .info .button a:hover > *,
.eye-darkcircle #related.p-related .info .button a:hover::before,
.crowsfeet #related.p-related .info .button a:hover > *,
.crowsfeet #related.p-related .info .button a:hover::before,
.cheek-thinning #related.p-related .info .button a:hover > *,
.cheek-thinning #related.p-related .info .button a:hover::before,
.chin-double #related.p-related .info .button a:hover > *,
.chin-double #related.p-related .info .button a:hover::before,
.neck-sagging #related.p-related .info .button a:hover > *,
.neck-sagging #related.p-related .info .button a:hover::before {
  opacity: .7;
  color: #f5f2f0;
}
.forehead-wrinkles #related.p-related .info .button a::before,
.forehead-depression #related.p-related .info .button a::before,
.eye-darkcircle #related.p-related .info .button a::before,
.crowsfeet #related.p-related .info .button a::before,
.cheek-thinning #related.p-related .info .button a::before,
.chin-double #related.p-related .info .button a::before,
.neck-sagging #related.p-related .info .button a::before {
  display: block;
  flex-grow: 1;
  align-self: flex-end;
  order: 3;
  width: 100%;
  border-top: 1px solid #474038;
  opacity: .7;
  text-align: center;
  line-height: 1.7;
  font-size: 10px;
}
.forehead-wrinkles #related.p-related .info .button a::after,
.forehead-depression #related.p-related .info .button a::after,
.eye-darkcircle #related.p-related .info .button a::after,
.crowsfeet #related.p-related .info .button a::after,
.cheek-thinning #related.p-related .info .button a::after,
.chin-double #related.p-related .info .button a::after,
.neck-sagging #related.p-related .info .button a::after {
  content: '';
  display: inline-block;
  margin-right: 15px;
  width: 21px;
  height: 21px;
  background: url(../img/qa_line_arrow.png) right top no-repeat;
}
.forehead-wrinkles #related.p-related .info .button.reservation a,
.forehead-depression #related.p-related .info .button.reservation a,
.eye-darkcircle #related.p-related .info .button.reservation a,
.crowsfeet #related.p-related .info .button.reservation a,
.cheek-thinning #related.p-related .info .button.reservation a,
.chin-double #related.p-related .info .button.reservation a,
.neck-sagging #related.p-related .info .button.reservation a {
  position: relative;
}
.forehead-wrinkles #related.p-related .info .button.reservation a .inner-text,
.forehead-depression #related.p-related .info .button.reservation a .inner-text,
.eye-darkcircle #related.p-related .info .button.reservation a .inner-text,
.crowsfeet #related.p-related .info .button.reservation a .inner-text,
.cheek-thinning #related.p-related .info .button.reservation a .inner-text,
.chin-double #related.p-related .info .button.reservation a .inner-text,
.neck-sagging #related.p-related .info .button.reservation a .inner-text {
  width: 100%;
}
.forehead-wrinkles #related.p-related .info .button.reservation a::before,
.forehead-depression #related.p-related .info .button.reservation a::before,
.eye-darkcircle #related.p-related .info .button.reservation a::before,
.crowsfeet #related.p-related .info .button.reservation a::before,
.cheek-thinning #related.p-related .info .button.reservation a::before,
.chin-double #related.p-related .info .button.reservation a::before,
.neck-sagging #related.p-related .info .button.reservation a::before {
  content: 'ドクターが全て対応します';
}
.forehead-wrinkles #related.p-related .info .button.reservation a::after,
.forehead-depression #related.p-related .info .button.reservation a::after,
.eye-darkcircle #related.p-related .info .button.reservation a::after,
.crowsfeet #related.p-related .info .button.reservation a::after,
.cheek-thinning #related.p-related .info .button.reservation a::after,
.chin-double #related.p-related .info .button.reservation a::after,
.neck-sagging #related.p-related .info .button.reservation a::after {
  position: absolute;
  top: 9px;
  right: 0;
}
.forehead-wrinkles #related.p-related .info .button.line a .inner-text,
.forehead-depression #related.p-related .info .button.line a .inner-text,
.eye-darkcircle #related.p-related .info .button.line a .inner-text,
.crowsfeet #related.p-related .info .button.line a .inner-text,
.cheek-thinning #related.p-related .info .button.line a .inner-text,
.chin-double #related.p-related .info .button.line a .inner-text,
.neck-sagging #related.p-related .info .button.line a .inner-text {
  margin-left: 70px;
  padding-left: 40px;
  background: url(../img/qa_line.png) left center no-repeat;
}
.forehead-wrinkles #related.p-related .info .button.line a::before,
.forehead-depression #related.p-related .info .button.line a::before,
.eye-darkcircle #related.p-related .info .button.line a::before,
.crowsfeet #related.p-related .info .button.line a::before,
.cheek-thinning #related.p-related .info .button.line a::before,
.chin-double #related.p-related .info .button.line a::before,
.neck-sagging #related.p-related .info .button.line a::before {
  content: 'メアド不要で気軽に質問';
}

.six-pack-stomach .p-equipment {
  margin: 0 0 40px;
}
.six-pack-stomach .p-equipment > * {
  margin-right: 10px;
  margin-left: 10px;
}
.six-pack-stomach .p-equipment > .title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
  width: 704px;
  height: 77px;
  background: url(../img/contents_operation_contents_title_bg.png) left top no-repeat;
  text-shadow: 0 0 8px #250708;
  line-height: 1.2857142857;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.8em;
  color: #fff;
  box-sizing: border-box;
  flex-direction: column;
  margin: 0 0 20px;
  font-size: 20px;
}
.six-pack-stomach .p-equipment > .title .inner-text {
  display: block;
  line-height: 1;
  font-size: 28px;
}
.six-pack-stomach .p-equipment-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.six-pack-stomach .p-equipment-subbox {
  width: 226px;
}
.six-pack-stomach .p-equipment-subbox__title {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  font-size: 17px;
  font-weight: bold;
  color: #7f7875;
}
.six-pack-stomach .p-equipment-subbox__title span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  width: 46px;
  height: 26px;
  background: #e17774;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
}
.six-pack-stomach .p-equipment-subbox__inner {
  position: relative;
  padding: 5px;
  border: 1px solid #c8bdb5;
}
.six-pack-stomach .p-equipment-subbox__inner .inner {
  color: #7f7875;
}
.six-pack-stomach .p-equipment-subbox__inner .inner__title, .six-pack-stomach .p-equipment-subbox__inner .inner__text {
  padding-left: 60px;
}
.six-pack-stomach .p-equipment-subbox__inner .inner__title {
  margin: 5px 0;
  font-feature-settings: 'palt';
  font-size: 14px;
  font-weight: bold;
  color: #7f7875;
}
.six-pack-stomach .p-equipment-subbox__inner .inner__text {
  line-height: 1.3333333333;
  font-size: 12px;
  color: #a39d9b;
}
.six-pack-stomach .p-equipment-subbox__inner .inner__pic {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 55px;
  height: 55px;
}
.six-pack-stomach .p-equipment-subbox__inner .inner__pic img {
  width: 100%;
  height: 100%;
}
.six-pack-stomach .p-equipment__text {
  text-align: center;
  font-size: 17px;
  color: #7f7875;
}
.six-pack-stomach .m-case .info {
  margin-top: 20px;
  padding: 0 20px 20px;
  background: #f5f2f0;
}
.six-pack-stomach .m-case .info .title {
  margin-bottom: 20px;
  padding: 20px 0 0 6px;
  height: auto;
  border: 0;
  border-left: 1px solid #ec7c78;
  background: 0;
  line-height: 1.2;
  font-size: 1.4em;
  font-weight: bold;
  color: #7f7875;
}
.six-pack-stomach .m-case .info .text {
  margin-bottom: 20px;
  line-height: 1.6153846154;
  font-size: 1.3em;
  color: #7f7875;
}
.six-pack-stomach .m-case .info > p {
  margin-bottom: 1em;
}
.six-pack-stomach .m-case .info ul {
  border-bottom: 1px solid #baafa6;
}
.six-pack-stomach .m-case .info li {
  border: 1px solid #baafa6;
  border-bottom: 0;
}
.six-pack-stomach .m-case .info dl {
  display: table;
  width: 100%;
}
.six-pack-stomach .m-case .info dt,
.six-pack-stomach .m-case .info dd {
  display: table-cell;
  vertical-align: middle;
}
.six-pack-stomach .m-case .info dt {
  box-sizing: border-box;
  padding: 10px 10px;
  border-right: 1px dotted #baafa6;
  background: #fff;
  line-height: 1.3333333333;
  font-size: 1.2em;
  color: #7f7875;
}
.six-pack-stomach .m-case .info dt .emphasis {
  font-weight: bold;
  color: #ec7c78;
}
.six-pack-stomach .m-case .info dd {
  padding: 10px;
  background: #d6d0c9;
}
.six-pack-stomach .m-case .info .button {
  width: 284px;
}
.six-pack-stomach .m-case .info .button a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 2px solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  vertical-align: middle;
  line-height: 1.25;
  color: #f5f2f0;
  box-sizing: border-box;
  transition: opacity .1s linear;
}
.six-pack-stomach .m-case .info .button a .inner-text {
  text-align: center;
  line-height: 2.5;
  font-size: 16px;
}
.six-pack-stomach .m-case .info .button a:hover {
  opacity: .7;
  color: inherit !important;
}
.six-pack-stomach .m-case .info .button a:hover > *, .six-pack-stomach .m-case .info .button a:hover::before {
  opacity: .7;
  color: #f5f2f0;
}
.six-pack-stomach .m-case .info .button a::before {
  display: block;
  flex-grow: 1;
  align-self: flex-end;
  order: 3;
  width: 100%;
  border-top: 1px solid #474038;
  opacity: .7;
  text-align: center;
  line-height: 1.7;
  font-size: 10px;
}
.six-pack-stomach .m-case .info .button a::after {
  content: '';
  display: inline-block;
  margin-right: 15px;
  width: 21px;
  height: 21px;
  background: url(../img/qa_line_arrow.png) right top no-repeat;
}
.six-pack-stomach .m-case .info .button.reservation a {
  position: relative;
}
.six-pack-stomach .m-case .info .button.reservation a .inner-text {
  width: 100%;
}
.six-pack-stomach .m-case .info .button.reservation a::before {
  content: 'ドクターが全て対応します';
}
.six-pack-stomach .m-case .info .button.reservation a::after {
  position: absolute;
  top: 9px;
  right: 0;
}
.six-pack-stomach .m-case .info .button.line a .inner-text {
  margin-left: 70px;
  padding-left: 40px;
  background: url(../img/qa_line.png) left center no-repeat;
}
.six-pack-stomach .m-case .info .button.line a::before {
  content: 'メアド不要で気軽に質問';
}

.siliconbag .m-feature-contents:nth-child(1),
.injection_tumour .m-feature-contents:nth-child(1),
.aquafilling .m-feature-contents:nth-child(1),
.hyaluronicacid_breast_tumour .m-feature-contents:nth-child(1) {
  background-image: url(../img/troubles_removal_feature_pic1.jpg);
}
.siliconbag .m-feature-contents:nth-child(2),
.injection_tumour .m-feature-contents:nth-child(2),
.aquafilling .m-feature-contents:nth-child(2),
.hyaluronicacid_breast_tumour .m-feature-contents:nth-child(2) {
  background-image: url(../img/troubles_accessory_breast_feature_pic2.jpg);
}
.siliconbag .m-feature-contents:nth-child(3),
.injection_tumour .m-feature-contents:nth-child(3),
.aquafilling .m-feature-contents:nth-child(3),
.hyaluronicacid_breast_tumour .m-feature-contents:nth-child(3) {
  background-image: url(../img/troubles_feature_pic1.jpg);
}

.siliconbag .case-movie {
  justify-content: space-between;
  clear: both;
}
.siliconbag .case-movie__title {
  line-height: 55px;
}
