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

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


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


Created By		Yoshiaki Murakami

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

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

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

body {
  font-family: 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 .header-top {
  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;
}

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

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

#anchor {
  margin-bottom: 12px;
  margin: 22px 10px;
}
#anchor ul {
  *zoom: 1;
}
#anchor ul::after {
  content: "";
  display: table;
  clear: both;
}
#anchor li {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 1.2em;
  white-space: nowrap;
}
#anchor a {
  padding-left: 15px;
  background: url(../img/arrow/arrow4.png) 0 2px no-repeat;
  color: #6d9dd0;
}
#anchor a:hover {
  background-image: url(../img/arrow/arrow4_h.png);
}

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

.s-contents {
  margin-bottom: 20px;
}
.s-contents:last-child {
  margin: 0;
}

.s-keywordsearch {
  margin-bottom: 30px;
  border: 1px solid #baafa6;
}
.s-keywordsearch .title {
  margin: 0;
  border-bottom: 1px solid #baafa6;
}

.s-keywordsearch-item {
  padding: 0 15px;
}

.s-keywordsearch-form {
  padding: 15px 6px 10px;
}
.s-keywordsearch-form legend {
  display: none;
}
.s-keywordsearch-form dl {
  *zoom: 1;
}
.s-keywordsearch-form dl::after {
  content: "";
  display: table;
  clear: both;
}
.s-keywordsearch-form dt {
  float: left;
}
.s-keywordsearch-form dt input {
  padding: 12px;
  height: 14px;
  border: 1px solid #6b6562;
  box-shadow: inset 0 5px 5px -5px rgba(0,0,0,.4);
  line-height: normal;
  font-size: 1.4em;
  color: #7f7875;
}
.s-keywordsearch-form dd {
  height: 40px;
  background: #6b6562;
}
.s-keywordsearch-form dd input {
  transition: opacity 0.1s linear;
}
.s-keywordsearch-form dd input:hover {
  opacity: 0.5;
}
.s-keywordsearch-form .input {
  padding: 0;
  background: none;
}
.s-keywordsearch-form .input input {
  padding: 10px 10px 9px;
  width: 121px;
}
.s-keywordsearch-form .button {
  height: 35px;
}

.s-keywordsearch-list {
  padding: 0 6px 11px;
  border: 1px solid #baafa6;
  border-top: 0;
  border-bottom: 1px solid #cbcac8;
  background: #f5f2f0;
}
.s-keywordsearch-list .title {
  position: relative;
  padding: 8px 0 12px 60px;
  border: 0;
  font-size: 1.6em;
  font-weight: bold;
  color: #58504c;
}
.s-keywordsearch-list .title::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 11px;
  width: 45px;
  height: 36px;
  background: url(../img/case/case_sub_keyword_icon_hot.png) left top no-repeat;
}

.s-keyword-list li {
  display: inline-block;
}
.s-keyword-list a {
  display: block;
  margin-bottom: 4px;
  padding: 4px;
  border: 1px solid #d0c8c1;
  border-radius: 4px;
  background: linear-gradient(#ddd7d1, #f6f4f2);
  font-size: 1.2em;
  font-weight: bold;
  color: #7f7875;
}

.s-ranking .title {
  margin-bottom: 4px;
  border: 1px solid #baafa6;
}

.s-ranking-tab::before, .s-ranking-tab::after {
  content: "";
  display: table;
}
.s-ranking-tab::after {
  clear: both;
}
* html .s-ranking-tab {
  zoom: 1;
}
* + html .s-ranking-tab {
  zoom: 1;
}
.s-ranking-tab li {
  float: left;
  margin-right: 4px;
  border: 1px solid #8c7f74;
  border-bottom: 0;
  cursor: pointer;
}
.s-ranking-tab li:last-child {
  margin-right: 0;
}

.s-ranking-wrapper {
  margin-top: -1px;
  border: 1px solid #8c7f74;
}
.s-ranking-wrapper li {
  border-bottom: 1px dotted #8c7f74;
}
.s-ranking-wrapper li:last-child {
  border: 0;
}
.s-ranking-wrapper li:nth-child(even) {
  background: #eae6e2;
}
.s-ranking-wrapper li:nth-child(1) dt, .s-ranking-wrapper li:nth-child(2) dt, .s-ranking-wrapper li:nth-child(3) dt {
  position: relative;
  top: -4px;
}
.s-ranking-wrapper li:nth-child(4) dt, .s-ranking-wrapper li:nth-child(5) dt {
  position: relative;
  top: 6px;
}
.s-ranking-wrapper a:hover * {
  transition: color 0.1s linear;
  color: #ec7c78 !important;
}
.s-ranking-wrapper a li {
  border: 0;
}
.s-ranking-wrapper a dl::before, .s-ranking-wrapper a dl::after {
  content: "";
  display: table;
}
.s-ranking-wrapper a dl::after {
  clear: both;
}
* html .s-ranking-wrapper a dl {
  zoom: 1;
}
* + html .s-ranking-wrapper a dl {
  zoom: 1;
}
.s-ranking-wrapper a dt,
.s-ranking-wrapper a dd {
  float: left;
  padding: 10px 0 5px;
}
.s-ranking-wrapper a dt {
  margin-right: 14px;
  margin-left: 5px;
}
.s-ranking-wrapper a .text {
  width: 140px;
  line-height: 1.3333333333;
  font-size: 1.2em;
  letter-spacing: -0.04em;
}
.s-ranking-wrapper a .text .sex-age {
  font-size: 0.8333em;
  color: #7f7875;
}
.s-ranking-wrapper a .pic {
  padding: 0 0 10px 6px;
}

.s-ranking-item {
  display: none;
}
.s-ranking-item.is-active {
  display: block;
}

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

/*----------------------------------------------------------------------
10.	ページ毎
----------------------------------------------------------------------*/
.before-after {
  *zoom: 1;
}
.before-after::after {
  content: "";
  display: table;
  clear: both;
}
.before-after > * {
  float: left;
}
.before-after > li {
  position: relative;
}
.before-after > li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 18px;
  background-position: left top;
  background-repeat: no-repeat;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.before-after .before::after {
  background-image: url(../img/case_icon_before_s.png);
}
.before-after .after::after {
  background-image: url(../img/case_icon_after_s.png);
}

.excellent .before-after > li::after {
  width: 117px;
  height: 38px;
}
.excellent .before-after .before::after {
  width: 117px;
  height: 38px;
  background-image: url(../img/case_icon_before_l.png);
}
.excellent .before-after .after::after {
  background-image: url(../img/case_icon_after_l.png);
}

.attr-item {
  display: inline-block;
  line-height: 1.25;
  color: #7f7875;
  vertical-align: middle;
  font-size: 12px;
}
.attr-item::before {
  display: inline-block;
  margin-right: 2px;
  width: 1em;
  text-align: center;
  font-family: fontAwesome;
  font-size: 1.2em;
}
.attr-item.sex::before {
  content: "\f007";
}
.attr-item.operation::before {
  content: "\f005";
}
.attr-item.part::before {
  content: "\f140";
}
.attr-item.troubles::before {
  content: "\f0a3";
}

/*
10-1.	扉
----------------------------------------------------------------------*/
.liposuction .attr-list {
  background-image: url("../img/case/case_list_category_liposuction.png");
  background-position: left top;
  background-repeat: no-repeat;
}

.breast-hip .attr-list {
  background-image: url("../img/case/case_list_category_breast-hip.png");
  background-position: left top;
  background-repeat: no-repeat;
}

.antiaging .attr-list {
  background-image: url("../img/case/case_list_category_antiaging.png");
  background-position: left top;
  background-repeat: no-repeat;
}

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

#category {
  margin: 0 10px 30px;
}
#category .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;
}
#category .category-list {
  *zoom: 1;
}
#category .category-list::after {
  content: "";
  display: table;
  clear: both;
}
#category .category-item {
  float: left;
  margin-right: 10px;
}
#category .category-item:last-child {
  margin: 0;
}

#pickup > .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 20px 0 12px;
  height: 110px;
  background: url(../img/qa_index_ranking_title_bg.png) left top no-repeat;
  text-shadow: none;
  line-height: 1;
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2.9em;
  color: #58504d;
  box-sizing: border-box;
}
#pickup > .title::before {
  content: attr(data-eng);
  display: block;
  margin-bottom: 10px;
  font-size: 0.3448275862em;
  color: #d2c9c3;
}
#pickup > .title .inner-text {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 470px;
  text-align: center;
  font-weight: bold;
}
#pickup > .title .inner-text::before, #pickup > .title .inner-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  width: 121px;
  border-top: 1px solid #58504d;
}
#pickup > .title .inner-text::before {
  left: 0;
}
#pickup > .title .inner-text::after {
  right: 0;
}
#pickup > .title .sub {
  display: inline-block;
  margin: 11px auto 0;
  padding: 0 38px;
  border-radius: 8px;
  background: #58504d;
  box-shadow: 0 0 1px #250708;
  line-height: 1.2857142857;
  font-size: 0.4827586207em;
  color: #fff;
}
#pickup .pickup-list {
  display: flex;
  margin: 0;
  padding: 20px 0 58px;
}
#pickup .pickup-list__item {
  display: flex;
  flex-wrap: wrap;
  margin-right: 30px;
  width: 421px;
  height: auto;
}
#pickup .pickup-list__item .headline {
  display: inline-block;
  order: 2;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}
#pickup .pickup-list__item .headline a {
  font-weight: inherit;
  color: #7f7875;
}
#pickup .pickup-list__item .headline a:hover {
  color: #7f7875 !important;
}
#pickup .pickup-list__item .headline a .profile {
  font-size: 0.8rem;
}
#pickup .pickup-list__item .photo {
  display: flex;
  order: 1;
  margin-bottom: 15px;
}
#pickup .pickup-list__item .photo-list {
  display: flex;
}
#pickup .pickup-list__item .photo-list__before, #pickup .pickup-list__item .photo-list__after {
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  border-radius: 3px 3px 0 0;
}
#pickup .pickup-list__item .photo-list__before::before, #pickup .pickup-list__item .photo-list__after::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 0;
  width: 100%;
  height: 22px;
  background: #cecbc8;
  background: -moz-linear-gradient(top, #cecbc8 0%, #9b9794 100%);
  background: -webkit-linear-gradient(top, #cecbc8 0%, #9b9794 100%);
  background: linear-gradient(to bottom, #cecbc8 0%, #9b9794 100%);
  background-position: center;
  text-align: center;
  text-shadow: 0 0 2px rgba(0,0,0,.5);
  font-size: 1rem;
  color: #fff;
}
#pickup .pickup-list__item .photo-list__before img, #pickup .pickup-list__item .photo-list__after img {
  align-self: flex-start;
  max-width: 100%;
}
#pickup .pickup-list__item .photo-list__before {
  margin-right: 5px;
}
#pickup .pickup-list__item .photo-list__before::before {
  content: url(../img/case_pickup_photo_text_before.png);
}
#pickup .pickup-list__item .photo-list__after::before {
  content: url(../img/case_pickup_photo_text_after.png);
}
#pickup .slick-arrow {
  top: auto;
  bottom: 31px;
  transform: none;
}
#pickup .slick-prev {
  left: 63px;
}
#pickup .slick-next {
  right: 63px;
}
#pickup .slick-dots {
  display: flex;
  bottom: 30px;
  overflow: hidden;
  justify-content: center;
  box-sizing: border-box;
}
#pickup .slick-dots li {
  margin: 0 11px;
  width: 12px;
  height: 12px;
  border: 1px solid #a39489;
  border-radius: 100%;
}
#pickup .slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
}
#pickup .slick-dots li button::before {
  content: initial;
}
#pickup .slick-dots .slick-active {
  background-color: #a39489;
}
#pickup .slick-slider .slick-arrow {
  z-index: 1;
}
#pickup .slick-slider .slick-prev::before,
#pickup .slick-slider .slick-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#pickup .slick-slider .slick-prev,
#pickup .slick-slider .slick-next {
  width: 13px;
  height: 12px;
}
#pickup .slick-slider .slick-prev::before,
#pickup .slick-slider .slick-next::before {
  background-image: url(../img/case_pickup_slide_arrow.png);
  opacity: 1;
}
#pickup .slick-slider .slick-next {
  transform: rotate(180deg);
}
#pickup .slick-slide:focus {
  outline: none;
}

.liposuction #pickup .slick-prev {
  left: 26px;
}
.liposuction #pickup .slick-next {
  right: 26px;
}
.liposuction #pickup .slick-dots {
  padding: 0 74px;
}

.antiaging #pickup .slick-prev {
  left: 26px;
}
.antiaging #pickup .slick-next {
  right: 26px;
}
.antiaging #pickup .slick-dots {
  padding: 0 74px;
}

.troubles {
  position: relative;
  margin: 0 0 30px;
}
.troubles .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;
}
.troubles .tab {
  margin-bottom: 20px;
}
.troubles .tab-list {
  *zoom: 1;
  height: 68px;
}
.troubles .tab-list::after {
  content: "";
  display: table;
  clear: both;
}
.troubles .tab-item {
  float: left;
  padding-top: 8px;
}
.troubles .tab-item.is-active {
  padding: 0;
}
.troubles .wrapper {
  position: relative;
  margin: 0 10px;
}

.trouble-operation-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.trouble-operation-item.is-active {
  position: relative;
  top: 0;
  z-index: 1;
  opacity: 1;
}
.trouble-operation-item .anchor {
  margin-bottom: 12px;
  margin-bottom: 5px;
}
.trouble-operation-item .anchor ul {
  *zoom: 1;
}
.trouble-operation-item .anchor ul::after {
  content: "";
  display: table;
  clear: both;
}
.trouble-operation-item .anchor li {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 1.2em;
  white-space: nowrap;
}
.trouble-operation-item .anchor a {
  padding-left: 15px;
  background: url(../img/arrow/arrow4.png) 0 2px no-repeat;
  color: #6d9dd0;
}
.trouble-operation-item .anchor a:hover {
  background-image: url(../img/arrow/arrow4_h.png);
}
.trouble-operation-item .anchor ul {
  border: 0;
}
.trouble-operation-item .anchor li {
  display: list-item;
  margin-bottom: 10px;
  width: auto;
  border: 0;
}
.trouble-operation-item .anchor a {
  display: inline;
  padding: 0 0 0 15px;
  line-height: 1;
  font-size: 1em;
}

.troubles .title {
  margin-bottom: 30px;
  padding: 1px;
  height: auto;
  border: 1px solid #baafa6;
  background: none;
  line-height: 1;
  font-size: 1em;
  margin-bottom: 0;
}
.troubles div,
.troubles section {
  margin-bottom: 15px;
}
.troubles dl {
  display: table;
  padding: 6px 11px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  box-sizing: border-box;
}
.troubles dt,
.troubles dd {
  display: table-cell;
  vertical-align: middle;
}
.troubles dt {
  padding-right: 10px;
  width: 32px;
}
.troubles dt img {
  border: 1px solid #baafa6;
}
.troubles dd {
  line-height: 1.1666666667;
  font-size: 1.2em;
}
.troubles ul {
  display: flex;
  flex-wrap: wrap;
  box-shadow: inset 0 0 0 1px #baafa6;
}
.troubles li {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-right: 1px dotted #baafa6;
  border-bottom: 1px dotted #baafa6;
}
.troubles a {
  display: block;
  text-decoration: none;
  color: #7f7875;
}
.troubles > .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-bottom: 10px;
  border: 0;
  text-shadow: none;
}
.troubles .title {
  border-bottom: 0;
}
.troubles li {
  width: 25%;
}
.troubles .anchor {
  margin: 0 10px 10px;
}
.troubles .anchor .anchor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -2px;
}
.troubles .anchor .anchor-item {
  overflow: hidden;
  flex-basis: 172px;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0 2px 5px;
  border-radius: 4px;
}
.troubles .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;
}
.troubles .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);
}
.troubles .anchor .anchor-item a:hover {
  opacity: 0.5;
  color: #7f7875 !important;
}
.troubles .anchor-list {
  box-shadow: none;
}
.troubles .anchor-item {
  border: none;
}
.troubles .anchor-item a {
  width: 100%;
}
.troubles .pagetop > a {
  display: inline;
}

#operation dl {
  display: table;
  padding: 6px 11px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  box-sizing: border-box;
}
#operation dt,
#operation dd {
  display: table-cell;
  vertical-align: middle;
}
#operation dt {
  padding-right: 10px;
  width: 32px;
}
#operation dt img {
  border: 1px solid #baafa6;
}
#operation dd {
  line-height: 1.1666666667;
  font-size: 1.2em;
}
#operation .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
}
#operation ul {
  *zoom: 1;
  border: 1px solid #baafa6;
}
#operation ul::after {
  content: "";
  display: table;
  clear: both;
}
#operation li {
  float: left;
  padding: 6px 11px;
  border-top: 1px dotted #baafa6;
  border-right: 1px dotted #baafa6;
  border-bottom: 1px dotted #baafa6;
}
#operation a {
  display: block;
  padding: 6px 11px;
  text-decoration: none;
  color: #7f7875;
}
#operation > .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;
}
#operation .anchor {
  margin-bottom: 12px;
  margin: 0;
}
#operation .anchor ul {
  *zoom: 1;
}
#operation .anchor ul::after {
  content: "";
  display: table;
  clear: both;
}
#operation .anchor li {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 1.2em;
  white-space: nowrap;
}
#operation .anchor a {
  padding-left: 15px;
  background: url(../img/arrow/arrow4.png) 0 2px no-repeat;
  color: #6d9dd0;
}
#operation .anchor a:hover {
  background-image: url(../img/arrow/arrow4_h.png);
}
#operation .anchor ul {
  border: 0;
}
#operation .anchor li {
  display: list-item;
  margin-bottom: 0;
  width: auto;
  border: 0;
}
#operation .anchor a {
  display: inline;
  padding: 0 0 0 15px;
  line-height: 1;
  font-size: 1em;
}
#operation section {
  margin-bottom: 5px;
}
#operation li {
  width: 205px;
}

.category .m-title {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
  background: url(../img/troubles_title_bg.jpg) left top no-repeat;
}
.category .m-title .inner-text {
  display: flex;
  position: relative;
  flex-basis: 127px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  width: 365px;
  background: rgba(255,255,255,.5);
  text-align: center;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.3em;
  color: #6c6561;
  box-sizing: border-box;
}
.category .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;
}
.category .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.5882352941em;
  color: #d2c9c3;
}
.category .m-title .inner-text .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
}
.category .m-title .inner-text .category {
  font-size: 1.4117647059em;
}
.category .m-title .inner-text .emphasis {
  font-size: 1.375em;
}
.category .m-title .lead {
  position: relative;
  z-index: 2;
  text-align: center;
  line-height: 1.1428571429;
  font-size: 1.4em;
  color: #584f4c;
}
.category .m-title {
  align-items: flex-start;
  margin-bottom: 24px;
  padding-left: 54px;
  height: 230px;
}
.category .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;
}
.category .m-title .inner-text {
  padding-top: 22px;
}
.category .m-title .lead {
  width: 365px;
}
.category.liposuction .m-title::before {
  background-image: url(../img/contents_liposuction_title_bg.png);
}
.category.breast-hip .m-title::before {
  background-image: url(../img/contents_breast-hip_title_bg.png);
}
.category.antiaging .m-title::before {
  background-image: url(../img/contents_antiaging_title_bg.png);
}
.category #pickup .slick-prev {
  left: 225px;
}
.category #pickup .slick-next {
  right: 225px;
}
.category .p-movie {
  margin: 0 10px 30px;
}
.category .troubles .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-bottom: 10px;
  text-shadow: none;
}
.category .m-contents {
  margin: 0 10px;
}
.category .m-category > .title {
  margin: 20px 0;
  border: 0;
}
.category #operation ul {
  border-top: 0;
}
.category .m-case-list {
  margin: 0 10px;
}
.category .m-case-list > .title {
  position: relative;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-top: 3px solid #a4c571;
  border-bottom: 1px solid #baafa6;
  background-image: linear-gradient(to bottom, #fcfcfb 0%, #f1eeec 100%);
  background-color: #fcfcfb;
  line-height: 1.2857142857;
  font-size: 1.4em;
  color: #7f7875;
}
.category .m-case-list > .title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.category .m-case-list .m-entry-list {
  margin-bottom: 10px;
}
.category .m-case-list .m-entry-item {
  margin-bottom: 30px;
  background-color: #f2efed;
  position: relative;
}
.category .m-case-list .m-entry-item a {
  display: block;
}
.category .m-case-list .m-entry-item a:hover .before-after {
  opacity: 0.5;
}
.category .m-case-list .m-entry-item .item-inner {
  *zoom: 1;
  position: relative;
  padding: 20px;
  min-height: 70px;
}
.category .m-case-list .m-entry-item .item-inner::after {
  content: "";
  display: table;
  clear: both;
}
.category .m-case-list .m-entry-item .title {
  margin-bottom: 0;
  padding-bottom: 0.8em;
  border: 0;
  line-height: 1.2;
  font-size: 2em;
}
.category .m-case-list .m-entry-item .title a {
  font-weight: bold;
}
.category .m-case-list .m-entry-item .title .sex-age {
  font-size: 0.8em;
  font-weight: bold;
}
.category .m-case-list .m-entry-item .before-after {
  transition: opacity 0.1s linear;
  float: left;
  width: 200px;
}
.category .m-case-list .m-entry-item .attr {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}
.category .m-case-list .m-entry-item .attr-list {
  float: left;
  margin-left: 10px;
  padding: 25px 0 0;
  width: 200px;
  background-position: left top;
  background-repeat: no-repeat;
}
.category .m-case-list .m-entry-item .case-info {
  position: relative;
  float: right;
  width: 228px;
  min-height: 100px;
  background-image: linear-gradient(to bottom, #f5f3f1 1%, #eeebe8 17%, #e3ded9 100%);
  background-color: #f5f3f1;
  color: #7f7875;
}
.category .m-case-list .m-entry-item .case-info .top-area {
  padding: 2px 16px 0;
  border-bottom: 1px solid #c7bcb5;
}
.category .m-case-list .m-entry-item .case-info .bottom-area {
  padding: 2px 16px;
  border-top: 1px solid #fff;
}
.category .m-case-list .m-entry-item .case-info .worries-title {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #7f7875;
}
.category .m-case-list .m-entry-item .case-info .worries-title::before {
  display: inline-block;
  margin-right: 2px;
  width: 1em;
  text-align: center;
  font-family: fontAwesome;
  content: "\f0a3";
}
.category .m-case-list .m-entry-item .case-info .worries-item {
  margin-top: 3px;
}
.category .m-case-list .m-entry-item .case-info .worries-item:first-child {
  margin-top: 0;
}
.category .m-case-list .m-entry-item .case-info .worries-item:last-child {
  padding-bottom: 7px;
}
.category .m-case-list .m-entry-item .case-info .worries-item-box {
  display: table;
}
.category .m-case-list .m-entry-item .case-info .worries-item-box > * {
  display: table-cell;
}
.category .m-case-list .m-entry-item .case-info .worries-item-box .worries-pic img {
  opacity: 1;
}
.category .m-case-list .m-entry-item .case-info .worries-item-box .worries-text {
  padding-left: 0.5em;
  width: 135px;
  vertical-align: middle;
  line-height: 1.1666666667;
  font-size: 12px;
}
.category .m-case-list .m-entry-item .case-info .worries-item-box img {
  border: 1px solid #baafa6;
}
.category .m-case-list .m-entry-item.normal .worries-box {
  padding: 10px 16px 0;
}
.category .m-case-list .m-entry-item.normal .worries-title {
  margin-bottom: 10px;
}
.category .m-case-list .m-entry-item.staff .staff-title {
  background-position: 15px bottom;
  background-repeat: no-repeat;
  -moz-background-size: auto 94%;
  -webkit-background-size: auto 94%;
  background-size: auto 94%;
}
.category .m-case-list .m-entry-item.staff .occupation {
  display: block;
  padding-bottom: 0.2em;
}
.category .m-case-list .m-entry-item.staff .age::before {
  content: "(";
  margin-left: 0.3em;
}
.category .m-case-list .m-entry-item.staff .age::after {
  content: ")";
}
.category .m-case-list .m-entry-item.staff .nurse {
  background-image: url(../img/case_occupation_icon_nurse.png);
}
.category .m-case-list .m-entry-item.staff .concierge {
  background-image: url(../img/case_occupation_icon_concierge.png);
}
.category .m-case-list .m-entry-item.staff .doctor {
  background-image: url(../img/case_occupation_icon_doctor.png);
}
.category .m-case-list .m-entry-item.staff .staff-title {
  padding: 5px 0 2px 55px;
}
.category .m-case-list .m-entry-item.staff .occupation {
  font-size: 10px;
}
.category .m-case-list .m-entry-item.staff .age {
  vertical-align: 1px;
  font-size: 10px;
}
.category .m-case-list .m-entry-item.staff em {
  font-size: 16px;
}
.category .m-case-list .m-entry-item.excellent::before {
  top: 261px;
  left: 20px;
}
.category .m-case-list .m-entry-item.excellent .before-after li {
  width: 352px;
}
.category .m-case-list .m-entry-item.excellent .attr-list {
  margin-top: 8px;
  margin-left: 0;
  padding: 0 0 0 100px;
  width: 300px;
}
.category .m-case-list .m-entry-item.excellent .attr-item {
  display: inline-block;
  padding-bottom: 0;
}
.category .m-case-list .m-entry-item.excellent .case-info {
  min-height: 228px;
}
.category .m-case-list .m-entry-item.excellent .item-inner {
  padding: 20px 20px 27px;
}
.category .m-case-list .m-entry-item.excellent .case-info {
  margin-top: -200px;
}
.category .m-case-list .m-entry-item.excellent .top-area {
  padding: 16px 16px 10px;
}
.category .m-case-list .m-entry-item.excellent .bottom-area {
  padding: 6px 16px 16px;
}
.category .m-case-list .m-entry-item.excellent .comment-inner {
  display: block;
  padding: 6px 8px;
  background-color: #fff;
  line-height: 1.4166666667;
  font-size: 12px;
  color: #7f7875;
}
.category .m-case-list .m-entry-item.excellent-blog .blog-title {
  padding: 5px 0 0 20px;
}
.category .m-case-list .m-entry-item.excellent-blog .comment {
  padding-top: 4px;
}
.category .m-case-list .m-entry-item.excellent-blog .worries-box {
  padding-top: 6px;
}
.category .m-case-list .m-entry-item.excellent-staff .staff-title {
  background-position: 15px bottom;
  background-repeat: no-repeat;
  -moz-background-size: auto 94%;
  -webkit-background-size: auto 94%;
  background-size: auto 94%;
}
.category .m-case-list .m-entry-item.excellent-staff .occupation {
  display: block;
  padding-bottom: 0.2em;
}
.category .m-case-list .m-entry-item.excellent-staff .age::before {
  content: "(";
  margin-left: 0.3em;
}
.category .m-case-list .m-entry-item.excellent-staff .age::after {
  content: ")";
}
.category .m-case-list .m-entry-item.excellent-staff .nurse {
  background-image: url(../img/case_occupation_icon_nurse.png);
}
.category .m-case-list .m-entry-item.excellent-staff .concierge {
  background-image: url(../img/case_occupation_icon_concierge.png);
}
.category .m-case-list .m-entry-item.excellent-staff .doctor {
  background-image: url(../img/case_occupation_icon_doctor.png);
}
.category .m-case-list .m-entry-item.excellent-staff .staff-title {
  padding: 16px 0 13px 78px;
  background-position: 16px bottom;
}
.category .m-case-list .m-entry-item.excellent-staff .occupation {
  font-size: 12px;
}
.category .m-case-list .m-entry-item.excellent-staff .age {
  vertical-align: 1px;
  font-size: 10px;
}
.category .m-case-list .m-entry-item.excellent-staff em {
  font-size: 20px;
}
.category .m-case-list .m-entry-item.excellent-staff .episode-title {
  padding: 2px 0 2px 9px;
  background: url(../img/case_staff_title_border.gif) left top no-repeat;
  font-size: 12px;
  letter-spacing: -1px;
}
.category .m-case-list .m-entry-item.excellent-staff .episode-text {
  margin-top: 5px;
  padding: 2px 10px;
  background: #fff;
  line-height: 1.3333333333;
  font-size: 12px;
}
.category .m-case-list .m-entry-item.excellent-staff .worries-box {
  padding-top: 6px;
}
.category .m-case-list .link {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: right;
}
.category .m-case-list .link a {
  padding-left: 18px;
  background: url(../img/arrow/arrow2.png) left 2px no-repeat;
  text-decoration: none;
  font-size: 1.2em;
  color: #7f7875;
}
.category .m-case-list .link a:hover {
  background-image: url(../img/arrow/arrow2_h.png);
}

/*
10-2.	リスト系（新着・少カテゴリ）
----------------------------------------------------------------------*/
body.list.operation .pager {
  margin-bottom: 10px;
}
body.list.operation .pagetop {
  margin-right: 0;
}
body.list.operation.operation .m-title {
  margin-bottom: 30px;
}
body.list.operation.operation .tab {
  margin: 20px 0;
}
body.list.operation.operation .tab ul {
  *zoom: 1;
}
body.list.operation.operation .tab ul::after {
  content: "";
  display: table;
  clear: both;
}
body.list.operation.operation .tab li {
  float: left;
}
body.list.operation.operation .tab li.active a:hover img {
  opacity: 1;
}
body.list.operation.operation .tab a:hover img {
  opacity: 0;
}
body.list.operation.operation .tab.top ul {
  border-bottom: 1px solid #baafa6;
}
body.list.operation.operation .tab.top li {
  margin-top: 8px;
}
body.list.operation.operation .tab.top li.active {
  margin: 0;
}
body.list.operation.operation .tab.bottom {
  margin-bottom: 45px;
}
body.list.operation.operation .tab.bottom ul {
  border-top: 1px solid #baafa6;
}
body.list.operation.operation .tab.bottom li {
  margin-bottom: 8px;
}
body.list.operation.operation .tab.top li.index {
  background: url(../img/operation_tab_top_index_h.png) 0 0 no-repeat;
}
body.list.operation.operation .tab.top li.case {
  background: url(../img/operation_tab_top_case_h.png) 0 0 no-repeat;
}
body.list.operation.operation .tab.top li.flow {
  background: url(../img/operation_tab_top_flow_h.png) 0 0 no-repeat;
}
body.list.operation.operation .tab.top li.price {
  background: url(../img/operation_tab_top_price_h.png) 0 0 no-repeat;
}
body.list.operation.operation .tab.top li.campaign {
  background: url(../img/operation_tab_top_campaign_h.png) 0 0 no-repeat;
}
body.list.operation.operation .tab.top li.qa {
  background: url(../img/operation_tab_top_qa_h.png) 0 0 no-repeat;
}
body.list.operation .m-operation-list {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.list.operation .m-operation-item {
  box-sizing: border-box;
  flex-basis: 339px;
  margin-bottom: 6px;
  border: 0;
}
body.list.operation .m-operation-item a {
  transition: opacity 0.1s linear;
  display: block;
  background: url(../img/arrow/arrow.png) right 10px center no-repeat;
  color: inherit;
}
body.list.operation .m-operation-item a:hover {
  opacity: 1;
}
body.list.operation .m-operation-item .item-inner {
  display: flow-root;
  position: relative;
  padding: 10px 0;
  min-height: 65px;
  transition: opacity 0.1s linear;
}
body.list.operation .m-operation-item .item-inner:hover {
  opacity: 0.5;
}
body.list.operation .m-operation-item .name {
  font-size: 1.6em;
  color: #6d9dd0;
}
body.list.operation .m-operation-item .pic {
  position: absolute;
  top: 10px;
  left: 0;
  border: 1px solid #d7d4d3;
}
body.list.operation .m-operation-item .text {
  font-size: 1.4em;
}
body.list.operation .m-operation-item a {
  display: block;
  background: none;
  color: inherit;
}
body.list.operation .m-operation-item a:hover {
  opacity: 1;
}
body.list.operation .m-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;
}
body.list.operation .m-operation-item .item-inner:hover {
  opacity: 0.5;
}
body.list.operation .m-operation-item .name,
body.list.operation .m-operation-item .text {
  margin-left: 76px;
}
body.list.operation .m-operation-item .name {
  margin-bottom: 12px;
}
body.list.operation .m-operation-item .pic {
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #d7d4d3;
}
body.list.operation .m-operation-item .text {
  line-height: 1.4285714286;
  font-size: 1.4em;
}
body.list.operation .m-operation-item .text::before {
  margin-top: -3px;
}
body.list.operation .m-operation-item .text::after {
  margin-top: -3px;
}
body.list.operation .m-operation-item .item-inner {
  border: 1px solid #d7d4d3;
}
body.list.operation .m-operation-item .notice {
  display: block;
  margin-top: 5px;
  text-align: right;
  font-size: 1em;
  color: #7f7875;
}

/*
10-3.	検索結果
----------------------------------------------------------------------*/
body.result .m-search {
  margin: 0 10px;
}
body.result .m-search > .title {
  position: relative;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-top: 3px solid #a4c571;
  border-bottom: 1px solid #baafa6;
  background-image: linear-gradient(to bottom, #fcfcfb 0%, #f1eeec 100%);
  background-color: #fcfcfb;
  line-height: 1.2857142857;
  font-size: 1.4em;
  color: #7f7875;
  margin-bottom: 35px;
}
body.result .m-search > .title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
body.result .m-form {
  margin: 0 50px 10px;
}
body.result .m-form legend {
  display: none;
}
body.result .m-form dl {
  *zoom: 1;
}
body.result .m-form dl::after {
  content: "";
  display: table;
  clear: both;
}
body.result .m-form dt {
  float: left;
}
body.result .m-form dt input {
  padding: 12px;
  height: 14px;
  border: 1px solid #6b6562;
  box-shadow: inset 0 5px 5px -5px rgba(0,0,0,.4);
  line-height: normal;
  font-size: 1.4em;
  color: #7f7875;
}
body.result .m-form dd {
  height: 40px;
  background: #6b6562;
}
body.result .m-form dd input {
  transition: opacity 0.1s linear;
}
body.result .m-form dd input:hover {
  opacity: 0.5;
}
body.result .m-form dt input {
  width: 446px;
}
body.result .m-keyword-list {
  margin: 0 50px 31px;
}
body.result .m-keyword-list li {
  display: inline-block;
}
body.result .m-keyword-list a {
  display: block;
  margin-bottom: 4px;
  padding: 4px;
  border: 1px solid #d0c8c1;
  border-radius: 4px;
  background: linear-gradient(#ddd7d1, #f6f4f2);
  font-size: 1.2em;
  font-weight: bold;
  color: #7f7875;
}
body.result .m-result > .title {
  margin: 0 0 30px;
  text-align: center;
  font-size: 1.4em;
  color: #7f7875;
}
body.result .m-result > .title strong,
body.result .m-result > .title em {
  color: #ec7c78;
}
body.result .m-result > .title strong {
  font-size: 1.1428571429em;
  font-weight: bold;
}
body.result .m-result {
  margin: 0 10px;
}
body.result .m-result > .title {
  margin: 35px 0;
  text-align: center;
  font-size: 1.4em;
  color: #7f7875;
}
body.result .m-result > .title strong,
body.result .m-result > .title em {
  color: #ec7c78;
}
body.result .m-result > .title strong {
  font-size: 1.1428571429em;
  font-weight: bold;
}
body.result .m-result .m-result-list {
  margin-bottom: 10px;
  border: 1px solid #baafa6;
}
body.result .m-result .m-result-item {
  margin-bottom: 30px;
  background-color: #f2efed;
  position: relative;
}
body.result .m-result .m-result-item a {
  display: block;
  position: relative;
  padding: 20px;
}
body.result .m-result .m-result-item a:hover .before-after {
  opacity: 0.5;
}
body.result .m-result .m-result-item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 65px;
  right: 17px;
  width: 54px;
  height: 54px;
  background-image: url(../img/case_type_normal.png);
  background-position: left top;
  background-repeat: no-repeat;
}
body.result .m-result .m-result-item .item-inner {
  *zoom: 1;
  position: relative;
  min-height: 110px;
}
body.result .m-result .m-result-item .item-inner::after {
  content: "";
  display: table;
  clear: both;
}
body.result .m-result .m-result-item .title {
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0.8em;
  border: 0;
  line-height: 1.2;
  font-size: 2em;
  font-weight: bold;
}
body.result .m-result .m-result-item .title .sex-age {
  font-size: 0.8em;
  font-weight: bold;
}
body.result .m-result .m-result-item .text,
body.result .m-result .m-result-item .attr-list {
  float: right;
  width: 405px;
  color: #7f7875;
}
body.result .m-result .m-result-item .text {
  margin-bottom: 10px;
  line-height: 1.4615384615;
  font-size: 13px;
  color: #7f7875;
}
body.result .m-result .m-result-item .text strong {
  color: #ec7c78;
}
body.result .m-result .m-result-item .attr-list {
  padding: 0 0 0 100px;
  width: 305px;
}
body.result .m-result .m-result-item .before-after {
  transition: opacity 0.1s linear;
  float: left;
  width: 220px;
}
body.result .m-result .m-result-item .blog a::after {
  background-image: url(../img/case_type_blog.png);
}
body.result .m-result .m-result-item .staff a::after {
  background-image: url(../img/case_type_staff.png);
}
body.result .m-result .m-result-item a::after {
  display: none;
}
body.result .pager {
  margin-bottom: 10px;
}
body.result .pagetop {
  margin-right: 0;
}

/*
10-4.	詳細
----------------------------------------------------------------------*/
#details .m-contents > .title,
body.list:not(.operation) .m-contents > .title {
  position: relative;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-top: 3px solid #a4c571;
  border-bottom: 1px solid #baafa6;
  background-image: linear-gradient(to bottom, #fcfcfb 0%, #f1eeec 100%);
  background-color: #fcfcfb;
  line-height: 1.2857142857;
  font-size: 1.4em;
  color: #7f7875;
}
#details .m-contents > .title::before,
body.list:not(.operation) .m-contents > .title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
#details .m-case,
body.list:not(.operation) .m-case {
  border-top-width: 4px;
  border-top-style: solid;
  background-image: linear-gradient(to bottom, #e3deda 0%, #f7f5f4 90%, #fff 100%);
  background-color: #e3deda;
}
#details .m-case.liposuction,
body.list:not(.operation) .m-case.liposuction {
  border-top-color: #5777b0;
}
#details .m-case.breast-hip,
body.list:not(.operation) .m-case.breast-hip {
  border-top-color: #c64d78;
}
#details .m-case.antiaging,
body.list:not(.operation) .m-case.antiaging {
  border-top-color: #7a5b9a;
}
#details .m-case.others,
body.list:not(.operation) .m-case.others {
  border-top-color: #87b263;
}
#details .m-case .case-title,
body.list:not(.operation) .m-case .case-title {
  position: relative;
  margin-bottom: 20px;
  padding: 16px 20px 2px;
}
#details .m-case .case-title .sex-age,
body.list:not(.operation) .m-case .case-title .sex-age {
  font-size: 0.81em;
}
#details .m-case .case-title > .title,
body.list:not(.operation) .m-case .case-title > .title {
  border: 0;
  line-height: 1.2307692308;
  font-size: 2.6em;
  color: #7f7875;
}
#details .m-case .attr-list,
body.list:not(.operation) .m-case .attr-list {
  margin-top: 10px;
}
#details .m-case .attr-item a,
body.list:not(.operation) .m-case .attr-item a {
  color: #7f7875;
}
#details .m-case .before-after,
body.list:not(.operation) .m-case .before-after {
  margin: 0 auto;
  width: 664px;
}
#details .m-case .before::after,
#details .m-case .after::after,
body.list:not(.operation) .m-case .before::after,
body.list:not(.operation) .m-case .after::after {
  width: 79px;
  height: 28px;
}
#details .m-case .before::after,
body.list:not(.operation) .m-case .before::after {
  background-image: url(../img/case_icon_before_l.png);
}
#details .m-case .after,
body.list:not(.operation) .m-case .after {
  position: relative;
  float: right;
}
#details .m-case .after::before,
body.list:not(.operation) .m-case .after::before {
  content: "\f0da";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -0.5em;
  font-family: fontAwesome;
  font-size: 3em;
  color: #7f7875;
}
#details .m-case .after::after,
body.list:not(.operation) .m-case .after::after {
  background-image: url(../img/case_icon_after_l.png);
}
#details .m-case .case-pic,
body.list:not(.operation) .m-case .case-pic {
  margin-bottom: 30px;
  text-align: center;
}
#details .m-case .comment,
body.list:not(.operation) .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;
}
#details .m-case .comment::after,
body.list:not(.operation) .m-case .comment::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -87px;
  width: 80px;
  height: 72px;
  background: url(../img/case_details_comment_icon.png) left top no-repeat;
}
#details .m-case .keyword-list,
body.list:not(.operation) .m-case .keyword-list {
  *zoom: 1;
  margin: 10px 20px 30px 0;
  text-align: right;
}
#details .m-case .keyword-list::after,
body.list:not(.operation) .m-case .keyword-list::after {
  content: "";
  display: table;
  clear: both;
}
#details .m-case .keyword-item,
body.list:not(.operation) .m-case .keyword-item {
  display: inline-block;
  overflow: hidden;
  margin-left: 2px;
  border: 1px solid #d9d2cc;
  border-radius: 6px;
}
#details .m-case .keyword-item:first-child,
body.list:not(.operation) .m-case .keyword-item:first-child {
  margin-left: 0;
}
#details .m-case .keyword-item a,
body.list:not(.operation) .m-case .keyword-item a {
  display: block;
  padding: 4px 4px 3px;
  font-size: 10px;
  color: #7f7875;
}
#details .m-case .keyword-item a:hover,
body.list:not(.operation) .m-case .keyword-item a:hover {
  background: #fff;
}
#details .m-case .keyword-item a::before,
body.list:not(.operation) .m-case .keyword-item a::before {
  display: inline-block;
  margin-right: 2px;
  width: 1em;
  text-align: center;
  font-family: fontAwesome;
  content: "\f02b";
  vertical-align: middle;
  font-size: 1.2em;
}
#details .m-case .price-info,
body.list:not(.operation) .m-case .price-info {
  margin: 0 20px 10px;
}
#details .m-case .price-info .info-text,
body.list:not(.operation) .m-case .price-info .info-text {
  line-height: 1.5;
  font-size: 12px;
  color: #7f7875;
}
#details .m-case .price-info .info-text em,
body.list:not(.operation) .m-case .price-info .info-text em {
  font-weight: bold;
}
#details .m-case .price-info .info-text a,
body.list:not(.operation) .m-case .price-info .info-text a {
  text-decoration: underline;
}
#details .m-case .price-info .caution em a,
body.list:not(.operation) .m-case .price-info .caution em a {
  text-decoration: underline;
  font-weight: bold;
}

#details .m-case {
  margin-top: 30px;
}
#details .m-related-case {
  margin-top: 30px;
}
#details .m-related-case-list {
  *zoom: 1;
  margin: 0 0 30px;
}
#details .m-related-case-list::after {
  content: "";
  display: table;
  clear: both;
}
#details .m-related-case-item {
  position: relative;
  float: left;
  margin-top: 10px;
  margin-left: 6px;
  border-top-width: 2px;
  border-top-style: solid;
  background-image: linear-gradient(to bottom, #e3deda 0%, #f5f3f1 100%);
  background-color: #e3deda;
}
#details .m-related-case-item a {
  display: block;
  padding: 13px 10px 10px;
  width: 204px;
}
#details .m-related-case-item.liposuction {
  border-top-color: #5777b0;
}
#details .m-related-case-item.breast-hip {
  border-top-color: #c64d78;
}
#details .m-related-case-item.antiaging {
  border-top-color: #7a5b9a;
}
#details .m-related-case-item.others {
  border-top-color: #87b263;
}
#details .m-related-case-item.staff a, #details .m-related-case-item.blog a {
  background-position: right bottom;
  background-repeat: no-repeat;
}
#details .m-related-case-item.staff .m-related-case-title, #details .m-related-case-item.blog .m-related-case-title {
  width: 170px;
}
#details .m-related-case-item.doctor a {
  background-image: url("../img/case_occupation_icon_doctor.png");
}
#details .m-related-case-item.nurse a {
  background-image: url("../img/case_occupation_icon_nurse.png");
}
#details .m-related-case-item.concierge a {
  background-image: url("../img/case_occupation_icon_concierge.png");
}
#details .m-related-case-item.ohashi a {
  background-image: url("../img/case_details_related_doctor_ohashi.png");
}
#details .m-related-case-item.chiba a {
  background-image: url("../img/case_details_related_doctor_chiba.png");
}
#details .m-related-case-item.nakai a {
  background-image: url("../img/case_details_related_doctor_nakai.png");
}
#details .m-related-case-item.fukuda a {
  background-image: url("../img/case_details_related_doctor_fukuda.png");
}
#details .m-related-case-item.mori a {
  background-image: url("../img/case_details_related_doctor_mori.png");
}
#details .m-related-case-item:nth-child(3n+1) {
  margin-left: 0;
}
#details .m-related-case-item:nth-child(1) {
  margin-top: 0;
}
#details .m-related-case-item:nth-child(2) {
  margin-top: 0;
}
#details .m-related-case-item:nth-child(3) {
  margin-top: 0;
}
#details .m-related-case-item .before-after {
  position: absolute;
  top: 13px;
  left: 10px;
}
#details .m-related-case-item .m-related-case-title {
  padding: 109px 0 0;
  line-height: 1.3333333333;
  font-size: 12px;
}
#details .m-related-case-item .status {
  display: block;
  padding-top: 0.3em;
  text-align: right;
  font-size: 0.81em;
  color: #7f7875;
}
#details .m-related-case-item .m-related-case-info {
  position: absolute;
  right: 60px;
  bottom: 7px;
  text-align: right;
}
#details .m-related-case-item .m-related-case-info-item {
  display: inline;
  font-size: 12px;
  color: #7f7875;
}
#details .m-related-case-item .m-related-case-info-item::before {
  content: "/";
}
#details .m-related-case-item .m-related-case-info-item:first-child::before {
  display: none;
}
#details .m-related-case-item .m-related-case-info-item .age, #details .m-related-case-item .m-related-case-info-item.occupation {
  font-size: 10px;
}
#details .m-operation {
  margin-bottom: 34px;
}
#details .m-operation-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#details .m-operation-item {
  box-sizing: border-box;
  flex-basis: 339px;
  margin-bottom: 6px;
  border: 1px solid #d7d4d3;
}
#details .m-operation-item a {
  transition: opacity 0.1s linear;
  display: block;
  background: url(../img/arrow/arrow.png) right 10px center no-repeat;
  color: inherit;
}
#details .m-operation-item a:hover {
  opacity: 1;
}
#details .m-operation-item .item-inner {
  display: flow-root;
  position: relative;
  padding: 10px 0;
  min-height: 65px;
  transition: opacity 0.1s linear;
}
#details .m-operation-item .item-inner:hover {
  opacity: 0.5;
}
#details .m-operation-item .name {
  font-size: 1.6em;
  color: #6d9dd0;
}
#details .m-operation-item .pic {
  position: absolute;
  top: 10px;
  left: 0;
  border: 1px solid #d7d4d3;
}
#details .m-operation-item .text {
  font-size: 1.4em;
}
#details .m-operation-item a {
  display: block;
  background: none;
  color: inherit;
}
#details .m-operation-item a:hover {
  opacity: 1;
}
#details .m-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;
}
#details .m-operation-item .item-inner:hover {
  opacity: 0.5;
}
#details .m-operation-item .name,
#details .m-operation-item .text {
  margin-left: 76px;
}
#details .m-operation-item .name {
  margin-bottom: 12px;
}
#details .m-operation-item .pic {
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #d7d4d3;
}
#details .m-operation-item .text {
  line-height: 1.4285714286;
  font-size: 1.4em;
}
#details .m-operation-item .text::before {
  margin-top: -3px;
}
#details .m-operation-item .text::after {
  margin-top: -3px;
}
#details .m-sub-contents {
  margin: 0 10px;
}
#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;
  margin-bottom: 10px;
}
#details .m-column {
  margin-bottom: 30px;
}
#details .m-column-list {
  border: 1px solid #baafa6;
}
#details .m-column-list li {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom: 1px dotted #baafa6;
}
* html #details .m-column-list li {
  height: 1%;
}
* + html #details .m-column-list li {
  height: 1%;
}
#details .m-column-list dl {
  position: relative;
}
#details .m-column-list .pic {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
#details .m-column-list dt,
#details .m-column-list dd {
  margin-left: 65px;
  line-height: 1.3333333333;
  font-size: 1.2em;
  color: #7f7875;
}
#details .m-column-list dt {
  margin-bottom: 6px;
}
#details .m-column-list dt a {
  text-decoration: none;
  color: #6d9dd0;
}
#details .m-column-list .new {
  float: right;
}
#details .m-column-list .new img {
  vertical-align: text-top;
}
#details .m-column-list .cat {
  text-align: right;
  font-size: 1em;
}
#details .m-column-list .cat ul,
#details .m-column-list .cat li {
  display: inline;
  padding: 0;
  border: 0;
}
#details .m-column-list .link {
  text-align: right;
}
#details .m-column-list .link a {
  padding-left: 15px;
  background: url(../img/arrow/arrow2.png) left top no-repeat;
}
#details .m-column-list li {
  padding: 0;
}
#details .m-column-item {
  padding-right: 10px;
}
#details .m-column-item:nth-child(even) {
  background: #f2efed;
}
#details .m-column-item:last-child {
  border: 0;
}
#details .m-column-item .title,
#details .m-column-item .text {
  margin-left: 90px;
}
#details .m-column-item .title {
  font-size: 18px;
  font-weight: bold;
  color: #6d9dd0;
}
#details .m-column-item a {
  display: block;
  position: relative;
  padding: 10px;
  min-height: 70px;
}
#details .m-matome {
  margin-bottom: 30px;
}
#details .m-matome-list {
  *zoom: 1;
  border: 1px solid #baafa6;
}
#details .m-matome-list::after {
  content: "";
  display: table;
  clear: both;
}
#details .m-matome-list li {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom: 1px dotted #baafa6;
}
* html #details .m-matome-list li {
  height: 1%;
}
* + html #details .m-matome-list li {
  height: 1%;
}
#details .m-matome-list dl {
  position: relative;
}
#details .m-matome-list .pic {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
#details .m-matome-list dt,
#details .m-matome-list dd {
  margin-left: 65px;
  line-height: 1.3333333333;
  font-size: 1.2em;
  color: #7f7875;
}
#details .m-matome-list dt {
  margin-bottom: 6px;
}
#details .m-matome-list dt a {
  text-decoration: none;
  color: #6d9dd0;
}
#details .m-matome-list .new {
  float: right;
}
#details .m-matome-list .new img {
  vertical-align: text-top;
}
#details .m-matome-list .cat {
  text-align: right;
  font-size: 1em;
}
#details .m-matome-list .cat ul,
#details .m-matome-list .cat li {
  display: inline;
  padding: 0;
  border: 0;
}
#details .m-matome-list .link {
  text-align: right;
}
#details .m-matome-list .link a {
  padding-left: 15px;
  background: url(../img/arrow/arrow2.png) left top no-repeat;
}
#details .m-matome-list li {
  padding: 0;
}
#details .m-matome-item {
  box-sizing: border-box;
  float: left;
  padding-right: 10px;
  width: 50%;
  background: #fff;
}
#details .m-matome-item:nth-child(4n+1), #details .m-matome-item:nth-child(4n+2) {
  background: #f2efed;
}
#details .m-matome-item:nth-child(even) {
  border-left: 1px solid #baafa6;
}
#details .m-matome-item:nth-last-child(2):nth-child(odd), #details .m-matome-item:last-child {
  border-bottom: 0;
}
#details .m-matome-item .item-inner {
  position: relative;
  min-height: 70px;
}
#details .m-matome-item .pic {
  line-height: 1;
}
#details .m-matome-item .title {
  margin: 0 0 0 80px;
  padding: 3px 0 20px;
  line-height: 1.25;
  font-size: 16px;
  font-weight: bold;
  color: #6d9dd0;
}
#details .m-matome-item a {
  display: block;
  position: relative;
  padding: 10px;
  min-height: 70px;
}
#details .m-matome-item .attr {
  position: absolute;
  right: 0;
  bottom: 0;
}
#details .m-matome-item .attr-item {
  display: inline-block;
  color: #7f7875;
  margin-left: 10px;
  border: none;
  font-size: 0.8333333333em;
}
#details .m-matome-item .attr-item::before {
  font-family: fontAwesome;
  margin-right: 5px;
  font-size: 1.2em;
}
#details .m-matome-item .attr-item.view::before {
  content: "\f06e";
}
#details .m-matome-item.new {
  float: left;
}
#details .m-matome-item.new .attr .date::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 10px;
  background: url(../img/icon_new.gif) top left no-repeat;
  vertical-align: top;
}

body.list .js-accordion-contents {
  overflow: hidden;
  height: 0;
  min-height: 0;
  transition: all 0.4s ease-in;
  transform: translate3d(0, 0, 0);
}
body.list .js-accordion.is-open > .js-accordion-button::after {
  transform: rotate(-180deg);
}
body.list .m-contents {
  margin: 0;
}
body.list .m-case-list .m-title {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 30px;
  padding: 12px 0 10px;
  background: url(../img/troubles_title_bg.jpg) left top no-repeat;
  box-sizing: border-box;
}
body.list .m-case-list .m-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 59px;
  z-index: 1;
  background-position: left top;
  background-repeat: no-repeat;
}
body.list .m-case-list .m-title .inner-text {
  display: flex;
  position: relative;
  flex-basis: 106px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 50px;
  margin-bottom: 6px;
  margin-left: 50px;
  padding-top: 19px;
  padding-left: 68px;
  width: calc(100% - 100px);
  background: rgba(255,255,255,.5);
  text-align: center;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.3em;
  color: #6c6561;
  box-sizing: border-box;
}
body.list .m-case-list .m-title .inner-text::before {
  content: "";
  position: absolute;
  top: 24px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border-top: 1px solid #d2c9c3;
  border-bottom: 1px solid #d2c9c3;
}
body.list .m-case-list .m-title .inner-text .text-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: bold;
}
body.list .m-case-list .m-title .inner-text .category {
  font-size: 1.4117647059em;
}
body.list .m-case-list .m-title .inner-text .emphasis {
  font-size: 1.375em;
}
body.list .m-case-list .m-title .lead {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  line-height: 1.1428571429;
  font-size: 1.4em;
  color: #584f4c;
}
body.list .m-case-list .m-title .attr {
  position: absolute;
  top: 20px;
  right: 55px;
  color: #d2c9c3;
}
body.list .m-case-list .m-title img {
  position: absolute;
  top: 31px;
  left: 5px;
}
body.list .m-case-list > .title {
  position: relative;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-top: 3px solid #a4c571;
  border-bottom: 1px solid #baafa6;
  background-image: linear-gradient(to bottom, #fcfcfb 0%, #f1eeec 100%);
  background-color: #fcfcfb;
  line-height: 1.2857142857;
  font-size: 1.4em;
  color: #7f7875;
}
body.list .m-case-list > .title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
body.list .m-case-list .m-entry-list {
  margin-bottom: 30px;
}
body.list .m-case-list .m-entry-item:last-child {
  border-bottom: 1px solid #d4d0ce;
}
body.list .m-case-list .excellent-normal table.case-info th,
body.list .m-case-list .excellent-normal table.case-info td,
body.list .m-case-list .normal table.case-info th,
body.list .m-case-list .normal table.case-info td {
  padding: 5px 10px;
  vertical-align: top;
  line-height: 1.3333333333;
  font-size: 12px;
  color: #7f7875;
}
body.list .m-case-list .excellent-normal table.case-info th,
body.list .m-case-list .normal table.case-info th {
  width: 85px;
  text-align-last: justify;
  color: #595350;
}
body.list .m-case-list .excellent-normal table.case-info td a,
body.list .m-case-list .normal table.case-info td a {
  display: inline-block;
}
body.list .m-case-list .excellent-normal {
  margin-bottom: 30px;
  background-color: #f2efed;
  position: relative;
  color: #7f7875;
  margin-bottom: 0;
  background: none;
}
body.list .m-case-list .excellent-normal a {
  display: block;
}
body.list .m-case-list .excellent-normal a:hover .before-after {
  opacity: 0.5;
}
body.list .m-case-list .excellent-normal .item-inner {
  *zoom: 1;
  position: relative;
}
body.list .m-case-list .excellent-normal .item-inner::after {
  content: "";
  display: table;
  clear: both;
}
body.list .m-case-list .excellent-normal .item-header .patient-info {
  overflow: hidden;
  padding: 10px 10px 5px 20px;
  border-bottom: 1px solid #d0c7c0;
  color: #d0c7c0;
}
body.list .m-case-list .excellent-normal .item-header .patient-info__left, body.list .m-case-list .excellent-normal .item-header .patient-info__right {
  display: inline-block;
}
body.list .m-case-list .excellent-normal .item-header .patient-info__left {
  float: left;
  font-size: 1.2em;
}
body.list .m-case-list .excellent-normal .item-header .patient-info__right {
  float: right;
  font-size: 1em;
}
body.list .m-case-list .excellent-normal .item-header .patient-info__right .patient-id {
  font-size: 1.2em;
}
body.list .m-case-list .excellent-normal .title {
  margin-bottom: 0;
  padding: 0.8em;
  border: 0;
  line-height: 1.2;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2em;
  color: #58504d;
}
body.list .m-case-list .excellent-normal .title a {
  color: #58504d;
}
body.list .m-case-list .excellent-normal .item-contents .slide-wrapper {
  overflow: hidden;
}
body.list .m-case-list .excellent-normal .item-contents .slide-wrapper .before-after {
  display: flex;
  float: left;
  width: 100%;
  transition: opacity 0.1s linear;
}
body.list .m-case-list .excellent-normal .item-contents .comment {
  position: relative;
}
body.list .m-case-list .excellent-normal .item-contents .comment .js-accordion-contents-inner {
  min-height: 126px;
}
body.list .m-case-list .excellent-normal .item-contents .comment-author {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 30px;
}
body.list .m-case-list .excellent-normal .item-contents .comment-author > * {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
body.list .m-case-list .excellent-normal .item-contents .comment-author__headline {
  margin-bottom: 3px;
  font-size: 1.2em;
}
body.list .m-case-list .excellent-normal .item-contents .comment-author__icon {
  display: block;
  overflow: hidden;
  margin: 0 auto 3px;
  box-sizing: border-box;
}
body.list .m-case-list .excellent-normal .item-contents .comment-author__name {
  font-size: 1em;
}
body.list .m-case-list .excellent-normal .item-contents .comment-text {
  padding: 16px 30px 16px 124px;
  min-height: 126px;
  text-align: justify;
  line-height: 1.6;
  font-size: 1.5em;
  box-sizing: border-box;
}
body.list .m-case-list .excellent-normal .item-contents .comment .case-info {
  padding: 0 30px 20px;
}
body.list .m-case-list .excellent-normal .item-contents .comment .case-info__text {
  line-height: 1.3333333333;
  font-size: 12px;
  color: #7f7875;
}
body.list .m-case-list .excellent-normal .item-contents .comment .case-info__text .head {
  color: #595350;
}
body.list .m-case-list .excellent-normal .item-contents .comment.del .comment-text {
  padding-left: 30px;
}
body.list .m-case-list .excellent-normal .item-inner .item-header,
body.list .m-case-list .excellent-normal .item-inner .comment {
  background: #f2efed;
}
body.list .m-case-list .excellent-normal .item-contents .js-accordion {
  position: relative;
}
body.list .m-case-list .excellent-normal .item-contents .js-accordion-button {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  overflow: hidden;
  padding-right: 18px;
  width: 92px;
  border-radius: 3px;
  background: url(../img/arrow/arrow4.png) right 8px center no-repeat #584f4c;
  cursor: pointer;
  text-align: center;
  line-height: 2.3636363636;
  font-size: 1.1em;
  color: #fefefe;
  box-sizing: border-box;
}
body.list .m-case-list .excellent-normal .item-contents .js-accordion-button:hover {
  color: #fefefe !important;
}
body.list .m-case-list .excellent-normal .item-contents .js-accordion-contents {
  position: relative;
  height: 83px;
}
body.list .m-case-list .excellent-normal .item-contents .js-accordion-contents::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(transparent, #fff 53px);
}
body.list .m-case-list .excellent-normal .item-contents .js-accordion.is-open {
  margin-bottom: 30px;
}
body.list .m-case-list .excellent-normal .item-contents .js-accordion.is-open .js-accordion-contents::before {
  content: initial;
}
body.list .m-case-list .excellent-normal .item-contents .js-accordion.is-open .js-accordion-button {
  display: none;
}
body.list .m-case-list .excellent-normal .item-contents .js-accordion.is-open + .m-banner {
  margin-top: -30px;
}
body.list .m-case-list .excellent-normal table.case-info {
  margin: 0 30px;
}
body.list .m-case-list .excellent-normal table.case-info::after {
  content: "";
  display: block;
  padding-top: 20px;
  width: 100%;
}
body.list .m-case-list .excellent-normal .m-banner {
  display: table;
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid #d4d0ce;
  background: #f5f2f0;
  box-shadow: inset 0 0 1px #fff;
  text-align: center;
  box-sizing: border-box;
}
body.list .m-case-list .excellent-normal .m-banner > * {
  display: table-cell;
  vertical-align: middle;
}
body.list .m-case-list .excellent-normal .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;
}
body.list .m-case-list .excellent-normal .m-banner .banner-list {
  padding: 11px 37px 11px 42px;
}
body.list .m-case-list .excellent-normal .m-banner .banner-item {
  margin-right: 0;
}
body.list .m-case-list .excellent-normal .m-banner .banner-item + .banner-item {
  margin-top: 5px;
}
body.list .m-case-list .normal {
  margin: 0;
  padding: 10px 0;
  min-height: 160px;
  background: none;
}
body.list .m-case-list .normal + .normal {
  border-top: 1px dotted #c7bcb5;
}
body.list .m-case-list .normal .item-inner {
  position: relative;
  padding-left: 340px;
}
body.list .m-case-list .normal .patient-info {
  margin-bottom: 17px;
  text-align: right;
  color: #c7bcb5;
}
body.list .m-case-list .normal .patient-info__right {
  text-transform: capitalize;
}
body.list .m-case-list .normal .title {
  margin-bottom: 17px;
  padding: 0;
  border: 0;
  line-height: 1.375;
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6em;
  font-weight: bold;
  color: #7f7875;
}
body.list .m-case-list .normal .before-after {
  position: absolute;
  top: 0;
  left: 0;
}
body.list .m-case-list .normal .before-after .before::after,
body.list .m-case-list .normal .before-after .after::after {
  content: initial;
}
body.list .m-case-list .normal .item-contents .comment-text {
  margin-bottom: 1px;
  padding: 0;
  line-height: 1.5714285714;
  font-size: 1.4em;
  color: #7f7875;
}
body.list .m-case-list .normal .item-contents .comment-text::after {
  content: initial;
}
body.list .m-case-list .normal .is-hide .comment-text {
  margin-bottom: 6px;
}
body.list .m-case-list .normal .is-hide .comment-text::after {
  content: "…";
  display: inline-block;
  visibility: visible;
}
body.list .m-case-list .normal .is-hide .js-read-more-text {
  display: none;
  margin-left: -0.25em;
}
body.list .m-case-list .normal .is-hide .js-read-more-button {
  display: block;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body.list .m-case-list .normal .js-read-more {
  position: relative;
}
body.list .m-case-list .normal .js-read-more-text {
  animation: show 0.4s linear 0s;
  display: block;
  line-height: 1.5714285714;
}
body.list .m-case-list .normal .js-read-more-button {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 10px;
  background: url(../img/arrow/arrow17.png) right center no-repeat;
  background-size: contain;
}
body.list .m-case-list .normal .js-read-more-button a {
  cursor: pointer;
}
body.list .m-case-list .normal .case-info {
  display: block;
  margin: 17px 0;
}
body.list .m-case-list .normal .case-info__text {
  display: block;
  line-height: 1.3333333333;
  font-size: 12px;
  color: #7f7875;
}
body.list .m-case-list .normal .case-info__text .head {
  color: #595350;
}
body.list .m-case-list .normal .case-info .on2-first {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #c7bcb5;
}
body.list .operation.related {
  display: table;
  margin: 20px 0 0 auto;
  border: 1px solid #d7d4d3;
}
body.list .operation.related > * {
  display: table-cell;
  vertical-align: middle;
}
body.list .operation.related > .title {
  width: 148px;
  border-right: 1px solid #d7d4d3;
  border-bottom: 0;
  background: linear-gradient(#fff, #f4f2f0 45%);
  text-align: center;
  line-height: 1.5;
  font-size: 1.2em;
  color: #7f7875;
}
body.list .operation.related .operation-contents {
  box-sizing: border-box;
  width: 346px;
}
body.list .operation.related .operation-contents a {
  transition: opacity 0.1s linear;
  display: block;
  background: url(../img/arrow/arrow.png) right 10px center no-repeat;
  color: inherit;
}
body.list .operation.related .operation-contents a:hover {
  opacity: 1;
}
body.list .operation.related .operation-contents .item-inner {
  display: flow-root;
  position: relative;
  padding: 10px 0;
  min-height: 65px;
  transition: opacity 0.1s linear;
}
body.list .operation.related .operation-contents .item-inner:hover {
  opacity: 0.5;
}
body.list .operation.related .operation-contents .name {
  font-size: 1.6em;
  color: #6d9dd0;
}
body.list .operation.related .operation-contents .pic {
  position: absolute;
  top: 10px;
  left: 0;
  border: 1px solid #d7d4d3;
}
body.list .operation.related .operation-contents .text {
  font-size: 1.4em;
}
body.list .operation.related .operation-contents a {
  display: block;
  background: none;
  color: inherit;
}
body.list .operation.related .operation-contents a:hover {
  opacity: 1;
}
body.list .operation.related .operation-contents .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;
}
body.list .operation.related .operation-contents .item-inner:hover {
  opacity: 0.5;
}
body.list .operation.related .operation-contents .name,
body.list .operation.related .operation-contents .text {
  margin-left: 76px;
}
body.list .operation.related .operation-contents .name {
  margin-bottom: 12px;
}
body.list .operation.related .operation-contents .pic {
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #d7d4d3;
}
body.list .operation.related .operation-contents .text {
  line-height: 1.4285714286;
  font-size: 1.4em;
}
body.list .operation.related .operation-contents .text::before {
  margin-top: -3px;
}
body.list .operation.related .operation-contents .text::after {
  margin-top: -3px;
}
body.list .load-more {
  margin-top: -15px;
  text-align: right;
}
body.list .load-more a {
  padding-right: 18px;
  background: url(../img/arrow/arrow17.png) right 0 center no-repeat;
  cursor: pointer;
  font-size: 1.4em;
  color: #7f7875;
}
body.list .load-more.is-hide {
  display: none;
}
body.list .pagetop {
  margin: 20px 0;
}
body.list .troubles {
  margin-top: 30px;
}
body.list .troubles > .title {
  border: 0;
}
body.list.liposuction .m-case-list .m-title::before {
  width: 166px;
  height: 14px;
  background-image: url(../img/case_liposuction_title_bg.png);
}
body.list.breast-hip .m-case-list .m-title::before {
  width: 229px;
  height: 14px;
  background-image: url(../img/case_breast-hip_title_bg.png);
}
body.list.antiaging .m-case-list .m-title::before {
  width: 160px;
  height: 14px;
  background-image: url(../img/case_antiaging_title_bg.png);
}
body.list.mtf .m-title, body.list.ftm .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;
  border: 0;
  background: url(../img/troubles_title_bg.jpg) left top no-repeat;
}
body.list.mtf .m-title::before, body.list.ftm .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;
}
body.list.mtf .m-title .inner-text, body.list.ftm .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;
  line-height: 1;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.3em;
  color: #584f4c;
  box-sizing: border-box;
}
body.list.mtf .m-title .inner-text::before, body.list.ftm .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;
}
body.list.mtf .m-title .inner-text::after, body.list.ftm .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;
}
body.list.mtf .m-title .inner-text .small, body.list.ftm .m-title .inner-text .small {
  font-size: 0.7878787879em;
}
body.list.mtf .m-title .lead, body.list.ftm .m-title .lead {
  position: relative;
  z-index: 2;
  width: 365px;
  text-align: center;
  line-height: 1.1428571429;
  font-size: 1.4em;
  color: #584f4c;
}
body.list.mtf .m-title::before {
  background-image: url(../img/contents_mtf_title_bg.png);
}
body.list.ftm .m-title::before {
  background-image: url(../img/contents_ftm_title_bg.png);
}
/*# sourceMappingURL=case.css.map */
