@charset "UTF-8";
.c-button a {
  display: inline-block;
  width: 279px;
  border: 2px solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  color: #f5f2f0;
  transition: opacity 0.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 0.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: 0.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 0.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: -webkit-flex;
  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 0.1s;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors-contents .link:hover a::after {
  opacity: 0;
  transition: opacity 0.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 0.1s linear;
  color: #6d9dd0;
}
a:hover {
  color: #ec7c78 !important;
}

a img {
  opacity: 1;
  transition: opacity 0.1s linear;
}
a:hover img {
  opacity: 0.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: 0.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% - 494px - 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,.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 0.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 0.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 0.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 0.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);
}

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

/*----------------------------------------------------------------------
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 0.1s linear;
}
.area-link:hover {
  opacity: 0.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 0.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 0.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: 0.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 0.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: fit-content;
  border: 1px solid #c7bcb5;
  background: #e3ded9;
  background: -moz-linear-gradient(top, #fff 0%, #e3ded9 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #e3ded9 100%);
  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 0.1s;
}
.p-cvArea__clinic .c-link1:hover a::before {
  opacity: 0;
  transition: opacity 0.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: 0.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: 0.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: 0.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: 0.4em;
  opacity: 0.8;
  font-size: 1em;
}
#profile .doctor {
  margin-bottom: 1.4em;
}
#profile .doctor .name {
  margin-top: 1em;
}
#profile .doctor .name .emphasis {
  margin-top: 0.7em;
  font-size: 15px;
}
#profile .doctor .name .position {
  font-size: 1.25em;
}
#profile .doctor .name .position .job-title {
  display: block;
  margin-top: 0.7em;
  opacity: 0.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: 0.8em;
}
#profile .society {
  margin-top: 0.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: 0.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;
}

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

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

.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;
}
.case-info-table + .link {
  margin-top: 30px;
}

.m-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}
.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;
}
.m-title .inner-text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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,.5);
  text-align: center;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.3em;
  color: #584f4c;
  box-sizing: border-box;
}
.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;
}
.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;
}
.m-title .inner-text .small {
  font-size: 0.7878787879em;
}
.m-title .lead {
  position: relative;
  z-index: 2;
  width: 365px;
  text-align: center;
  line-height: 1.1428571429;
  font-size: 1.4em;
  color: #584f4c;
}

.m-anchor {
  margin-bottom: 35px;
}
.m-anchor .anchor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -2px;
}
.m-anchor .anchor-item {
  overflow: hidden;
  flex-basis: 172px;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0 2px 5px;
  border-radius: 4px;
}
.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 0.1s linear;
}
.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);
}
.m-anchor .anchor-item a:hover {
  opacity: 0.5;
  color: #7f7875 !important;
}
.m-anchor .anchor-item {
  flex-basis: 137px;
}

.m-contents {
  margin-bottom: 70px;
}
.m-contents > * {
  margin-right: 10px;
  margin-left: 10px;
}
.m-contents > .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 30px;
}
.m-contents > .title .inner-text {
  display: block;
  line-height: 1;
  font-size: 0.6071428571em;
}
.m-contents > .link {
  text-align: right;
  font-size: 1.4em;
}
.m-contents > .link a {
  transition: all 0.1s linear;
  display: inline-block;
  padding: 19px 42px;
  background: url(../img/arrow/arrow16.png) right 11px center no-repeat #d3cbc5;
  color: #7f7875;
}
.m-contents > .link a:hover {
  opacity: 0.6;
  color: #7f7875 !important;
}
.m-contents .lead,
.m-contents .text {
  line-height: 1.75;
  font-size: 1.6em;
  color: #7f7875;
}
.m-contents .lead::before, .m-contents .lead::after,
.m-contents .text::before,
.m-contents .text::after {
  content: "";
  display: block;
}
.m-contents .lead::before,
.m-contents .text::before {
  margin-top: -6px;
}
.m-contents .lead::after,
.m-contents .text::after {
  margin-bottom: -6px;
}
.m-contents .cite-text {
  line-height: 1.5;
  font-size: 0.8rem;
  font-style: normal;
  color: #7f7875;
}
.m-contents .cite-text a {
  font-style: italic;
}
.m-contents .pic.right {
  float: right;
  margin: 0 0 25px 20px;
}

.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: 0.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: 216px 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;
}

.m-case {
  display: flow-root;
}
.m-case > .title {
  padding-left: 0.5em;
  letter-spacing: 0.5em;
}
.m-case .pic {
  float: left;
  margin-bottom: 14px;
}
.m-case .pic figcaption {
  margin-top: 5px;
  color: #7f7875;
}
.m-case .pic.full {
  float: none;
}
.m-case .link {
  clear: both;
}
.m-case .pic figcaption {
  font-size: 1.3em;
}
.m-case .pic + .pic {
  margin-right: 4px;
}
.m-case-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m-case-item {
  margin-bottom: 20px;
}
.m-case .price-info {
  clear: both;
  margin: 14px 10px;
}
.m-case .price-info .info-text {
  line-height: 1.5;
  font-size: 12px;
  color: #7f7875;
}
.m-case .price-info .info-text em {
  font-weight: bold;
}
.m-case .price-info .info-text a {
  text-decoration: underline;
}
.m-case .price-info .caution em a {
  text-decoration: underline;
  font-weight: bold;
}
.m-case > .link {
  margin: 30px 10px;
}

.m-case2 > .text,
.m-case2 > .lead {
  margin-bottom: 30px;
}
.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%, #fff 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 {
  border: 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 .m-entry-item .m-case .price-info {
  margin: 0 20px 10px;
}
.m-case2 .m-entry-item .m-case .price-info .info-text {
  line-height: 1.5;
  font-size: 12px;
  color: #7f7875;
}
.m-case2 .m-entry-item .m-case .price-info .info-text em {
  font-weight: bold;
}
.m-case2 .m-entry-item .m-case .price-info .info-text a {
  text-decoration: underline;
}
.m-case2 .m-entry-item .m-case .price-info .caution em a {
  text-decoration: underline;
  font-weight: bold;
}
.m-case2 .downtime {
  margin: 0;
  color: #7f7875;
}
.m-case2 .downtime > .title {
  padding: 10px;
  border: 1px solid #d3cac3;
  border-bottom: 0;
  background: #f5f3f1;
  font-size: 14px;
}
.m-case2 .downtime .contents-inner {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #d3cac3;
}
.m-case2 .downtime-item {
  display: flex;
  width: 50%;
  border-bottom: 1px solid #d3cac3;
  box-sizing: border-box;
}
.m-case2 .downtime-item .title,
.m-case2 .downtime-item .text {
  padding: 5px 10px;
  line-height: 1.5;
  font-size: 12px;
}
.m-case2 .downtime-item .title {
  width: 30%;
  border-right: 1px solid #d3cac3;
  background: #f5f3f1;
  text-align: center;
}
.m-case2 .downtime-item .text {
  width: 70%;
  background: #fff;
}
.m-case2 .downtime-item .text::before, .m-case2 .downtime-item .text::after {
  margin: 0;
}
.m-case2 .downtime-item:nth-child(odd) {
  border-right: 1px solid #d3cac3;
}
.m-case2 .downtime-item:last-child {
  border-bottom: 0;
}
.m-case2 .link {
  margin: 30px 10px;
}

.m-season {
  margin-top: 30px;
  margin-bottom: 40px;
}
.m-season .title {
  display: block;
  position: relative;
  margin: 0 0 25px;
  padding: 5px 0 9px;
  width: 100%;
  height: inherit;
  background: #faf9f8;
  background: -moz-linear-gradient(top, #fefefd 0%, #faf9f8 100%);
  background: -webkit-linear-gradient(top, #fefefd 0%, #faf9f8 100%);
  background: linear-gradient(to bottom, #fefefd 0%, #faf9f8 100%);
  text-align: center;
  text-shadow: none;
  line-height: 1;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.5rem;
  letter-spacing: 3px;
  color: #7f7875;
}
.m-season .title .emphasis {
  color: #ec7d7c;
}
.m-season .title::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 1px;
  width: 100%;
  border-bottom: 1px solid #7f7875;
  background: #fff;
}
.m-season .reason-list {
  display: flex;
  justify-content: center;
}
.m-season .reason-list__item {
  display: block;
  padding-top: 2px;
  background: url(../img/campaign_reason_listitem_bg.png) center top no-repeat;
  text-align: center;
  color: #6d6562;
}
.m-season .reason-list__item:nth-child(1) {
  margin-right: 49px;
}
.m-season .reason-list__item:nth-child(2) {
  margin-right: 63px;
}
.m-season .reason-list__title {
  margin-bottom: 0.4rem;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.3rem;
  font-weight: bold;
}
.m-season .reason-list__text {
  line-height: 1.5714285714;
  font-size: 0.9rem;
}

.m-about > .lead,
.m-reason > .lead,
.m-operation-details > .lead {
  margin-bottom: 35px;
}
.m-about .text,
.m-reason .text,
.m-operation-details .text {
  width: 325px;
}
.m-about .pic,
.m-reason .pic,
.m-operation-details .pic {
  overflow: hidden;
}
.m-about .m-sub-contents,
.m-reason .m-sub-contents,
.m-operation-details .m-sub-contents {
  *zoom: 1;
  margin-bottom: 35px;
}
.m-about .m-sub-contents::after,
.m-reason .m-sub-contents::after,
.m-operation-details .m-sub-contents::after {
  content: "";
  display: table;
  clear: both;
}
.m-about .m-sub-contents > .lead,
.m-about .m-sub-contents .text,
.m-reason .m-sub-contents > .lead,
.m-reason .m-sub-contents .text,
.m-operation-details .m-sub-contents > .lead,
.m-operation-details .m-sub-contents .text {
  margin-bottom: 25px;
}

.m-about,
.m-operation-details {
  margin-bottom: 10px;
}
.m-about .m-sub-contents > .title,
.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-about .m-sub-contents .text a,
.m-operation-details .m-sub-contents .text a {
  text-decoration: underline;
}
.m-about .m-sub-contents .sub-title,
.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-about .m-sub-contents .contents-item,
.m-operation-details .m-sub-contents .contents-item {
  margin-bottom: 25px;
}
.m-about .m-sub-contents .contents-item:last-child,
.m-operation-details .m-sub-contents .contents-item:last-child {
  margin-bottom: 0;
}
.m-about .m-sub-contents:nth-child(odd) .text,
.m-operation-details .m-sub-contents:nth-child(odd) .text {
  float: right;
}
.m-about .m-sub-contents:nth-child(even) .text,
.m-operation-details .m-sub-contents:nth-child(even) .text {
  float: left;
}
.m-about .m-sub-contents:nth-child(even) .pic,
.m-operation-details .m-sub-contents:nth-child(even) .pic {
  text-align: right;
}

.m-reason > .title,
.m-workaround > .title {
  position: relative;
  padding-bottom: 15px;
  line-height: 59px;
}
.m-reason > .title .inner-text,
.m-workaround > .title .inner-text {
  position: absolute;
  bottom: 10px;
  left: 50%;
  text-align: center;
  line-height: 1;
  font-size: 0.5357142857em;
  transform: translate(-50%, 0);
}
.m-reason > .title .inner-text::before, .m-reason > .title .inner-text::after,
.m-workaround > .title .inner-text::before,
.m-workaround > .title .inner-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  width: 1em;
  border-top: 1px solid #fff;
}
.m-reason > .title .inner-text::before,
.m-workaround > .title .inner-text::before {
  left: -1.5em;
}
.m-reason > .title .inner-text::after,
.m-workaround > .title .inner-text::after {
  right: -1.5em;
}

.m-reason .m-sub-contents:nth-child(odd) .text {
  float: left;
}
.m-reason .m-sub-contents:nth-child(odd) .pic {
  text-align: right;
}
.m-reason .m-sub-contents:nth-child(even) .text {
  float: right;
}
.m-reason .m-sub-contents > .title {
  margin-bottom: 15px;
  padding-left: 52px;
  background-position: left top;
  background-repeat: no-repeat;
  line-height: 48px;
  font-size: 1.8em;
  font-weight: bold;
  color: #7f7875;
}
.m-reason .m-sub-contents > .title sup {
  font-size: 0.5555555556em;
}
.m-reason .m-sub-contents:nth-of-type(1) > .title {
  background-image: url(../img/troubles_reason_title_bg1.png);
}
.m-reason .m-sub-contents:nth-of-type(2) > .title {
  background-image: url(../img/troubles_reason_title_bg2.png);
}
.m-reason .m-sub-contents:nth-of-type(3) > .title {
  background-image: url(../img/troubles_reason_title_bg3.png);
}
.m-reason .m-sub-contents:nth-of-type(4) > .title {
  background-image: url(../img/troubles_reason_title_bg4.png);
}
.m-reason .m-sub-contents:nth-of-type(5) > .title {
  background-image: url(../img/troubles_reason_title_bg5.png);
}
.m-reason .note {
  margin-top: 10px;
  text-align: right;
  color: #7f7875;
}

.m-operation-details table {
  margin-bottom: 20px;
}
.m-operation-details table th,
.m-operation-details table td {
  border: 1px solid #e5dfdb;
  line-height: 1.5;
  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: 0.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: #e5dfdb;
  text-align: center;
}
.m-operation-details table tbody tr:not(:last-child) th {
  border-bottom: 1px solid #fff;
}
.m-operation-details .m-sub-contents:nth-child(even) .text, .m-operation-details .m-sub-contents:nth-child(odd) .text {
  float: none;
  width: inherit;
}
.m-operation-details .m-sub-contents:nth-child(even) .pic, .m-operation-details .m-sub-contents:nth-child(odd) .pic {
  overflow: inherit;
  float: left;
  margin: 0 20px 10px 0;
  text-align: inherit;
}
.m-operation-details .m-sub-contents:nth-child(even) > .link, .m-operation-details .m-sub-contents:nth-child(odd) > .link {
  text-align: right;
  font-size: 1.4em;
  clear: both;
}
.m-operation-details .m-sub-contents:nth-child(even) > .link a, .m-operation-details .m-sub-contents:nth-child(odd) > .link a {
  transition: all 0.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:nth-child(even) > .link a:hover, .m-operation-details .m-sub-contents:nth-child(odd) > .link a:hover {
  opacity: 0.6;
  color: #7f7875 !important;
}

.js-accordion-contents {
  overflow: hidden;
  height: 0;
  min-height: 0;
  transition: all 0.4s ease-in;
  transform: translate3d(0, 0, 0);
}
.js-accordion.is-open > .js-accordion-button::after {
  transform: rotate(-180deg);
}

.m-kinds > .lead {
  margin-bottom: 20px;
}
.m-kinds > table,
.m-kinds .m-sub-contents > table {
  margin-bottom: 20px;
  width: calc(100% - 20px);
}
.m-kinds > table th,
.m-kinds > table td,
.m-kinds .m-sub-contents > table th,
.m-kinds .m-sub-contents > table td {
  border: 1px solid #e5dfdb;
  font-size: 1.2em;
  color: #7f7875;
  box-sizing: border-box;
}
.m-kinds > table th:empty,
.m-kinds > table td:empty,
.m-kinds .m-sub-contents > table th:empty,
.m-kinds .m-sub-contents > table td:empty {
  background: linear-gradient(21deg, #fff 50%, #e5dfdb 51%, #fff 51%);
}
.m-kinds > table thead td,
.m-kinds .m-sub-contents > table thead td {
  width: 209px;
}
.m-kinds > table thead th,
.m-kinds .m-sub-contents > table thead th {
  width: 114px;
}
.m-kinds > table thead th:not(:last-of-type),
.m-kinds .m-sub-contents > table thead th:not(:last-of-type) {
  border-right-color: #fff;
}
.m-kinds > table thead th + th,
.m-kinds .m-sub-contents > table thead th + th {
  border-left-color: #fff;
}
.m-kinds > table thead .operation .name,
.m-kinds .m-sub-contents > table thead .operation .name {
  background: #eae5e2;
  text-align: center;
  line-height: 2.25;
  color: #7f7875;
}
.m-kinds > table tbody th,
.m-kinds > table tbody td,
.m-kinds .m-sub-contents > table tbody th,
.m-kinds .m-sub-contents > table tbody td {
  padding: 10px;
  height: 50px;
}
.m-kinds > table tbody th,
.m-kinds .m-sub-contents > table tbody th {
  line-height: 1.4;
}
.m-kinds > table tbody td,
.m-kinds .m-sub-contents > table tbody td {
  text-align: center;
  line-height: 1.5;
}
.m-kinds > table tbody td > ul li,
.m-kinds .m-sub-contents > table tbody td > ul li {
  position: relative;
  padding-left: 1em;
  text-align: left;
  line-height: 1.2;
}
.m-kinds > table tbody td > ul li + li,
.m-kinds .m-sub-contents > table tbody td > ul li + li {
  margin-top: 0.75em;
}
.m-kinds > table tbody td > ul li::before,
.m-kinds .m-sub-contents > table tbody td > ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.m-kinds .points {
  margin-bottom: 35px;
  padding: 25px;
  border: 1px solid #ede9e5;
  background: #f5f2f0;
}
.m-kinds .point-list {
  padding-left: 50px;
  background: url(../img/troubles_faq_answer_bg_ohashi.png) left top no-repeat;
}
.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;
}
.m-kinds .point-item + .point-item {
  margin-top: 10px;
}
.m-kinds .operation-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.m-kinds .operation-item {
  box-sizing: border-box;
}
.m-kinds .operation-item a {
  transition: opacity 0.1s linear;
  display: block;
  background: url(../img/arrow/arrow.png) right 10px center no-repeat;
  color: inherit;
}
.m-kinds .operation-item a:hover {
  opacity: 1;
}
.m-kinds .operation-item .item-inner {
  display: flow-root;
  position: relative;
  padding: 10px 0;
  min-height: 65px;
  transition: opacity 0.1s linear;
}
.m-kinds .operation-item .item-inner:hover {
  opacity: 0.5;
}
.m-kinds .operation-item .name {
  font-size: 1.6em;
  color: #6d9dd0;
}
.m-kinds .operation-item .pic {
  position: absolute;
  top: 10px;
  left: 0;
  border: 1px solid #d7d4d3;
}
.m-kinds .operation-item .text {
  font-size: 1.4em;
}
.m-kinds .recommend {
  margin-bottom: 15px;
  box-shadow: inset 0 0 0 1px #d7d4d3;
}
.m-kinds .recommend .operation-item {
  width: 50%;
  border-right: 1px solid #d7d4d3;
  border-bottom: 1px solid #d7d4d3;
}
.m-kinds .recommend .operation-item a {
  display: block;
  background: none;
  color: inherit;
}
.m-kinds .recommend .operation-item a:hover {
  opacity: 1;
}
.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 0.1s linear;
}
.m-kinds .recommend .operation-item .item-inner:hover {
  opacity: 0.5;
}
.m-kinds .recommend .operation-item .name,
.m-kinds .recommend .operation-item .text {
  margin-left: 76px;
}
.m-kinds .recommend .operation-item .name {
  margin-bottom: 12px;
}
.m-kinds .recommend .operation-item .pic {
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #d7d4d3;
}
.m-kinds .recommend .operation-item .text {
  line-height: 1.4285714286;
  font-size: 1.4em;
}
.m-kinds .recommend .operation-item .text::before {
  margin-top: -3px;
}
.m-kinds .recommend .operation-item .text::after {
  margin-top: -3px;
}
.m-kinds .others .operation-item {
  flex-basis: 322px;
  margin: 0 10px;
  border-bottom: 1px dotted #d7d4d3;
}
.m-kinds .others .operation-item .name {
  margin: 0 0 10px 42px;
  line-height: 32px;
}
.m-kinds .others .operation-item .text {
  line-height: 1.5714285714;
}
.m-kinds .others .operation-item .text::before {
  margin-top: -4px;
}
.m-kinds .others .operation-item .text::after {
  margin-top: -4px;
}
.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;
}
.m-kinds .operation .link {
  position: relative;
  padding-right: 20px;
  text-align: right;
}
.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;
}
.m-kinds .operation .link a {
  position: relative;
  cursor: pointer;
  font-size: 1.4em;
  color: #7f7875;
}

.m-flow .order {
  margin-bottom: 30px;
}
.m-flow-item {
  position: relative;
  padding: 30px 0;
  min-height: 130px;
  border-top: 1px dotted #c7bcb5;
  background-position: left 30px;
  background-repeat: no-repeat;
  background-size: 130px 130px;
}
.m-flow-item > .item-inner {
  padding-left: 155px;
}
.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;
}
.m-flow-item #oneday {
  margin: 25px auto 0;
  border: 1px solid #baafa6;
  width: 440px;
  text-align: center;
}
.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;
}
.m-flow-item:last-child {
  padding-bottom: 0;
}
.m-flow-item:last-child::before {
  content: initial;
}
.m-flow-item:nth-child(1) {
  background-image: url(../img/troubles_flow_bg1.jpg);
}
.m-flow-item:nth-child(2) {
  background-image: url(../img/troubles_flow_bg2.jpg);
}
.m-flow-item:nth-child(3) {
  background-image: url(../img/troubles_flow_bg3.jpg);
}
.m-flow-item:nth-child(4) {
  background-image: url(../img/troubles_flow_bg4.jpg);
}
.m-flow-item:nth-child(5) {
  background-image: url(../img/troubles_flow_bg5.jpg);
}
.m-flow-item:nth-child(6) {
  background-image: url(../img/troubles_flow_bg6.jpg);
}
.m-flow-list li .info {
  margin-top: 22px;
  padding-bottom: 17px;
  border: none;
}
.m-flow-list li .info__title {
  margin-bottom: 13px;
  padding: 8px 10px;
  background: #d3cbc5;
  line-height: 1;
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #7f7875;
}
.m-flow-list li .info__text {
  line-height: 1.8333333333;
  font-size: 1.2em;
}

.m-reservation {
  margin-top: 20px;
  border: 1px solid #e2dcd7;
  border-top: 0;
}
.m-reservation-item {
  padding-left: 124px;
  border-top: 1px solid #e2dcd7;
  background-position: 30px center;
  background-repeat: no-repeat;
}
.m-reservation .item-inner {
  background: #f5f2f0;
}
.m-reservation .title {
  background: #e2dcd7;
  text-align: center;
  line-height: 2;
  font-size: 1.5em;
  font-weight: bold;
  color: #7f7875;
}
.m-reservation .contents {
  padding: 10px;
  text-align: center;
}
.m-reservation .contents .lead {
  margin-bottom: 7px;
  line-height: 1;
  font-size: 1.4em;
}
.m-reservation .contents .lead::before, .m-reservation .contents .lead::after {
  content: initial;
}
.m-reservation .contents .button a {
  display: inline-block;
  border: 2px solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  color: #f5f2f0;
  transition: opacity 0.1s linear;
}
.m-reservation .contents .button a:hover {
  opacity: 0.6;
  color: #f5f2f0 !important;
}
.m-reservation .contents .button a .inner-text {
  padding: 0 38px;
  background: url(../img/arrow/arrow16.png) right 10px center no-repeat;
  line-height: 2.375;
  font-size: 1.6em;
}
.m-reservation .contents .button a::after {
  content: "ドクターが診察します";
  display: block;
  border-top: 1px solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 1em;
}
.m-reservation .net {
  background-image: url(../img/sprite/info/flow-net.png);
}
.m-reservation .tel {
  background-image: url(../img/sprite/info/flow-tel.png);
}
.m-reservation .tel .contents > * {
  margin-bottom: 7px;
  font-size: 1.4em;
  color: #7f7875;
}
.m-reservation .tel .contents > *:last-child {
  margin: 0;
}
.m-reservation .tel .contents > * a {
  color: #7f7875;
}
.m-reservation .tel .contents > * a:hover {
  color: #7f7875 !important;
}
.m-reservation .tel .contents > *.freecall a {
  padding-left: 45px;
  background: url(../img/troubles_flow_tel_bg.png) left center no-repeat;
  font-size: 2em;
  font-weight: bold;
  color: #58504d;
}

.m-proposal {
  margin: 20px 0;
}
.m-proposal-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 center;
  line-height: 2.125;
}

.m-previousday {
  margin-top: 20px;
  border: 1px solid #ede9e5;
  background: #f5f2f0;
  color: #7f7875;
}
.m-previousday .title {
  background: #e2dcd7;
  text-align: center;
  line-height: 2;
  font-size: 1.5em;
  font-weight: bold;
}
.m-previousday .text {
  padding: 12px;
  line-height: 1.7142857143;
  font-size: 1.4em;
}
.m-previousday .text::before {
  margin-top: -5px;
}
.m-previousday .text::after {
  margin-bottom: -5px;
}

.m-faq > .lead {
  margin-bottom: 30px;
}
.m-faq-list {
  margin-bottom: 30px;
  border-top: 1px solid #e5dfdb;
}
.m-faq-item {
  border-bottom: 1px solid #e5dfdb;
}
.m-faq-item:nth-child(odd) {
  background: #f5f2f0;
}
.m-faq-item .item-inner > * {
  padding: 20px 15px 20px 60px;
}
.m-faq-item .question {
  display: table-cell;
  height: 36px;
  background: url(../img/troubles_faq_question_bg.png) 15px 20px no-repeat;
  vertical-align: middle;
  line-height: 1.625;
  font-size: 1.6em;
  color: #6d9dd0;
}
.m-faq-item .question::before, .m-faq-item .question::after {
  content: "";
  display: block;
}
.m-faq-item .question::before {
  margin-top: -5px;
}
.m-faq-item .question::after {
  margin-bottom: -5px;
}
.m-faq-item .answer {
  *zoom: 1;
  min-height: 36px;
  border-top: 1px dotted #c7bcb5;
  background: url(../img/troubles_faq_answer_bg_ohashi.png) 15px 20px no-repeat;
}
.m-faq-item .answer::after {
  content: "";
  display: table;
  clear: both;
}
.m-faq-item .answer .text {
  float: left;
  width: 494px;
  line-height: 1.625;
  font-size: 1.6em;
}
.m-faq-item .answer .text::before {
  margin-top: -5px;
}
.m-faq-item .answer .text::after {
  margin-bottom: -5px;
}
.m-faq-item .answer .text a {
  text-decoration: underline;
}
.m-faq-item .answer .text:last-child:last-of-type {
  width: 100%;
}
.m-faq-item .answer .pic {
  overflow: hidden;
  text-align: right;
}
.m-faq-item .answer .list {
  float: left;
  margin: 2em 0;
}
.m-faq-item .answer .list li {
  margin-left: 1em;
  list-style-type: disc;
  line-height: 1.7142857143;
  font-size: 1.4em;
  color: #7f7875;
}

#main .line:not(.c-button) {
  overflow: hidden;
  margin-top: 30px;
}
#main .line:not(.c-button) .link {
  float: right;
  width: 284px;
}
#main .line:not(.c-button) .link a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 2px solid #554c48;
  background: -webkit-gradient(linear, left top, left bottom, from(#91847b), to(#443b34));
  background: linear-gradient(#91847b, #443b34);
  vertical-align: middle;
  line-height: 1.25;
  color: #f5f2f0;
  box-sizing: border-box;
  transition: opacity 0.1s linear;
}
#main .line:not(.c-button) .link a .inner-text {
  margin-left: 70px;
  padding-left: 40px;
  background: url(../img/qa_line.png) left center no-repeat;
  text-align: center;
  line-height: 2.5;
  font-size: 16px;
}
#main .line:not(.c-button) .link a:hover {
  opacity: 0.7;
  color: inherit !important;
}
#main .line:not(.c-button) .link a:hover > *, #main .line:not(.c-button) .link a:hover::before {
  opacity: 0.7;
  color: #f5f2f0;
}
#main .line:not(.c-button) .link a::before {
  display: block;
  flex-grow: 1;
  align-self: flex-end;
  order: 3;
  width: 100%;
  border-top: 1px solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 10px;
}
#main .line:not(.c-button) .link a::after {
  content: "";
  display: inline-block;
  margin-right: 15px;
  width: 21px;
  height: 21px;
  background: url(../img/qa_line_arrow.png) right top no-repeat;
}
#main .line:not(.c-button) .link a::before {
  content: "メアド不要で気軽に質問";
}

.m-symptoms > .lead {
  margin-bottom: 30px;
}
.m-symptoms-item {
  position: relative;
  margin-bottom: 40px;
}
.m-symptoms-item .item-inner {
  padding-left: 140px;
}
.m-symptoms-item .title {
  padding-left: 11px;
  border-left: 3px solid #f4b5ac;
  font-weight: bold;
  color: #7f7875;
  margin-bottom: 15px;
  line-height: 1.1666666667;
  font-size: 1.8em;
}
.m-symptoms-item .contents > .text {
  margin-bottom: 15px;
}
.m-symptoms-item .pic {
  position: absolute;
  top: 0;
  left: 0;
}
.m-symptoms-item .comment {
  position: relative;
  padding: 20px 120px 20px 20px;
  border: 1px solid #ede9e5;
  background: #f5f2f0;
}
.m-symptoms-item .comment::before {
  content: "";
  display: block;
  position: absolute;
  right: -30px;
  bottom: 0;
  width: 147px;
  height: 116px;
  background-position: left top;
  background-repeat: no-repeat;
}
.m-symptoms-item .comment .text {
  width: 410px;
}
.m-symptoms-item.pain .comment::before {
  background-image: url(../img/troubles_thigh-thinning_symptoms_pain_bg_nakai.png);
}
.m-symptoms-item.edema .comment::before {
  background-image: url(../img/troubles_thigh-thinning_symptoms_edema_bg_nakai.png);
}
.m-symptoms-item.intra-haemorrhage .comment::before {
  background-image: url(../img/troubles_thigh-thinning_symptoms_intra-haemorrhage_bg_nakai.png);
}
.m-symptoms-item.numbness .comment::before {
  background-image: url(../img/troubles_thigh-thinning_symptoms_numbness_bg_nakai.png);
}
.m-symptoms-item.contracture .comment::before {
  background-image: url(../img/troubles_thigh-thinning_symptoms_contracture_bg_nakai.png);
}

.m-workaround > .lead {
  margin-bottom: 30px;
}
.m-workaround-contents {
  position: relative;
  margin-bottom: 35px;
}
.m-workaround-contents > .title {
  margin-bottom: 20px;
}
.m-workaround-contents > .title > * {
  display: inline-block;
}
.m-workaround-contents > .title .label {
  position: relative;
  margin-right: 30px;
  padding-left: 14px;
  background: #93b7ce;
  line-height: 63px;
  font-size: 1.4em;
  color: #fff;
}
.m-workaround-contents > .title .label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -16px;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 16px solid #93b7ce;
}
.m-workaround-contents > .title .label .number {
  display: inline-block;
  margin-left: 14px;
  padding: 0 14px;
  border-left: 1px dotted #fff;
  font-size: 1.1428571429em;
  font-weight: bold;
}
.m-workaround-contents > .title .label .number .emphasis {
  vertical-align: middle;
  font-size: 1.5em;
  font-weight: bold;
}
.m-workaround-contents > .title .text {
  font-size: 2em;
  font-weight: bold;
}
.m-workaround-contents .lead {
  margin-bottom: 20px;
  line-height: 1;
}
.m-workaround-contents .lead em {
  font-weight: bold;
}
.m-workaround-contents > .text {
  margin-bottom: 20px;
}
.m-workaround-contents > .pic {
  position: absolute;
  top: 0;
  right: 0;
}

.m-clinic {
  margin-bottom: 40px;
}
.m-clinic > .title {
  margin-bottom: 0;
}
.m-clinic-list {
  display: flex;
  flex-flow: wrap;
}
.m-clinic-item {
  box-sizing: border-box;
  flex-basis: 50%;
  border-bottom: 1px dotted #c7bcb5;
}
.m-clinic-item:nth-child(odd) {
  border-right: 1px dotted #c7bcb5;
}
.m-clinic-item:nth-child(odd) .item-inner {
  padding-left: 92px;
}
.m-clinic-item:nth-child(even) a {
  background-position: right center;
}
.m-clinic-item:nth-child(even) .pic {
  left: 23px;
}
.m-clinic-item:last-child {
  border-bottom: 0;
}
.m-clinic-item a {
  display: block;
  height: 100%;
  background: url(../img/sprite/arrow/arrow.png) right 20px center no-repeat;
}
.m-clinic-item .item-inner {
  position: relative;
  padding: 30px 0 30px 114px;
}
.m-clinic-item .title {
  margin-bottom: 15px;
}
.m-clinic-item .pic {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.m-clinic-item .address {
  line-height: 1.2857142857;
  font-size: 1.4em;
  color: #7f7875;
}
.m-clinic-item .address::before, .m-clinic-item .address::after {
  content: "";
  display: block;
}
.m-clinic-item .address::before {
  margin-top: -2px;
}
.m-clinic-item .address::after {
  margin-bottom: -2px;
}

.m-banner {
  display: table;
  width: 100%;
  border: 1px solid #d4d0ce;
  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: 25%;
}
.m-genre.m-contents dl:not(.area-link) {
  opacity: 0.6;
}
.m-genre.m-contents dl:not(.area-link) dd {
  color: #7f7875;
}

.p-comparison table {
  width: calc(100% - 20px);
  border: 1px solid #c7bcb5;
  font-size: 1.2em;
  color: #7f7875;
}
.p-comparison th,
.p-comparison td {
  height: 36px;
  line-height: 1.5;
  box-sizing: border-box;
}
.p-comparison th {
  text-align: center;
}
.p-comparison thead td {
  background: #f8f6f5;
}
.p-comparison thead th {
  border: 1px solid #c7bcb5;
  background: #a39489;
  font-weight: bold;
  color: #fff;
}
.p-comparison tbody th {
  border: 1px solid #c7bcb5;
  background: #f8f6f5;
  font-weight: bold;
}
.p-comparison tbody td {
  padding: 4px 8px;
  border: 1px solid #c7bcb5;
  text-align: center;
}
.p-comparison tbody ul {
  text-align: left;
}
.p-comparison tbody li {
  line-height: 1.5;
}
.p-comparison tbody li::before {
  content: "・";
}
.p-comparison > .text {
  margin-bottom: 30px;
}
.p-comparison table {
  margin-bottom: 30px;
}
.p-comparison table tbody td > ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-comparison .points {
  margin-bottom: 35px;
  padding: 25px;
  border: 1px solid #ede9e5;
  background: #f5f2f0;
}
.p-comparison .point-list {
  padding-left: 50px;
  background: url(../img/troubles_faq_answer_bg_ohashi.png) left top no-repeat;
}
.p-comparison .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;
}
.p-comparison .point-item + .point-item {
  margin-top: 10px;
}

.m-cause mark,
.m-cause strong {
  background: #f9f7c3;
  color: inherit;
}
.m-cause .text,
.m-cause .lead {
  margin-bottom: 25px;
}
.m-cause .m-sub-contents {
  overflow: hidden;
}
.m-cause .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-price > .lead {
  margin-bottom: 10px;
  font-size: 1.2em;
}

.p-movie__list {
  display: grid;
  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;
}

.m-for-customers {
  margin-bottom: 50px;
}
.m-for-customers .for-customers-contents {
  color: #7f7875;
}
.m-for-customers .for-customers-contents + .for-customers-contents {
  margin: 40px 0 0;
}
.m-for-customers .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 .for-customers-contents .text {
  line-height: 1.6666666667;
  font-size: 1.2em;
}
.m-for-customers .for-customers-contents.provider {
  margin-top: 40px;
}
.m-for-customers .for-customers-contents.provider .doctors {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 0 10px 0 20px;
  background: #f5f2f0;
}
.m-for-customers .for-customers-contents.provider .doctors-contents {
  position: relative;
  padding: 20px 10px 60px 0;
  width: 50%;
}
.m-for-customers .for-customers-contents.provider .doctors-contents > * {
  position: relative;
  z-index: 2;
  margin-left: 140px;
}
.m-for-customers .for-customers-contents.provider .doctors-contents > .title {
  margin-bottom: 17px;
}
.m-for-customers .for-customers-contents.provider .doctors-contents > .title a {
  display: inline-block;
  color: #7f7875;
}
.m-for-customers .for-customers-contents.provider .doctors-contents > .title .position {
  display: block;
  margin-bottom: 6px;
  font-size: 1.4em;
}
.m-for-customers .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 .for-customers-contents.provider .doctors-contents .pic {
  position: absolute;
  top: 33px;
  left: 0;
  z-index: 1;
  margin: 0;
}
.m-for-customers .for-customers-contents.provider .doctors-contents .license,
.m-for-customers .for-customers-contents.provider .doctors-contents .history {
  font-size: 1.2em;
}
.m-for-customers .for-customers-contents.provider .doctors-contents .license > .title,
.m-for-customers .for-customers-contents.provider .doctors-contents .history > .title {
  margin-bottom: 4px;
  padding-bottom: 3px;
  border-bottom: 1px solid #c7bcb5;
}
.m-for-customers .for-customers-contents.provider .doctors-contents .license-list {
  margin-left: 2em;
}
.m-for-customers .for-customers-contents.provider .doctors-contents .license-item {
  list-style-type: disc;
  line-height: 1.1666666667;
}
.m-for-customers .for-customers-contents.provider .doctors-contents .license-item + .license-item {
  margin-top: 4px;
}
.m-for-customers .for-customers-contents.provider .doctors-contents .link {
  position: absolute;
  right: 10px;
  bottom: 20px;
  left: 0;
  margin: 0;
  text-align: right;
}
.m-for-customers .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 .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 0.1s;
}
.m-for-customers .for-customers-contents.provider .doctors-contents .link:hover a::after {
  opacity: 0;
  transition: opacity 0.1s;
}
.m-for-customers .for-customers-contents.lead > .title, .m-for-customers .for-customers-contents.doctors > .title {
  margin-bottom: 6px;
}

/*----------------------------------------------------------------------
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: 0.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: 0.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 0.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: 20%;
  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 0.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,.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: 0.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: 0.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;
}

.body .m-inourcase .contents-inner {
  *zoom: 1;
  padding: 20px;
  background: #f5f2f0;
}
.body .m-inourcase .contents-inner::after {
  content: "";
  display: table;
  clear: both;
}
.body .m-inourcase .title {
  background: #f09990;
  text-align: center;
  line-height: 2.125;
  font-size: 1.6em;
  font-weight: bold;
  color: #fff;
}
.body .m-inourcase .text {
  float: right;
  width: 350px;
}
.body .m-inourcase .text a {
  text-decoration: underline;
}
.body .m-inourcase .pic {
  overflow: hidden;
}
.body .case4 .m-inourcase .text {
  width: 445px;
}
.body .case4 .m-inourcase .pic {
  margin-top: -37px;
}
.body .case2 .m-inourcase .pic-item {
  display: table;
  float: left;
}
.body .case2 .m-inourcase .pic-item figcaption {
  display: table-caption;
  margin-top: 6px;
  caption-side: bottom;
  line-height: 1.5714285714;
  font-size: 1.4em;
  color: #7f7875;
}
.body .case2 .m-inourcase .pic-item + .pic-item {
  margin-left: 10px;
}

.thigh-thinning .m-title::before {
  background-image: url(../img/troubles_thigh-thinning_title_bg.png);
}
.thigh-thinning .m-effect-contents:nth-child(1) {
  background-image: url(../img/troubles_thigh-thinning_effect_bg1.jpg);
}
.thigh-thinning .m-effect-contents:nth-child(2) {
  background-image: url(../img/troubles_thigh-thinning_effect_bg2.jpg);
}
.thigh-thinning .m-effect-contents:nth-child(3) {
  background-image: url(../img/troubles_thigh-thinning_effect_bg3.jpg);
}

.arms-thinning .m-title::before {
  background-image: url(../img/troubles_arms-thinning_title_bg.png);
}
.arms-thinning .m-effect-contents:nth-child(1) {
  background-image: url(../img/troubles_arms-thinning_effect_bg1.jpg);
}
.arms-thinning .m-effect-contents:nth-child(2) {
  background-image: url(../img/troubles_arms-thinning_effect_bg2.jpg);
}
.arms-thinning .m-effect-contents:nth-child(3) {
  background-image: url(../img/troubles_arms-thinning_effect_bg3.jpg);
}

.hip-small .m-title::before {
  background-image: url(../img/troubles_hip-small_title_bg.png);
}
.hip-small .m-effect-contents:nth-child(1) {
  background-image: url(../img/troubles_hip-small_effect_bg1.jpg);
}
.hip-small .m-effect-contents:nth-child(2) {
  background-image: url(../img/troubles_hip-small_effect_bg2.jpg);
}
.hip-small .m-effect-contents:nth-child(3) {
  background-image: url(../img/troubles_hip-small_effect_bg3.jpg);
}

.waist-around .m-title::before {
  background-image: url(../img/troubles_waist-around_title_bg.png);
}
.waist-around .m-effect-contents:nth-child(1) {
  background-image: url(../img/troubles_waist-around_effect_bg1.jpg);
}
.waist-around .m-effect-contents:nth-child(2) {
  background-image: url(../img/troubles_waist-around_effect_bg2.jpg);
}
.waist-around .m-effect-contents:nth-child(3) {
  background-image: url(../img/troubles_waist-around_effect_bg3.jpg);
}

.legs-slimming .m-title::before {
  background-image: url(../img/troubles_legs-slimming_title_bg.png);
}
.legs-slimming .m-effect-contents:nth-child(1) {
  background-image: url(../img/troubles_legs-slimming_effect_bg1.jpg);
}
.legs-slimming .m-effect-contents:nth-child(2) {
  background-image: url(../img/troubles_legs-slimming_effect_bg2.jpg);
}
.legs-slimming .m-effect-contents:nth-child(3) {
  background-image: url(../img/troubles_legs-slimming_effect_bg3.jpg);
}

.back-flab .m-title::before {
  background-image: url(../img/troubles_back-flab_title_bg.png);
}
.back-flab .m-effect-contents:nth-child(1) {
  background-image: url(../img/troubles_back-flab_effect_bg1.jpg);
}
.back-flab .m-effect-contents:nth-child(2) {
  background-image: url(../img/troubles_back-flab_effect_bg2.jpg);
}
.back-flab .m-effect-contents:nth-child(3) {
  background-image: url(../img/troubles_back-flab_effect_bg3.jpg);
}

.mens-bodydesign .m-title::before {
  background-image: url(../img/troubles_mens-bodydesign_title_bg.png);
}
.mens-bodydesign .m-effect-contents:nth-child(1) {
  background-image: url(../img/troubles_mens-bodydesign_effect_bg1.jpg);
}
.mens-bodydesign .m-effect-contents:nth-child(2) {
  background-image: url(../img/troubles_mens-bodydesign_effect_bg2.jpg);
}
.mens-bodydesign .m-effect-contents:nth-child(3) {
  background-image: url(../img/troubles_mens-bodydesign_effect_bg3.jpg);
}

.waist-slender .m-title::before {
  background-image: url(../img/troubles_waist-slender_title_bg.png);
}
.waist-slender .m-effect-contents:nth-child(1) {
  background-image: url(../img/troubles_waist-slender_effect_bg1.jpg);
}
.waist-slender .m-effect-contents:nth-child(2) {
  background-image: url(../img/troubles_waist-slender_effect_bg2.jpg);
}
.waist-slender .m-effect-contents:nth-child(3) {
  background-image: url(../img/troubles_waist-slender_effect_bg3.jpg);
}

.double-chin .m-title::before {
  background-image: url(../img/troubles_double-chin_title_bg.png);
}
.double-chin .m-effect-contents:nth-child(1) {
  background-image: url(../img/troubles_double-chin_effect_bg1.jpg);
}
.double-chin .m-effect-contents:nth-child(2) {
  background-image: url(../img/troubles_double-chin_effect_bg2.jpg);
}
.double-chin .m-effect-contents:nth-child(3) {
  background-image: url(../img/troubles_double-chin_effect_bg3.jpg);
}

.breast-augmentation .m-title::before {
  background-image: url(../img/troubles_breast-augmentation_title_bg.png);
}
.breast-augmentation .m-effect-contents:nth-child(1) {
  background-image: url(../img/troubles_breast-augmentation_effect_bg1.jpg);
}
.breast-augmentation .m-effect-contents:nth-child(2) {
  background-image: url(../img/troubles_breast-augmentation_effect_bg2.jpg);
}
.breast-augmentation .m-effect-contents:nth-child(3) {
  background-image: url(../img/troubles_breast-augmentation_effect_bg3.jpg);
}

.after_feeding_childbirth .m-title::before {
  background-image: url(../img/troubles_after_feeding_childbirth_title_bg.png);
}
.after_feeding_childbirth .m-effect-contents:nth-child(1) {
  background-image: url(../img/troubles_after_feeding_childbirth_effect_bg1.jpg);
}
.after_feeding_childbirth .m-effect-contents:nth-child(2) {
  background-image: url(../img/troubles_after_feeding_childbirth_effect_bg2.jpg);
}
.after_feeding_childbirth .m-effect-contents:nth-child(3) {
  background-image: url(../img/troubles_after_feeding_childbirth_effect_bg3.jpg);
}

.after_breast_reconstruction .m-title::before {
  background-image: url(../img/troubles_after_breast_reconstruction_title_bg.png);
}
.after_breast_reconstruction .m-effect-contents:nth-child(1) {
  background-image: url(../img/troubles_after_breast_reconstruction_effect_bg1.jpg);
}
.after_breast_reconstruction .m-effect-contents:nth-child(2) {
  background-image: url(../img/troubles_after_breast_reconstruction_effect_bg2.jpg);
}
.after_breast_reconstruction .m-effect-contents:nth-child(3) {
  background-image: url(../img/troubles_after_breast_reconstruction_effect_bg3.jpg);
}

.funnel_chest .m-title::before {
  background-image: url(../img/troubles_funnel_chest_title_bg.png);
}
.funnel_chest .m-effect-contents:nth-child(1) {
  background-image: url(../img/troubles_funnel_chest_effect_bg1.jpg);
}
.funnel_chest .m-effect-contents:nth-child(2) {
  background-image: url(../img/troubles_funnel_chest_effect_bg2.jpg);
}
.funnel_chest .m-effect-contents:nth-child(3) {
  background-image: url(../img/troubles_funnel_chest_effect_bg3.jpg);
}

.accessory_breast .m-title::before {
  background-image: url(../img/troubles_accessory_breast_title_bg.png);
}
.accessory_breast .m-effect-contents:nth-child(1) {
  background-image: url(../img/troubles_accessory_breast_effect_bg1.jpg);
}
.accessory_breast .m-effect-contents:nth-child(2) {
  background-image: url(../img/troubles_accessory_breast_effect_bg2.jpg);
}
.accessory_breast .m-effect-contents:nth-child(3) {
  background-image: url(../img/troubles_accessory_breast_effect_bg3.jpg);
}

.nipple_reduction .m-title::before {
  background-image: url(../img/troubles_nipple_reduction_title_bg.png);
}
.nipple_reduction .m-effect-contents:nth-child(1) {
  background-image: url(../img/troubles_nipple_reduction_effect_bg1.jpg);
}
.nipple_reduction .m-effect-contents:nth-child(2) {
  background-image: url(../img/troubles_nipple_reduction_effect_bg2.jpg);
}
.nipple_reduction .m-effect-contents:nth-child(3) {
  background-image: url(../img/troubles_nipple_reduction_effect_bg3.jpg);
}

.darkening_nipple .m-title::before {
  background-image: url(../img/troubles_darkening_nipple_title_bg.png);
}
.darkening_nipple .m-effect-contents:nth-child(1) {
  background-image: url(../img/troubles_darkening_nipple_effect_bg1.jpg);
}
.darkening_nipple .m-effect-contents:nth-child(2) {
  background-image: url(../img/troubles_darkening_nipple_effect_bg2.jpg);
}
.darkening_nipple .m-effect-contents:nth-child(3) {
  background-image: url(../img/troubles_darkening_nipple_effect_bg3.jpg);
}

.areola_reduction .m-title::before {
  background-image: url(../img/troubles_areola_reduction_title_bg.png);
}
.areola_reduction .m-effect-contents:nth-child(1) {
  background-image: url(../img/troubles_areola_reduction_effect_bg1.jpg);
}
.areola_reduction .m-effect-contents:nth-child(2) {
  background-image: url(../img/troubles_areola_reduction_effect_bg2.jpg);
}
.areola_reduction .m-effect-contents:nth-child(3) {
  background-image: url(../img/troubles_areola_reduction_effect_bg3.jpg);
}

.inverted_nipple .m-title::before {
  background-image: url(../img/troubles_inverted_nipple_title_bg.png);
}
.inverted_nipple .m-effect-contents:nth-child(1) {
  background-image: url(../img/troubles_inverted_nipple_effect_bg1.jpg);
}
.inverted_nipple .m-effect-contents:nth-child(2) {
  background-image: url(../img/troubles_inverted_nipple_effect_bg2.jpg);
}
.inverted_nipple .m-effect-contents:nth-child(3) {
  background-image: url(../img/troubles_inverted_nipple_effect_bg3.jpg);
}

.areola_atrophy .m-title::before {
  background-image: url(../img/troubles_areola_atrophy_title_bg.png);
}
.areola_atrophy .m-effect-contents:nth-child(1) {
  background-image: url(../img/troubles_areola_atrophy_effect_bg1.jpg);
}
.areola_atrophy .m-effect-contents:nth-child(2) {
  background-image: url(../img/troubles_areola_atrophy_effect_bg2.jpg);
}
.areola_atrophy .m-effect-contents:nth-child(3) {
  background-image: url(../img/troubles_areola_atrophy_effect_bg3.jpg);
}

.montgomery_glands .m-title::before {
  background-image: url(../img/troubles_montgomery_glands_title_bg.png);
}
.montgomery_glands .m-effect-contents:nth-child(1) {
  background-image: url(../img/troubles_montgomery_glands_effect_bg1.jpg);
}
.montgomery_glands .m-effect-contents:nth-child(2) {
  background-image: url(../img/troubles_montgomery_glands_effect_bg2.jpg);
}
.montgomery_glands .m-effect-contents:nth-child(3) {
  background-image: url(../img/troubles_montgomery_glands_effect_bg3.jpg);
}

.breast-reduction-lift .m-title::before {
  background-image: url(../img/troubles_breast-reduction-lift_title_bg.png);
}
.breast-reduction-lift .m-effect-contents:nth-child(1) {
  background-image: url(../img/troubles_breast-reduction-lift_effect_bg1.jpg);
}
.breast-reduction-lift .m-effect-contents:nth-child(2) {
  background-image: url(../img/troubles_breast-reduction-lift_effect_bg2.jpg);
}
.breast-reduction-lift .m-effect-contents:nth-child(3) {
  background-image: url(../img/troubles_breast-reduction-lift_effect_bg3.jpg);
}

.hand-p-w .m-title::before {
  background-image: url(../img/troubles_hand-p-w_title_bg.png);
}
.hand-p-w .m-effect-contents:nth-child(1) {
  background-image: url(../img/troubles_hand-p-w_effect_bg1.jpg);
}
.hand-p-w .m-effect-contents:nth-child(2) {
  background-image: url(../img/troubles_hand-p-w_effect_bg2.jpg);
}
.hand-p-w .m-effect-contents:nth-child(3) {
  background-image: url(../img/troubles_hand-p-w_effect_bg3.jpg);
}

.hip-up .m-title::before {
  background-image: url(../img/troubles_hip-up_title_bg.png);
}
.hip-up .m-effect-contents:nth-child(1) {
  background-image: url(../img/troubles_hip-up_effect_bg1.jpg);
}
.hip-up .m-effect-contents:nth-child(2) {
  background-image: url(../img/troubles_hip-up_effect_bg2.jpg);
}
.hip-up .m-effect-contents:nth-child(3) {
  background-image: url(../img/troubles_hip-up_effect_bg3.jpg);
}

.nasolabial-fold .m-title::before {
  background-image: url(../img/troubles_nasolabial-fold_title_bg.png);
}
.nasolabial-fold .m-effect-contents:nth-child(1) {
  background-image: url(../img/troubles_nasolabial-fold_effect_bg1.jpg);
}
.nasolabial-fold .m-effect-contents:nth-child(2) {
  background-image: url(../img/troubles_nasolabial-fold_effect_bg2.jpg);
}
.nasolabial-fold .m-effect-contents:nth-child(3) {
  background-image: url(../img/troubles_nasolabial-fold_effect_bg3.jpg);
}

/*----------------------------------------------------------------------
----------------------------------------------------------------------
	複数ページ共通
----------------------------------------------------------------------
----------------------------------------------------------------------*/
.back-flab .p-column,
.hand-p-w .p-column,
.hip-up .p-column,
.waist-around .p-column,
.mens-bodydesign .p-column,
.double-chin .p-column,
.arms-thinning .p-column,
.hip-small .p-column,
.thigh-thinning .p-column,
.legs-slimming .p-column,
.breast-augmentation .p-column,
.breast-reduction-lift .p-column,
.aquafilling .p-column,
.after_feeding_childbirth .p-column,
.after_breast_reconstruction .p-column,
.funnel_chest .p-column,
.accessory_breast .p-column,
.nipple_reduction .p-column,
.nasolabial-fold .p-column,
.waifish .p-column,
.waist-slender .p-column {
  margin-bottom: 30px;
}
.back-flab .p-column .m-related-list,
.hand-p-w .p-column .m-related-list,
.hip-up .p-column .m-related-list,
.waist-around .p-column .m-related-list,
.mens-bodydesign .p-column .m-related-list,
.double-chin .p-column .m-related-list,
.arms-thinning .p-column .m-related-list,
.hip-small .p-column .m-related-list,
.thigh-thinning .p-column .m-related-list,
.legs-slimming .p-column .m-related-list,
.breast-augmentation .p-column .m-related-list,
.breast-reduction-lift .p-column .m-related-list,
.aquafilling .p-column .m-related-list,
.after_feeding_childbirth .p-column .m-related-list,
.after_breast_reconstruction .p-column .m-related-list,
.funnel_chest .p-column .m-related-list,
.accessory_breast .p-column .m-related-list,
.nipple_reduction .p-column .m-related-list,
.nasolabial-fold .p-column .m-related-list,
.waifish .p-column .m-related-list,
.waist-slender .p-column .m-related-list {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #baafa6;
}
.back-flab .p-column .m-related-list li,
.hand-p-w .p-column .m-related-list li,
.hip-up .p-column .m-related-list li,
.waist-around .p-column .m-related-list li,
.mens-bodydesign .p-column .m-related-list li,
.double-chin .p-column .m-related-list li,
.arms-thinning .p-column .m-related-list li,
.hip-small .p-column .m-related-list li,
.thigh-thinning .p-column .m-related-list li,
.legs-slimming .p-column .m-related-list li,
.breast-augmentation .p-column .m-related-list li,
.breast-reduction-lift .p-column .m-related-list li,
.aquafilling .p-column .m-related-list li,
.after_feeding_childbirth .p-column .m-related-list li,
.after_breast_reconstruction .p-column .m-related-list li,
.funnel_chest .p-column .m-related-list li,
.accessory_breast .p-column .m-related-list li,
.nipple_reduction .p-column .m-related-list li,
.nasolabial-fold .p-column .m-related-list li,
.waifish .p-column .m-related-list li,
.waist-slender .p-column .m-related-list li {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom: 1px dotted #baafa6;
}
* html .back-flab .p-column .m-related-list li,
* html .hand-p-w .p-column .m-related-list li,
* html .hip-up .p-column .m-related-list li,
* html .waist-around .p-column .m-related-list li,
* html .mens-bodydesign .p-column .m-related-list li,
* html .double-chin .p-column .m-related-list li,
* html .arms-thinning .p-column .m-related-list li,
* html .hip-small .p-column .m-related-list li,
* html .thigh-thinning .p-column .m-related-list li,
* html .legs-slimming .p-column .m-related-list li,
* html .breast-augmentation .p-column .m-related-list li,
* html .breast-reduction-lift .p-column .m-related-list li,
* html .aquafilling .p-column .m-related-list li,
* html .after_feeding_childbirth .p-column .m-related-list li,
* html .after_breast_reconstruction .p-column .m-related-list li,
* html .funnel_chest .p-column .m-related-list li,
* html .accessory_breast .p-column .m-related-list li,
* html .nipple_reduction .p-column .m-related-list li,
* html .nasolabial-fold .p-column .m-related-list li,
* html .waifish .p-column .m-related-list li,
* html .waist-slender .p-column .m-related-list li {
  height: 1%;
}
* + html .back-flab .p-column .m-related-list li,
* + html .hand-p-w .p-column .m-related-list li,
* + html .hip-up .p-column .m-related-list li,
* + html .waist-around .p-column .m-related-list li,
* + html .mens-bodydesign .p-column .m-related-list li,
* + html .double-chin .p-column .m-related-list li,
* + html .arms-thinning .p-column .m-related-list li,
* + html .hip-small .p-column .m-related-list li,
* + html .thigh-thinning .p-column .m-related-list li,
* + html .legs-slimming .p-column .m-related-list li,
* + html .breast-augmentation .p-column .m-related-list li,
* + html .breast-reduction-lift .p-column .m-related-list li,
* + html .aquafilling .p-column .m-related-list li,
* + html .after_feeding_childbirth .p-column .m-related-list li,
* + html .after_breast_reconstruction .p-column .m-related-list li,
* + html .funnel_chest .p-column .m-related-list li,
* + html .accessory_breast .p-column .m-related-list li,
* + html .nipple_reduction .p-column .m-related-list li,
* + html .nasolabial-fold .p-column .m-related-list li,
* + html .waifish .p-column .m-related-list li,
* + html .waist-slender .p-column .m-related-list li {
  height: 1%;
}
.back-flab .p-column .m-related-list dl,
.hand-p-w .p-column .m-related-list dl,
.hip-up .p-column .m-related-list dl,
.waist-around .p-column .m-related-list dl,
.mens-bodydesign .p-column .m-related-list dl,
.double-chin .p-column .m-related-list dl,
.arms-thinning .p-column .m-related-list dl,
.hip-small .p-column .m-related-list dl,
.thigh-thinning .p-column .m-related-list dl,
.legs-slimming .p-column .m-related-list dl,
.breast-augmentation .p-column .m-related-list dl,
.breast-reduction-lift .p-column .m-related-list dl,
.aquafilling .p-column .m-related-list dl,
.after_feeding_childbirth .p-column .m-related-list dl,
.after_breast_reconstruction .p-column .m-related-list dl,
.funnel_chest .p-column .m-related-list dl,
.accessory_breast .p-column .m-related-list dl,
.nipple_reduction .p-column .m-related-list dl,
.nasolabial-fold .p-column .m-related-list dl,
.waifish .p-column .m-related-list dl,
.waist-slender .p-column .m-related-list dl {
  position: relative;
}
.back-flab .p-column .m-related-list .pic,
.hand-p-w .p-column .m-related-list .pic,
.hip-up .p-column .m-related-list .pic,
.waist-around .p-column .m-related-list .pic,
.mens-bodydesign .p-column .m-related-list .pic,
.double-chin .p-column .m-related-list .pic,
.arms-thinning .p-column .m-related-list .pic,
.hip-small .p-column .m-related-list .pic,
.thigh-thinning .p-column .m-related-list .pic,
.legs-slimming .p-column .m-related-list .pic,
.breast-augmentation .p-column .m-related-list .pic,
.breast-reduction-lift .p-column .m-related-list .pic,
.aquafilling .p-column .m-related-list .pic,
.after_feeding_childbirth .p-column .m-related-list .pic,
.after_breast_reconstruction .p-column .m-related-list .pic,
.funnel_chest .p-column .m-related-list .pic,
.accessory_breast .p-column .m-related-list .pic,
.nipple_reduction .p-column .m-related-list .pic,
.nasolabial-fold .p-column .m-related-list .pic,
.waifish .p-column .m-related-list .pic,
.waist-slender .p-column .m-related-list .pic {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.back-flab .p-column .m-related-list dt,
.back-flab .p-column .m-related-list dd,
.hand-p-w .p-column .m-related-list dt,
.hand-p-w .p-column .m-related-list dd,
.hip-up .p-column .m-related-list dt,
.hip-up .p-column .m-related-list dd,
.waist-around .p-column .m-related-list dt,
.waist-around .p-column .m-related-list dd,
.mens-bodydesign .p-column .m-related-list dt,
.mens-bodydesign .p-column .m-related-list dd,
.double-chin .p-column .m-related-list dt,
.double-chin .p-column .m-related-list dd,
.arms-thinning .p-column .m-related-list dt,
.arms-thinning .p-column .m-related-list dd,
.hip-small .p-column .m-related-list dt,
.hip-small .p-column .m-related-list dd,
.thigh-thinning .p-column .m-related-list dt,
.thigh-thinning .p-column .m-related-list dd,
.legs-slimming .p-column .m-related-list dt,
.legs-slimming .p-column .m-related-list dd,
.breast-augmentation .p-column .m-related-list dt,
.breast-augmentation .p-column .m-related-list dd,
.breast-reduction-lift .p-column .m-related-list dt,
.breast-reduction-lift .p-column .m-related-list dd,
.aquafilling .p-column .m-related-list dt,
.aquafilling .p-column .m-related-list dd,
.after_feeding_childbirth .p-column .m-related-list dt,
.after_feeding_childbirth .p-column .m-related-list dd,
.after_breast_reconstruction .p-column .m-related-list dt,
.after_breast_reconstruction .p-column .m-related-list dd,
.funnel_chest .p-column .m-related-list dt,
.funnel_chest .p-column .m-related-list dd,
.accessory_breast .p-column .m-related-list dt,
.accessory_breast .p-column .m-related-list dd,
.nipple_reduction .p-column .m-related-list dt,
.nipple_reduction .p-column .m-related-list dd,
.nasolabial-fold .p-column .m-related-list dt,
.nasolabial-fold .p-column .m-related-list dd,
.waifish .p-column .m-related-list dt,
.waifish .p-column .m-related-list dd,
.waist-slender .p-column .m-related-list dt,
.waist-slender .p-column .m-related-list dd {
  margin-left: 65px;
  line-height: 1.3333333333;
  font-size: 1.2em;
  color: #7f7875;
}
.back-flab .p-column .m-related-list dt,
.hand-p-w .p-column .m-related-list dt,
.hip-up .p-column .m-related-list dt,
.waist-around .p-column .m-related-list dt,
.mens-bodydesign .p-column .m-related-list dt,
.double-chin .p-column .m-related-list dt,
.arms-thinning .p-column .m-related-list dt,
.hip-small .p-column .m-related-list dt,
.thigh-thinning .p-column .m-related-list dt,
.legs-slimming .p-column .m-related-list dt,
.breast-augmentation .p-column .m-related-list dt,
.breast-reduction-lift .p-column .m-related-list dt,
.aquafilling .p-column .m-related-list dt,
.after_feeding_childbirth .p-column .m-related-list dt,
.after_breast_reconstruction .p-column .m-related-list dt,
.funnel_chest .p-column .m-related-list dt,
.accessory_breast .p-column .m-related-list dt,
.nipple_reduction .p-column .m-related-list dt,
.nasolabial-fold .p-column .m-related-list dt,
.waifish .p-column .m-related-list dt,
.waist-slender .p-column .m-related-list dt {
  margin-bottom: 6px;
}
.back-flab .p-column .m-related-list dt a,
.hand-p-w .p-column .m-related-list dt a,
.hip-up .p-column .m-related-list dt a,
.waist-around .p-column .m-related-list dt a,
.mens-bodydesign .p-column .m-related-list dt a,
.double-chin .p-column .m-related-list dt a,
.arms-thinning .p-column .m-related-list dt a,
.hip-small .p-column .m-related-list dt a,
.thigh-thinning .p-column .m-related-list dt a,
.legs-slimming .p-column .m-related-list dt a,
.breast-augmentation .p-column .m-related-list dt a,
.breast-reduction-lift .p-column .m-related-list dt a,
.aquafilling .p-column .m-related-list dt a,
.after_feeding_childbirth .p-column .m-related-list dt a,
.after_breast_reconstruction .p-column .m-related-list dt a,
.funnel_chest .p-column .m-related-list dt a,
.accessory_breast .p-column .m-related-list dt a,
.nipple_reduction .p-column .m-related-list dt a,
.nasolabial-fold .p-column .m-related-list dt a,
.waifish .p-column .m-related-list dt a,
.waist-slender .p-column .m-related-list dt a {
  text-decoration: none;
  color: #6d9dd0;
}
.back-flab .p-column .m-related-list .new,
.hand-p-w .p-column .m-related-list .new,
.hip-up .p-column .m-related-list .new,
.waist-around .p-column .m-related-list .new,
.mens-bodydesign .p-column .m-related-list .new,
.double-chin .p-column .m-related-list .new,
.arms-thinning .p-column .m-related-list .new,
.hip-small .p-column .m-related-list .new,
.thigh-thinning .p-column .m-related-list .new,
.legs-slimming .p-column .m-related-list .new,
.breast-augmentation .p-column .m-related-list .new,
.breast-reduction-lift .p-column .m-related-list .new,
.aquafilling .p-column .m-related-list .new,
.after_feeding_childbirth .p-column .m-related-list .new,
.after_breast_reconstruction .p-column .m-related-list .new,
.funnel_chest .p-column .m-related-list .new,
.accessory_breast .p-column .m-related-list .new,
.nipple_reduction .p-column .m-related-list .new,
.nasolabial-fold .p-column .m-related-list .new,
.waifish .p-column .m-related-list .new,
.waist-slender .p-column .m-related-list .new {
  float: right;
}
.back-flab .p-column .m-related-list .new img,
.hand-p-w .p-column .m-related-list .new img,
.hip-up .p-column .m-related-list .new img,
.waist-around .p-column .m-related-list .new img,
.mens-bodydesign .p-column .m-related-list .new img,
.double-chin .p-column .m-related-list .new img,
.arms-thinning .p-column .m-related-list .new img,
.hip-small .p-column .m-related-list .new img,
.thigh-thinning .p-column .m-related-list .new img,
.legs-slimming .p-column .m-related-list .new img,
.breast-augmentation .p-column .m-related-list .new img,
.breast-reduction-lift .p-column .m-related-list .new img,
.aquafilling .p-column .m-related-list .new img,
.after_feeding_childbirth .p-column .m-related-list .new img,
.after_breast_reconstruction .p-column .m-related-list .new img,
.funnel_chest .p-column .m-related-list .new img,
.accessory_breast .p-column .m-related-list .new img,
.nipple_reduction .p-column .m-related-list .new img,
.nasolabial-fold .p-column .m-related-list .new img,
.waifish .p-column .m-related-list .new img,
.waist-slender .p-column .m-related-list .new img {
  vertical-align: text-top;
}
.back-flab .p-column .m-related-list .cat,
.hand-p-w .p-column .m-related-list .cat,
.hip-up .p-column .m-related-list .cat,
.waist-around .p-column .m-related-list .cat,
.mens-bodydesign .p-column .m-related-list .cat,
.double-chin .p-column .m-related-list .cat,
.arms-thinning .p-column .m-related-list .cat,
.hip-small .p-column .m-related-list .cat,
.thigh-thinning .p-column .m-related-list .cat,
.legs-slimming .p-column .m-related-list .cat,
.breast-augmentation .p-column .m-related-list .cat,
.breast-reduction-lift .p-column .m-related-list .cat,
.aquafilling .p-column .m-related-list .cat,
.after_feeding_childbirth .p-column .m-related-list .cat,
.after_breast_reconstruction .p-column .m-related-list .cat,
.funnel_chest .p-column .m-related-list .cat,
.accessory_breast .p-column .m-related-list .cat,
.nipple_reduction .p-column .m-related-list .cat,
.nasolabial-fold .p-column .m-related-list .cat,
.waifish .p-column .m-related-list .cat,
.waist-slender .p-column .m-related-list .cat {
  text-align: right;
  font-size: 1em;
}
.back-flab .p-column .m-related-list .cat ul,
.back-flab .p-column .m-related-list .cat li,
.hand-p-w .p-column .m-related-list .cat ul,
.hand-p-w .p-column .m-related-list .cat li,
.hip-up .p-column .m-related-list .cat ul,
.hip-up .p-column .m-related-list .cat li,
.waist-around .p-column .m-related-list .cat ul,
.waist-around .p-column .m-related-list .cat li,
.mens-bodydesign .p-column .m-related-list .cat ul,
.mens-bodydesign .p-column .m-related-list .cat li,
.double-chin .p-column .m-related-list .cat ul,
.double-chin .p-column .m-related-list .cat li,
.arms-thinning .p-column .m-related-list .cat ul,
.arms-thinning .p-column .m-related-list .cat li,
.hip-small .p-column .m-related-list .cat ul,
.hip-small .p-column .m-related-list .cat li,
.thigh-thinning .p-column .m-related-list .cat ul,
.thigh-thinning .p-column .m-related-list .cat li,
.legs-slimming .p-column .m-related-list .cat ul,
.legs-slimming .p-column .m-related-list .cat li,
.breast-augmentation .p-column .m-related-list .cat ul,
.breast-augmentation .p-column .m-related-list .cat li,
.breast-reduction-lift .p-column .m-related-list .cat ul,
.breast-reduction-lift .p-column .m-related-list .cat li,
.aquafilling .p-column .m-related-list .cat ul,
.aquafilling .p-column .m-related-list .cat li,
.after_feeding_childbirth .p-column .m-related-list .cat ul,
.after_feeding_childbirth .p-column .m-related-list .cat li,
.after_breast_reconstruction .p-column .m-related-list .cat ul,
.after_breast_reconstruction .p-column .m-related-list .cat li,
.funnel_chest .p-column .m-related-list .cat ul,
.funnel_chest .p-column .m-related-list .cat li,
.accessory_breast .p-column .m-related-list .cat ul,
.accessory_breast .p-column .m-related-list .cat li,
.nipple_reduction .p-column .m-related-list .cat ul,
.nipple_reduction .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,
.waifish .p-column .m-related-list .cat ul,
.waifish .p-column .m-related-list .cat li,
.waist-slender .p-column .m-related-list .cat ul,
.waist-slender .p-column .m-related-list .cat li {
  display: inline;
  padding: 0;
  border: 0;
}
.back-flab .p-column .m-related-list .link,
.hand-p-w .p-column .m-related-list .link,
.hip-up .p-column .m-related-list .link,
.waist-around .p-column .m-related-list .link,
.mens-bodydesign .p-column .m-related-list .link,
.double-chin .p-column .m-related-list .link,
.arms-thinning .p-column .m-related-list .link,
.hip-small .p-column .m-related-list .link,
.thigh-thinning .p-column .m-related-list .link,
.legs-slimming .p-column .m-related-list .link,
.breast-augmentation .p-column .m-related-list .link,
.breast-reduction-lift .p-column .m-related-list .link,
.aquafilling .p-column .m-related-list .link,
.after_feeding_childbirth .p-column .m-related-list .link,
.after_breast_reconstruction .p-column .m-related-list .link,
.funnel_chest .p-column .m-related-list .link,
.accessory_breast .p-column .m-related-list .link,
.nipple_reduction .p-column .m-related-list .link,
.nasolabial-fold .p-column .m-related-list .link,
.waifish .p-column .m-related-list .link,
.waist-slender .p-column .m-related-list .link {
  text-align: right;
}
.back-flab .p-column .m-related-list .link a,
.hand-p-w .p-column .m-related-list .link a,
.hip-up .p-column .m-related-list .link a,
.waist-around .p-column .m-related-list .link a,
.mens-bodydesign .p-column .m-related-list .link a,
.double-chin .p-column .m-related-list .link a,
.arms-thinning .p-column .m-related-list .link a,
.hip-small .p-column .m-related-list .link a,
.thigh-thinning .p-column .m-related-list .link a,
.legs-slimming .p-column .m-related-list .link a,
.breast-augmentation .p-column .m-related-list .link a,
.breast-reduction-lift .p-column .m-related-list .link a,
.aquafilling .p-column .m-related-list .link a,
.after_feeding_childbirth .p-column .m-related-list .link a,
.after_breast_reconstruction .p-column .m-related-list .link a,
.funnel_chest .p-column .m-related-list .link a,
.accessory_breast .p-column .m-related-list .link a,
.nipple_reduction .p-column .m-related-list .link a,
.nasolabial-fold .p-column .m-related-list .link a,
.waifish .p-column .m-related-list .link a,
.waist-slender .p-column .m-related-list .link a {
  padding-left: 15px;
  background: url(../img/arrow/arrow2.png) left top no-repeat;
}
.back-flab .p-column .m-related-list li,
.hand-p-w .p-column .m-related-list li,
.hip-up .p-column .m-related-list li,
.waist-around .p-column .m-related-list li,
.mens-bodydesign .p-column .m-related-list li,
.double-chin .p-column .m-related-list li,
.arms-thinning .p-column .m-related-list li,
.hip-small .p-column .m-related-list li,
.thigh-thinning .p-column .m-related-list li,
.legs-slimming .p-column .m-related-list li,
.breast-augmentation .p-column .m-related-list li,
.breast-reduction-lift .p-column .m-related-list li,
.aquafilling .p-column .m-related-list li,
.after_feeding_childbirth .p-column .m-related-list li,
.after_breast_reconstruction .p-column .m-related-list li,
.funnel_chest .p-column .m-related-list li,
.accessory_breast .p-column .m-related-list li,
.nipple_reduction .p-column .m-related-list li,
.nasolabial-fold .p-column .m-related-list li,
.waifish .p-column .m-related-list li,
.waist-slender .p-column .m-related-list li {
  padding: 0;
}
.back-flab .p-column .m-related-item,
.hand-p-w .p-column .m-related-item,
.hip-up .p-column .m-related-item,
.waist-around .p-column .m-related-item,
.mens-bodydesign .p-column .m-related-item,
.double-chin .p-column .m-related-item,
.arms-thinning .p-column .m-related-item,
.hip-small .p-column .m-related-item,
.thigh-thinning .p-column .m-related-item,
.legs-slimming .p-column .m-related-item,
.breast-augmentation .p-column .m-related-item,
.breast-reduction-lift .p-column .m-related-item,
.aquafilling .p-column .m-related-item,
.after_feeding_childbirth .p-column .m-related-item,
.after_breast_reconstruction .p-column .m-related-item,
.funnel_chest .p-column .m-related-item,
.accessory_breast .p-column .m-related-item,
.nipple_reduction .p-column .m-related-item,
.nasolabial-fold .p-column .m-related-item,
.waifish .p-column .m-related-item,
.waist-slender .p-column .m-related-item {
  box-sizing: border-box;
  width: 50%;
}
.back-flab .p-column .m-related-item:hover > *,
.hand-p-w .p-column .m-related-item:hover > *,
.hip-up .p-column .m-related-item:hover > *,
.waist-around .p-column .m-related-item:hover > *,
.mens-bodydesign .p-column .m-related-item:hover > *,
.double-chin .p-column .m-related-item:hover > *,
.arms-thinning .p-column .m-related-item:hover > *,
.hip-small .p-column .m-related-item:hover > *,
.thigh-thinning .p-column .m-related-item:hover > *,
.legs-slimming .p-column .m-related-item:hover > *,
.breast-augmentation .p-column .m-related-item:hover > *,
.breast-reduction-lift .p-column .m-related-item:hover > *,
.aquafilling .p-column .m-related-item:hover > *,
.after_feeding_childbirth .p-column .m-related-item:hover > *,
.after_breast_reconstruction .p-column .m-related-item:hover > *,
.funnel_chest .p-column .m-related-item:hover > *,
.accessory_breast .p-column .m-related-item:hover > *,
.nipple_reduction .p-column .m-related-item:hover > *,
.nasolabial-fold .p-column .m-related-item:hover > *,
.waifish .p-column .m-related-item:hover > *,
.waist-slender .p-column .m-related-item:hover > * {
  opacity: 1;
}
.back-flab .p-column .m-related-item:nth-child(odd),
.hand-p-w .p-column .m-related-item:nth-child(odd),
.hip-up .p-column .m-related-item:nth-child(odd),
.waist-around .p-column .m-related-item:nth-child(odd),
.mens-bodydesign .p-column .m-related-item:nth-child(odd),
.double-chin .p-column .m-related-item:nth-child(odd),
.arms-thinning .p-column .m-related-item:nth-child(odd),
.hip-small .p-column .m-related-item:nth-child(odd),
.thigh-thinning .p-column .m-related-item:nth-child(odd),
.legs-slimming .p-column .m-related-item:nth-child(odd),
.breast-augmentation .p-column .m-related-item:nth-child(odd),
.breast-reduction-lift .p-column .m-related-item:nth-child(odd),
.aquafilling .p-column .m-related-item:nth-child(odd),
.after_feeding_childbirth .p-column .m-related-item:nth-child(odd),
.after_breast_reconstruction .p-column .m-related-item:nth-child(odd),
.funnel_chest .p-column .m-related-item:nth-child(odd),
.accessory_breast .p-column .m-related-item:nth-child(odd),
.nipple_reduction .p-column .m-related-item:nth-child(odd),
.nasolabial-fold .p-column .m-related-item:nth-child(odd),
.waifish .p-column .m-related-item:nth-child(odd),
.waist-slender .p-column .m-related-item:nth-child(odd) {
  border-right: 1px dotted #baafa6;
}
.back-flab .p-column .m-related-item:nth-child(4n), .back-flab .p-column .m-related-item:nth-child(4n+3),
.hand-p-w .p-column .m-related-item:nth-child(4n),
.hand-p-w .p-column .m-related-item:nth-child(4n+3),
.hip-up .p-column .m-related-item:nth-child(4n),
.hip-up .p-column .m-related-item:nth-child(4n+3),
.waist-around .p-column .m-related-item:nth-child(4n),
.waist-around .p-column .m-related-item:nth-child(4n+3),
.mens-bodydesign .p-column .m-related-item:nth-child(4n),
.mens-bodydesign .p-column .m-related-item:nth-child(4n+3),
.double-chin .p-column .m-related-item:nth-child(4n),
.double-chin .p-column .m-related-item:nth-child(4n+3),
.arms-thinning .p-column .m-related-item:nth-child(4n),
.arms-thinning .p-column .m-related-item:nth-child(4n+3),
.hip-small .p-column .m-related-item:nth-child(4n),
.hip-small .p-column .m-related-item:nth-child(4n+3),
.thigh-thinning .p-column .m-related-item:nth-child(4n),
.thigh-thinning .p-column .m-related-item:nth-child(4n+3),
.legs-slimming .p-column .m-related-item:nth-child(4n),
.legs-slimming .p-column .m-related-item:nth-child(4n+3),
.breast-augmentation .p-column .m-related-item:nth-child(4n),
.breast-augmentation .p-column .m-related-item:nth-child(4n+3),
.breast-reduction-lift .p-column .m-related-item:nth-child(4n),
.breast-reduction-lift .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),
.after_feeding_childbirth .p-column .m-related-item:nth-child(4n),
.after_feeding_childbirth .p-column .m-related-item:nth-child(4n+3),
.after_breast_reconstruction .p-column .m-related-item:nth-child(4n),
.after_breast_reconstruction .p-column .m-related-item:nth-child(4n+3),
.funnel_chest .p-column .m-related-item:nth-child(4n),
.funnel_chest .p-column .m-related-item:nth-child(4n+3),
.accessory_breast .p-column .m-related-item:nth-child(4n),
.accessory_breast .p-column .m-related-item:nth-child(4n+3),
.nipple_reduction .p-column .m-related-item:nth-child(4n),
.nipple_reduction .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),
.waifish .p-column .m-related-item:nth-child(4n),
.waifish .p-column .m-related-item:nth-child(4n+3),
.waist-slender .p-column .m-related-item:nth-child(4n),
.waist-slender .p-column .m-related-item:nth-child(4n+3) {
  background: #f2efed;
}
.back-flab .p-column .m-related-item:last-child, .back-flab .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.hand-p-w .p-column .m-related-item:last-child,
.hand-p-w .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.hip-up .p-column .m-related-item:last-child,
.hip-up .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.waist-around .p-column .m-related-item:last-child,
.waist-around .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.mens-bodydesign .p-column .m-related-item:last-child,
.mens-bodydesign .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.double-chin .p-column .m-related-item:last-child,
.double-chin .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.arms-thinning .p-column .m-related-item:last-child,
.arms-thinning .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.hip-small .p-column .m-related-item:last-child,
.hip-small .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.thigh-thinning .p-column .m-related-item:last-child,
.thigh-thinning .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.legs-slimming .p-column .m-related-item:last-child,
.legs-slimming .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.breast-augmentation .p-column .m-related-item:last-child,
.breast-augmentation .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.breast-reduction-lift .p-column .m-related-item:last-child,
.breast-reduction-lift .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),
.after_feeding_childbirth .p-column .m-related-item:last-child,
.after_feeding_childbirth .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.after_breast_reconstruction .p-column .m-related-item:last-child,
.after_breast_reconstruction .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.funnel_chest .p-column .m-related-item:last-child,
.funnel_chest .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.accessory_breast .p-column .m-related-item:last-child,
.accessory_breast .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.nipple_reduction .p-column .m-related-item:last-child,
.nipple_reduction .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),
.waifish .p-column .m-related-item:last-child,
.waifish .p-column .m-related-item:nth-last-child(2):nth-child(odd),
.waist-slender .p-column .m-related-item:last-child,
.waist-slender .p-column .m-related-item:nth-last-child(2):nth-child(odd) {
  border-bottom: 0;
}
.back-flab .p-column .m-related-item .item-inner,
.hand-p-w .p-column .m-related-item .item-inner,
.hip-up .p-column .m-related-item .item-inner,
.waist-around .p-column .m-related-item .item-inner,
.mens-bodydesign .p-column .m-related-item .item-inner,
.double-chin .p-column .m-related-item .item-inner,
.arms-thinning .p-column .m-related-item .item-inner,
.hip-small .p-column .m-related-item .item-inner,
.thigh-thinning .p-column .m-related-item .item-inner,
.legs-slimming .p-column .m-related-item .item-inner,
.breast-augmentation .p-column .m-related-item .item-inner,
.breast-reduction-lift .p-column .m-related-item .item-inner,
.aquafilling .p-column .m-related-item .item-inner,
.after_feeding_childbirth .p-column .m-related-item .item-inner,
.after_breast_reconstruction .p-column .m-related-item .item-inner,
.funnel_chest .p-column .m-related-item .item-inner,
.accessory_breast .p-column .m-related-item .item-inner,
.nipple_reduction .p-column .m-related-item .item-inner,
.nasolabial-fold .p-column .m-related-item .item-inner,
.waifish .p-column .m-related-item .item-inner,
.waist-slender .p-column .m-related-item .item-inner {
  display: flex;
  align-items: center;
}
.back-flab .p-column .m-related-item .title,
.back-flab .p-column .m-related-item .text,
.hand-p-w .p-column .m-related-item .title,
.hand-p-w .p-column .m-related-item .text,
.hip-up .p-column .m-related-item .title,
.hip-up .p-column .m-related-item .text,
.waist-around .p-column .m-related-item .title,
.waist-around .p-column .m-related-item .text,
.mens-bodydesign .p-column .m-related-item .title,
.mens-bodydesign .p-column .m-related-item .text,
.double-chin .p-column .m-related-item .title,
.double-chin .p-column .m-related-item .text,
.arms-thinning .p-column .m-related-item .title,
.arms-thinning .p-column .m-related-item .text,
.hip-small .p-column .m-related-item .title,
.hip-small .p-column .m-related-item .text,
.thigh-thinning .p-column .m-related-item .title,
.thigh-thinning .p-column .m-related-item .text,
.legs-slimming .p-column .m-related-item .title,
.legs-slimming .p-column .m-related-item .text,
.breast-augmentation .p-column .m-related-item .title,
.breast-augmentation .p-column .m-related-item .text,
.breast-reduction-lift .p-column .m-related-item .title,
.breast-reduction-lift .p-column .m-related-item .text,
.aquafilling .p-column .m-related-item .title,
.aquafilling .p-column .m-related-item .text,
.after_feeding_childbirth .p-column .m-related-item .title,
.after_feeding_childbirth .p-column .m-related-item .text,
.after_breast_reconstruction .p-column .m-related-item .title,
.after_breast_reconstruction .p-column .m-related-item .text,
.funnel_chest .p-column .m-related-item .title,
.funnel_chest .p-column .m-related-item .text,
.accessory_breast .p-column .m-related-item .title,
.accessory_breast .p-column .m-related-item .text,
.nipple_reduction .p-column .m-related-item .title,
.nipple_reduction .p-column .m-related-item .text,
.nasolabial-fold .p-column .m-related-item .title,
.nasolabial-fold .p-column .m-related-item .text,
.waifish .p-column .m-related-item .title,
.waifish .p-column .m-related-item .text,
.waist-slender .p-column .m-related-item .title,
.waist-slender .p-column .m-related-item .text {
  margin-left: 80px;
}
.back-flab .p-column .m-related-item .title,
.hand-p-w .p-column .m-related-item .title,
.hip-up .p-column .m-related-item .title,
.waist-around .p-column .m-related-item .title,
.mens-bodydesign .p-column .m-related-item .title,
.double-chin .p-column .m-related-item .title,
.arms-thinning .p-column .m-related-item .title,
.hip-small .p-column .m-related-item .title,
.thigh-thinning .p-column .m-related-item .title,
.legs-slimming .p-column .m-related-item .title,
.breast-augmentation .p-column .m-related-item .title,
.breast-reduction-lift .p-column .m-related-item .title,
.aquafilling .p-column .m-related-item .title,
.after_feeding_childbirth .p-column .m-related-item .title,
.after_breast_reconstruction .p-column .m-related-item .title,
.funnel_chest .p-column .m-related-item .title,
.accessory_breast .p-column .m-related-item .title,
.nipple_reduction .p-column .m-related-item .title,
.nasolabial-fold .p-column .m-related-item .title,
.waifish .p-column .m-related-item .title,
.waist-slender .p-column .m-related-item .title {
  line-height: 1.5;
  font-size: 14px;
  color: #6d9dd0;
}
.back-flab .p-column .m-related-item .item-inner,
.hand-p-w .p-column .m-related-item .item-inner,
.hip-up .p-column .m-related-item .item-inner,
.waist-around .p-column .m-related-item .item-inner,
.mens-bodydesign .p-column .m-related-item .item-inner,
.double-chin .p-column .m-related-item .item-inner,
.arms-thinning .p-column .m-related-item .item-inner,
.hip-small .p-column .m-related-item .item-inner,
.thigh-thinning .p-column .m-related-item .item-inner,
.legs-slimming .p-column .m-related-item .item-inner,
.breast-augmentation .p-column .m-related-item .item-inner,
.breast-reduction-lift .p-column .m-related-item .item-inner,
.aquafilling .p-column .m-related-item .item-inner,
.after_feeding_childbirth .p-column .m-related-item .item-inner,
.after_breast_reconstruction .p-column .m-related-item .item-inner,
.funnel_chest .p-column .m-related-item .item-inner,
.accessory_breast .p-column .m-related-item .item-inner,
.nipple_reduction .p-column .m-related-item .item-inner,
.nasolabial-fold .p-column .m-related-item .item-inner,
.waifish .p-column .m-related-item .item-inner,
.waist-slender .p-column .m-related-item .item-inner {
  padding: 10px;
  min-height: 70px;
}
.back-flab .p-column .m-related-item .pic,
.hand-p-w .p-column .m-related-item .pic,
.hip-up .p-column .m-related-item .pic,
.waist-around .p-column .m-related-item .pic,
.mens-bodydesign .p-column .m-related-item .pic,
.double-chin .p-column .m-related-item .pic,
.arms-thinning .p-column .m-related-item .pic,
.hip-small .p-column .m-related-item .pic,
.thigh-thinning .p-column .m-related-item .pic,
.legs-slimming .p-column .m-related-item .pic,
.breast-augmentation .p-column .m-related-item .pic,
.breast-reduction-lift .p-column .m-related-item .pic,
.aquafilling .p-column .m-related-item .pic,
.after_feeding_childbirth .p-column .m-related-item .pic,
.after_breast_reconstruction .p-column .m-related-item .pic,
.funnel_chest .p-column .m-related-item .pic,
.accessory_breast .p-column .m-related-item .pic,
.nipple_reduction .p-column .m-related-item .pic,
.nasolabial-fold .p-column .m-related-item .pic,
.waifish .p-column .m-related-item .pic,
.waist-slender .p-column .m-related-item .pic {
  top: 10px;
  left: 10px;
}
.back-flab .p-column .m-related-item .pic img,
.hand-p-w .p-column .m-related-item .pic img,
.hip-up .p-column .m-related-item .pic img,
.waist-around .p-column .m-related-item .pic img,
.mens-bodydesign .p-column .m-related-item .pic img,
.double-chin .p-column .m-related-item .pic img,
.arms-thinning .p-column .m-related-item .pic img,
.hip-small .p-column .m-related-item .pic img,
.thigh-thinning .p-column .m-related-item .pic img,
.legs-slimming .p-column .m-related-item .pic img,
.breast-augmentation .p-column .m-related-item .pic img,
.breast-reduction-lift .p-column .m-related-item .pic img,
.aquafilling .p-column .m-related-item .pic img,
.after_feeding_childbirth .p-column .m-related-item .pic img,
.after_breast_reconstruction .p-column .m-related-item .pic img,
.funnel_chest .p-column .m-related-item .pic img,
.accessory_breast .p-column .m-related-item .pic img,
.nipple_reduction .p-column .m-related-item .pic img,
.nasolabial-fold .p-column .m-related-item .pic img,
.waifish .p-column .m-related-item .pic img,
.waist-slender .p-column .m-related-item .pic img {
  width: 70px;
  height: auto;
}
.back-flab .p-column .m-related-item a,
.hand-p-w .p-column .m-related-item a,
.hip-up .p-column .m-related-item a,
.waist-around .p-column .m-related-item a,
.mens-bodydesign .p-column .m-related-item a,
.double-chin .p-column .m-related-item a,
.arms-thinning .p-column .m-related-item a,
.hip-small .p-column .m-related-item a,
.thigh-thinning .p-column .m-related-item a,
.legs-slimming .p-column .m-related-item a,
.breast-augmentation .p-column .m-related-item a,
.breast-reduction-lift .p-column .m-related-item a,
.aquafilling .p-column .m-related-item a,
.after_feeding_childbirth .p-column .m-related-item a,
.after_breast_reconstruction .p-column .m-related-item a,
.funnel_chest .p-column .m-related-item a,
.accessory_breast .p-column .m-related-item a,
.nipple_reduction .p-column .m-related-item a,
.nasolabial-fold .p-column .m-related-item a,
.waifish .p-column .m-related-item a,
.waist-slender .p-column .m-related-item a {
  display: block;
}
.back-flab .p-column .m-related-item a::after,
.hand-p-w .p-column .m-related-item a::after,
.hip-up .p-column .m-related-item a::after,
.waist-around .p-column .m-related-item a::after,
.mens-bodydesign .p-column .m-related-item a::after,
.double-chin .p-column .m-related-item a::after,
.arms-thinning .p-column .m-related-item a::after,
.hip-small .p-column .m-related-item a::after,
.thigh-thinning .p-column .m-related-item a::after,
.legs-slimming .p-column .m-related-item a::after,
.breast-augmentation .p-column .m-related-item a::after,
.breast-reduction-lift .p-column .m-related-item a::after,
.aquafilling .p-column .m-related-item a::after,
.after_feeding_childbirth .p-column .m-related-item a::after,
.after_breast_reconstruction .p-column .m-related-item a::after,
.funnel_chest .p-column .m-related-item a::after,
.accessory_breast .p-column .m-related-item a::after,
.nipple_reduction .p-column .m-related-item a::after,
.nasolabial-fold .p-column .m-related-item a::after,
.waifish .p-column .m-related-item a::after,
.waist-slender .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;
}
.back-flab .p-column .m-related-item a:hover::after,
.hand-p-w .p-column .m-related-item a:hover::after,
.hip-up .p-column .m-related-item a:hover::after,
.waist-around .p-column .m-related-item a:hover::after,
.mens-bodydesign .p-column .m-related-item a:hover::after,
.double-chin .p-column .m-related-item a:hover::after,
.arms-thinning .p-column .m-related-item a:hover::after,
.hip-small .p-column .m-related-item a:hover::after,
.thigh-thinning .p-column .m-related-item a:hover::after,
.legs-slimming .p-column .m-related-item a:hover::after,
.breast-augmentation .p-column .m-related-item a:hover::after,
.breast-reduction-lift .p-column .m-related-item a:hover::after,
.aquafilling .p-column .m-related-item a:hover::after,
.after_feeding_childbirth .p-column .m-related-item a:hover::after,
.after_breast_reconstruction .p-column .m-related-item a:hover::after,
.funnel_chest .p-column .m-related-item a:hover::after,
.accessory_breast .p-column .m-related-item a:hover::after,
.nipple_reduction .p-column .m-related-item a:hover::after,
.nasolabial-fold .p-column .m-related-item a:hover::after,
.waifish .p-column .m-related-item a:hover::after,
.waist-slender .p-column .m-related-item a:hover::after {
  background-image: url(../img/arrow/arrow2_h.png);
}

.double-chin .m-kinds .info,
.arms-thinning .m-kinds .info,
.waist-slender .m-kinds .info,
.hip-small .m-kinds .info,
.thigh-thinning .m-kinds .info,
.legs-slimming .m-kinds .info,
.waist-around .m-kinds .info,
.after_feeding_childbirth .m-kinds .info,
.waifish .m-kinds .info {
  margin-top: 20px;
  padding: 0 20px 20px;
  background: #f5f2f0;
}
.double-chin .m-kinds .info .title,
.arms-thinning .m-kinds .info .title,
.waist-slender .m-kinds .info .title,
.hip-small .m-kinds .info .title,
.thigh-thinning .m-kinds .info .title,
.legs-slimming .m-kinds .info .title,
.waist-around .m-kinds .info .title,
.after_feeding_childbirth .m-kinds .info .title,
.waifish .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;
}
.double-chin .m-kinds .info .text,
.arms-thinning .m-kinds .info .text,
.waist-slender .m-kinds .info .text,
.hip-small .m-kinds .info .text,
.thigh-thinning .m-kinds .info .text,
.legs-slimming .m-kinds .info .text,
.waist-around .m-kinds .info .text,
.after_feeding_childbirth .m-kinds .info .text,
.waifish .m-kinds .info .text {
  margin-bottom: 20px;
  line-height: 1.6153846154;
  font-size: 1.3em;
  color: #7f7875;
}
.double-chin .m-kinds .info > p,
.arms-thinning .m-kinds .info > p,
.waist-slender .m-kinds .info > p,
.hip-small .m-kinds .info > p,
.thigh-thinning .m-kinds .info > p,
.legs-slimming .m-kinds .info > p,
.waist-around .m-kinds .info > p,
.after_feeding_childbirth .m-kinds .info > p,
.waifish .m-kinds .info > p {
  margin-bottom: 1em;
}
.double-chin .m-kinds .info ul,
.arms-thinning .m-kinds .info ul,
.waist-slender .m-kinds .info ul,
.hip-small .m-kinds .info ul,
.thigh-thinning .m-kinds .info ul,
.legs-slimming .m-kinds .info ul,
.waist-around .m-kinds .info ul,
.after_feeding_childbirth .m-kinds .info ul,
.waifish .m-kinds .info ul {
  border-bottom: 1px solid #baafa6;
}
.double-chin .m-kinds .info li,
.arms-thinning .m-kinds .info li,
.waist-slender .m-kinds .info li,
.hip-small .m-kinds .info li,
.thigh-thinning .m-kinds .info li,
.legs-slimming .m-kinds .info li,
.waist-around .m-kinds .info li,
.after_feeding_childbirth .m-kinds .info li,
.waifish .m-kinds .info li {
  border: 1px solid #baafa6;
  border-bottom: 0;
}
.double-chin .m-kinds .info dl,
.arms-thinning .m-kinds .info dl,
.waist-slender .m-kinds .info dl,
.hip-small .m-kinds .info dl,
.thigh-thinning .m-kinds .info dl,
.legs-slimming .m-kinds .info dl,
.waist-around .m-kinds .info dl,
.after_feeding_childbirth .m-kinds .info dl,
.waifish .m-kinds .info dl {
  display: table;
  width: 100%;
}
.double-chin .m-kinds .info dt,
.double-chin .m-kinds .info dd,
.arms-thinning .m-kinds .info dt,
.arms-thinning .m-kinds .info dd,
.waist-slender .m-kinds .info dt,
.waist-slender .m-kinds .info dd,
.hip-small .m-kinds .info dt,
.hip-small .m-kinds .info dd,
.thigh-thinning .m-kinds .info dt,
.thigh-thinning .m-kinds .info dd,
.legs-slimming .m-kinds .info dt,
.legs-slimming .m-kinds .info dd,
.waist-around .m-kinds .info dt,
.waist-around .m-kinds .info dd,
.after_feeding_childbirth .m-kinds .info dt,
.after_feeding_childbirth .m-kinds .info dd,
.waifish .m-kinds .info dt,
.waifish .m-kinds .info dd {
  display: table-cell;
  vertical-align: middle;
}
.double-chin .m-kinds .info dt,
.arms-thinning .m-kinds .info dt,
.waist-slender .m-kinds .info dt,
.hip-small .m-kinds .info dt,
.thigh-thinning .m-kinds .info dt,
.legs-slimming .m-kinds .info dt,
.waist-around .m-kinds .info dt,
.after_feeding_childbirth .m-kinds .info dt,
.waifish .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;
}
.double-chin .m-kinds .info dt .emphasis,
.arms-thinning .m-kinds .info dt .emphasis,
.waist-slender .m-kinds .info dt .emphasis,
.hip-small .m-kinds .info dt .emphasis,
.thigh-thinning .m-kinds .info dt .emphasis,
.legs-slimming .m-kinds .info dt .emphasis,
.waist-around .m-kinds .info dt .emphasis,
.after_feeding_childbirth .m-kinds .info dt .emphasis,
.waifish .m-kinds .info dt .emphasis {
  font-weight: bold;
  color: #ec7c78;
}
.double-chin .m-kinds .info dd,
.arms-thinning .m-kinds .info dd,
.waist-slender .m-kinds .info dd,
.hip-small .m-kinds .info dd,
.thigh-thinning .m-kinds .info dd,
.legs-slimming .m-kinds .info dd,
.waist-around .m-kinds .info dd,
.after_feeding_childbirth .m-kinds .info dd,
.waifish .m-kinds .info dd {
  padding: 10px;
  background: #d6d0c9;
}
.double-chin .m-kinds .info .button,
.arms-thinning .m-kinds .info .button,
.waist-slender .m-kinds .info .button,
.hip-small .m-kinds .info .button,
.thigh-thinning .m-kinds .info .button,
.legs-slimming .m-kinds .info .button,
.waist-around .m-kinds .info .button,
.after_feeding_childbirth .m-kinds .info .button,
.waifish .m-kinds .info .button {
  width: 284px;
}
.double-chin .m-kinds .info .button a,
.arms-thinning .m-kinds .info .button a,
.waist-slender .m-kinds .info .button a,
.hip-small .m-kinds .info .button a,
.thigh-thinning .m-kinds .info .button a,
.legs-slimming .m-kinds .info .button a,
.waist-around .m-kinds .info .button a,
.after_feeding_childbirth .m-kinds .info .button a,
.waifish .m-kinds .info .button a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 2px solid #554c48;
  background: -webkit-gradient(linear, left top, left bottom, from(#91847b), to(#443b34));
  background: linear-gradient(#91847b, #443b34);
  vertical-align: middle;
  line-height: 1.25;
  color: #f5f2f0;
  box-sizing: border-box;
  transition: opacity 0.1s linear;
}
.double-chin .m-kinds .info .button a .inner-text,
.arms-thinning .m-kinds .info .button a .inner-text,
.waist-slender .m-kinds .info .button a .inner-text,
.hip-small .m-kinds .info .button a .inner-text,
.thigh-thinning .m-kinds .info .button a .inner-text,
.legs-slimming .m-kinds .info .button a .inner-text,
.waist-around .m-kinds .info .button a .inner-text,
.after_feeding_childbirth .m-kinds .info .button a .inner-text,
.waifish .m-kinds .info .button a .inner-text {
  text-align: center;
  line-height: 2.5;
  font-size: 16px;
}
.double-chin .m-kinds .info .button a:hover,
.arms-thinning .m-kinds .info .button a:hover,
.waist-slender .m-kinds .info .button a:hover,
.hip-small .m-kinds .info .button a:hover,
.thigh-thinning .m-kinds .info .button a:hover,
.legs-slimming .m-kinds .info .button a:hover,
.waist-around .m-kinds .info .button a:hover,
.after_feeding_childbirth .m-kinds .info .button a:hover,
.waifish .m-kinds .info .button a:hover {
  opacity: 0.7;
  color: inherit !important;
}
.double-chin .m-kinds .info .button a:hover > *, .double-chin .m-kinds .info .button a:hover::before,
.arms-thinning .m-kinds .info .button a:hover > *,
.arms-thinning .m-kinds .info .button a:hover::before,
.waist-slender .m-kinds .info .button a:hover > *,
.waist-slender .m-kinds .info .button a:hover::before,
.hip-small .m-kinds .info .button a:hover > *,
.hip-small .m-kinds .info .button a:hover::before,
.thigh-thinning .m-kinds .info .button a:hover > *,
.thigh-thinning .m-kinds .info .button a:hover::before,
.legs-slimming .m-kinds .info .button a:hover > *,
.legs-slimming .m-kinds .info .button a:hover::before,
.waist-around .m-kinds .info .button a:hover > *,
.waist-around .m-kinds .info .button a:hover::before,
.after_feeding_childbirth .m-kinds .info .button a:hover > *,
.after_feeding_childbirth .m-kinds .info .button a:hover::before,
.waifish .m-kinds .info .button a:hover > *,
.waifish .m-kinds .info .button a:hover::before {
  opacity: 0.7;
  color: #f5f2f0;
}
.double-chin .m-kinds .info .button a::before,
.arms-thinning .m-kinds .info .button a::before,
.waist-slender .m-kinds .info .button a::before,
.hip-small .m-kinds .info .button a::before,
.thigh-thinning .m-kinds .info .button a::before,
.legs-slimming .m-kinds .info .button a::before,
.waist-around .m-kinds .info .button a::before,
.after_feeding_childbirth .m-kinds .info .button a::before,
.waifish .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: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 10px;
}
.double-chin .m-kinds .info .button a::after,
.arms-thinning .m-kinds .info .button a::after,
.waist-slender .m-kinds .info .button a::after,
.hip-small .m-kinds .info .button a::after,
.thigh-thinning .m-kinds .info .button a::after,
.legs-slimming .m-kinds .info .button a::after,
.waist-around .m-kinds .info .button a::after,
.after_feeding_childbirth .m-kinds .info .button a::after,
.waifish .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;
}
.double-chin .m-kinds .info .button.reservation a,
.arms-thinning .m-kinds .info .button.reservation a,
.waist-slender .m-kinds .info .button.reservation a,
.hip-small .m-kinds .info .button.reservation a,
.thigh-thinning .m-kinds .info .button.reservation a,
.legs-slimming .m-kinds .info .button.reservation a,
.waist-around .m-kinds .info .button.reservation a,
.after_feeding_childbirth .m-kinds .info .button.reservation a,
.waifish .m-kinds .info .button.reservation a {
  position: relative;
}
.double-chin .m-kinds .info .button.reservation a .inner-text,
.arms-thinning .m-kinds .info .button.reservation a .inner-text,
.waist-slender .m-kinds .info .button.reservation a .inner-text,
.hip-small .m-kinds .info .button.reservation a .inner-text,
.thigh-thinning .m-kinds .info .button.reservation a .inner-text,
.legs-slimming .m-kinds .info .button.reservation a .inner-text,
.waist-around .m-kinds .info .button.reservation a .inner-text,
.after_feeding_childbirth .m-kinds .info .button.reservation a .inner-text,
.waifish .m-kinds .info .button.reservation a .inner-text {
  width: 100%;
}
.double-chin .m-kinds .info .button.reservation a::before,
.arms-thinning .m-kinds .info .button.reservation a::before,
.waist-slender .m-kinds .info .button.reservation a::before,
.hip-small .m-kinds .info .button.reservation a::before,
.thigh-thinning .m-kinds .info .button.reservation a::before,
.legs-slimming .m-kinds .info .button.reservation a::before,
.waist-around .m-kinds .info .button.reservation a::before,
.after_feeding_childbirth .m-kinds .info .button.reservation a::before,
.waifish .m-kinds .info .button.reservation a::before {
  content: "ドクターが全て対応します";
}
.double-chin .m-kinds .info .button.reservation a::after,
.arms-thinning .m-kinds .info .button.reservation a::after,
.waist-slender .m-kinds .info .button.reservation a::after,
.hip-small .m-kinds .info .button.reservation a::after,
.thigh-thinning .m-kinds .info .button.reservation a::after,
.legs-slimming .m-kinds .info .button.reservation a::after,
.waist-around .m-kinds .info .button.reservation a::after,
.after_feeding_childbirth .m-kinds .info .button.reservation a::after,
.waifish .m-kinds .info .button.reservation a::after {
  position: absolute;
  top: 9px;
  right: 0;
}
.double-chin .m-kinds .info .button.line a .inner-text,
.arms-thinning .m-kinds .info .button.line a .inner-text,
.waist-slender .m-kinds .info .button.line a .inner-text,
.hip-small .m-kinds .info .button.line a .inner-text,
.thigh-thinning .m-kinds .info .button.line a .inner-text,
.legs-slimming .m-kinds .info .button.line a .inner-text,
.waist-around .m-kinds .info .button.line a .inner-text,
.after_feeding_childbirth .m-kinds .info .button.line a .inner-text,
.waifish .m-kinds .info .button.line a .inner-text {
  margin-left: 70px;
  padding-left: 40px;
  background: url(../img/qa_line.png) left center no-repeat;
}
.double-chin .m-kinds .info .button.line a::before,
.arms-thinning .m-kinds .info .button.line a::before,
.waist-slender .m-kinds .info .button.line a::before,
.hip-small .m-kinds .info .button.line a::before,
.thigh-thinning .m-kinds .info .button.line a::before,
.legs-slimming .m-kinds .info .button.line a::before,
.waist-around .m-kinds .info .button.line a::before,
.after_feeding_childbirth .m-kinds .info .button.line a::before,
.waifish .m-kinds .info .button.line a::before {
  content: "メアド不要で気軽に質問";
}

.thigh-thinning .m-kinds-contents + .m-kinds-contents,
.arms-thinning .m-kinds-contents + .m-kinds-contents,
.hip-up .m-kinds-contents + .m-kinds-contents {
  margin-top: 30px;
}
.thigh-thinning .m-kinds-contents > .title,
.arms-thinning .m-kinds-contents > .title,
.hip-up .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;
}
.thigh-thinning .m-kinds-contents > .title em,
.arms-thinning .m-kinds-contents > .title em,
.hip-up .m-kinds-contents > .title em {
  margin-left: 5px;
  font-size: 18px;
  color: #fefefe;
}
.thigh-thinning .m-kinds-inner,
.arms-thinning .m-kinds-inner,
.hip-up .m-kinds-inner {
  display: flex;
}
.thigh-thinning .m-kinds-inner .pic,
.arms-thinning .m-kinds-inner .pic,
.hip-up .m-kinds-inner .pic {
  margin-right: 10px;
  width: 298px;
}
.thigh-thinning .m-kinds-inner .pic a,
.arms-thinning .m-kinds-inner .pic a,
.hip-up .m-kinds-inner .pic a {
  display: block;
  position: relative;
}
.thigh-thinning .m-kinds-inner .pic a img,
.arms-thinning .m-kinds-inner .pic a img,
.hip-up .m-kinds-inner .pic a img {
  width: 100%;
  height: 100%;
}
.thigh-thinning .m-kinds-inner .pic a:hover > *,
.arms-thinning .m-kinds-inner .pic a:hover > *,
.hip-up .m-kinds-inner .pic a:hover > * {
  opacity: 0.6;
}
.thigh-thinning .m-kinds-inner .pic a:hover::after,
.arms-thinning .m-kinds-inner .pic a:hover::after,
.hip-up .m-kinds-inner .pic a:hover::after {
  opacity: 0.6;
}
.thigh-thinning .m-kinds-inner .pic a::after,
.arms-thinning .m-kinds-inner .pic a::after,
.hip-up .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;
}
.thigh-thinning .m-kinds-inner table,
.arms-thinning .m-kinds-inner table,
.hip-up .m-kinds-inner table {
  width: 376px;
  border: 0;
  color: #7f7875;
}
.thigh-thinning .m-kinds-inner table tbody th,
.thigh-thinning .m-kinds-inner table tbody td,
.arms-thinning .m-kinds-inner table tbody th,
.arms-thinning .m-kinds-inner table tbody td,
.hip-up .m-kinds-inner table tbody th,
.hip-up .m-kinds-inner table tbody td {
  padding: 7px 0;
  height: auto;
  border: 0;
  border-bottom: 1px solid #e5dfdb;
  vertical-align: top;
}
.thigh-thinning .m-kinds-inner table tbody th,
.arms-thinning .m-kinds-inner table tbody th,
.hip-up .m-kinds-inner table tbody th {
  width: 80px;
  line-height: 1.1666666667;
  font-size: 12px;
  font-weight: bold;
}
.thigh-thinning .m-kinds-inner table tbody td,
.arms-thinning .m-kinds-inner table tbody td,
.hip-up .m-kinds-inner table tbody td {
  text-align: left;
  line-height: 1.3333333333;
  font-size: 12px;
}
.thigh-thinning .m-kinds-inner table tbody li,
.arms-thinning .m-kinds-inner table tbody li,
.hip-up .m-kinds-inner table tbody li {
  padding-left: 12px;
  text-indent: -12px;
  line-height: 1.5;
}
.thigh-thinning .m-kinds-inner table tbody li::before,
.arms-thinning .m-kinds-inner table tbody li::before,
.hip-up .m-kinds-inner table tbody li::before {
  content: "・";
}
.thigh-thinning .m-kinds-inner table tbody tr:last-child th,
.thigh-thinning .m-kinds-inner table tbody tr:last-child td,
.arms-thinning .m-kinds-inner table tbody tr:last-child th,
.arms-thinning .m-kinds-inner table tbody tr:last-child td,
.hip-up .m-kinds-inner table tbody tr:last-child th,
.hip-up .m-kinds-inner table tbody tr:last-child td {
  border-bottom: 0;
}

.thigh-thinning,
.arms-thinning,
.nasolabial-fold {
  text-align: justify;
}
.thigh-thinning .m-effect > .title,
.arms-thinning .m-effect > .title,
.nasolabial-fold .m-effect > .title {
  margin-bottom: 20px;
}
.thigh-thinning .m-effect-contents,
.arms-thinning .m-effect-contents,
.nasolabial-fold .m-effect-contents {
  float: none;
  padding: 0;
  width: auto;
}
.thigh-thinning .m-effect-contents::before,
.arms-thinning .m-effect-contents::before,
.nasolabial-fold .m-effect-contents::before {
  content: none;
}
.thigh-thinning .m-effect .effect-useful,
.arms-thinning .m-effect .effect-useful,
.nasolabial-fold .m-effect .effect-useful {
  padding-bottom: 40px;
  padding-left: 296px;
}
.thigh-thinning .m-effect .effect-useful .text,
.arms-thinning .m-effect .effect-useful .text,
.nasolabial-fold .m-effect .effect-useful .text {
  display: inline-flex;
}
.thigh-thinning .m-effect .effect-useful .text span,
.arms-thinning .m-effect .effect-useful .text span,
.nasolabial-fold .m-effect .effect-useful .text span {
  display: block;
  padding: 13px 15px;
  border-radius: 4px;
  background: #f5f3f1;
  font-size: 15px;
  font-weight: bold;
}
.thigh-thinning .m-effect .effect-useful .text .emphasis,
.arms-thinning .m-effect .effect-useful .text .emphasis,
.nasolabial-fold .m-effect .effect-useful .text .emphasis {
  padding: 0;
  background: none;
  font-weight: bold;
  color: #ec7c78;
}
.thigh-thinning .m-effect .effect-useful .text:nth-child(even),
.arms-thinning .m-effect .effect-useful .text:nth-child(even),
.nasolabial-fold .m-effect .effect-useful .text:nth-child(even) {
  float: right;
}
.thigh-thinning .m-effect .effect-useful .text + .text,
.arms-thinning .m-effect .effect-useful .text + .text,
.nasolabial-fold .m-effect .effect-useful .text + .text {
  margin-top: 10px;
}
.thigh-thinning .m-effect .effect-comments,
.arms-thinning .m-effect .effect-comments,
.nasolabial-fold .m-effect .effect-comments {
  border: 1px solid #c7bcb4;
}
.thigh-thinning .m-effect .effect-comments__title,
.arms-thinning .m-effect .effect-comments__title,
.nasolabial-fold .m-effect .effect-comments__title {
  display: block;
  border-bottom: 1px solid #c7bcb4;
  background: linear-gradient(to bottom, #f4f2ef, #fefefe);
  font-size: 14px;
}
.thigh-thinning .m-effect .effect-comments__title span,
.arms-thinning .m-effect .effect-comments__title span,
.nasolabial-fold .m-effect .effect-comments__title span {
  display: table-cell;
  vertical-align: middle;
}
.thigh-thinning .m-effect .effect-comments__title span + span,
.arms-thinning .m-effect .effect-comments__title span + span,
.nasolabial-fold .m-effect .effect-comments__title span + span {
  padding-left: 10px;
}
.thigh-thinning .m-effect .effect-comments__text,
.arms-thinning .m-effect .effect-comments__text,
.nasolabial-fold .m-effect .effect-comments__text {
  padding: 15px;
  text-align: justify;
  line-height: 1.6666666667;
  font-size: 12px;
}
.thigh-thinning .m-about .m-sub-contents .text,
.arms-thinning .m-about .m-sub-contents .text,
.nasolabial-fold .m-about .m-sub-contents .text {
  float: left;
  margin-right: 20px;
  width: 405px;
}
.thigh-thinning .m-about .m-sub-contents .text .small,
.arms-thinning .m-about .m-sub-contents .text .small,
.nasolabial-fold .m-about .m-sub-contents .text .small {
  display: inline-block;
  line-height: 1.3333333333;
  font-size: 12px;
}
.thigh-thinning .m-about .m-sub-contents .text .small::before,
.arms-thinning .m-about .m-sub-contents .text .small::before,
.nasolabial-fold .m-about .m-sub-contents .text .small::before {
  content: "※";
}
.thigh-thinning .m-faq .pic,
.arms-thinning .m-faq .pic,
.nasolabial-fold .m-faq .pic {
  float: right;
  margin: 0 0 5px 15px;
}
.thigh-thinning .m-faq .text,
.arms-thinning .m-faq .text,
.nasolabial-fold .m-faq .text {
  float: none;
}
.thigh-thinning .m-case2 .m-entry-item .m-case,
.arms-thinning .m-case2 .m-entry-item .m-case,
.nasolabial-fold .m-case2 .m-entry-item .m-case {
  border-top-width: 4px;
  border-top-style: solid;
}
.thigh-thinning .m-case2 .m-entry-item .m-case.liposuction,
.arms-thinning .m-case2 .m-entry-item .m-case.liposuction,
.nasolabial-fold .m-case2 .m-entry-item .m-case.liposuction {
  border-top-color: #5777b0;
}
.thigh-thinning .m-case2 .m-entry-item .m-case.breast-hip,
.arms-thinning .m-case2 .m-entry-item .m-case.breast-hip,
.nasolabial-fold .m-case2 .m-entry-item .m-case.breast-hip {
  border-top-color: #c64d78;
}
.thigh-thinning .m-case2 .m-entry-item .m-case.antiaging,
.arms-thinning .m-case2 .m-entry-item .m-case.antiaging,
.nasolabial-fold .m-case2 .m-entry-item .m-case.antiaging {
  border-top-color: #7a5b9a;
}
.thigh-thinning .m-case2 .m-entry-item .m-case.others,
.arms-thinning .m-case2 .m-entry-item .m-case.others,
.nasolabial-fold .m-case2 .m-entry-item .m-case.others {
  border-top-color: #87b263;
}
.thigh-thinning .m-case2 .m-entry-item .m-case-inner,
.arms-thinning .m-case2 .m-entry-item .m-case-inner,
.nasolabial-fold .m-case2 .m-entry-item .m-case-inner {
  margin: 0;
  padding: 0 10px;
  background-image: linear-gradient(to bottom, #e3deda 0%, #f7f5f4 90%, #fff 100%);
}
.thigh-thinning .m-case2 .m-entry-item .m-case .case-title,
.arms-thinning .m-case2 .m-entry-item .m-case .case-title,
.nasolabial-fold .m-case2 .m-entry-item .m-case .case-title {
  position: relative;
  padding: 20px 20px 20px 10px;
}
.thigh-thinning .m-case2 .m-entry-item .m-case .case-title .sex-age,
.arms-thinning .m-case2 .m-entry-item .m-case .case-title .sex-age,
.nasolabial-fold .m-case2 .m-entry-item .m-case .case-title .sex-age {
  font-size: 20px;
}
.thigh-thinning .m-case2 .m-entry-item .m-case .case-title > .title,
.arms-thinning .m-case2 .m-entry-item .m-case .case-title > .title,
.nasolabial-fold .m-case2 .m-entry-item .m-case .case-title > .title {
  border: 0;
  line-height: 1.2307692308;
  font-size: 26px;
  color: #7f7875;
}
.thigh-thinning .m-case2 .m-entry-item .m-case .attr-list,
.arms-thinning .m-case2 .m-entry-item .m-case .attr-list,
.nasolabial-fold .m-case2 .m-entry-item .m-case .attr-list {
  margin-top: 10px;
}
.thigh-thinning .m-case2 .m-entry-item .m-case .attr-item a,
.arms-thinning .m-case2 .m-entry-item .m-case .attr-item a,
.nasolabial-fold .m-case2 .m-entry-item .m-case .attr-item a {
  color: #7f7875;
}
.thigh-thinning .m-case2 .m-entry-item .m-case .case-pic,
.arms-thinning .m-case2 .m-entry-item .m-case .case-pic,
.nasolabial-fold .m-case2 .m-entry-item .m-case .case-pic {
  margin-bottom: 30px;
  text-align: center;
}
.thigh-thinning .m-case2 .m-entry-item .m-case .comment,
.arms-thinning .m-case2 .m-entry-item .m-case .comment,
.nasolabial-fold .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;
}
.thigh-thinning .m-case2 .m-entry-item .m-case .comment::after,
.arms-thinning .m-case2 .m-entry-item .m-case .comment::after,
.nasolabial-fold .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;
}
.thigh-thinning .m-case2 .m-entry-item .m-case .operation-link,
.arms-thinning .m-case2 .m-entry-item .m-case .operation-link,
.nasolabial-fold .m-case2 .m-entry-item .m-case .operation-link {
  margin: 0 20px 10px;
  font-size: 1.2em;
  color: #7f7875;
}
.thigh-thinning .m-case2 .m-entry-item .m-case .operation-link::before,
.arms-thinning .m-case2 .m-entry-item .m-case .operation-link::before,
.nasolabial-fold .m-case2 .m-entry-item .m-case .operation-link::before {
  content: "治療名：";
  display: inline-block;
  font-weight: bold;
}
.thigh-thinning .m-case2 .m-entry-item .m-case .operation-link a,
.arms-thinning .m-case2 .m-entry-item .m-case .operation-link a,
.nasolabial-fold .m-case2 .m-entry-item .m-case .operation-link a {
  display: inline-block;
}
.thigh-thinning .m-case2 .m-entry-item .m-case .price-info,
.arms-thinning .m-case2 .m-entry-item .m-case .price-info,
.nasolabial-fold .m-case2 .m-entry-item .m-case .price-info {
  margin: 0 20px 10px;
}
.thigh-thinning .m-case2 .m-entry-item .m-case .price-info .info-text,
.arms-thinning .m-case2 .m-entry-item .m-case .price-info .info-text,
.nasolabial-fold .m-case2 .m-entry-item .m-case .price-info .info-text {
  line-height: 1.5;
  font-size: 12px;
  color: #7f7875;
}
.thigh-thinning .m-case2 .m-entry-item .m-case .price-info .info-text em,
.arms-thinning .m-case2 .m-entry-item .m-case .price-info .info-text em,
.nasolabial-fold .m-case2 .m-entry-item .m-case .price-info .info-text em {
  font-weight: bold;
}
.thigh-thinning .m-case2 .m-entry-item .m-case .price-info .info-text a,
.arms-thinning .m-case2 .m-entry-item .m-case .price-info .info-text a,
.nasolabial-fold .m-case2 .m-entry-item .m-case .price-info .info-text a {
  text-decoration: underline;
}
.thigh-thinning .m-case2 .m-entry-item .m-case .price-info .caution em a,
.arms-thinning .m-case2 .m-entry-item .m-case .price-info .caution em a,
.nasolabial-fold .m-case2 .m-entry-item .m-case .price-info .caution em a {
  text-decoration: underline;
  font-weight: bold;
}
.thigh-thinning .m-case2 .downtime,
.arms-thinning .m-case2 .downtime,
.nasolabial-fold .m-case2 .downtime {
  margin: 0;
  color: #7f7875;
}
.thigh-thinning .m-case2 .downtime > .title,
.arms-thinning .m-case2 .downtime > .title,
.nasolabial-fold .m-case2 .downtime > .title {
  padding: 10px;
  border: 1px solid #d3cac3;
  border-bottom: 0;
  background: #f5f3f1;
  font-size: 14px;
}
.thigh-thinning .m-case2 .downtime .contents-inner,
.arms-thinning .m-case2 .downtime .contents-inner,
.nasolabial-fold .m-case2 .downtime .contents-inner {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #d3cac3;
}
.thigh-thinning .m-case2 .downtime-item,
.arms-thinning .m-case2 .downtime-item,
.nasolabial-fold .m-case2 .downtime-item {
  display: flex;
  width: 50%;
  border-bottom: 1px solid #d3cac3;
  box-sizing: border-box;
}
.thigh-thinning .m-case2 .downtime-item .title,
.thigh-thinning .m-case2 .downtime-item .text,
.arms-thinning .m-case2 .downtime-item .title,
.arms-thinning .m-case2 .downtime-item .text,
.nasolabial-fold .m-case2 .downtime-item .title,
.nasolabial-fold .m-case2 .downtime-item .text {
  padding: 5px 10px;
  line-height: 1.5;
  font-size: 12px;
}
.thigh-thinning .m-case2 .downtime-item .title,
.arms-thinning .m-case2 .downtime-item .title,
.nasolabial-fold .m-case2 .downtime-item .title {
  width: 30%;
  border-right: 1px solid #d3cac3;
  background: #f5f3f1;
  text-align: center;
}
.thigh-thinning .m-case2 .downtime-item .text,
.arms-thinning .m-case2 .downtime-item .text,
.nasolabial-fold .m-case2 .downtime-item .text {
  width: 70%;
  background: #fff;
}
.thigh-thinning .m-case2 .downtime-item .text::before, .thigh-thinning .m-case2 .downtime-item .text::after,
.arms-thinning .m-case2 .downtime-item .text::before,
.arms-thinning .m-case2 .downtime-item .text::after,
.nasolabial-fold .m-case2 .downtime-item .text::before,
.nasolabial-fold .m-case2 .downtime-item .text::after {
  margin: 0;
}
.thigh-thinning .m-case2 .downtime-item:nth-child(odd),
.arms-thinning .m-case2 .downtime-item:nth-child(odd),
.nasolabial-fold .m-case2 .downtime-item:nth-child(odd) {
  border-right: 1px solid #d3cac3;
}
.thigh-thinning .m-case2 .downtime-item:last-child,
.arms-thinning .m-case2 .downtime-item:last-child,
.nasolabial-fold .m-case2 .downtime-item:last-child {
  border-bottom: 0;
}
.thigh-thinning .m-case2 .case-movie,
.arms-thinning .m-case2 .case-movie,
.nasolabial-fold .m-case2 .case-movie {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 30px;
}
.thigh-thinning .m-case2 .case-movie__item,
.arms-thinning .m-case2 .case-movie__item,
.nasolabial-fold .m-case2 .case-movie__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background: #dfd8d3;
}
.thigh-thinning .m-case2 .case-movie__item:first-child:last-child,
.arms-thinning .m-case2 .case-movie__item:first-child:last-child,
.nasolabial-fold .m-case2 .case-movie__item:first-child:last-child {
  flex-direction: row;
  width: 100%;
}
.thigh-thinning .m-case2 .case-movie__title,
.arms-thinning .m-case2 .case-movie__title,
.nasolabial-fold .m-case2 .case-movie__title {
  flex: 1;
  text-align: center;
  line-height: 1.3125;
  font-size: 1.6em;
  font-weight: bold;
  color: #59514d;
}
.thigh-thinning .m-case2 .case-movie__pic,
.arms-thinning .m-case2 .case-movie__pic,
.nasolabial-fold .m-case2 .case-movie__pic {
  cursor: pointer;
}
.thigh-thinning .m-case2 .case-movie,
.arms-thinning .m-case2 .case-movie,
.nasolabial-fold .m-case2 .case-movie {
  margin-top: 30px;
}
.thigh-thinning .m-case2 .case-movie__item__inner,
.arms-thinning .m-case2 .case-movie__item__inner,
.nasolabial-fold .m-case2 .case-movie__item__inner {
  padding: 20px 20px 15px;
}
.thigh-thinning .m-case2 .case-movie__title,
.arms-thinning .m-case2 .case-movie__title,
.nasolabial-fold .m-case2 .case-movie__title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #59514d;
  text-align: left;
}
.thigh-thinning .m-case2 .case-movie__title .icon,
.arms-thinning .m-case2 .case-movie__title .icon,
.nasolabial-fold .m-case2 .case-movie__title .icon {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 13px 3px;
  border-radius: 26px;
  background: #59514d;
  font-size: 0.875em;
  font-weight: bold;
  color: #fff;
}
.thigh-thinning .m-case2 .case-movie__title .text,
.arms-thinning .m-case2 .case-movie__title .text,
.nasolabial-fold .m-case2 .case-movie__title .text {
  line-height: 1.4444444444;
  font-size: 1.125em;
  font-weight: bold;
  color: #59514d;
}
.thigh-thinning .m-case2 .case-movie__text,
.arms-thinning .m-case2 .case-movie__text,
.nasolabial-fold .m-case2 .case-movie__text {
  line-height: 1.6666666667;
  font-size: 1.5em;
  color: #59514d;
}
.thigh-thinning .m-case > .title,
.arms-thinning .m-case > .title,
.waist-around .m-case > .title {
  letter-spacing: 0;
}
.thigh-thinning .m-case .pic,
.arms-thinning .m-case .pic,
.waist-around .m-case .pic {
  margin-right: 4px;
  margin-bottom: 20px;
}
.thigh-thinning .m-case .pic a,
.arms-thinning .m-case .pic a,
.waist-around .m-case .pic a {
  text-decoration: underline;
}
.thigh-thinning .m-case .price-info,
.arms-thinning .m-case .price-info,
.waist-around .m-case .price-info {
  margin-bottom: 20px;
  border: 1px solid #c7bcb4;
  color: #7f7875;
}
.thigh-thinning .m-case .price-info__title,
.arms-thinning .m-case .price-info__title,
.waist-around .m-case .price-info__title {
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #c7bcb4;
  background: #f5f3f1;
  font-size: 14px;
}
.thigh-thinning .m-case .price-info__table .inner-title,
.arms-thinning .m-case .price-info__table .inner-title,
.waist-around .m-case .price-info__table .inner-title {
  padding: 10px 20px;
  width: 45px;
  border-right: 1px solid #c7bcb4;
  border-bottom: 1px solid #c7bcb4;
  background: #f5f3f1;
  text-align: center;
  line-height: 1.3333333333;
  font-size: 12px;
}
.thigh-thinning .m-case .price-info__table .inner-text,
.arms-thinning .m-case .price-info__table .inner-text,
.waist-around .m-case .price-info__table .inner-text {
  padding: 5px 10px;
  border-bottom: 1px solid #c7bcb4;
  line-height: 1.3333333333;
  font-size: 12px;
}
.thigh-thinning .m-case .price-info__table tr:last-child td,
.arms-thinning .m-case .price-info__table tr:last-child td,
.waist-around .m-case .price-info__table tr:last-child td {
  border-bottom: 0;
}
.thigh-thinning .m-case .link-text,
.arms-thinning .m-case .link-text,
.waist-around .m-case .link-text {
  margin-bottom: 20px;
  text-align: left;
  line-height: 2.1538461538;
  font-size: 13px;
  color: #7f7875;
}
.thigh-thinning .m-case .link-text a,
.arms-thinning .m-case .link-text a,
.waist-around .m-case .link-text a {
  text-decoration: underline;
}
.thigh-thinning .m-case .link-anchor,
.arms-thinning .m-case .link-anchor,
.waist-around .m-case .link-anchor {
  position: relative;
  padding-right: 15px;
  text-align: right;
  font-size: 14px;
}
.thigh-thinning .m-case .link-anchor a,
.arms-thinning .m-case .link-anchor a,
.waist-around .m-case .link-anchor a {
  text-decoration: underline;
}
.thigh-thinning .m-case .link-anchor::after,
.arms-thinning .m-case .link-anchor::after,
.waist-around .m-case .link-anchor::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  background: url(../img/arrow/arrow4.png) left center no-repeat;
  transform: translateY(-50%);
}

.thigh-thinning .m-effect-contents:nth-child(2),
.arms-thinning .m-effect-contents:nth-child(2) {
  background-image: none;
}

.double-chin .m-contents .text,
.mens-bodydesign .m-contents .text,
.nasolabial-fold .m-contents .text {
  line-height: 2;
  font-size: 1.5em;
}
.double-chin .m-sub-contents > .title,
.mens-bodydesign .m-sub-contents > .title,
.nasolabial-fold .m-sub-contents > .title {
  font-size: 1.5em;
  font-weight: normal;
}
.double-chin .m-feature-contents .text,
.double-chin .m-effect-contents .text,
.mens-bodydesign .m-feature-contents .text,
.mens-bodydesign .m-effect-contents .text,
.nasolabial-fold .m-feature-contents .text,
.nasolabial-fold .m-effect-contents .text {
  line-height: 1.5;
  font-size: 1.25em;
}
.double-chin .m-about .m-sub-contents .sub-title,
.mens-bodydesign .m-about .m-sub-contents .sub-title,
.nasolabial-fold .m-about .m-sub-contents .sub-title {
  display: flex;
  align-items: center;
  margin: 30px 0 20px;
  height: 30px;
  border-left-width: 5px;
  font-size: 1.5em;
}
.double-chin .m-case .title,
.mens-bodydesign .m-case .title,
.nasolabial-fold .m-case .title {
  margin-bottom: 20px;
}
.double-chin .m-case .price-info .info-text,
.mens-bodydesign .m-case .price-info .info-text,
.nasolabial-fold .m-case .price-info .info-text {
  line-height: 1.5;
  font-size: 1.1em;
}
.double-chin .m-case .price-info .info-text em,
.mens-bodydesign .m-case .price-info .info-text em,
.nasolabial-fold .m-case .price-info .info-text em {
  font-weight: bold;
}
.double-chin .m-kinds .point-item,
.mens-bodydesign .m-kinds .point-item,
.nasolabial-fold .m-kinds .point-item {
  line-height: 1.5;
  font-size: 1.4em;
}
.double-chin .m-faq-item .question,
.mens-bodydesign .m-faq-item .question,
.nasolabial-fold .m-faq-item .question {
  padding-top: 10px;
  padding-bottom: 10px;
  background-position: 15px 10px;
  font-size: 1.5em;
}
.double-chin .m-faq-item .answer .text,
.double-chin .m-faq-item .answer .list-item,
.mens-bodydesign .m-faq-item .answer .text,
.mens-bodydesign .m-faq-item .answer .list-item,
.nasolabial-fold .m-faq-item .answer .text,
.nasolabial-fold .m-faq-item .answer .list-item {
  line-height: 1.7;
  font-size: 1.4em;
}

.mens-bodydesign .m-genre,
.nasolabial-fold .m-genre {
  margin-right: 0;
  margin-left: 0;
}
.mens-bodydesign .m-genre > .title,
.nasolabial-fold .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;
}
.mens-bodydesign .m-genre > .title .inner-text,
.nasolabial-fold .m-genre > .title .inner-text {
  display: block;
  line-height: 1;
  font-size: 0.6071428571em;
}
.mens-bodydesign .m-genre > ul,
.nasolabial-fold .m-genre > ul {
  margin-right: 10px;
  margin-left: 10px;
}

.double-chin .\33 60lipo,
.arms-thinning .\33 60lipo,
.thigh-thinning .\33 60lipo,
.waist-around .\33 60lipo,
.mens-bodydesign .\33 60lipo {
  margin-top: 50px;
  padding: 20px;
  border-radius: 8px;
  background: #f0edea;
  color: #7f7875;
}
.double-chin .\33 60lipo__title,
.arms-thinning .\33 60lipo__title,
.thigh-thinning .\33 60lipo__title,
.waist-around .\33 60lipo__title,
.mens-bodydesign .\33 60lipo__title {
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.5;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 22px;
}
.double-chin .\33 60lipo__title em,
.arms-thinning .\33 60lipo__title em,
.thigh-thinning .\33 60lipo__title em,
.waist-around .\33 60lipo__title em,
.mens-bodydesign .\33 60lipo__title em {
  background-image: linear-gradient(transparent 70%, #f5b5ab 30%);
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.double-chin .\33 60lipo__text,
.arms-thinning .\33 60lipo__text,
.thigh-thinning .\33 60lipo__text,
.waist-around .\33 60lipo__text,
.mens-bodydesign .\33 60lipo__text {
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
}
.double-chin .\33 60lipo-box1,
.arms-thinning .\33 60lipo-box1,
.thigh-thinning .\33 60lipo-box1,
.waist-around .\33 60lipo-box1,
.mens-bodydesign .\33 60lipo-box1 {
  position: relative;
  margin-bottom: 35px;
  padding: 14px 0 10px;
  border-top: 1px solid #7f7875;
  border-bottom: 1px solid #7f7875;
}
.double-chin .\33 60lipo-box1__title,
.arms-thinning .\33 60lipo-box1__title,
.thigh-thinning .\33 60lipo-box1__title,
.waist-around .\33 60lipo-box1__title,
.mens-bodydesign .\33 60lipo-box1__title {
  width: 287px;
  text-align: center;
  line-height: 1.4210526316;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 17px;
}
.double-chin .\33 60lipo-box1__title em,
.arms-thinning .\33 60lipo-box1__title em,
.thigh-thinning .\33 60lipo-box1__title em,
.waist-around .\33 60lipo-box1__title em,
.mens-bodydesign .\33 60lipo-box1__title em {
  font-size: 19px;
  font-weight: bold;
  color: #ee7b75;
}
.double-chin .\33 60lipo-box1-list,
.arms-thinning .\33 60lipo-box1-list,
.thigh-thinning .\33 60lipo-box1-list,
.waist-around .\33 60lipo-box1-list,
.mens-bodydesign .\33 60lipo-box1-list {
  position: relative;
  z-index: 1;
  margin-top: 10px;
}
.double-chin .\33 60lipo-box1-list__item,
.arms-thinning .\33 60lipo-box1-list__item,
.thigh-thinning .\33 60lipo-box1-list__item,
.waist-around .\33 60lipo-box1-list__item,
.mens-bodydesign .\33 60lipo-box1-list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  width: fit-content;
  height: 22px;
  border-radius: 4px;
  background: #7f7875;
  font-feature-settings: "palt";
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
.double-chin .\33 60lipo-box1-list__item:nth-child(2),
.arms-thinning .\33 60lipo-box1-list__item:nth-child(2),
.thigh-thinning .\33 60lipo-box1-list__item:nth-child(2),
.waist-around .\33 60lipo-box1-list__item:nth-child(2),
.mens-bodydesign .\33 60lipo-box1-list__item:nth-child(2) {
  margin-left: 50px;
}
.double-chin .\33 60lipo-box1-list__item:nth-child(3),
.arms-thinning .\33 60lipo-box1-list__item:nth-child(3),
.thigh-thinning .\33 60lipo-box1-list__item:nth-child(3),
.waist-around .\33 60lipo-box1-list__item:nth-child(3),
.mens-bodydesign .\33 60lipo-box1-list__item:nth-child(3) {
  margin-left: 30px;
}
.double-chin .\33 60lipo-box1-list__item + .\33 60lipo-box1-list__item,
.arms-thinning .\33 60lipo-box1-list__item + .\33 60lipo-box1-list__item,
.thigh-thinning .\33 60lipo-box1-list__item + .\33 60lipo-box1-list__item,
.waist-around .\33 60lipo-box1-list__item + .\33 60lipo-box1-list__item,
.mens-bodydesign .\33 60lipo-box1-list__item + .\33 60lipo-box1-list__item {
  margin-top: 3px;
}
.double-chin .\33 60lipo-box1-list::after,
.arms-thinning .\33 60lipo-box1-list::after,
.thigh-thinning .\33 60lipo-box1-list::after,
.waist-around .\33 60lipo-box1-list::after,
.mens-bodydesign .\33 60lipo-box1-list::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -35px;
  padding: 0 10px;
  width: 58px;
  height: 29px;
  background: url(../../img/contents_common_360lipo_box1_pic2.png) center no-repeat #f0edea;
  transform: translateX(-50%);
}
.double-chin .\33 60lipo-box1__pic,
.arms-thinning .\33 60lipo-box1__pic,
.thigh-thinning .\33 60lipo-box1__pic,
.waist-around .\33 60lipo-box1__pic,
.mens-bodydesign .\33 60lipo-box1__pic {
  position: absolute;
  top: 14px;
  right: 0;
}
.double-chin .\33 60lipo-box2,
.arms-thinning .\33 60lipo-box2,
.thigh-thinning .\33 60lipo-box2,
.waist-around .\33 60lipo-box2,
.mens-bodydesign .\33 60lipo-box2 {
  margin-bottom: 20px;
}
.double-chin .\33 60lipo-box2__title,
.arms-thinning .\33 60lipo-box2__title,
.thigh-thinning .\33 60lipo-box2__title,
.waist-around .\33 60lipo-box2__title,
.mens-bodydesign .\33 60lipo-box2__title {
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
  text-align: center;
  font-feature-settings: "palt";
  font-size: 20px;
  font-weight: bold;
  color: #ee7b75;
}
.double-chin .\33 60lipo-box2-list,
.arms-thinning .\33 60lipo-box2-list,
.thigh-thinning .\33 60lipo-box2-list,
.waist-around .\33 60lipo-box2-list,
.mens-bodydesign .\33 60lipo-box2-list {
  display: flex;
  justify-content: space-between;
  margin: -5px auto 22px;
  width: 470px;
}
.double-chin .\33 60lipo-box2-list__item,
.arms-thinning .\33 60lipo-box2-list__item,
.thigh-thinning .\33 60lipo-box2-list__item,
.waist-around .\33 60lipo-box2-list__item,
.mens-bodydesign .\33 60lipo-box2-list__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 142px;
  height: 142px;
  text-align: center;
}
.double-chin .\33 60lipo-box2-list__item__title,
.arms-thinning .\33 60lipo-box2-list__item__title,
.thigh-thinning .\33 60lipo-box2-list__item__title,
.waist-around .\33 60lipo-box2-list__item__title,
.mens-bodydesign .\33 60lipo-box2-list__item__title {
  margin-bottom: 17px;
  width: 70px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  background-image: linear-gradient(transparent 70%, #f5b5ab 30%);
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.double-chin .\33 60lipo-box2-list__item__text,
.arms-thinning .\33 60lipo-box2-list__item__text,
.thigh-thinning .\33 60lipo-box2-list__item__text,
.waist-around .\33 60lipo-box2-list__item__text,
.mens-bodydesign .\33 60lipo-box2-list__item__text {
  position: relative;
  z-index: 1;
  line-height: 1.4166666667;
  font-feature-settings: "palt";
  font-size: 12px;
}
.double-chin .\33 60lipo-box2-list__item::after,
.arms-thinning .\33 60lipo-box2-list__item::after,
.thigh-thinning .\33 60lipo-box2-list__item::after,
.waist-around .\33 60lipo-box2-list__item::after,
.mens-bodydesign .\33 60lipo-box2-list__item::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #fff;
}
.double-chin .\33 60lipo-box2__text,
.arms-thinning .\33 60lipo-box2__text,
.thigh-thinning .\33 60lipo-box2__text,
.waist-around .\33 60lipo-box2__text,
.mens-bodydesign .\33 60lipo-box2__text {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.double-chin .\33 60lipo-box3,
.arms-thinning .\33 60lipo-box3,
.thigh-thinning .\33 60lipo-box3,
.waist-around .\33 60lipo-box3,
.mens-bodydesign .\33 60lipo-box3 {
  margin-bottom: 20px;
  position: relative;
  padding: 20px;
  border: 1px solid #c5c1bf;
  background: #fff;
}
.double-chin .\33 60lipo-box3__title, .double-chin .\33 60lipo-box3__text,
.arms-thinning .\33 60lipo-box3__title,
.arms-thinning .\33 60lipo-box3__text,
.thigh-thinning .\33 60lipo-box3__title,
.thigh-thinning .\33 60lipo-box3__text,
.waist-around .\33 60lipo-box3__title,
.waist-around .\33 60lipo-box3__text,
.mens-bodydesign .\33 60lipo-box3__title,
.mens-bodydesign .\33 60lipo-box3__text {
  margin-right: 205px;
}
.double-chin .\33 60lipo-box3__title,
.arms-thinning .\33 60lipo-box3__title,
.thigh-thinning .\33 60lipo-box3__title,
.waist-around .\33 60lipo-box3__title,
.mens-bodydesign .\33 60lipo-box3__title {
  margin-bottom: 8px;
  line-height: 1.6;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 15px;
  color: #59504d;
}
.double-chin .\33 60lipo-box3__text,
.arms-thinning .\33 60lipo-box3__text,
.thigh-thinning .\33 60lipo-box3__text,
.waist-around .\33 60lipo-box3__text,
.mens-bodydesign .\33 60lipo-box3__text {
  background: url(../../img/contents_common_360lipo_box3_pic2.png) right bottom no-repeat;
  text-align: justify;
  line-height: 1.7692307692;
  font-feature-settings: "palt";
  font-size: 13px;
}
.double-chin .\33 60lipo-box3__text span,
.arms-thinning .\33 60lipo-box3__text span,
.thigh-thinning .\33 60lipo-box3__text span,
.waist-around .\33 60lipo-box3__text span,
.mens-bodydesign .\33 60lipo-box3__text span {
  display: block;
  margin-top: 3px;
  text-align: right;
  line-height: 1;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 12px;
  color: #59504d;
}
.double-chin .\33 60lipo-box3__text span em,
.arms-thinning .\33 60lipo-box3__text span em,
.thigh-thinning .\33 60lipo-box3__text span em,
.waist-around .\33 60lipo-box3__text span em,
.mens-bodydesign .\33 60lipo-box3__text span em {
  font-size: 16px;
}
.double-chin .\33 60lipo-box3__pic,
.arms-thinning .\33 60lipo-box3__pic,
.thigh-thinning .\33 60lipo-box3__pic,
.waist-around .\33 60lipo-box3__pic,
.mens-bodydesign .\33 60lipo-box3__pic {
  position: absolute;
  top: 20px;
  right: 20px;
}
.double-chin .\33 60lipo .link,
.arms-thinning .\33 60lipo .link,
.thigh-thinning .\33 60lipo .link,
.waist-around .\33 60lipo .link,
.mens-bodydesign .\33 60lipo .link {
  text-align: right;
  font-size: 1.4em;
}
.double-chin .\33 60lipo .link a,
.arms-thinning .\33 60lipo .link a,
.thigh-thinning .\33 60lipo .link a,
.waist-around .\33 60lipo .link a,
.mens-bodydesign .\33 60lipo .link a {
  display: inline-block;
  padding: 19px 42px;
  background: url(../../img/arrow/arrow16.png) right 11px center no-repeat #d3cbc5;
  color: #7f7875;
  transition: all 0.1s linear;
}
.double-chin .\33 60lipo .link a:hover,
.arms-thinning .\33 60lipo .link a:hover,
.thigh-thinning .\33 60lipo .link a:hover,
.waist-around .\33 60lipo .link a:hover,
.mens-bodydesign .\33 60lipo .link a:hover {
  opacity: 0.6;
  color: #7f7875 !important;
}

.nasolabial-fold .m-operations .operations,
.hand-p-w .m-operations .operations {
  margin-bottom: 40px;
}
.nasolabial-fold .m-operations .operations .m-genre-item,
.hand-p-w .m-operations .operations .m-genre-item {
  margin: 0 10px;
}
.nasolabial-fold .m-operations .operations .m-genre-item > .title,
.hand-p-w .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;
}
.nasolabial-fold .m-operations .operations .m-genre-item .operation-list,
.hand-p-w .m-operations .operations .m-genre-item .operation-list {
  margin-bottom: 20px;
}
.nasolabial-fold .m-operations .operations .m-genre-item .operation-item,
.hand-p-w .m-operations .operations .m-genre-item .operation-item {
  margin: 0;
  border-top: 1px dotted #d7d4d3;
  border-bottom: 0;
}
.nasolabial-fold .m-operations .operations .m-genre-item .operation-item:nth-child(1), .nasolabial-fold .m-operations .operations .m-genre-item .operation-item:nth-child(2),
.hand-p-w .m-operations .operations .m-genre-item .operation-item:nth-child(1),
.hand-p-w .m-operations .operations .m-genre-item .operation-item:nth-child(2) {
  border: 0;
}
.nasolabial-fold .m-operations .operations .m-genre-item .operation-item .name,
.hand-p-w .m-operations .operations .m-genre-item .operation-item .name {
  font-size: 1.5em;
}
.nasolabial-fold .m-operations .operations .m-genre-item .operation-item .name a,
.hand-p-w .m-operations .operations .m-genre-item .operation-item .name a {
  font-weight: bold;
}
.nasolabial-fold .m-operations .operations .m-genre-item .operation-item .text,
.hand-p-w .m-operations .operations .m-genre-item .operation-item .text {
  line-height: 1.3333333333;
  font-size: 1.2em;
}
.nasolabial-fold .m-operations .operations .operation-list,
.hand-p-w .m-operations .operations .operation-list {
  display: flex;
  flex-wrap: wrap;
}
.nasolabial-fold .m-operations .operations .operation-item,
.hand-p-w .m-operations .operations .operation-item {
  box-sizing: border-box;
}
.nasolabial-fold .m-operations .operations .operation-item a,
.hand-p-w .m-operations .operations .operation-item a {
  transition: opacity 0.1s linear;
  display: block;
  background: url(../img/arrow/arrow.png) right 10px center no-repeat;
  color: inherit;
}
.nasolabial-fold .m-operations .operations .operation-item a:hover,
.hand-p-w .m-operations .operations .operation-item a:hover {
  opacity: 1;
}
.nasolabial-fold .m-operations .operations .operation-item .item-inner,
.hand-p-w .m-operations .operations .operation-item .item-inner {
  display: flow-root;
  position: relative;
  padding: 10px 0;
  min-height: 65px;
  transition: opacity 0.1s linear;
}
.nasolabial-fold .m-operations .operations .operation-item .item-inner:hover,
.hand-p-w .m-operations .operations .operation-item .item-inner:hover {
  opacity: 0.5;
}
.nasolabial-fold .m-operations .operations .operation-item .name,
.hand-p-w .m-operations .operations .operation-item .name {
  font-size: 1.6em;
  color: #6d9dd0;
}
.nasolabial-fold .m-operations .operations .operation-item .pic,
.hand-p-w .m-operations .operations .operation-item .pic {
  position: absolute;
  top: 10px;
  left: 0;
  border: 1px solid #d7d4d3;
}
.nasolabial-fold .m-operations .operations .operation-item .text,
.hand-p-w .m-operations .operations .operation-item .text {
  font-size: 1.4em;
}
.nasolabial-fold .m-operations .operations .operation-item a,
.hand-p-w .m-operations .operations .operation-item a {
  display: block;
  background: none;
  color: inherit;
}
.nasolabial-fold .m-operations .operations .operation-item a:hover,
.hand-p-w .m-operations .operations .operation-item a:hover {
  opacity: 1;
}
.nasolabial-fold .m-operations .operations .operation-item .item-inner,
.hand-p-w .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 0.1s linear;
}
.nasolabial-fold .m-operations .operations .operation-item .item-inner:hover,
.hand-p-w .m-operations .operations .operation-item .item-inner:hover {
  opacity: 0.5;
}
.nasolabial-fold .m-operations .operations .operation-item .name,
.nasolabial-fold .m-operations .operations .operation-item .text,
.hand-p-w .m-operations .operations .operation-item .name,
.hand-p-w .m-operations .operations .operation-item .text {
  margin-left: 76px;
}
.nasolabial-fold .m-operations .operations .operation-item .name,
.hand-p-w .m-operations .operations .operation-item .name {
  margin-bottom: 12px;
}
.nasolabial-fold .m-operations .operations .operation-item .pic,
.hand-p-w .m-operations .operations .operation-item .pic {
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #d7d4d3;
}
.nasolabial-fold .m-operations .operations .operation-item .text,
.hand-p-w .m-operations .operations .operation-item .text {
  line-height: 1.4285714286;
  font-size: 1.4em;
}
.nasolabial-fold .m-operations .operations .operation-item .text::before,
.hand-p-w .m-operations .operations .operation-item .text::before {
  margin-top: -3px;
}
.nasolabial-fold .m-operations .operations .operation-item .text::after,
.hand-p-w .m-operations .operations .operation-item .text::after {
  margin-top: -3px;
}
.nasolabial-fold .m-operations .operations .others,
.hand-p-w .m-operations .operations .others {
  justify-content: space-between;
  margin-bottom: 40px;
}
.nasolabial-fold .m-operations .operations .others .operation-item,
.hand-p-w .m-operations .operations .others .operation-item {
  flex-basis: 50%;
  border-bottom: 1px dotted #d7d4d3;
}
.nasolabial-fold .m-operations .operations .others .operation-item .item-inner,
.hand-p-w .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;
}
.nasolabial-fold .m-operations .operations .others .operation-item .pic,
.hand-p-w .m-operations .operations .others .operation-item .pic {
  position: static;
  order: 1;
  margin: 0 10px 6px 0;
}
.nasolabial-fold .m-operations .operations .others .operation-item .pic img,
.hand-p-w .m-operations .operations .others .operation-item .pic img {
  width: 38px;
  height: auto;
}
.nasolabial-fold .m-operations .operations .others .operation-item .name,
.hand-p-w .m-operations .operations .others .operation-item .name {
  flex: 1;
  order: 2;
  margin: 0 20px 6px 0;
  line-height: 1.2857142857;
  font-size: 1.4em;
}
.nasolabial-fold .m-operations .operations .others .operation-item .name a,
.hand-p-w .m-operations .operations .others .operation-item .name a {
  font-weight: bold;
  color: #7f7875;
}
.nasolabial-fold .m-operations .operations .others .operation-item .text,
.hand-p-w .m-operations .operations .others .operation-item .text {
  flex-basis: 100%;
  order: 3;
  margin: 0;
  line-height: 1.5714285714;
}
.nasolabial-fold .m-operations .operations .others .operation-item .text::before,
.hand-p-w .m-operations .operations .others .operation-item .text::before {
  margin-top: -4px;
}
.nasolabial-fold .m-operations .operations .others .operation-item .text::after,
.hand-p-w .m-operations .operations .others .operation-item .text::after {
  margin-top: -4px;
}
.nasolabial-fold .m-operations .operations .m-genre-item,
.hand-p-w .m-operations .operations .m-genre-item {
  margin: 0 10px;
}
.nasolabial-fold .m-operations .operations .m-genre-item > .title,
.hand-p-w .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;
}
.nasolabial-fold .m-operations .operations .m-genre-item .operation-list,
.hand-p-w .m-operations .operations .m-genre-item .operation-list {
  margin-bottom: 20px;
}
.nasolabial-fold .m-operations .operations .m-genre-item .operation-item,
.hand-p-w .m-operations .operations .m-genre-item .operation-item {
  flex-basis: 314px;
  margin: 0;
  border-top: 1px dotted #d7d4d3;
  border-bottom: 0;
}
.nasolabial-fold .m-operations .operations .m-genre-item .operation-item:nth-child(1), .nasolabial-fold .m-operations .operations .m-genre-item .operation-item:nth-child(2),
.hand-p-w .m-operations .operations .m-genre-item .operation-item:nth-child(1),
.hand-p-w .m-operations .operations .m-genre-item .operation-item:nth-child(2) {
  border: 0;
}
.nasolabial-fold .m-operations .operations .m-genre-item .operation-item .name,
.hand-p-w .m-operations .operations .m-genre-item .operation-item .name {
  font-size: 1.5em;
}
.nasolabial-fold .m-operations .operations .m-genre-item .operation-item .name a,
.hand-p-w .m-operations .operations .m-genre-item .operation-item .name a {
  font-weight: bold;
  text-decoration: none;
}
.nasolabial-fold .m-operations .operations .m-genre-item .operation-item .text,
.hand-p-w .m-operations .operations .m-genre-item .operation-item .text {
  line-height: 1.3333333333;
  font-size: 1.2em;
}

.arms-thinning .appeal-1day,
.thigh-thinning .appeal-1day,
.waist-around .appeal-1day {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #7f7875;
}
.arms-thinning .appeal-1day em,
.thigh-thinning .appeal-1day em,
.waist-around .appeal-1day em {
  font-weight: bold;
  color: #e17774;
}
.arms-thinning .appeal-1day__inner,
.thigh-thinning .appeal-1day__inner,
.waist-around .appeal-1day__inner {
  border-radius: 10px;
  border: 1px solid #a39d9b;
}
.arms-thinning .appeal-1day__title,
.thigh-thinning .appeal-1day__title,
.waist-around .appeal-1day__title {
  margin-top: -12px;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.4;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
}
.arms-thinning .appeal-1day__title span.sub1,
.arms-thinning .appeal-1day__title span.sub2,
.thigh-thinning .appeal-1day__title span.sub1,
.thigh-thinning .appeal-1day__title span.sub2,
.waist-around .appeal-1day__title span.sub1,
.waist-around .appeal-1day__title span.sub2 {
  font-weight: bold;
}
.arms-thinning .appeal-1day__title span.sub2,
.arms-thinning .appeal-1day__title em,
.thigh-thinning .appeal-1day__title span.sub2,
.thigh-thinning .appeal-1day__title em,
.waist-around .appeal-1day__title span.sub2,
.waist-around .appeal-1day__title em {
  font-size: 22px;
}
.arms-thinning .appeal-1day__title span.sub1,
.thigh-thinning .appeal-1day__title span.sub1,
.waist-around .appeal-1day__title span.sub1 {
  position: relative;
  padding: 0 10px;
  background: #fff;
}
.arms-thinning .appeal-1day__title span.sub1::before, .arms-thinning .appeal-1day__title span.sub1::after,
.thigh-thinning .appeal-1day__title span.sub1::before,
.thigh-thinning .appeal-1day__title span.sub1::after,
.waist-around .appeal-1day__title span.sub1::before,
.waist-around .appeal-1day__title span.sub1::after {
  content: "";
  width: 10px;
  height: 18px;
  background: #fff;
}
.arms-thinning .appeal-1day__title span.sub2,
.thigh-thinning .appeal-1day__title span.sub2,
.waist-around .appeal-1day__title span.sub2 {
  display: block;
}
.arms-thinning .appeal-1day-list,
.thigh-thinning .appeal-1day-list,
.waist-around .appeal-1day-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 40px 15px;
}
.arms-thinning .appeal-1day-list__item,
.thigh-thinning .appeal-1day-list__item,
.waist-around .appeal-1day-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.arms-thinning .appeal-1day-list__item__pic,
.thigh-thinning .appeal-1day-list__item__pic,
.waist-around .appeal-1day-list__item__pic {
  margin-bottom: 8px;
}
.arms-thinning .appeal-1day-list__item__text,
.thigh-thinning .appeal-1day-list__item__text,
.waist-around .appeal-1day-list__item__text {
  text-align: center;
  font-size: 12px;
}
.arms-thinning .appeal-1day-list__item__text em,
.thigh-thinning .appeal-1day-list__item__text em,
.waist-around .appeal-1day-list__item__text em {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}
.arms-thinning .appeal-1day__link,
.thigh-thinning .appeal-1day__link,
.waist-around .appeal-1day__link {
  margin-bottom: 15px;
  text-align: center;
}
.arms-thinning .appeal-1day__link a,
.thigh-thinning .appeal-1day__link a,
.waist-around .appeal-1day__link a {
  display: block;
}

/*----------------------------------------------------------------------
----------------------------------------------------------------------
	ページごと
----------------------------------------------------------------------
----------------------------------------------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.double-chin .p-dialog {
  max-width: none;
  max-height: none;
  overflow: visible;
  padding: 0;
  border: 0;
  background: 0;
  opacity: 0;
}
.double-chin .p-dialog:focus-visible {
  outline: none;
}
.double-chin .p-dialog::backdrop {
  background-color: rgba(0,0,0,.7);
  opacity: 0;
}
.double-chin .p-dialog.opening {
  animation: fadeIn 0.3s ease forwards;
}
.double-chin .p-dialog.closing {
  animation: fadeOut 0.3s ease forwards;
}
.double-chin .p-dialog.opening::backdrop {
  animation: fadeIn 0.3s ease forwards;
}
.double-chin .p-dialog.closing::backdrop {
  animation: fadeOut 0.3s ease forwards;
}
.double-chin .p-dialog__inner, .double-chin .p-dialog__contents-wrapper {
  position: relative;
}
.double-chin .p-authority-dialog .p-dialog__inner {
  background: #fff;
  width: 868px;
  height: 65vh;
  min-height: 860px;
}
.double-chin .p-authority-dialog .p-dialog__close {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 100%;
  border: 0;
  background-color: #fff;
  cursor: pointer;
  box-shadow: inset 0 0 2px rgba(0,0,0,.3), 0 2px 4px rgba(0,0,0,.2);
}
.double-chin .p-authority-dialog .p-dialog__close::before, .double-chin .p-authority-dialog .p-dialog__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #444;
  transition: all 0.2s ease;
}
.double-chin .p-authority-dialog .p-dialog__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.double-chin .p-authority-dialog .p-dialog__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.double-chin .p-authority-dialog .p-dialog__close:hover::before, .double-chin .p-authority-dialog .p-dialog__close:hover::after {
  background-color: #666;
  width: 18px;
}
.double-chin .p-authority-dialog .p-dialog__close:hover::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.double-chin .p-authority-dialog .p-dialog__close:hover::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.double-chin .p-authority-dialog .p-dialog__close:focus-visible {
  outline: none;
}
.double-chin .p-authority-dialog .p-dialog__close i {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.double-chin .p-authority-dialog .p-dialog__contents {
  position: absolute;
  top: 0;
  z-index: -1;
  display: none;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.double-chin .p-authority-dialog .p-dialog__contents.is-active {
  animation: fadeIn 0.3s ease forwards;
  position: static;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
}
.double-chin .p-authority-dialog .p-dialog__contents-wrapper {
  height: 100%;
}
.double-chin .p-authority-dialog__contents {
  padding: 40px;
  box-sizing: border-box;
  color: #7f7875;
}
.double-chin .p-authority-dialog__contents__title {
  margin-bottom: 30px;
  font-size: 3em;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  color: #59504d;
}
.double-chin .p-authority__tab__contents-wrapper {
  flex: 1;
  position: relative;
  padding: 30px 45px 45px;
  background: #f6f4f2;
  overflow-y: auto;
}
.double-chin .p-authority__tab__list {
  display: flex;
  gap: 7px;
}
.double-chin .p-authority__tab__item {
  flex: 1;
}
.double-chin .p-authority__tab__item.is-active a {
  background: #f6f4f2;
  font-weight: bold;
}
.double-chin .p-authority__tab__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border-radius: 10px 10px 0 0;
  background: #ddd5cf;
  font-size: 1.4em;
  color: #7f7875;
  cursor: pointer;
}
.double-chin .p-authority__contents {
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.1s linear;
  pointer-events: none;
}
.double-chin .p-authority__contents.is-active {
  position: static;
  z-index: 1;
  opacity: 1;
  height: auto;
  overflow: visible;
  pointer-events: all;
}
.double-chin .p-authority__item {
  display: grid;
  gap: 10px 20px;
  grid-template-columns: min-content 1fr min-content;
}
.double-chin .p-authority__item + .p-authority__item {
  margin-top: 22px;
}
.double-chin .p-authority__item__title {
  grid-column: 2/4;
  grid-row: 1/2;
  font-size: 1.6em;
  font-weight: bold;
}
.double-chin .p-authority__item__date {
  grid-column: 1/2;
  grid-row: 1/5;
  padding-right: 20px;
  width: 80px;
  border-right: 1px solid #7f7875;
  line-height: 1.2;
  font-size: 1.4em;
  text-align: center;
}
.double-chin .p-authority__item__date .sp {
  display: none;
}
.double-chin .p-authority__item__inner {
  grid-column: 2/3;
  grid-row: 2/4;
}
.double-chin .p-authority__item__doctor {
  margin-bottom: 12px;
  font-size: 1.5em;
}
.double-chin .p-authority__item__text {
  line-height: 1.2;
  font-size: 1.5em;
}
.double-chin .p-authority__item__pic {
  grid-column: 3/4;
  grid-row: 2/5;
  width: 165px;
}
.double-chin .p-authority__item__pic img {
  max-width: 100%;
  height: auto;
}
.double-chin .p-authority__category + .p-authority__category {
  margin-top: 45px;
}
.double-chin .p-authority__category__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 20px;
  height: 30px;
  background: #9a9491;
  color: #fff;
  font-weight: bold;
  font-size: 1.6em;
}
.double-chin .p-authority__details + .p-authority__details {
  margin-top: 12px;
}
.double-chin .p-authority__details > * {
  margin-bottom: 5px;
  line-height: 1.2;
  font-size: 1.5em;
}
.double-chin .p-authority__details__title {
  float: left;
}
.double-chin .p-authority__details__text {
  overflow: hidden;
}
.double-chin .p-supervisor {
  padding-top: 16px;
  padding-right: 14px;
}
.double-chin .p-supervisor__details {
  display: flex;
}
.double-chin .p-supervisor__details__pic {
  margin: 0;
  background: 0;
}
.double-chin .p-supervisor__details > .p-supervisor__details__pic {
  z-index: 1;
  margin-top: -21px;
  margin-right: 0;
  margin-bottom: -2em;
}
.double-chin .p-supervisor__details__name {
  margin-top: 0;
  margin-left: -10px;
  padding-right: 22px;
}
.double-chin .p-supervisor__details__name > * {
  padding-left: 20px;
}
.double-chin .p-supervisor__details__name .p-supervisor__headline {
  position: static;
  margin-bottom: 8px;
  font-size: 1em;
}
.double-chin .p-supervisor__details__name a {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #7f7875;
}
.double-chin .p-supervisor__details__name .name-emphasis {
  font-size: 1.375em;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.double-chin .p-supervisor__details__name .name-emphasis::after {
  content: attr(data-text-en);
  margin-left: 8px;
  font-size: 0.4545454545em;
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  color: #d4cbc4;
}
.double-chin .p-supervisor__details__text {
  line-height: 1.4615384615;
  font-size: 1.0833333333em;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.double-chin .p-supervisor__details__contents {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.double-chin .p-supervisor__details__contents .p-supervisor__details__pic {
  position: relative;
}
.double-chin .p-supervisor__details__contents .p-supervisor__details__pic__text {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5454545455em;
  line-height: 1.1818181818;
  font-size: 1.1em;
  text-align: center;
}
.double-chin .p-supervisor__link {
  position: static;
}
.double-chin .p-supervisor__link a {
  padding-left: 0;
  background: 0;
  text-decoration: underline;
  color: #6d9dd0;
}
.double-chin .p-supervisor__link a:hover {
  background: 0;
}
.double-chin mark {
  background: #f9f7c3;
  color: inherit;
}
.double-chin .m-title {
  height: 335px;
  background-image: url(../img/troubles_title_bg2.png);
  background-size: cover;
}
.double-chin .m-title .inner-text {
  margin-bottom: 12px;
  font-size: 2.7em;
}
.double-chin .m-title .pic {
  margin-top: 15px;
}
.double-chin .m-anchor {
  position: relative;
  padding-bottom: 65px;
}
.double-chin .m-anchor .anchor-list {
  position: absolute;
  width: 100%;
}
.double-chin .m-anchor .anchor-list.is-fixed {
  position: fixed;
  z-index: 1000;
}
.double-chin .m-anchor .anchor-item {
  flex-basis: 16%;
}
.double-chin .m-license .text {
  margin-bottom: 30px;
}
.double-chin .m-license .pic {
  display: flex;
  justify-content: space-between;
}
.double-chin .m-introduction {
  color: #7f7875;
}
.double-chin .m-introduction > .title {
  margin-bottom: 20px;
}
.double-chin .m-introduction__inner {
  padding: 10px 0;
  background: url(../img/troubles_double-chin_introduction_bg.png) right top no-repeat;
}
.double-chin .m-introduction__text {
  width: 514px;
  line-height: 1.6;
  font-feature-settings: "palt";
  font-size: 15px;
}
.double-chin .m-introduction__text .emphasis {
  font-weight: bold;
  color: #ec7c78;
}
.double-chin .m-introduction__text.no2 {
  padding-left: 30px;
}
.double-chin .m-introduction__text + .m-introduction__text {
  margin-top: 11px;
  padding-top: 11px;
  border-top: 1px dashed #c5c1bf;
}
.double-chin .p-case-movie {
  padding: 30px;
  border-radius: 8px;
  background: #f6f4f2;
  text-align: justify;
  color: #7f7875;
}
.double-chin .p-case-movie__title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #7f7875;
  font-size: 18px;
  font-weight: bold;
}
.double-chin .p-case-movie__title em {
  display: block;
  margin-right: 8px;
  padding: 5px 17px;
  border-radius: 20px;
  background: #7f7875;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.double-chin .p-case-movie__details {
  position: relative;
}
.double-chin .p-case-movie__text {
  margin-bottom: 15px;
  line-height: 1.625;
  font-size: 16px;
}
.double-chin .p-case-movie .js-modal-video {
  transition: opacity 0.25s;
  cursor: pointer;
}
.double-chin .p-case-movie .js-modal-video:hover {
  opacity: 0.75;
  transition: opacity 0.25s;
}
.double-chin .m-contents .info {
  margin-top: 20px;
  padding: 0 20px 20px;
  background: #f5f2f0;
}
.double-chin .m-contents .info .title {
  margin-bottom: 20px;
  padding: 20px 0 0 6px;
  border-left: 1px solid #ec7c78;
  font-size: 1.4em;
  font-weight: bold;
  color: #7f7875;
}
.double-chin .m-contents .info .text {
  margin-bottom: 20px;
  line-height: 1.6153846154;
  font-size: 1.3em;
  color: #7f7875;
}
.double-chin .m-contents .info > p {
  margin-bottom: 1em;
}
.double-chin .m-contents .info ul {
  border-bottom: 1px solid #baafa6;
}
.double-chin .m-contents .info li {
  border: 1px solid #baafa6;
  border-bottom: 0;
}
.double-chin .m-contents .info dl {
  display: table;
  width: 100%;
}
.double-chin .m-contents .info dt,
.double-chin .m-contents .info dd {
  display: table-cell;
  vertical-align: middle;
}
.double-chin .m-contents .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;
}
.double-chin .m-contents .info dt .emphasis {
  font-weight: bold;
  color: #ec7c78;
}
.double-chin .m-contents .info dd {
  padding: 10px;
  background: #d6d0c9;
}
.double-chin .m-contents .info .button {
  width: 284px;
}
.double-chin .m-contents .info .button a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 2px solid #554c48;
  background: -webkit-gradient(linear, left top, left bottom, from(#91847b), to(#443b34));
  background: linear-gradient(#91847b, #443b34);
  vertical-align: middle;
  line-height: 1.25;
  color: #f5f2f0;
  box-sizing: border-box;
  transition: opacity 0.1s linear;
}
.double-chin .m-contents .info .button a .inner-text {
  text-align: center;
  line-height: 2.5;
  font-size: 16px;
}
.double-chin .m-contents .info .button a:hover {
  opacity: 0.7;
  color: inherit !important;
}
.double-chin .m-contents .info .button a:hover > *, .double-chin .m-contents .info .button a:hover::before {
  opacity: 0.7;
  color: #f5f2f0;
}
.double-chin .m-contents .info .button a::before {
  display: block;
  flex-grow: 1;
  align-self: flex-end;
  order: 3;
  width: 100%;
  border-top: 1px solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 10px;
}
.double-chin .m-contents .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;
}
.double-chin .m-contents .info .button.reservation a {
  position: relative;
}
.double-chin .m-contents .info .button.reservation a .inner-text {
  width: 100%;
}
.double-chin .m-contents .info .button.reservation a::before {
  content: "ドクターが全て対応します";
}
.double-chin .m-contents .info .button.reservation a::after {
  position: absolute;
  top: 9px;
  right: 0;
}
.double-chin .m-contents .info .button.line a .inner-text {
  margin-left: 70px;
  padding-left: 40px;
  background: url(../img/qa_line.png) left center no-repeat;
}
.double-chin .m-contents .info .button.line a::before {
  content: "メアド不要で気軽に質問";
}
.double-chin .m-case2 .p-case-movie {
  margin-top: 30px;
  margin-bottom: 30px;
}
.double-chin .m-case2 .p-case-movie__text, .double-chin .m-case2 .p-case-movie__pic1, .double-chin .m-case2 .p-case-movie__caution {
  width: 368px;
  box-sizing: border-box;
}
.double-chin .m-case2 .p-case-movie__pic1 {
  margin-bottom: 20px;
}
.double-chin .m-case2 .p-case-movie__pic2 {
  position: absolute;
  top: 0;
  right: 0;
}
.double-chin .m-case2 .p-case-movie__caution {
  padding: 12px;
  border: 1px solid #b4afad;
}
.double-chin .m-case2 .p-case-movie__caution__text1 {
  margin-bottom: 15px;
  line-height: 1.5714285714;
  font-size: 14px;
}
.double-chin .m-case2 .p-case-movie__caution__text2 span {
  display: block;
  line-height: 1.5714285714;
  font-size: 14px;
  font-weight: bold;
}
.double-chin .p-dialog-open {
  position: absolute;
  z-index: 1;
}
.double-chin .p-dialog-open a {
  display: block;
  width: 37.5px;
  height: 37.5px;
  cursor: pointer;
}
.double-chin .p-dialog-open a img {
  width: 100%;
  height: auto;
}
.double-chin .m-feature2 .m-sub-contents {
  margin-top: 35px;
}
.double-chin .m-feature2 .m-sub-contents + .m-sub-contents {
  margin-top: 70px;
}
.double-chin .m-feature2 .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;
}
.double-chin .m-feature2 .m-sub-contents > .pic {
  float: left;
  margin-right: 24px;
  margin-bottom: 20px;
}
.double-chin .m-feature2 .m-sub-contents > .text {
  margin-bottom: 20px;
  overflow: hidden;
}
.double-chin .m-feature2 .m-sub-contents .info {
  clear: both;
  display: grid;
  column-gap: 20px;
  margin-bottom: 20px;
}
.double-chin .m-feature2 .m-sub-contents .info .title {
  grid-row: 1/2;
  grid-column: 1/3;
  color: #594f4c;
}
.double-chin .m-feature2 .m-sub-contents .info .text {
  line-height: 1.75;
  font-size: 1.6em;
}
.double-chin .m-feature2 .m-sub-contents .info .text:nth-of-type(2) {
  grid-row: 2/3;
  grid-column: 2/3;
}
.double-chin .m-feature2 .m-sub-contents .info .text:nth-of-type(3) {
  grid-row: 3/4;
  grid-column: 2/3;
}
.double-chin .m-feature2 .m-sub-contents .info .pic {
  grid-row: 2/4;
  grid-column: 1/2;
}
.double-chin .m-feature2 .m-sub-contents.no3 .info .text {
  grid-row: 2/3;
}
.double-chin .m-feature2 .p-dialog-open {
  clear: both;
  position: static;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 5px;
  font-size: 1.4em;
  color: #7f7875;
}
.double-chin .m-feature-contents {
  position: relative;
}
.double-chin .m-feature-contents .p-dialog-open {
  position: absolute;
  bottom: -3px;
  right: -3px;
}
.double-chin .m-strengths .m-sub-contents {
  display: grid;
  grid-template-rows: auto auto 1fr;
  grid-template-columns: auto 1fr;
  gap: 20px 30px;
  margin-top: 35px;
}
.double-chin .m-strengths .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;
  grid-row: 1/2;
  grid-column: 1/3;
  margin-bottom: 0;
  padding-top: 6px;
  height: auto;
  border-top-color: #ec7c78;
  line-height: 1.2;
  font-weight: bold;
}
.double-chin .m-strengths .m-sub-contents .pic {
  grid-row: 2/4;
  grid-column: 1/2;
}
.double-chin .m-strengths .m-sub-contents .text {
  grid-row: 2/3;
  grid-column: 2/3;
  line-height: 1.4444444444;
  font-size: 1.8em;
  font-weight: bold;
}
.double-chin .m-strengths .m-sub-contents .list {
  grid-row: 3/4;
  grid-column: 2/3;
}
.double-chin .m-strengths .m-sub-contents .item {
  padding-left: 23px;
  background: url(../img/troubles_list_item_bg.png) left center no-repeat;
  line-height: 1.75;
  font-size: 1.6em;
  color: #7f7875;
}
.double-chin .m-strengths .m-sub-contents .item .emphasis {
  font-weight: bold;
  color: #ec7c78;
}
.double-chin .m-face-threadlift > .title {
  text-align: center;
}
.double-chin .m-face-threadlift .text {
  margin-bottom: 25px;
}
.double-chin .m-face-threadlift .text span {
  display: block;
  margin-top: 10px;
  padding-left: 14px;
  text-indent: -14px;
  font-size: 14px;
}
.double-chin .m-face-threadlift .pic {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.double-chin .m-downtime .m-sub-contents {
  margin-top: 35px;
}
.double-chin .m-downtime .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;
}
.double-chin .m-downtime .m-sub-contents .text {
  margin-bottom: 25px;
}
.double-chin .m-downtime .m-sub-contents .text em {
  font-weight: bold;
}
.double-chin .m-downtime .m-sub-contents .description {
  margin-bottom: 10px;
  color: #7f7875;
}
.double-chin .m-downtime .m-sub-contents .description > * {
  line-height: 2;
  font-size: 1.5em;
}
.double-chin .m-downtime .downtime3 {
  margin-bottom: 35px;
}
.double-chin .m-about {
  margin-bottom: 70px;
}
.double-chin .m-about .about2 .text {
  float: none;
  width: auto;
}
.double-chin .m-about .about2 .pic {
  overflow: visible;
}
.double-chin .m-about .about2 .pic-title {
  margin: 30px 0 20px;
  font-size: 1.5em;
  color: #7f7875;
}
.double-chin .m-about .about2 .pic-title::before {
  content: "●";
}
.double-chin .m-about .about2 .pic-text {
  float: left;
  width: 325px;
}
.double-chin .m-about .about2 .pic-img {
  overflow: hidden;
  margin-top: -35px;
  text-align: right;
}
.double-chin .m-about .about1 > .text {
  float: none;
  width: auto;
}
.double-chin .m-about .about1 .pic {
  margin-top: -50px;
}
.double-chin .m-about .about3 > .pic {
  float: right;
  margin: 0 0 10px 30px;
}
.double-chin .m-about .m-sub-contents-item {
  display: grid;
  column-gap: 15px;
}
.double-chin .m-about .m-sub-contents .sub-title {
  grid-row: 1/2;
  grid-column: 1/3;
  margin-top: 0;
}
.double-chin .m-about .m-sub-contents .text {
  grid-row: 2/3;
  grid-column: 1/2;
}
.double-chin .m-about .m-sub-contents .pic {
  grid-row: 2/3;
  grid-column: 2/3;
}
.double-chin .m-about2 > .pic {
  margin-bottom: 20px;
}
.double-chin .m-about2 .m-sub-contents {
  margin-top: 40px;
}
.double-chin .m-about2 .m-sub-contents .text {
  width: inherit;
}
.double-chin .m-about2 .m-sub-contents .pic {
  float: right;
  margin: 0 0 10px 30px;
}
.double-chin .m-about2 .m-sub-contents:nth-child(odd) .text {
  float: none;
}
.double-chin .m-about2 .m-effect-contents {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 335px;
}
.double-chin .m-about2 .m-effect-contents:nth-child(1), .double-chin .m-about2 .m-effect-contents:nth-child(2), .double-chin .m-about2 .m-effect-contents:nth-child(3) {
  background: 0;
}
.double-chin .m-about2 .m-effect-contents .title {
  order: 1;
  margin-bottom: 0;
  text-align: center;
}
.double-chin .m-about2 .m-effect-contents .pic {
  margin-left: 0;
}
.double-chin .m-about2 .info {
  display: grid;
  column-gap: 10px;
  padding-right: 0;
}
.double-chin .m-about2 .info .title {
  grid-row: 1/2;
  grid-column: 1/2;
  line-height: 1.4285714286;
  color: #594f4c;
}
.double-chin .m-about2 .info .text {
  grid-column: 1/2;
  grid-row: auto;
  margin-bottom: 0;
  line-height: 1.75;
  font-size: 1.6em;
}
.double-chin .m-about2 .info .text + .text {
  margin-top: 20px;
}
.double-chin .m-about2 .info .pic {
  grid-row: 1/4;
  grid-column: 2/3;
  margin: 0 -5px -20px 0;
}
.double-chin .m-kinds table th:empty,
.double-chin .m-kinds table td:empty {
  background: linear-gradient(39deg, #fff 49.5%, #e5dfdb 50.5%, #fff 50.5%);
}
.double-chin .m-kinds table thead td {
  width: 210px;
}
.double-chin .m-kinds table tr:last-child td {
  padding: 10px 0;
}
.double-chin .m-kinds .m-banner {
  margin-bottom: 35px;
}
.double-chin .p-column {
  margin-bottom: 30px;
}
.double-chin .p-column .m-related-list {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #baafa6;
}
.double-chin .p-column .m-related-list li {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom: 1px dotted #baafa6;
}
* html .double-chin .p-column .m-related-list li {
  height: 1%;
}
* + html .double-chin .p-column .m-related-list li {
  height: 1%;
}
.double-chin .p-column .m-related-list dl {
  position: relative;
}
.double-chin .p-column .m-related-list .pic {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.double-chin .p-column .m-related-list dt,
.double-chin .p-column .m-related-list dd {
  margin-left: 65px;
  line-height: 1.3333333333;
  font-size: 1.2em;
  color: #7f7875;
}
.double-chin .p-column .m-related-list dt {
  margin-bottom: 6px;
}
.double-chin .p-column .m-related-list dt a {
  text-decoration: none;
  color: #6d9dd0;
}
.double-chin .p-column .m-related-list .new {
  float: right;
}
.double-chin .p-column .m-related-list .new img {
  vertical-align: text-top;
}
.double-chin .p-column .m-related-list .cat {
  text-align: right;
  font-size: 1em;
}
.double-chin .p-column .m-related-list .cat ul,
.double-chin .p-column .m-related-list .cat li {
  display: inline;
  padding: 0;
  border: 0;
}
.double-chin .p-column .m-related-list .link {
  text-align: right;
}
.double-chin .p-column .m-related-list .link a {
  padding-left: 15px;
  background: url(../img/arrow/arrow2.png) left top no-repeat;
}
.double-chin .p-column .m-related-list li {
  padding: 0;
}
.double-chin .p-column .m-related-item {
  box-sizing: border-box;
  width: 50%;
}
.double-chin .p-column .m-related-item:hover > * {
  opacity: 1;
}
.double-chin .p-column .m-related-item:nth-child(odd) {
  border-right: 1px dotted #baafa6;
}
.double-chin .p-column .m-related-item:nth-child(4n), .double-chin .p-column .m-related-item:nth-child(4n+3) {
  background: #f2efed;
}
.double-chin .p-column .m-related-item:last-child, .double-chin .p-column .m-related-item:nth-last-child(2):nth-child(odd) {
  border-bottom: 0;
}
.double-chin .p-column .m-related-item .item-inner {
  display: flex;
  align-items: center;
}
.double-chin .p-column .m-related-item .title,
.double-chin .p-column .m-related-item .text {
  margin-left: 80px;
}
.double-chin .p-column .m-related-item .title {
  line-height: 1.5;
  font-size: 14px;
  color: #6d9dd0;
}
.double-chin .p-column .m-related-item .item-inner {
  padding: 10px;
  min-height: 70px;
}
.double-chin .p-column .m-related-item .pic {
  top: 10px;
  left: 10px;
}
.double-chin .p-column .m-related-item .pic img {
  width: 70px;
  height: auto;
}
.double-chin .p-column .m-related-item a {
  display: block;
}
.double-chin .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;
}
.double-chin .p-column .m-related-item a:hover::after {
  background-image: url(../img/arrow/arrow2_h.png);
}
.double-chin #profile .license__title,
.double-chin #profile .history__title {
  border-bottom: 1px solid #7f7875;
  margin-bottom: 5px;
}
.double-chin #profile .license ul,
.double-chin #profile .history ul {
  display: flex;
  flex-wrap: wrap;
}
.double-chin #profile .license ul li,
.double-chin #profile .history ul li {
  line-height: 1.7;
}
.double-chin #profile .license ul li + li::before,
.double-chin #profile .history ul li + li::before {
  content: " / ";
}
.double-chin #profile .history {
  margin-bottom: 0.8rem;
}
.double-chin #profile .history li dl {
  display: flex;
  column-gap: 10px;
}
.double-chin #profile .history li dt,
.double-chin #profile .history li dd {
  line-height: 1.7;
}
.double-chin #profile .history li dt {
  flex: 0 0 3.7em;
  text-align: justify;
  text-align-last: justify;
}
.double-chin #profile .history li dd {
  flex: 1;
}
.double-chin #profile .inner-link {
  text-align: right;
  font-size: 1.4em;
  position: static;
  margin-top: 20px;
}
.double-chin #profile .inner-link a {
  transition: all 0.1s linear;
  display: inline-block;
  padding: 19px 42px;
  background: url(../img/arrow/arrow16.png) right 11px center no-repeat #d3cbc5;
  color: #7f7875;
}
.double-chin #profile .inner-link a:hover {
  opacity: 0.6;
  color: #7f7875 !important;
}
.double-chin #profile .inner-link a {
  text-decoration: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.arms-thinning .p-dialog {
  max-width: none;
  max-height: none;
  overflow: visible;
  padding: 0;
  border: 0;
  background: 0;
  opacity: 0;
}
.arms-thinning .p-dialog:focus-visible {
  outline: none;
}
.arms-thinning .p-dialog::backdrop {
  background-color: rgba(0,0,0,.7);
  opacity: 0;
}
.arms-thinning .p-dialog.opening {
  animation: fadeIn 0.3s ease forwards;
}
.arms-thinning .p-dialog.closing {
  animation: fadeOut 0.3s ease forwards;
}
.arms-thinning .p-dialog.opening::backdrop {
  animation: fadeIn 0.3s ease forwards;
}
.arms-thinning .p-dialog.closing::backdrop {
  animation: fadeOut 0.3s ease forwards;
}
.arms-thinning .p-dialog__inner, .arms-thinning .p-dialog__contents-wrapper {
  position: relative;
}
.arms-thinning .p-authority-dialog .p-dialog__inner {
  background: #fff;
  width: 868px;
  height: 65vh;
  min-height: 860px;
}
.arms-thinning .p-authority-dialog .p-dialog__close {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 100%;
  border: 0;
  background-color: #fff;
  cursor: pointer;
  box-shadow: inset 0 0 2px rgba(0,0,0,.3), 0 2px 4px rgba(0,0,0,.2);
}
.arms-thinning .p-authority-dialog .p-dialog__close::before, .arms-thinning .p-authority-dialog .p-dialog__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #444;
  transition: all 0.2s ease;
}
.arms-thinning .p-authority-dialog .p-dialog__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.arms-thinning .p-authority-dialog .p-dialog__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.arms-thinning .p-authority-dialog .p-dialog__close:hover::before, .arms-thinning .p-authority-dialog .p-dialog__close:hover::after {
  background-color: #666;
  width: 18px;
}
.arms-thinning .p-authority-dialog .p-dialog__close:hover::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.arms-thinning .p-authority-dialog .p-dialog__close:hover::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.arms-thinning .p-authority-dialog .p-dialog__close:focus-visible {
  outline: none;
}
.arms-thinning .p-authority-dialog .p-dialog__close i {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.arms-thinning .p-authority-dialog .p-dialog__contents {
  position: absolute;
  top: 0;
  z-index: -1;
  display: none;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.arms-thinning .p-authority-dialog .p-dialog__contents.is-active {
  animation: fadeIn 0.3s ease forwards;
  position: static;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
}
.arms-thinning .p-authority-dialog .p-dialog__contents-wrapper {
  height: 100%;
}
.arms-thinning .p-authority-dialog__contents {
  padding: 40px;
  box-sizing: border-box;
  color: #7f7875;
}
.arms-thinning .p-authority-dialog__contents__title {
  margin-bottom: 30px;
  font-size: 3em;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  color: #59504d;
}
.arms-thinning .p-authority__tab__contents-wrapper {
  flex: 1;
  position: relative;
  padding: 30px 45px 45px;
  background: #f6f4f2;
  overflow-y: auto;
}
.arms-thinning .p-authority__tab__list {
  display: flex;
  gap: 7px;
}
.arms-thinning .p-authority__tab__item {
  flex: 1;
}
.arms-thinning .p-authority__tab__item.is-active a {
  background: #f6f4f2;
  font-weight: bold;
}
.arms-thinning .p-authority__tab__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border-radius: 10px 10px 0 0;
  background: #ddd5cf;
  font-size: 1.4em;
  color: #7f7875;
  cursor: pointer;
}
.arms-thinning .p-authority__contents {
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.1s linear;
  pointer-events: none;
}
.arms-thinning .p-authority__contents.is-active {
  position: static;
  z-index: 1;
  opacity: 1;
  height: auto;
  overflow: visible;
  pointer-events: all;
}
.arms-thinning .p-authority__item {
  display: grid;
  gap: 10px 20px;
  grid-template-columns: min-content 1fr min-content;
}
.arms-thinning .p-authority__item + .p-authority__item {
  margin-top: 22px;
}
.arms-thinning .p-authority__item__title {
  grid-column: 2/4;
  grid-row: 1/2;
  font-size: 1.6em;
  font-weight: bold;
}
.arms-thinning .p-authority__item__date {
  grid-column: 1/2;
  grid-row: 1/5;
  padding-right: 20px;
  width: 80px;
  border-right: 1px solid #7f7875;
  line-height: 1.2;
  font-size: 1.4em;
  text-align: center;
}
.arms-thinning .p-authority__item__date .sp {
  display: none;
}
.arms-thinning .p-authority__item__inner {
  grid-column: 2/3;
  grid-row: 2/4;
}
.arms-thinning .p-authority__item__doctor {
  margin-bottom: 12px;
  font-size: 1.5em;
}
.arms-thinning .p-authority__item__text {
  line-height: 1.2;
  font-size: 1.5em;
}
.arms-thinning .p-authority__item__pic {
  grid-column: 3/4;
  grid-row: 2/5;
  width: 165px;
}
.arms-thinning .p-authority__item__pic img {
  max-width: 100%;
  height: auto;
}
.arms-thinning .p-authority__category + .p-authority__category {
  margin-top: 45px;
}
.arms-thinning .p-authority__category__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 20px;
  height: 30px;
  background: #9a9491;
  color: #fff;
  font-weight: bold;
  font-size: 1.6em;
}
.arms-thinning .p-authority__details + .p-authority__details {
  margin-top: 12px;
}
.arms-thinning .p-authority__details > * {
  margin-bottom: 5px;
  line-height: 1.2;
  font-size: 1.5em;
}
.arms-thinning .p-authority__details__title {
  float: left;
}
.arms-thinning .p-authority__details__text {
  overflow: hidden;
}
.arms-thinning .p-supervisor {
  padding-top: 16px;
  padding-right: 14px;
}
.arms-thinning .p-supervisor__details {
  display: flex;
}
.arms-thinning .p-supervisor__details__pic {
  margin: 0;
  background: 0;
}
.arms-thinning .p-supervisor__details > .p-supervisor__details__pic {
  z-index: 1;
  margin-top: -21px;
  margin-right: 0;
  margin-bottom: -2em;
}
.arms-thinning .p-supervisor__details__name {
  margin-top: 0;
  margin-left: -10px;
  padding-right: 22px;
}
.arms-thinning .p-supervisor__details__name > * {
  padding-left: 20px;
}
.arms-thinning .p-supervisor__details__name .p-supervisor__headline {
  position: static;
  margin-bottom: 8px;
  font-size: 1em;
}
.arms-thinning .p-supervisor__details__name a {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #7f7875;
}
.arms-thinning .p-supervisor__details__name .name-emphasis {
  font-size: 1.375em;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.arms-thinning .p-supervisor__details__name .name-emphasis::after {
  content: attr(data-text-en);
  margin-left: 8px;
  font-size: 0.4545454545em;
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  color: #d4cbc4;
}
.arms-thinning .p-supervisor__details__text {
  line-height: 1.4615384615;
  font-size: 1.0833333333em;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.arms-thinning .p-supervisor__details__contents {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.arms-thinning .p-supervisor__details__contents .p-supervisor__details__pic {
  position: relative;
}
.arms-thinning .p-supervisor__details__contents .p-supervisor__details__pic__text {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5454545455em;
  line-height: 1.1818181818;
  font-size: 1.1em;
  text-align: center;
}
.arms-thinning .p-supervisor__link {
  position: static;
}
.arms-thinning .p-supervisor__link a {
  padding-left: 0;
  background: 0;
  text-decoration: underline;
  color: #6d9dd0;
}
.arms-thinning .p-supervisor__link a:hover {
  background: 0;
}
.arms-thinning mark,
.arms-thinning strong {
  background: #f9f7c3;
  color: inherit;
}
.arms-thinning .m-anchor {
  position: relative;
  padding-bottom: 65px;
}
.arms-thinning .m-anchor .anchor-list {
  position: absolute;
  width: 100%;
}
.arms-thinning .m-anchor .anchor-list.is-fixed {
  position: fixed;
  z-index: 1000;
}
.arms-thinning .m-anchor .anchor-item {
  flex-basis: 16%;
}
.arms-thinning .m-license .text {
  margin-bottom: 30px;
}
.arms-thinning .m-license .pic {
  display: flex;
  justify-content: space-between;
}
.arms-thinning .p-dialog-open {
  position: absolute;
  z-index: 1;
}
.arms-thinning .p-dialog-open a {
  display: block;
  width: 37.5px;
  height: 37.5px;
  cursor: pointer;
}
.arms-thinning .p-dialog-open a img {
  width: 100%;
  height: auto;
}
.arms-thinning .m-feature-contents {
  position: relative;
}
.arms-thinning .m-feature-contents .p-dialog-open {
  position: absolute;
  bottom: -3px;
  right: -3px;
}
.arms-thinning .m-effect .contents-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
}
.arms-thinning .m-effect .contents-inner::after {
  content: initial;
}
.arms-thinning .m-effect .case-movie {
  margin: 0;
}
.arms-thinning .m-effect .case-movie__item {
  flex-direction: column;
}
.arms-thinning .m-effect .case-movie__title {
  line-height: 55px;
}
.arms-thinning .m-effect-range__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: 16px;
}
.arms-thinning .m-effect .effect-useful {
  width: 341px;
  padding: 0;
  background: none;
}
.arms-thinning .m-effect-contents:nth-child(3) {
  background: none;
}
.arms-thinning .m-about {
  margin-bottom: 70px;
}
.arms-thinning .m-about > .movie {
  margin-bottom: 40px;
  text-align: center;
}
.arms-thinning .m-about .about2 > .text {
  float: none;
  width: auto;
}
.arms-thinning .m-about .about2 .contents-item {
  float: left;
}
.arms-thinning .m-about .about2 .contents-item + .contents-item {
  margin-left: 14px;
}
.arms-thinning .m-cause .text,
.arms-thinning .m-cause .lead {
  margin-bottom: 25px;
}
.arms-thinning .m-cause .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;
}
.arms-thinning .m-cause .m-sub-contents > .pic {
  float: right;
  margin: 0 0 25px 20px;
}
.arms-thinning .m-downtime .lead,
.arms-thinning .m-downtime .pic,
.arms-thinning .m-downtime .case-info-table,
.arms-thinning .m-downtime .m-sub-contents {
  margin-bottom: 35px;
}
.arms-thinning .m-downtime .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: 16px;
}
.arms-thinning .m-downtime .m-sub-contents > .text {
  margin: 0 10px;
}
.arms-thinning .m-kinds > table,
.arms-thinning .m-kinds .m-banner,
.arms-thinning .m-kinds .points {
  margin-bottom: 30px;
}
.arms-thinning .p-comparison > .text {
  margin-bottom: 0;
}
.arms-thinning .p-comparison .p-dialog-open {
  clear: both;
  position: static;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 5px;
  margin-bottom: 30px;
  font-size: 1.4em;
  color: #7f7875;
}
.arms-thinning .p-comparison table thead td {
  width: 22%;
}
.arms-thinning .p-comparison table thead th {
  width: 26%;
}
.arms-thinning .p-comparison table tbody tr:nth-child(1) td {
  text-align: left;
}
.arms-thinning .m-license .text {
  margin-bottom: 30px;
}
.arms-thinning .m-license .pic {
  display: flex;
  justify-content: space-between;
}
.arms-thinning #profile .license__title,
.arms-thinning #profile .history__title {
  border-bottom: 1px solid #7f7875;
  margin-bottom: 5px;
}
.arms-thinning #profile .license ul,
.arms-thinning #profile .history ul {
  display: flex;
  flex-wrap: wrap;
}
.arms-thinning #profile .license ul li,
.arms-thinning #profile .history ul li {
  line-height: 1.7;
}
.arms-thinning #profile .license ul li + li::before,
.arms-thinning #profile .history ul li + li::before {
  content: " / ";
}
.arms-thinning #profile .history {
  margin-bottom: 0.8rem;
}
.arms-thinning #profile .history li dl {
  display: flex;
  column-gap: 10px;
}
.arms-thinning #profile .history li dt,
.arms-thinning #profile .history li dd {
  line-height: 1.7;
}
.arms-thinning #profile .history li dt {
  flex: 0 0 3.7em;
  text-align: justify;
  text-align-last: justify;
}
.arms-thinning #profile .history li dd {
  flex: 1;
}
.arms-thinning #profile .inner-link {
  text-align: right;
  font-size: 1.4em;
  position: static;
  margin-top: 20px;
}
.arms-thinning #profile .inner-link a {
  transition: all 0.1s linear;
  display: inline-block;
  padding: 19px 42px;
  background: url(../img/arrow/arrow16.png) right 11px center no-repeat #d3cbc5;
  color: #7f7875;
}
.arms-thinning #profile .inner-link a:hover {
  opacity: 0.6;
  color: #7f7875 !important;
}
.arms-thinning #profile .inner-link a {
  text-decoration: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.thigh-thinning .p-dialog {
  max-width: none;
  max-height: none;
  overflow: visible;
  padding: 0;
  border: 0;
  background: 0;
  opacity: 0;
}
.thigh-thinning .p-dialog:focus-visible {
  outline: none;
}
.thigh-thinning .p-dialog::backdrop {
  background-color: rgba(0,0,0,.7);
  opacity: 0;
}
.thigh-thinning .p-dialog.opening {
  animation: fadeIn 0.3s ease forwards;
}
.thigh-thinning .p-dialog.closing {
  animation: fadeOut 0.3s ease forwards;
}
.thigh-thinning .p-dialog.opening::backdrop {
  animation: fadeIn 0.3s ease forwards;
}
.thigh-thinning .p-dialog.closing::backdrop {
  animation: fadeOut 0.3s ease forwards;
}
.thigh-thinning .p-dialog__inner, .thigh-thinning .p-dialog__contents-wrapper {
  position: relative;
}
.thigh-thinning .p-authority-dialog .p-dialog__inner {
  background: #fff;
  width: 868px;
  height: 65vh;
  min-height: 860px;
}
.thigh-thinning .p-authority-dialog .p-dialog__close {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 100%;
  border: 0;
  background-color: #fff;
  cursor: pointer;
  box-shadow: inset 0 0 2px rgba(0,0,0,.3), 0 2px 4px rgba(0,0,0,.2);
}
.thigh-thinning .p-authority-dialog .p-dialog__close::before, .thigh-thinning .p-authority-dialog .p-dialog__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #444;
  transition: all 0.2s ease;
}
.thigh-thinning .p-authority-dialog .p-dialog__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.thigh-thinning .p-authority-dialog .p-dialog__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.thigh-thinning .p-authority-dialog .p-dialog__close:hover::before, .thigh-thinning .p-authority-dialog .p-dialog__close:hover::after {
  background-color: #666;
  width: 18px;
}
.thigh-thinning .p-authority-dialog .p-dialog__close:hover::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.thigh-thinning .p-authority-dialog .p-dialog__close:hover::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.thigh-thinning .p-authority-dialog .p-dialog__close:focus-visible {
  outline: none;
}
.thigh-thinning .p-authority-dialog .p-dialog__close i {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.thigh-thinning .p-authority-dialog .p-dialog__contents {
  position: absolute;
  top: 0;
  z-index: -1;
  display: none;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.thigh-thinning .p-authority-dialog .p-dialog__contents.is-active {
  animation: fadeIn 0.3s ease forwards;
  position: static;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
}
.thigh-thinning .p-authority-dialog .p-dialog__contents-wrapper {
  height: 100%;
}
.thigh-thinning .p-authority-dialog__contents {
  padding: 40px;
  box-sizing: border-box;
  color: #7f7875;
}
.thigh-thinning .p-authority-dialog__contents__title {
  margin-bottom: 30px;
  font-size: 3em;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  color: #59504d;
}
.thigh-thinning .p-authority__tab__contents-wrapper {
  flex: 1;
  position: relative;
  padding: 30px 45px 45px;
  background: #f6f4f2;
  overflow-y: auto;
}
.thigh-thinning .p-authority__tab__list {
  display: flex;
  gap: 7px;
}
.thigh-thinning .p-authority__tab__item {
  flex: 1;
}
.thigh-thinning .p-authority__tab__item.is-active a {
  background: #f6f4f2;
  font-weight: bold;
}
.thigh-thinning .p-authority__tab__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border-radius: 10px 10px 0 0;
  background: #ddd5cf;
  font-size: 1.4em;
  color: #7f7875;
  cursor: pointer;
}
.thigh-thinning .p-authority__contents {
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.1s linear;
  pointer-events: none;
}
.thigh-thinning .p-authority__contents.is-active {
  position: static;
  z-index: 1;
  opacity: 1;
  height: auto;
  overflow: visible;
  pointer-events: all;
}
.thigh-thinning .p-authority__item {
  display: grid;
  gap: 10px 20px;
  grid-template-columns: min-content 1fr min-content;
}
.thigh-thinning .p-authority__item + .p-authority__item {
  margin-top: 22px;
}
.thigh-thinning .p-authority__item__title {
  grid-column: 2/4;
  grid-row: 1/2;
  font-size: 1.6em;
  font-weight: bold;
}
.thigh-thinning .p-authority__item__date {
  grid-column: 1/2;
  grid-row: 1/5;
  padding-right: 20px;
  width: 80px;
  border-right: 1px solid #7f7875;
  line-height: 1.2;
  font-size: 1.4em;
  text-align: center;
}
.thigh-thinning .p-authority__item__date .sp {
  display: none;
}
.thigh-thinning .p-authority__item__inner {
  grid-column: 2/3;
  grid-row: 2/4;
}
.thigh-thinning .p-authority__item__doctor {
  margin-bottom: 12px;
  font-size: 1.5em;
}
.thigh-thinning .p-authority__item__text {
  line-height: 1.2;
  font-size: 1.5em;
}
.thigh-thinning .p-authority__item__pic {
  grid-column: 3/4;
  grid-row: 2/5;
  width: 165px;
}
.thigh-thinning .p-authority__item__pic img {
  max-width: 100%;
  height: auto;
}
.thigh-thinning .p-authority__category + .p-authority__category {
  margin-top: 45px;
}
.thigh-thinning .p-authority__category__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 20px;
  height: 30px;
  background: #9a9491;
  color: #fff;
  font-weight: bold;
  font-size: 1.6em;
}
.thigh-thinning .p-authority__details + .p-authority__details {
  margin-top: 12px;
}
.thigh-thinning .p-authority__details > * {
  margin-bottom: 5px;
  line-height: 1.2;
  font-size: 1.5em;
}
.thigh-thinning .p-authority__details__title {
  float: left;
}
.thigh-thinning .p-authority__details__text {
  overflow: hidden;
}
.thigh-thinning .p-supervisor {
  padding-top: 16px;
  padding-right: 14px;
}
.thigh-thinning .p-supervisor__details {
  display: flex;
}
.thigh-thinning .p-supervisor__details__pic {
  margin: 0;
  background: 0;
}
.thigh-thinning .p-supervisor__details > .p-supervisor__details__pic {
  z-index: 1;
  margin-top: -21px;
  margin-right: 0;
  margin-bottom: -2em;
}
.thigh-thinning .p-supervisor__details__name {
  margin-top: 0;
  margin-left: -10px;
  padding-right: 22px;
}
.thigh-thinning .p-supervisor__details__name > * {
  padding-left: 20px;
}
.thigh-thinning .p-supervisor__details__name .p-supervisor__headline {
  position: static;
  margin-bottom: 8px;
  font-size: 1em;
}
.thigh-thinning .p-supervisor__details__name a {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #7f7875;
}
.thigh-thinning .p-supervisor__details__name .name-emphasis {
  font-size: 1.375em;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.thigh-thinning .p-supervisor__details__name .name-emphasis::after {
  content: attr(data-text-en);
  margin-left: 8px;
  font-size: 0.4545454545em;
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  color: #d4cbc4;
}
.thigh-thinning .p-supervisor__details__text {
  line-height: 1.4615384615;
  font-size: 1.0833333333em;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.thigh-thinning .p-supervisor__details__contents {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.thigh-thinning .p-supervisor__details__contents .p-supervisor__details__pic {
  position: relative;
}
.thigh-thinning .p-supervisor__details__contents .p-supervisor__details__pic__text {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5454545455em;
  line-height: 1.1818181818;
  font-size: 1.1em;
  text-align: center;
}
.thigh-thinning .p-supervisor__link {
  position: static;
}
.thigh-thinning .p-supervisor__link a {
  padding-left: 0;
  background: 0;
  text-decoration: underline;
  color: #6d9dd0;
}
.thigh-thinning .p-supervisor__link a:hover {
  background: 0;
}
.thigh-thinning .m-anchor {
  position: relative;
  padding-bottom: 65px;
}
.thigh-thinning .m-anchor .anchor-list {
  position: absolute;
  width: 100%;
}
.thigh-thinning .m-anchor .anchor-list.is-fixed {
  position: fixed;
  z-index: 1000;
}
.thigh-thinning .m-anchor .anchor-item {
  flex-basis: 16%;
}
.thigh-thinning .p-dialog-open {
  position: absolute;
  z-index: 1;
}
.thigh-thinning .p-dialog-open a {
  display: block;
  width: 37.5px;
  height: 37.5px;
  cursor: pointer;
}
.thigh-thinning .p-dialog-open a img {
  width: 100%;
  height: auto;
}
.thigh-thinning .m-feature-contents {
  position: relative;
}
.thigh-thinning .m-feature-contents .p-dialog-open {
  position: absolute;
  bottom: -3px;
  right: -3px;
}
.thigh-thinning .m-effect-contents:nth-child(1) {
  background: url(../img/troubles_thigh-thinning_effect_bg1.png) left top no-repeat;
}
.thigh-thinning .m-case2 mark,
.thigh-thinning .m-case2 strong,
.thigh-thinning .m-about mark,
.thigh-thinning .m-about strong,
.thigh-thinning .m-flow mark,
.thigh-thinning .m-flow strong,
.thigh-thinning .m-downtime mark,
.thigh-thinning .m-downtime strong,
.thigh-thinning .m-faq mark,
.thigh-thinning .m-faq strong,
.thigh-thinning .m-cause mark,
.thigh-thinning .m-cause strong {
  background: #f9f7c3;
  color: inherit;
}
.thigh-thinning .m-cause .text,
.thigh-thinning .m-cause .lead {
  margin-bottom: 25px;
}
.thigh-thinning .m-cause .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;
}
.thigh-thinning .m-cause .m-sub-contents > .pic {
  float: right;
  margin: 0 0 25px 20px;
}
.thigh-thinning .m-introduction .text + .text,
.thigh-thinning .m-introduction .text + .pic,
.thigh-thinning .m-introduction .pic + .text,
.thigh-thinning .m-introduction .pic + .pic {
  margin-top: 25px;
}
.thigh-thinning .m-introduction strong {
  background: #f9f7c3;
}
.thigh-thinning .m-license .text {
  margin-bottom: 30px;
}
.thigh-thinning .m-license .pic {
  display: flex;
  justify-content: space-between;
}
.thigh-thinning .m-about {
  margin-bottom: 70px;
}
.thigh-thinning .m-about > .lead {
  margin-bottom: 0;
}
.thigh-thinning .m-about .p-dialog-open {
  clear: both;
  position: static;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 5px;
  margin-bottom: 30px;
  font-size: 1.4em;
  color: #7f7875;
}
.thigh-thinning .m-about .about2 > .text {
  float: none;
  width: auto;
}
.thigh-thinning .m-about .about2 .contents-item .text:first-of-type:last-child {
  width: 100%;
}
.thigh-thinning .m-about .m-license .text {
  float: none;
  margin-right: 0;
  width: auto;
}
.thigh-thinning .m-kinds .m-banner {
  margin-top: 40px;
  margin-bottom: 40px;
}
.thigh-thinning .m-flow-item .text span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}
.thigh-thinning .m-flow-item .text span + span {
  margin-top: 0;
}
.thigh-thinning .m-flow-item .link {
  margin: 15px 0 0;
  text-align: right;
  font-size: 1.4em;
}
.thigh-thinning .m-flow-item .link a {
  transition: all 0.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;
}
.thigh-thinning .m-flow-item .link a:hover {
  opacity: 0.6;
  color: #7f7875 !important;
}
.thigh-thinning .m-flow-item:nth-child(1) {
  background-image: url(../img/troubles_thigh-thinning_flow_pic1.jpg);
}
.thigh-thinning .m-flow-item:nth-child(2) {
  background-image: url(../img/troubles_thigh-thinning_flow_pic2.jpg);
}
.thigh-thinning .m-flow-item:nth-child(3) {
  background-image: url(../img/troubles_thigh-thinning_flow_pic3.jpg);
}
.thigh-thinning .m-flow-item:nth-child(4) {
  background-image: url(../img/troubles_thigh-thinning_flow_pic4.jpg);
}
.thigh-thinning .m-flow-item:nth-child(5) {
  background-image: url(../img/troubles_thigh-thinning_flow_pic5.jpg);
}
.thigh-thinning .m-downtime-contents {
  margin-bottom: 30px;
  color: #7f7875;
}
.thigh-thinning .m-downtime-contents table {
  margin-top: 30px;
  table-layout: fixed;
  font-size: 1.2em;
}
.thigh-thinning .m-downtime-contents th,
.thigh-thinning .m-downtime-contents td {
  padding: 5px 10px;
  border: 1px solid #e5dfdb;
  line-height: 1.5;
}
.thigh-thinning .m-downtime-contents th {
  width: 91px;
  background: #f5f3f1;
  text-align: center;
}
.thigh-thinning .m-downtime-contents td {
  width: 553px;
}
.thigh-thinning .m-downtime-contents td span {
  display: block;
  margin-top: 10px;
}
.thigh-thinning .m-downtime-caution {
  margin-top: 30px;
  border: 1px solid #c7bcb4;
}
.thigh-thinning .m-downtime-caution .title {
  display: block;
  border-bottom: 1px solid #c7bcb4;
  background: linear-gradient(to bottom, #f4f2ef, #fefefe);
  font-size: 14px;
  color: #7f7875;
}
.thigh-thinning .m-downtime-caution .title span {
  display: table-cell;
  vertical-align: middle;
}
.thigh-thinning .m-downtime-caution .title span + span {
  padding-left: 10px;
}
.thigh-thinning .m-downtime-caution .text {
  padding: 15px;
  text-align: justify;
  line-height: 1.6666666667;
  font-size: 12px;
}
.thigh-thinning .m-downtime-caution + .text {
  margin-top: 30px;
}
.thigh-thinning .m-faq-item .answer .text {
  width: 100%;
}
.thigh-thinning .m-faq-item .answer .text + .text {
  margin-top: 20px;
}
.thigh-thinning #profile .license__title,
.thigh-thinning #profile .history__title {
  border-bottom: 1px solid #7f7875;
  margin-bottom: 5px;
}
.thigh-thinning #profile .license ul,
.thigh-thinning #profile .history ul {
  display: flex;
  flex-wrap: wrap;
}
.thigh-thinning #profile .license ul li,
.thigh-thinning #profile .history ul li {
  line-height: 1.7;
}
.thigh-thinning #profile .license ul li + li::before,
.thigh-thinning #profile .history ul li + li::before {
  content: " / ";
}
.thigh-thinning #profile .history {
  margin-bottom: 0.8rem;
}
.thigh-thinning #profile .history li dl {
  display: flex;
  column-gap: 10px;
}
.thigh-thinning #profile .history li dt,
.thigh-thinning #profile .history li dd {
  line-height: 1.7;
}
.thigh-thinning #profile .history li dt {
  flex: 0 0 3.7em;
  text-align: justify;
  text-align-last: justify;
}
.thigh-thinning #profile .history li dd {
  flex: 1;
}
.thigh-thinning #profile .inner-link {
  text-align: right;
  font-size: 1.4em;
  position: static;
  margin-top: 20px;
}
.thigh-thinning #profile .inner-link a {
  transition: all 0.1s linear;
  display: inline-block;
  padding: 19px 42px;
  background: url(../img/arrow/arrow16.png) right 11px center no-repeat #d3cbc5;
  color: #7f7875;
}
.thigh-thinning #profile .inner-link a:hover {
  opacity: 0.6;
  color: #7f7875 !important;
}
.thigh-thinning #profile .inner-link a {
  text-decoration: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.waist-around .p-dialog {
  max-width: none;
  max-height: none;
  overflow: visible;
  padding: 0;
  border: 0;
  background: 0;
  opacity: 0;
}
.waist-around .p-dialog:focus-visible {
  outline: none;
}
.waist-around .p-dialog::backdrop {
  background-color: rgba(0,0,0,.7);
  opacity: 0;
}
.waist-around .p-dialog.opening {
  animation: fadeIn 0.3s ease forwards;
}
.waist-around .p-dialog.closing {
  animation: fadeOut 0.3s ease forwards;
}
.waist-around .p-dialog.opening::backdrop {
  animation: fadeIn 0.3s ease forwards;
}
.waist-around .p-dialog.closing::backdrop {
  animation: fadeOut 0.3s ease forwards;
}
.waist-around .p-dialog__inner, .waist-around .p-dialog__contents-wrapper {
  position: relative;
}
.waist-around .p-authority-dialog .p-dialog__inner {
  background: #fff;
  width: 868px;
  height: 65vh;
  min-height: 860px;
}
.waist-around .p-authority-dialog .p-dialog__close {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 100%;
  border: 0;
  background-color: #fff;
  cursor: pointer;
  box-shadow: inset 0 0 2px rgba(0,0,0,.3), 0 2px 4px rgba(0,0,0,.2);
}
.waist-around .p-authority-dialog .p-dialog__close::before, .waist-around .p-authority-dialog .p-dialog__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #444;
  transition: all 0.2s ease;
}
.waist-around .p-authority-dialog .p-dialog__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.waist-around .p-authority-dialog .p-dialog__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.waist-around .p-authority-dialog .p-dialog__close:hover::before, .waist-around .p-authority-dialog .p-dialog__close:hover::after {
  background-color: #666;
  width: 18px;
}
.waist-around .p-authority-dialog .p-dialog__close:hover::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.waist-around .p-authority-dialog .p-dialog__close:hover::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.waist-around .p-authority-dialog .p-dialog__close:focus-visible {
  outline: none;
}
.waist-around .p-authority-dialog .p-dialog__close i {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.waist-around .p-authority-dialog .p-dialog__contents {
  position: absolute;
  top: 0;
  z-index: -1;
  display: none;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.waist-around .p-authority-dialog .p-dialog__contents.is-active {
  animation: fadeIn 0.3s ease forwards;
  position: static;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
}
.waist-around .p-authority-dialog .p-dialog__contents-wrapper {
  height: 100%;
}
.waist-around .p-authority-dialog__contents {
  padding: 40px;
  box-sizing: border-box;
  color: #7f7875;
}
.waist-around .p-authority-dialog__contents__title {
  margin-bottom: 30px;
  font-size: 3em;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  color: #59504d;
}
.waist-around .p-authority__tab__contents-wrapper {
  flex: 1;
  position: relative;
  padding: 30px 45px 45px;
  background: #f6f4f2;
  overflow-y: auto;
}
.waist-around .p-authority__tab__list {
  display: flex;
  gap: 7px;
}
.waist-around .p-authority__tab__item {
  flex: 1;
}
.waist-around .p-authority__tab__item.is-active a {
  background: #f6f4f2;
  font-weight: bold;
}
.waist-around .p-authority__tab__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border-radius: 10px 10px 0 0;
  background: #ddd5cf;
  font-size: 1.4em;
  color: #7f7875;
  cursor: pointer;
}
.waist-around .p-authority__contents {
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.1s linear;
  pointer-events: none;
}
.waist-around .p-authority__contents.is-active {
  position: static;
  z-index: 1;
  opacity: 1;
  height: auto;
  overflow: visible;
  pointer-events: all;
}
.waist-around .p-authority__item {
  display: grid;
  gap: 10px 20px;
  grid-template-columns: min-content 1fr min-content;
}
.waist-around .p-authority__item + .p-authority__item {
  margin-top: 22px;
}
.waist-around .p-authority__item__title {
  grid-column: 2/4;
  grid-row: 1/2;
  font-size: 1.6em;
  font-weight: bold;
}
.waist-around .p-authority__item__date {
  grid-column: 1/2;
  grid-row: 1/5;
  padding-right: 20px;
  width: 80px;
  border-right: 1px solid #7f7875;
  line-height: 1.2;
  font-size: 1.4em;
  text-align: center;
}
.waist-around .p-authority__item__date .sp {
  display: none;
}
.waist-around .p-authority__item__inner {
  grid-column: 2/3;
  grid-row: 2/4;
}
.waist-around .p-authority__item__doctor {
  margin-bottom: 12px;
  font-size: 1.5em;
}
.waist-around .p-authority__item__text {
  line-height: 1.2;
  font-size: 1.5em;
}
.waist-around .p-authority__item__pic {
  grid-column: 3/4;
  grid-row: 2/5;
  width: 165px;
}
.waist-around .p-authority__item__pic img {
  max-width: 100%;
  height: auto;
}
.waist-around .p-authority__category + .p-authority__category {
  margin-top: 45px;
}
.waist-around .p-authority__category__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 20px;
  height: 30px;
  background: #9a9491;
  color: #fff;
  font-weight: bold;
  font-size: 1.6em;
}
.waist-around .p-authority__details + .p-authority__details {
  margin-top: 12px;
}
.waist-around .p-authority__details > * {
  margin-bottom: 5px;
  line-height: 1.2;
  font-size: 1.5em;
}
.waist-around .p-authority__details__title {
  float: left;
}
.waist-around .p-authority__details__text {
  overflow: hidden;
}
.waist-around .p-supervisor {
  padding-top: 16px;
  padding-right: 14px;
}
.waist-around .p-supervisor__details {
  display: flex;
}
.waist-around .p-supervisor__details__pic {
  margin: 0;
  background: 0;
}
.waist-around .p-supervisor__details > .p-supervisor__details__pic {
  z-index: 1;
  margin-top: -21px;
  margin-right: 0;
  margin-bottom: -2em;
}
.waist-around .p-supervisor__details__name {
  margin-top: 0;
  margin-left: -10px;
  padding-right: 22px;
}
.waist-around .p-supervisor__details__name > * {
  padding-left: 20px;
}
.waist-around .p-supervisor__details__name .p-supervisor__headline {
  position: static;
  margin-bottom: 8px;
  font-size: 1em;
}
.waist-around .p-supervisor__details__name a {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #7f7875;
}
.waist-around .p-supervisor__details__name .name-emphasis {
  font-size: 1.375em;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.waist-around .p-supervisor__details__name .name-emphasis::after {
  content: attr(data-text-en);
  margin-left: 8px;
  font-size: 0.4545454545em;
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  color: #d4cbc4;
}
.waist-around .p-supervisor__details__text {
  line-height: 1.4615384615;
  font-size: 1.0833333333em;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.waist-around .p-supervisor__details__contents {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.waist-around .p-supervisor__details__contents .p-supervisor__details__pic {
  position: relative;
}
.waist-around .p-supervisor__details__contents .p-supervisor__details__pic__text {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5454545455em;
  line-height: 1.1818181818;
  font-size: 1.1em;
  text-align: center;
}
.waist-around .p-supervisor__link {
  position: static;
}
.waist-around .p-supervisor__link a {
  padding-left: 0;
  background: 0;
  text-decoration: underline;
  color: #6d9dd0;
}
.waist-around .p-supervisor__link a:hover {
  background: 0;
}
.waist-around .m-anchor {
  position: relative;
  padding-bottom: 65px;
}
.waist-around .m-anchor .anchor-list {
  position: absolute;
  width: 100%;
}
.waist-around .m-anchor .anchor-list.is-fixed {
  position: fixed;
  z-index: 1000;
}
.waist-around .m-anchor .anchor-item {
  flex-basis: 24%;
}
.waist-around .p-dialog-open {
  position: absolute;
  z-index: 1;
}
.waist-around .p-dialog-open a {
  display: block;
  width: 37.5px;
  height: 37.5px;
  cursor: pointer;
}
.waist-around .p-dialog-open a img {
  width: 100%;
  height: auto;
}
.waist-around .m-feature-contents {
  position: relative;
}
.waist-around .m-feature-contents .p-dialog-open {
  position: absolute;
  bottom: -3px;
  right: -3px;
}
.waist-around .m-introduction .pic {
  margin-top: 25px;
  margin-bottom: 25px;
}
.waist-around .m-range > .lead {
  margin-bottom: 25px;
}
.waist-around .m-range .m-sub-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 35px;
}
.waist-around .m-range .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;
  order: 1;
  width: 100%;
  border-top-color: #ec7c78;
  font-weight: bold;
}
.waist-around .m-range .m-sub-contents .pic {
  order: 2;
  width: 335px;
}
.waist-around .m-range .m-sub-contents .text {
  order: 3;
  width: 325px;
}
.waist-around .m-range .m-sub-contents.range2 .pic {
  order: 3;
  margin-top: 25px;
  width: 100%;
}
.waist-around .m-range .m-sub-contents.range2 .text {
  order: 2;
  width: 100%;
}
.waist-around .m-range .m-sub-contents.range5 {
  display: block;
}
.waist-around .m-range .m-sub-contents.range5 .text {
  width: 100%;
}
.waist-around .m-range .m-sub-contents.range5 .list {
  margin: 25px 0;
}
.waist-around .m-range .m-sub-contents.range5 .list-item {
  margin-left: 20px;
  list-style: disc;
  line-height: 1.75;
  font-size: 1.6em;
  color: #7f7875;
}
.waist-around .m-about {
  margin-bottom: 70px;
}
.waist-around .m-about .lead {
  margin-bottom: 0;
}
.waist-around .m-about .p-dialog-open {
  clear: both;
  position: static;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 5px;
  margin-bottom: 30px;
  font-size: 1.4em;
  color: #7f7875;
}
.waist-around .m-about .about2 .text,
.waist-around .m-about .about3 .text,
.waist-around .m-about .about4 .text {
  float: right;
}
.waist-around .m-about .about2 .pic,
.waist-around .m-about .about3 .pic,
.waist-around .m-about .about4 .pic {
  text-align: left;
}
.waist-around .m-about .m-license .text {
  float: none;
  width: auto;
  margin-bottom: 30px;
}
.waist-around .m-about .m-license .pic {
  display: flex;
  justify-content: space-between;
}
.waist-around .m-kinds > table {
  margin-bottom: 35px;
}
.waist-around .m-kinds .m-banner.m-contents {
  margin-bottom: 35px;
}
.waist-around .p-case-movie {
  padding: 30px;
  border-radius: 8px;
  background: #f6f4f2;
  text-align: justify;
  color: #7f7875;
}
.waist-around .p-case-movie__title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #7f7875;
  font-size: 18px;
  font-weight: bold;
}
.waist-around .p-case-movie__title em {
  display: block;
  margin-right: 8px;
  padding: 5px 17px;
  border-radius: 20px;
  background: #7f7875;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.waist-around .p-case-movie__details {
  position: relative;
}
.waist-around .p-case-movie__text {
  margin-bottom: 15px;
  line-height: 1.625;
  font-size: 16px;
}
.waist-around .p-case-movie .js-modal-video {
  transition: opacity 0.25s;
  cursor: pointer;
}
.waist-around .p-case-movie .js-modal-video:hover {
  opacity: 0.75;
  transition: opacity 0.25s;
}
.waist-around .m-case .lead {
  margin-bottom: 30px;
}
.waist-around .m-case .js-tab-contents-wrapper {
  position: relative;
}
.waist-around .m-case .js-tab-contents {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.1s linear;
}
.waist-around .m-case .js-tab-contents.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.waist-around .m-case .m-tab {
  margin-bottom: 30px;
}
.waist-around .m-case .m-tab-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.waist-around .m-case .m-tab-list__item {
  position: relative;
}
.waist-around .m-case .m-tab-list__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 168px;
  height: 50px;
  border-radius: 4px 4px 0 0;
  background: #7f7875;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  font-size: 15px;
  color: #f2f1f1;
}
.waist-around .m-case .m-tab-list__item a:hover {
  text-decoration: underline;
  color: #f2f1f1 !important;
}
.waist-around .m-case .m-tab-list__item.is-active a {
  height: 60px;
  border-radius: 4px;
  background: #ee7b75;
  font-weight: bold;
}
.waist-around .m-case .m-tab-list__item.is-active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  z-index: 2;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #ee7b75 transparent transparent transparent;
  border-width: 15px 15px 0 15px;
}
.waist-around .m-case-box__item {
  margin: 0 auto;
  width: 644px;
  color: #7f7875;
}
.waist-around .m-case-box__item__title {
  margin-bottom: 15px;
  text-align: center;
  font-size: 20px;
}
.waist-around .m-case-box__item__title span {
  font-size: 16px;
}
.waist-around .m-case-box__item__pic {
  margin-bottom: 10px;
}
.waist-around .m-case-box__item__text {
  line-height: 1.5384615385;
  font-size: 13px;
}
.waist-around .m-case-box__item + .m-case-box__item {
  margin-top: 30px;
}
.waist-around .m-case .case-info-table {
  margin-top: 40px;
  margin-bottom: 40px;
}
.waist-around .m-case .p-case-movie {
  position: relative;
  margin-top: 40px;
  padding: 20px;
  min-height: 241px;
  box-sizing: border-box;
}
.waist-around .m-case .p-case-movie__title, .waist-around .m-case .p-case-movie__cap, .waist-around .m-case .p-case-movie__list {
  width: 374px;
}
.waist-around .m-case .p-case-movie__title {
  margin-bottom: 13px;
  padding-bottom: 10px;
}
.waist-around .m-case .p-case-movie__pic {
  position: absolute;
  top: 0;
  right: 0;
}
.waist-around .m-case .p-case-movie__cap {
  margin-bottom: 7px;
  font-size: 14px;
}
.waist-around .m-case .p-case-movie__item {
  margin-bottom: 0;
  padding-left: 23px;
  background-image: url(../img/troubles_list_item_bg.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 16px;
  line-height: 1.25;
  font-feature-settings: "palt";
}
.waist-around .m-case .p-case-movie__item em {
  font-weight: bold;
  color: #ec7c78;
}
.waist-around .m-case .p-case-movie__item + .p-case-movie__item {
  margin-top: 7px;
}
.waist-around .m-case .p-case-movie + .m-entry-list {
  margin-top: 70px;
}
.waist-around .m-faq-item.full .text {
  float: none;
  width: 100%;
}
.waist-around .m-faq-item.full .case,
.waist-around .m-faq-item.full .case-info-table {
  margin-top: 20px;
}
.waist-around .m-faq-item.full .case-info-table {
  background: #fff;
}
.waist-around #profile .license__title,
.waist-around #profile .history__title {
  border-bottom: 1px solid #7f7875;
  margin-bottom: 5px;
}
.waist-around #profile .license ul,
.waist-around #profile .history ul {
  display: flex;
  flex-wrap: wrap;
}
.waist-around #profile .license ul li,
.waist-around #profile .history ul li {
  line-height: 1.7;
}
.waist-around #profile .license ul li + li::before,
.waist-around #profile .history ul li + li::before {
  content: " / ";
}
.waist-around #profile .history {
  margin-bottom: 0.8rem;
}
.waist-around #profile .history li dl {
  display: flex;
  column-gap: 10px;
}
.waist-around #profile .history li dt,
.waist-around #profile .history li dd {
  line-height: 1.7;
}
.waist-around #profile .history li dt {
  flex: 0 0 3.7em;
  text-align: justify;
  text-align-last: justify;
}
.waist-around #profile .history li dd {
  flex: 1;
}
.waist-around #profile .inner-link {
  text-align: right;
  font-size: 1.4em;
  position: static;
  margin-top: 20px;
}
.waist-around #profile .inner-link a {
  transition: all 0.1s linear;
  display: inline-block;
  padding: 19px 42px;
  background: url(../img/arrow/arrow16.png) right 11px center no-repeat #d3cbc5;
  color: #7f7875;
}
.waist-around #profile .inner-link a:hover {
  opacity: 0.6;
  color: #7f7875 !important;
}
.waist-around #profile .inner-link a {
  text-decoration: none;
}
.waist-around .modal {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  min-height: 100vh;
  padding: 180px 30px 0;
  background: 0 0;
  backdrop-filter: blur(30px);
  background-color: rgba(35,34,21,.8);
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  box-sizing: border-box;
}
.waist-around .modal-feature .modal__pic {
  width: 320px;
  height: 383px;
}
.waist-around .modal-feature .modal__pic img {
  width: 100%;
  height: 100%;
}
.waist-around .modal-feature[data-state=disabled] {
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}
.waist-around .modal-feature[data-state=active] {
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  z-index: 3000;
}
.waist-around .modal-button {
  position: absolute;
  padding: 0;
  border: 0;
  background: 0;
}
.waist-around .modal-button--open {
  right: -3px;
  bottom: -3px;
  width: 37.5px;
  height: 37.5px;
  cursor: pointer;
}
.waist-around .modal-button--open img {
  width: 100%;
  height: 100%;
}
.waist-around .modal-button--close {
  top: 40px;
  right: 40px;
  width: 39px;
  height: 39px;
  cursor: pointer;
}
.waist-around .modal-button--close img {
  width: 100%;
  height: 100%;
}

.hip-small .p-case-movie {
  padding: 30px;
  border-radius: 8px;
  background: #f6f4f2;
  text-align: justify;
  color: #7f7875;
}
.hip-small .p-case-movie__title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #7f7875;
  font-size: 18px;
  font-weight: bold;
}
.hip-small .p-case-movie__title em {
  display: block;
  margin-right: 8px;
  padding: 5px 17px;
  border-radius: 20px;
  background: #7f7875;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.hip-small .p-case-movie__details {
  position: relative;
}
.hip-small .p-case-movie__text {
  margin-bottom: 15px;
  line-height: 1.625;
  font-size: 16px;
}
.hip-small .p-case-movie .js-modal-video {
  transition: opacity 0.25s;
  cursor: pointer;
}
.hip-small .p-case-movie .js-modal-video:hover {
  opacity: 0.75;
  transition: opacity 0.25s;
}
.hip-small .m-case .p-case-movie {
  margin-top: 30px;
  margin-bottom: 30px;
}
.hip-small .m-case .p-case-movie__text, .hip-small .m-case .p-case-movie__pic1, .hip-small .m-case .p-case-movie__caution {
  width: 368px;
  box-sizing: border-box;
}
.hip-small .m-case .p-case-movie__pic1 {
  margin-bottom: 20px;
}
.hip-small .m-case .p-case-movie__pic2 {
  position: absolute;
  top: 0;
  right: 0;
}
.hip-small .m-case .p-case-movie__caution {
  padding: 12px;
  border: 1px solid #b4afad;
}
.hip-small .m-case .p-case-movie__caution__text1 {
  margin-bottom: 15px;
  line-height: 1.5714285714;
  font-size: 14px;
}
.hip-small .m-case .p-case-movie__caution__text2 span {
  display: block;
  line-height: 1.5714285714;
  font-size: 14px;
  font-weight: bold;
}
.hip-small .m-case .p-case-movie {
  position: relative;
}
.hip-small .m-case .p-case-movie__title {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 20px;
  width: 368px;
  line-height: 1.4444444444;
}
.hip-small .m-case .p-case-movie__title em {
  margin-bottom: 20px;
  line-height: 1;
}
.hip-small .m-case .p-case-movie__details {
  position: initial;
}
.hip-small .m-case .p-case-movie__pic2 {
  top: 30px;
  right: 30px;
}
.hip-small .m-case .p-case-movie {
  min-height: 391px;
}
.hip-small .m-about .about2 > .text {
  float: none;
  width: auto;
}

.mens-bodydesign #campaignlist {
  /* $discount: sprite-map('discount/*.png'); */
  /* $discount-img: sprite-url($discount); */
}
.mens-bodydesign #campaignlist > li {
  margin-bottom: 10px;
  border: 1px solid #baafa6;
}
.mens-bodydesign #campaignlist > li .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  line-height: 1;
}
.mens-bodydesign #campaignlist > li .title a img {
  opacity: 1;
  transition: opacity 0.1s linear;
}
.mens-bodydesign #campaignlist > li .title a:hover img {
  opacity: 0.5;
}
.mens-bodydesign #campaignlist .table {
  padding: 2px;
  background: #f2efed;
}
.mens-bodydesign #campaignlist .table .title,
.mens-bodydesign #campaignlist .table p,
.mens-bodydesign #campaignlist .table ol {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.mens-bodydesign #campaignlist .table .title {
  padding: 3px 0 3px 3px;
  width: 531px;
  text-align: left;
}
.mens-bodydesign #campaignlist .table .title-inner {
  display: table-cell;
  padding: 10px 0 7px 17px;
  height: 44px;
  border-left: 4px solid #ec7c78;
  vertical-align: middle;
}
.mens-bodydesign #campaignlist .table .title-inner .course-title {
  display: block;
  padding-bottom: 4px;
  width: 380px;
  line-height: 1.25;
  font-size: 18px;
  font-weight: normal;
  color: #7f7875;
}
.mens-bodydesign #campaignlist .table .title-inner .ref {
  display: block;
  padding: 0 0 3px;
  width: auto;
  background: none;
  text-align: left;
  font-size: 12px;
}
.mens-bodydesign #campaignlist .table .title-inner .price {
  padding: 0;
  width: auto;
  background: none;
  text-align: left;
  font-size: 14px;
}
.mens-bodydesign #campaignlist .table.capacity .title-inner {
  height: 56px;
}
.mens-bodydesign #campaignlist .table p,
.mens-bodydesign #campaignlist .table ol {
  padding: 0 9px;
  width: 126px;
  background: #fff;
  line-height: 1.3333333333;
  font-size: 1.2em;
  color: #7f7875;
}
.mens-bodydesign #campaignlist .table a {
  text-decoration: none;
  color: #ec7c78;
}
.mens-bodydesign #campaignlist .table em {
  font-size: 1.1666666667em;
  font-weight: bold;
  color: #ec7c78;
}
.mens-bodydesign #campaignlist .discount ol li:first-child {
  margin-bottom: 6px;
  padding-bottom: 10px;
  background: url(../img/arrow/arrow13.png) 63px 18px no-repeat;
}
.mens-bodydesign #campaignlist .discount ol li.double {
  background: url(../img/arrow/arrow13.png) 63px 34px no-repeat;
}
.mens-bodydesign #campaignlist .discount ol em {
  font-size: 1.1666666667em;
}
.mens-bodydesign #campaignlist .badge .title {
  padding-right: 58px;
  width: 482px;
}
.mens-bodydesign #campaignlist .badge p,
.mens-bodydesign #campaignlist .badge ol {
  padding-left: 0;
}
.mens-bodydesign #campaignlist .badge50 .title {
  background: url(../img/discount/badge50.png) right center no-repeat, url(../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.mens-bodydesign #campaignlist .badge40 .title {
  background: url(../img/discount/badge40.png) right center no-repeat, url(../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.mens-bodydesign #campaignlist .badge33 .title {
  background: url(../img/discount/badge33.png) right center no-repeat, url(../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.mens-bodydesign #campaignlist .badge30 .title {
  background: url(../img/discount/badge30.png) right center no-repeat, url(../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.mens-bodydesign #campaignlist .badge25 .title {
  background: url(../img/discount/badge25.png) right center no-repeat, url(../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.mens-bodydesign #campaignlist .badge20 .title {
  background: url(../img/discount/badge20.png) right center no-repeat, url(../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.mens-bodydesign #campaignlist .capacity section {
  position: relative;
}
.mens-bodydesign #campaignlist .capacity p,
.mens-bodydesign #campaignlist .capacity ol {
  padding: 7px 9px 20px;
}
.mens-bodydesign #campaignlist .capacity p em,
.mens-bodydesign #campaignlist .capacity li em {
  display: inline;
  position: static;
  width: auto;
  background: none;
  font-weight: bold;
  color: #ec7c78;
}
.mens-bodydesign #campaignlist .capacity em {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 144px;
  background: #ec7c78;
  text-align: center;
  line-height: 20px;
  font-weight: normal;
  color: #fff;
}
.mens-bodydesign #campaignlist .folding .title a {
  cursor: pointer;
}
.mens-bodydesign #campaignlist .folding .wrapper {
  display: none;
  border-top: 1px solid #baafa6;
}
.mens-bodydesign #campaignlist .folding .wrapper > div {
  border-top: 1px solid #baafa6;
}
.mens-bodydesign #campaignlist .folding .wrapper > div:first-child {
  border-top: 0;
}
.mens-bodydesign #campaignlist .folding .wrapper .title {
  margin-bottom: 30px;
  padding: 1px;
  height: auto;
  border: 1px solid #baafa6;
  background: none;
  line-height: 1;
  font-size: 1em;
  margin: 0;
  padding: 1px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.mens-bodydesign #campaignlist .folding .wrapper .title span {
  display: block;
  padding-left: 13px;
  background: url(../img/operation_campaign_title_bg.gif) left top repeat-x;
  line-height: 26px;
  font-size: 1.2em;
  color: #7f7875;
}
.mens-bodydesign #campaignlist .folding .wrapper .option {
  border: 0;
}
.mens-bodydesign #campaignlist .folding .lead {
  padding: 15px 30px;
}
.mens-bodydesign #campaignlist .folding .lead p {
  line-height: 1.8333333333;
  font-size: 1.2em;
  color: #7f7875;
}
.mens-bodydesign #campaignlist .folding div.price table {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  border-bottom: 1px solid #baafa6;
  table-layout: fixed;
  font-size: 1.2em;
  color: #7f7875;
  margin-bottom: 12px;
}
.mens-bodydesign #campaignlist .folding div.price table thead td {
  border-bottom: 1px solid #baafa6;
}
.mens-bodydesign #campaignlist .folding div.price table thead th {
  border: 1px solid #baafa6;
  text-align: center;
  line-height: 1.3333333333;
}
.mens-bodydesign #campaignlist .folding div.price table tbody th,
.mens-bodydesign #campaignlist .folding div.price table tbody td {
  border-right: 1px solid #baafa6;
  border-bottom: 1px dotted #baafa6;
  border-left: 1px solid #baafa6;
}
.mens-bodydesign #campaignlist .folding div.price table tbody tr.separate th,
.mens-bodydesign #campaignlist .folding div.price table tbody tr.separate td {
  border-bottom-style: solid;
}
.mens-bodydesign #campaignlist .folding div.price table tbody tr:last-child th,
.mens-bodydesign #campaignlist .folding div.price table tbody tr:last-child td {
  border-bottom: 1px solid #baafa6;
}
.mens-bodydesign #campaignlist .folding div.price table tbody td {
  line-height: 24px;
}
.mens-bodydesign #campaignlist .folding div.price table thead th,
.mens-bodydesign #campaignlist .folding div.price table thead td {
  height: 33px;
  box-sizing: border-box;
}
.mens-bodydesign #campaignlist .folding div.price table thead th {
  padding: 4px;
  width: 125px;
  min-height: 24px;
  color: #7f7875;
}
.mens-bodydesign #campaignlist .folding div.price table thead td {
  padding: 0 1em;
  line-height: 1.3333333333;
}
.mens-bodydesign #campaignlist .folding div.price table thead .note {
  margin: 5px 0;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 0.8333333333em;
  color: #918b88;
}
.mens-bodydesign #campaignlist .folding div.price table thead .note::before {
  content: "※";
  color: #ec7c78;
}
.mens-bodydesign #campaignlist .folding div.price table tbody tr:nth-child(even) th,
.mens-bodydesign #campaignlist .folding div.price table tbody tr:nth-child(even) td {
  background-color: #f2efed;
}
.mens-bodydesign #campaignlist .folding div.price table tbody th,
.mens-bodydesign #campaignlist .folding div.price table tbody td {
  line-height: 16/12;
}
.mens-bodydesign #campaignlist .folding div.price table tbody th {
  padding: 10px 10px 10px 20px;
  background: url(../img/arrow/arrow.png) 5px center no-repeat;
}
.mens-bodydesign #campaignlist .folding div.price table tbody td {
  padding: 5px;
  height: 14px;
  text-align: center;
  color: #7f7875;
}
.mens-bodydesign #campaignlist .folding div.price table tbody td span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.mens-bodydesign #campaignlist .folding div.price table tbody td.loan {
  line-height: 1.25;
  font-size: 11px;
  box-sizing: border-box;
}
.mens-bodydesign #campaignlist .folding div.price table tfoot {
  border: 1px solid #baafa6;
  border-top: 0;
}
.mens-bodydesign #campaignlist .folding div.price table tfoot td {
  padding: 10px 15px;
}
.mens-bodydesign #campaignlist .folding div.price table tfoot .price-inclusion .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.mens-bodydesign #campaignlist .folding div.price table tfoot .inclusion-item {
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.mens-bodydesign #campaignlist .folding div.price table tfoot .inclusion-item .item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mens-bodydesign #campaignlist .folding div.price table tfoot .inclusion-item .item-inner::after {
  content: "";
  display: block;
  flex: 1;
  order: 2;
  margin: 0 10px 0 25px;
  width: 100%;
  border-top: 1px dotted #baafa6;
}
.mens-bodydesign #campaignlist .folding div.price table tfoot .inclusion-item .title {
  order: 1;
  font-weight: bold;
}
.mens-bodydesign #campaignlist .folding div.price table tfoot .inclusion-item .summary {
  color: #b4afac;
}
.mens-bodydesign #campaignlist .folding div.price table tfoot .inclusion-item .price {
  order: 3;
}
.mens-bodydesign #campaignlist .folding div.price table thead th {
  line-height: 16px;
}
.mens-bodydesign #campaignlist .folding div.price table thead th .tax-include,
.mens-bodydesign #campaignlist .folding div.price table thead th span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.mens-bodydesign #campaignlist .folding div.price table thead th a {
  padding-left: 15px;
  background: url(../img/arrow/arrow2.png) left top no-repeat;
  text-decoration: none;
  font-size: 0.8333333333em;
  color: #7f7875;
}
.mens-bodydesign #campaignlist .folding div.price table thead th a:hover {
  background-image: url(../img/arrow/arrow2_h.png);
}
.mens-bodydesign #campaignlist .folding div.price table thead th.loan {
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
  width: 100px;
}
.mens-bodydesign #campaignlist .folding div.price table thead .icon.question {
  display: inline-block;
  position: relative;
  margin-right: -20px;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background: url(../img/icon_question2.png);
  cursor: help;
  vertical-align: sub;
}
.mens-bodydesign #campaignlist .folding div.price table thead .icon.question .text {
  display: none;
}
.mens-bodydesign #campaignlist .folding div.price table thead .icon.question .text a {
  padding: 0;
  background: none;
  text-decoration: underline;
  font-size: 1em;
  color: #6d9dd0;
}
.mens-bodydesign #campaignlist .folding div.price table thead .icon.question:hover .text, .mens-bodydesign #campaignlist .folding div.price table thead .icon.question:hover::after {
  position: absolute;
}
.mens-bodydesign #campaignlist .folding div.price table thead .icon.question:hover .text {
  display: block;
  right: -36px;
  bottom: 21px;
  z-index: 1;
  padding: 14px;
  width: 330px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #efece9;
  text-align: left;
  line-height: 1.5;
  font-size: 1em;
  font-style: normal;
  color: #7f7875;
  box-sizing: border-box;
}
.mens-bodydesign #campaignlist .folding div.price table thead .icon.question:hover::after {
  content: "";
  top: -6px;
  right: 3px;
  z-index: 2;
  border-top: 8px solid #efece9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.mens-bodydesign #campaignlist .folding div.price table tbody th {
  line-height: 1.3333333333;
}
.mens-bodydesign #campaignlist .folding div.price table tbody td {
  line-height: 1.3333333333;
}
.mens-bodydesign #campaignlist .folding div.price table tbody td .price + .reduce ol {
  text-align: right;
}
.mens-bodydesign #campaignlist .folding div.price table tbody td .reduce ol li > span {
  display: inline;
}
.mens-bodydesign #campaignlist .folding div.price table tbody td .reduce ol li:nth-child(2) {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}
.mens-bodydesign #campaignlist .folding div.price table tbody td .reduce ol li:nth-child(2) span {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
.mens-bodydesign #campaignlist .folding div.price table thead td {
  line-height: 1.3333333333;
}
.mens-bodydesign #campaignlist .folding div.price table thead th {
  height: 33px;
  border-top: 0;
  border-right: 0;
}
.mens-bodydesign #campaignlist .folding div.price table tbody th,
.mens-bodydesign #campaignlist .folding div.price table tbody td {
  border-left: 0;
}
.mens-bodydesign #campaignlist .folding div.price table:last-child {
  border-bottom: 0;
}
.mens-bodydesign #campaignlist .folding div.price table:last-child tbody tr:last-child th,
.mens-bodydesign #campaignlist .folding div.price table:last-child tbody tr:last-child td {
  border-bottom: 0;
}
.mens-bodydesign #campaignlist .folding div.price ul {
  margin: 0 0 12px 15px;
}
.mens-bodydesign #campaignlist .folding div.price li {
  line-height: 1.5;
  font-size: 1.2em;
  color: #7f7875;
}
.mens-bodydesign #campaignlist .folding div.price .multiple {
  margin: 10px 0;
  width: 652px;
}
.mens-bodydesign #campaignlist .folding div.price .multiple dl {
  padding: 20px 0 14px 18px;
  border: 1px solid #baafa6;
  background-color: #f2efed;
}
.mens-bodydesign #campaignlist .folding div.price .multiple dl dt {
  font-size: 1.1666666667em;
  font-weight: bold;
  color: #ec7c78;
}
.mens-bodydesign #campaignlist .folding div.price .multiple dl .notice {
  margin-top: 13px;
  font-weight: bold;
}
.mens-bodydesign #campaignlist .folding div.price .multiple dl .notice em {
  font-weight: bold;
  color: #ec7c78;
}
.mens-bodydesign #campaignlist .folding div.price .multiple dl .info {
  margin-top: 12px;
}
.mens-bodydesign #campaignlist .folding div.price .multiple dl .info ul {
  *zoom: 1;
  margin-left: 0;
}
.mens-bodydesign #campaignlist .folding div.price .multiple dl .info ul::after {
  content: "";
  display: table;
  clear: both;
}
.mens-bodydesign #campaignlist .folding div.price .multiple dl .info li {
  float: left;
  border: 2px solid #29211b;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.mens-bodydesign #campaignlist .folding div.price .multiple dl .info li a {
  transition: opacity 0.1s linear;
}
.mens-bodydesign #campaignlist .folding div.price .multiple dl .info li a:hover {
  opacity: 0;
}
.mens-bodydesign #campaignlist .folding div.price .multiple dl .info .counseling {
  margin-right: 19px;
  background-image: url(../img/sprite/hover/button/button_counseling_h.png);
}
.mens-bodydesign #campaignlist .folding div.price .multiple dl .info .mail {
  background-image: url(../img/sprite/hover/button/button_mail_h.png);
}
.mens-bodydesign #campaignlist .folding div.price small {
  font-size: 1em;
}
.mens-bodydesign #campaignlist .folding div.price small, .mens-bodydesign #campaignlist .folding div.price small::before {
  content: "※";
}
.mens-bodydesign #campaignlist .folding div.price small .before, .mens-bodydesign #campaignlist .folding div.price small::before {
  color: #ec7c78;
}
.mens-bodydesign #campaignlist .folding .option {
  margin: 0;
  border: 0;
}
.mens-bodydesign #campaignlist .folding .option .title {
  *zoom: 1;
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  font-size: 1em;
  color: #7f7875;
}
.mens-bodydesign #campaignlist .folding .option .title::after {
  content: "";
  display: table;
  clear: both;
}
.mens-bodydesign #campaignlist .folding .option .title > * {
  float: left;
}
.mens-bodydesign #campaignlist .folding .option .title-img {
  margin-right: 10px;
}
.mens-bodydesign #campaignlist .folding .option .title-text {
  padding-right: 24px;
  background: url(../img/price_option_title_bg.gif) right center no-repeat;
  line-height: 30px;
  font-size: 1.4em;
}
.mens-bodydesign #campaignlist .folding .option table {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  border-bottom: 1px solid #baafa6;
  table-layout: fixed;
  font-size: 1.2em;
  color: #7f7875;
  border-bottom: 0;
}
.mens-bodydesign #campaignlist .folding .option table thead td {
  border-bottom: 1px solid #baafa6;
}
.mens-bodydesign #campaignlist .folding .option table thead th {
  border: 1px solid #baafa6;
  text-align: center;
  line-height: 1.3333333333;
}
.mens-bodydesign #campaignlist .folding .option table tbody th,
.mens-bodydesign #campaignlist .folding .option table tbody td {
  border-right: 1px solid #baafa6;
  border-bottom: 1px dotted #baafa6;
  border-left: 1px solid #baafa6;
}
.mens-bodydesign #campaignlist .folding .option table tbody tr.separate th,
.mens-bodydesign #campaignlist .folding .option table tbody tr.separate td {
  border-bottom-style: solid;
}
.mens-bodydesign #campaignlist .folding .option table tbody tr:last-child th,
.mens-bodydesign #campaignlist .folding .option table tbody tr:last-child td {
  border-bottom: 1px solid #baafa6;
}
.mens-bodydesign #campaignlist .folding .option table tbody td {
  line-height: 24px;
}
.mens-bodydesign #campaignlist .folding .option table thead th,
.mens-bodydesign #campaignlist .folding .option table thead td {
  height: 33px;
  box-sizing: border-box;
}
.mens-bodydesign #campaignlist .folding .option table thead th {
  padding: 4px;
  width: 125px;
  min-height: 24px;
  color: #7f7875;
}
.mens-bodydesign #campaignlist .folding .option table thead td {
  padding: 0 1em;
  line-height: 1.3333333333;
}
.mens-bodydesign #campaignlist .folding .option table thead .note {
  margin: 5px 0;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 0.8333333333em;
  color: #918b88;
}
.mens-bodydesign #campaignlist .folding .option table thead .note::before {
  content: "※";
  color: #ec7c78;
}
.mens-bodydesign #campaignlist .folding .option table tbody tr:nth-child(even) th,
.mens-bodydesign #campaignlist .folding .option table tbody tr:nth-child(even) td {
  background-color: #f2efed;
}
.mens-bodydesign #campaignlist .folding .option table tbody th,
.mens-bodydesign #campaignlist .folding .option table tbody td {
  line-height: 16/12;
}
.mens-bodydesign #campaignlist .folding .option table tbody th {
  padding: 10px 10px 10px 20px;
  background: url(../img/arrow/arrow.png) 5px center no-repeat;
}
.mens-bodydesign #campaignlist .folding .option table tbody td {
  padding: 5px;
  height: 14px;
  text-align: center;
  color: #7f7875;
}
.mens-bodydesign #campaignlist .folding .option table tbody td span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.mens-bodydesign #campaignlist .folding .option table tbody td.loan {
  line-height: 1.25;
  font-size: 11px;
  box-sizing: border-box;
}
.mens-bodydesign #campaignlist .folding .option table tfoot {
  border: 1px solid #baafa6;
  border-top: 0;
}
.mens-bodydesign #campaignlist .folding .option table tfoot td {
  padding: 10px 15px;
}
.mens-bodydesign #campaignlist .folding .option table tfoot .price-inclusion .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.mens-bodydesign #campaignlist .folding .option table tfoot .inclusion-item {
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.mens-bodydesign #campaignlist .folding .option table tfoot .inclusion-item .item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mens-bodydesign #campaignlist .folding .option table tfoot .inclusion-item .item-inner::after {
  content: "";
  display: block;
  flex: 1;
  order: 2;
  margin: 0 10px 0 25px;
  width: 100%;
  border-top: 1px dotted #baafa6;
}
.mens-bodydesign #campaignlist .folding .option table tfoot .inclusion-item .title {
  order: 1;
  font-weight: bold;
}
.mens-bodydesign #campaignlist .folding .option table tfoot .inclusion-item .summary {
  color: #b4afac;
}
.mens-bodydesign #campaignlist .folding .option table tfoot .inclusion-item .price {
  order: 3;
}
.mens-bodydesign #campaignlist .folding .option table thead th {
  line-height: 16px;
}
.mens-bodydesign #campaignlist .folding .option table thead th .tax-include,
.mens-bodydesign #campaignlist .folding .option table thead th span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.mens-bodydesign #campaignlist .folding .option table thead th a {
  padding-left: 15px;
  background: url(../img/arrow/arrow2.png) left top no-repeat;
  text-decoration: none;
  font-size: 0.8333333333em;
  color: #7f7875;
}
.mens-bodydesign #campaignlist .folding .option table thead th a:hover {
  background-image: url(../img/arrow/arrow2_h.png);
}
.mens-bodydesign #campaignlist .folding .option table thead th.loan {
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
  width: 100px;
}
.mens-bodydesign #campaignlist .folding .option table thead .icon.question {
  display: inline-block;
  position: relative;
  margin-right: -20px;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background: url(../img/icon_question2.png);
  cursor: help;
  vertical-align: sub;
}
.mens-bodydesign #campaignlist .folding .option table thead .icon.question .text {
  display: none;
}
.mens-bodydesign #campaignlist .folding .option table thead .icon.question .text a {
  padding: 0;
  background: none;
  text-decoration: underline;
  font-size: 1em;
  color: #6d9dd0;
}
.mens-bodydesign #campaignlist .folding .option table thead .icon.question:hover .text, .mens-bodydesign #campaignlist .folding .option table thead .icon.question:hover::after {
  position: absolute;
}
.mens-bodydesign #campaignlist .folding .option table thead .icon.question:hover .text {
  display: block;
  right: -36px;
  bottom: 21px;
  z-index: 1;
  padding: 14px;
  width: 330px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #efece9;
  text-align: left;
  line-height: 1.5;
  font-size: 1em;
  font-style: normal;
  color: #7f7875;
  box-sizing: border-box;
}
.mens-bodydesign #campaignlist .folding .option table thead .icon.question:hover::after {
  content: "";
  top: -6px;
  right: 3px;
  z-index: 2;
  border-top: 8px solid #efece9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.mens-bodydesign #campaignlist .folding .option table tbody th {
  line-height: 1.3333333333;
}
.mens-bodydesign #campaignlist .folding .option table tbody td {
  line-height: 1.3333333333;
}
.mens-bodydesign #campaignlist .folding .option table tbody td .price + .reduce ol {
  text-align: right;
}
.mens-bodydesign #campaignlist .folding .option table tbody td .reduce ol li > span {
  display: inline;
}
.mens-bodydesign #campaignlist .folding .option table tbody td .reduce ol li:nth-child(2) {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}
.mens-bodydesign #campaignlist .folding .option table tbody td .reduce ol li:nth-child(2) span {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
.mens-bodydesign #campaignlist .folding .option table thead th {
  border-right: 0;
  background-color: #f2efed;
}
.mens-bodydesign #campaignlist .folding .option table thead th:first-child {
  padding-left: 6px;
  width: auto;
  border-left: 0;
  text-align: left;
}
.mens-bodydesign #campaignlist .folding .option table thead span {
  display: block;
  padding-left: 12px;
  line-height: 34px;
}
.mens-bodydesign #campaignlist .folding .option table tbody th {
  border-left: 0;
}
.mens-bodydesign #campaignlist .folding .option table tbody td {
  border-right: 0;
}
.mens-bodydesign #campaignlist .folding .option table tbody tr:last-child th,
.mens-bodydesign #campaignlist .folding .option table tbody tr:last-child td {
  border-bottom: 0;
}
.mens-bodydesign #campaignlist .folding .summary table {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  border-bottom: 1px solid #baafa6;
  table-layout: fixed;
  font-size: 1.2em;
  color: #7f7875;
  border: 1px solid #fff;
}
.mens-bodydesign #campaignlist .folding .summary table thead td {
  border-bottom: 1px solid #baafa6;
}
.mens-bodydesign #campaignlist .folding .summary table thead th {
  border: 1px solid #baafa6;
  text-align: center;
  line-height: 1.3333333333;
}
.mens-bodydesign #campaignlist .folding .summary table tbody th,
.mens-bodydesign #campaignlist .folding .summary table tbody td {
  border-right: 1px solid #baafa6;
  border-bottom: 1px dotted #baafa6;
  border-left: 1px solid #baafa6;
}
.mens-bodydesign #campaignlist .folding .summary table tbody tr.separate th,
.mens-bodydesign #campaignlist .folding .summary table tbody tr.separate td {
  border-bottom-style: solid;
}
.mens-bodydesign #campaignlist .folding .summary table tbody tr:last-child th,
.mens-bodydesign #campaignlist .folding .summary table tbody tr:last-child td {
  border-bottom: 1px solid #baafa6;
}
.mens-bodydesign #campaignlist .folding .summary table tbody td {
  line-height: 24px;
}
.mens-bodydesign #campaignlist .folding .summary table tbody th,
.mens-bodydesign #campaignlist .folding .summary table tbody td,
.mens-bodydesign #campaignlist .folding .summary table tbody tr:last-child th,
.mens-bodydesign #campaignlist .folding .summary table tbody tr:last-child td {
  border: 0;
}
.mens-bodydesign #campaignlist .folding .summary table tbody th {
  width: 116px;
  border-bottom: 1px solid #fff;
  background-color: #f2efed;
  text-align: center;
  line-height: 1.5;
}
.mens-bodydesign #campaignlist .folding .summary table tbody td {
  padding: 22px;
  border-bottom: 1px dotted #baafa6;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .contents ul {
  margin: 0;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .contents li {
  margin-bottom: 21px;
  font-size: 1em;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .contents li li {
  margin: 0;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .contents li:last-child {
  margin-bottom: 0;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .contents dt {
  margin-bottom: 11px;
  padding: 6px 0 6px 16px;
  background: #f2efed;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .contents dd {
  margin-right: 16px;
  margin-left: 16px;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .contents dd dt,
.mens-bodydesign #campaignlist .folding .summary table tbody .contents dd dd {
  display: inline;
  padding: 0;
  background: none;
  line-height: 1.6666666667;
  font-weight: normal;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .contents dd dt {
  margin-right: 10px;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .contents dd.price {
  padding-bottom: 5px;
  border-bottom: 1px solid #baafa6;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .contents dd.price > ul {
  width: 100%;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .contents dd.price > ul > li {
  width: 100%;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .contents dd.price > ul > li dl {
  display: flex;
  width: 100%;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .contents dd.price > ul > li dl > * {
  margin-bottom: 0;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .contents dd.price > ul > li dl > dd {
  flex: 1;
  margin: 0;
  text-align: right;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .contents dd.price dd > span {
  display: none;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .contents dd.price + .reduce {
  padding-top: 5px;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .contents dd.price + .reduce > ol {
  text-align: right;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .contents dd.reduce li {
  display: inline;
  line-height: 1.6666666667;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .contents dd.reduce li > span {
  font-size: 0.6em;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .contents dd.reduce li:first-child::after {
  content: "→";
}
.mens-bodydesign #campaignlist .folding .summary table tbody .contents dd.reduce li:nth-child(2) {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .contents dd.reduce li:nth-child(2) span {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .contents dd.reduce em {
  font-size: 1.1666666667em;
  font-weight: bold;
  color: #ec7c78;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .operation_place li {
  line-height: 1.5;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .conditions li {
  padding-left: 15px;
  background: url(../img/arrow/arrow5.png) left 4px no-repeat;
  line-height: 1.5;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .conditions li em {
  color: #ec7c78;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .flow li {
  position: relative;
  margin-bottom: 5px;
  padding: 0 0 12px 35px;
  background-position: 0 0;
  background-repeat: no-repeat;
  line-height: 22px;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .flow li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 62px;
  width: 8px;
  height: 8px;
  background: url(../img/arrow/arrow6.png) 0 0 no-repeat;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .flow li span {
  font-size: 0.8333333333em;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .flow li small {
  margin-left: 1em;
  font-size: 1em;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .flow li:nth-child(1) {
  background-image: url(../img/sprite/num/price-no1.png);
}
.mens-bodydesign #campaignlist .folding .summary table tbody .flow li:nth-child(2) {
  background-image: url(../img/sprite/num/price-no2.png);
}
.mens-bodydesign #campaignlist .folding .summary table tbody .flow li:nth-child(3) {
  background-image: url(../img/sprite/num/price-no3.png);
}
.mens-bodydesign #campaignlist .folding .summary table tbody .flow li:nth-child(4) {
  background-image: url(../img/sprite/num/price-no4.png);
}
.mens-bodydesign #campaignlist .folding .summary table tbody .flow li:nth-child(5) {
  background-image: url(../img/sprite/num/price-no5.png);
}
.mens-bodydesign #campaignlist .folding .summary table tbody .flow li:nth-child(6) {
  background-image: url(../img/sprite/num/price-no6.png);
}
.mens-bodydesign #campaignlist .folding .summary table tbody .flow li:nth-child(7) {
  background-image: url(../img/sprite/num/price-no7.png);
}
.mens-bodydesign #campaignlist .folding .summary table tbody .flow li:nth-child(8) {
  background-image: url(../img/sprite/num/price-no8.png);
}
.mens-bodydesign #campaignlist .folding .summary table tbody .flow li:last-child {
  margin: 0;
  padding-bottom: 0;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .flow li:last-child::before {
  content: initial;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .tel dt,
.mens-bodydesign #campaignlist .folding .summary table tbody .tel dd {
  display: inline;
  line-height: 28px;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .tel dt {
  display: inline-block;
  width: 5em;
  font-size: 1.1666666667em;
  color: #ec7c78;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .tel dd:nth-child(2) {
  font-size: 1.5em;
  font-weight: bold;
  color: #ec7c78;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .net p,
.mens-bodydesign #campaignlist .folding .summary table tbody .net li {
  line-height: 1.5;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .net small {
  font-size: 1em;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .net em {
  color: #ec7c78;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .net p {
  margin-bottom: 12px;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .net ul {
  margin-bottom: 15px;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .net li {
  margin-left: 2em;
  list-style-type: disc;
  color: #ec7c78;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .net .form {
  *zoom: 1;
  margin: 0;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .net .form::after {
  content: "";
  display: table;
  clear: both;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .net .form li {
  float: left;
  margin: 0 12px 0 0;
  list-style-type: none;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .net .form .c-button a {
  width: 206px;
  height: 55px;
  box-sizing: border-box;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .net .form .c-button a .inner-text {
  padding: 0 26px;
  background-position: right 4px center;
  font-size: 13px;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .net .form .c-button a .inner-text::before, .mens-bodydesign #campaignlist .folding .summary table tbody .net .form .c-button a .inner-text::after {
  right: 4px;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .net .form .c-button.net a {
  display: flex;
  align-items: center;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .net .form .c-button.net a::after {
  content: none;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .net .form .c-button.net .inner-text {
  line-height: 1.4;
}
.mens-bodydesign #campaignlist .exo .summary table tbody th {
  border-bottom: 1px dotted #baafa6;
}
.mens-bodydesign #campaignlist .new .title a::after {
  content: "";
  display: block;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #a4948a;
}
.mens-bodydesign #campaignlist .new.monitor .title a::after {
  background-image: url(../img/campaignlist_monitor_title_bg.png);
}
.mens-bodydesign #campaignlist .new.monitor.is-open .title a::after {
  background-image: url(../img/campaignlist_monitor_title_bg_a.png);
}
.mens-bodydesign #campaignlist .new.campaign .title a::after {
  background-image: url(../img/campaignlist_campaign_title_bg.png);
}
.mens-bodydesign #campaignlist .new.campaign.is-open .title a::after {
  background-image: url(../img/campaignlist_campaign_title_bg_a.png);
}
.mens-bodydesign body.botox #campaignlist .no1 .price table, .mens-bodydesign body.bnls #campaignlist .no1 .price table {
  margin-bottom: 0;
}
.mens-bodydesign body.ultraaccent #campaignlist .no2 .price table {
  margin-bottom: 0;
}
.mens-bodydesign body.ultraaccent #campaignlist .no2 .price ul {
  margin-top: 15px;
}
.mens-bodydesign .p-case-movie {
  padding: 30px;
  border-radius: 8px;
  background: #f6f4f2;
  text-align: justify;
  color: #7f7875;
}
.mens-bodydesign .p-case-movie__title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #7f7875;
  font-size: 18px;
  font-weight: bold;
}
.mens-bodydesign .p-case-movie__title em {
  display: block;
  margin-right: 8px;
  padding: 5px 17px;
  border-radius: 20px;
  background: #7f7875;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.mens-bodydesign .p-case-movie__details {
  position: relative;
}
.mens-bodydesign .p-case-movie__text {
  margin-bottom: 15px;
  line-height: 1.625;
  font-size: 16px;
}
.mens-bodydesign .p-case-movie .js-modal-video {
  transition: opacity 0.25s;
  cursor: pointer;
}
.mens-bodydesign .p-case-movie .js-modal-video:hover {
  opacity: 0.75;
  transition: opacity 0.25s;
}
.mens-bodydesign .m-lead {
  margin-top: 30px;
  margin-bottom: 80px;
}
.mens-bodydesign .m-lead .c-button a {
  display: inline-block;
  width: 279px;
  border: 2px solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  color: #f5f2f0;
  transition: opacity 0.1s linear;
}
.mens-bodydesign .m-lead .c-button a:hover {
  color: #f5f2f0 !important;
}
.mens-bodydesign .m-lead .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;
}
.mens-bodydesign .m-lead .c-button a .inner-text::before, .mens-bodydesign .m-lead .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 0.1s;
}
.mens-bodydesign .m-lead .c-button a .inner-text::after {
  z-index: 1;
  width: 22px;
  height: 22px;
  background: url(../img/arrow/arrow16_h.png) top left no-repeat;
}
.mens-bodydesign .m-lead .c-button a::after {
  display: block;
  border-top: 1px solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 10px;
}
.mens-bodydesign .m-lead .c-button.consultation a::after {
  content: "あなたのお悩みに24時間以内に返答します。";
}
.mens-bodydesign .m-lead .c-button.counseling a::after {
  content: "ドクターとのカウンセリングです";
}
.mens-bodydesign .m-lead .c-button.line a::after {
  content: "メールアドレス不要で気軽に質問。";
}
.mens-bodydesign .m-lead .c-button.line .inner-text {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}
.mens-bodydesign .m-lead .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;
}
.mens-bodydesign .m-lead .c-button.line:hover a .inner-text::before {
  background: url(../img/arrow/arrow16_h.png) top left no-repeat;
  opacity: 1;
}
.mens-bodydesign .m-lead .c-button.attribute a::after {
  content: attr(data-subtext);
}
.mens-bodydesign .m-lead .c-button:hover a .inner-text::before {
  opacity: 0;
  transition: opacity 0.1s;
}
.mens-bodydesign .m-lead__title, .mens-bodydesign .m-lead__pic {
  margin-bottom: 20px;
  text-align: center;
}
.mens-bodydesign .m-lead__cv {
  display: flex;
  background: #efece9;
  color: #7f7875;
}
.mens-bodydesign .m-lead__cv__button {
  padding: 20px;
  border-left: 1px solid #fff;
  box-shadow: inset 1px 0 0 0 #d4cbc4;
}
.mens-bodydesign .m-lead__cv .c-button.counseling {
  text-align: center;
}
.mens-bodydesign .m-lead__cv .c-button.counseling a {
  width: 253px;
}
.mens-bodydesign .m-lead__cv .c-button.counseling a::after {
  content: "脂肪吸引のプロフェッショナルに直接ご相談";
}
.mens-bodydesign .p-equipment > .title {
  flex-direction: column;
  font-size: 20px;
}
.mens-bodydesign .p-equipment > .title .inner-text {
  font-size: 28px;
}
.mens-bodydesign .p-equipment-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.mens-bodydesign .p-equipment-subbox {
  width: 226px;
}
.mens-bodydesign .p-equipment-subbox__title {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  font-size: 17px;
  font-weight: bold;
  color: #7f7875;
}
.mens-bodydesign .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;
}
.mens-bodydesign .p-equipment-subbox__inner {
  position: relative;
  padding: 5px;
  border: 1px solid #c8bdb5;
}
.mens-bodydesign .p-equipment-subbox__inner .inner {
  color: #7f7875;
}
.mens-bodydesign .p-equipment-subbox__inner .inner__title, .mens-bodydesign .p-equipment-subbox__inner .inner__text {
  padding-left: 60px;
}
.mens-bodydesign .p-equipment-subbox__inner .inner__title {
  margin: 5px 0;
  font-feature-settings: "palt";
  font-size: 14px;
  font-weight: bold;
  color: #7f7875;
}
.mens-bodydesign .p-equipment-subbox__inner .inner__text {
  line-height: 1.3333333333;
  font-size: 12px;
  color: #a39d9b;
}
.mens-bodydesign .p-equipment-subbox__inner .inner__pic {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 55px;
  height: 55px;
}
.mens-bodydesign .p-equipment-subbox__inner .inner__pic img {
  width: 100%;
  height: 100%;
}
.mens-bodydesign .p-equipment__text {
  text-align: center;
  font-size: 17px;
  color: #7f7875;
}
.mens-bodydesign .m-case .p-case-movie {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mens-bodydesign .m-case .p-case-movie__text, .mens-bodydesign .m-case .p-case-movie__pic1, .mens-bodydesign .m-case .p-case-movie__caution {
  width: 368px;
  box-sizing: border-box;
}
.mens-bodydesign .m-case .p-case-movie__pic1 {
  margin-bottom: 20px;
}
.mens-bodydesign .m-case .p-case-movie__pic2 {
  position: absolute;
  top: 0;
  right: 0;
}
.mens-bodydesign .m-case .p-case-movie__caution {
  padding: 12px;
  border: 1px solid #b4afad;
}
.mens-bodydesign .m-case .p-case-movie__caution__text1 {
  margin-bottom: 15px;
  line-height: 1.5714285714;
  font-size: 14px;
}
.mens-bodydesign .m-case .p-case-movie__caution__text2 span {
  display: block;
  line-height: 1.5714285714;
  font-size: 14px;
  font-weight: bold;
}
.mens-bodydesign .m-case .p-case-movie {
  position: relative;
}
.mens-bodydesign .m-case .p-case-movie__title {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 20px;
  width: 368px;
  line-height: 1.4444444444;
}
.mens-bodydesign .m-case .p-case-movie__title em {
  margin-bottom: 20px;
  line-height: 1;
}
.mens-bodydesign .m-case .p-case-movie__details {
  position: initial;
}
.mens-bodydesign .m-case .p-case-movie__pic2 {
  top: 30px;
  right: 30px;
}
.mens-bodydesign .m-case .case-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mens-bodydesign .m-case .case-item {
  margin-bottom: 12px;
  width: 330px;
}
.mens-bodydesign .m-case .pic {
  margin: 0;
}
.mens-bodydesign .m-case .pic img {
  width: 100%;
  height: auto;
}
.mens-bodydesign .m-case .slick-arrow {
  top: calc(50% - 9.5px);
  z-index: 100;
  width: 16px;
  height: 14px;
  background: url(../img/arrow/arrow19.png) 0 0 no-repeat;
}
.mens-bodydesign .m-case .slick-arrow::before {
  content: initial;
}
.mens-bodydesign .m-case .slick-prev {
  left: 30px;
  transform: rotate(180deg) translate(0, 50%);
}
.mens-bodydesign .m-case .slick-next {
  right: 30px;
}
.mens-bodydesign .m-case .p-case-movie {
  min-height: 391px;
}
.mens-bodydesign .case-info-table + .case-list {
  margin-top: 60px;
}
.mens-bodydesign .m-details .text {
  margin-bottom: 25px;
}
.mens-bodydesign .m-details mark {
  background: #f9f7c3;
  color: inherit;
}
.mens-bodydesign .m-about .movie {
  clear: both;
}
.mens-bodydesign .m-about .about2 > .text {
  float: none;
  width: auto;
}
.mens-bodydesign .m-about .m-sub-contents:nth-child(odd) .text {
  float: left;
}
.mens-bodydesign .m-about .m-sub-contents:nth-child(odd) .pic {
  text-align: right;
}
.mens-bodydesign .pricetable__contents {
  margin-bottom: 50px;
}
.mens-bodydesign .pricetable__contents__title {
  margin-bottom: 20px;
  border-top: 1px solid #d4cbc4;
  border-bottom: 1px solid #d4cbc4;
  background: linear-gradient(#d4cbc4, #c1b5ad 50%, #a3948a 50%, #d4cbc4);
  box-shadow: inset 0 -1px 0 0 #fff, inset 0 1px 0 0 #fff;
  text-align: center;
  line-height: 44px;
  font-size: 22px;
  color: #fff;
}
.mens-bodydesign .pricetable__contents .item-inner {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.mens-bodydesign .pricetable__contents .item-inner.is-open .open-contents {
  display: block;
  margin-bottom: 30px;
}
.mens-bodydesign .pricetable__contents .item-inner.is-open .close-contents {
  display: none;
}
.mens-bodydesign .pricetable__contents .item-inner:not(.sub) .item-title {
  align-items: stretch;
  margin-bottom: 10px;
  padding-bottom: 1px;
  width: 100%;
  border-bottom: 1px solid #baafa6;
}
.mens-bodydesign .pricetable__contents .item-inner:not(.sub) .item-title::before {
  bottom: 1px;
}
.mens-bodydesign .pricetable__contents .item-inner:not(.sub) .item-pic {
  margin-bottom: 10px;
}
.mens-bodydesign .pricetable__contents .item-inner:not(.sub) .item-title__text {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.mens-bodydesign .pricetable__contents .item-inner:not(.sub) .item-title__name,
.mens-bodydesign .pricetable__contents .item-inner:not(.sub) .item-title__lead {
  flex-basis: 100%;
}
.mens-bodydesign .pricetable__contents .item-inner:not(.sub) .item-title__name {
  align-self: flex-start;
}
.mens-bodydesign .pricetable__contents .item-inner:not(.sub) table thead th {
  height: 45px;
}
.mens-bodydesign .pricetable__contents .item-title {
  display: flex;
  position: relative;
  align-items: center;
}
.mens-bodydesign .pricetable__contents .item-title__pic {
  margin: 0 10px 0 7px;
}
.mens-bodydesign .pricetable__contents .item-title__name a {
  text-decoration: underline;
  line-height: 1.4;
  font-size: 14px;
  color: #918b88;
}
.mens-bodydesign .pricetable__contents .item-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 7px;
  background: linear-gradient(#d4cbc4, #c1b5ad 50%, #a3948a 50%, #d4cbc4);
}
.mens-bodydesign .pricetable__contents .item-title__lead {
  flex-basis: 237px;
  line-height: 1.3636363636;
  font-size: 11px;
  color: #a39d9a;
}
.mens-bodydesign .pricetable__contents .sub {
  margin: 0;
  padding-top: 1px;
  border-top: 1px solid #c5bbb3;
}
.mens-bodydesign .pricetable__contents .sub:last-child {
  border-bottom: 1px solid #c5bbb3;
}
.mens-bodydesign .pricetable__contents .sub .item-title {
  flex: 1;
  float: left;
  margin-bottom: 1px;
}
.mens-bodydesign .pricetable__contents .sub .item-title__pic img {
  width: 30px;
  height: auto;
}
.mens-bodydesign .pricetable__contents .sub .item-title__name a {
  line-height: 30px;
}
.mens-bodydesign .pricetable__contents .sub .item-more {
  margin: 0;
  line-height: 30px;
}
.mens-bodydesign .pricetable__contents .sub table {
  margin-top: -33px;
}
.mens-bodydesign .pricetable__contents .sub table thead th {
  height: 33px;
}
.mens-bodydesign .pricetable__contents .open-contents {
  display: none;
}
.mens-bodydesign .pricetable__contents table {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  border-bottom: 1px solid #baafa6;
  table-layout: fixed;
  font-size: 1.2em;
  color: #7f7875;
  margin-bottom: 0;
  width: 100%;
}
.mens-bodydesign .pricetable__contents table thead td {
  border-bottom: 1px solid #baafa6;
}
.mens-bodydesign .pricetable__contents table thead th {
  border: 1px solid #baafa6;
  text-align: center;
  line-height: 1.3333333333;
}
.mens-bodydesign .pricetable__contents table tbody th,
.mens-bodydesign .pricetable__contents table tbody td {
  border-right: 1px solid #baafa6;
  border-bottom: 1px dotted #baafa6;
  border-left: 1px solid #baafa6;
}
.mens-bodydesign .pricetable__contents table tbody tr.separate th,
.mens-bodydesign .pricetable__contents table tbody tr.separate td {
  border-bottom-style: solid;
}
.mens-bodydesign .pricetable__contents table tbody tr:last-child th,
.mens-bodydesign .pricetable__contents table tbody tr:last-child td {
  border-bottom: 1px solid #baafa6;
}
.mens-bodydesign .pricetable__contents table tbody td {
  line-height: 24px;
}
.mens-bodydesign .pricetable__contents table thead th,
.mens-bodydesign .pricetable__contents table thead td {
  height: 33px;
  box-sizing: border-box;
}
.mens-bodydesign .pricetable__contents table thead th {
  padding: 4px;
  width: 125px;
  min-height: 24px;
  color: #7f7875;
}
.mens-bodydesign .pricetable__contents table thead td {
  padding: 0 1em;
  line-height: 1.3333333333;
}
.mens-bodydesign .pricetable__contents table thead .note {
  margin: 5px 0;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 0.8333333333em;
  color: #918b88;
}
.mens-bodydesign .pricetable__contents table thead .note::before {
  content: "※";
  color: #ec7c78;
}
.mens-bodydesign .pricetable__contents table tbody tr:nth-child(even) th,
.mens-bodydesign .pricetable__contents table tbody tr:nth-child(even) td {
  background-color: #f2efed;
}
.mens-bodydesign .pricetable__contents table tbody th,
.mens-bodydesign .pricetable__contents table tbody td {
  line-height: 16/12;
}
.mens-bodydesign .pricetable__contents table tbody th {
  padding: 10px 10px 10px 20px;
  background: url(../img/arrow/arrow.png) 5px center no-repeat;
}
.mens-bodydesign .pricetable__contents table tbody td {
  padding: 5px;
  height: 14px;
  text-align: center;
  color: #7f7875;
}
.mens-bodydesign .pricetable__contents table tbody td span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.mens-bodydesign .pricetable__contents table tbody td.loan {
  line-height: 1.25;
  font-size: 11px;
  box-sizing: border-box;
}
.mens-bodydesign .pricetable__contents table tfoot {
  border: 1px solid #baafa6;
  border-top: 0;
}
.mens-bodydesign .pricetable__contents table tfoot td {
  padding: 10px 15px;
}
.mens-bodydesign .pricetable__contents table tfoot .price-inclusion .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.mens-bodydesign .pricetable__contents table tfoot .inclusion-item {
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.mens-bodydesign .pricetable__contents table tfoot .inclusion-item .item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mens-bodydesign .pricetable__contents table tfoot .inclusion-item .item-inner::after {
  content: "";
  display: block;
  flex: 1;
  order: 2;
  margin: 0 10px 0 25px;
  width: 100%;
  border-top: 1px dotted #baafa6;
}
.mens-bodydesign .pricetable__contents table tfoot .inclusion-item .title {
  order: 1;
  font-weight: bold;
}
.mens-bodydesign .pricetable__contents table tfoot .inclusion-item .summary {
  color: #b4afac;
}
.mens-bodydesign .pricetable__contents table tfoot .inclusion-item .price {
  order: 3;
}
.mens-bodydesign .pricetable__contents table thead th {
  line-height: 16px;
}
.mens-bodydesign .pricetable__contents table thead th .tax-include,
.mens-bodydesign .pricetable__contents table thead th span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.mens-bodydesign .pricetable__contents table thead th a {
  padding-left: 15px;
  background: url(../img/arrow/arrow2.png) left top no-repeat;
  text-decoration: none;
  font-size: 0.8333333333em;
  color: #7f7875;
}
.mens-bodydesign .pricetable__contents table thead th a:hover {
  background-image: url(../img/arrow/arrow2_h.png);
}
.mens-bodydesign .pricetable__contents table thead th.loan {
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
  width: 100px;
}
.mens-bodydesign .pricetable__contents table thead .icon.question {
  display: inline-block;
  position: relative;
  margin-right: -20px;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background: url(../img/icon_question2.png);
  cursor: help;
  vertical-align: sub;
}
.mens-bodydesign .pricetable__contents table thead .icon.question .text {
  display: none;
}
.mens-bodydesign .pricetable__contents table thead .icon.question .text a {
  padding: 0;
  background: none;
  text-decoration: underline;
  font-size: 1em;
  color: #6d9dd0;
}
.mens-bodydesign .pricetable__contents table thead .icon.question:hover .text, .mens-bodydesign .pricetable__contents table thead .icon.question:hover::after {
  position: absolute;
}
.mens-bodydesign .pricetable__contents table thead .icon.question:hover .text {
  display: block;
  right: -36px;
  bottom: 21px;
  z-index: 1;
  padding: 14px;
  width: 330px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #efece9;
  text-align: left;
  line-height: 1.5;
  font-size: 1em;
  font-style: normal;
  color: #7f7875;
  box-sizing: border-box;
}
.mens-bodydesign .pricetable__contents table thead .icon.question:hover::after {
  content: "";
  top: -6px;
  right: 3px;
  z-index: 2;
  border-top: 8px solid #efece9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.mens-bodydesign .pricetable__contents table tbody th {
  line-height: 1.3333333333;
}
.mens-bodydesign .pricetable__contents table tbody td {
  line-height: 1.3333333333;
}
.mens-bodydesign .pricetable__contents table tbody td .price + .reduce ol {
  text-align: right;
}
.mens-bodydesign .pricetable__contents table tbody td .reduce ol li > span {
  display: inline;
}
.mens-bodydesign .pricetable__contents table tbody td .reduce ol li:nth-child(2) {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}
.mens-bodydesign .pricetable__contents table tbody td .reduce ol li:nth-child(2) span {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
.mens-bodydesign .pricetable__contents table th,
.mens-bodydesign .pricetable__contents table td {
  height: auto;
  border: 0;
  font-size: inherit;
}
.mens-bodydesign .pricetable__contents table th {
  box-sizing: border-box;
}
.mens-bodydesign .pricetable__contents table td {
  width: 102px;
}
.mens-bodydesign .pricetable__contents table thead th:empty,
.mens-bodydesign .pricetable__contents table thead td:empty {
  background: none;
}
.mens-bodydesign .pricetable__contents table thead td {
  width: auto;
}
.mens-bodydesign .pricetable__contents table tbody td {
  padding-right: 15px;
  padding-left: 15px;
}
.mens-bodydesign .pricetable__contents table tbody td:last-child {
  padding-right: 0;
  padding-left: 0;
}
.mens-bodydesign .pricetable__contents table tfoot {
  border: 1px solid #baafa6;
  border-top: 0;
}
.mens-bodydesign .pricetable__contents table tfoot td {
  padding: 10px 15px;
}
.mens-bodydesign .pricetable__contents table .price-inclusion .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.mens-bodydesign .pricetable__contents table .inclusion-item {
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.mens-bodydesign .pricetable__contents table .inclusion-item .item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
.mens-bodydesign .pricetable__contents table .inclusion-item .item-inner::after {
  content: "";
  display: block;
  flex: 1;
  order: 2;
  margin: 0 10px 0 25px;
  width: 100%;
  border-top: 1px dotted #baafa6;
}
.mens-bodydesign .pricetable__contents table .inclusion-item .title {
  order: 1;
  font-weight: bold;
}
.mens-bodydesign .pricetable__contents table .inclusion-item .summary {
  color: #b4afac;
}
.mens-bodydesign .pricetable__contents table .inclusion-item .price {
  order: 3;
}
.mens-bodydesign .pricetable__contents table + table {
  margin-top: 10px;
}
.mens-bodydesign .pricetable__contents .icon.question {
  display: inline-block;
  position: relative;
  margin-right: -20px;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background: url(../img/icon_question2.png);
  cursor: help;
}
.mens-bodydesign .pricetable__contents .icon.question .text {
  display: none;
}
.mens-bodydesign .pricetable__contents .icon.question .text a {
  padding: 0;
  background: none;
  text-decoration: underline;
  font-size: 1em;
  color: #6d9dd0;
}
.mens-bodydesign .pricetable__contents .icon.question:hover .text, .mens-bodydesign .pricetable__contents .icon.question:hover::after {
  position: absolute;
}
.mens-bodydesign .pricetable__contents .icon.question:hover .text {
  display: block;
  right: -36px;
  bottom: 21px;
  z-index: 1;
  padding: 14px;
  width: 330px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #efece9;
  text-align: left;
  line-height: 1.5;
  font-size: 1em;
  font-style: normal;
  color: #7f7875;
  box-sizing: border-box;
}
.mens-bodydesign .pricetable__contents .icon.question:hover::after {
  content: "";
  top: -6px;
  right: 3px;
  z-index: 2;
  border-top: 8px solid #efece9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.mens-bodydesign .pricetable__contents .item-cap {
  margin-top: 10px;
}
.mens-bodydesign .pricetable__contents .item-cap__text {
  padding-left: 12px;
  text-indent: -12px;
  line-height: 1.5;
  font-size: 12px;
  color: #918b88;
}
.mens-bodydesign .pricetable__contents .item-cap__text::before {
  content: "※";
  color: #ed7b74;
}
.mens-bodydesign .pricetable__contents .item-more {
  float: right;
  margin-top: 15px;
  padding-right: 15px;
  cursor: pointer;
  font-size: 10px;
  color: #7e7774;
}
.mens-bodydesign .pricetable__contents .item-more:hover {
  color: #ed7b74;
}
.mens-bodydesign .pricetable__contents .item-more.close {
  background: url(../img/arrow/arrow4.png) right center no-repeat;
}
.mens-bodydesign .pricetable__contents .item-more.close:hover {
  background: url(../img/arrow/arrow4_h.png) right center no-repeat;
}
.mens-bodydesign .pricetable__contents .item-more.open {
  background: url(../img/arrow/arrow3.png) right center no-repeat;
}
.mens-bodydesign .pricetable__contents .item-more.open:hover {
  background: url(../img/arrow/arrow3_h.png) right center no-repeat;
}
.mens-bodydesign .pricetable__contents:last-child {
  margin-bottom: 0;
}
.mens-bodydesign .m-kinds .c-button a {
  display: inline-block;
  width: 279px;
  border: 2px solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  color: #f5f2f0;
  transition: opacity 0.1s linear;
}
.mens-bodydesign .m-kinds .c-button a:hover {
  color: #f5f2f0 !important;
}
.mens-bodydesign .m-kinds .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;
}
.mens-bodydesign .m-kinds .c-button a .inner-text::before, .mens-bodydesign .m-kinds .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 0.1s;
}
.mens-bodydesign .m-kinds .c-button a .inner-text::after {
  z-index: 1;
  width: 22px;
  height: 22px;
  background: url(../img/arrow/arrow16_h.png) top left no-repeat;
}
.mens-bodydesign .m-kinds .c-button a::after {
  display: block;
  border-top: 1px solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 10px;
}
.mens-bodydesign .m-kinds .c-button.consultation a::after {
  content: "あなたのお悩みに24時間以内に返答します。";
}
.mens-bodydesign .m-kinds .c-button.counseling a::after {
  content: "ドクターとのカウンセリングです";
}
.mens-bodydesign .m-kinds .c-button.line a::after {
  content: "メールアドレス不要で気軽に質問。";
}
.mens-bodydesign .m-kinds .c-button.line .inner-text {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}
.mens-bodydesign .m-kinds .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;
}
.mens-bodydesign .m-kinds .c-button.line:hover a .inner-text::before {
  background: url(../img/arrow/arrow16_h.png) top left no-repeat;
  opacity: 1;
}
.mens-bodydesign .m-kinds .c-button.attribute a::after {
  content: attr(data-subtext);
}
.mens-bodydesign .m-kinds .c-button:hover a .inner-text::before {
  opacity: 0;
  transition: opacity 0.1s;
}
.mens-bodydesign .m-kinds .sub-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;
  margin-bottom: 30px;
}
.mens-bodydesign .m-kinds .m-cv {
  margin-bottom: 30px;
}
.mens-bodydesign .m-kinds .m-cv .text {
  margin-bottom: 20px;
}
.mens-bodydesign .m-kinds .m-cv .text .emphasis {
  font-weight: bold;
  color: #ec7c78;
}
.mens-bodydesign .m-kinds .m-cv__contents {
  padding: 20px;
  border: 1px solid #d4d0ce;
  background: #f5f2f0;
  color: #7f7875;
}
.mens-bodydesign .m-kinds .m-cv__contents .lead {
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
}
.mens-bodydesign .m-kinds .m-cv__contents .lead .emphasis {
  font-weight: bold;
  color: #ec7c78;
}
.mens-bodydesign .m-kinds .m-cv__contents .c-button {
  text-align: center;
}
.mens-bodydesign .m-kinds .m-cv__contents .c-button a::after {
  content: "ドクターが全て対応します";
}
.mens-bodydesign .m-menu {
  margin-bottom: 30px;
}
.mens-bodydesign .m-menu-contents {
  display: grid;
  column-gap: 20px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.mens-bodydesign .m-menu-contents__inner {
  flex: 1;
}
.mens-bodydesign .m-menu-contents + .m-menu-contents {
  margin-top: 30px;
}
.mens-bodydesign .m-menu__title {
  grid-column: 1/2;
  grid-row: 1/2;
  font-size: 1.5em;
  color: #7f7875;
}
.mens-bodydesign .m-menu__title .emphasis {
  display: block;
  padding-bottom: 11px;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 1.375em;
  font-weight: bold;
  color: #4b60a3;
  border-bottom: 1px solid #7f7875;
}
.mens-bodydesign .m-menu__title .emphasis .small {
  font-weight: bold;
  font-size: 0.7727272727em;
}
.mens-bodydesign .m-menu__pic {
  grid-column: 2/3;
  grid-row: 1/3;
}
.mens-bodydesign .m-menu__list {
  grid-column: 1/2;
  grid-row: 2/3;
}
.mens-bodydesign .m-menu__item {
  padding-top: 3px;
  padding-left: 28px;
  background: url(../img/troubles_mens-bodydesign_menu_item_bg.png) 0 0 no-repeat;
  font-size: 1.4em;
  font-weight: bold;
  color: #7f7875;
}
.mens-bodydesign .m-menu__item + .m-menu__item {
  margin-top: 9px;
}
.mens-bodydesign #campaignlist .folding .summary table tbody .net .form .c-button a::after {
  content: attr(data-subtext);
}
.mens-bodydesign .campaign > .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;
  margin-bottom: 10px;
}
.mens-bodydesign #campaignlist .folding div.price table,
.mens-bodydesign #campaignlist .folding .option table,
.mens-bodydesign #campaignlist .folding .summary table {
  width: 100%;
}
.mens-bodydesign .m-flow .lead {
  margin-bottom: 50px;
}
.mens-bodydesign .m-flow__item + .m-flow__item {
  margin-top: 45px;
}
.mens-bodydesign .m-flow__contents {
  display: flex;
  column-gap: 20px;
  color: #7f7875;
}
.mens-bodydesign .m-flow__contents__inner {
  flex: 1;
}
.mens-bodydesign .m-flow__contents__title {
  margin-bottom: 9px;
  padding-bottom: 12px;
  border-bottom: 1px solid #7f7875;
  font-size: 1.8em;
  font-weight: bold;
}
.mens-bodydesign .m-flow__contents__text {
  line-height: 1.7142857143;
  font-size: 1.4em;
}
.mens-bodydesign .m-flow__contents__text + .m-flow__contents__text {
  margin-top: 0.25em;
}
.mens-bodydesign .m-faq .answer .text {
  float: none;
  width: auto;
}
.mens-bodydesign .m-faq .answer .text + .list {
  margin-top: 20px;
}
.mens-bodydesign .m-faq .answer .list-item {
  list-style-position: inside;
  list-style-type: disc;
  line-height: 1.625;
  font-size: 1.6em;
  color: #7f7875;
}
.mens-bodydesign .m-faq .answer .link {
  margin-top: 20px;
  text-align: right;
  font-size: 1.3em;
  color: #7f7875;
}
.mens-bodydesign .m-faq .answer .link a {
  display: inline-block;
  padding-right: 19px;
  background: url(../img/arrow/arrow18.png) right center no-repeat;
  background-size: contain;
}

.back-flab .m-about .about2 .text {
  float: none;
  width: auto;
}
.back-flab .m-about .about2 .pic {
  margin-bottom: 25px;
}

.waist-slender .m-about .about2 > .text {
  float: none;
  width: auto;
}
.waist-slender .m-about .about2 .contents-item {
  float: left;
}
.waist-slender .m-about .about2 .contents-item + .contents-item {
  margin-left: 14px;
}

.back-flab .m-case2 .m-entry-item .m-case {
  border-top-width: 4px;
  border-top-style: solid;
}
.back-flab .m-case2 .m-entry-item .m-case.liposuction {
  border-top-color: #5777b0;
}
.back-flab .m-case2 .m-entry-item .m-case.breast-hip {
  border-top-color: #c64d78;
}
.back-flab .m-case2 .m-entry-item .m-case.antiaging {
  border-top-color: #7a5b9a;
}
.back-flab .m-case2 .m-entry-item .m-case.others {
  border-top-color: #87b263;
}
.back-flab .m-case2 .m-entry-item .m-case-inner {
  margin: 0;
  padding: 0 10px;
  background-image: linear-gradient(to bottom, #e3deda 0%, #f7f5f4 90%, #fff 100%);
}
.back-flab .m-case2 .m-entry-item .m-case .case-title {
  position: relative;
  padding: 20px 20px 20px 10px;
}
.back-flab .m-case2 .m-entry-item .m-case .case-title .sex-age {
  font-size: 20px;
}
.back-flab .m-case2 .m-entry-item .m-case .case-title > .title {
  border: 0;
  line-height: 1.2307692308;
  font-size: 26px;
  color: #7f7875;
}
.back-flab .m-case2 .m-entry-item .m-case .attr-list {
  margin-top: 10px;
}
.back-flab .m-case2 .m-entry-item .m-case .attr-item a {
  color: #7f7875;
}
.back-flab .m-case2 .m-entry-item .m-case .case-pic {
  margin-bottom: 30px;
  text-align: center;
}
.back-flab .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;
}
.back-flab .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;
}
.back-flab .m-case2 .m-entry-item .m-case .operation-link {
  margin: 0 20px 10px;
  font-size: 1.2em;
  color: #7f7875;
}
.back-flab .m-case2 .m-entry-item .m-case .operation-link::before {
  content: "治療名：";
  display: inline-block;
  font-weight: bold;
}
.back-flab .m-case2 .m-entry-item .m-case .operation-link a {
  display: inline-block;
}
.back-flab .m-case2 .m-entry-item .m-case .price-info {
  margin: 0 20px 10px;
}
.back-flab .m-case2 .m-entry-item .m-case .price-info .info-text {
  line-height: 1.5;
  font-size: 12px;
  color: #7f7875;
}
.back-flab .m-case2 .m-entry-item .m-case .price-info .info-text em {
  font-weight: bold;
}
.back-flab .m-case2 .m-entry-item .m-case .price-info .info-text a {
  text-decoration: underline;
}
.back-flab .m-case2 .m-entry-item .m-case .price-info .caution em a {
  text-decoration: underline;
  font-weight: bold;
}
.back-flab .m-case2 .downtime {
  margin: 0;
  color: #7f7875;
}
.back-flab .m-case2 .downtime > .title {
  margin: 0;
  padding: 10px;
  border: 1px solid #d3cac3;
  border-bottom: 0;
  background: #f5f3f1;
  font-size: 14px;
}
.back-flab .m-case2 .downtime .contents-inner {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #d3cac3;
}
.back-flab .m-case2 .downtime-item {
  display: flex;
  width: 50%;
  border-bottom: 1px solid #d3cac3;
  box-sizing: border-box;
}
.back-flab .m-case2 .downtime-item .title,
.back-flab .m-case2 .downtime-item .text {
  padding: 5px 10px;
  line-height: 1.5;
  font-size: 12px;
}
.back-flab .m-case2 .downtime-item .title {
  margin: 0;
  width: 30%;
  border-right: 1px solid #d3cac3;
  background: #f5f3f1;
  text-align: center;
}
.back-flab .m-case2 .downtime-item .text {
  width: 70%;
  background: #fff;
}
.back-flab .m-case2 .downtime-item .text::before, .back-flab .m-case2 .downtime-item .text::after {
  margin: 0;
}
.back-flab .m-case2 .downtime-item:nth-child(odd) {
  border-right: 1px solid #d3cac3;
}
.back-flab .m-case2 .downtime-item:last-child {
  border-bottom: 0;
}
.back-flab .m-case2 .downtime + .case-info-table {
  margin-bottom: 20px;
}
.back-flab .m-case2 .downtime {
  margin-right: 0;
  margin-left: 0;
}
.back-flab .m-case2 .downtime + .case-info-table {
  margin: 20px 0 0;
}

.breasts .m-flow-item:nth-child(3) {
  background-image: url(../img/troubles_flow_bg5.jpg);
}
.breasts .m-flow-item:nth-child(4) {
  background-image: url(../img/troubles_flow_bg6.jpg);
}

.breast-augmentation .m-feature-contents:nth-child(2) {
  background-image: url(../img/troubles_accessory_breast_feature_pic2.jpg);
}
.breast-augmentation .m-feature-contents:nth-child(3) {
  background-image: url(../img/troubles_waifish_feature_pic3.jpg);
}
.breast-augmentation .m-movie .case-movie {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 30px;
}
.breast-augmentation .m-movie .case-movie__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background: #dfd8d3;
}
.breast-augmentation .m-movie .case-movie__item:first-child:last-child {
  flex-direction: row;
  width: 100%;
}
.breast-augmentation .m-movie .case-movie__title {
  flex: 1;
  text-align: center;
  line-height: 1.3125;
  font-size: 1.6em;
  font-weight: bold;
  color: #59514d;
}
.breast-augmentation .m-movie .case-movie__pic {
  cursor: pointer;
}
.breast-augmentation .m-movie .case-movie__title {
  line-height: 55px;
}
.breast-augmentation .m-reason > .title {
  padding-bottom: 0;
}
.breast-augmentation .m-troubles > .lead {
  margin-bottom: 35px;
}
.breast-augmentation .m-troubles .text {
  width: 330px;
}
.breast-augmentation .m-troubles .pic {
  overflow: hidden;
}
.breast-augmentation .m-troubles .m-sub-contents {
  *zoom: 1;
  margin-bottom: 35px;
}
.breast-augmentation .m-troubles .m-sub-contents::after {
  content: "";
  display: table;
  clear: both;
}
.breast-augmentation .m-troubles .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: #94bc5a;
}
.breast-augmentation .m-troubles .m-sub-contents > .lead,
.breast-augmentation .m-troubles .m-sub-contents .text {
  margin-bottom: 25px;
}
.breast-augmentation .m-troubles .m-sub-contents .text {
  float: left;
  text-align: justify;
}
.breast-augmentation .m-troubles .m-sub-contents .operation {
  display: table;
  clear: left;
  float: left;
  width: 330px;
}
.breast-augmentation .m-troubles .m-sub-contents .operation > * {
  display: table-cell;
  vertical-align: middle;
}
.breast-augmentation .m-troubles .m-sub-contents .operation > .title {
  padding: 8px 0;
  width: 90px;
  border-radius: 3px;
  background: #a39e9b;
  vertical-align: middle;
  text-align: center;
  line-height: 1.4285714286;
  font-size: 1.4em;
  color: #fff;
}
.breast-augmentation .m-troubles .m-sub-contents .operation-list {
  margin-left: 10px;
}
.breast-augmentation .m-troubles .m-sub-contents .operation-item {
  margin-bottom: 4px;
  padding-left: 9px;
  border-radius: 0.2rem;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 1.625;
  font-size: 1.6em;
}
.breast-augmentation .m-troubles .m-sub-contents .operation-item:last-child {
  margin-bottom: 0;
}
.breast-augmentation .m-troubles .m-sub-contents .operation-item.siliconbag {
  background-image: url(../img/troubles_breast-augmentation_troubles_operation_siliconbag_bg.png);
}
.breast-augmentation .m-troubles .m-sub-contents .operation-item.hyaluronic-acid {
  background-image: url(../img/troubles_breast-augmentation_troubles_operation_hyaluronic-acid_bg.png);
}
.breast-augmentation .m-troubles .m-sub-contents .operation-item.fat {
  background-image: url(../img/troubles_breast-augmentation_troubles_operation_fat_bg.png);
}
.breast-augmentation .m-troubles .m-sub-contents .operation-item a {
  color: #7f7875;
}
.breast-augmentation .m-troubles .m-sub-contents .operation-item a:hover {
  color: #7f7875 !important;
}
.breast-augmentation .m-troubles .m-sub-contents .pic {
  text-align: right;
}
.breast-augmentation .m-operations > .lead {
  margin-bottom: 30px;
}
.breast-augmentation .m-operations .recommend-item {
  padding-left: 27px;
  background: url(../img/troubles_list_item_bg.png) left center no-repeat;
  line-height: 1.8333333333;
  font-size: 1.8em;
  font-weight: bold;
}
.breast-augmentation .m-operations .recommend-item .emphasis {
  font-weight: bold;
  color: #ec7c78;
}
.breast-augmentation .m-operations .operation-contents {
  color: #7f7875;
}
.breast-augmentation .m-operations .operation-contents > .title {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 20px;
  height: 69px;
  background: url(../img/troubles_operation_contents_title_bg.png) 0 0 no-repeat;
  line-height: 2.3333333333;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3em;
  color: #584f4c;
}
.breast-augmentation .m-operations .operation-contents > .title::after {
  content: "";
  display: block;
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.breast-augmentation .m-operations .operation-contents .text {
  margin-bottom: 24px;
}
.breast-augmentation .m-operations .operation-contents .text,
.breast-augmentation .m-operations .operation-contents .recommend {
  float: left;
  width: 337px;
}
.breast-augmentation .m-operations .operation-contents .recommend {
  clear: left;
  padding: 18px 20px 10px;
  border-radius: 10px;
  background: #ebeae8;
  box-sizing: border-box;
}
.breast-augmentation .m-operations .operation-contents .recommend__title {
  margin-bottom: 6px;
  font-size: 1.6em;
}
.breast-augmentation .m-operations .operation-contents .pic {
  overflow: hidden;
  text-align: right;
}
.breast-augmentation .m-operations .operation-contents > .link {
  text-align: right;
  font-size: 1.4em;
  clear: both;
  margin-top: 20px;
}
.breast-augmentation .m-operations .operation-contents > .link a {
  transition: all 0.1s linear;
  display: inline-block;
  padding: 19px 42px;
  background: url(../img/arrow/arrow16.png) right 11px center no-repeat #d3cbc5;
  color: #7f7875;
}
.breast-augmentation .m-operations .operation-contents > .link a:hover {
  opacity: 0.6;
  color: #7f7875 !important;
}
.breast-augmentation .m-operations .operation-contents + .operation-contents {
  margin-top: 50px;
}
.breast-augmentation .m-operations .operation-contents.fat > .title::after {
  top: -21px;
  right: 1px;
  width: 239px;
  height: 131px;
  background-image: url(../img/troubles_breast-augmentation_operations_fat_title_bg.png);
}
.breast-augmentation .m-operations .operation-contents.siliconbag > .title::after {
  top: -11px;
  right: 39px;
  width: 147px;
  height: 99px;
  background-image: url(../img/troubles_breast-augmentation_operations_siliconbag_title_bg.png);
}
.breast-augmentation .m-operations .operation-contents.hyaluronic-acid > .title::after {
  top: -20px;
  right: -8px;
  width: 195px;
  height: 140px;
  background-image: url(../img/troubles_breast-augmentation_operations_hyaluronic-acid_title_bg.png);
}
.breast-augmentation .m-operations .recommend-operation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.breast-augmentation .m-operations .recommend-operation > .title {
  margin-top: 40px;
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #d6d3d2;
  background: linear-gradient(to top, #f5f3f1 0%, #f5f3f1 50%, #f5f3f1 55%, #fff 100%) no-repeat 0 0;
  text-align: center;
  line-height: 37px;
  font-size: 1.4em;
}
.breast-augmentation .m-operations .recommend-contents {
  flex-basis: 314px;
  margin-bottom: 27.5px;
  text-align: center;
  color: #7f7875;
}
.breast-augmentation .m-operations .recommend-contents__title {
  margin-bottom: 7px;
  font-size: 1.5em;
  font-weight: bold;
}
.breast-augmentation .m-operations .recommend-contents__name {
  display: inline-block;
  margin: 0 auto 10px;
  padding: 4px 10px;
  border-radius: 10px;
  background: #7f7875;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
}
.breast-augmentation .m-operations .recommend-contents__text {
  margin-top: 7px;
  text-align: left;
  line-height: 1.5;
  font-size: 1.2em;
}
.breast-augmentation .m-operations .recommend-contents:last-child, .breast-augmentation .m-operations .recommend-contents:nth-last-child(2) {
  margin-bottom: 0;
  padding: 0;
  border-bottom: 0;
}
.breast-augmentation .m-comment {
  display: flex;
  flex-wrap: wrap;
}
.breast-augmentation .m-comment .title {
  width: 100%;
}
.breast-augmentation .m-comment .comment {
  flex: 1;
  order: 2;
}
.breast-augmentation .m-comment .text + .text {
  margin-top: 20px;
}
.breast-augmentation .m-comment .name {
  display: block;
  margin-top: 20px;
  text-align: right;
}
.breast-augmentation .m-comment .pic {
  order: 1;
  margin: -18px 40px 0;
}
.breast-augmentation .m-kinds > .lead {
  margin-bottom: 20px;
}
.breast-augmentation .m-kinds table {
  margin-bottom: 20px;
  width: calc(100% - 20px);
}
.breast-augmentation .m-kinds th,
.breast-augmentation .m-kinds td {
  border: 1px solid #e5dfdb;
  font-size: 1.2em;
  color: #7f7875;
  box-sizing: border-box;
}
.breast-augmentation .m-kinds th:first-child:empty,
.breast-augmentation .m-kinds td:first-child:empty {
  background: linear-gradient(21deg, #fff 50%, #e5dfdb 51%, #fff 51%);
}
.breast-augmentation .m-kinds th > ul li,
.breast-augmentation .m-kinds td > ul li {
  padding-left: 0;
}
.breast-augmentation .m-kinds th > ul li::before,
.breast-augmentation .m-kinds td > ul li::before {
  content: none;
}
.breast-augmentation .m-kinds td:first-child:empty {
  background: linear-gradient(50deg, #fff 50%, #e5dfdb 51%, #fff 51%);
}
.breast-augmentation .m-kinds table .feature,
.breast-augmentation .m-kinds table .operation {
  vertical-align: top;
}
.breast-augmentation .m-kinds table .feature-list,
.breast-augmentation .m-kinds table .price-list {
  margin-left: 2em;
}
.breast-augmentation .m-kinds table .item {
  text-align: left;
  line-height: 1.1666666667;
}
.breast-augmentation .m-kinds table .item + * {
  margin-top: 5px;
}
.breast-augmentation .m-kinds table .feature-item,
.breast-augmentation .m-kinds table .price-item {
  list-style-type: disc;
}
.breast-augmentation .m-kinds table .operation-item a {
  display: block;
  padding-right: 15px;
  background: url(../img/arrow/arrow.png) right center no-repeat;
  font-weight: bold;
  color: #7f7875;
}
.breast-augmentation .m-kinds thead th {
  background: #eae5e2;
  text-align: center;
  line-height: 2;
  color: #7f7875;
}
.breast-augmentation .m-kinds thead th:not(:last-of-type) {
  border-right-color: #fff;
}
.breast-augmentation .m-kinds thead th + th {
  border-left-color: #fff;
}
.breast-augmentation .m-kinds thead tr:not(:last-child) th {
  border-bottom: 0;
}
.breast-augmentation .m-kinds thead tr:last-child th {
  border-top-color: #fff;
}
.breast-augmentation .m-kinds tbody th,
.breast-augmentation .m-kinds tbody td {
  height: 50px;
  line-height: 1.1666666667;
}
.breast-augmentation .m-kinds tbody th {
  padding: 10px 8px;
}
.breast-augmentation .m-kinds tbody td {
  padding: 10px 5px;
  width: 123px;
  text-align: center;
}
.breast-augmentation .m-kinds .points {
  margin-bottom: 35px;
  padding: 25px;
  border: 1px solid #ede9e5;
  background: #f5f2f0;
}
.breast-augmentation .m-kinds .points .pic {
  display: table;
  margin-left: 50px;
  caption-side: top;
}
.breast-augmentation .m-kinds .points .pic img {
  margin-left: -19px;
}
.breast-augmentation .m-kinds .points .pic figcaption {
  display: table-caption;
  margin-bottom: 20px;
  font-size: 1.6em;
  color: #7f7875;
}
.breast-augmentation .m-kinds .point-list {
  margin-bottom: 30px;
  padding-left: 50px;
  background: url(../img/troubles_faq_answer_bg_ohashi.png) left top no-repeat;
}
.breast-augmentation .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;
}
.breast-augmentation .m-kinds .point-item + .point-item {
  margin-top: 10px;
}
.breast-augmentation .m-kinds .info {
  display: flow-root;
  margin-bottom: 30px;
  padding: 0 20px 20px;
  background: #f5f2f0;
}
.breast-augmentation .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;
}
.breast-augmentation .m-kinds .info .text {
  float: right;
  margin-bottom: 20px;
  width: 200px;
  line-height: 1.6153846154;
  font-size: 1.3em;
  color: #7f7875;
}
.breast-augmentation .m-kinds .info .pic {
  position: relative;
  overflow: visible;
}
.breast-augmentation .m-kinds .info .pic figcaption {
  position: absolute;
  bottom: 0;
  left: 444px;
  width: 100%;
  text-indent: -1em;
  line-height: 1.25;
  font-size: 1.2em;
  color: #7f7875;
}
.breast-augmentation .m-faq .answer .text {
  width: auto;
}
.breast-augmentation .m-faq .answer .text + .text {
  margin-top: 20px;
}
.breast-augmentation .m-for-customers.p-supervision3 {
  margin-top: 50px;
  margin-bottom: 0;
}

.after_feeding_childbirth .m-title .inner-text {
  padding: 0;
}
.after_feeding_childbirth .m-feature-contents:nth-child(2) {
  background-image: url(../img/troubles_after_feeding_childbirth_feature_pic1.jpg);
}
.after_feeding_childbirth .m-feature-contents:nth-child(3) {
  background-image: url(../img/troubles_after_feeding_childbirth_feature_pic2.jpg);
}
.after_feeding_childbirth .m-cause > .text {
  margin-bottom: 30px;
}
.after_feeding_childbirth .m-cause .pic {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background: #f5f2f0;
}
.after_feeding_childbirth .m-cause .trigger-list {
  margin: 20px;
}
.after_feeding_childbirth .m-cause .trigger-item {
  padding-left: 80px;
  background-position: left top;
  background-repeat: no-repeat;
}
.after_feeding_childbirth .m-cause .trigger-item + .trigger-item {
  margin-top: 22px;
}
.after_feeding_childbirth .m-cause .trigger-item .title {
  margin-bottom: 8px;
  font-size: 1.6em;
  font-weight: bold;
  color: #7f7875;
}
.after_feeding_childbirth .m-cause .trigger-item .text {
  line-height: 1.4285714286;
  font-size: 1.4em;
  color: #999490;
}
.after_feeding_childbirth .m-cause .trigger-item .text::before {
  margin-top: -3px;
}
.after_feeding_childbirth .m-cause .trigger-item .text::after {
  margin-bottom: -3px;
}
.after_feeding_childbirth .m-cause .trigger-item:nth-child(1) {
  background-image: url(../img/troubles_after_feeding_childbirth_cause_trigger_bg1.png);
}
.after_feeding_childbirth .m-cause .trigger-item:nth-child(2) {
  background-image: url(../img/troubles_after_feeding_childbirth_cause_trigger_bg2.png);
}
.after_feeding_childbirth .m-cause .trigger-item:nth-child(3) {
  background-image: url(../img/troubles_after_feeding_childbirth_cause_trigger_bg3.png);
}
.after_feeding_childbirth .m-kinds .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: #94bc5a;
}
.after_feeding_childbirth .m-kinds .m-sub-contents table {
  width: 100%;
}
.after_feeding_childbirth .m-kinds .m-sub-contents .notice {
  margin: -20px 0 20px;
  text-align: right;
  line-height: 1.2;
  font-size: 1.1em;
  color: #7f7875;
}
.after_feeding_childbirth .m-kinds .m-sub-contents > .column {
  display: flow-root;
  margin-top: 30px;
  padding: 0 20px 20px;
  background: #f5f2f0;
}
.after_feeding_childbirth .m-kinds .m-sub-contents > .column .title {
  margin-bottom: 20px;
  padding: 20px 0 0 6px;
  border-left: 1px solid #ec7c78;
  font-size: 1.4em;
  font-weight: bold;
  color: #7f7875;
}
.after_feeding_childbirth .m-kinds .m-sub-contents > .column .text {
  float: right;
  margin-bottom: 20px;
  width: 200px;
  line-height: 1.6153846154;
  font-size: 1.3em;
  color: #7f7875;
}
.after_feeding_childbirth .m-kinds .m-sub-contents > .column .pic {
  position: relative;
  overflow: visible;
}
.after_feeding_childbirth .m-kinds .m-sub-contents > .column .pic figcaption {
  position: absolute;
  bottom: 0;
  left: 444px;
  width: 100%;
  text-indent: -1em;
  line-height: 1.25;
  font-size: 1.2em;
  color: #7f7875;
}
.after_feeding_childbirth .m-kinds .m-sub-contents > .info {
  margin-bottom: 35px;
}
.after_feeding_childbirth .m-kinds .comment {
  margin-bottom: 35px;
  padding: 25px;
  border: 1px solid #ede9e5;
  background: #f5f2f0;
  padding-left: 65px;
  background-image: url(../img/troubles_faq_answer_bg_ohashi.png);
  background-position: 15px 25px;
  background-repeat: no-repeat;
}
.after_feeding_childbirth .m-kinds .comment > .title {
  margin-bottom: 20px;
  font-size: 1.6em;
  font-weight: bold;
  color: #7f7875;
}
.after_feeding_childbirth .m-kinds .comment .text {
  line-height: 1.625;
}
.after_feeding_childbirth .m-kinds .comment .text::before {
  margin-top: -5px;
}
.after_feeding_childbirth .m-kinds .comment .text::after {
  margin-bottom: -5px;
}
.after_feeding_childbirth .m-kinds #enlargement table thead tr th:nth-of-type(2) .name {
  letter-spacing: -0.5px;
}
.after_feeding_childbirth .m-kinds #reduction table thead tr td {
  width: 366px;
  background: linear-gradient(11.5deg, #fff 50%, #e5dfdb 51%, #fff 51%);
}
.after_feeding_childbirth .m-case .pic {
  margin: 0 0 14px 11px;
  width: 336px;
}
.after_feeding_childbirth .m-case .pic img {
  max-width: 100%;
  height: auto;
}

.hip-up .m-price #feature .pic,
.after_breast_reconstruction .m-price #feature .pic,
.funnel_chest .m-price #feature .pic,
.accessory_breast .m-price #feature .pic,
.nipple_reduction .m-price #feature .pic,
.darkening_nipple .m-price #feature .pic,
.areola_reduction .m-price #feature .pic,
.inverted_nipple .m-price #feature .pic,
.areola_atrophy .m-price #feature .pic,
.montgomery_glands .m-price #feature .pic,
.breast-reduction-lift .m-price #feature .pic {
  margin-bottom: 10px;
}
.hip-up .m-price #feature .pic img,
.after_breast_reconstruction .m-price #feature .pic img,
.funnel_chest .m-price #feature .pic img,
.accessory_breast .m-price #feature .pic img,
.nipple_reduction .m-price #feature .pic img,
.darkening_nipple .m-price #feature .pic img,
.areola_reduction .m-price #feature .pic img,
.inverted_nipple .m-price #feature .pic img,
.areola_atrophy .m-price #feature .pic img,
.montgomery_glands .m-price #feature .pic img,
.breast-reduction-lift .m-price #feature .pic img {
  border: 1px solid #baafa6;
}
.hip-up .m-price #feature #service,
.after_breast_reconstruction .m-price #feature #service,
.funnel_chest .m-price #feature #service,
.accessory_breast .m-price #feature #service,
.nipple_reduction .m-price #feature #service,
.darkening_nipple .m-price #feature #service,
.areola_reduction .m-price #feature #service,
.inverted_nipple .m-price #feature #service,
.areola_atrophy .m-price #feature #service,
.montgomery_glands .m-price #feature #service,
.breast-reduction-lift .m-price #feature #service {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-left: 0;
  display: flex;
  column-gap: 10px;
  margin-bottom: 20px;
  margin-left: 0;
}
.hip-up .m-price #feature #service li,
.after_breast_reconstruction .m-price #feature #service li,
.funnel_chest .m-price #feature #service li,
.accessory_breast .m-price #feature #service li,
.nipple_reduction .m-price #feature #service li,
.darkening_nipple .m-price #feature #service li,
.areola_reduction .m-price #feature #service li,
.inverted_nipple .m-price #feature #service li,
.areola_atrophy .m-price #feature #service li,
.montgomery_glands .m-price #feature #service li,
.breast-reduction-lift .m-price #feature #service li {
  border: 1px solid #baafa6;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.hip-up .m-price #feature #service a:hover img,
.after_breast_reconstruction .m-price #feature #service a:hover img,
.funnel_chest .m-price #feature #service a:hover img,
.accessory_breast .m-price #feature #service a:hover img,
.nipple_reduction .m-price #feature #service a:hover img,
.darkening_nipple .m-price #feature #service a:hover img,
.areola_reduction .m-price #feature #service a:hover img,
.inverted_nipple .m-price #feature #service a:hover img,
.areola_atrophy .m-price #feature #service a:hover img,
.montgomery_glands .m-price #feature #service a:hover img,
.breast-reduction-lift .m-price #feature #service a:hover img {
  opacity: 0;
}
.hip-up .m-price #feature #service li.transportation,
.after_breast_reconstruction .m-price #feature #service li.transportation,
.funnel_chest .m-price #feature #service li.transportation,
.accessory_breast .m-price #feature #service li.transportation,
.nipple_reduction .m-price #feature #service li.transportation,
.darkening_nipple .m-price #feature #service li.transportation,
.areola_reduction .m-price #feature #service li.transportation,
.inverted_nipple .m-price #feature #service li.transportation,
.areola_atrophy .m-price #feature #service li.transportation,
.montgomery_glands .m-price #feature #service li.transportation,
.breast-reduction-lift .m-price #feature #service li.transportation {
  background-image: url(../img/sprite/hover/price/price_feature_transportation_h.png);
}
.hip-up .m-price #feature #service li.oneday,
.after_breast_reconstruction .m-price #feature #service li.oneday,
.funnel_chest .m-price #feature #service li.oneday,
.accessory_breast .m-price #feature #service li.oneday,
.nipple_reduction .m-price #feature #service li.oneday,
.darkening_nipple .m-price #feature #service li.oneday,
.areola_reduction .m-price #feature #service li.oneday,
.inverted_nipple .m-price #feature #service li.oneday,
.areola_atrophy .m-price #feature #service li.oneday,
.montgomery_glands .m-price #feature #service li.oneday,
.breast-reduction-lift .m-price #feature #service li.oneday {
  background-image: url(../img/sprite/hover/price/price_feature_oneday_h.png);
}
.hip-up .m-price #feature #service li.guarantee,
.after_breast_reconstruction .m-price #feature #service li.guarantee,
.funnel_chest .m-price #feature #service li.guarantee,
.accessory_breast .m-price #feature #service li.guarantee,
.nipple_reduction .m-price #feature #service li.guarantee,
.darkening_nipple .m-price #feature #service li.guarantee,
.areola_reduction .m-price #feature #service li.guarantee,
.inverted_nipple .m-price #feature #service li.guarantee,
.areola_atrophy .m-price #feature #service li.guarantee,
.montgomery_glands .m-price #feature #service li.guarantee,
.breast-reduction-lift .m-price #feature #service li.guarantee {
  background-image: url(../img/sprite/hover/price/price_feature_guarantee_h.png);
}
.hip-up .m-price #feature #service li,
.after_breast_reconstruction .m-price #feature #service li,
.funnel_chest .m-price #feature #service li,
.accessory_breast .m-price #feature #service li,
.nipple_reduction .m-price #feature #service li,
.darkening_nipple .m-price #feature #service li,
.areola_reduction .m-price #feature #service li,
.inverted_nipple .m-price #feature #service li,
.areola_atrophy .m-price #feature #service li,
.montgomery_glands .m-price #feature #service li,
.breast-reduction-lift .m-price #feature #service li {
  border: 1px solid #baafa6;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.hip-up .m-price #feature #service li a:hover img,
.after_breast_reconstruction .m-price #feature #service li a:hover img,
.funnel_chest .m-price #feature #service li a:hover img,
.accessory_breast .m-price #feature #service li a:hover img,
.nipple_reduction .m-price #feature #service li a:hover img,
.darkening_nipple .m-price #feature #service li a:hover img,
.areola_reduction .m-price #feature #service li a:hover img,
.inverted_nipple .m-price #feature #service li a:hover img,
.areola_atrophy .m-price #feature #service li a:hover img,
.montgomery_glands .m-price #feature #service li a:hover img,
.breast-reduction-lift .m-price #feature #service li a:hover img {
  opacity: 0;
}
.hip-up .m-price #feature #service li:nth-child(1),
.after_breast_reconstruction .m-price #feature #service li:nth-child(1),
.funnel_chest .m-price #feature #service li:nth-child(1),
.accessory_breast .m-price #feature #service li:nth-child(1),
.nipple_reduction .m-price #feature #service li:nth-child(1),
.darkening_nipple .m-price #feature #service li:nth-child(1),
.areola_reduction .m-price #feature #service li:nth-child(1),
.inverted_nipple .m-price #feature #service li:nth-child(1),
.areola_atrophy .m-price #feature #service li:nth-child(1),
.montgomery_glands .m-price #feature #service li:nth-child(1),
.breast-reduction-lift .m-price #feature #service li:nth-child(1) {
  background-image: url(../img/sprite/hover/price/price_nav_counseling_h.png);
}
.hip-up .m-price #feature #service li:nth-child(2),
.after_breast_reconstruction .m-price #feature #service li:nth-child(2),
.funnel_chest .m-price #feature #service li:nth-child(2),
.accessory_breast .m-price #feature #service li:nth-child(2),
.nipple_reduction .m-price #feature #service li:nth-child(2),
.darkening_nipple .m-price #feature #service li:nth-child(2),
.areola_reduction .m-price #feature #service li:nth-child(2),
.inverted_nipple .m-price #feature #service li:nth-child(2),
.areola_atrophy .m-price #feature #service li:nth-child(2),
.montgomery_glands .m-price #feature #service li:nth-child(2),
.breast-reduction-lift .m-price #feature #service li:nth-child(2) {
  background-image: url(../img/sprite/hover/price/price_nav_payment_h.png);
}
.hip-up .m-price #feature #service li,
.after_breast_reconstruction .m-price #feature #service li,
.funnel_chest .m-price #feature #service li,
.accessory_breast .m-price #feature #service li,
.nipple_reduction .m-price #feature #service li,
.darkening_nipple .m-price #feature #service li,
.areola_reduction .m-price #feature #service li,
.inverted_nipple .m-price #feature #service li,
.areola_atrophy .m-price #feature #service li,
.montgomery_glands .m-price #feature #service li,
.breast-reduction-lift .m-price #feature #service li {
  background-position: 0 0;
  background-repeat: no-repeat;
}
.hip-up .m-price #feature #service a:hover img,
.after_breast_reconstruction .m-price #feature #service a:hover img,
.funnel_chest .m-price #feature #service a:hover img,
.accessory_breast .m-price #feature #service a:hover img,
.nipple_reduction .m-price #feature #service a:hover img,
.darkening_nipple .m-price #feature #service a:hover img,
.areola_reduction .m-price #feature #service a:hover img,
.inverted_nipple .m-price #feature #service a:hover img,
.areola_atrophy .m-price #feature #service a:hover img,
.montgomery_glands .m-price #feature #service a:hover img,
.breast-reduction-lift .m-price #feature #service a:hover img {
  opacity: 0;
}
.hip-up .m-price #feature #service li.transportation,
.after_breast_reconstruction .m-price #feature #service li.transportation,
.funnel_chest .m-price #feature #service li.transportation,
.accessory_breast .m-price #feature #service li.transportation,
.nipple_reduction .m-price #feature #service li.transportation,
.darkening_nipple .m-price #feature #service li.transportation,
.areola_reduction .m-price #feature #service li.transportation,
.inverted_nipple .m-price #feature #service li.transportation,
.areola_atrophy .m-price #feature #service li.transportation,
.montgomery_glands .m-price #feature #service li.transportation,
.breast-reduction-lift .m-price #feature #service li.transportation {
  background-image: url(../img/sprite/hover/price/price_feature_transportation_h.png);
}
.hip-up .m-price #feature #service li.oneday,
.after_breast_reconstruction .m-price #feature #service li.oneday,
.funnel_chest .m-price #feature #service li.oneday,
.accessory_breast .m-price #feature #service li.oneday,
.nipple_reduction .m-price #feature #service li.oneday,
.darkening_nipple .m-price #feature #service li.oneday,
.areola_reduction .m-price #feature #service li.oneday,
.inverted_nipple .m-price #feature #service li.oneday,
.areola_atrophy .m-price #feature #service li.oneday,
.montgomery_glands .m-price #feature #service li.oneday,
.breast-reduction-lift .m-price #feature #service li.oneday {
  background-image: url(../img/sprite/hover/price/price_feature_oneday_h.png);
}
.hip-up .m-price #feature #service li.guarantee,
.after_breast_reconstruction .m-price #feature #service li.guarantee,
.funnel_chest .m-price #feature #service li.guarantee,
.accessory_breast .m-price #feature #service li.guarantee,
.nipple_reduction .m-price #feature #service li.guarantee,
.darkening_nipple .m-price #feature #service li.guarantee,
.areola_reduction .m-price #feature #service li.guarantee,
.inverted_nipple .m-price #feature #service li.guarantee,
.areola_atrophy .m-price #feature #service li.guarantee,
.montgomery_glands .m-price #feature #service li.guarantee,
.breast-reduction-lift .m-price #feature #service li.guarantee {
  background-image: url(../img/sprite/hover/price/price_feature_guarantee_h.png);
}
.hip-up .m-price #counseling dl,
.after_breast_reconstruction .m-price #counseling dl,
.funnel_chest .m-price #counseling dl,
.accessory_breast .m-price #counseling dl,
.nipple_reduction .m-price #counseling dl,
.darkening_nipple .m-price #counseling dl,
.areola_reduction .m-price #counseling dl,
.inverted_nipple .m-price #counseling dl,
.areola_atrophy .m-price #counseling dl,
.montgomery_glands .m-price #counseling dl,
.breast-reduction-lift .m-price #counseling dl {
  display: flex;
  align-items: center;
  border: 1px solid #baafa6;
}
.hip-up .m-price #counseling dt,
.hip-up .m-price #counseling dd,
.after_breast_reconstruction .m-price #counseling dt,
.after_breast_reconstruction .m-price #counseling dd,
.funnel_chest .m-price #counseling dt,
.funnel_chest .m-price #counseling dd,
.accessory_breast .m-price #counseling dt,
.accessory_breast .m-price #counseling dd,
.nipple_reduction .m-price #counseling dt,
.nipple_reduction .m-price #counseling dd,
.darkening_nipple .m-price #counseling dt,
.darkening_nipple .m-price #counseling dd,
.areola_reduction .m-price #counseling dt,
.areola_reduction .m-price #counseling dd,
.inverted_nipple .m-price #counseling dt,
.inverted_nipple .m-price #counseling dd,
.areola_atrophy .m-price #counseling dt,
.areola_atrophy .m-price #counseling dd,
.montgomery_glands .m-price #counseling dt,
.montgomery_glands .m-price #counseling dd,
.breast-reduction-lift .m-price #counseling dt,
.breast-reduction-lift .m-price #counseling dd {
  display: flex;
  align-items: center;
  height: 81px;
}
.hip-up .m-price #counseling dt,
.after_breast_reconstruction .m-price #counseling dt,
.funnel_chest .m-price #counseling dt,
.accessory_breast .m-price #counseling dt,
.nipple_reduction .m-price #counseling dt,
.darkening_nipple .m-price #counseling dt,
.areola_reduction .m-price #counseling dt,
.inverted_nipple .m-price #counseling dt,
.areola_atrophy .m-price #counseling dt,
.montgomery_glands .m-price #counseling dt,
.breast-reduction-lift .m-price #counseling dt {
  justify-content: center;
  width: 83px;
  border-right: 1px dotted #baafa6;
  background: #f2efed;
}
.hip-up .m-price #counseling dd,
.after_breast_reconstruction .m-price #counseling dd,
.funnel_chest .m-price #counseling dd,
.accessory_breast .m-price #counseling dd,
.nipple_reduction .m-price #counseling dd,
.darkening_nipple .m-price #counseling dd,
.areola_reduction .m-price #counseling dd,
.inverted_nipple .m-price #counseling dd,
.areola_atrophy .m-price #counseling dd,
.montgomery_glands .m-price #counseling dd,
.breast-reduction-lift .m-price #counseling dd {
  padding: 0 15px 0 29px;
}
.hip-up .m-price #counseling dd img,
.after_breast_reconstruction .m-price #counseling dd img,
.funnel_chest .m-price #counseling dd img,
.accessory_breast .m-price #counseling dd img,
.nipple_reduction .m-price #counseling dd img,
.darkening_nipple .m-price #counseling dd img,
.areola_reduction .m-price #counseling dd img,
.inverted_nipple .m-price #counseling dd img,
.areola_atrophy .m-price #counseling dd img,
.montgomery_glands .m-price #counseling dd img,
.breast-reduction-lift .m-price #counseling dd img {
  margin-right: 30px;
}
.hip-up .m-price #counseling dd small,
.after_breast_reconstruction .m-price #counseling dd small,
.funnel_chest .m-price #counseling dd small,
.accessory_breast .m-price #counseling dd small,
.nipple_reduction .m-price #counseling dd small,
.darkening_nipple .m-price #counseling dd small,
.areola_reduction .m-price #counseling dd small,
.inverted_nipple .m-price #counseling dd small,
.areola_atrophy .m-price #counseling dd small,
.montgomery_glands .m-price #counseling dd small,
.breast-reduction-lift .m-price #counseling dd small {
  display: inline-block;
  width: 270px;
  text-indent: -1em;
  line-height: 1.25;
  font-size: 1em;
  color: #7f7875;
}
.hip-up .m-price #counseling dd:nth-child(2),
.after_breast_reconstruction .m-price #counseling dd:nth-child(2),
.funnel_chest .m-price #counseling dd:nth-child(2),
.accessory_breast .m-price #counseling dd:nth-child(2),
.nipple_reduction .m-price #counseling dd:nth-child(2),
.darkening_nipple .m-price #counseling dd:nth-child(2),
.areola_reduction .m-price #counseling dd:nth-child(2),
.inverted_nipple .m-price #counseling dd:nth-child(2),
.areola_atrophy .m-price #counseling dd:nth-child(2),
.montgomery_glands .m-price #counseling dd:nth-child(2),
.breast-reduction-lift .m-price #counseling dd:nth-child(2) {
  flex: 1;
}
.hip-up .m-price #counseling dd:last-child,
.after_breast_reconstruction .m-price #counseling dd:last-child,
.funnel_chest .m-price #counseling dd:last-child,
.accessory_breast .m-price #counseling dd:last-child,
.nipple_reduction .m-price #counseling dd:last-child,
.darkening_nipple .m-price #counseling dd:last-child,
.areola_reduction .m-price #counseling dd:last-child,
.inverted_nipple .m-price #counseling dd:last-child,
.areola_atrophy .m-price #counseling dd:last-child,
.montgomery_glands .m-price #counseling dd:last-child,
.breast-reduction-lift .m-price #counseling dd:last-child {
  padding: 0 14px 0 0;
}
.hip-up .m-price #counseling dd.c-button,
.after_breast_reconstruction .m-price #counseling dd.c-button,
.funnel_chest .m-price #counseling dd.c-button,
.accessory_breast .m-price #counseling dd.c-button,
.nipple_reduction .m-price #counseling dd.c-button,
.darkening_nipple .m-price #counseling dd.c-button,
.areola_reduction .m-price #counseling dd.c-button,
.inverted_nipple .m-price #counseling dd.c-button,
.areola_atrophy .m-price #counseling dd.c-button,
.montgomery_glands .m-price #counseling dd.c-button,
.breast-reduction-lift .m-price #counseling dd.c-button {
  width: 206px;
}
.hip-up .m-price #counseling dd.c-button a,
.after_breast_reconstruction .m-price #counseling dd.c-button a,
.funnel_chest .m-price #counseling dd.c-button a,
.accessory_breast .m-price #counseling dd.c-button a,
.nipple_reduction .m-price #counseling dd.c-button a,
.darkening_nipple .m-price #counseling dd.c-button a,
.areola_reduction .m-price #counseling dd.c-button a,
.inverted_nipple .m-price #counseling dd.c-button a,
.areola_atrophy .m-price #counseling dd.c-button a,
.montgomery_glands .m-price #counseling dd.c-button a,
.breast-reduction-lift .m-price #counseling dd.c-button a {
  width: 206px;
  box-sizing: border-box;
}
.hip-up .m-price #counseling dd.c-button a .inner-text,
.after_breast_reconstruction .m-price #counseling dd.c-button a .inner-text,
.funnel_chest .m-price #counseling dd.c-button a .inner-text,
.accessory_breast .m-price #counseling dd.c-button a .inner-text,
.nipple_reduction .m-price #counseling dd.c-button a .inner-text,
.darkening_nipple .m-price #counseling dd.c-button a .inner-text,
.areola_reduction .m-price #counseling dd.c-button a .inner-text,
.inverted_nipple .m-price #counseling dd.c-button a .inner-text,
.areola_atrophy .m-price #counseling dd.c-button a .inner-text,
.montgomery_glands .m-price #counseling dd.c-button a .inner-text,
.breast-reduction-lift .m-price #counseling dd.c-button a .inner-text {
  padding: 0 26px;
  background-position: right 4px center;
  font-size: 13px;
}
.hip-up .m-price #counseling dd.c-button a .inner-text::before, .hip-up .m-price #counseling dd.c-button a .inner-text::after,
.after_breast_reconstruction .m-price #counseling dd.c-button a .inner-text::before,
.after_breast_reconstruction .m-price #counseling dd.c-button a .inner-text::after,
.funnel_chest .m-price #counseling dd.c-button a .inner-text::before,
.funnel_chest .m-price #counseling dd.c-button a .inner-text::after,
.accessory_breast .m-price #counseling dd.c-button a .inner-text::before,
.accessory_breast .m-price #counseling dd.c-button a .inner-text::after,
.nipple_reduction .m-price #counseling dd.c-button a .inner-text::before,
.nipple_reduction .m-price #counseling dd.c-button a .inner-text::after,
.darkening_nipple .m-price #counseling dd.c-button a .inner-text::before,
.darkening_nipple .m-price #counseling dd.c-button a .inner-text::after,
.areola_reduction .m-price #counseling dd.c-button a .inner-text::before,
.areola_reduction .m-price #counseling dd.c-button a .inner-text::after,
.inverted_nipple .m-price #counseling dd.c-button a .inner-text::before,
.inverted_nipple .m-price #counseling dd.c-button a .inner-text::after,
.areola_atrophy .m-price #counseling dd.c-button a .inner-text::before,
.areola_atrophy .m-price #counseling dd.c-button a .inner-text::after,
.montgomery_glands .m-price #counseling dd.c-button a .inner-text::before,
.montgomery_glands .m-price #counseling dd.c-button a .inner-text::after,
.breast-reduction-lift .m-price #counseling dd.c-button a .inner-text::before,
.breast-reduction-lift .m-price #counseling dd.c-button a .inner-text::after {
  right: 4px;
}
.hip-up .m-price #payment p,
.hip-up .m-price #payment li,
.after_breast_reconstruction .m-price #payment p,
.after_breast_reconstruction .m-price #payment li,
.funnel_chest .m-price #payment p,
.funnel_chest .m-price #payment li,
.accessory_breast .m-price #payment p,
.accessory_breast .m-price #payment li,
.nipple_reduction .m-price #payment p,
.nipple_reduction .m-price #payment li,
.darkening_nipple .m-price #payment p,
.darkening_nipple .m-price #payment li,
.areola_reduction .m-price #payment p,
.areola_reduction .m-price #payment li,
.inverted_nipple .m-price #payment p,
.inverted_nipple .m-price #payment li,
.areola_atrophy .m-price #payment p,
.areola_atrophy .m-price #payment li,
.montgomery_glands .m-price #payment p,
.montgomery_glands .m-price #payment li,
.breast-reduction-lift .m-price #payment p,
.breast-reduction-lift .m-price #payment li {
  line-height: 1.8333333333;
  font-size: 1.2em;
  color: #7f7875;
}
.hip-up .m-price #payment p li,
.hip-up .m-price #payment li li,
.after_breast_reconstruction .m-price #payment p li,
.after_breast_reconstruction .m-price #payment li li,
.funnel_chest .m-price #payment p li,
.funnel_chest .m-price #payment li li,
.accessory_breast .m-price #payment p li,
.accessory_breast .m-price #payment li li,
.nipple_reduction .m-price #payment p li,
.nipple_reduction .m-price #payment li li,
.darkening_nipple .m-price #payment p li,
.darkening_nipple .m-price #payment li li,
.areola_reduction .m-price #payment p li,
.areola_reduction .m-price #payment li li,
.inverted_nipple .m-price #payment p li,
.inverted_nipple .m-price #payment li li,
.areola_atrophy .m-price #payment p li,
.areola_atrophy .m-price #payment li li,
.montgomery_glands .m-price #payment p li,
.montgomery_glands .m-price #payment li li,
.breast-reduction-lift .m-price #payment p li,
.breast-reduction-lift .m-price #payment li li {
  font-size: 1em;
}
.hip-up .m-price #payment small,
.after_breast_reconstruction .m-price #payment small,
.funnel_chest .m-price #payment small,
.accessory_breast .m-price #payment small,
.nipple_reduction .m-price #payment small,
.darkening_nipple .m-price #payment small,
.areola_reduction .m-price #payment small,
.inverted_nipple .m-price #payment small,
.areola_atrophy .m-price #payment small,
.montgomery_glands .m-price #payment small,
.breast-reduction-lift .m-price #payment small {
  font-size: 1em;
}
.hip-up .m-price #payment li,
.hip-up .m-price #payment dt,
.after_breast_reconstruction .m-price #payment li,
.after_breast_reconstruction .m-price #payment dt,
.funnel_chest .m-price #payment li,
.funnel_chest .m-price #payment dt,
.accessory_breast .m-price #payment li,
.accessory_breast .m-price #payment dt,
.nipple_reduction .m-price #payment li,
.nipple_reduction .m-price #payment dt,
.darkening_nipple .m-price #payment li,
.darkening_nipple .m-price #payment dt,
.areola_reduction .m-price #payment li,
.areola_reduction .m-price #payment dt,
.inverted_nipple .m-price #payment li,
.inverted_nipple .m-price #payment dt,
.areola_atrophy .m-price #payment li,
.areola_atrophy .m-price #payment dt,
.montgomery_glands .m-price #payment li,
.montgomery_glands .m-price #payment dt,
.breast-reduction-lift .m-price #payment li,
.breast-reduction-lift .m-price #payment dt {
  line-height: 39px;
}
.hip-up .m-price #payment li,
.after_breast_reconstruction .m-price #payment li,
.funnel_chest .m-price #payment li,
.accessory_breast .m-price #payment li,
.nipple_reduction .m-price #payment li,
.darkening_nipple .m-price #payment li,
.areola_reduction .m-price #payment li,
.inverted_nipple .m-price #payment li,
.areola_atrophy .m-price #payment li,
.montgomery_glands .m-price #payment li,
.breast-reduction-lift .m-price #payment li {
  display: list-item;
  padding: 0 0 0 40px;
  min-height: 39px;
  border-bottom: 1px dotted #baafa6;
  background-position: 13px 8px;
  background-repeat: no-repeat;
  font-weight: bold;
}
.hip-up .m-price #payment li:first-child,
.after_breast_reconstruction .m-price #payment li:first-child,
.funnel_chest .m-price #payment li:first-child,
.accessory_breast .m-price #payment li:first-child,
.nipple_reduction .m-price #payment li:first-child,
.darkening_nipple .m-price #payment li:first-child,
.areola_reduction .m-price #payment li:first-child,
.inverted_nipple .m-price #payment li:first-child,
.areola_atrophy .m-price #payment li:first-child,
.montgomery_glands .m-price #payment li:first-child,
.breast-reduction-lift .m-price #payment li:first-child {
  letter-spacing: 0.5em;
}
.hip-up .m-price #payment li:last-child,
.after_breast_reconstruction .m-price #payment li:last-child,
.funnel_chest .m-price #payment li:last-child,
.accessory_breast .m-price #payment li:last-child,
.nipple_reduction .m-price #payment li:last-child,
.darkening_nipple .m-price #payment li:last-child,
.areola_reduction .m-price #payment li:last-child,
.inverted_nipple .m-price #payment li:last-child,
.areola_atrophy .m-price #payment li:last-child,
.montgomery_glands .m-price #payment li:last-child,
.breast-reduction-lift .m-price #payment li:last-child {
  border: 0;
}
.hip-up .m-price #payment li:nth-child(1),
.after_breast_reconstruction .m-price #payment li:nth-child(1),
.funnel_chest .m-price #payment li:nth-child(1),
.accessory_breast .m-price #payment li:nth-child(1),
.nipple_reduction .m-price #payment li:nth-child(1),
.darkening_nipple .m-price #payment li:nth-child(1),
.areola_reduction .m-price #payment li:nth-child(1),
.inverted_nipple .m-price #payment li:nth-child(1),
.areola_atrophy .m-price #payment li:nth-child(1),
.montgomery_glands .m-price #payment li:nth-child(1),
.breast-reduction-lift .m-price #payment li:nth-child(1) {
  background-image: url(../img/sprite/num/price-no1.png);
}
.hip-up .m-price #payment li:nth-child(2),
.after_breast_reconstruction .m-price #payment li:nth-child(2),
.funnel_chest .m-price #payment li:nth-child(2),
.accessory_breast .m-price #payment li:nth-child(2),
.nipple_reduction .m-price #payment li:nth-child(2),
.darkening_nipple .m-price #payment li:nth-child(2),
.areola_reduction .m-price #payment li:nth-child(2),
.inverted_nipple .m-price #payment li:nth-child(2),
.areola_atrophy .m-price #payment li:nth-child(2),
.montgomery_glands .m-price #payment li:nth-child(2),
.breast-reduction-lift .m-price #payment li:nth-child(2) {
  background-image: url(../img/sprite/num/price-no2.png);
}
.hip-up .m-price #payment li:nth-child(3),
.after_breast_reconstruction .m-price #payment li:nth-child(3),
.funnel_chest .m-price #payment li:nth-child(3),
.accessory_breast .m-price #payment li:nth-child(3),
.nipple_reduction .m-price #payment li:nth-child(3),
.darkening_nipple .m-price #payment li:nth-child(3),
.areola_reduction .m-price #payment li:nth-child(3),
.inverted_nipple .m-price #payment li:nth-child(3),
.areola_atrophy .m-price #payment li:nth-child(3),
.montgomery_glands .m-price #payment li:nth-child(3),
.breast-reduction-lift .m-price #payment li:nth-child(3) {
  background-image: url(../img/sprite/num/price-no3.png);
}
.hip-up .m-price #payment li:nth-child(4),
.after_breast_reconstruction .m-price #payment li:nth-child(4),
.funnel_chest .m-price #payment li:nth-child(4),
.accessory_breast .m-price #payment li:nth-child(4),
.nipple_reduction .m-price #payment li:nth-child(4),
.darkening_nipple .m-price #payment li:nth-child(4),
.areola_reduction .m-price #payment li:nth-child(4),
.inverted_nipple .m-price #payment li:nth-child(4),
.areola_atrophy .m-price #payment li:nth-child(4),
.montgomery_glands .m-price #payment li:nth-child(4),
.breast-reduction-lift .m-price #payment li:nth-child(4) {
  background-image: url(../img/sprite/num/price-no4.png);
}
.hip-up .m-price #payment dt,
.after_breast_reconstruction .m-price #payment dt,
.funnel_chest .m-price #payment dt,
.accessory_breast .m-price #payment dt,
.nipple_reduction .m-price #payment dt,
.darkening_nipple .m-price #payment dt,
.areola_reduction .m-price #payment dt,
.inverted_nipple .m-price #payment dt,
.areola_atrophy .m-price #payment dt,
.montgomery_glands .m-price #payment dt,
.breast-reduction-lift .m-price #payment dt {
  float: left;
  width: 110px;
}
.hip-up .m-price #payment dd,
.after_breast_reconstruction .m-price #payment dd,
.funnel_chest .m-price #payment dd,
.accessory_breast .m-price #payment dd,
.nipple_reduction .m-price #payment dd,
.darkening_nipple .m-price #payment dd,
.areola_reduction .m-price #payment dd,
.inverted_nipple .m-price #payment dd,
.areola_atrophy .m-price #payment dd,
.montgomery_glands .m-price #payment dd,
.breast-reduction-lift .m-price #payment dd {
  overflow: hidden;
  padding: 10px 0 9px;
  line-height: 1.8333333333;
  font-weight: normal;
}
.hip-up .m-price #payment dd li,
.hip-up .m-price #payment dd dt,
.after_breast_reconstruction .m-price #payment dd li,
.after_breast_reconstruction .m-price #payment dd dt,
.funnel_chest .m-price #payment dd li,
.funnel_chest .m-price #payment dd dt,
.accessory_breast .m-price #payment dd li,
.accessory_breast .m-price #payment dd dt,
.nipple_reduction .m-price #payment dd li,
.nipple_reduction .m-price #payment dd dt,
.darkening_nipple .m-price #payment dd li,
.darkening_nipple .m-price #payment dd dt,
.areola_reduction .m-price #payment dd li,
.areola_reduction .m-price #payment dd dt,
.inverted_nipple .m-price #payment dd li,
.inverted_nipple .m-price #payment dd dt,
.areola_atrophy .m-price #payment dd li,
.areola_atrophy .m-price #payment dd dt,
.montgomery_glands .m-price #payment dd li,
.montgomery_glands .m-price #payment dd dt,
.breast-reduction-lift .m-price #payment dd li,
.breast-reduction-lift .m-price #payment dd dt {
  line-height: 1.8333333333;
}
.hip-up .m-price #payment dd dt,
.after_breast_reconstruction .m-price #payment dd dt,
.funnel_chest .m-price #payment dd dt,
.accessory_breast .m-price #payment dd dt,
.nipple_reduction .m-price #payment dd dt,
.darkening_nipple .m-price #payment dd dt,
.areola_reduction .m-price #payment dd dt,
.inverted_nipple .m-price #payment dd dt,
.areola_atrophy .m-price #payment dd dt,
.montgomery_glands .m-price #payment dd dt,
.breast-reduction-lift .m-price #payment dd dt {
  float: none;
  width: auto;
}
.hip-up .m-price #payment dd dd,
.after_breast_reconstruction .m-price #payment dd dd,
.funnel_chest .m-price #payment dd dd,
.accessory_breast .m-price #payment dd dd,
.nipple_reduction .m-price #payment dd dd,
.darkening_nipple .m-price #payment dd dd,
.areola_reduction .m-price #payment dd dd,
.inverted_nipple .m-price #payment dd dd,
.areola_atrophy .m-price #payment dd dd,
.montgomery_glands .m-price #payment dd dd,
.breast-reduction-lift .m-price #payment dd dd {
  overflow: auto;
  padding: 0;
}
.hip-up .m-price #payment dd li,
.after_breast_reconstruction .m-price #payment dd li,
.funnel_chest .m-price #payment dd li,
.accessory_breast .m-price #payment dd li,
.nipple_reduction .m-price #payment dd li,
.darkening_nipple .m-price #payment dd li,
.areola_reduction .m-price #payment dd li,
.inverted_nipple .m-price #payment dd li,
.areola_atrophy .m-price #payment dd li,
.montgomery_glands .m-price #payment dd li,
.breast-reduction-lift .m-price #payment dd li {
  margin-left: 2em;
  padding: 0;
  min-height: 1px;
  border: 0;
  list-style-type: decimal;
  font-weight: normal;
}
.hip-up .m-price #payment dd li:first-child,
.after_breast_reconstruction .m-price #payment dd li:first-child,
.funnel_chest .m-price #payment dd li:first-child,
.accessory_breast .m-price #payment dd li:first-child,
.nipple_reduction .m-price #payment dd li:first-child,
.darkening_nipple .m-price #payment dd li:first-child,
.areola_reduction .m-price #payment dd li:first-child,
.inverted_nipple .m-price #payment dd li:first-child,
.areola_atrophy .m-price #payment dd li:first-child,
.montgomery_glands .m-price #payment dd li:first-child,
.breast-reduction-lift .m-price #payment dd li:first-child {
  letter-spacing: 0;
}
.hip-up .m-price #payment dd li:nth-child(n),
.after_breast_reconstruction .m-price #payment dd li:nth-child(n),
.funnel_chest .m-price #payment dd li:nth-child(n),
.accessory_breast .m-price #payment dd li:nth-child(n),
.nipple_reduction .m-price #payment dd li:nth-child(n),
.darkening_nipple .m-price #payment dd li:nth-child(n),
.areola_reduction .m-price #payment dd li:nth-child(n),
.inverted_nipple .m-price #payment dd li:nth-child(n),
.areola_atrophy .m-price #payment dd li:nth-child(n),
.montgomery_glands .m-price #payment dd li:nth-child(n),
.breast-reduction-lift .m-price #payment dd li:nth-child(n) {
  background-image: none;
}
.hip-up .m-price #payment dd li li,
.after_breast_reconstruction .m-price #payment dd li li,
.funnel_chest .m-price #payment dd li li,
.accessory_breast .m-price #payment dd li li,
.nipple_reduction .m-price #payment dd li li,
.darkening_nipple .m-price #payment dd li li,
.areola_reduction .m-price #payment dd li li,
.inverted_nipple .m-price #payment dd li li,
.areola_atrophy .m-price #payment dd li li,
.montgomery_glands .m-price #payment dd li li,
.breast-reduction-lift .m-price #payment dd li li {
  margin: 0;
  list-style-type: none;
}
.hip-up .m-price #payment dd li li, .hip-up .m-price #payment dd li li::before,
.after_breast_reconstruction .m-price #payment dd li li,
.after_breast_reconstruction .m-price #payment dd li li::before,
.funnel_chest .m-price #payment dd li li,
.funnel_chest .m-price #payment dd li li::before,
.accessory_breast .m-price #payment dd li li,
.accessory_breast .m-price #payment dd li li::before,
.nipple_reduction .m-price #payment dd li li,
.nipple_reduction .m-price #payment dd li li::before,
.darkening_nipple .m-price #payment dd li li,
.darkening_nipple .m-price #payment dd li li::before,
.areola_reduction .m-price #payment dd li li,
.areola_reduction .m-price #payment dd li li::before,
.inverted_nipple .m-price #payment dd li li,
.inverted_nipple .m-price #payment dd li li::before,
.areola_atrophy .m-price #payment dd li li,
.areola_atrophy .m-price #payment dd li li::before,
.montgomery_glands .m-price #payment dd li li,
.montgomery_glands .m-price #payment dd li li::before,
.breast-reduction-lift .m-price #payment dd li li,
.breast-reduction-lift .m-price #payment dd li li::before {
  content: "◇";
}
.hip-up .m-price #payment .wrapper,
.after_breast_reconstruction .m-price #payment .wrapper,
.funnel_chest .m-price #payment .wrapper,
.accessory_breast .m-price #payment .wrapper,
.nipple_reduction .m-price #payment .wrapper,
.darkening_nipple .m-price #payment .wrapper,
.areola_reduction .m-price #payment .wrapper,
.inverted_nipple .m-price #payment .wrapper,
.areola_atrophy .m-price #payment .wrapper,
.montgomery_glands .m-price #payment .wrapper,
.breast-reduction-lift .m-price #payment .wrapper {
  margin: 0;
  border: 1px solid #baafa6;
}
.hip-up .m-price #payment .wrapper p,
.after_breast_reconstruction .m-price #payment .wrapper p,
.funnel_chest .m-price #payment .wrapper p,
.accessory_breast .m-price #payment .wrapper p,
.nipple_reduction .m-price #payment .wrapper p,
.darkening_nipple .m-price #payment .wrapper p,
.areola_reduction .m-price #payment .wrapper p,
.inverted_nipple .m-price #payment .wrapper p,
.areola_atrophy .m-price #payment .wrapper p,
.montgomery_glands .m-price #payment .wrapper p,
.breast-reduction-lift .m-price #payment .wrapper p {
  padding-left: 12px;
  border-bottom: 1px dotted #baafa6;
  line-height: 28px;
}
.hip-up .m-price #pricelist .pagetop,
.after_breast_reconstruction .m-price #pricelist .pagetop,
.funnel_chest .m-price #pricelist .pagetop,
.accessory_breast .m-price #pricelist .pagetop,
.nipple_reduction .m-price #pricelist .pagetop,
.darkening_nipple .m-price #pricelist .pagetop,
.areola_reduction .m-price #pricelist .pagetop,
.inverted_nipple .m-price #pricelist .pagetop,
.areola_atrophy .m-price #pricelist .pagetop,
.montgomery_glands .m-price #pricelist .pagetop,
.breast-reduction-lift .m-price #pricelist .pagetop {
  margin-right: -10px;
}
.hip-up .m-price #pricelist table,
.after_breast_reconstruction .m-price #pricelist table,
.funnel_chest .m-price #pricelist table,
.accessory_breast .m-price #pricelist table,
.nipple_reduction .m-price #pricelist table,
.darkening_nipple .m-price #pricelist table,
.areola_reduction .m-price #pricelist table,
.inverted_nipple .m-price #pricelist table,
.areola_atrophy .m-price #pricelist table,
.montgomery_glands .m-price #pricelist table,
.breast-reduction-lift .m-price #pricelist table {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  border-bottom: 1px solid #baafa6;
  table-layout: fixed;
  font-size: 1.2em;
  color: #7f7875;
}
.hip-up .m-price #pricelist table thead td,
.after_breast_reconstruction .m-price #pricelist table thead td,
.funnel_chest .m-price #pricelist table thead td,
.accessory_breast .m-price #pricelist table thead td,
.nipple_reduction .m-price #pricelist table thead td,
.darkening_nipple .m-price #pricelist table thead td,
.areola_reduction .m-price #pricelist table thead td,
.inverted_nipple .m-price #pricelist table thead td,
.areola_atrophy .m-price #pricelist table thead td,
.montgomery_glands .m-price #pricelist table thead td,
.breast-reduction-lift .m-price #pricelist table thead td {
  border-bottom: 1px solid #baafa6;
}
.hip-up .m-price #pricelist table thead th,
.after_breast_reconstruction .m-price #pricelist table thead th,
.funnel_chest .m-price #pricelist table thead th,
.accessory_breast .m-price #pricelist table thead th,
.nipple_reduction .m-price #pricelist table thead th,
.darkening_nipple .m-price #pricelist table thead th,
.areola_reduction .m-price #pricelist table thead th,
.inverted_nipple .m-price #pricelist table thead th,
.areola_atrophy .m-price #pricelist table thead th,
.montgomery_glands .m-price #pricelist table thead th,
.breast-reduction-lift .m-price #pricelist table thead th {
  border: 1px solid #baafa6;
  text-align: center;
  line-height: 1.3333333333;
}
.hip-up .m-price #pricelist table tbody th,
.hip-up .m-price #pricelist table tbody td,
.after_breast_reconstruction .m-price #pricelist table tbody th,
.after_breast_reconstruction .m-price #pricelist table tbody td,
.funnel_chest .m-price #pricelist table tbody th,
.funnel_chest .m-price #pricelist table tbody td,
.accessory_breast .m-price #pricelist table tbody th,
.accessory_breast .m-price #pricelist table tbody td,
.nipple_reduction .m-price #pricelist table tbody th,
.nipple_reduction .m-price #pricelist table tbody td,
.darkening_nipple .m-price #pricelist table tbody th,
.darkening_nipple .m-price #pricelist table tbody td,
.areola_reduction .m-price #pricelist table tbody th,
.areola_reduction .m-price #pricelist table tbody td,
.inverted_nipple .m-price #pricelist table tbody th,
.inverted_nipple .m-price #pricelist table tbody td,
.areola_atrophy .m-price #pricelist table tbody th,
.areola_atrophy .m-price #pricelist table tbody td,
.montgomery_glands .m-price #pricelist table tbody th,
.montgomery_glands .m-price #pricelist table tbody td,
.breast-reduction-lift .m-price #pricelist table tbody th,
.breast-reduction-lift .m-price #pricelist table tbody td {
  border-right: 1px solid #baafa6;
  border-bottom: 1px dotted #baafa6;
  border-left: 1px solid #baafa6;
}
.hip-up .m-price #pricelist table tbody tr.separate th,
.hip-up .m-price #pricelist table tbody tr.separate td,
.after_breast_reconstruction .m-price #pricelist table tbody tr.separate th,
.after_breast_reconstruction .m-price #pricelist table tbody tr.separate td,
.funnel_chest .m-price #pricelist table tbody tr.separate th,
.funnel_chest .m-price #pricelist table tbody tr.separate td,
.accessory_breast .m-price #pricelist table tbody tr.separate th,
.accessory_breast .m-price #pricelist table tbody tr.separate td,
.nipple_reduction .m-price #pricelist table tbody tr.separate th,
.nipple_reduction .m-price #pricelist table tbody tr.separate td,
.darkening_nipple .m-price #pricelist table tbody tr.separate th,
.darkening_nipple .m-price #pricelist table tbody tr.separate td,
.areola_reduction .m-price #pricelist table tbody tr.separate th,
.areola_reduction .m-price #pricelist table tbody tr.separate td,
.inverted_nipple .m-price #pricelist table tbody tr.separate th,
.inverted_nipple .m-price #pricelist table tbody tr.separate td,
.areola_atrophy .m-price #pricelist table tbody tr.separate th,
.areola_atrophy .m-price #pricelist table tbody tr.separate td,
.montgomery_glands .m-price #pricelist table tbody tr.separate th,
.montgomery_glands .m-price #pricelist table tbody tr.separate td,
.breast-reduction-lift .m-price #pricelist table tbody tr.separate th,
.breast-reduction-lift .m-price #pricelist table tbody tr.separate td {
  border-bottom-style: solid;
}
.hip-up .m-price #pricelist table tbody tr:last-child th,
.hip-up .m-price #pricelist table tbody tr:last-child td,
.after_breast_reconstruction .m-price #pricelist table tbody tr:last-child th,
.after_breast_reconstruction .m-price #pricelist table tbody tr:last-child td,
.funnel_chest .m-price #pricelist table tbody tr:last-child th,
.funnel_chest .m-price #pricelist table tbody tr:last-child td,
.accessory_breast .m-price #pricelist table tbody tr:last-child th,
.accessory_breast .m-price #pricelist table tbody tr:last-child td,
.nipple_reduction .m-price #pricelist table tbody tr:last-child th,
.nipple_reduction .m-price #pricelist table tbody tr:last-child td,
.darkening_nipple .m-price #pricelist table tbody tr:last-child th,
.darkening_nipple .m-price #pricelist table tbody tr:last-child td,
.areola_reduction .m-price #pricelist table tbody tr:last-child th,
.areola_reduction .m-price #pricelist table tbody tr:last-child td,
.inverted_nipple .m-price #pricelist table tbody tr:last-child th,
.inverted_nipple .m-price #pricelist table tbody tr:last-child td,
.areola_atrophy .m-price #pricelist table tbody tr:last-child th,
.areola_atrophy .m-price #pricelist table tbody tr:last-child td,
.montgomery_glands .m-price #pricelist table tbody tr:last-child th,
.montgomery_glands .m-price #pricelist table tbody tr:last-child td,
.breast-reduction-lift .m-price #pricelist table tbody tr:last-child th,
.breast-reduction-lift .m-price #pricelist table tbody tr:last-child td {
  border-bottom: 1px solid #baafa6;
}
.hip-up .m-price #pricelist table tbody td,
.after_breast_reconstruction .m-price #pricelist table tbody td,
.funnel_chest .m-price #pricelist table tbody td,
.accessory_breast .m-price #pricelist table tbody td,
.nipple_reduction .m-price #pricelist table tbody td,
.darkening_nipple .m-price #pricelist table tbody td,
.areola_reduction .m-price #pricelist table tbody td,
.inverted_nipple .m-price #pricelist table tbody td,
.areola_atrophy .m-price #pricelist table tbody td,
.montgomery_glands .m-price #pricelist table tbody td,
.breast-reduction-lift .m-price #pricelist table tbody td {
  line-height: 24px;
}
.hip-up .m-price #pricelist table thead th,
.hip-up .m-price #pricelist table thead td,
.after_breast_reconstruction .m-price #pricelist table thead th,
.after_breast_reconstruction .m-price #pricelist table thead td,
.funnel_chest .m-price #pricelist table thead th,
.funnel_chest .m-price #pricelist table thead td,
.accessory_breast .m-price #pricelist table thead th,
.accessory_breast .m-price #pricelist table thead td,
.nipple_reduction .m-price #pricelist table thead th,
.nipple_reduction .m-price #pricelist table thead td,
.darkening_nipple .m-price #pricelist table thead th,
.darkening_nipple .m-price #pricelist table thead td,
.areola_reduction .m-price #pricelist table thead th,
.areola_reduction .m-price #pricelist table thead td,
.inverted_nipple .m-price #pricelist table thead th,
.inverted_nipple .m-price #pricelist table thead td,
.areola_atrophy .m-price #pricelist table thead th,
.areola_atrophy .m-price #pricelist table thead td,
.montgomery_glands .m-price #pricelist table thead th,
.montgomery_glands .m-price #pricelist table thead td,
.breast-reduction-lift .m-price #pricelist table thead th,
.breast-reduction-lift .m-price #pricelist table thead td {
  height: 33px;
  box-sizing: border-box;
}
.hip-up .m-price #pricelist table thead th,
.after_breast_reconstruction .m-price #pricelist table thead th,
.funnel_chest .m-price #pricelist table thead th,
.accessory_breast .m-price #pricelist table thead th,
.nipple_reduction .m-price #pricelist table thead th,
.darkening_nipple .m-price #pricelist table thead th,
.areola_reduction .m-price #pricelist table thead th,
.inverted_nipple .m-price #pricelist table thead th,
.areola_atrophy .m-price #pricelist table thead th,
.montgomery_glands .m-price #pricelist table thead th,
.breast-reduction-lift .m-price #pricelist table thead th {
  padding: 4px;
  width: 125px;
  min-height: 24px;
  color: #7f7875;
}
.hip-up .m-price #pricelist table thead td,
.after_breast_reconstruction .m-price #pricelist table thead td,
.funnel_chest .m-price #pricelist table thead td,
.accessory_breast .m-price #pricelist table thead td,
.nipple_reduction .m-price #pricelist table thead td,
.darkening_nipple .m-price #pricelist table thead td,
.areola_reduction .m-price #pricelist table thead td,
.inverted_nipple .m-price #pricelist table thead td,
.areola_atrophy .m-price #pricelist table thead td,
.montgomery_glands .m-price #pricelist table thead td,
.breast-reduction-lift .m-price #pricelist table thead td {
  padding: 0 1em;
  line-height: 1.3333333333;
}
.hip-up .m-price #pricelist table thead .note,
.after_breast_reconstruction .m-price #pricelist table thead .note,
.funnel_chest .m-price #pricelist table thead .note,
.accessory_breast .m-price #pricelist table thead .note,
.nipple_reduction .m-price #pricelist table thead .note,
.darkening_nipple .m-price #pricelist table thead .note,
.areola_reduction .m-price #pricelist table thead .note,
.inverted_nipple .m-price #pricelist table thead .note,
.areola_atrophy .m-price #pricelist table thead .note,
.montgomery_glands .m-price #pricelist table thead .note,
.breast-reduction-lift .m-price #pricelist table thead .note {
  margin: 5px 0;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 0.8333333333em;
  color: #918b88;
}
.hip-up .m-price #pricelist table thead .note::before,
.after_breast_reconstruction .m-price #pricelist table thead .note::before,
.funnel_chest .m-price #pricelist table thead .note::before,
.accessory_breast .m-price #pricelist table thead .note::before,
.nipple_reduction .m-price #pricelist table thead .note::before,
.darkening_nipple .m-price #pricelist table thead .note::before,
.areola_reduction .m-price #pricelist table thead .note::before,
.inverted_nipple .m-price #pricelist table thead .note::before,
.areola_atrophy .m-price #pricelist table thead .note::before,
.montgomery_glands .m-price #pricelist table thead .note::before,
.breast-reduction-lift .m-price #pricelist table thead .note::before {
  content: "※";
  color: #ec7c78;
}
.hip-up .m-price #pricelist table tbody tr:nth-child(even) th,
.hip-up .m-price #pricelist table tbody tr:nth-child(even) td,
.after_breast_reconstruction .m-price #pricelist table tbody tr:nth-child(even) th,
.after_breast_reconstruction .m-price #pricelist table tbody tr:nth-child(even) td,
.funnel_chest .m-price #pricelist table tbody tr:nth-child(even) th,
.funnel_chest .m-price #pricelist table tbody tr:nth-child(even) td,
.accessory_breast .m-price #pricelist table tbody tr:nth-child(even) th,
.accessory_breast .m-price #pricelist table tbody tr:nth-child(even) td,
.nipple_reduction .m-price #pricelist table tbody tr:nth-child(even) th,
.nipple_reduction .m-price #pricelist table tbody tr:nth-child(even) td,
.darkening_nipple .m-price #pricelist table tbody tr:nth-child(even) th,
.darkening_nipple .m-price #pricelist table tbody tr:nth-child(even) td,
.areola_reduction .m-price #pricelist table tbody tr:nth-child(even) th,
.areola_reduction .m-price #pricelist table tbody tr:nth-child(even) td,
.inverted_nipple .m-price #pricelist table tbody tr:nth-child(even) th,
.inverted_nipple .m-price #pricelist table tbody tr:nth-child(even) td,
.areola_atrophy .m-price #pricelist table tbody tr:nth-child(even) th,
.areola_atrophy .m-price #pricelist table tbody tr:nth-child(even) td,
.montgomery_glands .m-price #pricelist table tbody tr:nth-child(even) th,
.montgomery_glands .m-price #pricelist table tbody tr:nth-child(even) td,
.breast-reduction-lift .m-price #pricelist table tbody tr:nth-child(even) th,
.breast-reduction-lift .m-price #pricelist table tbody tr:nth-child(even) td {
  background-color: #f2efed;
}
.hip-up .m-price #pricelist table tbody th,
.hip-up .m-price #pricelist table tbody td,
.after_breast_reconstruction .m-price #pricelist table tbody th,
.after_breast_reconstruction .m-price #pricelist table tbody td,
.funnel_chest .m-price #pricelist table tbody th,
.funnel_chest .m-price #pricelist table tbody td,
.accessory_breast .m-price #pricelist table tbody th,
.accessory_breast .m-price #pricelist table tbody td,
.nipple_reduction .m-price #pricelist table tbody th,
.nipple_reduction .m-price #pricelist table tbody td,
.darkening_nipple .m-price #pricelist table tbody th,
.darkening_nipple .m-price #pricelist table tbody td,
.areola_reduction .m-price #pricelist table tbody th,
.areola_reduction .m-price #pricelist table tbody td,
.inverted_nipple .m-price #pricelist table tbody th,
.inverted_nipple .m-price #pricelist table tbody td,
.areola_atrophy .m-price #pricelist table tbody th,
.areola_atrophy .m-price #pricelist table tbody td,
.montgomery_glands .m-price #pricelist table tbody th,
.montgomery_glands .m-price #pricelist table tbody td,
.breast-reduction-lift .m-price #pricelist table tbody th,
.breast-reduction-lift .m-price #pricelist table tbody td {
  line-height: 16/12;
}
.hip-up .m-price #pricelist table tbody th,
.after_breast_reconstruction .m-price #pricelist table tbody th,
.funnel_chest .m-price #pricelist table tbody th,
.accessory_breast .m-price #pricelist table tbody th,
.nipple_reduction .m-price #pricelist table tbody th,
.darkening_nipple .m-price #pricelist table tbody th,
.areola_reduction .m-price #pricelist table tbody th,
.inverted_nipple .m-price #pricelist table tbody th,
.areola_atrophy .m-price #pricelist table tbody th,
.montgomery_glands .m-price #pricelist table tbody th,
.breast-reduction-lift .m-price #pricelist table tbody th {
  padding: 10px 10px 10px 20px;
  background: url(../img/arrow/arrow.png) 5px center no-repeat;
}
.hip-up .m-price #pricelist table tbody td,
.after_breast_reconstruction .m-price #pricelist table tbody td,
.funnel_chest .m-price #pricelist table tbody td,
.accessory_breast .m-price #pricelist table tbody td,
.nipple_reduction .m-price #pricelist table tbody td,
.darkening_nipple .m-price #pricelist table tbody td,
.areola_reduction .m-price #pricelist table tbody td,
.inverted_nipple .m-price #pricelist table tbody td,
.areola_atrophy .m-price #pricelist table tbody td,
.montgomery_glands .m-price #pricelist table tbody td,
.breast-reduction-lift .m-price #pricelist table tbody td {
  padding: 5px;
  height: 14px;
  text-align: center;
  color: #7f7875;
}
.hip-up .m-price #pricelist table tbody td span:not(.inner-text),
.after_breast_reconstruction .m-price #pricelist table tbody td span:not(.inner-text),
.funnel_chest .m-price #pricelist table tbody td span:not(.inner-text),
.accessory_breast .m-price #pricelist table tbody td span:not(.inner-text),
.nipple_reduction .m-price #pricelist table tbody td span:not(.inner-text),
.darkening_nipple .m-price #pricelist table tbody td span:not(.inner-text),
.areola_reduction .m-price #pricelist table tbody td span:not(.inner-text),
.inverted_nipple .m-price #pricelist table tbody td span:not(.inner-text),
.areola_atrophy .m-price #pricelist table tbody td span:not(.inner-text),
.montgomery_glands .m-price #pricelist table tbody td span:not(.inner-text),
.breast-reduction-lift .m-price #pricelist table tbody td span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.hip-up .m-price #pricelist table tbody td.loan,
.after_breast_reconstruction .m-price #pricelist table tbody td.loan,
.funnel_chest .m-price #pricelist table tbody td.loan,
.accessory_breast .m-price #pricelist table tbody td.loan,
.nipple_reduction .m-price #pricelist table tbody td.loan,
.darkening_nipple .m-price #pricelist table tbody td.loan,
.areola_reduction .m-price #pricelist table tbody td.loan,
.inverted_nipple .m-price #pricelist table tbody td.loan,
.areola_atrophy .m-price #pricelist table tbody td.loan,
.montgomery_glands .m-price #pricelist table tbody td.loan,
.breast-reduction-lift .m-price #pricelist table tbody td.loan {
  line-height: 1.25;
  font-size: 11px;
  box-sizing: border-box;
}
.hip-up .m-price #pricelist table tfoot,
.after_breast_reconstruction .m-price #pricelist table tfoot,
.funnel_chest .m-price #pricelist table tfoot,
.accessory_breast .m-price #pricelist table tfoot,
.nipple_reduction .m-price #pricelist table tfoot,
.darkening_nipple .m-price #pricelist table tfoot,
.areola_reduction .m-price #pricelist table tfoot,
.inverted_nipple .m-price #pricelist table tfoot,
.areola_atrophy .m-price #pricelist table tfoot,
.montgomery_glands .m-price #pricelist table tfoot,
.breast-reduction-lift .m-price #pricelist table tfoot {
  border: 1px solid #baafa6;
  border-top: 0;
}
.hip-up .m-price #pricelist table tfoot td,
.after_breast_reconstruction .m-price #pricelist table tfoot td,
.funnel_chest .m-price #pricelist table tfoot td,
.accessory_breast .m-price #pricelist table tfoot td,
.nipple_reduction .m-price #pricelist table tfoot td,
.darkening_nipple .m-price #pricelist table tfoot td,
.areola_reduction .m-price #pricelist table tfoot td,
.inverted_nipple .m-price #pricelist table tfoot td,
.areola_atrophy .m-price #pricelist table tfoot td,
.montgomery_glands .m-price #pricelist table tfoot td,
.breast-reduction-lift .m-price #pricelist table tfoot td {
  padding: 10px 15px;
}
.hip-up .m-price #pricelist table tfoot .price-inclusion .title,
.after_breast_reconstruction .m-price #pricelist table tfoot .price-inclusion .title,
.funnel_chest .m-price #pricelist table tfoot .price-inclusion .title,
.accessory_breast .m-price #pricelist table tfoot .price-inclusion .title,
.nipple_reduction .m-price #pricelist table tfoot .price-inclusion .title,
.darkening_nipple .m-price #pricelist table tfoot .price-inclusion .title,
.areola_reduction .m-price #pricelist table tfoot .price-inclusion .title,
.inverted_nipple .m-price #pricelist table tfoot .price-inclusion .title,
.areola_atrophy .m-price #pricelist table tfoot .price-inclusion .title,
.montgomery_glands .m-price #pricelist table tfoot .price-inclusion .title,
.breast-reduction-lift .m-price #pricelist table tfoot .price-inclusion .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.hip-up .m-price #pricelist table tfoot .inclusion-item,
.after_breast_reconstruction .m-price #pricelist table tfoot .inclusion-item,
.funnel_chest .m-price #pricelist table tfoot .inclusion-item,
.accessory_breast .m-price #pricelist table tfoot .inclusion-item,
.nipple_reduction .m-price #pricelist table tfoot .inclusion-item,
.darkening_nipple .m-price #pricelist table tfoot .inclusion-item,
.areola_reduction .m-price #pricelist table tfoot .inclusion-item,
.inverted_nipple .m-price #pricelist table tfoot .inclusion-item,
.areola_atrophy .m-price #pricelist table tfoot .inclusion-item,
.montgomery_glands .m-price #pricelist table tfoot .inclusion-item,
.breast-reduction-lift .m-price #pricelist table tfoot .inclusion-item {
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.hip-up .m-price #pricelist table tfoot .inclusion-item .item-inner,
.after_breast_reconstruction .m-price #pricelist table tfoot .inclusion-item .item-inner,
.funnel_chest .m-price #pricelist table tfoot .inclusion-item .item-inner,
.accessory_breast .m-price #pricelist table tfoot .inclusion-item .item-inner,
.nipple_reduction .m-price #pricelist table tfoot .inclusion-item .item-inner,
.darkening_nipple .m-price #pricelist table tfoot .inclusion-item .item-inner,
.areola_reduction .m-price #pricelist table tfoot .inclusion-item .item-inner,
.inverted_nipple .m-price #pricelist table tfoot .inclusion-item .item-inner,
.areola_atrophy .m-price #pricelist table tfoot .inclusion-item .item-inner,
.montgomery_glands .m-price #pricelist table tfoot .inclusion-item .item-inner,
.breast-reduction-lift .m-price #pricelist table tfoot .inclusion-item .item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hip-up .m-price #pricelist table tfoot .inclusion-item .item-inner::after,
.after_breast_reconstruction .m-price #pricelist table tfoot .inclusion-item .item-inner::after,
.funnel_chest .m-price #pricelist table tfoot .inclusion-item .item-inner::after,
.accessory_breast .m-price #pricelist table tfoot .inclusion-item .item-inner::after,
.nipple_reduction .m-price #pricelist table tfoot .inclusion-item .item-inner::after,
.darkening_nipple .m-price #pricelist table tfoot .inclusion-item .item-inner::after,
.areola_reduction .m-price #pricelist table tfoot .inclusion-item .item-inner::after,
.inverted_nipple .m-price #pricelist table tfoot .inclusion-item .item-inner::after,
.areola_atrophy .m-price #pricelist table tfoot .inclusion-item .item-inner::after,
.montgomery_glands .m-price #pricelist table tfoot .inclusion-item .item-inner::after,
.breast-reduction-lift .m-price #pricelist table tfoot .inclusion-item .item-inner::after {
  content: "";
  display: block;
  flex: 1;
  order: 2;
  margin: 0 10px 0 25px;
  width: 100%;
  border-top: 1px dotted #baafa6;
}
.hip-up .m-price #pricelist table tfoot .inclusion-item .title,
.after_breast_reconstruction .m-price #pricelist table tfoot .inclusion-item .title,
.funnel_chest .m-price #pricelist table tfoot .inclusion-item .title,
.accessory_breast .m-price #pricelist table tfoot .inclusion-item .title,
.nipple_reduction .m-price #pricelist table tfoot .inclusion-item .title,
.darkening_nipple .m-price #pricelist table tfoot .inclusion-item .title,
.areola_reduction .m-price #pricelist table tfoot .inclusion-item .title,
.inverted_nipple .m-price #pricelist table tfoot .inclusion-item .title,
.areola_atrophy .m-price #pricelist table tfoot .inclusion-item .title,
.montgomery_glands .m-price #pricelist table tfoot .inclusion-item .title,
.breast-reduction-lift .m-price #pricelist table tfoot .inclusion-item .title {
  order: 1;
  font-weight: bold;
}
.hip-up .m-price #pricelist table tfoot .inclusion-item .summary,
.after_breast_reconstruction .m-price #pricelist table tfoot .inclusion-item .summary,
.funnel_chest .m-price #pricelist table tfoot .inclusion-item .summary,
.accessory_breast .m-price #pricelist table tfoot .inclusion-item .summary,
.nipple_reduction .m-price #pricelist table tfoot .inclusion-item .summary,
.darkening_nipple .m-price #pricelist table tfoot .inclusion-item .summary,
.areola_reduction .m-price #pricelist table tfoot .inclusion-item .summary,
.inverted_nipple .m-price #pricelist table tfoot .inclusion-item .summary,
.areola_atrophy .m-price #pricelist table tfoot .inclusion-item .summary,
.montgomery_glands .m-price #pricelist table tfoot .inclusion-item .summary,
.breast-reduction-lift .m-price #pricelist table tfoot .inclusion-item .summary {
  color: #b4afac;
}
.hip-up .m-price #pricelist table tfoot .inclusion-item .price,
.after_breast_reconstruction .m-price #pricelist table tfoot .inclusion-item .price,
.funnel_chest .m-price #pricelist table tfoot .inclusion-item .price,
.accessory_breast .m-price #pricelist table tfoot .inclusion-item .price,
.nipple_reduction .m-price #pricelist table tfoot .inclusion-item .price,
.darkening_nipple .m-price #pricelist table tfoot .inclusion-item .price,
.areola_reduction .m-price #pricelist table tfoot .inclusion-item .price,
.inverted_nipple .m-price #pricelist table tfoot .inclusion-item .price,
.areola_atrophy .m-price #pricelist table tfoot .inclusion-item .price,
.montgomery_glands .m-price #pricelist table tfoot .inclusion-item .price,
.breast-reduction-lift .m-price #pricelist table tfoot .inclusion-item .price {
  order: 3;
}
.hip-up .m-price #pricelist table thead th,
.after_breast_reconstruction .m-price #pricelist table thead th,
.funnel_chest .m-price #pricelist table thead th,
.accessory_breast .m-price #pricelist table thead th,
.nipple_reduction .m-price #pricelist table thead th,
.darkening_nipple .m-price #pricelist table thead th,
.areola_reduction .m-price #pricelist table thead th,
.inverted_nipple .m-price #pricelist table thead th,
.areola_atrophy .m-price #pricelist table thead th,
.montgomery_glands .m-price #pricelist table thead th,
.breast-reduction-lift .m-price #pricelist table thead th {
  line-height: 16px;
}
.hip-up .m-price #pricelist table thead th .tax-include,
.hip-up .m-price #pricelist table thead th span:not(.inner-text),
.after_breast_reconstruction .m-price #pricelist table thead th .tax-include,
.after_breast_reconstruction .m-price #pricelist table thead th span:not(.inner-text),
.funnel_chest .m-price #pricelist table thead th .tax-include,
.funnel_chest .m-price #pricelist table thead th span:not(.inner-text),
.accessory_breast .m-price #pricelist table thead th .tax-include,
.accessory_breast .m-price #pricelist table thead th span:not(.inner-text),
.nipple_reduction .m-price #pricelist table thead th .tax-include,
.nipple_reduction .m-price #pricelist table thead th span:not(.inner-text),
.darkening_nipple .m-price #pricelist table thead th .tax-include,
.darkening_nipple .m-price #pricelist table thead th span:not(.inner-text),
.areola_reduction .m-price #pricelist table thead th .tax-include,
.areola_reduction .m-price #pricelist table thead th span:not(.inner-text),
.inverted_nipple .m-price #pricelist table thead th .tax-include,
.inverted_nipple .m-price #pricelist table thead th span:not(.inner-text),
.areola_atrophy .m-price #pricelist table thead th .tax-include,
.areola_atrophy .m-price #pricelist table thead th span:not(.inner-text),
.montgomery_glands .m-price #pricelist table thead th .tax-include,
.montgomery_glands .m-price #pricelist table thead th span:not(.inner-text),
.breast-reduction-lift .m-price #pricelist table thead th .tax-include,
.breast-reduction-lift .m-price #pricelist table thead th span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.hip-up .m-price #pricelist table thead th a,
.after_breast_reconstruction .m-price #pricelist table thead th a,
.funnel_chest .m-price #pricelist table thead th a,
.accessory_breast .m-price #pricelist table thead th a,
.nipple_reduction .m-price #pricelist table thead th a,
.darkening_nipple .m-price #pricelist table thead th a,
.areola_reduction .m-price #pricelist table thead th a,
.inverted_nipple .m-price #pricelist table thead th a,
.areola_atrophy .m-price #pricelist table thead th a,
.montgomery_glands .m-price #pricelist table thead th a,
.breast-reduction-lift .m-price #pricelist table thead th a {
  padding-left: 15px;
  background: url(../img/arrow/arrow2.png) left top no-repeat;
  text-decoration: none;
  font-size: 0.8333333333em;
  color: #7f7875;
}
.hip-up .m-price #pricelist table thead th a:hover,
.after_breast_reconstruction .m-price #pricelist table thead th a:hover,
.funnel_chest .m-price #pricelist table thead th a:hover,
.accessory_breast .m-price #pricelist table thead th a:hover,
.nipple_reduction .m-price #pricelist table thead th a:hover,
.darkening_nipple .m-price #pricelist table thead th a:hover,
.areola_reduction .m-price #pricelist table thead th a:hover,
.inverted_nipple .m-price #pricelist table thead th a:hover,
.areola_atrophy .m-price #pricelist table thead th a:hover,
.montgomery_glands .m-price #pricelist table thead th a:hover,
.breast-reduction-lift .m-price #pricelist table thead th a:hover {
  background-image: url(../img/arrow/arrow2_h.png);
}
.hip-up .m-price #pricelist table thead th.loan,
.after_breast_reconstruction .m-price #pricelist table thead th.loan,
.funnel_chest .m-price #pricelist table thead th.loan,
.accessory_breast .m-price #pricelist table thead th.loan,
.nipple_reduction .m-price #pricelist table thead th.loan,
.darkening_nipple .m-price #pricelist table thead th.loan,
.areola_reduction .m-price #pricelist table thead th.loan,
.inverted_nipple .m-price #pricelist table thead th.loan,
.areola_atrophy .m-price #pricelist table thead th.loan,
.montgomery_glands .m-price #pricelist table thead th.loan,
.breast-reduction-lift .m-price #pricelist table thead th.loan {
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
  width: 100px;
}
.hip-up .m-price #pricelist table thead .icon.question,
.after_breast_reconstruction .m-price #pricelist table thead .icon.question,
.funnel_chest .m-price #pricelist table thead .icon.question,
.accessory_breast .m-price #pricelist table thead .icon.question,
.nipple_reduction .m-price #pricelist table thead .icon.question,
.darkening_nipple .m-price #pricelist table thead .icon.question,
.areola_reduction .m-price #pricelist table thead .icon.question,
.inverted_nipple .m-price #pricelist table thead .icon.question,
.areola_atrophy .m-price #pricelist table thead .icon.question,
.montgomery_glands .m-price #pricelist table thead .icon.question,
.breast-reduction-lift .m-price #pricelist table thead .icon.question {
  display: inline-block;
  position: relative;
  margin-right: -20px;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background: url(../img/icon_question2.png);
  cursor: help;
  vertical-align: sub;
}
.hip-up .m-price #pricelist table thead .icon.question .text,
.after_breast_reconstruction .m-price #pricelist table thead .icon.question .text,
.funnel_chest .m-price #pricelist table thead .icon.question .text,
.accessory_breast .m-price #pricelist table thead .icon.question .text,
.nipple_reduction .m-price #pricelist table thead .icon.question .text,
.darkening_nipple .m-price #pricelist table thead .icon.question .text,
.areola_reduction .m-price #pricelist table thead .icon.question .text,
.inverted_nipple .m-price #pricelist table thead .icon.question .text,
.areola_atrophy .m-price #pricelist table thead .icon.question .text,
.montgomery_glands .m-price #pricelist table thead .icon.question .text,
.breast-reduction-lift .m-price #pricelist table thead .icon.question .text {
  display: none;
}
.hip-up .m-price #pricelist table thead .icon.question .text a,
.after_breast_reconstruction .m-price #pricelist table thead .icon.question .text a,
.funnel_chest .m-price #pricelist table thead .icon.question .text a,
.accessory_breast .m-price #pricelist table thead .icon.question .text a,
.nipple_reduction .m-price #pricelist table thead .icon.question .text a,
.darkening_nipple .m-price #pricelist table thead .icon.question .text a,
.areola_reduction .m-price #pricelist table thead .icon.question .text a,
.inverted_nipple .m-price #pricelist table thead .icon.question .text a,
.areola_atrophy .m-price #pricelist table thead .icon.question .text a,
.montgomery_glands .m-price #pricelist table thead .icon.question .text a,
.breast-reduction-lift .m-price #pricelist table thead .icon.question .text a {
  padding: 0;
  background: none;
  text-decoration: underline;
  font-size: 1em;
  color: #6d9dd0;
}
.hip-up .m-price #pricelist table thead .icon.question:hover .text, .hip-up .m-price #pricelist table thead .icon.question:hover::after,
.after_breast_reconstruction .m-price #pricelist table thead .icon.question:hover .text,
.after_breast_reconstruction .m-price #pricelist table thead .icon.question:hover::after,
.funnel_chest .m-price #pricelist table thead .icon.question:hover .text,
.funnel_chest .m-price #pricelist table thead .icon.question:hover::after,
.accessory_breast .m-price #pricelist table thead .icon.question:hover .text,
.accessory_breast .m-price #pricelist table thead .icon.question:hover::after,
.nipple_reduction .m-price #pricelist table thead .icon.question:hover .text,
.nipple_reduction .m-price #pricelist table thead .icon.question:hover::after,
.darkening_nipple .m-price #pricelist table thead .icon.question:hover .text,
.darkening_nipple .m-price #pricelist table thead .icon.question:hover::after,
.areola_reduction .m-price #pricelist table thead .icon.question:hover .text,
.areola_reduction .m-price #pricelist table thead .icon.question:hover::after,
.inverted_nipple .m-price #pricelist table thead .icon.question:hover .text,
.inverted_nipple .m-price #pricelist table thead .icon.question:hover::after,
.areola_atrophy .m-price #pricelist table thead .icon.question:hover .text,
.areola_atrophy .m-price #pricelist table thead .icon.question:hover::after,
.montgomery_glands .m-price #pricelist table thead .icon.question:hover .text,
.montgomery_glands .m-price #pricelist table thead .icon.question:hover::after,
.breast-reduction-lift .m-price #pricelist table thead .icon.question:hover .text,
.breast-reduction-lift .m-price #pricelist table thead .icon.question:hover::after {
  position: absolute;
}
.hip-up .m-price #pricelist table thead .icon.question:hover .text,
.after_breast_reconstruction .m-price #pricelist table thead .icon.question:hover .text,
.funnel_chest .m-price #pricelist table thead .icon.question:hover .text,
.accessory_breast .m-price #pricelist table thead .icon.question:hover .text,
.nipple_reduction .m-price #pricelist table thead .icon.question:hover .text,
.darkening_nipple .m-price #pricelist table thead .icon.question:hover .text,
.areola_reduction .m-price #pricelist table thead .icon.question:hover .text,
.inverted_nipple .m-price #pricelist table thead .icon.question:hover .text,
.areola_atrophy .m-price #pricelist table thead .icon.question:hover .text,
.montgomery_glands .m-price #pricelist table thead .icon.question:hover .text,
.breast-reduction-lift .m-price #pricelist table thead .icon.question:hover .text {
  display: block;
  right: -36px;
  bottom: 21px;
  z-index: 1;
  padding: 14px;
  width: 330px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #efece9;
  text-align: left;
  line-height: 1.5;
  font-size: 1em;
  font-style: normal;
  color: #7f7875;
  box-sizing: border-box;
}
.hip-up .m-price #pricelist table thead .icon.question:hover::after,
.after_breast_reconstruction .m-price #pricelist table thead .icon.question:hover::after,
.funnel_chest .m-price #pricelist table thead .icon.question:hover::after,
.accessory_breast .m-price #pricelist table thead .icon.question:hover::after,
.nipple_reduction .m-price #pricelist table thead .icon.question:hover::after,
.darkening_nipple .m-price #pricelist table thead .icon.question:hover::after,
.areola_reduction .m-price #pricelist table thead .icon.question:hover::after,
.inverted_nipple .m-price #pricelist table thead .icon.question:hover::after,
.areola_atrophy .m-price #pricelist table thead .icon.question:hover::after,
.montgomery_glands .m-price #pricelist table thead .icon.question:hover::after,
.breast-reduction-lift .m-price #pricelist table thead .icon.question:hover::after {
  content: "";
  top: -6px;
  right: 3px;
  z-index: 2;
  border-top: 8px solid #efece9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.hip-up .m-price #pricelist table tbody th,
.after_breast_reconstruction .m-price #pricelist table tbody th,
.funnel_chest .m-price #pricelist table tbody th,
.accessory_breast .m-price #pricelist table tbody th,
.nipple_reduction .m-price #pricelist table tbody th,
.darkening_nipple .m-price #pricelist table tbody th,
.areola_reduction .m-price #pricelist table tbody th,
.inverted_nipple .m-price #pricelist table tbody th,
.areola_atrophy .m-price #pricelist table tbody th,
.montgomery_glands .m-price #pricelist table tbody th,
.breast-reduction-lift .m-price #pricelist table tbody th {
  line-height: 1.3333333333;
}
.hip-up .m-price #pricelist table tbody td,
.after_breast_reconstruction .m-price #pricelist table tbody td,
.funnel_chest .m-price #pricelist table tbody td,
.accessory_breast .m-price #pricelist table tbody td,
.nipple_reduction .m-price #pricelist table tbody td,
.darkening_nipple .m-price #pricelist table tbody td,
.areola_reduction .m-price #pricelist table tbody td,
.inverted_nipple .m-price #pricelist table tbody td,
.areola_atrophy .m-price #pricelist table tbody td,
.montgomery_glands .m-price #pricelist table tbody td,
.breast-reduction-lift .m-price #pricelist table tbody td {
  line-height: 1.3333333333;
}
.hip-up .m-price #pricelist table tbody td .price + .reduce ol,
.after_breast_reconstruction .m-price #pricelist table tbody td .price + .reduce ol,
.funnel_chest .m-price #pricelist table tbody td .price + .reduce ol,
.accessory_breast .m-price #pricelist table tbody td .price + .reduce ol,
.nipple_reduction .m-price #pricelist table tbody td .price + .reduce ol,
.darkening_nipple .m-price #pricelist table tbody td .price + .reduce ol,
.areola_reduction .m-price #pricelist table tbody td .price + .reduce ol,
.inverted_nipple .m-price #pricelist table tbody td .price + .reduce ol,
.areola_atrophy .m-price #pricelist table tbody td .price + .reduce ol,
.montgomery_glands .m-price #pricelist table tbody td .price + .reduce ol,
.breast-reduction-lift .m-price #pricelist table tbody td .price + .reduce ol {
  text-align: right;
}
.hip-up .m-price #pricelist table tbody td .reduce ol li > span,
.after_breast_reconstruction .m-price #pricelist table tbody td .reduce ol li > span,
.funnel_chest .m-price #pricelist table tbody td .reduce ol li > span,
.accessory_breast .m-price #pricelist table tbody td .reduce ol li > span,
.nipple_reduction .m-price #pricelist table tbody td .reduce ol li > span,
.darkening_nipple .m-price #pricelist table tbody td .reduce ol li > span,
.areola_reduction .m-price #pricelist table tbody td .reduce ol li > span,
.inverted_nipple .m-price #pricelist table tbody td .reduce ol li > span,
.areola_atrophy .m-price #pricelist table tbody td .reduce ol li > span,
.montgomery_glands .m-price #pricelist table tbody td .reduce ol li > span,
.breast-reduction-lift .m-price #pricelist table tbody td .reduce ol li > span {
  display: inline;
}
.hip-up .m-price #pricelist table tbody td .reduce ol li:nth-child(2),
.after_breast_reconstruction .m-price #pricelist table tbody td .reduce ol li:nth-child(2),
.funnel_chest .m-price #pricelist table tbody td .reduce ol li:nth-child(2),
.accessory_breast .m-price #pricelist table tbody td .reduce ol li:nth-child(2),
.nipple_reduction .m-price #pricelist table tbody td .reduce ol li:nth-child(2),
.darkening_nipple .m-price #pricelist table tbody td .reduce ol li:nth-child(2),
.areola_reduction .m-price #pricelist table tbody td .reduce ol li:nth-child(2),
.inverted_nipple .m-price #pricelist table tbody td .reduce ol li:nth-child(2),
.areola_atrophy .m-price #pricelist table tbody td .reduce ol li:nth-child(2),
.montgomery_glands .m-price #pricelist table tbody td .reduce ol li:nth-child(2),
.breast-reduction-lift .m-price #pricelist table tbody td .reduce ol li:nth-child(2) {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}
.hip-up .m-price #pricelist table tbody td .reduce ol li:nth-child(2) span,
.after_breast_reconstruction .m-price #pricelist table tbody td .reduce ol li:nth-child(2) span,
.funnel_chest .m-price #pricelist table tbody td .reduce ol li:nth-child(2) span,
.accessory_breast .m-price #pricelist table tbody td .reduce ol li:nth-child(2) span,
.nipple_reduction .m-price #pricelist table tbody td .reduce ol li:nth-child(2) span,
.darkening_nipple .m-price #pricelist table tbody td .reduce ol li:nth-child(2) span,
.areola_reduction .m-price #pricelist table tbody td .reduce ol li:nth-child(2) span,
.inverted_nipple .m-price #pricelist table tbody td .reduce ol li:nth-child(2) span,
.areola_atrophy .m-price #pricelist table tbody td .reduce ol li:nth-child(2) span,
.montgomery_glands .m-price #pricelist table tbody td .reduce ol li:nth-child(2) span,
.breast-reduction-lift .m-price #pricelist table tbody td .reduce ol li:nth-child(2) span {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
.hip-up .m-price #pricelist table .note,
.after_breast_reconstruction .m-price #pricelist table .note,
.funnel_chest .m-price #pricelist table .note,
.accessory_breast .m-price #pricelist table .note,
.nipple_reduction .m-price #pricelist table .note,
.darkening_nipple .m-price #pricelist table .note,
.areola_reduction .m-price #pricelist table .note,
.inverted_nipple .m-price #pricelist table .note,
.areola_atrophy .m-price #pricelist table .note,
.montgomery_glands .m-price #pricelist table .note,
.breast-reduction-lift .m-price #pricelist table .note {
  margin: 5px 0;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 10px;
  color: #918b88;
}
.hip-up .m-price #pricelist table .note::before,
.after_breast_reconstruction .m-price #pricelist table .note::before,
.funnel_chest .m-price #pricelist table .note::before,
.accessory_breast .m-price #pricelist table .note::before,
.nipple_reduction .m-price #pricelist table .note::before,
.darkening_nipple .m-price #pricelist table .note::before,
.areola_reduction .m-price #pricelist table .note::before,
.inverted_nipple .m-price #pricelist table .note::before,
.areola_atrophy .m-price #pricelist table .note::before,
.montgomery_glands .m-price #pricelist table .note::before,
.breast-reduction-lift .m-price #pricelist table .note::before {
  content: "※";
  color: #ec7c78;
}
.hip-up .m-price #pricelist table .note + .head-text,
.after_breast_reconstruction .m-price #pricelist table .note + .head-text,
.funnel_chest .m-price #pricelist table .note + .head-text,
.accessory_breast .m-price #pricelist table .note + .head-text,
.nipple_reduction .m-price #pricelist table .note + .head-text,
.darkening_nipple .m-price #pricelist table .note + .head-text,
.areola_reduction .m-price #pricelist table .note + .head-text,
.inverted_nipple .m-price #pricelist table .note + .head-text,
.areola_atrophy .m-price #pricelist table .note + .head-text,
.montgomery_glands .m-price #pricelist table .note + .head-text,
.breast-reduction-lift .m-price #pricelist table .note + .head-text {
  margin-bottom: 5px;
}
.hip-up .m-price #pricelist table + table,
.after_breast_reconstruction .m-price #pricelist table + table,
.funnel_chest .m-price #pricelist table + table,
.accessory_breast .m-price #pricelist table + table,
.nipple_reduction .m-price #pricelist table + table,
.darkening_nipple .m-price #pricelist table + table,
.areola_reduction .m-price #pricelist table + table,
.inverted_nipple .m-price #pricelist table + table,
.areola_atrophy .m-price #pricelist table + table,
.montgomery_glands .m-price #pricelist table + table,
.breast-reduction-lift .m-price #pricelist table + table {
  margin-top: 10px;
}
.hip-up .m-price #pricelist li,
.after_breast_reconstruction .m-price #pricelist li,
.funnel_chest .m-price #pricelist li,
.accessory_breast .m-price #pricelist li,
.nipple_reduction .m-price #pricelist li,
.darkening_nipple .m-price #pricelist li,
.areola_reduction .m-price #pricelist li,
.inverted_nipple .m-price #pricelist li,
.areola_atrophy .m-price #pricelist li,
.montgomery_glands .m-price #pricelist li,
.breast-reduction-lift .m-price #pricelist li {
  line-height: 1.5;
  font-size: 1.2em;
  color: #7f7875;
}
.hip-up .m-price #pricelist .multiple,
.after_breast_reconstruction .m-price #pricelist .multiple,
.funnel_chest .m-price #pricelist .multiple,
.accessory_breast .m-price #pricelist .multiple,
.nipple_reduction .m-price #pricelist .multiple,
.darkening_nipple .m-price #pricelist .multiple,
.areola_reduction .m-price #pricelist .multiple,
.inverted_nipple .m-price #pricelist .multiple,
.areola_atrophy .m-price #pricelist .multiple,
.montgomery_glands .m-price #pricelist .multiple,
.breast-reduction-lift .m-price #pricelist .multiple {
  margin: 10px 0;
}
.hip-up .m-price #pricelist .multiple dl,
.after_breast_reconstruction .m-price #pricelist .multiple dl,
.funnel_chest .m-price #pricelist .multiple dl,
.accessory_breast .m-price #pricelist .multiple dl,
.nipple_reduction .m-price #pricelist .multiple dl,
.darkening_nipple .m-price #pricelist .multiple dl,
.areola_reduction .m-price #pricelist .multiple dl,
.inverted_nipple .m-price #pricelist .multiple dl,
.areola_atrophy .m-price #pricelist .multiple dl,
.montgomery_glands .m-price #pricelist .multiple dl,
.breast-reduction-lift .m-price #pricelist .multiple dl {
  padding: 20px 0 14px 18px;
  border: 1px solid #baafa6;
  background-color: #f2efed;
}
.hip-up .m-price #pricelist .multiple dl dt,
.after_breast_reconstruction .m-price #pricelist .multiple dl dt,
.funnel_chest .m-price #pricelist .multiple dl dt,
.accessory_breast .m-price #pricelist .multiple dl dt,
.nipple_reduction .m-price #pricelist .multiple dl dt,
.darkening_nipple .m-price #pricelist .multiple dl dt,
.areola_reduction .m-price #pricelist .multiple dl dt,
.inverted_nipple .m-price #pricelist .multiple dl dt,
.areola_atrophy .m-price #pricelist .multiple dl dt,
.montgomery_glands .m-price #pricelist .multiple dl dt,
.breast-reduction-lift .m-price #pricelist .multiple dl dt {
  font-size: 1.1666666667em;
  font-weight: bold;
  color: #ec7c78;
}
.hip-up .m-price #pricelist .multiple dl .notice,
.after_breast_reconstruction .m-price #pricelist .multiple dl .notice,
.funnel_chest .m-price #pricelist .multiple dl .notice,
.accessory_breast .m-price #pricelist .multiple dl .notice,
.nipple_reduction .m-price #pricelist .multiple dl .notice,
.darkening_nipple .m-price #pricelist .multiple dl .notice,
.areola_reduction .m-price #pricelist .multiple dl .notice,
.inverted_nipple .m-price #pricelist .multiple dl .notice,
.areola_atrophy .m-price #pricelist .multiple dl .notice,
.montgomery_glands .m-price #pricelist .multiple dl .notice,
.breast-reduction-lift .m-price #pricelist .multiple dl .notice {
  margin-top: 13px;
  font-weight: bold;
}
.hip-up .m-price #pricelist .multiple dl .notice em,
.after_breast_reconstruction .m-price #pricelist .multiple dl .notice em,
.funnel_chest .m-price #pricelist .multiple dl .notice em,
.accessory_breast .m-price #pricelist .multiple dl .notice em,
.nipple_reduction .m-price #pricelist .multiple dl .notice em,
.darkening_nipple .m-price #pricelist .multiple dl .notice em,
.areola_reduction .m-price #pricelist .multiple dl .notice em,
.inverted_nipple .m-price #pricelist .multiple dl .notice em,
.areola_atrophy .m-price #pricelist .multiple dl .notice em,
.montgomery_glands .m-price #pricelist .multiple dl .notice em,
.breast-reduction-lift .m-price #pricelist .multiple dl .notice em {
  font-weight: bold;
  color: #ec7c78;
}
.hip-up .m-price #pricelist .multiple dl .info,
.after_breast_reconstruction .m-price #pricelist .multiple dl .info,
.funnel_chest .m-price #pricelist .multiple dl .info,
.accessory_breast .m-price #pricelist .multiple dl .info,
.nipple_reduction .m-price #pricelist .multiple dl .info,
.darkening_nipple .m-price #pricelist .multiple dl .info,
.areola_reduction .m-price #pricelist .multiple dl .info,
.inverted_nipple .m-price #pricelist .multiple dl .info,
.areola_atrophy .m-price #pricelist .multiple dl .info,
.montgomery_glands .m-price #pricelist .multiple dl .info,
.breast-reduction-lift .m-price #pricelist .multiple dl .info {
  margin-top: 12px;
}
.hip-up .m-price #pricelist .multiple dl .info ul,
.after_breast_reconstruction .m-price #pricelist .multiple dl .info ul,
.funnel_chest .m-price #pricelist .multiple dl .info ul,
.accessory_breast .m-price #pricelist .multiple dl .info ul,
.nipple_reduction .m-price #pricelist .multiple dl .info ul,
.darkening_nipple .m-price #pricelist .multiple dl .info ul,
.areola_reduction .m-price #pricelist .multiple dl .info ul,
.inverted_nipple .m-price #pricelist .multiple dl .info ul,
.areola_atrophy .m-price #pricelist .multiple dl .info ul,
.montgomery_glands .m-price #pricelist .multiple dl .info ul,
.breast-reduction-lift .m-price #pricelist .multiple dl .info ul {
  *zoom: 1;
  margin-left: 0;
}
.hip-up .m-price #pricelist .multiple dl .info ul::after,
.after_breast_reconstruction .m-price #pricelist .multiple dl .info ul::after,
.funnel_chest .m-price #pricelist .multiple dl .info ul::after,
.accessory_breast .m-price #pricelist .multiple dl .info ul::after,
.nipple_reduction .m-price #pricelist .multiple dl .info ul::after,
.darkening_nipple .m-price #pricelist .multiple dl .info ul::after,
.areola_reduction .m-price #pricelist .multiple dl .info ul::after,
.inverted_nipple .m-price #pricelist .multiple dl .info ul::after,
.areola_atrophy .m-price #pricelist .multiple dl .info ul::after,
.montgomery_glands .m-price #pricelist .multiple dl .info ul::after,
.breast-reduction-lift .m-price #pricelist .multiple dl .info ul::after {
  content: "";
  display: table;
  clear: both;
}
.hip-up .m-price #pricelist .multiple dl .info li,
.after_breast_reconstruction .m-price #pricelist .multiple dl .info li,
.funnel_chest .m-price #pricelist .multiple dl .info li,
.accessory_breast .m-price #pricelist .multiple dl .info li,
.nipple_reduction .m-price #pricelist .multiple dl .info li,
.darkening_nipple .m-price #pricelist .multiple dl .info li,
.areola_reduction .m-price #pricelist .multiple dl .info li,
.inverted_nipple .m-price #pricelist .multiple dl .info li,
.areola_atrophy .m-price #pricelist .multiple dl .info li,
.montgomery_glands .m-price #pricelist .multiple dl .info li,
.breast-reduction-lift .m-price #pricelist .multiple dl .info li {
  float: left;
  border: 2px solid #29211b;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.hip-up .m-price #pricelist .multiple dl .info li a,
.after_breast_reconstruction .m-price #pricelist .multiple dl .info li a,
.funnel_chest .m-price #pricelist .multiple dl .info li a,
.accessory_breast .m-price #pricelist .multiple dl .info li a,
.nipple_reduction .m-price #pricelist .multiple dl .info li a,
.darkening_nipple .m-price #pricelist .multiple dl .info li a,
.areola_reduction .m-price #pricelist .multiple dl .info li a,
.inverted_nipple .m-price #pricelist .multiple dl .info li a,
.areola_atrophy .m-price #pricelist .multiple dl .info li a,
.montgomery_glands .m-price #pricelist .multiple dl .info li a,
.breast-reduction-lift .m-price #pricelist .multiple dl .info li a {
  transition: opacity 0.1s linear;
}
.hip-up .m-price #pricelist .multiple dl .info li a:hover,
.after_breast_reconstruction .m-price #pricelist .multiple dl .info li a:hover,
.funnel_chest .m-price #pricelist .multiple dl .info li a:hover,
.accessory_breast .m-price #pricelist .multiple dl .info li a:hover,
.nipple_reduction .m-price #pricelist .multiple dl .info li a:hover,
.darkening_nipple .m-price #pricelist .multiple dl .info li a:hover,
.areola_reduction .m-price #pricelist .multiple dl .info li a:hover,
.inverted_nipple .m-price #pricelist .multiple dl .info li a:hover,
.areola_atrophy .m-price #pricelist .multiple dl .info li a:hover,
.montgomery_glands .m-price #pricelist .multiple dl .info li a:hover,
.breast-reduction-lift .m-price #pricelist .multiple dl .info li a:hover {
  opacity: 0;
}
.hip-up .m-price #pricelist .multiple dl .info .counseling,
.after_breast_reconstruction .m-price #pricelist .multiple dl .info .counseling,
.funnel_chest .m-price #pricelist .multiple dl .info .counseling,
.accessory_breast .m-price #pricelist .multiple dl .info .counseling,
.nipple_reduction .m-price #pricelist .multiple dl .info .counseling,
.darkening_nipple .m-price #pricelist .multiple dl .info .counseling,
.areola_reduction .m-price #pricelist .multiple dl .info .counseling,
.inverted_nipple .m-price #pricelist .multiple dl .info .counseling,
.areola_atrophy .m-price #pricelist .multiple dl .info .counseling,
.montgomery_glands .m-price #pricelist .multiple dl .info .counseling,
.breast-reduction-lift .m-price #pricelist .multiple dl .info .counseling {
  margin-right: 19px;
  background-image: url(../img/sprite/hover/button/button_counseling_h.png);
}
.hip-up .m-price #pricelist .multiple dl .info .mail,
.after_breast_reconstruction .m-price #pricelist .multiple dl .info .mail,
.funnel_chest .m-price #pricelist .multiple dl .info .mail,
.accessory_breast .m-price #pricelist .multiple dl .info .mail,
.nipple_reduction .m-price #pricelist .multiple dl .info .mail,
.darkening_nipple .m-price #pricelist .multiple dl .info .mail,
.areola_reduction .m-price #pricelist .multiple dl .info .mail,
.inverted_nipple .m-price #pricelist .multiple dl .info .mail,
.areola_atrophy .m-price #pricelist .multiple dl .info .mail,
.montgomery_glands .m-price #pricelist .multiple dl .info .mail,
.breast-reduction-lift .m-price #pricelist .multiple dl .info .mail {
  background-image: url(../img/sprite/hover/button/button_mail_h.png);
}
.hip-up .m-price #pricelist small,
.after_breast_reconstruction .m-price #pricelist small,
.funnel_chest .m-price #pricelist small,
.accessory_breast .m-price #pricelist small,
.nipple_reduction .m-price #pricelist small,
.darkening_nipple .m-price #pricelist small,
.areola_reduction .m-price #pricelist small,
.inverted_nipple .m-price #pricelist small,
.areola_atrophy .m-price #pricelist small,
.montgomery_glands .m-price #pricelist small,
.breast-reduction-lift .m-price #pricelist small {
  font-size: 1em;
}
.hip-up .m-price #pricelist small, .hip-up .m-price #pricelist small::before,
.after_breast_reconstruction .m-price #pricelist small,
.after_breast_reconstruction .m-price #pricelist small::before,
.funnel_chest .m-price #pricelist small,
.funnel_chest .m-price #pricelist small::before,
.accessory_breast .m-price #pricelist small,
.accessory_breast .m-price #pricelist small::before,
.nipple_reduction .m-price #pricelist small,
.nipple_reduction .m-price #pricelist small::before,
.darkening_nipple .m-price #pricelist small,
.darkening_nipple .m-price #pricelist small::before,
.areola_reduction .m-price #pricelist small,
.areola_reduction .m-price #pricelist small::before,
.inverted_nipple .m-price #pricelist small,
.inverted_nipple .m-price #pricelist small::before,
.areola_atrophy .m-price #pricelist small,
.areola_atrophy .m-price #pricelist small::before,
.montgomery_glands .m-price #pricelist small,
.montgomery_glands .m-price #pricelist small::before,
.breast-reduction-lift .m-price #pricelist small,
.breast-reduction-lift .m-price #pricelist small::before {
  content: "※";
}
.hip-up .m-price #pricelist small::before,
.after_breast_reconstruction .m-price #pricelist small::before,
.funnel_chest .m-price #pricelist small::before,
.accessory_breast .m-price #pricelist small::before,
.nipple_reduction .m-price #pricelist small::before,
.darkening_nipple .m-price #pricelist small::before,
.areola_reduction .m-price #pricelist small::before,
.inverted_nipple .m-price #pricelist small::before,
.areola_atrophy .m-price #pricelist small::before,
.montgomery_glands .m-price #pricelist small::before,
.breast-reduction-lift .m-price #pricelist small::before {
  color: #ec7c78;
}
.hip-up .m-price #pricelist .example,
.after_breast_reconstruction .m-price #pricelist .example,
.funnel_chest .m-price #pricelist .example,
.accessory_breast .m-price #pricelist .example,
.nipple_reduction .m-price #pricelist .example,
.darkening_nipple .m-price #pricelist .example,
.areola_reduction .m-price #pricelist .example,
.inverted_nipple .m-price #pricelist .example,
.areola_atrophy .m-price #pricelist .example,
.montgomery_glands .m-price #pricelist .example,
.breast-reduction-lift .m-price #pricelist .example {
  margin: 10px 0;
  color: #7f7875;
}
.hip-up .m-price #pricelist .example img,
.after_breast_reconstruction .m-price #pricelist .example img,
.funnel_chest .m-price #pricelist .example img,
.accessory_breast .m-price #pricelist .example img,
.nipple_reduction .m-price #pricelist .example img,
.darkening_nipple .m-price #pricelist .example img,
.areola_reduction .m-price #pricelist .example img,
.inverted_nipple .m-price #pricelist .example img,
.areola_atrophy .m-price #pricelist .example img,
.montgomery_glands .m-price #pricelist .example img,
.breast-reduction-lift .m-price #pricelist .example img {
  display: block;
}
.hip-up .m-price #pricelist .option,
.after_breast_reconstruction .m-price #pricelist .option,
.funnel_chest .m-price #pricelist .option,
.accessory_breast .m-price #pricelist .option,
.nipple_reduction .m-price #pricelist .option,
.darkening_nipple .m-price #pricelist .option,
.areola_reduction .m-price #pricelist .option,
.inverted_nipple .m-price #pricelist .option,
.areola_atrophy .m-price #pricelist .option,
.montgomery_glands .m-price #pricelist .option,
.breast-reduction-lift .m-price #pricelist .option {
  margin: 40px 0 0;
}
.hip-up .m-price #pricelist .option .title,
.after_breast_reconstruction .m-price #pricelist .option .title,
.funnel_chest .m-price #pricelist .option .title,
.accessory_breast .m-price #pricelist .option .title,
.nipple_reduction .m-price #pricelist .option .title,
.darkening_nipple .m-price #pricelist .option .title,
.areola_reduction .m-price #pricelist .option .title,
.inverted_nipple .m-price #pricelist .option .title,
.areola_atrophy .m-price #pricelist .option .title,
.montgomery_glands .m-price #pricelist .option .title,
.breast-reduction-lift .m-price #pricelist .option .title {
  *zoom: 1;
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  font-size: 1em;
}
.hip-up .m-price #pricelist .option .title::after,
.after_breast_reconstruction .m-price #pricelist .option .title::after,
.funnel_chest .m-price #pricelist .option .title::after,
.accessory_breast .m-price #pricelist .option .title::after,
.nipple_reduction .m-price #pricelist .option .title::after,
.darkening_nipple .m-price #pricelist .option .title::after,
.areola_reduction .m-price #pricelist .option .title::after,
.inverted_nipple .m-price #pricelist .option .title::after,
.areola_atrophy .m-price #pricelist .option .title::after,
.montgomery_glands .m-price #pricelist .option .title::after,
.breast-reduction-lift .m-price #pricelist .option .title::after {
  content: "";
  display: table;
  clear: both;
}
.hip-up .m-price #pricelist .option .title > *,
.after_breast_reconstruction .m-price #pricelist .option .title > *,
.funnel_chest .m-price #pricelist .option .title > *,
.accessory_breast .m-price #pricelist .option .title > *,
.nipple_reduction .m-price #pricelist .option .title > *,
.darkening_nipple .m-price #pricelist .option .title > *,
.areola_reduction .m-price #pricelist .option .title > *,
.inverted_nipple .m-price #pricelist .option .title > *,
.areola_atrophy .m-price #pricelist .option .title > *,
.montgomery_glands .m-price #pricelist .option .title > *,
.breast-reduction-lift .m-price #pricelist .option .title > * {
  float: left;
}
.hip-up .m-price #pricelist .option .title-img,
.after_breast_reconstruction .m-price #pricelist .option .title-img,
.funnel_chest .m-price #pricelist .option .title-img,
.accessory_breast .m-price #pricelist .option .title-img,
.nipple_reduction .m-price #pricelist .option .title-img,
.darkening_nipple .m-price #pricelist .option .title-img,
.areola_reduction .m-price #pricelist .option .title-img,
.inverted_nipple .m-price #pricelist .option .title-img,
.areola_atrophy .m-price #pricelist .option .title-img,
.montgomery_glands .m-price #pricelist .option .title-img,
.breast-reduction-lift .m-price #pricelist .option .title-img {
  margin-right: 10px;
}
.hip-up .m-price #pricelist .option .title-text,
.after_breast_reconstruction .m-price #pricelist .option .title-text,
.funnel_chest .m-price #pricelist .option .title-text,
.accessory_breast .m-price #pricelist .option .title-text,
.nipple_reduction .m-price #pricelist .option .title-text,
.darkening_nipple .m-price #pricelist .option .title-text,
.areola_reduction .m-price #pricelist .option .title-text,
.inverted_nipple .m-price #pricelist .option .title-text,
.areola_atrophy .m-price #pricelist .option .title-text,
.montgomery_glands .m-price #pricelist .option .title-text,
.breast-reduction-lift .m-price #pricelist .option .title-text {
  padding-right: 24px;
  background: url(../img/price_option_title_bg.gif) right center no-repeat;
  line-height: 30px;
  font-size: 1.4em;
}
.hip-up .m-price #pricelist .option table thead th,
.after_breast_reconstruction .m-price #pricelist .option table thead th,
.funnel_chest .m-price #pricelist .option table thead th,
.accessory_breast .m-price #pricelist .option table thead th,
.nipple_reduction .m-price #pricelist .option table thead th,
.darkening_nipple .m-price #pricelist .option table thead th,
.areola_reduction .m-price #pricelist .option table thead th,
.inverted_nipple .m-price #pricelist .option table thead th,
.areola_atrophy .m-price #pricelist .option table thead th,
.montgomery_glands .m-price #pricelist .option table thead th,
.breast-reduction-lift .m-price #pricelist .option table thead th {
  background-color: #f2efed;
}
.hip-up .m-price #pricelist .option table thead th > span:not(.tax-included),
.after_breast_reconstruction .m-price #pricelist .option table thead th > span:not(.tax-included),
.funnel_chest .m-price #pricelist .option table thead th > span:not(.tax-included),
.accessory_breast .m-price #pricelist .option table thead th > span:not(.tax-included),
.nipple_reduction .m-price #pricelist .option table thead th > span:not(.tax-included),
.darkening_nipple .m-price #pricelist .option table thead th > span:not(.tax-included),
.areola_reduction .m-price #pricelist .option table thead th > span:not(.tax-included),
.inverted_nipple .m-price #pricelist .option table thead th > span:not(.tax-included),
.areola_atrophy .m-price #pricelist .option table thead th > span:not(.tax-included),
.montgomery_glands .m-price #pricelist .option table thead th > span:not(.tax-included),
.breast-reduction-lift .m-price #pricelist .option table thead th > span:not(.tax-included) {
  display: block;
  padding-left: 12px;
  border-left: 4px solid #94bc5a;
  line-height: 34px;
  font-size: 1.1666666667em;
}
.hip-up .m-price #pricelist .option table thead th:nth-child(1),
.after_breast_reconstruction .m-price #pricelist .option table thead th:nth-child(1),
.funnel_chest .m-price #pricelist .option table thead th:nth-child(1),
.accessory_breast .m-price #pricelist .option table thead th:nth-child(1),
.nipple_reduction .m-price #pricelist .option table thead th:nth-child(1),
.darkening_nipple .m-price #pricelist .option table thead th:nth-child(1),
.areola_reduction .m-price #pricelist .option table thead th:nth-child(1),
.inverted_nipple .m-price #pricelist .option table thead th:nth-child(1),
.areola_atrophy .m-price #pricelist .option table thead th:nth-child(1),
.montgomery_glands .m-price #pricelist .option table thead th:nth-child(1),
.breast-reduction-lift .m-price #pricelist .option table thead th:nth-child(1) {
  padding-left: 6px;
  width: auto;
  text-align: left;
}
.hip-up .m-price #pricelist,
.after_breast_reconstruction .m-price #pricelist,
.funnel_chest .m-price #pricelist,
.accessory_breast .m-price #pricelist,
.nipple_reduction .m-price #pricelist,
.darkening_nipple .m-price #pricelist,
.areola_reduction .m-price #pricelist,
.inverted_nipple .m-price #pricelist,
.areola_atrophy .m-price #pricelist,
.montgomery_glands .m-price #pricelist,
.breast-reduction-lift .m-price #pricelist {
  margin-bottom: 20px;
}
.hip-up .m-price #pricelist table,
.after_breast_reconstruction .m-price #pricelist table,
.funnel_chest .m-price #pricelist table,
.accessory_breast .m-price #pricelist table,
.nipple_reduction .m-price #pricelist table,
.darkening_nipple .m-price #pricelist table,
.areola_reduction .m-price #pricelist table,
.inverted_nipple .m-price #pricelist table,
.areola_atrophy .m-price #pricelist table,
.montgomery_glands .m-price #pricelist table,
.breast-reduction-lift .m-price #pricelist table {
  font-size: 1.4em;
}
.hip-up .m-price #pricelist .option,
.after_breast_reconstruction .m-price #pricelist .option,
.funnel_chest .m-price #pricelist .option,
.accessory_breast .m-price #pricelist .option,
.nipple_reduction .m-price #pricelist .option,
.darkening_nipple .m-price #pricelist .option,
.areola_reduction .m-price #pricelist .option,
.inverted_nipple .m-price #pricelist .option,
.areola_atrophy .m-price #pricelist .option,
.montgomery_glands .m-price #pricelist .option,
.breast-reduction-lift .m-price #pricelist .option {
  margin-top: 40px;
}
.hip-up .m-price #pricelist .option .title,
.after_breast_reconstruction .m-price #pricelist .option .title,
.funnel_chest .m-price #pricelist .option .title,
.accessory_breast .m-price #pricelist .option .title,
.nipple_reduction .m-price #pricelist .option .title,
.darkening_nipple .m-price #pricelist .option .title,
.areola_reduction .m-price #pricelist .option .title,
.inverted_nipple .m-price #pricelist .option .title,
.areola_atrophy .m-price #pricelist .option .title,
.montgomery_glands .m-price #pricelist .option .title,
.breast-reduction-lift .m-price #pricelist .option .title {
  color: #7f7875;
}
.hip-up .m-price #pricelist table,
.after_breast_reconstruction .m-price #pricelist table,
.funnel_chest .m-price #pricelist table,
.accessory_breast .m-price #pricelist table,
.nipple_reduction .m-price #pricelist table,
.darkening_nipple .m-price #pricelist table,
.areola_reduction .m-price #pricelist table,
.inverted_nipple .m-price #pricelist table,
.areola_atrophy .m-price #pricelist table,
.montgomery_glands .m-price #pricelist table,
.breast-reduction-lift .m-price #pricelist table {
  width: 100%;
  font-size: 1.2em;
}
.hip-up .m-summary table,
.after_breast_reconstruction .m-summary table,
.funnel_chest .m-summary table,
.accessory_breast .m-summary table,
.nipple_reduction .m-summary table,
.darkening_nipple .m-summary table,
.areola_reduction .m-summary table,
.inverted_nipple .m-summary table,
.areola_atrophy .m-summary table,
.montgomery_glands .m-summary table,
.breast-reduction-lift .m-summary table {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  border: 1px solid #c7bcb5;
  font-size: 1.4em;
  color: #7f7875;
}
.hip-up .m-summary table th,
.hip-up .m-summary table td,
.after_breast_reconstruction .m-summary table th,
.after_breast_reconstruction .m-summary table td,
.funnel_chest .m-summary table th,
.funnel_chest .m-summary table td,
.accessory_breast .m-summary table th,
.accessory_breast .m-summary table td,
.nipple_reduction .m-summary table th,
.nipple_reduction .m-summary table td,
.darkening_nipple .m-summary table th,
.darkening_nipple .m-summary table td,
.areola_reduction .m-summary table th,
.areola_reduction .m-summary table td,
.inverted_nipple .m-summary table th,
.inverted_nipple .m-summary table td,
.areola_atrophy .m-summary table th,
.areola_atrophy .m-summary table td,
.montgomery_glands .m-summary table th,
.montgomery_glands .m-summary table td,
.breast-reduction-lift .m-summary table th,
.breast-reduction-lift .m-summary table td {
  border-bottom: 1px dotted #c7bcb5;
  line-height: 1.4285714286;
}
.hip-up .m-summary table th,
.after_breast_reconstruction .m-summary table th,
.funnel_chest .m-summary table th,
.accessory_breast .m-summary table th,
.nipple_reduction .m-summary table th,
.darkening_nipple .m-summary table th,
.areola_reduction .m-summary table th,
.inverted_nipple .m-summary table th,
.areola_atrophy .m-summary table th,
.montgomery_glands .m-summary table th,
.breast-reduction-lift .m-summary table th {
  width: 125px;
  border-right: 1px dotted #c7bcb5;
  background: #f2efed;
  text-align: center;
}
.hip-up .m-summary table td,
.after_breast_reconstruction .m-summary table td,
.funnel_chest .m-summary table td,
.accessory_breast .m-summary table td,
.nipple_reduction .m-summary table td,
.darkening_nipple .m-summary table td,
.areola_reduction .m-summary table td,
.inverted_nipple .m-summary table td,
.areola_atrophy .m-summary table td,
.montgomery_glands .m-summary table td,
.breast-reduction-lift .m-summary table td {
  padding: 12px 20px;
}
.hip-up .m-summary table .inner-text,
.after_breast_reconstruction .m-summary table .inner-text,
.funnel_chest .m-summary table .inner-text,
.accessory_breast .m-summary table .inner-text,
.nipple_reduction .m-summary table .inner-text,
.darkening_nipple .m-summary table .inner-text,
.areola_reduction .m-summary table .inner-text,
.inverted_nipple .m-summary table .inner-text,
.areola_atrophy .m-summary table .inner-text,
.montgomery_glands .m-summary table .inner-text,
.breast-reduction-lift .m-summary table .inner-text {
  margin-bottom: 5px;
  line-height: 1.4285714286;
}
.hip-up .m-summary table .inner-text small,
.after_breast_reconstruction .m-summary table .inner-text small,
.funnel_chest .m-summary table .inner-text small,
.accessory_breast .m-summary table .inner-text small,
.nipple_reduction .m-summary table .inner-text small,
.darkening_nipple .m-summary table .inner-text small,
.areola_reduction .m-summary table .inner-text small,
.inverted_nipple .m-summary table .inner-text small,
.areola_atrophy .m-summary table .inner-text small,
.montgomery_glands .m-summary table .inner-text small,
.breast-reduction-lift .m-summary table .inner-text small {
  font-size: 0.8571428571em;
}
.hip-up .m-summary table,
.after_breast_reconstruction .m-summary table,
.funnel_chest .m-summary table,
.accessory_breast .m-summary table,
.nipple_reduction .m-summary table,
.darkening_nipple .m-summary table,
.areola_reduction .m-summary table,
.inverted_nipple .m-summary table,
.areola_atrophy .m-summary table,
.montgomery_glands .m-summary table,
.breast-reduction-lift .m-summary table {
  width: 100%;
}

.after_breast_reconstruction .m-details .pic,
.funnel_chest .m-details .pic,
.darkening_nipple .m-details .pic,
.areola_reduction .m-details .pic,
.inverted_nipple .m-details .pic,
.areola_atrophy .m-details .pic,
.montgomery_glands .m-details .pic,
.breast-reduction-lift .m-details .pic {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.after_breast_reconstruction .m-details .text,
.funnel_chest .m-details .text,
.darkening_nipple .m-details .text,
.areola_reduction .m-details .text,
.inverted_nipple .m-details .text,
.areola_atrophy .m-details .text,
.montgomery_glands .m-details .text,
.breast-reduction-lift .m-details .text {
  margin-top: 30px;
}
.after_breast_reconstruction .m-about,
.funnel_chest .m-about,
.darkening_nipple .m-about,
.areola_reduction .m-about,
.inverted_nipple .m-about,
.areola_atrophy .m-about,
.montgomery_glands .m-about,
.breast-reduction-lift .m-about {
  margin-bottom: 70px;
}
.after_breast_reconstruction .m-about > .text,
.funnel_chest .m-about > .text,
.darkening_nipple .m-about > .text,
.areola_reduction .m-about > .text,
.inverted_nipple .m-about > .text,
.areola_atrophy .m-about > .text,
.montgomery_glands .m-about > .text,
.breast-reduction-lift .m-about > .text {
  width: auto;
}

.after_breast_reconstruction .m-inourcase,
.breast-reduction-lift .m-inourcase {
  *zoom: 1;
  box-sizing: border-box;
  position: relative;
  background: #faf6e7;
  padding: 20px 30px 30px;
  clear: both;
}
.after_breast_reconstruction .m-inourcase::after,
.breast-reduction-lift .m-inourcase::after {
  content: "";
  display: table;
  clear: both;
}
.after_breast_reconstruction .m-inourcase::before, .after_breast_reconstruction .m-inourcase::after,
.breast-reduction-lift .m-inourcase::before,
.breast-reduction-lift .m-inourcase::after {
  content: "";
  display: block;
  position: absolute;
}
.after_breast_reconstruction .m-inourcase::before,
.breast-reduction-lift .m-inourcase::before {
  top: -4px;
  left: -5px;
  width: 36px;
  height: 57px;
  background: url(../img/contents_operation_subcontents_bg.gif) left top no-repeat;
}
.after_breast_reconstruction .m-inourcase::after,
.breast-reduction-lift .m-inourcase::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 25px solid #ebe7d3;
  border-right: 25px solid #fff;
}
.after_breast_reconstruction .m-inourcase > .title,
.breast-reduction-lift .m-inourcase > .title {
  position: relative;
  padding-bottom: 7px;
  border-bottom: 1px solid #d0c7c0;
}
.after_breast_reconstruction .m-inourcase .contents,
.breast-reduction-lift .m-inourcase .contents {
  *zoom: 1;
}
.after_breast_reconstruction .m-inourcase .contents::after,
.breast-reduction-lift .m-inourcase .contents::after {
  content: "";
  display: table;
  clear: both;
}
.after_breast_reconstruction .m-inourcase .contents > .text,
.breast-reduction-lift .m-inourcase .contents > .text {
  float: left;
  background: url(../img/contents_operation_subcontents_text_bg.gif) left -4px;
  line-height: 2.1428571429;
  font-size: 1.4em;
}
.after_breast_reconstruction .m-inourcase .contents > .text a,
.breast-reduction-lift .m-inourcase .contents > .text a {
  display: block;
  position: relative;
  float: right;
  padding-left: 20px;
  text-decoration: underline;
}
.after_breast_reconstruction .m-inourcase .contents > .text a::before,
.breast-reduction-lift .m-inourcase .contents > .text a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background: url(../img/arrow/arrow4.png) left top no-repeat;
}
.after_breast_reconstruction .m-inourcase .contents > .text a:hover::before,
.breast-reduction-lift .m-inourcase .contents > .text a:hover::before {
  background-image: url(../img/arrow/arrow4_h.png);
}
.after_breast_reconstruction .m-inourcase .contents > .pic,
.breast-reduction-lift .m-inourcase .contents > .pic {
  padding-top: 12px;
  text-align: right;
}
.after_breast_reconstruction .m-inourcase > .title,
.breast-reduction-lift .m-inourcase > .title {
  font-size: 1.8em;
  font-weight: bold;
  white-space: nowrap;
  color: #7f7875;
}
.after_breast_reconstruction .m-inourcase > .title > *,
.breast-reduction-lift .m-inourcase > .title > * {
  display: inline-block;
  vertical-align: middle;
}
.after_breast_reconstruction .m-inourcase > .title > .pic,
.breast-reduction-lift .m-inourcase > .title > .pic {
  margin-right: 10px;
}
.after_breast_reconstruction .m-inourcase > .title > .text,
.breast-reduction-lift .m-inourcase > .title > .text {
  font-weight: bold;
}
.after_breast_reconstruction .m-inourcase .contents > .text,
.breast-reduction-lift .m-inourcase .contents > .text {
  margin-bottom: -3px;
  padding-top: 3px;
  width: 451px;
  background: repeating-linear-gradient(transparent 0, transparent 29px, #d0c7c0 29px, #d0c7c0 30px);
}
.after_breast_reconstruction .m-inourcase .text::before, .after_breast_reconstruction .m-inourcase .text::after,
.breast-reduction-lift .m-inourcase .text::before,
.breast-reduction-lift .m-inourcase .text::after {
  content: initial;
}
.after_breast_reconstruction .m-inourcase > .title > .text,
.breast-reduction-lift .m-inourcase > .title > .text {
  float: none;
  margin: 0;
  width: auto;
  line-height: 1;
  font-size: 1em;
}

.darkening_nipple .m-effect > .title,
.montgomery_glands .m-effect > .title {
  flex-direction: column;
}

.after_breast_reconstruction .m-finish {
  margin-bottom: 30px;
  text-align: center;
}
.after_breast_reconstruction .m-finish img {
  border: 1px solid #baafa6;
}
.after_breast_reconstruction .m-feature-contents:nth-child(1) {
  background-image: url(../img/troubles_after_breast_reconstruction_feature_pic1.jpg);
}
.after_breast_reconstruction .m-feature-contents:nth-child(2) {
  background-image: url(../img/troubles_after_breast_reconstruction_feature_pic2.jpg);
}
.after_breast_reconstruction .m-feature-contents:nth-child(3) {
  background-image: url(../img/troubles_accessory_breast_feature_pic1.jpg);
}
.after_breast_reconstruction .m-about > .pic {
  float: left;
}
.after_breast_reconstruction .m-about > .text {
  margin-top: 30px;
  margin-bottom: 35px;
}
.after_breast_reconstruction .m-about .m-sub-contents {
  clear: both;
}
.after_breast_reconstruction .m-about .m-sub-contents > .text {
  float: left;
}
.after_breast_reconstruction .m-about .m-sub-contents figure.pic {
  display: table;
  float: right;
  margin-bottom: 30px;
  caption-side: bottom;
}
.after_breast_reconstruction .m-about .m-sub-contents figure.pic img {
  border: 1px solid #c7bcb5;
}
.after_breast_reconstruction .m-about .m-sub-contents figure.pic figcaption {
  display: table-caption;
  margin-top: 5px;
  font-size: 1.2em;
  color: #7f7875;
}
.after_breast_reconstruction .m-about .about3 aside + aside {
  margin-top: 30px;
}
.after_breast_reconstruction .m-about .about3 aside + aside .m-inourcase .contents .text {
  float: none;
  width: auto;
}

.funnel_chest .m-feature-contents:nth-child(1) {
  background-image: url(../img/troubles_funnel_chest_feature_pic1.jpg);
}
.funnel_chest .m-feature-contents:nth-child(2) {
  background-image: url(../img/troubles_funnel_chest_feature_pic2.jpg);
}
.funnel_chest .m-feature-contents:nth-child(3) {
  background-image: url(../img/troubles_funnel_chest_feature_pic3.jpg);
}
.funnel_chest .m-about > .text {
  margin-bottom: 30px;
}
.funnel_chest .m-about .contents-item .text {
  float: left;
}
.funnel_chest .m-about .contents-item .pic {
  text-align: right;
}

.accessory_breast .m-anchor .anchor-item {
  flex-basis: 20%;
}
.accessory_breast .m-feature-contents:nth-child(1) {
  background-image: url(../img/troubles_accessory_breast_feature_pic1.jpg);
}
.accessory_breast .m-feature-contents:nth-child(2) {
  background-image: url(../img/troubles_accessory_breast_feature_pic2.jpg);
}
.accessory_breast .m-feature-contents:nth-child(3) {
  background-image: url(../img/troubles_funnel_chest_feature_pic3.jpg);
}
.accessory_breast .m-about {
  margin-bottom: 70px;
}
.accessory_breast .m-about .pic {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.accessory_breast .m-about .text {
  margin-top: 30px;
  width: auto;
}
.accessory_breast .m-case-list {
  *zoom: 1;
}
.accessory_breast .m-case-list::after {
  content: "";
  display: table;
  clear: both;
}
.accessory_breast .m-case-item {
  float: left;
  margin-right: 24px;
  margin-bottom: 20px;
  width: 330px;
}
.accessory_breast .m-case-item .before-after {
  *zoom: 1;
  margin-bottom: 10px;
}
.accessory_breast .m-case-item .before-after::after {
  content: "";
  display: table;
  clear: both;
}
.accessory_breast .m-case-item .before-after > * {
  float: left;
  width: 165px;
}
.accessory_breast .m-case-item .before-after > * img {
  width: 100%;
  height: auto;
}
.accessory_breast .m-case-item .before-after > li {
  position: relative;
}
.accessory_breast .m-case-item .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;
}
.accessory_breast .m-case-item .before-after .before::after {
  background-image: url(../img/case_icon_before_s.png);
}
.accessory_breast .m-case-item .before-after .after::after {
  background-image: url(../img/case_icon_after_s.png);
}
.accessory_breast .m-case-item:nth-child(even) {
  margin-right: 0;
}
.accessory_breast .m-case .link {
  text-align: right;
  font-size: 1.2em;
  color: #7f7875;
}
.accessory_breast .m-details {
  margin-bottom: 70px;
}
.accessory_breast .m-details > .text {
  margin-bottom: 30px;
}
.accessory_breast .m-details-table {
  margin-bottom: 30px;
  font-size: 12px;
  color: #7f7875;
}
.accessory_breast .m-details-table table {
  table-layout: fixed;
  width: 100%;
  border-bottom: 1px solid #baafa6;
}
.accessory_breast .m-details-table table thead th,
.accessory_breast .m-details-table table tbody th,
.accessory_breast .m-details-table table tbody td {
  padding: 5px 10px;
  border: 1px solid #baafa6;
  line-height: 1.2;
}
.accessory_breast .m-details-table table thead th,
.accessory_breast .m-details-table table tbody th {
  background: #f5f3f1;
  text-align: center;
}
.accessory_breast .m-details-table table thead td {
  width: 80px;
  height: 33px;
}
.accessory_breast .m-details-table table tbody td li::before {
  content: "・";
}
.accessory_breast .m-details-table table tbody td li + li {
  margin-top: 5px;
}
.accessory_breast .m-details-table__cap {
  margin-top: 5px;
  text-align: right;
}
.accessory_breast .m-details .m-sub-contents {
  *zoom: 1;
  margin-bottom: 35px;
}
.accessory_breast .m-details .m-sub-contents::after {
  content: "";
  display: table;
  clear: both;
}
.accessory_breast .m-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;
}
.accessory_breast .m-details .m-sub-contents > .text {
  float: left;
  width: 325px;
}
.accessory_breast .m-details .m-sub-contents > .text a {
  text-decoration: underline;
}
.accessory_breast .m-details .m-sub-contents > .pic {
  overflow: hidden;
  margin-bottom: 30px;
  text-align: right;
}
.accessory_breast .m-details .m-sub-contents > .pic + .text {
  clear: both;
  float: none;
  width: auto;
}
.accessory_breast .m-details .m-sub-contents.details1 > .text {
  margin-bottom: 25px;
}
.accessory_breast .m-details .m-cv {
  margin-top: 40px;
  border-bottom: 1px solid #baafa6;
}
.accessory_breast .m-details .m-cv li {
  border: 1px solid #baafa6;
  border-bottom: 0;
}
.accessory_breast .m-details .m-cv dl {
  display: table;
  width: 100%;
}
.accessory_breast .m-details .m-cv dt,
.accessory_breast .m-details .m-cv dd {
  display: table-cell;
  vertical-align: middle;
}
.accessory_breast .m-details .m-cv 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;
}
.accessory_breast .m-details .m-cv dt .emphasis {
  font-weight: bold;
  color: #ec7c78;
}
.accessory_breast .m-details .m-cv dd {
  padding: 10px;
  background: #d6d0c9;
}
.accessory_breast .m-details .m-cv .button {
  width: 284px;
}
.accessory_breast .m-details .m-cv .button a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 2px solid #554c48;
  background: -webkit-gradient(linear, left top, left bottom, from(#91847b), to(#443b34));
  background: linear-gradient(#91847b, #443b34);
  vertical-align: middle;
  line-height: 1.25;
  color: #f5f2f0;
  box-sizing: border-box;
  transition: opacity 0.1s linear;
}
.accessory_breast .m-details .m-cv .button a .inner-text {
  text-align: center;
  line-height: 2.5;
  font-size: 16px;
}
.accessory_breast .m-details .m-cv .button a:hover {
  opacity: 0.7;
  color: inherit !important;
}
.accessory_breast .m-details .m-cv .button a:hover > *, .accessory_breast .m-details .m-cv .button a:hover::before {
  opacity: 0.7;
  color: #f5f2f0;
}
.accessory_breast .m-details .m-cv .button a::before {
  display: block;
  flex-grow: 1;
  align-self: flex-end;
  order: 3;
  width: 100%;
  border-top: 1px solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 10px;
}
.accessory_breast .m-details .m-cv .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;
}
.accessory_breast .m-details .m-cv .button.reservation a {
  position: relative;
}
.accessory_breast .m-details .m-cv .button.reservation a .inner-text {
  width: 100%;
}
.accessory_breast .m-details .m-cv .button.reservation a::before {
  content: "ドクターが全て対応します";
}
.accessory_breast .m-details .m-cv .button.reservation a::after {
  position: absolute;
  top: 9px;
  right: 0;
}
.accessory_breast .m-details .m-cv .button.line a .inner-text {
  margin-left: 70px;
  padding-left: 40px;
  background: url(../img/qa_line.png) left center no-repeat;
}
.accessory_breast .m-details .m-cv .button.line a::before {
  content: "メアド不要で気軽に質問";
}
.accessory_breast .m-reason > .title {
  padding-bottom: 0;
  line-height: normal;
}
.accessory_breast .m-price #campaignlist {
  /* $discount: sprite-map('discount/*.png'); */
  /* $discount-img: sprite-url($discount); */
}
.accessory_breast .m-price #campaignlist > li {
  margin-bottom: 10px;
  border: 1px solid #baafa6;
}
.accessory_breast .m-price #campaignlist > li .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  line-height: 1;
}
.accessory_breast .m-price #campaignlist > li .title a img {
  opacity: 1;
  transition: opacity 0.1s linear;
}
.accessory_breast .m-price #campaignlist > li .title a:hover img {
  opacity: 0.5;
}
.accessory_breast .m-price #campaignlist .table {
  padding: 2px;
  background: #f2efed;
}
.accessory_breast .m-price #campaignlist .table .title,
.accessory_breast .m-price #campaignlist .table p,
.accessory_breast .m-price #campaignlist .table ol {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.accessory_breast .m-price #campaignlist .table .title {
  padding: 3px 0 3px 3px;
  width: 531px;
  text-align: left;
}
.accessory_breast .m-price #campaignlist .table .title-inner {
  display: table-cell;
  padding: 10px 0 7px 17px;
  height: 44px;
  border-left: 4px solid #ec7c78;
  vertical-align: middle;
}
.accessory_breast .m-price #campaignlist .table .title-inner .course-title {
  display: block;
  padding-bottom: 4px;
  width: 380px;
  line-height: 1.25;
  font-size: 18px;
  font-weight: normal;
  color: #7f7875;
}
.accessory_breast .m-price #campaignlist .table .title-inner .ref {
  display: block;
  padding: 0 0 3px;
  width: auto;
  background: none;
  text-align: left;
  font-size: 12px;
}
.accessory_breast .m-price #campaignlist .table .title-inner .price {
  padding: 0;
  width: auto;
  background: none;
  text-align: left;
  font-size: 14px;
}
.accessory_breast .m-price #campaignlist .table.capacity .title-inner {
  height: 56px;
}
.accessory_breast .m-price #campaignlist .table p,
.accessory_breast .m-price #campaignlist .table ol {
  padding: 0 9px;
  width: 126px;
  background: #fff;
  line-height: 1.3333333333;
  font-size: 1.2em;
  color: #7f7875;
}
.accessory_breast .m-price #campaignlist .table a {
  text-decoration: none;
  color: #ec7c78;
}
.accessory_breast .m-price #campaignlist .table em {
  font-size: 1.1666666667em;
  font-weight: bold;
  color: #ec7c78;
}
.accessory_breast .m-price #campaignlist .discount ol li:first-child {
  margin-bottom: 6px;
  padding-bottom: 10px;
  background: url(../img/arrow/arrow13.png) 63px 18px no-repeat;
}
.accessory_breast .m-price #campaignlist .discount ol li.double {
  background: url(../img/arrow/arrow13.png) 63px 34px no-repeat;
}
.accessory_breast .m-price #campaignlist .discount ol em {
  font-size: 1.1666666667em;
}
.accessory_breast .m-price #campaignlist .badge .title {
  padding-right: 58px;
  width: 482px;
}
.accessory_breast .m-price #campaignlist .badge p,
.accessory_breast .m-price #campaignlist .badge ol {
  padding-left: 0;
}
.accessory_breast .m-price #campaignlist .badge50 .title {
  background: url(../img/discount/badge50.png) right center no-repeat, url(../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.accessory_breast .m-price #campaignlist .badge40 .title {
  background: url(../img/discount/badge40.png) right center no-repeat, url(../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.accessory_breast .m-price #campaignlist .badge33 .title {
  background: url(../img/discount/badge33.png) right center no-repeat, url(../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.accessory_breast .m-price #campaignlist .badge30 .title {
  background: url(../img/discount/badge30.png) right center no-repeat, url(../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.accessory_breast .m-price #campaignlist .badge25 .title {
  background: url(../img/discount/badge25.png) right center no-repeat, url(../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.accessory_breast .m-price #campaignlist .badge20 .title {
  background: url(../img/discount/badge20.png) right center no-repeat, url(../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.accessory_breast .m-price #campaignlist .capacity section {
  position: relative;
}
.accessory_breast .m-price #campaignlist .capacity p,
.accessory_breast .m-price #campaignlist .capacity ol {
  padding: 7px 9px 20px;
}
.accessory_breast .m-price #campaignlist .capacity p em,
.accessory_breast .m-price #campaignlist .capacity li em {
  display: inline;
  position: static;
  width: auto;
  background: none;
  font-weight: bold;
  color: #ec7c78;
}
.accessory_breast .m-price #campaignlist .capacity em {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 144px;
  background: #ec7c78;
  text-align: center;
  line-height: 20px;
  font-weight: normal;
  color: #fff;
}
.accessory_breast .m-price #campaignlist .folding .title a {
  cursor: pointer;
}
.accessory_breast .m-price #campaignlist .folding .wrapper {
  display: none;
  border-top: 1px solid #baafa6;
}
.accessory_breast .m-price #campaignlist .folding .wrapper > div {
  border-top: 1px solid #baafa6;
}
.accessory_breast .m-price #campaignlist .folding .wrapper > div:first-child {
  border-top: 0;
}
.accessory_breast .m-price #campaignlist .folding .wrapper .title {
  margin-bottom: 30px;
  padding: 1px;
  height: auto;
  border: 1px solid #baafa6;
  background: none;
  line-height: 1;
  font-size: 1em;
  margin: 0;
  padding: 1px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.accessory_breast .m-price #campaignlist .folding .wrapper .title span {
  display: block;
  padding-left: 13px;
  background: url(../img/operation_campaign_title_bg.gif) left top repeat-x;
  line-height: 26px;
  font-size: 1.2em;
  color: #7f7875;
}
.accessory_breast .m-price #campaignlist .folding .wrapper .option {
  border: 0;
}
.accessory_breast .m-price #campaignlist .folding .lead {
  padding: 15px 30px;
}
.accessory_breast .m-price #campaignlist .folding .lead p {
  line-height: 1.8333333333;
  font-size: 1.2em;
  color: #7f7875;
}
.accessory_breast .m-price #campaignlist .folding div.price table {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  border-bottom: 1px solid #baafa6;
  table-layout: fixed;
  font-size: 1.2em;
  color: #7f7875;
  margin-bottom: 12px;
}
.accessory_breast .m-price #campaignlist .folding div.price table thead td {
  border-bottom: 1px solid #baafa6;
}
.accessory_breast .m-price #campaignlist .folding div.price table thead th {
  border: 1px solid #baafa6;
  text-align: center;
  line-height: 1.3333333333;
}
.accessory_breast .m-price #campaignlist .folding div.price table tbody th,
.accessory_breast .m-price #campaignlist .folding div.price table tbody td {
  border-right: 1px solid #baafa6;
  border-bottom: 1px dotted #baafa6;
  border-left: 1px solid #baafa6;
}
.accessory_breast .m-price #campaignlist .folding div.price table tbody tr.separate th,
.accessory_breast .m-price #campaignlist .folding div.price table tbody tr.separate td {
  border-bottom-style: solid;
}
.accessory_breast .m-price #campaignlist .folding div.price table tbody tr:last-child th,
.accessory_breast .m-price #campaignlist .folding div.price table tbody tr:last-child td {
  border-bottom: 1px solid #baafa6;
}
.accessory_breast .m-price #campaignlist .folding div.price table tbody td {
  line-height: 24px;
}
.accessory_breast .m-price #campaignlist .folding div.price table thead th,
.accessory_breast .m-price #campaignlist .folding div.price table thead td {
  height: 33px;
  box-sizing: border-box;
}
.accessory_breast .m-price #campaignlist .folding div.price table thead th {
  padding: 4px;
  width: 125px;
  min-height: 24px;
  color: #7f7875;
}
.accessory_breast .m-price #campaignlist .folding div.price table thead td {
  padding: 0 1em;
  line-height: 1.3333333333;
}
.accessory_breast .m-price #campaignlist .folding div.price table thead .note {
  margin: 5px 0;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 0.8333333333em;
  color: #918b88;
}
.accessory_breast .m-price #campaignlist .folding div.price table thead .note::before {
  content: "※";
  color: #ec7c78;
}
.accessory_breast .m-price #campaignlist .folding div.price table tbody tr:nth-child(even) th,
.accessory_breast .m-price #campaignlist .folding div.price table tbody tr:nth-child(even) td {
  background-color: #f2efed;
}
.accessory_breast .m-price #campaignlist .folding div.price table tbody th,
.accessory_breast .m-price #campaignlist .folding div.price table tbody td {
  line-height: 16/12;
}
.accessory_breast .m-price #campaignlist .folding div.price table tbody th {
  padding: 10px 10px 10px 20px;
  background: url(../img/arrow/arrow.png) 5px center no-repeat;
}
.accessory_breast .m-price #campaignlist .folding div.price table tbody td {
  padding: 5px;
  height: 14px;
  text-align: center;
  color: #7f7875;
}
.accessory_breast .m-price #campaignlist .folding div.price table tbody td span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.accessory_breast .m-price #campaignlist .folding div.price table tbody td.loan {
  line-height: 1.25;
  font-size: 11px;
  box-sizing: border-box;
}
.accessory_breast .m-price #campaignlist .folding div.price table tfoot {
  border: 1px solid #baafa6;
  border-top: 0;
}
.accessory_breast .m-price #campaignlist .folding div.price table tfoot td {
  padding: 10px 15px;
}
.accessory_breast .m-price #campaignlist .folding div.price table tfoot .price-inclusion .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.accessory_breast .m-price #campaignlist .folding div.price table tfoot .inclusion-item {
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.accessory_breast .m-price #campaignlist .folding div.price table tfoot .inclusion-item .item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accessory_breast .m-price #campaignlist .folding div.price table tfoot .inclusion-item .item-inner::after {
  content: "";
  display: block;
  flex: 1;
  order: 2;
  margin: 0 10px 0 25px;
  width: 100%;
  border-top: 1px dotted #baafa6;
}
.accessory_breast .m-price #campaignlist .folding div.price table tfoot .inclusion-item .title {
  order: 1;
  font-weight: bold;
}
.accessory_breast .m-price #campaignlist .folding div.price table tfoot .inclusion-item .summary {
  color: #b4afac;
}
.accessory_breast .m-price #campaignlist .folding div.price table tfoot .inclusion-item .price {
  order: 3;
}
.accessory_breast .m-price #campaignlist .folding div.price table thead th {
  line-height: 16px;
}
.accessory_breast .m-price #campaignlist .folding div.price table thead th .tax-include,
.accessory_breast .m-price #campaignlist .folding div.price table thead th span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.accessory_breast .m-price #campaignlist .folding div.price table thead th a {
  padding-left: 15px;
  background: url(../img/arrow/arrow2.png) left top no-repeat;
  text-decoration: none;
  font-size: 0.8333333333em;
  color: #7f7875;
}
.accessory_breast .m-price #campaignlist .folding div.price table thead th a:hover {
  background-image: url(../img/arrow/arrow2_h.png);
}
.accessory_breast .m-price #campaignlist .folding div.price table thead th.loan {
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
  width: 100px;
}
.accessory_breast .m-price #campaignlist .folding div.price table thead .icon.question {
  display: inline-block;
  position: relative;
  margin-right: -20px;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background: url(../img/icon_question2.png);
  cursor: help;
  vertical-align: sub;
}
.accessory_breast .m-price #campaignlist .folding div.price table thead .icon.question .text {
  display: none;
}
.accessory_breast .m-price #campaignlist .folding div.price table thead .icon.question .text a {
  padding: 0;
  background: none;
  text-decoration: underline;
  font-size: 1em;
  color: #6d9dd0;
}
.accessory_breast .m-price #campaignlist .folding div.price table thead .icon.question:hover .text, .accessory_breast .m-price #campaignlist .folding div.price table thead .icon.question:hover::after {
  position: absolute;
}
.accessory_breast .m-price #campaignlist .folding div.price table thead .icon.question:hover .text {
  display: block;
  right: -36px;
  bottom: 21px;
  z-index: 1;
  padding: 14px;
  width: 330px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #efece9;
  text-align: left;
  line-height: 1.5;
  font-size: 1em;
  font-style: normal;
  color: #7f7875;
  box-sizing: border-box;
}
.accessory_breast .m-price #campaignlist .folding div.price table thead .icon.question:hover::after {
  content: "";
  top: -6px;
  right: 3px;
  z-index: 2;
  border-top: 8px solid #efece9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.accessory_breast .m-price #campaignlist .folding div.price table tbody th {
  line-height: 1.3333333333;
}
.accessory_breast .m-price #campaignlist .folding div.price table tbody td {
  line-height: 1.3333333333;
}
.accessory_breast .m-price #campaignlist .folding div.price table tbody td .price + .reduce ol {
  text-align: right;
}
.accessory_breast .m-price #campaignlist .folding div.price table tbody td .reduce ol li > span {
  display: inline;
}
.accessory_breast .m-price #campaignlist .folding div.price table tbody td .reduce ol li:nth-child(2) {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}
.accessory_breast .m-price #campaignlist .folding div.price table tbody td .reduce ol li:nth-child(2) span {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
.accessory_breast .m-price #campaignlist .folding div.price table thead td {
  line-height: 1.3333333333;
}
.accessory_breast .m-price #campaignlist .folding div.price table thead th {
  height: 33px;
  border-top: 0;
  border-right: 0;
}
.accessory_breast .m-price #campaignlist .folding div.price table tbody th,
.accessory_breast .m-price #campaignlist .folding div.price table tbody td {
  border-left: 0;
}
.accessory_breast .m-price #campaignlist .folding div.price table:last-child {
  border-bottom: 0;
}
.accessory_breast .m-price #campaignlist .folding div.price table:last-child tbody tr:last-child th,
.accessory_breast .m-price #campaignlist .folding div.price table:last-child tbody tr:last-child td {
  border-bottom: 0;
}
.accessory_breast .m-price #campaignlist .folding div.price ul {
  margin: 0 0 12px 15px;
}
.accessory_breast .m-price #campaignlist .folding div.price li {
  line-height: 1.5;
  font-size: 1.2em;
  color: #7f7875;
}
.accessory_breast .m-price #campaignlist .folding div.price .multiple {
  margin: 10px 0;
  width: 652px;
}
.accessory_breast .m-price #campaignlist .folding div.price .multiple dl {
  padding: 20px 0 14px 18px;
  border: 1px solid #baafa6;
  background-color: #f2efed;
}
.accessory_breast .m-price #campaignlist .folding div.price .multiple dl dt {
  font-size: 1.1666666667em;
  font-weight: bold;
  color: #ec7c78;
}
.accessory_breast .m-price #campaignlist .folding div.price .multiple dl .notice {
  margin-top: 13px;
  font-weight: bold;
}
.accessory_breast .m-price #campaignlist .folding div.price .multiple dl .notice em {
  font-weight: bold;
  color: #ec7c78;
}
.accessory_breast .m-price #campaignlist .folding div.price .multiple dl .info {
  margin-top: 12px;
}
.accessory_breast .m-price #campaignlist .folding div.price .multiple dl .info ul {
  *zoom: 1;
  margin-left: 0;
}
.accessory_breast .m-price #campaignlist .folding div.price .multiple dl .info ul::after {
  content: "";
  display: table;
  clear: both;
}
.accessory_breast .m-price #campaignlist .folding div.price .multiple dl .info li {
  float: left;
  border: 2px solid #29211b;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.accessory_breast .m-price #campaignlist .folding div.price .multiple dl .info li a {
  transition: opacity 0.1s linear;
}
.accessory_breast .m-price #campaignlist .folding div.price .multiple dl .info li a:hover {
  opacity: 0;
}
.accessory_breast .m-price #campaignlist .folding div.price .multiple dl .info .counseling {
  margin-right: 19px;
  background-image: url(../img/sprite/hover/button/button_counseling_h.png);
}
.accessory_breast .m-price #campaignlist .folding div.price .multiple dl .info .mail {
  background-image: url(../img/sprite/hover/button/button_mail_h.png);
}
.accessory_breast .m-price #campaignlist .folding div.price small {
  font-size: 1em;
}
.accessory_breast .m-price #campaignlist .folding div.price small, .accessory_breast .m-price #campaignlist .folding div.price small::before {
  content: "※";
}
.accessory_breast .m-price #campaignlist .folding div.price small .before, .accessory_breast .m-price #campaignlist .folding div.price small::before {
  color: #ec7c78;
}
.accessory_breast .m-price #campaignlist .folding .option {
  margin: 0;
  border: 0;
}
.accessory_breast .m-price #campaignlist .folding .option .title {
  *zoom: 1;
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  font-size: 1em;
  color: #7f7875;
}
.accessory_breast .m-price #campaignlist .folding .option .title::after {
  content: "";
  display: table;
  clear: both;
}
.accessory_breast .m-price #campaignlist .folding .option .title > * {
  float: left;
}
.accessory_breast .m-price #campaignlist .folding .option .title-img {
  margin-right: 10px;
}
.accessory_breast .m-price #campaignlist .folding .option .title-text {
  padding-right: 24px;
  background: url(../img/price_option_title_bg.gif) right center no-repeat;
  line-height: 30px;
  font-size: 1.4em;
}
.accessory_breast .m-price #campaignlist .folding .option table {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  border-bottom: 1px solid #baafa6;
  table-layout: fixed;
  font-size: 1.2em;
  color: #7f7875;
  border-bottom: 0;
}
.accessory_breast .m-price #campaignlist .folding .option table thead td {
  border-bottom: 1px solid #baafa6;
}
.accessory_breast .m-price #campaignlist .folding .option table thead th {
  border: 1px solid #baafa6;
  text-align: center;
  line-height: 1.3333333333;
}
.accessory_breast .m-price #campaignlist .folding .option table tbody th,
.accessory_breast .m-price #campaignlist .folding .option table tbody td {
  border-right: 1px solid #baafa6;
  border-bottom: 1px dotted #baafa6;
  border-left: 1px solid #baafa6;
}
.accessory_breast .m-price #campaignlist .folding .option table tbody tr.separate th,
.accessory_breast .m-price #campaignlist .folding .option table tbody tr.separate td {
  border-bottom-style: solid;
}
.accessory_breast .m-price #campaignlist .folding .option table tbody tr:last-child th,
.accessory_breast .m-price #campaignlist .folding .option table tbody tr:last-child td {
  border-bottom: 1px solid #baafa6;
}
.accessory_breast .m-price #campaignlist .folding .option table tbody td {
  line-height: 24px;
}
.accessory_breast .m-price #campaignlist .folding .option table thead th,
.accessory_breast .m-price #campaignlist .folding .option table thead td {
  height: 33px;
  box-sizing: border-box;
}
.accessory_breast .m-price #campaignlist .folding .option table thead th {
  padding: 4px;
  width: 125px;
  min-height: 24px;
  color: #7f7875;
}
.accessory_breast .m-price #campaignlist .folding .option table thead td {
  padding: 0 1em;
  line-height: 1.3333333333;
}
.accessory_breast .m-price #campaignlist .folding .option table thead .note {
  margin: 5px 0;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 0.8333333333em;
  color: #918b88;
}
.accessory_breast .m-price #campaignlist .folding .option table thead .note::before {
  content: "※";
  color: #ec7c78;
}
.accessory_breast .m-price #campaignlist .folding .option table tbody tr:nth-child(even) th,
.accessory_breast .m-price #campaignlist .folding .option table tbody tr:nth-child(even) td {
  background-color: #f2efed;
}
.accessory_breast .m-price #campaignlist .folding .option table tbody th,
.accessory_breast .m-price #campaignlist .folding .option table tbody td {
  line-height: 16/12;
}
.accessory_breast .m-price #campaignlist .folding .option table tbody th {
  padding: 10px 10px 10px 20px;
  background: url(../img/arrow/arrow.png) 5px center no-repeat;
}
.accessory_breast .m-price #campaignlist .folding .option table tbody td {
  padding: 5px;
  height: 14px;
  text-align: center;
  color: #7f7875;
}
.accessory_breast .m-price #campaignlist .folding .option table tbody td span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.accessory_breast .m-price #campaignlist .folding .option table tbody td.loan {
  line-height: 1.25;
  font-size: 11px;
  box-sizing: border-box;
}
.accessory_breast .m-price #campaignlist .folding .option table tfoot {
  border: 1px solid #baafa6;
  border-top: 0;
}
.accessory_breast .m-price #campaignlist .folding .option table tfoot td {
  padding: 10px 15px;
}
.accessory_breast .m-price #campaignlist .folding .option table tfoot .price-inclusion .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.accessory_breast .m-price #campaignlist .folding .option table tfoot .inclusion-item {
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.accessory_breast .m-price #campaignlist .folding .option table tfoot .inclusion-item .item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accessory_breast .m-price #campaignlist .folding .option table tfoot .inclusion-item .item-inner::after {
  content: "";
  display: block;
  flex: 1;
  order: 2;
  margin: 0 10px 0 25px;
  width: 100%;
  border-top: 1px dotted #baafa6;
}
.accessory_breast .m-price #campaignlist .folding .option table tfoot .inclusion-item .title {
  order: 1;
  font-weight: bold;
}
.accessory_breast .m-price #campaignlist .folding .option table tfoot .inclusion-item .summary {
  color: #b4afac;
}
.accessory_breast .m-price #campaignlist .folding .option table tfoot .inclusion-item .price {
  order: 3;
}
.accessory_breast .m-price #campaignlist .folding .option table thead th {
  line-height: 16px;
}
.accessory_breast .m-price #campaignlist .folding .option table thead th .tax-include,
.accessory_breast .m-price #campaignlist .folding .option table thead th span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.accessory_breast .m-price #campaignlist .folding .option table thead th a {
  padding-left: 15px;
  background: url(../img/arrow/arrow2.png) left top no-repeat;
  text-decoration: none;
  font-size: 0.8333333333em;
  color: #7f7875;
}
.accessory_breast .m-price #campaignlist .folding .option table thead th a:hover {
  background-image: url(../img/arrow/arrow2_h.png);
}
.accessory_breast .m-price #campaignlist .folding .option table thead th.loan {
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
  width: 100px;
}
.accessory_breast .m-price #campaignlist .folding .option table thead .icon.question {
  display: inline-block;
  position: relative;
  margin-right: -20px;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background: url(../img/icon_question2.png);
  cursor: help;
  vertical-align: sub;
}
.accessory_breast .m-price #campaignlist .folding .option table thead .icon.question .text {
  display: none;
}
.accessory_breast .m-price #campaignlist .folding .option table thead .icon.question .text a {
  padding: 0;
  background: none;
  text-decoration: underline;
  font-size: 1em;
  color: #6d9dd0;
}
.accessory_breast .m-price #campaignlist .folding .option table thead .icon.question:hover .text, .accessory_breast .m-price #campaignlist .folding .option table thead .icon.question:hover::after {
  position: absolute;
}
.accessory_breast .m-price #campaignlist .folding .option table thead .icon.question:hover .text {
  display: block;
  right: -36px;
  bottom: 21px;
  z-index: 1;
  padding: 14px;
  width: 330px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #efece9;
  text-align: left;
  line-height: 1.5;
  font-size: 1em;
  font-style: normal;
  color: #7f7875;
  box-sizing: border-box;
}
.accessory_breast .m-price #campaignlist .folding .option table thead .icon.question:hover::after {
  content: "";
  top: -6px;
  right: 3px;
  z-index: 2;
  border-top: 8px solid #efece9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.accessory_breast .m-price #campaignlist .folding .option table tbody th {
  line-height: 1.3333333333;
}
.accessory_breast .m-price #campaignlist .folding .option table tbody td {
  line-height: 1.3333333333;
}
.accessory_breast .m-price #campaignlist .folding .option table tbody td .price + .reduce ol {
  text-align: right;
}
.accessory_breast .m-price #campaignlist .folding .option table tbody td .reduce ol li > span {
  display: inline;
}
.accessory_breast .m-price #campaignlist .folding .option table tbody td .reduce ol li:nth-child(2) {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}
.accessory_breast .m-price #campaignlist .folding .option table tbody td .reduce ol li:nth-child(2) span {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
.accessory_breast .m-price #campaignlist .folding .option table thead th {
  border-right: 0;
  background-color: #f2efed;
}
.accessory_breast .m-price #campaignlist .folding .option table thead th:first-child {
  padding-left: 6px;
  width: auto;
  border-left: 0;
  text-align: left;
}
.accessory_breast .m-price #campaignlist .folding .option table thead span {
  display: block;
  padding-left: 12px;
  line-height: 34px;
}
.accessory_breast .m-price #campaignlist .folding .option table tbody th {
  border-left: 0;
}
.accessory_breast .m-price #campaignlist .folding .option table tbody td {
  border-right: 0;
}
.accessory_breast .m-price #campaignlist .folding .option table tbody tr:last-child th,
.accessory_breast .m-price #campaignlist .folding .option table tbody tr:last-child td {
  border-bottom: 0;
}
.accessory_breast .m-price #campaignlist .folding .summary table {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  border-bottom: 1px solid #baafa6;
  table-layout: fixed;
  font-size: 1.2em;
  color: #7f7875;
  border: 1px solid #fff;
}
.accessory_breast .m-price #campaignlist .folding .summary table thead td {
  border-bottom: 1px solid #baafa6;
}
.accessory_breast .m-price #campaignlist .folding .summary table thead th {
  border: 1px solid #baafa6;
  text-align: center;
  line-height: 1.3333333333;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody th,
.accessory_breast .m-price #campaignlist .folding .summary table tbody td {
  border-right: 1px solid #baafa6;
  border-bottom: 1px dotted #baafa6;
  border-left: 1px solid #baafa6;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody tr.separate th,
.accessory_breast .m-price #campaignlist .folding .summary table tbody tr.separate td {
  border-bottom-style: solid;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody tr:last-child th,
.accessory_breast .m-price #campaignlist .folding .summary table tbody tr:last-child td {
  border-bottom: 1px solid #baafa6;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody td {
  line-height: 24px;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody th,
.accessory_breast .m-price #campaignlist .folding .summary table tbody td,
.accessory_breast .m-price #campaignlist .folding .summary table tbody tr:last-child th,
.accessory_breast .m-price #campaignlist .folding .summary table tbody tr:last-child td {
  border: 0;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody th {
  width: 116px;
  border-bottom: 1px solid #fff;
  background-color: #f2efed;
  text-align: center;
  line-height: 1.5;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody td {
  padding: 22px;
  border-bottom: 1px dotted #baafa6;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .contents ul {
  margin: 0;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .contents li {
  margin-bottom: 21px;
  font-size: 1em;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .contents li li {
  margin: 0;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .contents li:last-child {
  margin-bottom: 0;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .contents dt {
  margin-bottom: 11px;
  padding: 6px 0 6px 16px;
  background: #f2efed;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .contents dd {
  margin-right: 16px;
  margin-left: 16px;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .contents dd dt,
.accessory_breast .m-price #campaignlist .folding .summary table tbody .contents dd dd {
  display: inline;
  padding: 0;
  background: none;
  line-height: 1.6666666667;
  font-weight: normal;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .contents dd dt {
  margin-right: 10px;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .contents dd.price {
  padding-bottom: 5px;
  border-bottom: 1px solid #baafa6;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .contents dd.price > ul {
  width: 100%;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .contents dd.price > ul > li {
  width: 100%;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .contents dd.price > ul > li dl {
  display: flex;
  width: 100%;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .contents dd.price > ul > li dl > * {
  margin-bottom: 0;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .contents dd.price > ul > li dl > dd {
  flex: 1;
  margin: 0;
  text-align: right;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .contents dd.price dd > span {
  display: none;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .contents dd.price + .reduce {
  padding-top: 5px;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .contents dd.price + .reduce > ol {
  text-align: right;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .contents dd.reduce li {
  display: inline;
  line-height: 1.6666666667;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .contents dd.reduce li > span {
  font-size: 0.6em;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .contents dd.reduce li:first-child::after {
  content: "→";
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .contents dd.reduce li:nth-child(2) {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .contents dd.reduce li:nth-child(2) span {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .contents dd.reduce em {
  font-size: 1.1666666667em;
  font-weight: bold;
  color: #ec7c78;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .operation_place li {
  line-height: 1.5;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .conditions li {
  padding-left: 15px;
  background: url(../img/arrow/arrow5.png) left 4px no-repeat;
  line-height: 1.5;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .conditions li em {
  color: #ec7c78;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .flow li {
  position: relative;
  margin-bottom: 5px;
  padding: 0 0 12px 35px;
  background-position: 0 0;
  background-repeat: no-repeat;
  line-height: 22px;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .flow li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 62px;
  width: 8px;
  height: 8px;
  background: url(../img/arrow/arrow6.png) 0 0 no-repeat;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .flow li span {
  font-size: 0.8333333333em;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .flow li small {
  margin-left: 1em;
  font-size: 1em;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .flow li:nth-child(1) {
  background-image: url(../img/sprite/num/price-no1.png);
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .flow li:nth-child(2) {
  background-image: url(../img/sprite/num/price-no2.png);
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .flow li:nth-child(3) {
  background-image: url(../img/sprite/num/price-no3.png);
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .flow li:nth-child(4) {
  background-image: url(../img/sprite/num/price-no4.png);
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .flow li:nth-child(5) {
  background-image: url(../img/sprite/num/price-no5.png);
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .flow li:nth-child(6) {
  background-image: url(../img/sprite/num/price-no6.png);
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .flow li:nth-child(7) {
  background-image: url(../img/sprite/num/price-no7.png);
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .flow li:nth-child(8) {
  background-image: url(../img/sprite/num/price-no8.png);
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .flow li:last-child {
  margin: 0;
  padding-bottom: 0;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .flow li:last-child::before {
  content: initial;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .tel dt,
.accessory_breast .m-price #campaignlist .folding .summary table tbody .tel dd {
  display: inline;
  line-height: 28px;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .tel dt {
  display: inline-block;
  width: 5em;
  font-size: 1.1666666667em;
  color: #ec7c78;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .tel dd:nth-child(2) {
  font-size: 1.5em;
  font-weight: bold;
  color: #ec7c78;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .net p,
.accessory_breast .m-price #campaignlist .folding .summary table tbody .net li {
  line-height: 1.5;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .net small {
  font-size: 1em;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .net em {
  color: #ec7c78;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .net p {
  margin-bottom: 12px;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .net ul {
  margin-bottom: 15px;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .net li {
  margin-left: 2em;
  list-style-type: disc;
  color: #ec7c78;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .net .form {
  *zoom: 1;
  margin: 0;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .net .form::after {
  content: "";
  display: table;
  clear: both;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .net .form li {
  float: left;
  margin: 0 12px 0 0;
  list-style-type: none;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .net .form .c-button a {
  width: 206px;
  height: 55px;
  box-sizing: border-box;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .net .form .c-button a .inner-text {
  padding: 0 26px;
  background-position: right 4px center;
  font-size: 13px;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .net .form .c-button a .inner-text::before, .accessory_breast .m-price #campaignlist .folding .summary table tbody .net .form .c-button a .inner-text::after {
  right: 4px;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .net .form .c-button.net a {
  display: flex;
  align-items: center;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .net .form .c-button.net a::after {
  content: none;
}
.accessory_breast .m-price #campaignlist .folding .summary table tbody .net .form .c-button.net .inner-text {
  line-height: 1.4;
}
.accessory_breast .m-price #campaignlist .exo .summary table tbody th {
  border-bottom: 1px dotted #baafa6;
}
.accessory_breast .m-price #campaignlist .new .title a::after {
  content: "";
  display: block;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #a4948a;
}
.accessory_breast .m-price #campaignlist .new.monitor .title a::after {
  background-image: url(../img/campaignlist_monitor_title_bg.png);
}
.accessory_breast .m-price #campaignlist .new.monitor.is-open .title a::after {
  background-image: url(../img/campaignlist_monitor_title_bg_a.png);
}
.accessory_breast .m-price #campaignlist .new.campaign .title a::after {
  background-image: url(../img/campaignlist_campaign_title_bg.png);
}
.accessory_breast .m-price #campaignlist .new.campaign.is-open .title a::after {
  background-image: url(../img/campaignlist_campaign_title_bg_a.png);
}
.accessory_breast .m-price #campaignlist .folding div.price table,
.accessory_breast .m-price #campaignlist .folding .option table,
.accessory_breast .m-price #campaignlist .folding .summary table {
  width: 100%;
}

.nipple_reduction .m-feature-contents:nth-child(1) {
  background-image: url(../img/troubles_after_feeding_childbirth_feature_pic2.jpg);
}
.nipple_reduction .m-feature-contents:nth-child(3) {
  background-image: url(../img/troubles_funnel_chest_feature_pic3.jpg);
}
.nipple_reduction .m-details > .text {
  margin-bottom: 30px;
}
.nipple_reduction .m-details .m-sub-contents > * {
  margin-right: 10px;
  margin-left: 10px;
}
.nipple_reduction .m-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;
  margin-right: 0;
  margin-left: 0;
  border-top-color: #ec7c78;
  font-weight: bold;
}
.nipple_reduction .m-details .m-sub-contents > .text {
  float: left;
  width: 370px;
}
.nipple_reduction .m-details .m-sub-contents > .pic {
  margin-bottom: 30px;
  text-align: right;
}
.nipple_reduction .m-about {
  margin-bottom: 70px;
}
.nipple_reduction .m-about .text {
  float: none;
  margin-bottom: 30px;
  width: auto;
}
.nipple_reduction .m-price #campaignlist {
  /* $discount: sprite-map('discount/*.png'); */
  /* $discount-img: sprite-url($discount); */
}
.nipple_reduction .m-price #campaignlist > li {
  margin-bottom: 10px;
  border: 1px solid #baafa6;
}
.nipple_reduction .m-price #campaignlist > li .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  line-height: 1;
}
.nipple_reduction .m-price #campaignlist > li .title a img {
  opacity: 1;
  transition: opacity 0.1s linear;
}
.nipple_reduction .m-price #campaignlist > li .title a:hover img {
  opacity: 0.5;
}
.nipple_reduction .m-price #campaignlist .table {
  padding: 2px;
  background: #f2efed;
}
.nipple_reduction .m-price #campaignlist .table .title,
.nipple_reduction .m-price #campaignlist .table p,
.nipple_reduction .m-price #campaignlist .table ol {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.nipple_reduction .m-price #campaignlist .table .title {
  padding: 3px 0 3px 3px;
  width: 531px;
  text-align: left;
}
.nipple_reduction .m-price #campaignlist .table .title-inner {
  display: table-cell;
  padding: 10px 0 7px 17px;
  height: 44px;
  border-left: 4px solid #ec7c78;
  vertical-align: middle;
}
.nipple_reduction .m-price #campaignlist .table .title-inner .course-title {
  display: block;
  padding-bottom: 4px;
  width: 380px;
  line-height: 1.25;
  font-size: 18px;
  font-weight: normal;
  color: #7f7875;
}
.nipple_reduction .m-price #campaignlist .table .title-inner .ref {
  display: block;
  padding: 0 0 3px;
  width: auto;
  background: none;
  text-align: left;
  font-size: 12px;
}
.nipple_reduction .m-price #campaignlist .table .title-inner .price {
  padding: 0;
  width: auto;
  background: none;
  text-align: left;
  font-size: 14px;
}
.nipple_reduction .m-price #campaignlist .table.capacity .title-inner {
  height: 56px;
}
.nipple_reduction .m-price #campaignlist .table p,
.nipple_reduction .m-price #campaignlist .table ol {
  padding: 0 9px;
  width: 126px;
  background: #fff;
  line-height: 1.3333333333;
  font-size: 1.2em;
  color: #7f7875;
}
.nipple_reduction .m-price #campaignlist .table a {
  text-decoration: none;
  color: #ec7c78;
}
.nipple_reduction .m-price #campaignlist .table em {
  font-size: 1.1666666667em;
  font-weight: bold;
  color: #ec7c78;
}
.nipple_reduction .m-price #campaignlist .discount ol li:first-child {
  margin-bottom: 6px;
  padding-bottom: 10px;
  background: url(../img/arrow/arrow13.png) 63px 18px no-repeat;
}
.nipple_reduction .m-price #campaignlist .discount ol li.double {
  background: url(../img/arrow/arrow13.png) 63px 34px no-repeat;
}
.nipple_reduction .m-price #campaignlist .discount ol em {
  font-size: 1.1666666667em;
}
.nipple_reduction .m-price #campaignlist .badge .title {
  padding-right: 58px;
  width: 482px;
}
.nipple_reduction .m-price #campaignlist .badge p,
.nipple_reduction .m-price #campaignlist .badge ol {
  padding-left: 0;
}
.nipple_reduction .m-price #campaignlist .badge50 .title {
  background: url(../img/discount/badge50.png) right center no-repeat, url(../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.nipple_reduction .m-price #campaignlist .badge40 .title {
  background: url(../img/discount/badge40.png) right center no-repeat, url(../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.nipple_reduction .m-price #campaignlist .badge33 .title {
  background: url(../img/discount/badge33.png) right center no-repeat, url(../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.nipple_reduction .m-price #campaignlist .badge30 .title {
  background: url(../img/discount/badge30.png) right center no-repeat, url(../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.nipple_reduction .m-price #campaignlist .badge25 .title {
  background: url(../img/discount/badge25.png) right center no-repeat, url(../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.nipple_reduction .m-price #campaignlist .badge20 .title {
  background: url(../img/discount/badge20.png) right center no-repeat, url(../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.nipple_reduction .m-price #campaignlist .capacity section {
  position: relative;
}
.nipple_reduction .m-price #campaignlist .capacity p,
.nipple_reduction .m-price #campaignlist .capacity ol {
  padding: 7px 9px 20px;
}
.nipple_reduction .m-price #campaignlist .capacity p em,
.nipple_reduction .m-price #campaignlist .capacity li em {
  display: inline;
  position: static;
  width: auto;
  background: none;
  font-weight: bold;
  color: #ec7c78;
}
.nipple_reduction .m-price #campaignlist .capacity em {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 144px;
  background: #ec7c78;
  text-align: center;
  line-height: 20px;
  font-weight: normal;
  color: #fff;
}
.nipple_reduction .m-price #campaignlist .folding .title a {
  cursor: pointer;
}
.nipple_reduction .m-price #campaignlist .folding .wrapper {
  display: none;
  border-top: 1px solid #baafa6;
}
.nipple_reduction .m-price #campaignlist .folding .wrapper > div {
  border-top: 1px solid #baafa6;
}
.nipple_reduction .m-price #campaignlist .folding .wrapper > div:first-child {
  border-top: 0;
}
.nipple_reduction .m-price #campaignlist .folding .wrapper .title {
  margin-bottom: 30px;
  padding: 1px;
  height: auto;
  border: 1px solid #baafa6;
  background: none;
  line-height: 1;
  font-size: 1em;
  margin: 0;
  padding: 1px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.nipple_reduction .m-price #campaignlist .folding .wrapper .title span {
  display: block;
  padding-left: 13px;
  background: url(../img/operation_campaign_title_bg.gif) left top repeat-x;
  line-height: 26px;
  font-size: 1.2em;
  color: #7f7875;
}
.nipple_reduction .m-price #campaignlist .folding .wrapper .option {
  border: 0;
}
.nipple_reduction .m-price #campaignlist .folding .lead {
  padding: 15px 30px;
}
.nipple_reduction .m-price #campaignlist .folding .lead p {
  line-height: 1.8333333333;
  font-size: 1.2em;
  color: #7f7875;
}
.nipple_reduction .m-price #campaignlist .folding div.price table {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  border-bottom: 1px solid #baafa6;
  table-layout: fixed;
  font-size: 1.2em;
  color: #7f7875;
  margin-bottom: 12px;
}
.nipple_reduction .m-price #campaignlist .folding div.price table thead td {
  border-bottom: 1px solid #baafa6;
}
.nipple_reduction .m-price #campaignlist .folding div.price table thead th {
  border: 1px solid #baafa6;
  text-align: center;
  line-height: 1.3333333333;
}
.nipple_reduction .m-price #campaignlist .folding div.price table tbody th,
.nipple_reduction .m-price #campaignlist .folding div.price table tbody td {
  border-right: 1px solid #baafa6;
  border-bottom: 1px dotted #baafa6;
  border-left: 1px solid #baafa6;
}
.nipple_reduction .m-price #campaignlist .folding div.price table tbody tr.separate th,
.nipple_reduction .m-price #campaignlist .folding div.price table tbody tr.separate td {
  border-bottom-style: solid;
}
.nipple_reduction .m-price #campaignlist .folding div.price table tbody tr:last-child th,
.nipple_reduction .m-price #campaignlist .folding div.price table tbody tr:last-child td {
  border-bottom: 1px solid #baafa6;
}
.nipple_reduction .m-price #campaignlist .folding div.price table tbody td {
  line-height: 24px;
}
.nipple_reduction .m-price #campaignlist .folding div.price table thead th,
.nipple_reduction .m-price #campaignlist .folding div.price table thead td {
  height: 33px;
  box-sizing: border-box;
}
.nipple_reduction .m-price #campaignlist .folding div.price table thead th {
  padding: 4px;
  width: 125px;
  min-height: 24px;
  color: #7f7875;
}
.nipple_reduction .m-price #campaignlist .folding div.price table thead td {
  padding: 0 1em;
  line-height: 1.3333333333;
}
.nipple_reduction .m-price #campaignlist .folding div.price table thead .note {
  margin: 5px 0;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 0.8333333333em;
  color: #918b88;
}
.nipple_reduction .m-price #campaignlist .folding div.price table thead .note::before {
  content: "※";
  color: #ec7c78;
}
.nipple_reduction .m-price #campaignlist .folding div.price table tbody tr:nth-child(even) th,
.nipple_reduction .m-price #campaignlist .folding div.price table tbody tr:nth-child(even) td {
  background-color: #f2efed;
}
.nipple_reduction .m-price #campaignlist .folding div.price table tbody th,
.nipple_reduction .m-price #campaignlist .folding div.price table tbody td {
  line-height: 16/12;
}
.nipple_reduction .m-price #campaignlist .folding div.price table tbody th {
  padding: 10px 10px 10px 20px;
  background: url(../img/arrow/arrow.png) 5px center no-repeat;
}
.nipple_reduction .m-price #campaignlist .folding div.price table tbody td {
  padding: 5px;
  height: 14px;
  text-align: center;
  color: #7f7875;
}
.nipple_reduction .m-price #campaignlist .folding div.price table tbody td span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.nipple_reduction .m-price #campaignlist .folding div.price table tbody td.loan {
  line-height: 1.25;
  font-size: 11px;
  box-sizing: border-box;
}
.nipple_reduction .m-price #campaignlist .folding div.price table tfoot {
  border: 1px solid #baafa6;
  border-top: 0;
}
.nipple_reduction .m-price #campaignlist .folding div.price table tfoot td {
  padding: 10px 15px;
}
.nipple_reduction .m-price #campaignlist .folding div.price table tfoot .price-inclusion .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.nipple_reduction .m-price #campaignlist .folding div.price table tfoot .inclusion-item {
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.nipple_reduction .m-price #campaignlist .folding div.price table tfoot .inclusion-item .item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nipple_reduction .m-price #campaignlist .folding div.price table tfoot .inclusion-item .item-inner::after {
  content: "";
  display: block;
  flex: 1;
  order: 2;
  margin: 0 10px 0 25px;
  width: 100%;
  border-top: 1px dotted #baafa6;
}
.nipple_reduction .m-price #campaignlist .folding div.price table tfoot .inclusion-item .title {
  order: 1;
  font-weight: bold;
}
.nipple_reduction .m-price #campaignlist .folding div.price table tfoot .inclusion-item .summary {
  color: #b4afac;
}
.nipple_reduction .m-price #campaignlist .folding div.price table tfoot .inclusion-item .price {
  order: 3;
}
.nipple_reduction .m-price #campaignlist .folding div.price table thead th {
  line-height: 16px;
}
.nipple_reduction .m-price #campaignlist .folding div.price table thead th .tax-include,
.nipple_reduction .m-price #campaignlist .folding div.price table thead th span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.nipple_reduction .m-price #campaignlist .folding div.price table thead th a {
  padding-left: 15px;
  background: url(../img/arrow/arrow2.png) left top no-repeat;
  text-decoration: none;
  font-size: 0.8333333333em;
  color: #7f7875;
}
.nipple_reduction .m-price #campaignlist .folding div.price table thead th a:hover {
  background-image: url(../img/arrow/arrow2_h.png);
}
.nipple_reduction .m-price #campaignlist .folding div.price table thead th.loan {
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
  width: 100px;
}
.nipple_reduction .m-price #campaignlist .folding div.price table thead .icon.question {
  display: inline-block;
  position: relative;
  margin-right: -20px;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background: url(../img/icon_question2.png);
  cursor: help;
  vertical-align: sub;
}
.nipple_reduction .m-price #campaignlist .folding div.price table thead .icon.question .text {
  display: none;
}
.nipple_reduction .m-price #campaignlist .folding div.price table thead .icon.question .text a {
  padding: 0;
  background: none;
  text-decoration: underline;
  font-size: 1em;
  color: #6d9dd0;
}
.nipple_reduction .m-price #campaignlist .folding div.price table thead .icon.question:hover .text, .nipple_reduction .m-price #campaignlist .folding div.price table thead .icon.question:hover::after {
  position: absolute;
}
.nipple_reduction .m-price #campaignlist .folding div.price table thead .icon.question:hover .text {
  display: block;
  right: -36px;
  bottom: 21px;
  z-index: 1;
  padding: 14px;
  width: 330px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #efece9;
  text-align: left;
  line-height: 1.5;
  font-size: 1em;
  font-style: normal;
  color: #7f7875;
  box-sizing: border-box;
}
.nipple_reduction .m-price #campaignlist .folding div.price table thead .icon.question:hover::after {
  content: "";
  top: -6px;
  right: 3px;
  z-index: 2;
  border-top: 8px solid #efece9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.nipple_reduction .m-price #campaignlist .folding div.price table tbody th {
  line-height: 1.3333333333;
}
.nipple_reduction .m-price #campaignlist .folding div.price table tbody td {
  line-height: 1.3333333333;
}
.nipple_reduction .m-price #campaignlist .folding div.price table tbody td .price + .reduce ol {
  text-align: right;
}
.nipple_reduction .m-price #campaignlist .folding div.price table tbody td .reduce ol li > span {
  display: inline;
}
.nipple_reduction .m-price #campaignlist .folding div.price table tbody td .reduce ol li:nth-child(2) {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}
.nipple_reduction .m-price #campaignlist .folding div.price table tbody td .reduce ol li:nth-child(2) span {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
.nipple_reduction .m-price #campaignlist .folding div.price table thead td {
  line-height: 1.3333333333;
}
.nipple_reduction .m-price #campaignlist .folding div.price table thead th {
  height: 33px;
  border-top: 0;
  border-right: 0;
}
.nipple_reduction .m-price #campaignlist .folding div.price table tbody th,
.nipple_reduction .m-price #campaignlist .folding div.price table tbody td {
  border-left: 0;
}
.nipple_reduction .m-price #campaignlist .folding div.price table:last-child {
  border-bottom: 0;
}
.nipple_reduction .m-price #campaignlist .folding div.price table:last-child tbody tr:last-child th,
.nipple_reduction .m-price #campaignlist .folding div.price table:last-child tbody tr:last-child td {
  border-bottom: 0;
}
.nipple_reduction .m-price #campaignlist .folding div.price ul {
  margin: 0 0 12px 15px;
}
.nipple_reduction .m-price #campaignlist .folding div.price li {
  line-height: 1.5;
  font-size: 1.2em;
  color: #7f7875;
}
.nipple_reduction .m-price #campaignlist .folding div.price .multiple {
  margin: 10px 0;
  width: 652px;
}
.nipple_reduction .m-price #campaignlist .folding div.price .multiple dl {
  padding: 20px 0 14px 18px;
  border: 1px solid #baafa6;
  background-color: #f2efed;
}
.nipple_reduction .m-price #campaignlist .folding div.price .multiple dl dt {
  font-size: 1.1666666667em;
  font-weight: bold;
  color: #ec7c78;
}
.nipple_reduction .m-price #campaignlist .folding div.price .multiple dl .notice {
  margin-top: 13px;
  font-weight: bold;
}
.nipple_reduction .m-price #campaignlist .folding div.price .multiple dl .notice em {
  font-weight: bold;
  color: #ec7c78;
}
.nipple_reduction .m-price #campaignlist .folding div.price .multiple dl .info {
  margin-top: 12px;
}
.nipple_reduction .m-price #campaignlist .folding div.price .multiple dl .info ul {
  *zoom: 1;
  margin-left: 0;
}
.nipple_reduction .m-price #campaignlist .folding div.price .multiple dl .info ul::after {
  content: "";
  display: table;
  clear: both;
}
.nipple_reduction .m-price #campaignlist .folding div.price .multiple dl .info li {
  float: left;
  border: 2px solid #29211b;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.nipple_reduction .m-price #campaignlist .folding div.price .multiple dl .info li a {
  transition: opacity 0.1s linear;
}
.nipple_reduction .m-price #campaignlist .folding div.price .multiple dl .info li a:hover {
  opacity: 0;
}
.nipple_reduction .m-price #campaignlist .folding div.price .multiple dl .info .counseling {
  margin-right: 19px;
  background-image: url(../img/sprite/hover/button/button_counseling_h.png);
}
.nipple_reduction .m-price #campaignlist .folding div.price .multiple dl .info .mail {
  background-image: url(../img/sprite/hover/button/button_mail_h.png);
}
.nipple_reduction .m-price #campaignlist .folding div.price small {
  font-size: 1em;
}
.nipple_reduction .m-price #campaignlist .folding div.price small, .nipple_reduction .m-price #campaignlist .folding div.price small::before {
  content: "※";
}
.nipple_reduction .m-price #campaignlist .folding div.price small .before, .nipple_reduction .m-price #campaignlist .folding div.price small::before {
  color: #ec7c78;
}
.nipple_reduction .m-price #campaignlist .folding .option {
  margin: 0;
  border: 0;
}
.nipple_reduction .m-price #campaignlist .folding .option .title {
  *zoom: 1;
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  font-size: 1em;
  color: #7f7875;
}
.nipple_reduction .m-price #campaignlist .folding .option .title::after {
  content: "";
  display: table;
  clear: both;
}
.nipple_reduction .m-price #campaignlist .folding .option .title > * {
  float: left;
}
.nipple_reduction .m-price #campaignlist .folding .option .title-img {
  margin-right: 10px;
}
.nipple_reduction .m-price #campaignlist .folding .option .title-text {
  padding-right: 24px;
  background: url(../img/price_option_title_bg.gif) right center no-repeat;
  line-height: 30px;
  font-size: 1.4em;
}
.nipple_reduction .m-price #campaignlist .folding .option table {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  border-bottom: 1px solid #baafa6;
  table-layout: fixed;
  font-size: 1.2em;
  color: #7f7875;
  border-bottom: 0;
}
.nipple_reduction .m-price #campaignlist .folding .option table thead td {
  border-bottom: 1px solid #baafa6;
}
.nipple_reduction .m-price #campaignlist .folding .option table thead th {
  border: 1px solid #baafa6;
  text-align: center;
  line-height: 1.3333333333;
}
.nipple_reduction .m-price #campaignlist .folding .option table tbody th,
.nipple_reduction .m-price #campaignlist .folding .option table tbody td {
  border-right: 1px solid #baafa6;
  border-bottom: 1px dotted #baafa6;
  border-left: 1px solid #baafa6;
}
.nipple_reduction .m-price #campaignlist .folding .option table tbody tr.separate th,
.nipple_reduction .m-price #campaignlist .folding .option table tbody tr.separate td {
  border-bottom-style: solid;
}
.nipple_reduction .m-price #campaignlist .folding .option table tbody tr:last-child th,
.nipple_reduction .m-price #campaignlist .folding .option table tbody tr:last-child td {
  border-bottom: 1px solid #baafa6;
}
.nipple_reduction .m-price #campaignlist .folding .option table tbody td {
  line-height: 24px;
}
.nipple_reduction .m-price #campaignlist .folding .option table thead th,
.nipple_reduction .m-price #campaignlist .folding .option table thead td {
  height: 33px;
  box-sizing: border-box;
}
.nipple_reduction .m-price #campaignlist .folding .option table thead th {
  padding: 4px;
  width: 125px;
  min-height: 24px;
  color: #7f7875;
}
.nipple_reduction .m-price #campaignlist .folding .option table thead td {
  padding: 0 1em;
  line-height: 1.3333333333;
}
.nipple_reduction .m-price #campaignlist .folding .option table thead .note {
  margin: 5px 0;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 0.8333333333em;
  color: #918b88;
}
.nipple_reduction .m-price #campaignlist .folding .option table thead .note::before {
  content: "※";
  color: #ec7c78;
}
.nipple_reduction .m-price #campaignlist .folding .option table tbody tr:nth-child(even) th,
.nipple_reduction .m-price #campaignlist .folding .option table tbody tr:nth-child(even) td {
  background-color: #f2efed;
}
.nipple_reduction .m-price #campaignlist .folding .option table tbody th,
.nipple_reduction .m-price #campaignlist .folding .option table tbody td {
  line-height: 16/12;
}
.nipple_reduction .m-price #campaignlist .folding .option table tbody th {
  padding: 10px 10px 10px 20px;
  background: url(../img/arrow/arrow.png) 5px center no-repeat;
}
.nipple_reduction .m-price #campaignlist .folding .option table tbody td {
  padding: 5px;
  height: 14px;
  text-align: center;
  color: #7f7875;
}
.nipple_reduction .m-price #campaignlist .folding .option table tbody td span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.nipple_reduction .m-price #campaignlist .folding .option table tbody td.loan {
  line-height: 1.25;
  font-size: 11px;
  box-sizing: border-box;
}
.nipple_reduction .m-price #campaignlist .folding .option table tfoot {
  border: 1px solid #baafa6;
  border-top: 0;
}
.nipple_reduction .m-price #campaignlist .folding .option table tfoot td {
  padding: 10px 15px;
}
.nipple_reduction .m-price #campaignlist .folding .option table tfoot .price-inclusion .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.nipple_reduction .m-price #campaignlist .folding .option table tfoot .inclusion-item {
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.nipple_reduction .m-price #campaignlist .folding .option table tfoot .inclusion-item .item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nipple_reduction .m-price #campaignlist .folding .option table tfoot .inclusion-item .item-inner::after {
  content: "";
  display: block;
  flex: 1;
  order: 2;
  margin: 0 10px 0 25px;
  width: 100%;
  border-top: 1px dotted #baafa6;
}
.nipple_reduction .m-price #campaignlist .folding .option table tfoot .inclusion-item .title {
  order: 1;
  font-weight: bold;
}
.nipple_reduction .m-price #campaignlist .folding .option table tfoot .inclusion-item .summary {
  color: #b4afac;
}
.nipple_reduction .m-price #campaignlist .folding .option table tfoot .inclusion-item .price {
  order: 3;
}
.nipple_reduction .m-price #campaignlist .folding .option table thead th {
  line-height: 16px;
}
.nipple_reduction .m-price #campaignlist .folding .option table thead th .tax-include,
.nipple_reduction .m-price #campaignlist .folding .option table thead th span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.nipple_reduction .m-price #campaignlist .folding .option table thead th a {
  padding-left: 15px;
  background: url(../img/arrow/arrow2.png) left top no-repeat;
  text-decoration: none;
  font-size: 0.8333333333em;
  color: #7f7875;
}
.nipple_reduction .m-price #campaignlist .folding .option table thead th a:hover {
  background-image: url(../img/arrow/arrow2_h.png);
}
.nipple_reduction .m-price #campaignlist .folding .option table thead th.loan {
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
  width: 100px;
}
.nipple_reduction .m-price #campaignlist .folding .option table thead .icon.question {
  display: inline-block;
  position: relative;
  margin-right: -20px;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background: url(../img/icon_question2.png);
  cursor: help;
  vertical-align: sub;
}
.nipple_reduction .m-price #campaignlist .folding .option table thead .icon.question .text {
  display: none;
}
.nipple_reduction .m-price #campaignlist .folding .option table thead .icon.question .text a {
  padding: 0;
  background: none;
  text-decoration: underline;
  font-size: 1em;
  color: #6d9dd0;
}
.nipple_reduction .m-price #campaignlist .folding .option table thead .icon.question:hover .text, .nipple_reduction .m-price #campaignlist .folding .option table thead .icon.question:hover::after {
  position: absolute;
}
.nipple_reduction .m-price #campaignlist .folding .option table thead .icon.question:hover .text {
  display: block;
  right: -36px;
  bottom: 21px;
  z-index: 1;
  padding: 14px;
  width: 330px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #efece9;
  text-align: left;
  line-height: 1.5;
  font-size: 1em;
  font-style: normal;
  color: #7f7875;
  box-sizing: border-box;
}
.nipple_reduction .m-price #campaignlist .folding .option table thead .icon.question:hover::after {
  content: "";
  top: -6px;
  right: 3px;
  z-index: 2;
  border-top: 8px solid #efece9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.nipple_reduction .m-price #campaignlist .folding .option table tbody th {
  line-height: 1.3333333333;
}
.nipple_reduction .m-price #campaignlist .folding .option table tbody td {
  line-height: 1.3333333333;
}
.nipple_reduction .m-price #campaignlist .folding .option table tbody td .price + .reduce ol {
  text-align: right;
}
.nipple_reduction .m-price #campaignlist .folding .option table tbody td .reduce ol li > span {
  display: inline;
}
.nipple_reduction .m-price #campaignlist .folding .option table tbody td .reduce ol li:nth-child(2) {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}
.nipple_reduction .m-price #campaignlist .folding .option table tbody td .reduce ol li:nth-child(2) span {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
.nipple_reduction .m-price #campaignlist .folding .option table thead th {
  border-right: 0;
  background-color: #f2efed;
}
.nipple_reduction .m-price #campaignlist .folding .option table thead th:first-child {
  padding-left: 6px;
  width: auto;
  border-left: 0;
  text-align: left;
}
.nipple_reduction .m-price #campaignlist .folding .option table thead span {
  display: block;
  padding-left: 12px;
  line-height: 34px;
}
.nipple_reduction .m-price #campaignlist .folding .option table tbody th {
  border-left: 0;
}
.nipple_reduction .m-price #campaignlist .folding .option table tbody td {
  border-right: 0;
}
.nipple_reduction .m-price #campaignlist .folding .option table tbody tr:last-child th,
.nipple_reduction .m-price #campaignlist .folding .option table tbody tr:last-child td {
  border-bottom: 0;
}
.nipple_reduction .m-price #campaignlist .folding .summary table {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  border-bottom: 1px solid #baafa6;
  table-layout: fixed;
  font-size: 1.2em;
  color: #7f7875;
  border: 1px solid #fff;
}
.nipple_reduction .m-price #campaignlist .folding .summary table thead td {
  border-bottom: 1px solid #baafa6;
}
.nipple_reduction .m-price #campaignlist .folding .summary table thead th {
  border: 1px solid #baafa6;
  text-align: center;
  line-height: 1.3333333333;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody th,
.nipple_reduction .m-price #campaignlist .folding .summary table tbody td {
  border-right: 1px solid #baafa6;
  border-bottom: 1px dotted #baafa6;
  border-left: 1px solid #baafa6;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody tr.separate th,
.nipple_reduction .m-price #campaignlist .folding .summary table tbody tr.separate td {
  border-bottom-style: solid;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody tr:last-child th,
.nipple_reduction .m-price #campaignlist .folding .summary table tbody tr:last-child td {
  border-bottom: 1px solid #baafa6;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody td {
  line-height: 24px;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody th,
.nipple_reduction .m-price #campaignlist .folding .summary table tbody td,
.nipple_reduction .m-price #campaignlist .folding .summary table tbody tr:last-child th,
.nipple_reduction .m-price #campaignlist .folding .summary table tbody tr:last-child td {
  border: 0;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody th {
  width: 116px;
  border-bottom: 1px solid #fff;
  background-color: #f2efed;
  text-align: center;
  line-height: 1.5;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody td {
  padding: 22px;
  border-bottom: 1px dotted #baafa6;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .contents ul {
  margin: 0;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .contents li {
  margin-bottom: 21px;
  font-size: 1em;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .contents li li {
  margin: 0;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .contents li:last-child {
  margin-bottom: 0;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .contents dt {
  margin-bottom: 11px;
  padding: 6px 0 6px 16px;
  background: #f2efed;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .contents dd {
  margin-right: 16px;
  margin-left: 16px;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .contents dd dt,
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .contents dd dd {
  display: inline;
  padding: 0;
  background: none;
  line-height: 1.6666666667;
  font-weight: normal;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .contents dd dt {
  margin-right: 10px;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .contents dd.price {
  padding-bottom: 5px;
  border-bottom: 1px solid #baafa6;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .contents dd.price > ul {
  width: 100%;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .contents dd.price > ul > li {
  width: 100%;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .contents dd.price > ul > li dl {
  display: flex;
  width: 100%;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .contents dd.price > ul > li dl > * {
  margin-bottom: 0;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .contents dd.price > ul > li dl > dd {
  flex: 1;
  margin: 0;
  text-align: right;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .contents dd.price dd > span {
  display: none;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .contents dd.price + .reduce {
  padding-top: 5px;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .contents dd.price + .reduce > ol {
  text-align: right;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .contents dd.reduce li {
  display: inline;
  line-height: 1.6666666667;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .contents dd.reduce li > span {
  font-size: 0.6em;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .contents dd.reduce li:first-child::after {
  content: "→";
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .contents dd.reduce li:nth-child(2) {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .contents dd.reduce li:nth-child(2) span {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .contents dd.reduce em {
  font-size: 1.1666666667em;
  font-weight: bold;
  color: #ec7c78;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .operation_place li {
  line-height: 1.5;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .conditions li {
  padding-left: 15px;
  background: url(../img/arrow/arrow5.png) left 4px no-repeat;
  line-height: 1.5;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .conditions li em {
  color: #ec7c78;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .flow li {
  position: relative;
  margin-bottom: 5px;
  padding: 0 0 12px 35px;
  background-position: 0 0;
  background-repeat: no-repeat;
  line-height: 22px;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .flow li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 62px;
  width: 8px;
  height: 8px;
  background: url(../img/arrow/arrow6.png) 0 0 no-repeat;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .flow li span {
  font-size: 0.8333333333em;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .flow li small {
  margin-left: 1em;
  font-size: 1em;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .flow li:nth-child(1) {
  background-image: url(../img/sprite/num/price-no1.png);
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .flow li:nth-child(2) {
  background-image: url(../img/sprite/num/price-no2.png);
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .flow li:nth-child(3) {
  background-image: url(../img/sprite/num/price-no3.png);
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .flow li:nth-child(4) {
  background-image: url(../img/sprite/num/price-no4.png);
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .flow li:nth-child(5) {
  background-image: url(../img/sprite/num/price-no5.png);
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .flow li:nth-child(6) {
  background-image: url(../img/sprite/num/price-no6.png);
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .flow li:nth-child(7) {
  background-image: url(../img/sprite/num/price-no7.png);
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .flow li:nth-child(8) {
  background-image: url(../img/sprite/num/price-no8.png);
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .flow li:last-child {
  margin: 0;
  padding-bottom: 0;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .flow li:last-child::before {
  content: initial;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .tel dt,
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .tel dd {
  display: inline;
  line-height: 28px;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .tel dt {
  display: inline-block;
  width: 5em;
  font-size: 1.1666666667em;
  color: #ec7c78;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .tel dd:nth-child(2) {
  font-size: 1.5em;
  font-weight: bold;
  color: #ec7c78;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .net p,
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .net li {
  line-height: 1.5;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .net small {
  font-size: 1em;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .net em {
  color: #ec7c78;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .net p {
  margin-bottom: 12px;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .net ul {
  margin-bottom: 15px;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .net li {
  margin-left: 2em;
  list-style-type: disc;
  color: #ec7c78;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .net .form {
  *zoom: 1;
  margin: 0;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .net .form::after {
  content: "";
  display: table;
  clear: both;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .net .form li {
  float: left;
  margin: 0 12px 0 0;
  list-style-type: none;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .net .form .c-button a {
  width: 206px;
  height: 55px;
  box-sizing: border-box;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .net .form .c-button a .inner-text {
  padding: 0 26px;
  background-position: right 4px center;
  font-size: 13px;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .net .form .c-button a .inner-text::before, .nipple_reduction .m-price #campaignlist .folding .summary table tbody .net .form .c-button a .inner-text::after {
  right: 4px;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .net .form .c-button.net a {
  display: flex;
  align-items: center;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .net .form .c-button.net a::after {
  content: none;
}
.nipple_reduction .m-price #campaignlist .folding .summary table tbody .net .form .c-button.net .inner-text {
  line-height: 1.4;
}
.nipple_reduction .m-price #campaignlist .exo .summary table tbody th {
  border-bottom: 1px dotted #baafa6;
}
.nipple_reduction .m-price #campaignlist .new .title a::after {
  content: "";
  display: block;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #a4948a;
}
.nipple_reduction .m-price #campaignlist .new.monitor .title a::after {
  background-image: url(../img/campaignlist_monitor_title_bg.png);
}
.nipple_reduction .m-price #campaignlist .new.monitor.is-open .title a::after {
  background-image: url(../img/campaignlist_monitor_title_bg_a.png);
}
.nipple_reduction .m-price #campaignlist .new.campaign .title a::after {
  background-image: url(../img/campaignlist_campaign_title_bg.png);
}
.nipple_reduction .m-price #campaignlist .new.campaign.is-open .title a::after {
  background-image: url(../img/campaignlist_campaign_title_bg_a.png);
}
.nipple_reduction .m-price #campaignlist {
  margin-top: 25px;
}
.nipple_reduction .m-price #campaignlist li {
  line-height: inherit;
  font-size: inherit;
}
.nipple_reduction .m-price #campaignlist .folding div.price table,
.nipple_reduction .m-price #campaignlist .folding .option table,
.nipple_reduction .m-price #campaignlist .folding .summary table {
  width: 100%;
}

.darkening_nipple .m-title .text-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.darkening_nipple .m-title .small {
  font-size: 0.5em;
}
.darkening_nipple .m-feature-contents:nth-child(1) {
  background-image: url(../img/troubles_funnel_chest_feature_pic3.jpg);
}
.darkening_nipple .m-feature-contents:nth-child(2) {
  background-image: url(../img/troubles_darkening_nipple_feature_pic1.jpg);
}
.darkening_nipple .m-feature-contents:nth-child(3) {
  background-image: url(../img/troubles_feature_pic2.jpg);
}
.darkening_nipple .m-details > .title,
.darkening_nipple .m-about > .title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.darkening_nipple .m-details > .title .small,
.darkening_nipple .m-about > .title .small {
  font-size: 0.5em;
}
.darkening_nipple .m-about > .pic {
  float: left;
  margin-bottom: 35px;
}
.darkening_nipple .m-about > .text {
  margin-top: 30px;
  margin-bottom: 35px;
}
.darkening_nipple .m-about .m-sub-contents {
  clear: both;
}
.darkening_nipple .m-about .m-sub-contents:nth-child(odd) .text {
  float: left;
}
.darkening_nipple .m-about .m-sub-contents:nth-child(odd) .pic {
  text-align: right;
}
.darkening_nipple .m-flow .m-flow-item:nth-child(3) {
  background-image: url(../img/troubles_flow_bg8.jpg);
}

.areola_reduction .m-title .inner-text {
  padding: 0;
}
.areola_reduction .m-title .small {
  margin-top: 0.5em;
  font-size: 0.5em;
}
.areola_reduction .m-feature-contents:nth-child(1) {
  background-image: url(../img/troubles_funnel_chest_feature_pic1.jpg);
}
.areola_reduction .m-feature-contents:nth-child(2) {
  background-image: url(../img/troubles_funnel_chest_feature_pic3.jpg);
}
.areola_reduction .m-feature-contents:nth-child(3) {
  background-image: url(../img/troubles_darkening_nipple_feature_pic1.jpg);
}
.areola_reduction .m-details > .title,
.areola_reduction .m-about > .title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.areola_reduction .m-details > .title .small,
.areola_reduction .m-about > .title .small {
  font-size: 0.5em;
}
.areola_reduction .m-about > .text {
  margin-bottom: 35px;
}
.areola_reduction .m-about .m-sub-contents {
  clear: both;
}
.areola_reduction .m-about .m-sub-contents:nth-child(odd) .text {
  float: left;
}
.areola_reduction .m-about .m-sub-contents:nth-child(odd) .pic {
  text-align: right;
}

.inverted_nipple .m-title .inner-text {
  padding: 0;
}
.inverted_nipple .m-title .small {
  margin-top: 0.5em;
  font-size: 0.5em;
}
.inverted_nipple .m-feature-contents:nth-child(1) {
  background-image: url(../img/troubles_inverted_nipple_feature_pic1.jpg);
}
.inverted_nipple .m-feature-contents:nth-child(2) {
  background-image: url(../img/troubles_funnel_chest_feature_pic3.jpg);
}
.inverted_nipple .m-feature-contents:nth-child(3) {
  background-image: url(../img/troubles_inverted_nipple_feature_pic2.jpg);
}
.inverted_nipple .m-effect > .title,
.inverted_nipple .m-details > .title,
.inverted_nipple .m-about > .title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inverted_nipple .m-effect > .title .small,
.inverted_nipple .m-details > .title .small,
.inverted_nipple .m-about > .title .small {
  font-size: 0.7142857143em;
}
.inverted_nipple .m-about > .text {
  margin-bottom: 30px;
}
.inverted_nipple .m-about .pic + .pic {
  margin-top: 10px;
}
.inverted_nipple .m-price #campaignlist {
  /* $discount: sprite-map('discount/*.png'); */
  /* $discount-img: sprite-url($discount); */
}
.inverted_nipple .m-price #campaignlist > li {
  margin-bottom: 10px;
  border: 1px solid #baafa6;
}
.inverted_nipple .m-price #campaignlist > li .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  line-height: 1;
}
.inverted_nipple .m-price #campaignlist > li .title a img {
  opacity: 1;
  transition: opacity 0.1s linear;
}
.inverted_nipple .m-price #campaignlist > li .title a:hover img {
  opacity: 0.5;
}
.inverted_nipple .m-price #campaignlist .table {
  padding: 2px;
  background: #f2efed;
}
.inverted_nipple .m-price #campaignlist .table .title,
.inverted_nipple .m-price #campaignlist .table p,
.inverted_nipple .m-price #campaignlist .table ol {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.inverted_nipple .m-price #campaignlist .table .title {
  padding: 3px 0 3px 3px;
  width: 531px;
  text-align: left;
}
.inverted_nipple .m-price #campaignlist .table .title-inner {
  display: table-cell;
  padding: 10px 0 7px 17px;
  height: 44px;
  border-left: 4px solid #ec7c78;
  vertical-align: middle;
}
.inverted_nipple .m-price #campaignlist .table .title-inner .course-title {
  display: block;
  padding-bottom: 4px;
  width: 380px;
  line-height: 1.25;
  font-size: 18px;
  font-weight: normal;
  color: #7f7875;
}
.inverted_nipple .m-price #campaignlist .table .title-inner .ref {
  display: block;
  padding: 0 0 3px;
  width: auto;
  background: none;
  text-align: left;
  font-size: 12px;
}
.inverted_nipple .m-price #campaignlist .table .title-inner .price {
  padding: 0;
  width: auto;
  background: none;
  text-align: left;
  font-size: 14px;
}
.inverted_nipple .m-price #campaignlist .table.capacity .title-inner {
  height: 56px;
}
.inverted_nipple .m-price #campaignlist .table p,
.inverted_nipple .m-price #campaignlist .table ol {
  padding: 0 9px;
  width: 126px;
  background: #fff;
  line-height: 1.3333333333;
  font-size: 1.2em;
  color: #7f7875;
}
.inverted_nipple .m-price #campaignlist .table a {
  text-decoration: none;
  color: #ec7c78;
}
.inverted_nipple .m-price #campaignlist .table em {
  font-size: 1.1666666667em;
  font-weight: bold;
  color: #ec7c78;
}
.inverted_nipple .m-price #campaignlist .discount ol li:first-child {
  margin-bottom: 6px;
  padding-bottom: 10px;
  background: url(../img/arrow/arrow13.png) 63px 18px no-repeat;
}
.inverted_nipple .m-price #campaignlist .discount ol li.double {
  background: url(../img/arrow/arrow13.png) 63px 34px no-repeat;
}
.inverted_nipple .m-price #campaignlist .discount ol em {
  font-size: 1.1666666667em;
}
.inverted_nipple .m-price #campaignlist .badge .title {
  padding-right: 58px;
  width: 482px;
}
.inverted_nipple .m-price #campaignlist .badge p,
.inverted_nipple .m-price #campaignlist .badge ol {
  padding-left: 0;
}
.inverted_nipple .m-price #campaignlist .badge50 .title {
  background: url(../img/discount/badge50.png) right center no-repeat, url(../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.inverted_nipple .m-price #campaignlist .badge40 .title {
  background: url(../img/discount/badge40.png) right center no-repeat, url(../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.inverted_nipple .m-price #campaignlist .badge33 .title {
  background: url(../img/discount/badge33.png) right center no-repeat, url(../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.inverted_nipple .m-price #campaignlist .badge30 .title {
  background: url(../img/discount/badge30.png) right center no-repeat, url(../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.inverted_nipple .m-price #campaignlist .badge25 .title {
  background: url(../img/discount/badge25.png) right center no-repeat, url(../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.inverted_nipple .m-price #campaignlist .badge20 .title {
  background: url(../img/discount/badge20.png) right center no-repeat, url(../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.inverted_nipple .m-price #campaignlist .capacity section {
  position: relative;
}
.inverted_nipple .m-price #campaignlist .capacity p,
.inverted_nipple .m-price #campaignlist .capacity ol {
  padding: 7px 9px 20px;
}
.inverted_nipple .m-price #campaignlist .capacity p em,
.inverted_nipple .m-price #campaignlist .capacity li em {
  display: inline;
  position: static;
  width: auto;
  background: none;
  font-weight: bold;
  color: #ec7c78;
}
.inverted_nipple .m-price #campaignlist .capacity em {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 144px;
  background: #ec7c78;
  text-align: center;
  line-height: 20px;
  font-weight: normal;
  color: #fff;
}
.inverted_nipple .m-price #campaignlist .folding .title a {
  cursor: pointer;
}
.inverted_nipple .m-price #campaignlist .folding .wrapper {
  display: none;
  border-top: 1px solid #baafa6;
}
.inverted_nipple .m-price #campaignlist .folding .wrapper > div {
  border-top: 1px solid #baafa6;
}
.inverted_nipple .m-price #campaignlist .folding .wrapper > div:first-child {
  border-top: 0;
}
.inverted_nipple .m-price #campaignlist .folding .wrapper .title {
  margin-bottom: 30px;
  padding: 1px;
  height: auto;
  border: 1px solid #baafa6;
  background: none;
  line-height: 1;
  font-size: 1em;
  margin: 0;
  padding: 1px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.inverted_nipple .m-price #campaignlist .folding .wrapper .title span {
  display: block;
  padding-left: 13px;
  background: url(../img/operation_campaign_title_bg.gif) left top repeat-x;
  line-height: 26px;
  font-size: 1.2em;
  color: #7f7875;
}
.inverted_nipple .m-price #campaignlist .folding .wrapper .option {
  border: 0;
}
.inverted_nipple .m-price #campaignlist .folding .lead {
  padding: 15px 30px;
}
.inverted_nipple .m-price #campaignlist .folding .lead p {
  line-height: 1.8333333333;
  font-size: 1.2em;
  color: #7f7875;
}
.inverted_nipple .m-price #campaignlist .folding div.price table {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  border-bottom: 1px solid #baafa6;
  table-layout: fixed;
  font-size: 1.2em;
  color: #7f7875;
  margin-bottom: 12px;
}
.inverted_nipple .m-price #campaignlist .folding div.price table thead td {
  border-bottom: 1px solid #baafa6;
}
.inverted_nipple .m-price #campaignlist .folding div.price table thead th {
  border: 1px solid #baafa6;
  text-align: center;
  line-height: 1.3333333333;
}
.inverted_nipple .m-price #campaignlist .folding div.price table tbody th,
.inverted_nipple .m-price #campaignlist .folding div.price table tbody td {
  border-right: 1px solid #baafa6;
  border-bottom: 1px dotted #baafa6;
  border-left: 1px solid #baafa6;
}
.inverted_nipple .m-price #campaignlist .folding div.price table tbody tr.separate th,
.inverted_nipple .m-price #campaignlist .folding div.price table tbody tr.separate td {
  border-bottom-style: solid;
}
.inverted_nipple .m-price #campaignlist .folding div.price table tbody tr:last-child th,
.inverted_nipple .m-price #campaignlist .folding div.price table tbody tr:last-child td {
  border-bottom: 1px solid #baafa6;
}
.inverted_nipple .m-price #campaignlist .folding div.price table tbody td {
  line-height: 24px;
}
.inverted_nipple .m-price #campaignlist .folding div.price table thead th,
.inverted_nipple .m-price #campaignlist .folding div.price table thead td {
  height: 33px;
  box-sizing: border-box;
}
.inverted_nipple .m-price #campaignlist .folding div.price table thead th {
  padding: 4px;
  width: 125px;
  min-height: 24px;
  color: #7f7875;
}
.inverted_nipple .m-price #campaignlist .folding div.price table thead td {
  padding: 0 1em;
  line-height: 1.3333333333;
}
.inverted_nipple .m-price #campaignlist .folding div.price table thead .note {
  margin: 5px 0;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 0.8333333333em;
  color: #918b88;
}
.inverted_nipple .m-price #campaignlist .folding div.price table thead .note::before {
  content: "※";
  color: #ec7c78;
}
.inverted_nipple .m-price #campaignlist .folding div.price table tbody tr:nth-child(even) th,
.inverted_nipple .m-price #campaignlist .folding div.price table tbody tr:nth-child(even) td {
  background-color: #f2efed;
}
.inverted_nipple .m-price #campaignlist .folding div.price table tbody th,
.inverted_nipple .m-price #campaignlist .folding div.price table tbody td {
  line-height: 16/12;
}
.inverted_nipple .m-price #campaignlist .folding div.price table tbody th {
  padding: 10px 10px 10px 20px;
  background: url(../img/arrow/arrow.png) 5px center no-repeat;
}
.inverted_nipple .m-price #campaignlist .folding div.price table tbody td {
  padding: 5px;
  height: 14px;
  text-align: center;
  color: #7f7875;
}
.inverted_nipple .m-price #campaignlist .folding div.price table tbody td span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.inverted_nipple .m-price #campaignlist .folding div.price table tbody td.loan {
  line-height: 1.25;
  font-size: 11px;
  box-sizing: border-box;
}
.inverted_nipple .m-price #campaignlist .folding div.price table tfoot {
  border: 1px solid #baafa6;
  border-top: 0;
}
.inverted_nipple .m-price #campaignlist .folding div.price table tfoot td {
  padding: 10px 15px;
}
.inverted_nipple .m-price #campaignlist .folding div.price table tfoot .price-inclusion .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.inverted_nipple .m-price #campaignlist .folding div.price table tfoot .inclusion-item {
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.inverted_nipple .m-price #campaignlist .folding div.price table tfoot .inclusion-item .item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inverted_nipple .m-price #campaignlist .folding div.price table tfoot .inclusion-item .item-inner::after {
  content: "";
  display: block;
  flex: 1;
  order: 2;
  margin: 0 10px 0 25px;
  width: 100%;
  border-top: 1px dotted #baafa6;
}
.inverted_nipple .m-price #campaignlist .folding div.price table tfoot .inclusion-item .title {
  order: 1;
  font-weight: bold;
}
.inverted_nipple .m-price #campaignlist .folding div.price table tfoot .inclusion-item .summary {
  color: #b4afac;
}
.inverted_nipple .m-price #campaignlist .folding div.price table tfoot .inclusion-item .price {
  order: 3;
}
.inverted_nipple .m-price #campaignlist .folding div.price table thead th {
  line-height: 16px;
}
.inverted_nipple .m-price #campaignlist .folding div.price table thead th .tax-include,
.inverted_nipple .m-price #campaignlist .folding div.price table thead th span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.inverted_nipple .m-price #campaignlist .folding div.price table thead th a {
  padding-left: 15px;
  background: url(../img/arrow/arrow2.png) left top no-repeat;
  text-decoration: none;
  font-size: 0.8333333333em;
  color: #7f7875;
}
.inverted_nipple .m-price #campaignlist .folding div.price table thead th a:hover {
  background-image: url(../img/arrow/arrow2_h.png);
}
.inverted_nipple .m-price #campaignlist .folding div.price table thead th.loan {
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
  width: 100px;
}
.inverted_nipple .m-price #campaignlist .folding div.price table thead .icon.question {
  display: inline-block;
  position: relative;
  margin-right: -20px;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background: url(../img/icon_question2.png);
  cursor: help;
  vertical-align: sub;
}
.inverted_nipple .m-price #campaignlist .folding div.price table thead .icon.question .text {
  display: none;
}
.inverted_nipple .m-price #campaignlist .folding div.price table thead .icon.question .text a {
  padding: 0;
  background: none;
  text-decoration: underline;
  font-size: 1em;
  color: #6d9dd0;
}
.inverted_nipple .m-price #campaignlist .folding div.price table thead .icon.question:hover .text, .inverted_nipple .m-price #campaignlist .folding div.price table thead .icon.question:hover::after {
  position: absolute;
}
.inverted_nipple .m-price #campaignlist .folding div.price table thead .icon.question:hover .text {
  display: block;
  right: -36px;
  bottom: 21px;
  z-index: 1;
  padding: 14px;
  width: 330px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #efece9;
  text-align: left;
  line-height: 1.5;
  font-size: 1em;
  font-style: normal;
  color: #7f7875;
  box-sizing: border-box;
}
.inverted_nipple .m-price #campaignlist .folding div.price table thead .icon.question:hover::after {
  content: "";
  top: -6px;
  right: 3px;
  z-index: 2;
  border-top: 8px solid #efece9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.inverted_nipple .m-price #campaignlist .folding div.price table tbody th {
  line-height: 1.3333333333;
}
.inverted_nipple .m-price #campaignlist .folding div.price table tbody td {
  line-height: 1.3333333333;
}
.inverted_nipple .m-price #campaignlist .folding div.price table tbody td .price + .reduce ol {
  text-align: right;
}
.inverted_nipple .m-price #campaignlist .folding div.price table tbody td .reduce ol li > span {
  display: inline;
}
.inverted_nipple .m-price #campaignlist .folding div.price table tbody td .reduce ol li:nth-child(2) {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}
.inverted_nipple .m-price #campaignlist .folding div.price table tbody td .reduce ol li:nth-child(2) span {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
.inverted_nipple .m-price #campaignlist .folding div.price table thead td {
  line-height: 1.3333333333;
}
.inverted_nipple .m-price #campaignlist .folding div.price table thead th {
  height: 33px;
  border-top: 0;
  border-right: 0;
}
.inverted_nipple .m-price #campaignlist .folding div.price table tbody th,
.inverted_nipple .m-price #campaignlist .folding div.price table tbody td {
  border-left: 0;
}
.inverted_nipple .m-price #campaignlist .folding div.price table:last-child {
  border-bottom: 0;
}
.inverted_nipple .m-price #campaignlist .folding div.price table:last-child tbody tr:last-child th,
.inverted_nipple .m-price #campaignlist .folding div.price table:last-child tbody tr:last-child td {
  border-bottom: 0;
}
.inverted_nipple .m-price #campaignlist .folding div.price ul {
  margin: 0 0 12px 15px;
}
.inverted_nipple .m-price #campaignlist .folding div.price li {
  line-height: 1.5;
  font-size: 1.2em;
  color: #7f7875;
}
.inverted_nipple .m-price #campaignlist .folding div.price .multiple {
  margin: 10px 0;
  width: 652px;
}
.inverted_nipple .m-price #campaignlist .folding div.price .multiple dl {
  padding: 20px 0 14px 18px;
  border: 1px solid #baafa6;
  background-color: #f2efed;
}
.inverted_nipple .m-price #campaignlist .folding div.price .multiple dl dt {
  font-size: 1.1666666667em;
  font-weight: bold;
  color: #ec7c78;
}
.inverted_nipple .m-price #campaignlist .folding div.price .multiple dl .notice {
  margin-top: 13px;
  font-weight: bold;
}
.inverted_nipple .m-price #campaignlist .folding div.price .multiple dl .notice em {
  font-weight: bold;
  color: #ec7c78;
}
.inverted_nipple .m-price #campaignlist .folding div.price .multiple dl .info {
  margin-top: 12px;
}
.inverted_nipple .m-price #campaignlist .folding div.price .multiple dl .info ul {
  *zoom: 1;
  margin-left: 0;
}
.inverted_nipple .m-price #campaignlist .folding div.price .multiple dl .info ul::after {
  content: "";
  display: table;
  clear: both;
}
.inverted_nipple .m-price #campaignlist .folding div.price .multiple dl .info li {
  float: left;
  border: 2px solid #29211b;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.inverted_nipple .m-price #campaignlist .folding div.price .multiple dl .info li a {
  transition: opacity 0.1s linear;
}
.inverted_nipple .m-price #campaignlist .folding div.price .multiple dl .info li a:hover {
  opacity: 0;
}
.inverted_nipple .m-price #campaignlist .folding div.price .multiple dl .info .counseling {
  margin-right: 19px;
  background-image: url(../img/sprite/hover/button/button_counseling_h.png);
}
.inverted_nipple .m-price #campaignlist .folding div.price .multiple dl .info .mail {
  background-image: url(../img/sprite/hover/button/button_mail_h.png);
}
.inverted_nipple .m-price #campaignlist .folding div.price small {
  font-size: 1em;
}
.inverted_nipple .m-price #campaignlist .folding div.price small, .inverted_nipple .m-price #campaignlist .folding div.price small::before {
  content: "※";
}
.inverted_nipple .m-price #campaignlist .folding div.price small .before, .inverted_nipple .m-price #campaignlist .folding div.price small::before {
  color: #ec7c78;
}
.inverted_nipple .m-price #campaignlist .folding .option {
  margin: 0;
  border: 0;
}
.inverted_nipple .m-price #campaignlist .folding .option .title {
  *zoom: 1;
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  font-size: 1em;
  color: #7f7875;
}
.inverted_nipple .m-price #campaignlist .folding .option .title::after {
  content: "";
  display: table;
  clear: both;
}
.inverted_nipple .m-price #campaignlist .folding .option .title > * {
  float: left;
}
.inverted_nipple .m-price #campaignlist .folding .option .title-img {
  margin-right: 10px;
}
.inverted_nipple .m-price #campaignlist .folding .option .title-text {
  padding-right: 24px;
  background: url(../img/price_option_title_bg.gif) right center no-repeat;
  line-height: 30px;
  font-size: 1.4em;
}
.inverted_nipple .m-price #campaignlist .folding .option table {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  border-bottom: 1px solid #baafa6;
  table-layout: fixed;
  font-size: 1.2em;
  color: #7f7875;
  border-bottom: 0;
}
.inverted_nipple .m-price #campaignlist .folding .option table thead td {
  border-bottom: 1px solid #baafa6;
}
.inverted_nipple .m-price #campaignlist .folding .option table thead th {
  border: 1px solid #baafa6;
  text-align: center;
  line-height: 1.3333333333;
}
.inverted_nipple .m-price #campaignlist .folding .option table tbody th,
.inverted_nipple .m-price #campaignlist .folding .option table tbody td {
  border-right: 1px solid #baafa6;
  border-bottom: 1px dotted #baafa6;
  border-left: 1px solid #baafa6;
}
.inverted_nipple .m-price #campaignlist .folding .option table tbody tr.separate th,
.inverted_nipple .m-price #campaignlist .folding .option table tbody tr.separate td {
  border-bottom-style: solid;
}
.inverted_nipple .m-price #campaignlist .folding .option table tbody tr:last-child th,
.inverted_nipple .m-price #campaignlist .folding .option table tbody tr:last-child td {
  border-bottom: 1px solid #baafa6;
}
.inverted_nipple .m-price #campaignlist .folding .option table tbody td {
  line-height: 24px;
}
.inverted_nipple .m-price #campaignlist .folding .option table thead th,
.inverted_nipple .m-price #campaignlist .folding .option table thead td {
  height: 33px;
  box-sizing: border-box;
}
.inverted_nipple .m-price #campaignlist .folding .option table thead th {
  padding: 4px;
  width: 125px;
  min-height: 24px;
  color: #7f7875;
}
.inverted_nipple .m-price #campaignlist .folding .option table thead td {
  padding: 0 1em;
  line-height: 1.3333333333;
}
.inverted_nipple .m-price #campaignlist .folding .option table thead .note {
  margin: 5px 0;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 0.8333333333em;
  color: #918b88;
}
.inverted_nipple .m-price #campaignlist .folding .option table thead .note::before {
  content: "※";
  color: #ec7c78;
}
.inverted_nipple .m-price #campaignlist .folding .option table tbody tr:nth-child(even) th,
.inverted_nipple .m-price #campaignlist .folding .option table tbody tr:nth-child(even) td {
  background-color: #f2efed;
}
.inverted_nipple .m-price #campaignlist .folding .option table tbody th,
.inverted_nipple .m-price #campaignlist .folding .option table tbody td {
  line-height: 16/12;
}
.inverted_nipple .m-price #campaignlist .folding .option table tbody th {
  padding: 10px 10px 10px 20px;
  background: url(../img/arrow/arrow.png) 5px center no-repeat;
}
.inverted_nipple .m-price #campaignlist .folding .option table tbody td {
  padding: 5px;
  height: 14px;
  text-align: center;
  color: #7f7875;
}
.inverted_nipple .m-price #campaignlist .folding .option table tbody td span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.inverted_nipple .m-price #campaignlist .folding .option table tbody td.loan {
  line-height: 1.25;
  font-size: 11px;
  box-sizing: border-box;
}
.inverted_nipple .m-price #campaignlist .folding .option table tfoot {
  border: 1px solid #baafa6;
  border-top: 0;
}
.inverted_nipple .m-price #campaignlist .folding .option table tfoot td {
  padding: 10px 15px;
}
.inverted_nipple .m-price #campaignlist .folding .option table tfoot .price-inclusion .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.inverted_nipple .m-price #campaignlist .folding .option table tfoot .inclusion-item {
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.inverted_nipple .m-price #campaignlist .folding .option table tfoot .inclusion-item .item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inverted_nipple .m-price #campaignlist .folding .option table tfoot .inclusion-item .item-inner::after {
  content: "";
  display: block;
  flex: 1;
  order: 2;
  margin: 0 10px 0 25px;
  width: 100%;
  border-top: 1px dotted #baafa6;
}
.inverted_nipple .m-price #campaignlist .folding .option table tfoot .inclusion-item .title {
  order: 1;
  font-weight: bold;
}
.inverted_nipple .m-price #campaignlist .folding .option table tfoot .inclusion-item .summary {
  color: #b4afac;
}
.inverted_nipple .m-price #campaignlist .folding .option table tfoot .inclusion-item .price {
  order: 3;
}
.inverted_nipple .m-price #campaignlist .folding .option table thead th {
  line-height: 16px;
}
.inverted_nipple .m-price #campaignlist .folding .option table thead th .tax-include,
.inverted_nipple .m-price #campaignlist .folding .option table thead th span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.inverted_nipple .m-price #campaignlist .folding .option table thead th a {
  padding-left: 15px;
  background: url(../img/arrow/arrow2.png) left top no-repeat;
  text-decoration: none;
  font-size: 0.8333333333em;
  color: #7f7875;
}
.inverted_nipple .m-price #campaignlist .folding .option table thead th a:hover {
  background-image: url(../img/arrow/arrow2_h.png);
}
.inverted_nipple .m-price #campaignlist .folding .option table thead th.loan {
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
  width: 100px;
}
.inverted_nipple .m-price #campaignlist .folding .option table thead .icon.question {
  display: inline-block;
  position: relative;
  margin-right: -20px;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background: url(../img/icon_question2.png);
  cursor: help;
  vertical-align: sub;
}
.inverted_nipple .m-price #campaignlist .folding .option table thead .icon.question .text {
  display: none;
}
.inverted_nipple .m-price #campaignlist .folding .option table thead .icon.question .text a {
  padding: 0;
  background: none;
  text-decoration: underline;
  font-size: 1em;
  color: #6d9dd0;
}
.inverted_nipple .m-price #campaignlist .folding .option table thead .icon.question:hover .text, .inverted_nipple .m-price #campaignlist .folding .option table thead .icon.question:hover::after {
  position: absolute;
}
.inverted_nipple .m-price #campaignlist .folding .option table thead .icon.question:hover .text {
  display: block;
  right: -36px;
  bottom: 21px;
  z-index: 1;
  padding: 14px;
  width: 330px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #efece9;
  text-align: left;
  line-height: 1.5;
  font-size: 1em;
  font-style: normal;
  color: #7f7875;
  box-sizing: border-box;
}
.inverted_nipple .m-price #campaignlist .folding .option table thead .icon.question:hover::after {
  content: "";
  top: -6px;
  right: 3px;
  z-index: 2;
  border-top: 8px solid #efece9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.inverted_nipple .m-price #campaignlist .folding .option table tbody th {
  line-height: 1.3333333333;
}
.inverted_nipple .m-price #campaignlist .folding .option table tbody td {
  line-height: 1.3333333333;
}
.inverted_nipple .m-price #campaignlist .folding .option table tbody td .price + .reduce ol {
  text-align: right;
}
.inverted_nipple .m-price #campaignlist .folding .option table tbody td .reduce ol li > span {
  display: inline;
}
.inverted_nipple .m-price #campaignlist .folding .option table tbody td .reduce ol li:nth-child(2) {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}
.inverted_nipple .m-price #campaignlist .folding .option table tbody td .reduce ol li:nth-child(2) span {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
.inverted_nipple .m-price #campaignlist .folding .option table thead th {
  border-right: 0;
  background-color: #f2efed;
}
.inverted_nipple .m-price #campaignlist .folding .option table thead th:first-child {
  padding-left: 6px;
  width: auto;
  border-left: 0;
  text-align: left;
}
.inverted_nipple .m-price #campaignlist .folding .option table thead span {
  display: block;
  padding-left: 12px;
  line-height: 34px;
}
.inverted_nipple .m-price #campaignlist .folding .option table tbody th {
  border-left: 0;
}
.inverted_nipple .m-price #campaignlist .folding .option table tbody td {
  border-right: 0;
}
.inverted_nipple .m-price #campaignlist .folding .option table tbody tr:last-child th,
.inverted_nipple .m-price #campaignlist .folding .option table tbody tr:last-child td {
  border-bottom: 0;
}
.inverted_nipple .m-price #campaignlist .folding .summary table {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  border-bottom: 1px solid #baafa6;
  table-layout: fixed;
  font-size: 1.2em;
  color: #7f7875;
  border: 1px solid #fff;
}
.inverted_nipple .m-price #campaignlist .folding .summary table thead td {
  border-bottom: 1px solid #baafa6;
}
.inverted_nipple .m-price #campaignlist .folding .summary table thead th {
  border: 1px solid #baafa6;
  text-align: center;
  line-height: 1.3333333333;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody th,
.inverted_nipple .m-price #campaignlist .folding .summary table tbody td {
  border-right: 1px solid #baafa6;
  border-bottom: 1px dotted #baafa6;
  border-left: 1px solid #baafa6;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody tr.separate th,
.inverted_nipple .m-price #campaignlist .folding .summary table tbody tr.separate td {
  border-bottom-style: solid;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody tr:last-child th,
.inverted_nipple .m-price #campaignlist .folding .summary table tbody tr:last-child td {
  border-bottom: 1px solid #baafa6;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody td {
  line-height: 24px;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody th,
.inverted_nipple .m-price #campaignlist .folding .summary table tbody td,
.inverted_nipple .m-price #campaignlist .folding .summary table tbody tr:last-child th,
.inverted_nipple .m-price #campaignlist .folding .summary table tbody tr:last-child td {
  border: 0;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody th {
  width: 116px;
  border-bottom: 1px solid #fff;
  background-color: #f2efed;
  text-align: center;
  line-height: 1.5;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody td {
  padding: 22px;
  border-bottom: 1px dotted #baafa6;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .contents ul {
  margin: 0;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .contents li {
  margin-bottom: 21px;
  font-size: 1em;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .contents li li {
  margin: 0;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .contents li:last-child {
  margin-bottom: 0;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .contents dt {
  margin-bottom: 11px;
  padding: 6px 0 6px 16px;
  background: #f2efed;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .contents dd {
  margin-right: 16px;
  margin-left: 16px;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .contents dd dt,
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .contents dd dd {
  display: inline;
  padding: 0;
  background: none;
  line-height: 1.6666666667;
  font-weight: normal;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .contents dd dt {
  margin-right: 10px;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .contents dd.price {
  padding-bottom: 5px;
  border-bottom: 1px solid #baafa6;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .contents dd.price > ul {
  width: 100%;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .contents dd.price > ul > li {
  width: 100%;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .contents dd.price > ul > li dl {
  display: flex;
  width: 100%;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .contents dd.price > ul > li dl > * {
  margin-bottom: 0;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .contents dd.price > ul > li dl > dd {
  flex: 1;
  margin: 0;
  text-align: right;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .contents dd.price dd > span {
  display: none;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .contents dd.price + .reduce {
  padding-top: 5px;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .contents dd.price + .reduce > ol {
  text-align: right;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .contents dd.reduce li {
  display: inline;
  line-height: 1.6666666667;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .contents dd.reduce li > span {
  font-size: 0.6em;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .contents dd.reduce li:first-child::after {
  content: "→";
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .contents dd.reduce li:nth-child(2) {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .contents dd.reduce li:nth-child(2) span {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .contents dd.reduce em {
  font-size: 1.1666666667em;
  font-weight: bold;
  color: #ec7c78;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .operation_place li {
  line-height: 1.5;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .conditions li {
  padding-left: 15px;
  background: url(../img/arrow/arrow5.png) left 4px no-repeat;
  line-height: 1.5;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .conditions li em {
  color: #ec7c78;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .flow li {
  position: relative;
  margin-bottom: 5px;
  padding: 0 0 12px 35px;
  background-position: 0 0;
  background-repeat: no-repeat;
  line-height: 22px;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .flow li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 62px;
  width: 8px;
  height: 8px;
  background: url(../img/arrow/arrow6.png) 0 0 no-repeat;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .flow li span {
  font-size: 0.8333333333em;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .flow li small {
  margin-left: 1em;
  font-size: 1em;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .flow li:nth-child(1) {
  background-image: url(../img/sprite/num/price-no1.png);
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .flow li:nth-child(2) {
  background-image: url(../img/sprite/num/price-no2.png);
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .flow li:nth-child(3) {
  background-image: url(../img/sprite/num/price-no3.png);
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .flow li:nth-child(4) {
  background-image: url(../img/sprite/num/price-no4.png);
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .flow li:nth-child(5) {
  background-image: url(../img/sprite/num/price-no5.png);
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .flow li:nth-child(6) {
  background-image: url(../img/sprite/num/price-no6.png);
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .flow li:nth-child(7) {
  background-image: url(../img/sprite/num/price-no7.png);
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .flow li:nth-child(8) {
  background-image: url(../img/sprite/num/price-no8.png);
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .flow li:last-child {
  margin: 0;
  padding-bottom: 0;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .flow li:last-child::before {
  content: initial;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .tel dt,
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .tel dd {
  display: inline;
  line-height: 28px;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .tel dt {
  display: inline-block;
  width: 5em;
  font-size: 1.1666666667em;
  color: #ec7c78;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .tel dd:nth-child(2) {
  font-size: 1.5em;
  font-weight: bold;
  color: #ec7c78;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .net p,
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .net li {
  line-height: 1.5;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .net small {
  font-size: 1em;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .net em {
  color: #ec7c78;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .net p {
  margin-bottom: 12px;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .net ul {
  margin-bottom: 15px;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .net li {
  margin-left: 2em;
  list-style-type: disc;
  color: #ec7c78;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .net .form {
  *zoom: 1;
  margin: 0;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .net .form::after {
  content: "";
  display: table;
  clear: both;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .net .form li {
  float: left;
  margin: 0 12px 0 0;
  list-style-type: none;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .net .form .c-button a {
  width: 206px;
  height: 55px;
  box-sizing: border-box;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .net .form .c-button a .inner-text {
  padding: 0 26px;
  background-position: right 4px center;
  font-size: 13px;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .net .form .c-button a .inner-text::before, .inverted_nipple .m-price #campaignlist .folding .summary table tbody .net .form .c-button a .inner-text::after {
  right: 4px;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .net .form .c-button.net a {
  display: flex;
  align-items: center;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .net .form .c-button.net a::after {
  content: none;
}
.inverted_nipple .m-price #campaignlist .folding .summary table tbody .net .form .c-button.net .inner-text {
  line-height: 1.4;
}
.inverted_nipple .m-price #campaignlist .exo .summary table tbody th {
  border-bottom: 1px dotted #baafa6;
}
.inverted_nipple .m-price #campaignlist .new .title a::after {
  content: "";
  display: block;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #a4948a;
}
.inverted_nipple .m-price #campaignlist .new.monitor .title a::after {
  background-image: url(../img/campaignlist_monitor_title_bg.png);
}
.inverted_nipple .m-price #campaignlist .new.monitor.is-open .title a::after {
  background-image: url(../img/campaignlist_monitor_title_bg_a.png);
}
.inverted_nipple .m-price #campaignlist .new.campaign .title a::after {
  background-image: url(../img/campaignlist_campaign_title_bg.png);
}
.inverted_nipple .m-price #campaignlist .new.campaign.is-open .title a::after {
  background-image: url(../img/campaignlist_campaign_title_bg_a.png);
}
.inverted_nipple .m-price #campaignlist {
  margin-top: 25px;
}
.inverted_nipple .m-price #campaignlist li {
  line-height: inherit;
  font-size: inherit;
}
.inverted_nipple .m-price #campaignlist .folding div.price table,
.inverted_nipple .m-price #campaignlist .folding .option table,
.inverted_nipple .m-price #campaignlist .folding .summary table {
  width: 100%;
}

.areola_atrophy .m-feature-contents:nth-child(1) {
  background-image: url(../img/troubles_funnel_chest_feature_pic1.jpg);
}
.areola_atrophy .m-feature-contents:nth-child(2) {
  background-image: url(../img/troubles_funnel_chest_feature_pic3.jpg);
}
.areola_atrophy .m-feature-contents:nth-child(3) {
  background-image: url(../img/troubles_darkening_nipple_feature_pic1.jpg);
}
.areola_atrophy .m-about > .pic {
  float: left;
  margin-bottom: 35px;
}
.areola_atrophy .m-about > .text {
  margin-top: 30px;
  margin-bottom: 35px;
}
.areola_atrophy .m-about .sub-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;
  margin-bottom: 20px;
  font-weight: normal;
}
.areola_atrophy .m-about .m-sub-contents {
  clear: both;
}
.areola_atrophy .m-about .m-sub-contents .text {
  float: left;
}
.areola_atrophy .m-about .m-sub-contents .pic {
  text-align: right;
}

.montgomery_glands .m-title .inner-text {
  padding: 0;
}
.montgomery_glands .m-title .small {
  margin-top: 0.5em;
  vertical-align: middle;
  font-size: 0.5em;
}
.montgomery_glands .m-feature-contents:nth-child(1) {
  background-image: url(../img/troubles_funnel_chest_feature_pic1.jpg);
}
.montgomery_glands .m-feature-contents:nth-child(2) {
  background-image: url(../img/troubles_funnel_chest_feature_pic3.jpg);
}
.montgomery_glands .m-feature-contents:nth-child(3) {
  background-image: url(../img/troubles_darkening_nipple_feature_pic1.jpg);
}
.montgomery_glands .m-details > .title,
.montgomery_glands .m-about > .title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.montgomery_glands .m-details > .title .small,
.montgomery_glands .m-about > .title .small {
  font-size: 0.5em;
}
.montgomery_glands .m-about > .pic {
  float: left;
  margin-bottom: 35px;
}
.montgomery_glands .m-about > .text {
  margin-top: 30px;
  margin-bottom: 35px;
}

.breast-reduction-lift .m-title .inner-text {
  padding: 0;
}
.breast-reduction-lift .m-title .small {
  margin-top: 0.5em;
  font-size: 0.5em;
}
.breast-reduction-lift .m-feature-contents:nth-child(1) {
  background-image: url(../img/troubles_funnel_chest_feature_pic1.jpg);
}
.breast-reduction-lift .m-feature-contents:nth-child(2) {
  background-image: url(../img/troubles_funnel_chest_feature_pic3.jpg);
}
.breast-reduction-lift .m-feature-contents:nth-child(3) {
  background-image: url(../img/troubles_darkening_nipple_feature_pic1.jpg);
}
.breast-reduction-lift .m-details > .title,
.breast-reduction-lift .m-about > .title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.breast-reduction-lift .m-details > .title .small,
.breast-reduction-lift .m-about > .title .small {
  font-size: 0.5em;
}
.breast-reduction-lift .m-about .m-sub-contents > .text {
  float: left;
}
.breast-reduction-lift .m-about .m-sub-contents > .pic {
  text-align: right;
}
.breast-reduction-lift .m-cause .pic {
  float: right;
  margin-bottom: 10px;
}
.breast-reduction-lift .m-price #campaignlist {
  /* $discount: sprite-map('discount/*.png'); */
  /* $discount-img: sprite-url($discount); */
}
.breast-reduction-lift .m-price #campaignlist > li {
  margin-bottom: 10px;
  border: 1px solid #baafa6;
}
.breast-reduction-lift .m-price #campaignlist > li .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  line-height: 1;
}
.breast-reduction-lift .m-price #campaignlist > li .title a img {
  opacity: 1;
  transition: opacity 0.1s linear;
}
.breast-reduction-lift .m-price #campaignlist > li .title a:hover img {
  opacity: 0.5;
}
.breast-reduction-lift .m-price #campaignlist .table {
  padding: 2px;
  background: #f2efed;
}
.breast-reduction-lift .m-price #campaignlist .table .title,
.breast-reduction-lift .m-price #campaignlist .table p,
.breast-reduction-lift .m-price #campaignlist .table ol {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.breast-reduction-lift .m-price #campaignlist .table .title {
  padding: 3px 0 3px 3px;
  width: 531px;
  text-align: left;
}
.breast-reduction-lift .m-price #campaignlist .table .title-inner {
  display: table-cell;
  padding: 10px 0 7px 17px;
  height: 44px;
  border-left: 4px solid #ec7c78;
  vertical-align: middle;
}
.breast-reduction-lift .m-price #campaignlist .table .title-inner .course-title {
  display: block;
  padding-bottom: 4px;
  width: 380px;
  line-height: 1.25;
  font-size: 18px;
  font-weight: normal;
  color: #7f7875;
}
.breast-reduction-lift .m-price #campaignlist .table .title-inner .ref {
  display: block;
  padding: 0 0 3px;
  width: auto;
  background: none;
  text-align: left;
  font-size: 12px;
}
.breast-reduction-lift .m-price #campaignlist .table .title-inner .price {
  padding: 0;
  width: auto;
  background: none;
  text-align: left;
  font-size: 14px;
}
.breast-reduction-lift .m-price #campaignlist .table.capacity .title-inner {
  height: 56px;
}
.breast-reduction-lift .m-price #campaignlist .table p,
.breast-reduction-lift .m-price #campaignlist .table ol {
  padding: 0 9px;
  width: 126px;
  background: #fff;
  line-height: 1.3333333333;
  font-size: 1.2em;
  color: #7f7875;
}
.breast-reduction-lift .m-price #campaignlist .table a {
  text-decoration: none;
  color: #ec7c78;
}
.breast-reduction-lift .m-price #campaignlist .table em {
  font-size: 1.1666666667em;
  font-weight: bold;
  color: #ec7c78;
}
.breast-reduction-lift .m-price #campaignlist .discount ol li:first-child {
  margin-bottom: 6px;
  padding-bottom: 10px;
  background: url(../img/arrow/arrow13.png) 63px 18px no-repeat;
}
.breast-reduction-lift .m-price #campaignlist .discount ol li.double {
  background: url(../img/arrow/arrow13.png) 63px 34px no-repeat;
}
.breast-reduction-lift .m-price #campaignlist .discount ol em {
  font-size: 1.1666666667em;
}
.breast-reduction-lift .m-price #campaignlist .badge .title {
  padding-right: 58px;
  width: 482px;
}
.breast-reduction-lift .m-price #campaignlist .badge p,
.breast-reduction-lift .m-price #campaignlist .badge ol {
  padding-left: 0;
}
.breast-reduction-lift .m-price #campaignlist .badge50 .title {
  background: url(../img/discount/badge50.png) right center no-repeat, url(../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.breast-reduction-lift .m-price #campaignlist .badge40 .title {
  background: url(../img/discount/badge40.png) right center no-repeat, url(../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.breast-reduction-lift .m-price #campaignlist .badge33 .title {
  background: url(../img/discount/badge33.png) right center no-repeat, url(../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.breast-reduction-lift .m-price #campaignlist .badge30 .title {
  background: url(../img/discount/badge30.png) right center no-repeat, url(../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.breast-reduction-lift .m-price #campaignlist .badge25 .title {
  background: url(../img/discount/badge25.png) right center no-repeat, url(../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.breast-reduction-lift .m-price #campaignlist .badge20 .title {
  background: url(../img/discount/badge20.png) right center no-repeat, url(../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.breast-reduction-lift .m-price #campaignlist .capacity section {
  position: relative;
}
.breast-reduction-lift .m-price #campaignlist .capacity p,
.breast-reduction-lift .m-price #campaignlist .capacity ol {
  padding: 7px 9px 20px;
}
.breast-reduction-lift .m-price #campaignlist .capacity p em,
.breast-reduction-lift .m-price #campaignlist .capacity li em {
  display: inline;
  position: static;
  width: auto;
  background: none;
  font-weight: bold;
  color: #ec7c78;
}
.breast-reduction-lift .m-price #campaignlist .capacity em {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 144px;
  background: #ec7c78;
  text-align: center;
  line-height: 20px;
  font-weight: normal;
  color: #fff;
}
.breast-reduction-lift .m-price #campaignlist .folding .title a {
  cursor: pointer;
}
.breast-reduction-lift .m-price #campaignlist .folding .wrapper {
  display: none;
  border-top: 1px solid #baafa6;
}
.breast-reduction-lift .m-price #campaignlist .folding .wrapper > div {
  border-top: 1px solid #baafa6;
}
.breast-reduction-lift .m-price #campaignlist .folding .wrapper > div:first-child {
  border-top: 0;
}
.breast-reduction-lift .m-price #campaignlist .folding .wrapper .title {
  margin-bottom: 30px;
  padding: 1px;
  height: auto;
  border: 1px solid #baafa6;
  background: none;
  line-height: 1;
  font-size: 1em;
  margin: 0;
  padding: 1px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.breast-reduction-lift .m-price #campaignlist .folding .wrapper .title span {
  display: block;
  padding-left: 13px;
  background: url(../img/operation_campaign_title_bg.gif) left top repeat-x;
  line-height: 26px;
  font-size: 1.2em;
  color: #7f7875;
}
.breast-reduction-lift .m-price #campaignlist .folding .wrapper .option {
  border: 0;
}
.breast-reduction-lift .m-price #campaignlist .folding .lead {
  padding: 15px 30px;
}
.breast-reduction-lift .m-price #campaignlist .folding .lead p {
  line-height: 1.8333333333;
  font-size: 1.2em;
  color: #7f7875;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  border-bottom: 1px solid #baafa6;
  table-layout: fixed;
  font-size: 1.2em;
  color: #7f7875;
  margin-bottom: 12px;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table thead td {
  border-bottom: 1px solid #baafa6;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table thead th {
  border: 1px solid #baafa6;
  text-align: center;
  line-height: 1.3333333333;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table tbody th,
.breast-reduction-lift .m-price #campaignlist .folding div.price table tbody td {
  border-right: 1px solid #baafa6;
  border-bottom: 1px dotted #baafa6;
  border-left: 1px solid #baafa6;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table tbody tr.separate th,
.breast-reduction-lift .m-price #campaignlist .folding div.price table tbody tr.separate td {
  border-bottom-style: solid;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table tbody tr:last-child th,
.breast-reduction-lift .m-price #campaignlist .folding div.price table tbody tr:last-child td {
  border-bottom: 1px solid #baafa6;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table tbody td {
  line-height: 24px;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table thead th,
.breast-reduction-lift .m-price #campaignlist .folding div.price table thead td {
  height: 33px;
  box-sizing: border-box;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table thead th {
  padding: 4px;
  width: 125px;
  min-height: 24px;
  color: #7f7875;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table thead td {
  padding: 0 1em;
  line-height: 1.3333333333;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table thead .note {
  margin: 5px 0;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 0.8333333333em;
  color: #918b88;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table thead .note::before {
  content: "※";
  color: #ec7c78;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table tbody tr:nth-child(even) th,
.breast-reduction-lift .m-price #campaignlist .folding div.price table tbody tr:nth-child(even) td {
  background-color: #f2efed;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table tbody th,
.breast-reduction-lift .m-price #campaignlist .folding div.price table tbody td {
  line-height: 16/12;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table tbody th {
  padding: 10px 10px 10px 20px;
  background: url(../img/arrow/arrow.png) 5px center no-repeat;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table tbody td {
  padding: 5px;
  height: 14px;
  text-align: center;
  color: #7f7875;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table tbody td span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table tbody td.loan {
  line-height: 1.25;
  font-size: 11px;
  box-sizing: border-box;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table tfoot {
  border: 1px solid #baafa6;
  border-top: 0;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table tfoot td {
  padding: 10px 15px;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table tfoot .price-inclusion .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table tfoot .inclusion-item {
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table tfoot .inclusion-item .item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table tfoot .inclusion-item .item-inner::after {
  content: "";
  display: block;
  flex: 1;
  order: 2;
  margin: 0 10px 0 25px;
  width: 100%;
  border-top: 1px dotted #baafa6;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table tfoot .inclusion-item .title {
  order: 1;
  font-weight: bold;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table tfoot .inclusion-item .summary {
  color: #b4afac;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table tfoot .inclusion-item .price {
  order: 3;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table thead th {
  line-height: 16px;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table thead th .tax-include,
.breast-reduction-lift .m-price #campaignlist .folding div.price table thead th span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table thead th a {
  padding-left: 15px;
  background: url(../img/arrow/arrow2.png) left top no-repeat;
  text-decoration: none;
  font-size: 0.8333333333em;
  color: #7f7875;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table thead th a:hover {
  background-image: url(../img/arrow/arrow2_h.png);
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table thead th.loan {
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
  width: 100px;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table thead .icon.question {
  display: inline-block;
  position: relative;
  margin-right: -20px;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background: url(../img/icon_question2.png);
  cursor: help;
  vertical-align: sub;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table thead .icon.question .text {
  display: none;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table thead .icon.question .text a {
  padding: 0;
  background: none;
  text-decoration: underline;
  font-size: 1em;
  color: #6d9dd0;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table thead .icon.question:hover .text, .breast-reduction-lift .m-price #campaignlist .folding div.price table thead .icon.question:hover::after {
  position: absolute;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table thead .icon.question:hover .text {
  display: block;
  right: -36px;
  bottom: 21px;
  z-index: 1;
  padding: 14px;
  width: 330px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #efece9;
  text-align: left;
  line-height: 1.5;
  font-size: 1em;
  font-style: normal;
  color: #7f7875;
  box-sizing: border-box;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table thead .icon.question:hover::after {
  content: "";
  top: -6px;
  right: 3px;
  z-index: 2;
  border-top: 8px solid #efece9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table tbody th {
  line-height: 1.3333333333;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table tbody td {
  line-height: 1.3333333333;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table tbody td .price + .reduce ol {
  text-align: right;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table tbody td .reduce ol li > span {
  display: inline;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table tbody td .reduce ol li:nth-child(2) {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table tbody td .reduce ol li:nth-child(2) span {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table thead td {
  line-height: 1.3333333333;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table thead th {
  height: 33px;
  border-top: 0;
  border-right: 0;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table tbody th,
.breast-reduction-lift .m-price #campaignlist .folding div.price table tbody td {
  border-left: 0;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table:last-child {
  border-bottom: 0;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table:last-child tbody tr:last-child th,
.breast-reduction-lift .m-price #campaignlist .folding div.price table:last-child tbody tr:last-child td {
  border-bottom: 0;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price ul {
  margin: 0 0 12px 15px;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price li {
  line-height: 1.5;
  font-size: 1.2em;
  color: #7f7875;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price .multiple {
  margin: 10px 0;
  width: 652px;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price .multiple dl {
  padding: 20px 0 14px 18px;
  border: 1px solid #baafa6;
  background-color: #f2efed;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price .multiple dl dt {
  font-size: 1.1666666667em;
  font-weight: bold;
  color: #ec7c78;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price .multiple dl .notice {
  margin-top: 13px;
  font-weight: bold;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price .multiple dl .notice em {
  font-weight: bold;
  color: #ec7c78;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price .multiple dl .info {
  margin-top: 12px;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price .multiple dl .info ul {
  *zoom: 1;
  margin-left: 0;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price .multiple dl .info ul::after {
  content: "";
  display: table;
  clear: both;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price .multiple dl .info li {
  float: left;
  border: 2px solid #29211b;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price .multiple dl .info li a {
  transition: opacity 0.1s linear;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price .multiple dl .info li a:hover {
  opacity: 0;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price .multiple dl .info .counseling {
  margin-right: 19px;
  background-image: url(../img/sprite/hover/button/button_counseling_h.png);
}
.breast-reduction-lift .m-price #campaignlist .folding div.price .multiple dl .info .mail {
  background-image: url(../img/sprite/hover/button/button_mail_h.png);
}
.breast-reduction-lift .m-price #campaignlist .folding div.price small {
  font-size: 1em;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price small, .breast-reduction-lift .m-price #campaignlist .folding div.price small::before {
  content: "※";
}
.breast-reduction-lift .m-price #campaignlist .folding div.price small .before, .breast-reduction-lift .m-price #campaignlist .folding div.price small::before {
  color: #ec7c78;
}
.breast-reduction-lift .m-price #campaignlist .folding .option {
  margin: 0;
  border: 0;
}
.breast-reduction-lift .m-price #campaignlist .folding .option .title {
  *zoom: 1;
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  font-size: 1em;
  color: #7f7875;
}
.breast-reduction-lift .m-price #campaignlist .folding .option .title::after {
  content: "";
  display: table;
  clear: both;
}
.breast-reduction-lift .m-price #campaignlist .folding .option .title > * {
  float: left;
}
.breast-reduction-lift .m-price #campaignlist .folding .option .title-img {
  margin-right: 10px;
}
.breast-reduction-lift .m-price #campaignlist .folding .option .title-text {
  padding-right: 24px;
  background: url(../img/price_option_title_bg.gif) right center no-repeat;
  line-height: 30px;
  font-size: 1.4em;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  border-bottom: 1px solid #baafa6;
  table-layout: fixed;
  font-size: 1.2em;
  color: #7f7875;
  border-bottom: 0;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table thead td {
  border-bottom: 1px solid #baafa6;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table thead th {
  border: 1px solid #baafa6;
  text-align: center;
  line-height: 1.3333333333;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table tbody th,
.breast-reduction-lift .m-price #campaignlist .folding .option table tbody td {
  border-right: 1px solid #baafa6;
  border-bottom: 1px dotted #baafa6;
  border-left: 1px solid #baafa6;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table tbody tr.separate th,
.breast-reduction-lift .m-price #campaignlist .folding .option table tbody tr.separate td {
  border-bottom-style: solid;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table tbody tr:last-child th,
.breast-reduction-lift .m-price #campaignlist .folding .option table tbody tr:last-child td {
  border-bottom: 1px solid #baafa6;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table tbody td {
  line-height: 24px;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table thead th,
.breast-reduction-lift .m-price #campaignlist .folding .option table thead td {
  height: 33px;
  box-sizing: border-box;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table thead th {
  padding: 4px;
  width: 125px;
  min-height: 24px;
  color: #7f7875;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table thead td {
  padding: 0 1em;
  line-height: 1.3333333333;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table thead .note {
  margin: 5px 0;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 0.8333333333em;
  color: #918b88;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table thead .note::before {
  content: "※";
  color: #ec7c78;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table tbody tr:nth-child(even) th,
.breast-reduction-lift .m-price #campaignlist .folding .option table tbody tr:nth-child(even) td {
  background-color: #f2efed;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table tbody th,
.breast-reduction-lift .m-price #campaignlist .folding .option table tbody td {
  line-height: 16/12;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table tbody th {
  padding: 10px 10px 10px 20px;
  background: url(../img/arrow/arrow.png) 5px center no-repeat;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table tbody td {
  padding: 5px;
  height: 14px;
  text-align: center;
  color: #7f7875;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table tbody td span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table tbody td.loan {
  line-height: 1.25;
  font-size: 11px;
  box-sizing: border-box;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table tfoot {
  border: 1px solid #baafa6;
  border-top: 0;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table tfoot td {
  padding: 10px 15px;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table tfoot .price-inclusion .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table tfoot .inclusion-item {
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table tfoot .inclusion-item .item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table tfoot .inclusion-item .item-inner::after {
  content: "";
  display: block;
  flex: 1;
  order: 2;
  margin: 0 10px 0 25px;
  width: 100%;
  border-top: 1px dotted #baafa6;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table tfoot .inclusion-item .title {
  order: 1;
  font-weight: bold;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table tfoot .inclusion-item .summary {
  color: #b4afac;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table tfoot .inclusion-item .price {
  order: 3;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table thead th {
  line-height: 16px;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table thead th .tax-include,
.breast-reduction-lift .m-price #campaignlist .folding .option table thead th span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table thead th a {
  padding-left: 15px;
  background: url(../img/arrow/arrow2.png) left top no-repeat;
  text-decoration: none;
  font-size: 0.8333333333em;
  color: #7f7875;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table thead th a:hover {
  background-image: url(../img/arrow/arrow2_h.png);
}
.breast-reduction-lift .m-price #campaignlist .folding .option table thead th.loan {
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
  width: 100px;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table thead .icon.question {
  display: inline-block;
  position: relative;
  margin-right: -20px;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background: url(../img/icon_question2.png);
  cursor: help;
  vertical-align: sub;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table thead .icon.question .text {
  display: none;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table thead .icon.question .text a {
  padding: 0;
  background: none;
  text-decoration: underline;
  font-size: 1em;
  color: #6d9dd0;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table thead .icon.question:hover .text, .breast-reduction-lift .m-price #campaignlist .folding .option table thead .icon.question:hover::after {
  position: absolute;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table thead .icon.question:hover .text {
  display: block;
  right: -36px;
  bottom: 21px;
  z-index: 1;
  padding: 14px;
  width: 330px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #efece9;
  text-align: left;
  line-height: 1.5;
  font-size: 1em;
  font-style: normal;
  color: #7f7875;
  box-sizing: border-box;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table thead .icon.question:hover::after {
  content: "";
  top: -6px;
  right: 3px;
  z-index: 2;
  border-top: 8px solid #efece9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table tbody th {
  line-height: 1.3333333333;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table tbody td {
  line-height: 1.3333333333;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table tbody td .price + .reduce ol {
  text-align: right;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table tbody td .reduce ol li > span {
  display: inline;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table tbody td .reduce ol li:nth-child(2) {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table tbody td .reduce ol li:nth-child(2) span {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table thead th {
  border-right: 0;
  background-color: #f2efed;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table thead th:first-child {
  padding-left: 6px;
  width: auto;
  border-left: 0;
  text-align: left;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table thead span {
  display: block;
  padding-left: 12px;
  line-height: 34px;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table tbody th {
  border-left: 0;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table tbody td {
  border-right: 0;
}
.breast-reduction-lift .m-price #campaignlist .folding .option table tbody tr:last-child th,
.breast-reduction-lift .m-price #campaignlist .folding .option table tbody tr:last-child td {
  border-bottom: 0;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  border-bottom: 1px solid #baafa6;
  table-layout: fixed;
  font-size: 1.2em;
  color: #7f7875;
  border: 1px solid #fff;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table thead td {
  border-bottom: 1px solid #baafa6;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table thead th {
  border: 1px solid #baafa6;
  text-align: center;
  line-height: 1.3333333333;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody th,
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody td {
  border-right: 1px solid #baafa6;
  border-bottom: 1px dotted #baafa6;
  border-left: 1px solid #baafa6;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody tr.separate th,
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody tr.separate td {
  border-bottom-style: solid;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody tr:last-child th,
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody tr:last-child td {
  border-bottom: 1px solid #baafa6;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody td {
  line-height: 24px;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody th,
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody td,
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody tr:last-child th,
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody tr:last-child td {
  border: 0;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody th {
  width: 116px;
  border-bottom: 1px solid #fff;
  background-color: #f2efed;
  text-align: center;
  line-height: 1.5;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody td {
  padding: 22px;
  border-bottom: 1px dotted #baafa6;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .contents ul {
  margin: 0;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .contents li {
  margin-bottom: 21px;
  font-size: 1em;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .contents li li {
  margin: 0;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .contents li:last-child {
  margin-bottom: 0;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .contents dt {
  margin-bottom: 11px;
  padding: 6px 0 6px 16px;
  background: #f2efed;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .contents dd {
  margin-right: 16px;
  margin-left: 16px;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .contents dd dt,
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .contents dd dd {
  display: inline;
  padding: 0;
  background: none;
  line-height: 1.6666666667;
  font-weight: normal;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .contents dd dt {
  margin-right: 10px;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .contents dd.price {
  padding-bottom: 5px;
  border-bottom: 1px solid #baafa6;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .contents dd.price > ul {
  width: 100%;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .contents dd.price > ul > li {
  width: 100%;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .contents dd.price > ul > li dl {
  display: flex;
  width: 100%;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .contents dd.price > ul > li dl > * {
  margin-bottom: 0;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .contents dd.price > ul > li dl > dd {
  flex: 1;
  margin: 0;
  text-align: right;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .contents dd.price dd > span {
  display: none;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .contents dd.price + .reduce {
  padding-top: 5px;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .contents dd.price + .reduce > ol {
  text-align: right;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .contents dd.reduce li {
  display: inline;
  line-height: 1.6666666667;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .contents dd.reduce li > span {
  font-size: 0.6em;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .contents dd.reduce li:first-child::after {
  content: "→";
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .contents dd.reduce li:nth-child(2) {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .contents dd.reduce li:nth-child(2) span {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .contents dd.reduce em {
  font-size: 1.1666666667em;
  font-weight: bold;
  color: #ec7c78;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .operation_place li {
  line-height: 1.5;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .conditions li {
  padding-left: 15px;
  background: url(../img/arrow/arrow5.png) left 4px no-repeat;
  line-height: 1.5;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .conditions li em {
  color: #ec7c78;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .flow li {
  position: relative;
  margin-bottom: 5px;
  padding: 0 0 12px 35px;
  background-position: 0 0;
  background-repeat: no-repeat;
  line-height: 22px;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .flow li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 62px;
  width: 8px;
  height: 8px;
  background: url(../img/arrow/arrow6.png) 0 0 no-repeat;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .flow li span {
  font-size: 0.8333333333em;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .flow li small {
  margin-left: 1em;
  font-size: 1em;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .flow li:nth-child(1) {
  background-image: url(../img/sprite/num/price-no1.png);
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .flow li:nth-child(2) {
  background-image: url(../img/sprite/num/price-no2.png);
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .flow li:nth-child(3) {
  background-image: url(../img/sprite/num/price-no3.png);
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .flow li:nth-child(4) {
  background-image: url(../img/sprite/num/price-no4.png);
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .flow li:nth-child(5) {
  background-image: url(../img/sprite/num/price-no5.png);
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .flow li:nth-child(6) {
  background-image: url(../img/sprite/num/price-no6.png);
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .flow li:nth-child(7) {
  background-image: url(../img/sprite/num/price-no7.png);
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .flow li:nth-child(8) {
  background-image: url(../img/sprite/num/price-no8.png);
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .flow li:last-child {
  margin: 0;
  padding-bottom: 0;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .flow li:last-child::before {
  content: initial;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .tel dt,
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .tel dd {
  display: inline;
  line-height: 28px;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .tel dt {
  display: inline-block;
  width: 5em;
  font-size: 1.1666666667em;
  color: #ec7c78;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .tel dd:nth-child(2) {
  font-size: 1.5em;
  font-weight: bold;
  color: #ec7c78;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .net p,
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .net li {
  line-height: 1.5;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .net small {
  font-size: 1em;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .net em {
  color: #ec7c78;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .net p {
  margin-bottom: 12px;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .net ul {
  margin-bottom: 15px;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .net li {
  margin-left: 2em;
  list-style-type: disc;
  color: #ec7c78;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .net .form {
  *zoom: 1;
  margin: 0;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .net .form::after {
  content: "";
  display: table;
  clear: both;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .net .form li {
  float: left;
  margin: 0 12px 0 0;
  list-style-type: none;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .net .form .c-button a {
  width: 206px;
  height: 55px;
  box-sizing: border-box;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .net .form .c-button a .inner-text {
  padding: 0 26px;
  background-position: right 4px center;
  font-size: 13px;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .net .form .c-button a .inner-text::before, .breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .net .form .c-button a .inner-text::after {
  right: 4px;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .net .form .c-button.net a {
  display: flex;
  align-items: center;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .net .form .c-button.net a::after {
  content: none;
}
.breast-reduction-lift .m-price #campaignlist .folding .summary table tbody .net .form .c-button.net .inner-text {
  line-height: 1.4;
}
.breast-reduction-lift .m-price #campaignlist .exo .summary table tbody th {
  border-bottom: 1px dotted #baafa6;
}
.breast-reduction-lift .m-price #campaignlist .new .title a::after {
  content: "";
  display: block;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #a4948a;
}
.breast-reduction-lift .m-price #campaignlist .new.monitor .title a::after {
  background-image: url(../img/campaignlist_monitor_title_bg.png);
}
.breast-reduction-lift .m-price #campaignlist .new.monitor.is-open .title a::after {
  background-image: url(../img/campaignlist_monitor_title_bg_a.png);
}
.breast-reduction-lift .m-price #campaignlist .new.campaign .title a::after {
  background-image: url(../img/campaignlist_campaign_title_bg.png);
}
.breast-reduction-lift .m-price #campaignlist .new.campaign.is-open .title a::after {
  background-image: url(../img/campaignlist_campaign_title_bg_a.png);
}
.breast-reduction-lift .m-price__inner .sub-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;
}
.breast-reduction-lift .m-price__inner table {
  margin-bottom: 30px;
}
.breast-reduction-lift .m-price .m-notice {
  margin-top: 10px;
}
.breast-reduction-lift .m-price #campaignlist {
  margin-top: 25px;
}
.breast-reduction-lift .m-price #campaignlist li {
  line-height: inherit;
  font-size: inherit;
}
.breast-reduction-lift .m-price #campaignlist .folding div.price table,
.breast-reduction-lift .m-price #campaignlist .folding .option table,
.breast-reduction-lift .m-price #campaignlist .folding .summary table {
  width: 100%;
}

.hand-p-w .m-title::before {
  right: 12px;
}
.hand-p-w .m-title .inner-text {
  display: block;
  padding-top: 26px;
}
.hand-p-w .m-title .inner-text::after {
  display: block;
  position: relative;
  bottom: 8px;
}
.hand-p-w .m-title .inner-text > span {
  margin: 0 -0.5em;
  font-size: 1.13rem;
}
.hand-p-w .m-cause {
  margin-bottom: 55px;
}
.hand-p-w .m-cause .m-sub-contents > .pic {
  float: right;
  margin: 0 0 25px 20px;
}
.hand-p-w .p-comparison table {
  table-layout: fixed;
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.hand-p-w .p-comparison table td,
.hand-p-w .p-comparison table th {
  box-sizing: border-box;
  padding: 4px;
}
.hand-p-w .p-comparison table td {
  text-align: left;
}
.hand-p-w .p-comparison table tr:nth-child(1) td, .hand-p-w .p-comparison table tr:nth-child(2) td {
  text-align: center;
}
.hand-p-w .p-recommend > .pic {
  float: right;
  margin: 0 0 25px 20px;
}
.hand-p-w .m-operation-details {
  margin-bottom: 70px;
}
.hand-p-w .p-relation .m-genre .wrapper {
  position: relative;
  margin: 2px;
  padding: 13px 20px 33px;
  min-height: 72px;
  background: #f2efed;
}
.hand-p-w .p-relation .m-genre .subtitle,
.hand-p-w .p-relation .m-genre p {
  margin-left: 92px;
}
.hand-p-w .p-relation .m-genre .subtitle {
  margin-bottom: 8px;
  padding-top: 6px;
  line-height: 1;
  font-size: 1.4em;
  color: #ec7c78;
}
.hand-p-w .p-relation .m-genre p {
  margin-bottom: 9px;
  line-height: 1.8333333333;
  font-size: 1.2em;
  color: #7f7875;
}
.hand-p-w .p-relation .m-genre .pic {
  position: absolute;
  top: 18px;
  left: 20px;
  margin: 0;
}
.hand-p-w .p-relation .m-genre .pic img {
  border: 1px solid #baafa6;
}
.hand-p-w .p-relation .m-genre section {
  border: 1px solid #baafa6;
}
.hand-p-w .p-relation .m-genre section .title {
  margin: 0;
  padding: 1px;
  height: auto;
  border: 0;
  border-bottom: 1px solid #baafa6;
  background: none;
  line-height: 1;
}
.hand-p-w .p-relation .m-genre section footer {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px dotted #baafa6;
}
.hand-p-w .p-relation .m-genre section footer .link {
  margin: 0;
  padding: 10px 20px 10px 0;
  text-align: right;
  line-height: 1;
}
.hand-p-w .p-relation .m-genre section footer .link a {
  padding-left: 18px;
  background: url(../img/arrow/arrow2.png) left top no-repeat;
  text-decoration: none;
}
.hand-p-w .p-relation .m-genre section footer .link a:hover {
  background-image: url(../img/arrow/arrow2_h.png);
}
.hand-p-w .p-relation .m-genre-title {
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 3px solid #ec7c78;
  line-height: 1.4285714286;
  font-size: 1.4em;
  color: #7f7875;
}
.hand-p-w .p-relation .m-genre section {
  margin-bottom: 10px;
}
.hand-p-w .p-relation .recommend .wrapper {
  position: relative;
  padding-right: 0;
  padding-left: 0;
  min-height: 135px;
}
.hand-p-w .p-relation .recommend .subtitle,
.hand-p-w .p-relation .recommend p {
  margin-right: 20px;
  margin-bottom: 13px;
  margin-left: 152px;
}
.hand-p-w .p-relation .recommend .pic {
  margin: 0;
}
.hand-p-w .p-relation .recommend-wrapper {
  position: relative;
  margin: 2px;
  padding: 13px 20px 33px;
  padding-right: 0;
  padding-left: 0;
  min-height: 135px;
  background: #f2efed;
}
.hand-p-w .p-relation .recommend-wrapper .foot {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px dotted #baafa6;
}
.hand-p-w .p-relation .recommend-wrapper .foot .link {
  margin: 0;
  padding: 10px 20px 10px 0;
  text-align: right;
  line-height: 1;
}
.hand-p-w .p-relation .recommend-wrapper .foot .link a {
  padding-left: 18px;
  background: url(../img/arrow/arrow2.png) left top no-repeat;
  text-decoration: none;
}
.hand-p-w .p-faq > .lead {
  margin-bottom: 25px;
}
.hand-p-w .p-faq .m-faq-list .m-faq-item .item-inner .answer .text {
  float: none;
}
.hand-p-w .p-faq .m-faq-list .m-faq-item .item-inner .answer .pic {
  float: right;
  margin: 0 -15px 10px 20px;
}
.hand-p-w .p-column {
  margin-bottom: 70px;
}
.hand-p-w .m-genre.m-contents {
  margin: 0 0 70px;
}
.hand-p-w .m-genre.m-contents > .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 30px;
  padding-bottom: 0;
  padding-left: 0;
  border: 0;
}
.hand-p-w .m-genre.m-contents > .title .inner-text {
  display: block;
  line-height: 1;
  font-size: 0.6071428571em;
}
.hand-p-w .m-genre.m-contents > ul {
  margin-right: 10px;
  margin-left: 10px;
}

.hip-up .m-title .inner-text,
.hip-up .m-title .lead {
  width: 395px;
}
.hip-up .m-anchor .anchor-item {
  flex-basis: 137px;
}
.hip-up .m-feature-contents:nth-child(3) {
  background-image: url(../img/troubles_hip-up_feature_pic3.jpg);
}
.hip-up .m-case .m-entry-item .m-case {
  border-top-width: 4px;
  border-top-style: solid;
}
.hip-up .m-case .m-entry-item .m-case.liposuction {
  border-top-color: #5777b0;
}
.hip-up .m-case .m-entry-item .m-case.breast-hip {
  border-top-color: #c64d78;
}
.hip-up .m-case .m-entry-item .m-case.antiaging {
  border-top-color: #7a5b9a;
}
.hip-up .m-case .m-entry-item .m-case.others {
  border-top-color: #87b263;
}
.hip-up .m-case .m-entry-item .m-case-inner {
  margin: 0;
  padding: 0 10px;
  background-image: linear-gradient(to bottom, #e3deda 0%, #f7f5f4 90%, #fff 100%);
}
.hip-up .m-case .m-entry-item .m-case .case-title {
  position: relative;
  padding: 20px 20px 20px 10px;
}
.hip-up .m-case .m-entry-item .m-case .case-title .sex-age {
  font-size: 20px;
}
.hip-up .m-case .m-entry-item .m-case .case-title > .title {
  border: 0;
  line-height: 1.2307692308;
  font-size: 26px;
  color: #7f7875;
}
.hip-up .m-case .m-entry-item .m-case .attr-list {
  margin-top: 10px;
}
.hip-up .m-case .m-entry-item .m-case .attr-item a {
  color: #7f7875;
}
.hip-up .m-case .m-entry-item .m-case .case-pic {
  margin-bottom: 30px;
  text-align: center;
}
.hip-up .m-case .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;
}
.hip-up .m-case .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;
}
.hip-up .m-case .case-info-table table + table {
  margin-top: 20px;
}
.hip-up .m-about .section1 .pic {
  float: right;
}
.hip-up .m-about .section1 .text {
  float: left;
}
.hip-up .m-about .section2 .pic {
  float: right;
}
.hip-up .m-about .section3 .text {
  float: none;
  width: auto;
}
.hip-up .m-about .section3 .points {
  margin-bottom: 25px;
  padding: 25px;
  border: 1px solid #ede9e5;
  background: #f5f2f0;
}
.hip-up .m-about .section3 .points .text {
  margin-bottom: 0;
}
.hip-up .p-comparison table thead th {
  padding: 4px 8px;
  background-color: #f8f6f5;
  color: #7f7875;
}
.hip-up .p-comparison table thead th:first-child {
  font-weight: normal;
}
.hip-up .p-comparison table thead th,
.hip-up .p-comparison table thead li {
  font-weight: bold;
}
.hip-up .p-comparison table thead li {
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
  line-height: 1.5;
}
.hip-up .p-comparison table thead li::before {
  content: "・";
}
.hip-up .p-comparison table tbody th {
  width: 120px;
  font-weight: normal;
}
.hip-up .m-flow .m-flow-item:nth-child(3) {
  background-image: url(../img/troubles_flow_bg3.jpg);
}
.hip-up .m-flow .m-flow-item:nth-child(4) {
  background-image: url(../img/troubles_flow_bg4.jpg);
}
.hip-up .m-faq .link {
  display: block;
  margin-top: 20px;
  text-align: right;
  color: #7f7875;
}
.hip-up .m-faq .link a {
  display: inline-block;
  padding-right: 19px;
  background: url(../img/arrow/arrow18.png) right center no-repeat;
}

.legs-slimming .m-anchor .anchor-item {
  flex-basis: 114px;
}
.legs-slimming .m-about .m-sub-contents:nth-child(even) .text {
  float: right;
}
.legs-slimming .m-about .m-sub-contents:nth-child(even) .pic {
  text-align: left;
}
.legs-slimming .m-about .about3 > .text {
  float: none;
  width: auto;
}
.legs-slimming .m-about .about3 .contents-item .text {
  float: left;
}
.legs-slimming .m-about .about3 .contents-item .pic {
  text-align: right;
}
.legs-slimming .m-kinds #feature .pic,
.legs-slimming .m-monitor #feature .pic {
  margin-bottom: 10px;
}
.legs-slimming .m-kinds #feature .pic img,
.legs-slimming .m-monitor #feature .pic img {
  border: 1px solid #baafa6;
}
.legs-slimming .m-kinds #feature #service,
.legs-slimming .m-monitor #feature #service {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-left: 0;
  display: flex;
  column-gap: 10px;
  margin-bottom: 20px;
  margin-left: 0;
}
.legs-slimming .m-kinds #feature #service li,
.legs-slimming .m-monitor #feature #service li {
  border: 1px solid #baafa6;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.legs-slimming .m-kinds #feature #service a:hover img,
.legs-slimming .m-monitor #feature #service a:hover img {
  opacity: 0;
}
.legs-slimming .m-kinds #feature #service li.transportation,
.legs-slimming .m-monitor #feature #service li.transportation {
  background-image: url(../img/sprite/hover/price/price_feature_transportation_h.png);
}
.legs-slimming .m-kinds #feature #service li.oneday,
.legs-slimming .m-monitor #feature #service li.oneday {
  background-image: url(../img/sprite/hover/price/price_feature_oneday_h.png);
}
.legs-slimming .m-kinds #feature #service li.guarantee,
.legs-slimming .m-monitor #feature #service li.guarantee {
  background-image: url(../img/sprite/hover/price/price_feature_guarantee_h.png);
}
.legs-slimming .m-kinds #feature #service li,
.legs-slimming .m-monitor #feature #service li {
  border: 1px solid #baafa6;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.legs-slimming .m-kinds #feature #service li a:hover img,
.legs-slimming .m-monitor #feature #service li a:hover img {
  opacity: 0;
}
.legs-slimming .m-kinds #feature #service li:nth-child(1),
.legs-slimming .m-monitor #feature #service li:nth-child(1) {
  background-image: url(../img/sprite/hover/price/price_nav_counseling_h.png);
}
.legs-slimming .m-kinds #feature #service li:nth-child(2),
.legs-slimming .m-monitor #feature #service li:nth-child(2) {
  background-image: url(../img/sprite/hover/price/price_nav_payment_h.png);
}
.legs-slimming .m-kinds #feature #service li,
.legs-slimming .m-monitor #feature #service li {
  background-position: 0 0;
  background-repeat: no-repeat;
}
.legs-slimming .m-kinds #feature #service a:hover img,
.legs-slimming .m-monitor #feature #service a:hover img {
  opacity: 0;
}
.legs-slimming .m-kinds #feature #service li.transportation,
.legs-slimming .m-monitor #feature #service li.transportation {
  background-image: url(../img/sprite/hover/price/price_feature_transportation_h.png);
}
.legs-slimming .m-kinds #feature #service li.oneday,
.legs-slimming .m-monitor #feature #service li.oneday {
  background-image: url(../img/sprite/hover/price/price_feature_oneday_h.png);
}
.legs-slimming .m-kinds #feature #service li.guarantee,
.legs-slimming .m-monitor #feature #service li.guarantee {
  background-image: url(../img/sprite/hover/price/price_feature_guarantee_h.png);
}
.legs-slimming .m-kinds #counseling dl,
.legs-slimming .m-monitor #counseling dl {
  display: flex;
  align-items: center;
  border: 1px solid #baafa6;
}
.legs-slimming .m-kinds #counseling dt,
.legs-slimming .m-kinds #counseling dd,
.legs-slimming .m-monitor #counseling dt,
.legs-slimming .m-monitor #counseling dd {
  display: flex;
  align-items: center;
  height: 81px;
}
.legs-slimming .m-kinds #counseling dt,
.legs-slimming .m-monitor #counseling dt {
  justify-content: center;
  width: 83px;
  border-right: 1px dotted #baafa6;
  background: #f2efed;
}
.legs-slimming .m-kinds #counseling dd,
.legs-slimming .m-monitor #counseling dd {
  padding: 0 15px 0 29px;
}
.legs-slimming .m-kinds #counseling dd img,
.legs-slimming .m-monitor #counseling dd img {
  margin-right: 30px;
}
.legs-slimming .m-kinds #counseling dd small,
.legs-slimming .m-monitor #counseling dd small {
  display: inline-block;
  width: 270px;
  text-indent: -1em;
  line-height: 1.25;
  font-size: 1em;
  color: #7f7875;
}
.legs-slimming .m-kinds #counseling dd:nth-child(2),
.legs-slimming .m-monitor #counseling dd:nth-child(2) {
  flex: 1;
}
.legs-slimming .m-kinds #counseling dd:last-child,
.legs-slimming .m-monitor #counseling dd:last-child {
  padding: 0 14px 0 0;
}
.legs-slimming .m-kinds #counseling dd.c-button,
.legs-slimming .m-monitor #counseling dd.c-button {
  width: 206px;
}
.legs-slimming .m-kinds #counseling dd.c-button a,
.legs-slimming .m-monitor #counseling dd.c-button a {
  width: 206px;
  box-sizing: border-box;
}
.legs-slimming .m-kinds #counseling dd.c-button a .inner-text,
.legs-slimming .m-monitor #counseling dd.c-button a .inner-text {
  padding: 0 26px;
  background-position: right 4px center;
  font-size: 13px;
}
.legs-slimming .m-kinds #counseling dd.c-button a .inner-text::before, .legs-slimming .m-kinds #counseling dd.c-button a .inner-text::after,
.legs-slimming .m-monitor #counseling dd.c-button a .inner-text::before,
.legs-slimming .m-monitor #counseling dd.c-button a .inner-text::after {
  right: 4px;
}
.legs-slimming .m-kinds #payment p,
.legs-slimming .m-kinds #payment li,
.legs-slimming .m-monitor #payment p,
.legs-slimming .m-monitor #payment li {
  line-height: 1.8333333333;
  font-size: 1.2em;
  color: #7f7875;
}
.legs-slimming .m-kinds #payment p li,
.legs-slimming .m-kinds #payment li li,
.legs-slimming .m-monitor #payment p li,
.legs-slimming .m-monitor #payment li li {
  font-size: 1em;
}
.legs-slimming .m-kinds #payment small,
.legs-slimming .m-monitor #payment small {
  font-size: 1em;
}
.legs-slimming .m-kinds #payment li,
.legs-slimming .m-kinds #payment dt,
.legs-slimming .m-monitor #payment li,
.legs-slimming .m-monitor #payment dt {
  line-height: 39px;
}
.legs-slimming .m-kinds #payment li,
.legs-slimming .m-monitor #payment li {
  display: list-item;
  padding: 0 0 0 40px;
  min-height: 39px;
  border-bottom: 1px dotted #baafa6;
  background-position: 13px 8px;
  background-repeat: no-repeat;
  font-weight: bold;
}
.legs-slimming .m-kinds #payment li:first-child,
.legs-slimming .m-monitor #payment li:first-child {
  letter-spacing: 0.5em;
}
.legs-slimming .m-kinds #payment li:last-child,
.legs-slimming .m-monitor #payment li:last-child {
  border: 0;
}
.legs-slimming .m-kinds #payment li:nth-child(1),
.legs-slimming .m-monitor #payment li:nth-child(1) {
  background-image: url(../img/sprite/num/price-no1.png);
}
.legs-slimming .m-kinds #payment li:nth-child(2),
.legs-slimming .m-monitor #payment li:nth-child(2) {
  background-image: url(../img/sprite/num/price-no2.png);
}
.legs-slimming .m-kinds #payment li:nth-child(3),
.legs-slimming .m-monitor #payment li:nth-child(3) {
  background-image: url(../img/sprite/num/price-no3.png);
}
.legs-slimming .m-kinds #payment li:nth-child(4),
.legs-slimming .m-monitor #payment li:nth-child(4) {
  background-image: url(../img/sprite/num/price-no4.png);
}
.legs-slimming .m-kinds #payment dt,
.legs-slimming .m-monitor #payment dt {
  float: left;
  width: 110px;
}
.legs-slimming .m-kinds #payment dd,
.legs-slimming .m-monitor #payment dd {
  overflow: hidden;
  padding: 10px 0 9px;
  line-height: 1.8333333333;
  font-weight: normal;
}
.legs-slimming .m-kinds #payment dd li,
.legs-slimming .m-kinds #payment dd dt,
.legs-slimming .m-monitor #payment dd li,
.legs-slimming .m-monitor #payment dd dt {
  line-height: 1.8333333333;
}
.legs-slimming .m-kinds #payment dd dt,
.legs-slimming .m-monitor #payment dd dt {
  float: none;
  width: auto;
}
.legs-slimming .m-kinds #payment dd dd,
.legs-slimming .m-monitor #payment dd dd {
  overflow: auto;
  padding: 0;
}
.legs-slimming .m-kinds #payment dd li,
.legs-slimming .m-monitor #payment dd li {
  margin-left: 2em;
  padding: 0;
  min-height: 1px;
  border: 0;
  list-style-type: decimal;
  font-weight: normal;
}
.legs-slimming .m-kinds #payment dd li:first-child,
.legs-slimming .m-monitor #payment dd li:first-child {
  letter-spacing: 0;
}
.legs-slimming .m-kinds #payment dd li:nth-child(n),
.legs-slimming .m-monitor #payment dd li:nth-child(n) {
  background-image: none;
}
.legs-slimming .m-kinds #payment dd li li,
.legs-slimming .m-monitor #payment dd li li {
  margin: 0;
  list-style-type: none;
}
.legs-slimming .m-kinds #payment dd li li, .legs-slimming .m-kinds #payment dd li li::before,
.legs-slimming .m-monitor #payment dd li li,
.legs-slimming .m-monitor #payment dd li li::before {
  content: "◇";
}
.legs-slimming .m-kinds #payment .wrapper,
.legs-slimming .m-monitor #payment .wrapper {
  margin: 0;
  border: 1px solid #baafa6;
}
.legs-slimming .m-kinds #payment .wrapper p,
.legs-slimming .m-monitor #payment .wrapper p {
  padding-left: 12px;
  border-bottom: 1px dotted #baafa6;
  line-height: 28px;
}
.legs-slimming .m-kinds #pricelist .pagetop,
.legs-slimming .m-monitor #pricelist .pagetop {
  margin-right: -10px;
}
.legs-slimming .m-kinds #pricelist table,
.legs-slimming .m-monitor #pricelist table {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  border-bottom: 1px solid #baafa6;
  table-layout: fixed;
  font-size: 1.2em;
  color: #7f7875;
}
.legs-slimming .m-kinds #pricelist table thead td,
.legs-slimming .m-monitor #pricelist table thead td {
  border-bottom: 1px solid #baafa6;
}
.legs-slimming .m-kinds #pricelist table thead th,
.legs-slimming .m-monitor #pricelist table thead th {
  border: 1px solid #baafa6;
  text-align: center;
  line-height: 1.3333333333;
}
.legs-slimming .m-kinds #pricelist table tbody th,
.legs-slimming .m-kinds #pricelist table tbody td,
.legs-slimming .m-monitor #pricelist table tbody th,
.legs-slimming .m-monitor #pricelist table tbody td {
  border-right: 1px solid #baafa6;
  border-bottom: 1px dotted #baafa6;
  border-left: 1px solid #baafa6;
}
.legs-slimming .m-kinds #pricelist table tbody tr.separate th,
.legs-slimming .m-kinds #pricelist table tbody tr.separate td,
.legs-slimming .m-monitor #pricelist table tbody tr.separate th,
.legs-slimming .m-monitor #pricelist table tbody tr.separate td {
  border-bottom-style: solid;
}
.legs-slimming .m-kinds #pricelist table tbody tr:last-child th,
.legs-slimming .m-kinds #pricelist table tbody tr:last-child td,
.legs-slimming .m-monitor #pricelist table tbody tr:last-child th,
.legs-slimming .m-monitor #pricelist table tbody tr:last-child td {
  border-bottom: 1px solid #baafa6;
}
.legs-slimming .m-kinds #pricelist table tbody td,
.legs-slimming .m-monitor #pricelist table tbody td {
  line-height: 24px;
}
.legs-slimming .m-kinds #pricelist table thead th,
.legs-slimming .m-kinds #pricelist table thead td,
.legs-slimming .m-monitor #pricelist table thead th,
.legs-slimming .m-monitor #pricelist table thead td {
  height: 33px;
  box-sizing: border-box;
}
.legs-slimming .m-kinds #pricelist table thead th,
.legs-slimming .m-monitor #pricelist table thead th {
  padding: 4px;
  width: 125px;
  min-height: 24px;
  color: #7f7875;
}
.legs-slimming .m-kinds #pricelist table thead td,
.legs-slimming .m-monitor #pricelist table thead td {
  padding: 0 1em;
  line-height: 1.3333333333;
}
.legs-slimming .m-kinds #pricelist table thead .note,
.legs-slimming .m-monitor #pricelist table thead .note {
  margin: 5px 0;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 0.8333333333em;
  color: #918b88;
}
.legs-slimming .m-kinds #pricelist table thead .note::before,
.legs-slimming .m-monitor #pricelist table thead .note::before {
  content: "※";
  color: #ec7c78;
}
.legs-slimming .m-kinds #pricelist table tbody tr:nth-child(even) th,
.legs-slimming .m-kinds #pricelist table tbody tr:nth-child(even) td,
.legs-slimming .m-monitor #pricelist table tbody tr:nth-child(even) th,
.legs-slimming .m-monitor #pricelist table tbody tr:nth-child(even) td {
  background-color: #f2efed;
}
.legs-slimming .m-kinds #pricelist table tbody th,
.legs-slimming .m-kinds #pricelist table tbody td,
.legs-slimming .m-monitor #pricelist table tbody th,
.legs-slimming .m-monitor #pricelist table tbody td {
  line-height: 16/12;
}
.legs-slimming .m-kinds #pricelist table tbody th,
.legs-slimming .m-monitor #pricelist table tbody th {
  padding: 10px 10px 10px 20px;
  background: url(../img/arrow/arrow.png) 5px center no-repeat;
}
.legs-slimming .m-kinds #pricelist table tbody td,
.legs-slimming .m-monitor #pricelist table tbody td {
  padding: 5px;
  height: 14px;
  text-align: center;
  color: #7f7875;
}
.legs-slimming .m-kinds #pricelist table tbody td span:not(.inner-text),
.legs-slimming .m-monitor #pricelist table tbody td span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.legs-slimming .m-kinds #pricelist table tbody td.loan,
.legs-slimming .m-monitor #pricelist table tbody td.loan {
  line-height: 1.25;
  font-size: 11px;
  box-sizing: border-box;
}
.legs-slimming .m-kinds #pricelist table tfoot,
.legs-slimming .m-monitor #pricelist table tfoot {
  border: 1px solid #baafa6;
  border-top: 0;
}
.legs-slimming .m-kinds #pricelist table tfoot td,
.legs-slimming .m-monitor #pricelist table tfoot td {
  padding: 10px 15px;
}
.legs-slimming .m-kinds #pricelist table tfoot .price-inclusion .title,
.legs-slimming .m-monitor #pricelist table tfoot .price-inclusion .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.legs-slimming .m-kinds #pricelist table tfoot .inclusion-item,
.legs-slimming .m-monitor #pricelist table tfoot .inclusion-item {
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.legs-slimming .m-kinds #pricelist table tfoot .inclusion-item .item-inner,
.legs-slimming .m-monitor #pricelist table tfoot .inclusion-item .item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.legs-slimming .m-kinds #pricelist table tfoot .inclusion-item .item-inner::after,
.legs-slimming .m-monitor #pricelist table tfoot .inclusion-item .item-inner::after {
  content: "";
  display: block;
  flex: 1;
  order: 2;
  margin: 0 10px 0 25px;
  width: 100%;
  border-top: 1px dotted #baafa6;
}
.legs-slimming .m-kinds #pricelist table tfoot .inclusion-item .title,
.legs-slimming .m-monitor #pricelist table tfoot .inclusion-item .title {
  order: 1;
  font-weight: bold;
}
.legs-slimming .m-kinds #pricelist table tfoot .inclusion-item .summary,
.legs-slimming .m-monitor #pricelist table tfoot .inclusion-item .summary {
  color: #b4afac;
}
.legs-slimming .m-kinds #pricelist table tfoot .inclusion-item .price,
.legs-slimming .m-monitor #pricelist table tfoot .inclusion-item .price {
  order: 3;
}
.legs-slimming .m-kinds #pricelist table thead th,
.legs-slimming .m-monitor #pricelist table thead th {
  line-height: 16px;
}
.legs-slimming .m-kinds #pricelist table thead th .tax-include,
.legs-slimming .m-kinds #pricelist table thead th span:not(.inner-text),
.legs-slimming .m-monitor #pricelist table thead th .tax-include,
.legs-slimming .m-monitor #pricelist table thead th span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.legs-slimming .m-kinds #pricelist table thead th a,
.legs-slimming .m-monitor #pricelist table thead th a {
  padding-left: 15px;
  background: url(../img/arrow/arrow2.png) left top no-repeat;
  text-decoration: none;
  font-size: 0.8333333333em;
  color: #7f7875;
}
.legs-slimming .m-kinds #pricelist table thead th a:hover,
.legs-slimming .m-monitor #pricelist table thead th a:hover {
  background-image: url(../img/arrow/arrow2_h.png);
}
.legs-slimming .m-kinds #pricelist table thead th.loan,
.legs-slimming .m-monitor #pricelist table thead th.loan {
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
  width: 100px;
}
.legs-slimming .m-kinds #pricelist table thead .icon.question,
.legs-slimming .m-monitor #pricelist table thead .icon.question {
  display: inline-block;
  position: relative;
  margin-right: -20px;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background: url(../img/icon_question2.png);
  cursor: help;
  vertical-align: sub;
}
.legs-slimming .m-kinds #pricelist table thead .icon.question .text,
.legs-slimming .m-monitor #pricelist table thead .icon.question .text {
  display: none;
}
.legs-slimming .m-kinds #pricelist table thead .icon.question .text a,
.legs-slimming .m-monitor #pricelist table thead .icon.question .text a {
  padding: 0;
  background: none;
  text-decoration: underline;
  font-size: 1em;
  color: #6d9dd0;
}
.legs-slimming .m-kinds #pricelist table thead .icon.question:hover .text, .legs-slimming .m-kinds #pricelist table thead .icon.question:hover::after,
.legs-slimming .m-monitor #pricelist table thead .icon.question:hover .text,
.legs-slimming .m-monitor #pricelist table thead .icon.question:hover::after {
  position: absolute;
}
.legs-slimming .m-kinds #pricelist table thead .icon.question:hover .text,
.legs-slimming .m-monitor #pricelist table thead .icon.question:hover .text {
  display: block;
  right: -36px;
  bottom: 21px;
  z-index: 1;
  padding: 14px;
  width: 330px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #efece9;
  text-align: left;
  line-height: 1.5;
  font-size: 1em;
  font-style: normal;
  color: #7f7875;
  box-sizing: border-box;
}
.legs-slimming .m-kinds #pricelist table thead .icon.question:hover::after,
.legs-slimming .m-monitor #pricelist table thead .icon.question:hover::after {
  content: "";
  top: -6px;
  right: 3px;
  z-index: 2;
  border-top: 8px solid #efece9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.legs-slimming .m-kinds #pricelist table tbody th,
.legs-slimming .m-monitor #pricelist table tbody th {
  line-height: 1.3333333333;
}
.legs-slimming .m-kinds #pricelist table tbody td,
.legs-slimming .m-monitor #pricelist table tbody td {
  line-height: 1.3333333333;
}
.legs-slimming .m-kinds #pricelist table tbody td .price + .reduce ol,
.legs-slimming .m-monitor #pricelist table tbody td .price + .reduce ol {
  text-align: right;
}
.legs-slimming .m-kinds #pricelist table tbody td .reduce ol li > span,
.legs-slimming .m-monitor #pricelist table tbody td .reduce ol li > span {
  display: inline;
}
.legs-slimming .m-kinds #pricelist table tbody td .reduce ol li:nth-child(2),
.legs-slimming .m-monitor #pricelist table tbody td .reduce ol li:nth-child(2) {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}
.legs-slimming .m-kinds #pricelist table tbody td .reduce ol li:nth-child(2) span,
.legs-slimming .m-monitor #pricelist table tbody td .reduce ol li:nth-child(2) span {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
.legs-slimming .m-kinds #pricelist table .note,
.legs-slimming .m-monitor #pricelist table .note {
  margin: 5px 0;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 10px;
  color: #918b88;
}
.legs-slimming .m-kinds #pricelist table .note::before,
.legs-slimming .m-monitor #pricelist table .note::before {
  content: "※";
  color: #ec7c78;
}
.legs-slimming .m-kinds #pricelist table .note + .head-text,
.legs-slimming .m-monitor #pricelist table .note + .head-text {
  margin-bottom: 5px;
}
.legs-slimming .m-kinds #pricelist table + table,
.legs-slimming .m-monitor #pricelist table + table {
  margin-top: 10px;
}
.legs-slimming .m-kinds #pricelist li,
.legs-slimming .m-monitor #pricelist li {
  line-height: 1.5;
  font-size: 1.2em;
  color: #7f7875;
}
.legs-slimming .m-kinds #pricelist .multiple,
.legs-slimming .m-monitor #pricelist .multiple {
  margin: 10px 0;
}
.legs-slimming .m-kinds #pricelist .multiple dl,
.legs-slimming .m-monitor #pricelist .multiple dl {
  padding: 20px 0 14px 18px;
  border: 1px solid #baafa6;
  background-color: #f2efed;
}
.legs-slimming .m-kinds #pricelist .multiple dl dt,
.legs-slimming .m-monitor #pricelist .multiple dl dt {
  font-size: 1.1666666667em;
  font-weight: bold;
  color: #ec7c78;
}
.legs-slimming .m-kinds #pricelist .multiple dl .notice,
.legs-slimming .m-monitor #pricelist .multiple dl .notice {
  margin-top: 13px;
  font-weight: bold;
}
.legs-slimming .m-kinds #pricelist .multiple dl .notice em,
.legs-slimming .m-monitor #pricelist .multiple dl .notice em {
  font-weight: bold;
  color: #ec7c78;
}
.legs-slimming .m-kinds #pricelist .multiple dl .info,
.legs-slimming .m-monitor #pricelist .multiple dl .info {
  margin-top: 12px;
}
.legs-slimming .m-kinds #pricelist .multiple dl .info ul,
.legs-slimming .m-monitor #pricelist .multiple dl .info ul {
  *zoom: 1;
  margin-left: 0;
}
.legs-slimming .m-kinds #pricelist .multiple dl .info ul::after,
.legs-slimming .m-monitor #pricelist .multiple dl .info ul::after {
  content: "";
  display: table;
  clear: both;
}
.legs-slimming .m-kinds #pricelist .multiple dl .info li,
.legs-slimming .m-monitor #pricelist .multiple dl .info li {
  float: left;
  border: 2px solid #29211b;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.legs-slimming .m-kinds #pricelist .multiple dl .info li a,
.legs-slimming .m-monitor #pricelist .multiple dl .info li a {
  transition: opacity 0.1s linear;
}
.legs-slimming .m-kinds #pricelist .multiple dl .info li a:hover,
.legs-slimming .m-monitor #pricelist .multiple dl .info li a:hover {
  opacity: 0;
}
.legs-slimming .m-kinds #pricelist .multiple dl .info .counseling,
.legs-slimming .m-monitor #pricelist .multiple dl .info .counseling {
  margin-right: 19px;
  background-image: url(../img/sprite/hover/button/button_counseling_h.png);
}
.legs-slimming .m-kinds #pricelist .multiple dl .info .mail,
.legs-slimming .m-monitor #pricelist .multiple dl .info .mail {
  background-image: url(../img/sprite/hover/button/button_mail_h.png);
}
.legs-slimming .m-kinds #pricelist small,
.legs-slimming .m-monitor #pricelist small {
  font-size: 1em;
}
.legs-slimming .m-kinds #pricelist small, .legs-slimming .m-kinds #pricelist small::before,
.legs-slimming .m-monitor #pricelist small,
.legs-slimming .m-monitor #pricelist small::before {
  content: "※";
}
.legs-slimming .m-kinds #pricelist small::before,
.legs-slimming .m-monitor #pricelist small::before {
  color: #ec7c78;
}
.legs-slimming .m-kinds #pricelist .example,
.legs-slimming .m-monitor #pricelist .example {
  margin: 10px 0;
  color: #7f7875;
}
.legs-slimming .m-kinds #pricelist .example img,
.legs-slimming .m-monitor #pricelist .example img {
  display: block;
}
.legs-slimming .m-kinds #pricelist .option,
.legs-slimming .m-monitor #pricelist .option {
  margin: 40px 0 0;
}
.legs-slimming .m-kinds #pricelist .option .title,
.legs-slimming .m-monitor #pricelist .option .title {
  *zoom: 1;
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  font-size: 1em;
}
.legs-slimming .m-kinds #pricelist .option .title::after,
.legs-slimming .m-monitor #pricelist .option .title::after {
  content: "";
  display: table;
  clear: both;
}
.legs-slimming .m-kinds #pricelist .option .title > *,
.legs-slimming .m-monitor #pricelist .option .title > * {
  float: left;
}
.legs-slimming .m-kinds #pricelist .option .title-img,
.legs-slimming .m-monitor #pricelist .option .title-img {
  margin-right: 10px;
}
.legs-slimming .m-kinds #pricelist .option .title-text,
.legs-slimming .m-monitor #pricelist .option .title-text {
  padding-right: 24px;
  background: url(../img/price_option_title_bg.gif) right center no-repeat;
  line-height: 30px;
  font-size: 1.4em;
}
.legs-slimming .m-kinds #pricelist .option table thead th,
.legs-slimming .m-monitor #pricelist .option table thead th {
  background-color: #f2efed;
}
.legs-slimming .m-kinds #pricelist .option table thead th > span:not(.tax-included),
.legs-slimming .m-monitor #pricelist .option table thead th > span:not(.tax-included) {
  display: block;
  padding-left: 12px;
  border-left: 4px solid #94bc5a;
  line-height: 34px;
  font-size: 1.1666666667em;
}
.legs-slimming .m-kinds #pricelist .option table thead th:nth-child(1),
.legs-slimming .m-monitor #pricelist .option table thead th:nth-child(1) {
  padding-left: 6px;
  width: auto;
  text-align: left;
}
.legs-slimming .m-kinds #pricelist,
.legs-slimming .m-monitor #pricelist {
  margin-bottom: 20px;
}
.legs-slimming .m-kinds #pricelist table,
.legs-slimming .m-monitor #pricelist table {
  font-size: 1.4em;
}
.legs-slimming .m-kinds #pricelist .option,
.legs-slimming .m-monitor #pricelist .option {
  margin-top: 40px;
}
.legs-slimming .m-kinds #pricelist .option .title,
.legs-slimming .m-monitor #pricelist .option .title {
  color: #7f7875;
}
.legs-slimming .m-kinds #pricelist .note,
.legs-slimming .m-monitor #pricelist .note {
  margin-right: 0;
  margin-left: 0;
}
.legs-slimming .m-kinds #pricelist table,
.legs-slimming .m-monitor #pricelist table {
  width: 100%;
  font-size: 1.2em;
}
.legs-slimming .m-monitor #campaignlist {
  /* $discount: sprite-map('discount/*.png'); */
  /* $discount-img: sprite-url($discount); */
}
.legs-slimming .m-monitor #campaignlist > li {
  margin-bottom: 10px;
  border: 1px solid #baafa6;
}
.legs-slimming .m-monitor #campaignlist > li .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  line-height: 1;
}
.legs-slimming .m-monitor #campaignlist > li .title a img {
  opacity: 1;
  transition: opacity 0.1s linear;
}
.legs-slimming .m-monitor #campaignlist > li .title a:hover img {
  opacity: 0.5;
}
.legs-slimming .m-monitor #campaignlist .table {
  padding: 2px;
  background: #f2efed;
}
.legs-slimming .m-monitor #campaignlist .table .title,
.legs-slimming .m-monitor #campaignlist .table p,
.legs-slimming .m-monitor #campaignlist .table ol {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.legs-slimming .m-monitor #campaignlist .table .title {
  padding: 3px 0 3px 3px;
  width: 531px;
  text-align: left;
}
.legs-slimming .m-monitor #campaignlist .table .title-inner {
  display: table-cell;
  padding: 10px 0 7px 17px;
  height: 44px;
  border-left: 4px solid #ec7c78;
  vertical-align: middle;
}
.legs-slimming .m-monitor #campaignlist .table .title-inner .course-title {
  display: block;
  padding-bottom: 4px;
  width: 380px;
  line-height: 1.25;
  font-size: 18px;
  font-weight: normal;
  color: #7f7875;
}
.legs-slimming .m-monitor #campaignlist .table .title-inner .ref {
  display: block;
  padding: 0 0 3px;
  width: auto;
  background: none;
  text-align: left;
  font-size: 12px;
}
.legs-slimming .m-monitor #campaignlist .table .title-inner .price {
  padding: 0;
  width: auto;
  background: none;
  text-align: left;
  font-size: 14px;
}
.legs-slimming .m-monitor #campaignlist .table.capacity .title-inner {
  height: 56px;
}
.legs-slimming .m-monitor #campaignlist .table p,
.legs-slimming .m-monitor #campaignlist .table ol {
  padding: 0 9px;
  width: 126px;
  background: #fff;
  line-height: 1.3333333333;
  font-size: 1.2em;
  color: #7f7875;
}
.legs-slimming .m-monitor #campaignlist .table a {
  text-decoration: none;
  color: #ec7c78;
}
.legs-slimming .m-monitor #campaignlist .table em {
  font-size: 1.1666666667em;
  font-weight: bold;
  color: #ec7c78;
}
.legs-slimming .m-monitor #campaignlist .discount ol li:first-child {
  margin-bottom: 6px;
  padding-bottom: 10px;
  background: url(../img/arrow/arrow13.png) 63px 18px no-repeat;
}
.legs-slimming .m-monitor #campaignlist .discount ol li.double {
  background: url(../img/arrow/arrow13.png) 63px 34px no-repeat;
}
.legs-slimming .m-monitor #campaignlist .discount ol em {
  font-size: 1.1666666667em;
}
.legs-slimming .m-monitor #campaignlist .badge .title {
  padding-right: 58px;
  width: 482px;
}
.legs-slimming .m-monitor #campaignlist .badge p,
.legs-slimming .m-monitor #campaignlist .badge ol {
  padding-left: 0;
}
.legs-slimming .m-monitor #campaignlist .badge50 .title {
  background: url(../img/discount/badge50.png) right center no-repeat, url(../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.legs-slimming .m-monitor #campaignlist .badge40 .title {
  background: url(../img/discount/badge40.png) right center no-repeat, url(../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.legs-slimming .m-monitor #campaignlist .badge33 .title {
  background: url(../img/discount/badge33.png) right center no-repeat, url(../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.legs-slimming .m-monitor #campaignlist .badge30 .title {
  background: url(../img/discount/badge30.png) right center no-repeat, url(../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.legs-slimming .m-monitor #campaignlist .badge25 .title {
  background: url(../img/discount/badge25.png) right center no-repeat, url(../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.legs-slimming .m-monitor #campaignlist .badge20 .title {
  background: url(../img/discount/badge20.png) right center no-repeat, url(../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.legs-slimming .m-monitor #campaignlist .capacity section {
  position: relative;
}
.legs-slimming .m-monitor #campaignlist .capacity p,
.legs-slimming .m-monitor #campaignlist .capacity ol {
  padding: 7px 9px 20px;
}
.legs-slimming .m-monitor #campaignlist .capacity p em,
.legs-slimming .m-monitor #campaignlist .capacity li em {
  display: inline;
  position: static;
  width: auto;
  background: none;
  font-weight: bold;
  color: #ec7c78;
}
.legs-slimming .m-monitor #campaignlist .capacity em {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 144px;
  background: #ec7c78;
  text-align: center;
  line-height: 20px;
  font-weight: normal;
  color: #fff;
}
.legs-slimming .m-monitor #campaignlist .folding .title a {
  cursor: pointer;
}
.legs-slimming .m-monitor #campaignlist .folding .wrapper {
  display: none;
  border-top: 1px solid #baafa6;
}
.legs-slimming .m-monitor #campaignlist .folding .wrapper > div {
  border-top: 1px solid #baafa6;
}
.legs-slimming .m-monitor #campaignlist .folding .wrapper > div:first-child {
  border-top: 0;
}
.legs-slimming .m-monitor #campaignlist .folding .wrapper .title {
  margin-bottom: 30px;
  padding: 1px;
  height: auto;
  border: 1px solid #baafa6;
  background: none;
  line-height: 1;
  font-size: 1em;
  margin: 0;
  padding: 1px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.legs-slimming .m-monitor #campaignlist .folding .wrapper .title span {
  display: block;
  padding-left: 13px;
  background: url(../img/operation_campaign_title_bg.gif) left top repeat-x;
  line-height: 26px;
  font-size: 1.2em;
  color: #7f7875;
}
.legs-slimming .m-monitor #campaignlist .folding .wrapper .option {
  border: 0;
}
.legs-slimming .m-monitor #campaignlist .folding .lead {
  padding: 15px 30px;
}
.legs-slimming .m-monitor #campaignlist .folding .lead p {
  line-height: 1.8333333333;
  font-size: 1.2em;
  color: #7f7875;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  border-bottom: 1px solid #baafa6;
  table-layout: fixed;
  font-size: 1.2em;
  color: #7f7875;
  margin-bottom: 12px;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table thead td {
  border-bottom: 1px solid #baafa6;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table thead th {
  border: 1px solid #baafa6;
  text-align: center;
  line-height: 1.3333333333;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table tbody th,
.legs-slimming .m-monitor #campaignlist .folding div.price table tbody td {
  border-right: 1px solid #baafa6;
  border-bottom: 1px dotted #baafa6;
  border-left: 1px solid #baafa6;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table tbody tr.separate th,
.legs-slimming .m-monitor #campaignlist .folding div.price table tbody tr.separate td {
  border-bottom-style: solid;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table tbody tr:last-child th,
.legs-slimming .m-monitor #campaignlist .folding div.price table tbody tr:last-child td {
  border-bottom: 1px solid #baafa6;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table tbody td {
  line-height: 24px;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table thead th,
.legs-slimming .m-monitor #campaignlist .folding div.price table thead td {
  height: 33px;
  box-sizing: border-box;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table thead th {
  padding: 4px;
  width: 125px;
  min-height: 24px;
  color: #7f7875;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table thead td {
  padding: 0 1em;
  line-height: 1.3333333333;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table thead .note {
  margin: 5px 0;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 0.8333333333em;
  color: #918b88;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table thead .note::before {
  content: "※";
  color: #ec7c78;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table tbody tr:nth-child(even) th,
.legs-slimming .m-monitor #campaignlist .folding div.price table tbody tr:nth-child(even) td {
  background-color: #f2efed;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table tbody th,
.legs-slimming .m-monitor #campaignlist .folding div.price table tbody td {
  line-height: 16/12;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table tbody th {
  padding: 10px 10px 10px 20px;
  background: url(../img/arrow/arrow.png) 5px center no-repeat;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table tbody td {
  padding: 5px;
  height: 14px;
  text-align: center;
  color: #7f7875;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table tbody td span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table tbody td.loan {
  line-height: 1.25;
  font-size: 11px;
  box-sizing: border-box;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table tfoot {
  border: 1px solid #baafa6;
  border-top: 0;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table tfoot td {
  padding: 10px 15px;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table tfoot .price-inclusion .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table tfoot .inclusion-item {
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table tfoot .inclusion-item .item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table tfoot .inclusion-item .item-inner::after {
  content: "";
  display: block;
  flex: 1;
  order: 2;
  margin: 0 10px 0 25px;
  width: 100%;
  border-top: 1px dotted #baafa6;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table tfoot .inclusion-item .title {
  order: 1;
  font-weight: bold;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table tfoot .inclusion-item .summary {
  color: #b4afac;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table tfoot .inclusion-item .price {
  order: 3;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table thead th {
  line-height: 16px;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table thead th .tax-include,
.legs-slimming .m-monitor #campaignlist .folding div.price table thead th span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table thead th a {
  padding-left: 15px;
  background: url(../img/arrow/arrow2.png) left top no-repeat;
  text-decoration: none;
  font-size: 0.8333333333em;
  color: #7f7875;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table thead th a:hover {
  background-image: url(../img/arrow/arrow2_h.png);
}
.legs-slimming .m-monitor #campaignlist .folding div.price table thead th.loan {
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
  width: 100px;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table thead .icon.question {
  display: inline-block;
  position: relative;
  margin-right: -20px;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background: url(../img/icon_question2.png);
  cursor: help;
  vertical-align: sub;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table thead .icon.question .text {
  display: none;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table thead .icon.question .text a {
  padding: 0;
  background: none;
  text-decoration: underline;
  font-size: 1em;
  color: #6d9dd0;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table thead .icon.question:hover .text, .legs-slimming .m-monitor #campaignlist .folding div.price table thead .icon.question:hover::after {
  position: absolute;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table thead .icon.question:hover .text {
  display: block;
  right: -36px;
  bottom: 21px;
  z-index: 1;
  padding: 14px;
  width: 330px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #efece9;
  text-align: left;
  line-height: 1.5;
  font-size: 1em;
  font-style: normal;
  color: #7f7875;
  box-sizing: border-box;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table thead .icon.question:hover::after {
  content: "";
  top: -6px;
  right: 3px;
  z-index: 2;
  border-top: 8px solid #efece9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table tbody th {
  line-height: 1.3333333333;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table tbody td {
  line-height: 1.3333333333;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table tbody td .price + .reduce ol {
  text-align: right;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table tbody td .reduce ol li > span {
  display: inline;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table tbody td .reduce ol li:nth-child(2) {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table tbody td .reduce ol li:nth-child(2) span {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table thead td {
  line-height: 1.3333333333;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table thead th {
  height: 33px;
  border-top: 0;
  border-right: 0;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table tbody th,
.legs-slimming .m-monitor #campaignlist .folding div.price table tbody td {
  border-left: 0;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table:last-child {
  border-bottom: 0;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table:last-child tbody tr:last-child th,
.legs-slimming .m-monitor #campaignlist .folding div.price table:last-child tbody tr:last-child td {
  border-bottom: 0;
}
.legs-slimming .m-monitor #campaignlist .folding div.price ul {
  margin: 0 0 12px 15px;
}
.legs-slimming .m-monitor #campaignlist .folding div.price li {
  line-height: 1.5;
  font-size: 1.2em;
  color: #7f7875;
}
.legs-slimming .m-monitor #campaignlist .folding div.price .multiple {
  margin: 10px 0;
  width: 652px;
}
.legs-slimming .m-monitor #campaignlist .folding div.price .multiple dl {
  padding: 20px 0 14px 18px;
  border: 1px solid #baafa6;
  background-color: #f2efed;
}
.legs-slimming .m-monitor #campaignlist .folding div.price .multiple dl dt {
  font-size: 1.1666666667em;
  font-weight: bold;
  color: #ec7c78;
}
.legs-slimming .m-monitor #campaignlist .folding div.price .multiple dl .notice {
  margin-top: 13px;
  font-weight: bold;
}
.legs-slimming .m-monitor #campaignlist .folding div.price .multiple dl .notice em {
  font-weight: bold;
  color: #ec7c78;
}
.legs-slimming .m-monitor #campaignlist .folding div.price .multiple dl .info {
  margin-top: 12px;
}
.legs-slimming .m-monitor #campaignlist .folding div.price .multiple dl .info ul {
  *zoom: 1;
  margin-left: 0;
}
.legs-slimming .m-monitor #campaignlist .folding div.price .multiple dl .info ul::after {
  content: "";
  display: table;
  clear: both;
}
.legs-slimming .m-monitor #campaignlist .folding div.price .multiple dl .info li {
  float: left;
  border: 2px solid #29211b;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.legs-slimming .m-monitor #campaignlist .folding div.price .multiple dl .info li a {
  transition: opacity 0.1s linear;
}
.legs-slimming .m-monitor #campaignlist .folding div.price .multiple dl .info li a:hover {
  opacity: 0;
}
.legs-slimming .m-monitor #campaignlist .folding div.price .multiple dl .info .counseling {
  margin-right: 19px;
  background-image: url(../img/sprite/hover/button/button_counseling_h.png);
}
.legs-slimming .m-monitor #campaignlist .folding div.price .multiple dl .info .mail {
  background-image: url(../img/sprite/hover/button/button_mail_h.png);
}
.legs-slimming .m-monitor #campaignlist .folding div.price small {
  font-size: 1em;
}
.legs-slimming .m-monitor #campaignlist .folding div.price small, .legs-slimming .m-monitor #campaignlist .folding div.price small::before {
  content: "※";
}
.legs-slimming .m-monitor #campaignlist .folding div.price small .before, .legs-slimming .m-monitor #campaignlist .folding div.price small::before {
  color: #ec7c78;
}
.legs-slimming .m-monitor #campaignlist .folding .option {
  margin: 0;
  border: 0;
}
.legs-slimming .m-monitor #campaignlist .folding .option .title {
  *zoom: 1;
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  font-size: 1em;
  color: #7f7875;
}
.legs-slimming .m-monitor #campaignlist .folding .option .title::after {
  content: "";
  display: table;
  clear: both;
}
.legs-slimming .m-monitor #campaignlist .folding .option .title > * {
  float: left;
}
.legs-slimming .m-monitor #campaignlist .folding .option .title-img {
  margin-right: 10px;
}
.legs-slimming .m-monitor #campaignlist .folding .option .title-text {
  padding-right: 24px;
  background: url(../img/price_option_title_bg.gif) right center no-repeat;
  line-height: 30px;
  font-size: 1.4em;
}
.legs-slimming .m-monitor #campaignlist .folding .option table {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  border-bottom: 1px solid #baafa6;
  table-layout: fixed;
  font-size: 1.2em;
  color: #7f7875;
  border-bottom: 0;
}
.legs-slimming .m-monitor #campaignlist .folding .option table thead td {
  border-bottom: 1px solid #baafa6;
}
.legs-slimming .m-monitor #campaignlist .folding .option table thead th {
  border: 1px solid #baafa6;
  text-align: center;
  line-height: 1.3333333333;
}
.legs-slimming .m-monitor #campaignlist .folding .option table tbody th,
.legs-slimming .m-monitor #campaignlist .folding .option table tbody td {
  border-right: 1px solid #baafa6;
  border-bottom: 1px dotted #baafa6;
  border-left: 1px solid #baafa6;
}
.legs-slimming .m-monitor #campaignlist .folding .option table tbody tr.separate th,
.legs-slimming .m-monitor #campaignlist .folding .option table tbody tr.separate td {
  border-bottom-style: solid;
}
.legs-slimming .m-monitor #campaignlist .folding .option table tbody tr:last-child th,
.legs-slimming .m-monitor #campaignlist .folding .option table tbody tr:last-child td {
  border-bottom: 1px solid #baafa6;
}
.legs-slimming .m-monitor #campaignlist .folding .option table tbody td {
  line-height: 24px;
}
.legs-slimming .m-monitor #campaignlist .folding .option table thead th,
.legs-slimming .m-monitor #campaignlist .folding .option table thead td {
  height: 33px;
  box-sizing: border-box;
}
.legs-slimming .m-monitor #campaignlist .folding .option table thead th {
  padding: 4px;
  width: 125px;
  min-height: 24px;
  color: #7f7875;
}
.legs-slimming .m-monitor #campaignlist .folding .option table thead td {
  padding: 0 1em;
  line-height: 1.3333333333;
}
.legs-slimming .m-monitor #campaignlist .folding .option table thead .note {
  margin: 5px 0;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 0.8333333333em;
  color: #918b88;
}
.legs-slimming .m-monitor #campaignlist .folding .option table thead .note::before {
  content: "※";
  color: #ec7c78;
}
.legs-slimming .m-monitor #campaignlist .folding .option table tbody tr:nth-child(even) th,
.legs-slimming .m-monitor #campaignlist .folding .option table tbody tr:nth-child(even) td {
  background-color: #f2efed;
}
.legs-slimming .m-monitor #campaignlist .folding .option table tbody th,
.legs-slimming .m-monitor #campaignlist .folding .option table tbody td {
  line-height: 16/12;
}
.legs-slimming .m-monitor #campaignlist .folding .option table tbody th {
  padding: 10px 10px 10px 20px;
  background: url(../img/arrow/arrow.png) 5px center no-repeat;
}
.legs-slimming .m-monitor #campaignlist .folding .option table tbody td {
  padding: 5px;
  height: 14px;
  text-align: center;
  color: #7f7875;
}
.legs-slimming .m-monitor #campaignlist .folding .option table tbody td span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.legs-slimming .m-monitor #campaignlist .folding .option table tbody td.loan {
  line-height: 1.25;
  font-size: 11px;
  box-sizing: border-box;
}
.legs-slimming .m-monitor #campaignlist .folding .option table tfoot {
  border: 1px solid #baafa6;
  border-top: 0;
}
.legs-slimming .m-monitor #campaignlist .folding .option table tfoot td {
  padding: 10px 15px;
}
.legs-slimming .m-monitor #campaignlist .folding .option table tfoot .price-inclusion .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.legs-slimming .m-monitor #campaignlist .folding .option table tfoot .inclusion-item {
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.legs-slimming .m-monitor #campaignlist .folding .option table tfoot .inclusion-item .item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.legs-slimming .m-monitor #campaignlist .folding .option table tfoot .inclusion-item .item-inner::after {
  content: "";
  display: block;
  flex: 1;
  order: 2;
  margin: 0 10px 0 25px;
  width: 100%;
  border-top: 1px dotted #baafa6;
}
.legs-slimming .m-monitor #campaignlist .folding .option table tfoot .inclusion-item .title {
  order: 1;
  font-weight: bold;
}
.legs-slimming .m-monitor #campaignlist .folding .option table tfoot .inclusion-item .summary {
  color: #b4afac;
}
.legs-slimming .m-monitor #campaignlist .folding .option table tfoot .inclusion-item .price {
  order: 3;
}
.legs-slimming .m-monitor #campaignlist .folding .option table thead th {
  line-height: 16px;
}
.legs-slimming .m-monitor #campaignlist .folding .option table thead th .tax-include,
.legs-slimming .m-monitor #campaignlist .folding .option table thead th span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.legs-slimming .m-monitor #campaignlist .folding .option table thead th a {
  padding-left: 15px;
  background: url(../img/arrow/arrow2.png) left top no-repeat;
  text-decoration: none;
  font-size: 0.8333333333em;
  color: #7f7875;
}
.legs-slimming .m-monitor #campaignlist .folding .option table thead th a:hover {
  background-image: url(../img/arrow/arrow2_h.png);
}
.legs-slimming .m-monitor #campaignlist .folding .option table thead th.loan {
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
  width: 100px;
}
.legs-slimming .m-monitor #campaignlist .folding .option table thead .icon.question {
  display: inline-block;
  position: relative;
  margin-right: -20px;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background: url(../img/icon_question2.png);
  cursor: help;
  vertical-align: sub;
}
.legs-slimming .m-monitor #campaignlist .folding .option table thead .icon.question .text {
  display: none;
}
.legs-slimming .m-monitor #campaignlist .folding .option table thead .icon.question .text a {
  padding: 0;
  background: none;
  text-decoration: underline;
  font-size: 1em;
  color: #6d9dd0;
}
.legs-slimming .m-monitor #campaignlist .folding .option table thead .icon.question:hover .text, .legs-slimming .m-monitor #campaignlist .folding .option table thead .icon.question:hover::after {
  position: absolute;
}
.legs-slimming .m-monitor #campaignlist .folding .option table thead .icon.question:hover .text {
  display: block;
  right: -36px;
  bottom: 21px;
  z-index: 1;
  padding: 14px;
  width: 330px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #efece9;
  text-align: left;
  line-height: 1.5;
  font-size: 1em;
  font-style: normal;
  color: #7f7875;
  box-sizing: border-box;
}
.legs-slimming .m-monitor #campaignlist .folding .option table thead .icon.question:hover::after {
  content: "";
  top: -6px;
  right: 3px;
  z-index: 2;
  border-top: 8px solid #efece9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.legs-slimming .m-monitor #campaignlist .folding .option table tbody th {
  line-height: 1.3333333333;
}
.legs-slimming .m-monitor #campaignlist .folding .option table tbody td {
  line-height: 1.3333333333;
}
.legs-slimming .m-monitor #campaignlist .folding .option table tbody td .price + .reduce ol {
  text-align: right;
}
.legs-slimming .m-monitor #campaignlist .folding .option table tbody td .reduce ol li > span {
  display: inline;
}
.legs-slimming .m-monitor #campaignlist .folding .option table tbody td .reduce ol li:nth-child(2) {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}
.legs-slimming .m-monitor #campaignlist .folding .option table tbody td .reduce ol li:nth-child(2) span {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
.legs-slimming .m-monitor #campaignlist .folding .option table thead th {
  border-right: 0;
  background-color: #f2efed;
}
.legs-slimming .m-monitor #campaignlist .folding .option table thead th:first-child {
  padding-left: 6px;
  width: auto;
  border-left: 0;
  text-align: left;
}
.legs-slimming .m-monitor #campaignlist .folding .option table thead span {
  display: block;
  padding-left: 12px;
  line-height: 34px;
}
.legs-slimming .m-monitor #campaignlist .folding .option table tbody th {
  border-left: 0;
}
.legs-slimming .m-monitor #campaignlist .folding .option table tbody td {
  border-right: 0;
}
.legs-slimming .m-monitor #campaignlist .folding .option table tbody tr:last-child th,
.legs-slimming .m-monitor #campaignlist .folding .option table tbody tr:last-child td {
  border-bottom: 0;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  border-bottom: 1px solid #baafa6;
  table-layout: fixed;
  font-size: 1.2em;
  color: #7f7875;
  border: 1px solid #fff;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table thead td {
  border-bottom: 1px solid #baafa6;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table thead th {
  border: 1px solid #baafa6;
  text-align: center;
  line-height: 1.3333333333;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody th,
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody td {
  border-right: 1px solid #baafa6;
  border-bottom: 1px dotted #baafa6;
  border-left: 1px solid #baafa6;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody tr.separate th,
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody tr.separate td {
  border-bottom-style: solid;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody tr:last-child th,
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody tr:last-child td {
  border-bottom: 1px solid #baafa6;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody td {
  line-height: 24px;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody th,
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody td,
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody tr:last-child th,
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody tr:last-child td {
  border: 0;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody th {
  width: 116px;
  border-bottom: 1px solid #fff;
  background-color: #f2efed;
  text-align: center;
  line-height: 1.5;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody td {
  padding: 22px;
  border-bottom: 1px dotted #baafa6;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .contents ul {
  margin: 0;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .contents li {
  margin-bottom: 21px;
  font-size: 1em;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .contents li li {
  margin: 0;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .contents li:last-child {
  margin-bottom: 0;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .contents dt {
  margin-bottom: 11px;
  padding: 6px 0 6px 16px;
  background: #f2efed;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .contents dd {
  margin-right: 16px;
  margin-left: 16px;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .contents dd dt,
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .contents dd dd {
  display: inline;
  padding: 0;
  background: none;
  line-height: 1.6666666667;
  font-weight: normal;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .contents dd dt {
  margin-right: 10px;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .contents dd.price {
  padding-bottom: 5px;
  border-bottom: 1px solid #baafa6;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .contents dd.price > ul {
  width: 100%;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .contents dd.price > ul > li {
  width: 100%;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .contents dd.price > ul > li dl {
  display: flex;
  width: 100%;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .contents dd.price > ul > li dl > * {
  margin-bottom: 0;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .contents dd.price > ul > li dl > dd {
  flex: 1;
  margin: 0;
  text-align: right;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .contents dd.price dd > span {
  display: none;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .contents dd.price + .reduce {
  padding-top: 5px;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .contents dd.price + .reduce > ol {
  text-align: right;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .contents dd.reduce li {
  display: inline;
  line-height: 1.6666666667;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .contents dd.reduce li > span {
  font-size: 0.6em;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .contents dd.reduce li:first-child::after {
  content: "→";
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .contents dd.reduce li:nth-child(2) {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .contents dd.reduce li:nth-child(2) span {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .contents dd.reduce em {
  font-size: 1.1666666667em;
  font-weight: bold;
  color: #ec7c78;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .operation_place li {
  line-height: 1.5;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .conditions li {
  padding-left: 15px;
  background: url(../img/arrow/arrow5.png) left 4px no-repeat;
  line-height: 1.5;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .conditions li em {
  color: #ec7c78;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .flow li {
  position: relative;
  margin-bottom: 5px;
  padding: 0 0 12px 35px;
  background-position: 0 0;
  background-repeat: no-repeat;
  line-height: 22px;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .flow li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 62px;
  width: 8px;
  height: 8px;
  background: url(../img/arrow/arrow6.png) 0 0 no-repeat;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .flow li span {
  font-size: 0.8333333333em;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .flow li small {
  margin-left: 1em;
  font-size: 1em;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .flow li:nth-child(1) {
  background-image: url(../img/sprite/num/price-no1.png);
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .flow li:nth-child(2) {
  background-image: url(../img/sprite/num/price-no2.png);
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .flow li:nth-child(3) {
  background-image: url(../img/sprite/num/price-no3.png);
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .flow li:nth-child(4) {
  background-image: url(../img/sprite/num/price-no4.png);
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .flow li:nth-child(5) {
  background-image: url(../img/sprite/num/price-no5.png);
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .flow li:nth-child(6) {
  background-image: url(../img/sprite/num/price-no6.png);
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .flow li:nth-child(7) {
  background-image: url(../img/sprite/num/price-no7.png);
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .flow li:nth-child(8) {
  background-image: url(../img/sprite/num/price-no8.png);
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .flow li:last-child {
  margin: 0;
  padding-bottom: 0;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .flow li:last-child::before {
  content: initial;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .tel dt,
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .tel dd {
  display: inline;
  line-height: 28px;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .tel dt {
  display: inline-block;
  width: 5em;
  font-size: 1.1666666667em;
  color: #ec7c78;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .tel dd:nth-child(2) {
  font-size: 1.5em;
  font-weight: bold;
  color: #ec7c78;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .net p,
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .net li {
  line-height: 1.5;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .net small {
  font-size: 1em;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .net em {
  color: #ec7c78;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .net p {
  margin-bottom: 12px;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .net ul {
  margin-bottom: 15px;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .net li {
  margin-left: 2em;
  list-style-type: disc;
  color: #ec7c78;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .net .form {
  *zoom: 1;
  margin: 0;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .net .form::after {
  content: "";
  display: table;
  clear: both;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .net .form li {
  float: left;
  margin: 0 12px 0 0;
  list-style-type: none;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .net .form .c-button a {
  width: 206px;
  height: 55px;
  box-sizing: border-box;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .net .form .c-button a .inner-text {
  padding: 0 26px;
  background-position: right 4px center;
  font-size: 13px;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .net .form .c-button a .inner-text::before, .legs-slimming .m-monitor #campaignlist .folding .summary table tbody .net .form .c-button a .inner-text::after {
  right: 4px;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .net .form .c-button.net a {
  display: flex;
  align-items: center;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .net .form .c-button.net a::after {
  content: none;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .net .form .c-button.net .inner-text {
  line-height: 1.4;
}
.legs-slimming .m-monitor #campaignlist .exo .summary table tbody th {
  border-bottom: 1px dotted #baafa6;
}
.legs-slimming .m-monitor #campaignlist .new .title a::after {
  content: "";
  display: block;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #a4948a;
}
.legs-slimming .m-monitor #campaignlist .new.monitor .title a::after {
  background-image: url(../img/campaignlist_monitor_title_bg.png);
}
.legs-slimming .m-monitor #campaignlist .new.monitor.is-open .title a::after {
  background-image: url(../img/campaignlist_monitor_title_bg_a.png);
}
.legs-slimming .m-monitor #campaignlist .new.campaign .title a::after {
  background-image: url(../img/campaignlist_campaign_title_bg.png);
}
.legs-slimming .m-monitor #campaignlist .new.campaign.is-open .title a::after {
  background-image: url(../img/campaignlist_campaign_title_bg_a.png);
}
.legs-slimming .m-monitor body.botox #campaignlist .no1 .price table, .legs-slimming .m-monitor body.bnls #campaignlist .no1 .price table {
  margin-bottom: 0;
}
.legs-slimming .m-monitor body.ultraaccent #campaignlist .no2 .price table {
  margin-bottom: 0;
}
.legs-slimming .m-monitor body.ultraaccent #campaignlist .no2 .price ul {
  margin-top: 15px;
}
.legs-slimming .m-monitor > .lead {
  margin-bottom: 20px;
}
.legs-slimming .m-monitor #campaignlist .folding div.price table tbody td:last-child {
  border-right: 0;
}
.legs-slimming .m-monitor #campaignlist .folding .summary table tbody .net .form .c-button a::after {
  content: attr(data-subtext);
}
.legs-slimming .m-monitor #campaignlist .folding div.price table,
.legs-slimming .m-monitor #campaignlist .folding .option table,
.legs-slimming .m-monitor #campaignlist .folding .summary table {
  width: 100%;
}

.breast-reduction-lift .m-about .info,
.funnel_chest .m-about .info,
.nipple_reduction .m-about .info,
.areola_atrophy .m-about .info,
.montgomery_glands .m-about .info {
  margin-top: 20px;
  padding: 0 20px 20px;
  background: #f5f2f0;
}
.breast-reduction-lift .m-about .info .title,
.funnel_chest .m-about .info .title,
.nipple_reduction .m-about .info .title,
.areola_atrophy .m-about .info .title,
.montgomery_glands .m-about .info .title {
  margin-bottom: 20px;
  padding: 20px 0 0 6px;
  border-left: 1px solid #ec7c78;
  font-size: 1.4em;
  font-weight: bold;
  color: #7f7875;
}
.breast-reduction-lift .m-about .info .text,
.funnel_chest .m-about .info .text,
.nipple_reduction .m-about .info .text,
.areola_atrophy .m-about .info .text,
.montgomery_glands .m-about .info .text {
  margin-bottom: 20px;
  width: auto;
  line-height: 1.6153846154;
  font-size: 1.3em;
  color: #7f7875;
}
.breast-reduction-lift .m-about .info > p,
.funnel_chest .m-about .info > p,
.nipple_reduction .m-about .info > p,
.areola_atrophy .m-about .info > p,
.montgomery_glands .m-about .info > p {
  margin-bottom: 1em;
}
.breast-reduction-lift .m-about .info ul,
.funnel_chest .m-about .info ul,
.nipple_reduction .m-about .info ul,
.areola_atrophy .m-about .info ul,
.montgomery_glands .m-about .info ul {
  border-bottom: 1px solid #baafa6;
}
.breast-reduction-lift .m-about .info li,
.funnel_chest .m-about .info li,
.nipple_reduction .m-about .info li,
.areola_atrophy .m-about .info li,
.montgomery_glands .m-about .info li {
  border: 1px solid #baafa6;
  border-bottom: 0;
}
.breast-reduction-lift .m-about .info dl,
.funnel_chest .m-about .info dl,
.nipple_reduction .m-about .info dl,
.areola_atrophy .m-about .info dl,
.montgomery_glands .m-about .info dl {
  display: table;
  width: 100%;
}
.breast-reduction-lift .m-about .info dt,
.breast-reduction-lift .m-about .info dd,
.funnel_chest .m-about .info dt,
.funnel_chest .m-about .info dd,
.nipple_reduction .m-about .info dt,
.nipple_reduction .m-about .info dd,
.areola_atrophy .m-about .info dt,
.areola_atrophy .m-about .info dd,
.montgomery_glands .m-about .info dt,
.montgomery_glands .m-about .info dd {
  display: table-cell;
  vertical-align: middle;
}
.breast-reduction-lift .m-about .info dt,
.funnel_chest .m-about .info dt,
.nipple_reduction .m-about .info dt,
.areola_atrophy .m-about .info dt,
.montgomery_glands .m-about .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;
}
.breast-reduction-lift .m-about .info dt .emphasis,
.funnel_chest .m-about .info dt .emphasis,
.nipple_reduction .m-about .info dt .emphasis,
.areola_atrophy .m-about .info dt .emphasis,
.montgomery_glands .m-about .info dt .emphasis {
  font-weight: bold;
  color: #ec7c78;
}
.breast-reduction-lift .m-about .info dd,
.funnel_chest .m-about .info dd,
.nipple_reduction .m-about .info dd,
.areola_atrophy .m-about .info dd,
.montgomery_glands .m-about .info dd {
  padding: 10px;
  background: #d6d0c9;
}
.breast-reduction-lift .m-about .info .button,
.funnel_chest .m-about .info .button,
.nipple_reduction .m-about .info .button,
.areola_atrophy .m-about .info .button,
.montgomery_glands .m-about .info .button {
  width: 284px;
}
.breast-reduction-lift .m-about .info .button a,
.funnel_chest .m-about .info .button a,
.nipple_reduction .m-about .info .button a,
.areola_atrophy .m-about .info .button a,
.montgomery_glands .m-about .info .button a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 2px solid #554c48;
  background: -webkit-gradient(linear, left top, left bottom, from(#91847b), to(#443b34));
  background: linear-gradient(#91847b, #443b34);
  vertical-align: middle;
  line-height: 1.25;
  color: #f5f2f0;
  box-sizing: border-box;
  transition: opacity 0.1s linear;
}
.breast-reduction-lift .m-about .info .button a .inner-text,
.funnel_chest .m-about .info .button a .inner-text,
.nipple_reduction .m-about .info .button a .inner-text,
.areola_atrophy .m-about .info .button a .inner-text,
.montgomery_glands .m-about .info .button a .inner-text {
  text-align: center;
  line-height: 2.5;
  font-size: 16px;
}
.breast-reduction-lift .m-about .info .button a:hover,
.funnel_chest .m-about .info .button a:hover,
.nipple_reduction .m-about .info .button a:hover,
.areola_atrophy .m-about .info .button a:hover,
.montgomery_glands .m-about .info .button a:hover {
  opacity: 0.7;
  color: inherit !important;
}
.breast-reduction-lift .m-about .info .button a:hover > *, .breast-reduction-lift .m-about .info .button a:hover::before,
.funnel_chest .m-about .info .button a:hover > *,
.funnel_chest .m-about .info .button a:hover::before,
.nipple_reduction .m-about .info .button a:hover > *,
.nipple_reduction .m-about .info .button a:hover::before,
.areola_atrophy .m-about .info .button a:hover > *,
.areola_atrophy .m-about .info .button a:hover::before,
.montgomery_glands .m-about .info .button a:hover > *,
.montgomery_glands .m-about .info .button a:hover::before {
  opacity: 0.7;
  color: #f5f2f0;
}
.breast-reduction-lift .m-about .info .button a::before,
.funnel_chest .m-about .info .button a::before,
.nipple_reduction .m-about .info .button a::before,
.areola_atrophy .m-about .info .button a::before,
.montgomery_glands .m-about .info .button a::before {
  display: block;
  flex-grow: 1;
  align-self: flex-end;
  order: 3;
  width: 100%;
  border-top: 1px solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 10px;
}
.breast-reduction-lift .m-about .info .button a::after,
.funnel_chest .m-about .info .button a::after,
.nipple_reduction .m-about .info .button a::after,
.areola_atrophy .m-about .info .button a::after,
.montgomery_glands .m-about .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;
}
.breast-reduction-lift .m-about .info .button.reservation a,
.funnel_chest .m-about .info .button.reservation a,
.nipple_reduction .m-about .info .button.reservation a,
.areola_atrophy .m-about .info .button.reservation a,
.montgomery_glands .m-about .info .button.reservation a {
  position: relative;
}
.breast-reduction-lift .m-about .info .button.reservation a .inner-text,
.funnel_chest .m-about .info .button.reservation a .inner-text,
.nipple_reduction .m-about .info .button.reservation a .inner-text,
.areola_atrophy .m-about .info .button.reservation a .inner-text,
.montgomery_glands .m-about .info .button.reservation a .inner-text {
  width: 100%;
}
.breast-reduction-lift .m-about .info .button.reservation a::before,
.funnel_chest .m-about .info .button.reservation a::before,
.nipple_reduction .m-about .info .button.reservation a::before,
.areola_atrophy .m-about .info .button.reservation a::before,
.montgomery_glands .m-about .info .button.reservation a::before {
  content: "ドクターが全て対応します";
}
.breast-reduction-lift .m-about .info .button.reservation a::after,
.funnel_chest .m-about .info .button.reservation a::after,
.nipple_reduction .m-about .info .button.reservation a::after,
.areola_atrophy .m-about .info .button.reservation a::after,
.montgomery_glands .m-about .info .button.reservation a::after {
  position: absolute;
  top: 9px;
  right: 0;
}
.breast-reduction-lift .m-about .info .button.line a .inner-text,
.funnel_chest .m-about .info .button.line a .inner-text,
.nipple_reduction .m-about .info .button.line a .inner-text,
.areola_atrophy .m-about .info .button.line a .inner-text,
.montgomery_glands .m-about .info .button.line a .inner-text {
  margin-left: 70px;
  padding-left: 40px;
  background: url(../img/qa_line.png) left center no-repeat;
}
.breast-reduction-lift .m-about .info .button.line a::before,
.funnel_chest .m-about .info .button.line a::before,
.nipple_reduction .m-about .info .button.line a::before,
.areola_atrophy .m-about .info .button.line a::before,
.montgomery_glands .m-about .info .button.line a::before {
  content: "メアド不要で気軽に質問";
}

.nasolabial-fold .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;
}
.nasolabial-fold .m-sub-contents .text a {
  text-decoration: underline;
}
.nasolabial-fold .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;
}
.nasolabial-fold .m-sub-contents .contents-item {
  margin-bottom: 25px;
}
.nasolabial-fold .m-sub-contents .contents-item:last-child {
  margin-bottom: 0;
}
.nasolabial-fold .m-sub-contents + .m-sub-contents {
  margin-top: 30px;
}
.nasolabial-fold .m-anchor .anchor-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 4px;
}
.nasolabial-fold .m-anchor .anchor-list .anchor-item {
  margin: 0;
}
.nasolabial-fold .m-lead {
  margin-top: 30px;
  margin-bottom: 80px;
}
.nasolabial-fold .m-lead .c-button a {
  display: inline-block;
  width: 279px;
  border: 2px solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  color: #f5f2f0;
  transition: opacity 0.1s linear;
}
.nasolabial-fold .m-lead .c-button a:hover {
  color: #f5f2f0 !important;
}
.nasolabial-fold .m-lead .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;
}
.nasolabial-fold .m-lead .c-button a .inner-text::before, .nasolabial-fold .m-lead .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 0.1s;
}
.nasolabial-fold .m-lead .c-button a .inner-text::after {
  z-index: 1;
  width: 22px;
  height: 22px;
  background: url(../img/arrow/arrow16_h.png) top left no-repeat;
}
.nasolabial-fold .m-lead .c-button a::after {
  display: block;
  border-top: 1px solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 10px;
}
.nasolabial-fold .m-lead .c-button.consultation a::after {
  content: "あなたのお悩みに24時間以内に返答します。";
}
.nasolabial-fold .m-lead .c-button.counseling a::after {
  content: "ドクターとのカウンセリングです";
}
.nasolabial-fold .m-lead .c-button.line a::after {
  content: "メールアドレス不要で気軽に質問。";
}
.nasolabial-fold .m-lead .c-button.line .inner-text {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}
.nasolabial-fold .m-lead .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;
}
.nasolabial-fold .m-lead .c-button.line:hover a .inner-text::before {
  background: url(../img/arrow/arrow16_h.png) top left no-repeat;
  opacity: 1;
}
.nasolabial-fold .m-lead .c-button.attribute a::after {
  content: attr(data-subtext);
}
.nasolabial-fold .m-lead .c-button:hover a .inner-text::before {
  opacity: 0;
  transition: opacity 0.1s;
}
.nasolabial-fold .m-lead__title, .nasolabial-fold .m-lead__pic {
  margin-bottom: 20px;
  text-align: center;
}
.nasolabial-fold .m-lead__cv {
  display: flex;
  background: #efece9;
  color: #7f7875;
}
.nasolabial-fold .m-lead__cv__button {
  padding: 20px;
  border-left: 1px solid #fff;
  box-shadow: inset 1px 0 0 0 #d4cbc4;
}
.nasolabial-fold .m-lead__cv .c-button.counseling {
  text-align: center;
}
.nasolabial-fold .m-lead__cv .c-button.counseling a {
  width: 253px;
}
.nasolabial-fold .m-lead__cv .c-button.counseling a::after {
  content: "脂肪吸引のプロフェッショナルに直接ご相談";
}
.nasolabial-fold .m-effect-contents:nth-child(1) {
  background-position: 0 0;
  background-repeat: no-repeat;
}
.nasolabial-fold .m-case .case-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.nasolabial-fold .m-case .case-item {
  margin-bottom: 12px;
  width: 330px;
}
.nasolabial-fold .m-case .case-item.full {
  width: 100%;
}
.nasolabial-fold .m-case .pic {
  margin: 0;
}
.nasolabial-fold .m-case .pic img {
  width: 100%;
  height: auto;
}
.nasolabial-fold .m-case .price-info {
  margin-bottom: 35px;
}
.nasolabial-fold .case-info-table + .case-list,
.nasolabial-fold .m-banner + .case-info-table,
.nasolabial-fold .case-info-table + .m-banner {
  margin-top: 20px;
}
.nasolabial-fold .m-comparison table,
.nasolabial-fold .m-related table {
  width: calc(100% - 20px);
  border: 1px solid #c7bcb5;
  font-size: 1.2em;
  color: #7f7875;
}
.nasolabial-fold .m-comparison th,
.nasolabial-fold .m-comparison td,
.nasolabial-fold .m-related th,
.nasolabial-fold .m-related td {
  height: 36px;
  line-height: 1.5;
  box-sizing: border-box;
}
.nasolabial-fold .m-comparison th,
.nasolabial-fold .m-related th {
  text-align: center;
}
.nasolabial-fold .m-comparison thead td,
.nasolabial-fold .m-related thead td {
  background: #f8f6f5;
}
.nasolabial-fold .m-comparison thead th,
.nasolabial-fold .m-related thead th {
  border: 1px solid #c7bcb5;
  background: #a39489;
  font-weight: bold;
  color: #fff;
}
.nasolabial-fold .m-comparison tbody th,
.nasolabial-fold .m-related tbody th {
  border: 1px solid #c7bcb5;
  background: #f8f6f5;
  font-weight: bold;
}
.nasolabial-fold .m-comparison tbody td,
.nasolabial-fold .m-related tbody td {
  padding: 4px 8px;
  border: 1px solid #c7bcb5;
  text-align: center;
}
.nasolabial-fold .m-comparison tbody ul,
.nasolabial-fold .m-related tbody ul {
  text-align: left;
}
.nasolabial-fold .m-comparison tbody li,
.nasolabial-fold .m-related tbody li {
  line-height: 1.5;
}
.nasolabial-fold .m-comparison tbody li::before,
.nasolabial-fold .m-related tbody li::before {
  content: "・";
}
.nasolabial-fold .m-comparison table td ul li,
.nasolabial-fold .m-related table td ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.nasolabial-fold .m-comparison .text {
  margin-bottom: 30px;
}
.nasolabial-fold .m-comparison table tbody th {
  width: 130px;
}
.nasolabial-fold .m-comparison .m-sub-contents {
  margin-top: 30px;
}
.nasolabial-fold .m-comparison .m-sub-contents__item .title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
  color: #7f7875;
}
.nasolabial-fold #container .m-related > .text {
  margin-bottom: 25px;
}
.nasolabial-fold #container .m-related table {
  margin-bottom: 20px;
  width: calc(100% - 20px);
}
.nasolabial-fold #container .m-related thead th {
  width: 131px;
}
.nasolabial-fold #container .m-related tbody th {
  width: 158px;
}
.nasolabial-fold #container .m-related tbody td {
  padding: 8px;
  text-align: center;
  line-height: 1.5;
}
.nasolabial-fold #container .m-related tbody td > ul li {
  position: relative;
  padding-left: 1em;
  text-align: left;
  line-height: 1.2;
}
.nasolabial-fold #container .m-related tbody td > ul li + li {
  margin-top: 0.75em;
}
.nasolabial-fold #container .m-related tbody td > ul li::before {
  content: "・";
}
.nasolabial-fold #container .m-related .recommend {
  margin-bottom: 15px;
  box-shadow: inset 0 0 0 1px #d7d4d3;
}
.nasolabial-fold #container .m-related .recommend .wrapper {
  position: relative;
  margin: 2px;
  padding: 13px 20px 33px;
  min-height: 72px;
  background: #f2efed;
}
.nasolabial-fold #container .m-related .recommend .subtitle,
.nasolabial-fold #container .m-related .recommend p {
  margin-left: 92px;
}
.nasolabial-fold #container .m-related .recommend .subtitle {
  margin-bottom: 8px;
  padding-top: 6px;
  line-height: 1;
  font-size: 1.4em;
  color: #ec7c78;
}
.nasolabial-fold #container .m-related .recommend p {
  margin-bottom: 9px;
  line-height: 1.8333333333;
  font-size: 1.2em;
  color: #7f7875;
}
.nasolabial-fold #container .m-related .recommend .pic {
  position: absolute;
  top: 18px;
  left: 20px;
  margin: 0;
}
.nasolabial-fold #container .m-related .recommend .pic img {
  border: 1px solid #baafa6;
}
.nasolabial-fold #container .m-related .recommend section {
  border: 1px solid #baafa6;
}
.nasolabial-fold #container .m-related .recommend section .title {
  margin: 0;
  padding: 1px;
  height: auto;
  border: 0;
  border-bottom: 1px solid #baafa6;
  background: none;
  line-height: 1;
}
.nasolabial-fold #container .m-related .recommend section footer {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px dotted #baafa6;
}
.nasolabial-fold #container .m-related .recommend section footer .link {
  margin: 0;
  padding: 10px 20px 10px 0;
  text-align: right;
  line-height: 1;
}
.nasolabial-fold #container .m-related .recommend section footer .link a {
  padding-left: 18px;
  background: url(../img/arrow/arrow2.png) left top no-repeat;
  text-decoration: none;
}
.nasolabial-fold #container .m-related .recommend section footer .link a:hover {
  background-image: url(../img/arrow/arrow2_h.png);
}
.nasolabial-fold #container .m-related .recommend .wrapper {
  position: relative;
  padding-right: 0;
  padding-left: 0;
  min-height: 135px;
}
.nasolabial-fold #container .m-related .recommend .subtitle,
.nasolabial-fold #container .m-related .recommend p {
  margin-right: 20px;
  margin-bottom: 13px;
  margin-left: 152px;
}
.nasolabial-fold #container .m-related .recommend .pic {
  margin: 0;
}
.nasolabial-fold #container .m-related .recommend .m-operation-item .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  min-height: 100px;
}
.nasolabial-fold #container .m-related .recommend .m-operation-item .title,
.nasolabial-fold #container .m-related .recommend .m-operation-item .subtitle,
.nasolabial-fold #container .m-related .recommend .m-operation-item .text {
  margin-left: 115px;
}
.nasolabial-fold #container .m-related .recommend .m-operation-item .title {
  margin-bottom: 10px;
  padding: 0;
  border: 0;
  font-size: 1.5em;
  font-weight: bold;
  color: #7f7875;
}
.nasolabial-fold #container .m-related .recommend .m-operation-item .subtitle {
  margin-bottom: 8px;
  padding-top: 0;
  font-size: 1.3em;
}
.nasolabial-fold #container .m-related .recommend .m-operation-item .text {
  margin-bottom: 10px;
  line-height: 1.7;
}
.nasolabial-fold #container .m-related .recommend .m-operation-item .text::before {
  margin-top: -4px;
}
.nasolabial-fold #container .m-related .recommend .m-operation-item .text::after {
  margin-bottom: -4px;
}
.nasolabial-fold #container .m-related .recommend .m-operation-item .pic {
  top: 20px;
  margin: 0;
}
.nasolabial-fold #container .m-related .recommend .m-operation-item .pic img {
  box-sizing: border-box;
  width: 100px;
  height: 100px;
}
.nasolabial-fold #container .m-related .recommend .m-operation-item footer {
  position: static;
  width: auto;
  border: 0;
}
.nasolabial-fold #container .m-related .recommend .m-operation-item footer .link {
  padding: 0;
}
.nasolabial-fold #container .m-related .recommend .m-operation-item footer .link a {
  background-position: 0 center;
}
.nasolabial-fold #container .m-related .info {
  margin-top: 20px;
  padding: 0 20px 20px;
  background: #f5f2f0;
}
.nasolabial-fold #container .m-related .info .title {
  margin-bottom: 20px;
  padding: 20px 0 0 6px;
  border-left: 1px solid #ec7c78;
  font-size: 1.4em;
  font-weight: bold;
  color: #7f7875;
}
.nasolabial-fold #container .m-related .info .text {
  margin-bottom: 20px;
  line-height: 1.6153846154;
  font-size: 1.3em;
  color: #7f7875;
}
.nasolabial-fold #container .m-related .info > p {
  margin-bottom: 1em;
}
.nasolabial-fold #container .m-related .info ul {
  border-bottom: 1px solid #baafa6;
}
.nasolabial-fold #container .m-related .info li {
  border: 1px solid #baafa6;
  border-bottom: 0;
}
.nasolabial-fold #container .m-related .info dl {
  display: table;
  width: 100%;
}
.nasolabial-fold #container .m-related .info dt,
.nasolabial-fold #container .m-related .info dd {
  display: table-cell;
  vertical-align: middle;
}
.nasolabial-fold #container .m-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;
}
.nasolabial-fold #container .m-related .info dt .emphasis {
  font-weight: bold;
  color: #ec7c78;
}
.nasolabial-fold #container .m-related .info dd {
  padding: 10px;
  background: #d6d0c9;
}
.nasolabial-fold #container .m-related .info .button {
  width: 284px;
}
.nasolabial-fold #container .m-related .info .button a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 2px solid #554c48;
  background: -webkit-gradient(linear, left top, left bottom, from(#91847b), to(#443b34));
  background: linear-gradient(#91847b, #443b34);
  vertical-align: middle;
  line-height: 1.25;
  color: #f5f2f0;
  box-sizing: border-box;
  transition: opacity 0.1s linear;
}
.nasolabial-fold #container .m-related .info .button a .inner-text {
  text-align: center;
  line-height: 2.5;
  font-size: 16px;
}
.nasolabial-fold #container .m-related .info .button a:hover {
  opacity: 0.7;
  color: inherit !important;
}
.nasolabial-fold #container .m-related .info .button a:hover > *, .nasolabial-fold #container .m-related .info .button a:hover::before {
  opacity: 0.7;
  color: #f5f2f0;
}
.nasolabial-fold #container .m-related .info .button a::before {
  display: block;
  flex-grow: 1;
  align-self: flex-end;
  order: 3;
  width: 100%;
  border-top: 1px solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 10px;
}
.nasolabial-fold #container .m-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;
}
.nasolabial-fold #container .m-related .info .button.reservation a {
  position: relative;
}
.nasolabial-fold #container .m-related .info .button.reservation a .inner-text {
  width: 100%;
}
.nasolabial-fold #container .m-related .info .button.reservation a::before {
  content: "ドクターが全て対応します";
}
.nasolabial-fold #container .m-related .info .button.reservation a::after {
  position: absolute;
  top: 9px;
  right: 0;
}
.nasolabial-fold #container .m-related .info .button.line a .inner-text {
  margin-left: 70px;
  padding-left: 40px;
  background: url(../img/qa_line.png) left center no-repeat;
}
.nasolabial-fold #container .m-related .info .button.line a::before {
  content: "メアド不要で気軽に質問";
}
.nasolabial-fold .pricetable__contents {
  margin-bottom: 50px;
}
.nasolabial-fold .pricetable__contents__title {
  margin-bottom: 20px;
  border-top: 1px solid #d4cbc4;
  border-bottom: 1px solid #d4cbc4;
  background: linear-gradient(#d4cbc4, #c1b5ad 50%, #a3948a 50%, #d4cbc4);
  box-shadow: inset 0 -1px 0 0 #fff, inset 0 1px 0 0 #fff;
  text-align: center;
  line-height: 44px;
  font-size: 22px;
  color: #fff;
}
.nasolabial-fold .pricetable__contents .item-inner {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.nasolabial-fold .pricetable__contents .item-inner.is-open .open-contents {
  display: block;
  margin-bottom: 30px;
}
.nasolabial-fold .pricetable__contents .item-inner.is-open .close-contents {
  display: none;
}
.nasolabial-fold .pricetable__contents .item-inner:not(.sub) .item-title {
  align-items: stretch;
  margin-bottom: 10px;
  padding-bottom: 1px;
  width: 100%;
  border-bottom: 1px solid #baafa6;
}
.nasolabial-fold .pricetable__contents .item-inner:not(.sub) .item-title::before {
  bottom: 1px;
}
.nasolabial-fold .pricetable__contents .item-inner:not(.sub) .item-pic {
  margin-bottom: 10px;
}
.nasolabial-fold .pricetable__contents .item-inner:not(.sub) .item-title__text {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.nasolabial-fold .pricetable__contents .item-inner:not(.sub) .item-title__name,
.nasolabial-fold .pricetable__contents .item-inner:not(.sub) .item-title__lead {
  flex-basis: 100%;
}
.nasolabial-fold .pricetable__contents .item-inner:not(.sub) .item-title__name {
  align-self: flex-start;
}
.nasolabial-fold .pricetable__contents .item-inner:not(.sub) table thead th {
  height: 45px;
}
.nasolabial-fold .pricetable__contents .item-title {
  display: flex;
  position: relative;
  align-items: center;
}
.nasolabial-fold .pricetable__contents .item-title__pic {
  margin: 0 10px 0 7px;
}
.nasolabial-fold .pricetable__contents .item-title__name a {
  text-decoration: underline;
  line-height: 1.4;
  font-size: 14px;
  color: #918b88;
}
.nasolabial-fold .pricetable__contents .item-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 7px;
  background: linear-gradient(#d4cbc4, #c1b5ad 50%, #a3948a 50%, #d4cbc4);
}
.nasolabial-fold .pricetable__contents .item-title__lead {
  flex-basis: 237px;
  line-height: 1.3636363636;
  font-size: 11px;
  color: #a39d9a;
}
.nasolabial-fold .pricetable__contents .sub {
  margin: 0;
  padding-top: 1px;
  border-top: 1px solid #c5bbb3;
}
.nasolabial-fold .pricetable__contents .sub:last-child {
  border-bottom: 1px solid #c5bbb3;
}
.nasolabial-fold .pricetable__contents .sub .item-title {
  flex: 1;
  float: left;
  margin-bottom: 1px;
}
.nasolabial-fold .pricetable__contents .sub .item-title__pic img {
  width: 30px;
  height: auto;
}
.nasolabial-fold .pricetable__contents .sub .item-title__name a {
  line-height: 30px;
}
.nasolabial-fold .pricetable__contents .sub .item-more {
  margin: 0;
  line-height: 30px;
}
.nasolabial-fold .pricetable__contents .sub table {
  margin-top: -33px;
}
.nasolabial-fold .pricetable__contents .sub table thead th {
  height: 33px;
}
.nasolabial-fold .pricetable__contents .open-contents {
  display: none;
}
.nasolabial-fold .pricetable__contents table {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  border-bottom: 1px solid #baafa6;
  table-layout: fixed;
  font-size: 1.2em;
  color: #7f7875;
  margin-bottom: 0;
  width: 100%;
}
.nasolabial-fold .pricetable__contents table thead td {
  border-bottom: 1px solid #baafa6;
}
.nasolabial-fold .pricetable__contents table thead th {
  border: 1px solid #baafa6;
  text-align: center;
  line-height: 1.3333333333;
}
.nasolabial-fold .pricetable__contents table tbody th,
.nasolabial-fold .pricetable__contents table tbody td {
  border-right: 1px solid #baafa6;
  border-bottom: 1px dotted #baafa6;
  border-left: 1px solid #baafa6;
}
.nasolabial-fold .pricetable__contents table tbody tr.separate th,
.nasolabial-fold .pricetable__contents table tbody tr.separate td {
  border-bottom-style: solid;
}
.nasolabial-fold .pricetable__contents table tbody tr:last-child th,
.nasolabial-fold .pricetable__contents table tbody tr:last-child td {
  border-bottom: 1px solid #baafa6;
}
.nasolabial-fold .pricetable__contents table tbody td {
  line-height: 24px;
}
.nasolabial-fold .pricetable__contents table thead th,
.nasolabial-fold .pricetable__contents table thead td {
  height: 33px;
  box-sizing: border-box;
}
.nasolabial-fold .pricetable__contents table thead th {
  padding: 4px;
  width: 125px;
  min-height: 24px;
  color: #7f7875;
}
.nasolabial-fold .pricetable__contents table thead td {
  padding: 0 1em;
  line-height: 1.3333333333;
}
.nasolabial-fold .pricetable__contents table thead .note {
  margin: 5px 0;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 0.8333333333em;
  color: #918b88;
}
.nasolabial-fold .pricetable__contents table thead .note::before {
  content: "※";
  color: #ec7c78;
}
.nasolabial-fold .pricetable__contents table tbody tr:nth-child(even) th,
.nasolabial-fold .pricetable__contents table tbody tr:nth-child(even) td {
  background-color: #f2efed;
}
.nasolabial-fold .pricetable__contents table tbody th,
.nasolabial-fold .pricetable__contents table tbody td {
  line-height: 16/12;
}
.nasolabial-fold .pricetable__contents table tbody th {
  padding: 10px 10px 10px 20px;
  background: url(../img/arrow/arrow.png) 5px center no-repeat;
}
.nasolabial-fold .pricetable__contents table tbody td {
  padding: 5px;
  height: 14px;
  text-align: center;
  color: #7f7875;
}
.nasolabial-fold .pricetable__contents table tbody td span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.nasolabial-fold .pricetable__contents table tbody td.loan {
  line-height: 1.25;
  font-size: 11px;
  box-sizing: border-box;
}
.nasolabial-fold .pricetable__contents table tfoot {
  border: 1px solid #baafa6;
  border-top: 0;
}
.nasolabial-fold .pricetable__contents table tfoot td {
  padding: 10px 15px;
}
.nasolabial-fold .pricetable__contents table tfoot .price-inclusion .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.nasolabial-fold .pricetable__contents table tfoot .inclusion-item {
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.nasolabial-fold .pricetable__contents table tfoot .inclusion-item .item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nasolabial-fold .pricetable__contents table tfoot .inclusion-item .item-inner::after {
  content: "";
  display: block;
  flex: 1;
  order: 2;
  margin: 0 10px 0 25px;
  width: 100%;
  border-top: 1px dotted #baafa6;
}
.nasolabial-fold .pricetable__contents table tfoot .inclusion-item .title {
  order: 1;
  font-weight: bold;
}
.nasolabial-fold .pricetable__contents table tfoot .inclusion-item .summary {
  color: #b4afac;
}
.nasolabial-fold .pricetable__contents table tfoot .inclusion-item .price {
  order: 3;
}
.nasolabial-fold .pricetable__contents table thead th {
  line-height: 16px;
}
.nasolabial-fold .pricetable__contents table thead th .tax-include,
.nasolabial-fold .pricetable__contents table thead th span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.nasolabial-fold .pricetable__contents table thead th a {
  padding-left: 15px;
  background: url(../img/arrow/arrow2.png) left top no-repeat;
  text-decoration: none;
  font-size: 0.8333333333em;
  color: #7f7875;
}
.nasolabial-fold .pricetable__contents table thead th a:hover {
  background-image: url(../img/arrow/arrow2_h.png);
}
.nasolabial-fold .pricetable__contents table thead th.loan {
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
  width: 100px;
}
.nasolabial-fold .pricetable__contents table thead .icon.question {
  display: inline-block;
  position: relative;
  margin-right: -20px;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background: url(../img/icon_question2.png);
  cursor: help;
  vertical-align: sub;
}
.nasolabial-fold .pricetable__contents table thead .icon.question .text {
  display: none;
}
.nasolabial-fold .pricetable__contents table thead .icon.question .text a {
  padding: 0;
  background: none;
  text-decoration: underline;
  font-size: 1em;
  color: #6d9dd0;
}
.nasolabial-fold .pricetable__contents table thead .icon.question:hover .text, .nasolabial-fold .pricetable__contents table thead .icon.question:hover::after {
  position: absolute;
}
.nasolabial-fold .pricetable__contents table thead .icon.question:hover .text {
  display: block;
  right: -36px;
  bottom: 21px;
  z-index: 1;
  padding: 14px;
  width: 330px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #efece9;
  text-align: left;
  line-height: 1.5;
  font-size: 1em;
  font-style: normal;
  color: #7f7875;
  box-sizing: border-box;
}
.nasolabial-fold .pricetable__contents table thead .icon.question:hover::after {
  content: "";
  top: -6px;
  right: 3px;
  z-index: 2;
  border-top: 8px solid #efece9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.nasolabial-fold .pricetable__contents table tbody th {
  line-height: 1.3333333333;
}
.nasolabial-fold .pricetable__contents table tbody td {
  line-height: 1.3333333333;
}
.nasolabial-fold .pricetable__contents table tbody td .price + .reduce ol {
  text-align: right;
}
.nasolabial-fold .pricetable__contents table tbody td .reduce ol li > span {
  display: inline;
}
.nasolabial-fold .pricetable__contents table tbody td .reduce ol li:nth-child(2) {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}
.nasolabial-fold .pricetable__contents table tbody td .reduce ol li:nth-child(2) span {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
.nasolabial-fold .pricetable__contents table th,
.nasolabial-fold .pricetable__contents table td {
  height: auto;
  border: 0;
  font-size: inherit;
}
.nasolabial-fold .pricetable__contents table th {
  box-sizing: border-box;
}
.nasolabial-fold .pricetable__contents table td {
  width: 102px;
}
.nasolabial-fold .pricetable__contents table thead th:empty,
.nasolabial-fold .pricetable__contents table thead td:empty {
  background: none;
}
.nasolabial-fold .pricetable__contents table thead td {
  width: auto;
}
.nasolabial-fold .pricetable__contents table tbody td {
  padding-right: 15px;
  padding-left: 15px;
}
.nasolabial-fold .pricetable__contents table tbody td:last-child {
  padding-right: 0;
  padding-left: 0;
}
.nasolabial-fold .pricetable__contents table tfoot {
  border: 1px solid #baafa6;
  border-top: 0;
}
.nasolabial-fold .pricetable__contents table tfoot td {
  padding: 10px 15px;
}
.nasolabial-fold .pricetable__contents table .price-inclusion .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.nasolabial-fold .pricetable__contents table .inclusion-item {
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.nasolabial-fold .pricetable__contents table .inclusion-item .item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
.nasolabial-fold .pricetable__contents table .inclusion-item .item-inner::after {
  content: "";
  display: block;
  flex: 1;
  order: 2;
  margin: 0 10px 0 25px;
  width: 100%;
  border-top: 1px dotted #baafa6;
}
.nasolabial-fold .pricetable__contents table .inclusion-item .title {
  order: 1;
  font-weight: bold;
}
.nasolabial-fold .pricetable__contents table .inclusion-item .summary {
  color: #b4afac;
}
.nasolabial-fold .pricetable__contents table .inclusion-item .price {
  order: 3;
}
.nasolabial-fold .pricetable__contents table + table {
  margin-top: 10px;
}
.nasolabial-fold .pricetable__contents .icon.question {
  display: inline-block;
  position: relative;
  margin-right: -20px;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background: url(../img/icon_question2.png);
  cursor: help;
}
.nasolabial-fold .pricetable__contents .icon.question .text {
  display: none;
}
.nasolabial-fold .pricetable__contents .icon.question .text a {
  padding: 0;
  background: none;
  text-decoration: underline;
  font-size: 1em;
  color: #6d9dd0;
}
.nasolabial-fold .pricetable__contents .icon.question:hover .text, .nasolabial-fold .pricetable__contents .icon.question:hover::after {
  position: absolute;
}
.nasolabial-fold .pricetable__contents .icon.question:hover .text {
  display: block;
  right: -36px;
  bottom: 21px;
  z-index: 1;
  padding: 14px;
  width: 330px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #efece9;
  text-align: left;
  line-height: 1.5;
  font-size: 1em;
  font-style: normal;
  color: #7f7875;
  box-sizing: border-box;
}
.nasolabial-fold .pricetable__contents .icon.question:hover::after {
  content: "";
  top: -6px;
  right: 3px;
  z-index: 2;
  border-top: 8px solid #efece9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.nasolabial-fold .pricetable__contents .item-cap {
  margin-top: 10px;
}
.nasolabial-fold .pricetable__contents .item-cap__text {
  padding-left: 12px;
  text-indent: -12px;
  line-height: 1.5;
  font-size: 12px;
  color: #918b88;
}
.nasolabial-fold .pricetable__contents .item-cap__text::before {
  content: "※";
  color: #ed7b74;
}
.nasolabial-fold .pricetable__contents .item-more {
  float: right;
  margin-top: 15px;
  padding-right: 15px;
  cursor: pointer;
  font-size: 10px;
  color: #7e7774;
}
.nasolabial-fold .pricetable__contents .item-more:hover {
  color: #ed7b74;
}
.nasolabial-fold .pricetable__contents .item-more.close {
  background: url(../img/arrow/arrow4.png) right center no-repeat;
}
.nasolabial-fold .pricetable__contents .item-more.close:hover {
  background: url(../img/arrow/arrow4_h.png) right center no-repeat;
}
.nasolabial-fold .pricetable__contents .item-more.open {
  background: url(../img/arrow/arrow3.png) right center no-repeat;
}
.nasolabial-fold .pricetable__contents .item-more.open:hover {
  background: url(../img/arrow/arrow3_h.png) right center no-repeat;
}
.nasolabial-fold .pricetable__contents:last-child {
  margin-bottom: 0;
}
.nasolabial-fold .m-faq .answer .text {
  float: none;
  width: auto;
}
.nasolabial-fold .m-faq .answer .text + .list {
  margin-top: 20px;
}
.nasolabial-fold .m-faq .answer .list-item {
  list-style-position: inside;
  list-style-type: disc;
  line-height: 1.625;
  font-size: 1.6em;
  color: #7f7875;
}
.nasolabial-fold .m-faq .answer .link {
  margin-top: 20px;
  text-align: right;
  font-size: 1.3em;
  color: #7f7875;
}
.nasolabial-fold .m-faq .answer .link a {
  display: inline-block;
  padding-right: 19px;
  background: url(../img/arrow/arrow18.png) right center no-repeat;
  background-size: contain;
}

.waifish .m-title::before {
  right: 38px;
  background-image: url(../img/troubles_waifish_title_bg.png);
}
.waifish .case-movie {
  justify-content: space-between;
  clear: both;
}
.waifish .case-movie__title {
  line-height: 55px;
}
.waifish .m-feature-contents:nth-child(2) {
  background-image: url(../img/troubles_waifish_feature_pic2.jpg);
}
.waifish .m-feature-contents:nth-child(3) {
  background-image: url(../img/troubles_waifish_feature_pic3.jpg);
}
.waifish .m-effect-contents:nth-child(1) {
  background-image: url(../img/troubles_waifish_effect_bg1.png);
}
.waifish .m-effect-contents:nth-child(2) {
  background-image: url(../img/troubles_waifish_effect_bg2.png);
}
.waifish .m-effect-contents:nth-child(3) {
  background-image: url(../img/troubles_waifish_effect_bg3.png);
}
.waifish .m-contents .lead {
  margin-bottom: 35px;
  line-height: 1.75;
  font-size: 1.6em;
  color: #7f7875;
}
.waifish .m-contents .m-sub-contents > .title {
  margin-bottom: 20px;
  padding: 0 0 1px 12px;
  height: 41px;
  border: 0;
  border-top: 3px solid #94bc5a;
  border-bottom: 1px solid #baafa6;
  background: linear-gradient(#fefdfd, #f4f2f0);
  line-height: 41px;
  font-size: 1.6em;
  font-weight: bold;
  color: #7f7875;
}
.waifish .m-contents .m-sub-contents + .m-sub-contents {
  margin-top: 40px;
}
.waifish .m-effect > .title .inner-text {
  margin-right: 5px;
}
.waifish .m-about .m-sub-contents,
.waifish .m-possible .m-sub-contents,
.waifish .m-kinds .m-sub-contents,
.waifish .m-strong .m-sub-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.waifish .m-about .m-sub-contents .title,
.waifish .m-possible .m-sub-contents .title,
.waifish .m-kinds .m-sub-contents .title,
.waifish .m-strong .m-sub-contents .title {
  width: 100%;
}
.waifish .m-about {
  margin-bottom: 70px;
}
.waifish .m-about .m-sub-contents .text {
  margin: 0;
  width: 330px;
}
.waifish .m-about .m-sub-contents .text a {
  text-decoration: none;
}
.waifish .m-about .m-sub-contents .pic {
  display: flex;
  flex-direction: column;
  width: 334px;
}
.waifish .m-about .m-sub-contents .pic figcaption {
  margin-top: 5px;
  line-height: 1.5;
  font-size: 12px;
  color: #7f7875;
}
.waifish .m-about .m-sub-contents.subContents2 .pic figcaption {
  text-align: right;
}
.waifish .m-possible .m-sub-contents {
  display: block;
}
.waifish .m-possible .m-sub-contents .pic,
.waifish .m-possible .m-sub-contents .movie {
  position: relative;
  float: right;
  margin: 0 0 20px 20px;
  width: 334px;
}
.waifish .m-possible .m-sub-contents.subContents3 .pic {
  display: flex;
  flex-direction: column;
}
.waifish .m-possible .m-sub-contents.subContents3 .pic .image {
  order: 2;
}
.waifish .m-possible .m-sub-contents.subContents3 .pic figcaption {
  display: flex;
  align-items: center;
  order: 1;
  margin-bottom: 8px;
  padding: 1px 0 0 7px;
  height: 20px;
  border-left: 3px solid #f4b5ac;
  font-size: 13px;
  font-weight: bold;
  color: #7f7875;
  box-sizing: border-box;
}
.waifish .m-kinds .m-sub-contents .pic {
  position: relative;
  order: 3;
  width: 274px;
}
.waifish .m-kinds .m-sub-contents .pic a {
  display: block;
}
.waifish .m-kinds .m-sub-contents .pic a::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 22px;
  height: 22px;
  background: url(../img/arrow/arrow16.png) left top no-repeat;
  transition: opacity 0.1s linear;
}
.waifish .m-kinds .m-sub-contents .pic a:hover::after {
  opacity: 0.5;
}
.waifish .m-kinds .m-sub-contents .text {
  order: 2;
  width: 390px;
}
.waifish .m-kinds > table {
  margin-top: 40px;
}
.waifish .m-kinds > table thead td:empty {
  background: linear-gradient(41deg, #fff 50%, #e5dfdb 51%, #fff 51%);
}
.waifish .m-kinds > table thead .operation .name {
  line-height: 1;
}
.waifish .m-kinds > table thead .operation .name span {
  line-height: 1.4;
}
.waifish .m-kinds > table tbody tr:nth-child(1) td, .waifish .m-kinds > table tbody tr:nth-child(3) td, .waifish .m-kinds > table tbody tr:nth-child(4) td {
  text-align: justify;
}
.waifish .m-kinds > table tbody tr td span {
  display: block;
  padding-left: 12px;
  text-indent: -12px;
}
.waifish .m-kinds > table tbody tr td span + span {
  margin-top: 0.5rem;
}
.waifish .m-strong .m-sub-contents .text {
  width: 334px;
}
.waifish .m-strong .m-sub-contents .pic {
  width: 330px;
}
/*# sourceMappingURL=trouble_new.css.map */
