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

File Name:		contents.scss
Note:			診療内容ページ用SCSSファイル


New Creation:	2013/02/08 10:15:02.
Last Change:	2014/10/30 21:59:37.


Created By		Yoshiaki Murakami

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

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

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

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

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

fieldset {
  border: 0;
}

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

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

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

a {
  text-decoration: none;
}

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

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

th,
td {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

#topicpath ol {
  *zoom: 1;
}
#topicpath ol:after {
  content: "";
  display: table;
  clear: both;
}
#topicpath ol li {
  float: left;
  margin-right: 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;
  color: #6d9dd0;
}

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

.assist {
  display: none;
}

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

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

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

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

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

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

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

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

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

#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-image: url(../../img/pc/sprite/arrow.png);
  background-position: 0 -1126px;
  background-repeat: no-repeat;
  color: #6d9dd0;
}
#anchor a:hover {
  background-image: url(../../img/pc/sprite/hover/arrow.png);
  background-position: 0 -98px;
  background-repeat: no-repeat;
}

article > .title,
article > section > .title {
  margin-bottom: 30px;
  padding: 1px;
  height: auto;
  border: 1px solid #baafa6;
  background: none;
  line-height: 1;
  font-size: 1em;
  margin-bottom: 0;
}
article .pagetop {
  margin-right: 0;
  margin-left: 0;
}
article aside .clinic, article aside #footer .kuchikomi, #footer article aside .kuchikomi {
  position: relative;
  margin: 0;
  padding: 15px;
  background: #f2efed;
}
article aside .clinic > *, article aside #footer .kuchikomi > *, #footer article aside .kuchikomi > * {
  margin: 0;
  padding: 0;
  width: 245px;
  text-align: center;
}
article aside .clinic .title, article aside #footer .kuchikomi .title, #footer article aside .kuchikomi .title {
  margin-bottom: 0;
  padding: 2px 0 0;
  height: auto;
  border: 0;
  border-bottom: 1px solid #baafa6;
  background: none;
  text-align: left;
}
article aside .clinic .address, article aside #footer .kuchikomi .address, #footer article aside .kuchikomi .address {
  margin-bottom: 11px;
  padding-top: 8px;
  border-top: 1px solid #fff;
  line-height: 1.3333333333;
  font-size: 1.2em;
  color: #7f7875;
}
article aside .clinic .tel, article aside #footer .kuchikomi .tel, #footer article aside .kuchikomi .tel {
  color: #7f7875;
}
article aside .clinic .tel img, article aside #footer .kuchikomi .tel img, #footer article aside .kuchikomi .tel img {
  margin-bottom: 8px;
}
article aside .clinic .tel a, article aside #footer .kuchikomi .tel a, #footer article aside .kuchikomi .tel a {
  color: #7f7875;
}
article aside .clinic .tel dd, article aside #footer .kuchikomi .tel dd, #footer article aside .kuchikomi .tel dd {
  margin-top: 6px;
  margin-bottom: 5px;
}
article aside .clinic .tel dd dt, article aside #footer .kuchikomi .tel dd dt, #footer article aside .kuchikomi .tel dd dt,
article aside .clinic .tel dd dd,
article aside #footer .kuchikomi .tel dd dd,
#footer article aside .kuchikomi .tel dd dd {
  display: inline;
}
article aside .clinic .tel dd dt, article aside #footer .kuchikomi .tel dd dt, #footer article aside .kuchikomi .tel dd dt,
article aside .clinic .tel dd em,
article aside #footer .kuchikomi .tel dd em,
#footer article aside .kuchikomi .tel dd em {
  font-weight: bold;
}
article aside .clinic .tel dd em, article aside #footer .kuchikomi .tel dd em, #footer article aside .kuchikomi .tel dd em {
  margin-left: 1em;
}
article aside .clinic .form, article aside #footer .kuchikomi .form, #footer article aside .kuchikomi .form {
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0;
  width: auto;
}
article aside .clinic .form li, article aside #footer .kuchikomi .form li, #footer article aside .kuchikomi .form li {
  margin-bottom: 10px;
  border: 2px solid #433c38;
}
article aside .clinic .form li:nth-child(1), article aside #footer .kuchikomi .form li:nth-child(1), #footer article aside .kuchikomi .form li:nth-child(1) {
  background-position: 0 -66px;
}
article aside .clinic .form li:nth-child(2), article aside #footer .kuchikomi .form li:nth-child(2), #footer article aside .kuchikomi .form li:nth-child(2) {
  background-position: 0 -26px;
}
article aside .clinic .form li:nth-child(1), article aside #footer .kuchikomi .form li:nth-child(1), #footer article aside .kuchikomi .form li:nth-child(1) {
  background-image: url(../../img/pc/main_clinic_button_mail_h.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
article aside .clinic .form li:nth-child(2), article aside #footer .kuchikomi .form li:nth-child(2), #footer article aside .kuchikomi .form li:nth-child(2) {
  background-image: url(../../img/pc/main_clinic_button_counseling_h.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
article aside .clinic .form a:hover img, article aside #footer .kuchikomi .form a:hover img, #footer article aside .kuchikomi .form a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
article aside .clinic .link, article aside #footer .kuchikomi .link, #footer article aside .kuchikomi .link {
  position: absolute;
  right: 15px;
  bottom: 19px;
  width: 164px;
}
article aside .clinic .link a, article aside #footer .kuchikomi .link a, #footer article aside .kuchikomi .link a {
  display: block;
  margin: 0 auto;
  width: 162px;
  border: 1px solid #baafa6;
  background-image: url(../../img/pc/sprite/hover/main.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
article aside .clinic .link a img, article aside #footer .kuchikomi .link a img, #footer article aside .kuchikomi .link a img {
  border: 0;
}
article aside .clinic .link a:hover img, article aside #footer .kuchikomi .link a:hover img, #footer article aside .kuchikomi .link a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
article aside .clinic .slide, article aside #footer .kuchikomi .slide, #footer article aside .kuchikomi .slide {
  position: absolute;
  top: 15px;
  right: 230px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 200px;
  height: 180px;
  border: 0;
  background: none;
}
article aside .clinic .slide div, article aside #footer .kuchikomi .slide div, #footer article aside .kuchikomi .slide div {
  margin: 0;
}

#index #content {
  padding-right: 0;
  padding-left: 0;
  width: 988px;
}
#index #content main {
  margin: 0 30px;
}
#index article > .title,
#index article > section > .title {
  margin-bottom: 30px;
  padding: 1px;
  height: auto;
  border: 1px solid #baafa6;
  background: none;
  line-height: 1;
  font-size: 1em;
}

#category {
  margin: 0 10px 30px;
}
#category .title {
  margin-bottom: 20px;
  padding: 0 0 1px 12px;
  height: 31px;
  border: 0;
  background: url(../../img/pc/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;
}

#trouble-operation {
  position: relative;
  margin: 0 10px 30px;
}
#trouble-operation .title {
  margin-bottom: 20px;
  padding: 0 0 1px 12px;
  height: 31px;
  border: 0;
  background: url(../../img/pc/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;
}
#trouble-operation .tab {
  margin-bottom: 20px;
}
#trouble-operation .tab-list {
  *zoom: 1;
  height: 68px;
}
#trouble-operation .tab-list:after {
  content: "";
  display: table;
  clear: both;
}
#trouble-operation .tab-item {
  float: left;
  padding-top: 8px;
}
#trouble-operation .tab-item.is-active {
  padding: 0;
}
#trouble-operation .wrapper {
  position: relative;
}

.trouble-operation-item {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.trouble-operation-item.is-active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  position: relative;
  top: 0;
  z-index: 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-image: url(../../img/pc/sprite/arrow.png);
  background-position: 0 -1126px;
  background-repeat: no-repeat;
  color: #6d9dd0;
}
.trouble-operation-item .anchor a:hover {
  background-image: url(../../img/pc/sprite/hover/arrow.png);
  background-position: 0 -98px;
  background-repeat: no-repeat;
}
.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;
}

#trouble dl {
  display: table;
  vertical-align: middle;
}
#trouble dt,
#trouble dd {
  display: table-cell;
  vertical-align: middle;
}
#trouble dt {
  padding-right: 10px;
  width: 32px;
}
#trouble dt img {
  border: 1px solid #baafa6;
}
#trouble dd {
  line-height: 1.1666666667;
  font-size: 1.2em;
}
#trouble .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
}
#trouble ul {
  *zoom: 1;
  border: 1px solid #baafa6;
}
#trouble ul:after {
  content: "";
  display: table;
  clear: both;
}
#trouble li {
  float: left;
  border-top: 1px dotted #baafa6;
  border-right: 1px dotted #baafa6;
  border-bottom: 1px dotted #baafa6;
}
#trouble dl {
  position: relative;
  padding: 6px 11px;
  box-sizing: border-box;
  width: 100%;
}
#trouble dl > * {
  transition: opacity 0.1s linear;
}
#trouble dl:hover > * {
  opacity: 0.5;
}
#trouble a {
  display: block;
  text-decoration: none;
  color: #7f7875;
}
#trouble .title {
  margin-bottom: 30px;
  padding: 1px;
  height: auto;
  border: 1px solid #baafa6;
  background: none;
  line-height: 1;
  font-size: 1em;
  margin-bottom: 0;
}
#trouble div,
#trouble section {
  margin-bottom: 15px;
}
#trouble ul {
  *zoom: 1;
  border: 1px solid #baafa6;
  border-top: 0;
}
#trouble ul:after {
  content: "";
  display: table;
  clear: both;
}
#trouble li {
  display: table;
  float: left;
  border-top: 1px dotted #baafa6;
  border-right: 1px dotted #baafa6;
  border-bottom: 1px dotted #baafa6;
}
#trouble li dl {
  padding: 8px 5px 8px 10px;
  box-sizing: border-box;
  width: 100%;
}
#trouble li a {
  display: block;
  text-decoration: none;
  line-height: 1.25;
  font-size: 1.2em;
  color: #7f7875;
}
#trouble li a span {
  display: table-cell;
  padding-left: 15px;
  background: url(../../img/pc/arrow/arrow2.png) left center no-repeat;
  vertical-align: middle;
}
#trouble li a:hover span {
  background: url(../../img/pc/sprite/hover/arrow/arrow2_h.png) left center no-repeat;
}
#trouble > .title {
  margin-bottom: 20px;
  padding: 0 0 1px 12px;
  height: 31px;
  border: 0;
  background: url(../../img/pc/subtitle_bg.gif) left top repeat-x;
  line-height: 31px;
  font-size: 1.4em;
  color: #7f7875;
  border-top: 3px solid #ec7c78;
  border-bottom: 1px solid #baafa6;
}
#trouble .anchor {
  margin-bottom: 12px;
  margin-bottom: 5px;
}
#trouble .anchor ul {
  *zoom: 1;
}
#trouble .anchor ul:after {
  content: "";
  display: table;
  clear: both;
}
#trouble .anchor li {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 1.2em;
  white-space: nowrap;
}
#trouble .anchor a {
  padding-left: 15px;
  background-image: url(../../img/pc/sprite/arrow.png);
  background-position: 0 -1126px;
  background-repeat: no-repeat;
  color: #6d9dd0;
}
#trouble .anchor a:hover {
  background-image: url(../../img/pc/sprite/hover/arrow.png);
  background-position: 0 -98px;
  background-repeat: no-repeat;
}
#trouble .anchor ul {
  border: 0;
}
#trouble .anchor li {
  display: list-item;
  margin-bottom: 10px;
  width: auto;
  border: 0;
}
#trouble .anchor a {
  display: inline;
  padding: 0 0 0 15px;
  line-height: 1;
  font-size: 1em;
}
#trouble li {
  width: 170px;
}
#trouble li a {
  font-size: 1em;
}

#operation dl {
  display: table;
  vertical-align: middle;
}
#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;
  border-top: 1px dotted #baafa6;
  border-right: 1px dotted #baafa6;
  border-bottom: 1px dotted #baafa6;
}
#operation dl {
  position: relative;
  padding: 6px 11px;
  box-sizing: border-box;
  width: 100%;
}
#operation dl > * {
  transition: opacity 0.1s linear;
}
#operation dl:hover > * {
  opacity: 0.5;
}
#operation a {
  display: block;
  text-decoration: none;
  color: #7f7875;
}
#operation > .title {
  margin-bottom: 20px;
  padding: 0 0 1px 12px;
  height: 31px;
  border: 0;
  background: url(../../img/pc/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-image: url(../../img/pc/sprite/arrow.png);
  background-position: 0 -1126px;
  background-repeat: no-repeat;
  color: #6d9dd0;
}
#operation .anchor a:hover {
  background-image: url(../../img/pc/sprite/hover/arrow.png);
  background-position: 0 -98px;
  background-repeat: no-repeat;
}
#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 #main > .title {
  position: relative;
  padding: 0;
  border: 0;
}
.category #main > .title .text {
  position: absolute;
  top: 132px;
  left: 45px;
  width: 412px;
  line-height: 1.4285714286;
  font-size: 1.4em;
  color: #7f7875;
}
.category #feature {
  position: relative;
  margin: 0 10px 20px;
  padding: 1px;
  border: 1px solid #baafa6;
}
.category #feature .title {
  padding: 0;
  border: 0;
}
.category #feature .text {
  position: absolute;
  top: 85px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  color: #c7bcb5;
}
.category #pickup {
  margin: 0 10px 20px;
}
.category #pickup > .title {
  margin-bottom: 5px;
}
.category .pickup-list {
  *zoom: 1;
}
.category .pickup-list:after {
  content: "";
  display: table;
  clear: both;
}
.category .pickup-item {
  float: left;
  margin: 0 9px 6px 0;
  width: 220px;
  border: 1px solid #baafa6;
  background: #f2efed;
}
.category .pickup-item:nth-child(3n) {
  margin-right: 0;
}
.category .pickup-item .title {
  margin: 0;
  padding: 0;
  border: 0;
}
.category .pickup-item .pic {
  overflow: hidden;
}
.category .pickup-item .text {
  padding: 6px 14px 6px 9px;
  background-image: url(../../img/pc/sprite/arrow.png);
  background-position: 206px -787px;
  background-repeat: no-repeat;
  line-height: 1.2;
  color: #7f7875;
}
.category #case {
  *zoom: 1;
  margin: 0 10px 10px;
  border: 1px solid #baafa6;
}
.category #case:after {
  content: "";
  display: table;
  clear: both;
}
.category #case .title {
  border: 0;
  border-bottom: 1px solid #baafa6;
}
.category #case .tab,
.category #case .case-inner {
  display: table-cell;
}
* html .category #case .tab,
* html .category #case .case-inner {
  display: inline;
  zoom: 1;
}
* + html .category #case .tab,
* + html .category #case .case-inner {
  display: inline;
  zoom: 1;
}
.category #case .tab {
  overflow: hidden;
  width: 141px;
  background: url(../../img/pc/contents_case_tab_bg.gif) left top repeat-y;
  vertical-align: top;
}
.category #case .tab-list {
  background: url(../../img/pc/contents_case_tab_bg_footer.gif) left bottom no-repeat;
}
.category #case .tab-item {
  border-top: 1px solid #7c6d62;
  border-bottom: 1px solid #e7e2dd;
}
.category #case .tab-item:first-child a, .category #case .tab-item:last-child a {
  height: 43px;
}
.category #case .tab-item:first-child {
  border-top: 0;
}
.category #case .tab-item:last-child {
  border-bottom: 0;
}
.category #case .tab-item a {
  display: table-cell;
  padding: 0 10px;
  width: 141px;
  height: 42px;
  vertical-align: middle;
  text-align: center;
  line-height: 1.2857142857;
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
}
* html .category #case .tab-item a {
  display: inline;
  zoom: 1;
}
* + html .category #case .tab-item a {
  display: inline;
  zoom: 1;
}
.category #case .tab-item.is-active {
  box-shadow: 3px 0 4px 2px rgba(0, 0, 0, 0.3);
  border: 0;
  background: #ece8e4;
}
.category #case .tab-item.is-active a {
  height: 44px;
  color: #58504d;
}
.category #case .case-inner {
  width: 540px;
  border: 1px solid #fff;
  border-left: 0;
  background: url(../../img/pc/contents_case_operation_bg.gif) left bottom repeat-x #e3ded9;
  vertical-align: bottom;
}
.category #case .case-list {
  *zoom: 1;
  display: none;
  padding: 10px 10px 7px;
}
.category #case .case-list:after {
  content: "";
  display: table;
  clear: both;
}
.category #case .case-list.is-active {
  display: block;
}
.category #case .case-item {
  float: left;
  margin-right: 10px;
}
.category #case .case-item:last-child {
  margin: 0;
}
.category #case .case-item .pic {
  margin-bottom: 7px;
}
.category #case .case-item .text {
  padding: 7px 10px;
  height: 3em;
  background-image: url(../../img/pc/sprite/arrow.png);
  background-position: 238px -788px;
  background-repeat: no-repeat;
  background-color: #f9f8f7;
  line-height: 1.5;
  font-size: 1.2em;
  color: #7f7875;
}
.category #case .pic-inner {
  *zoom: 1;
}
.category #case .pic-inner:after {
  content: "";
  display: table;
  clear: both;
}
.category #case .pic-item {
  float: left;
  margin-right: 1px;
  width: 127px;
}
.category #case .pic-item:last-child {
  margin: 0;
}
.category #case .pic-item figure {
  margin: 0;
}
.category #case .pic-item img {
  margin-bottom: 5px;
}
.category #case .pic-item figcaption {
  text-align: center;
  font-size: 1.2em;
  color: #7f7875;
}
.category #campaign {
  margin: 0 10px 20px;
}
.category #campaign img {
  border: 1px solid #baafa6;
}
.category #ranking {
  *zoom: 1;
  margin: 0 10px 30px;
}
.category #ranking:after {
  content: "";
  display: table;
  clear: both;
}
.category .ranking-item {
  overflow: hidden;
  float: left;
  margin-right: 10px;
  width: 337px;
  height: 392px;
}
.category .ranking-item:last-child {
  margin: 0;
}
.category .ranking-item .title {
  padding: 0;
  border: 0;
}
.category .ranking-item > .title {
  background: #a39489;
  text-align: center;
  line-height: 30px;
  font-size: 1.2em;
  color: #fff;
}
.category .trouble-item, .category .operation-item {
  position: relative;
  margin-bottom: 1px;
  padding-bottom: 2px;
  background: url(../../img/pc/border1.png) left bottom repeat-x;
}
.category .trouble-item::before, .category .operation-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 34px;
  height: 38px;
  background-image: url(../../img/pc/sprite/ranking.png);
  background-repeat: no-repeat;
}
.category .trouble-item a, .category .operation-item a {
  display: block;
}
.category .trouble-item .item-inner, .category .operation-item .item-inner {
  position: relative;
  padding: 5px 10px;
  background: #efece9;
  color: #7f7875;
}
.category .trouble-item .item-inner .pic, .category .operation-item .item-inner .pic,
.category .trouble-item .item-inner .title,
.category .operation-item .item-inner .title {
  display: table-cell;
  vertical-align: middle;
}
.category html .category .trouble-item .item-inner .pic, .category html .category .operation-item .item-inner .pic,
.category html .category .trouble-item .item-inner .title,
.category html .category .operation-item .item-inner .title {
  display: inline;
  zoom: 1;
}
* + html .category .trouble-item .item-inner .pic, * + html .category .operation-item .item-inner .pic,
* + html .category .trouble-item .item-inner .title,
* + html .category .operation-item .item-inner .title {
  display: inline;
  zoom: 1;
}
.category .trouble-item .item-inner .pic, .category .operation-item .item-inner .pic {
  padding-right: 8px;
}
.category .trouble-item .item-inner .pic img, .category .operation-item .item-inner .pic img {
  border: 1px solid #c7bcb5;
}
.category .trouble-item .item-inner .title, .category .operation-item .item-inner .title {
  font-size: 1.2em;
  font-weight: bold;
}
.category .trouble-item .item-inner .text, .category .operation-item .item-inner .text {
  line-height: 1.5;
  font-size: 1.2em;
}
.category .operation-item.no1 .item-inner, .category .operation-item.no2 .item-inner, .category .operation-item.no3 .item-inner {
  height: 72px;
}
.category .operation-item.no1 .item-inner > *, .category .operation-item.no2 .item-inner > *, .category .operation-item.no3 .item-inner > * {
  margin-left: 92px;
}
.category .operation-item.no1 .pic,
.category .operation-item.no1 .title, .category .operation-item.no2 .pic,
.category .operation-item.no2 .title, .category .operation-item.no3 .pic,
.category .operation-item.no3 .title {
  display: block;
}
.category .operation-item.no1 .pic, .category .operation-item.no2 .pic, .category .operation-item.no3 .pic {
  position: absolute;
  top: 6px;
  left: 10px;
  margin: 0;
  padding: 0;
}
.category .operation-item.no1 .title, .category .operation-item.no2 .title, .category .operation-item.no3 .title {
  margin-bottom: 7px;
  padding-top: 12px;
}
.category .operation-item.no1 .item-inner {
  height: 112px;
}
.category .operation-item.no1 .item-inner > * {
  margin-left: 134px;
}
.category .operation-item.no1 .item-inner .title {
  padding-top: 30px;
}
.category .operation-item.no1 .item-inner .pic {
  margin: 0;
}
.category .operation-item.no4, .category .operation-item.no5 {
  float: left;
}
.category .operation-item.no4 .item-inner, .category .operation-item.no5 .item-inner {
  padding: 15px 10px;
  width: 147px;
  height: auto;
}
.category .operation-item.no4 .title, .category .operation-item.no5 .title {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.category .operation-item.no4 {
  margin-right: 1px;
}
.category .operation-item.no4 a {
  padding-right: 2px;
  background: url(../../img/pc/border2.png) right top repeat-y;
}
.category .operation-item.no1::before {
  background-position: 0 -340px;
}
.category .operation-item.no2::before {
  background-position: 0 -466px;
}
.category .operation-item.no3::before {
  background-position: 0 -529px;
}
.category .operation-item.no4::before {
  background-position: 0 -592px;
}
.category .operation-item.no5::before {
  background-position: 0 -655px;
}
.category .trouble-list {
  float: left;
  width: 329px;
}
.category .trouble-item.no1::before {
  background-position: 0 -340px;
}
.category .trouble-item.no2::before {
  background-position: 0 -466px;
}
.category .trouble-item.no3::before {
  background-position: 0 -529px;
}
.category .trouble-item.no4::before {
  background-position: 0 -592px;
}
.category .trouble-item.no5::before {
  background-position: 0 -655px;
}
.category .trouble-item.no6::before {
  background-position: 0 -718px;
}
.category .trouble-item.no7::before {
  background-position: 0 -781px;
}
.category .trouble-item.no8::before {
  background-position: 0 -844px;
}
.category .trouble-item.no9::before {
  background-position: 0 -907px;
}
.category .trouble-item.no10::before {
  background-position: 0 -403px;
}
.category .trouble-item .item-inner {
  background-position: 300px center;
  background-repeat: no-repeat;
}
.category .trouble-item.is-up .item-inner {
  background-image: url(../../img/pc/contents_ranking_bg_up.gif);
}
.category .trouble-item.is-same .item-inner {
  background-image: url(../../img/pc/contents_ranking_bg_same.gif);
}
.category .scroll-pane {
  height: 360px;
}
.category .scroll-bar-wrap {
  float: right;
  width: 8px;
  height: 100%;
  background: #bcb9b5;
}
.category .ui-widget {
  font-size: 1em;
}
.category .ui-slider {
  position: relative;
  margin: 0 auto;
  height: 100%;
  border: 0;
  background: none;
}
.category .ui-handle-helper-parent {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.category .ui-widget-content .ui-slider-handle {
  left: 1px;
  margin: 0;
  width: 6px;
  border: 0;
  border-radius: 0;
  outline: none;
  background: #7f7875;
  cursor: pointer;
}

#breast-hip #ranking .ranking-item {
  height: auto;
}
#breast-hip #ranking .operation-item.no2, #breast-hip #ranking .operation-item.no3 {
  float: left;
}
#breast-hip #ranking .operation-item.no2 .item-inner, #breast-hip #ranking .operation-item.no3 .item-inner {
  padding: 5px 10px 3px;
  width: 147px;
  height: auto;
}
#breast-hip #ranking .operation-item.no2 .pic,
#breast-hip #ranking .operation-item.no2 .title, #breast-hip #ranking .operation-item.no3 .pic,
#breast-hip #ranking .operation-item.no3 .title {
  display: table-cell;
}
* html #breast-hip #ranking .operation-item.no2 .pic,
* html #breast-hip #ranking .operation-item.no2 .title, * html #breast-hip #ranking .operation-item.no3 .pic,
* html #breast-hip #ranking .operation-item.no3 .title {
  display: inline;
  zoom: 1;
}
* + html #breast-hip #ranking .operation-item.no2 .pic,
* + html #breast-hip #ranking .operation-item.no2 .title, * + html #breast-hip #ranking .operation-item.no3 .pic,
* + html #breast-hip #ranking .operation-item.no3 .title {
  display: inline;
  zoom: 1;
}
#breast-hip #ranking .operation-item.no2 .pic, #breast-hip #ranking .operation-item.no3 .pic {
  position: static;
  padding-right: 8px;
}
#breast-hip #ranking .operation-item.no2 .title, #breast-hip #ranking .operation-item.no3 .title {
  margin: 0;
  padding: 0;
  line-height: 1.1666666667;
  font-weight: normal;
}
#breast-hip #ranking .operation-item.no2 .text, #breast-hip #ranking .operation-item.no3 .text {
  margin: 9px 0 0;
  line-height: 1.3333333333;
}
#breast-hip #ranking .operation-item.no2 {
  margin-right: 1px;
}
#breast-hip #ranking .operation-item.no2 a {
  padding-right: 2px;
  background: url(../../img/pc/border2.png) right top repeat-y;
}
#breast-hip #ranking .trouble-list {
  float: none;
  width: auto;
}
#breast-hip #ranking .scroll-pane {
  height: auto;
}

.m-for-customer {
  padding-top: 30px;
  border-top: 1px dotted #baafa6;
}
.m-for-customer-lead {
  box-sizing: border-box;
  margin-bottom: 25px;
  padding: 33px 0 38px;
  min-height: 160px;
  border: 1px solid #c5bbb3;
  background: url(../../img/pc/contents_category_for_customer_bg.gif) left top no-repeat;
  vertical-align: middle;
  text-align: center;
  line-height: 1.6153846154;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.6em;
  color: #7f7875;
}
.m-for-customer-lead em {
  display: inline-block;
  border-bottom: 1px solid #7f7875;
  line-height: 1.2352941176;
  font-size: 1.3076923077em;
}
.m-for-customer-contents {
  background: -owg-linear-gradient(#efece9, #efece9 90px, #fff 440px);
  background: linear-gradient(#efece9, #efece9 90px, #fff 440px);
  margin-bottom: 60px;
}
.m-for-customer-contents:last-child .m-for-customer-item:last-child {
  padding: 0;
  border: 0;
}
.m-for-customer-title {
  margin-bottom: 30px;
  padding: 1px;
  height: auto;
  border: 1px solid #baafa6;
  background: none;
  line-height: 1;
  font-size: 1em;
  box-sizing: border-box;
  box-shadow: 0 1px 0 #fff;
  margin-bottom: 25px;
  padding: 18px 0;
  min-height: 90px;
  background: url(../../img/pc/contents_category_for_customer_contents_title_bg.gif) 1px 1px no-repeat;
  text-align: center;
  line-height: 1.3;
  font-size: 2em;
  color: #fff;
}
.m-for-customer-item {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dotted #baafa6;
}
.m-for-customer-item-title {
  margin: 0 20px 30px;
  font-size: 1.8em;
  font-weight: bold;
  color: #7f7875;
}
.m-for-customer-item-title::before {
  content: "\f046";
  display: inline-block;
  margin-right: 0.4em;
  vertical-align: middle;
  font-family: fontAwesome;
  font-size: 1.1111111111em;
}
.m-for-customer-item-subtitle {
  margin-bottom: 10px;
  padding-left: 5px;
  border-left: 3px solid #7f7875;
  line-height: 1.2857142857;
  font-size: 1.4em;
  font-weight: bold;
  color: #7f7875;
}
.m-for-customer .price-info {
  margin: 0 45px 25px;
}
.m-for-customer .price-info .info-text {
  line-height: 1.3333333333;
  font-size: 12px;
  color: #7f7875;
}
.m-for-customer .price-info .info-text em {
  font-weight: bold;
}
.m-for-customer .price-info .caution {
  margin-top: 3px;
}
.m-for-customer .price-info .caution em {
  display: inline-block;
  margin-top: 3px;
}
.m-for-customer .price-info .caution em a {
  text-decoration: underline;
  font-weight: bold;
}
.m-for-customer-text {
  line-height: 1.8333333333;
  font-size: 1.2em;
  color: #7f7875;
}
.m-for-customer .m-result-item {
  margin: 0 45px 25px;
}
.m-for-customer .m-result-item-pic {
  margin-bottom: 10px;
}
.m-for-customer .m-result .before-after {
  *zoom: 1;
}
.m-for-customer .m-result .before-after:after {
  content: "";
  display: table;
  clear: both;
}
.m-for-customer .m-result .before-after-item {
  float: left;
}
.m-for-customer .m-result .before-after-item:first-child {
  position: relative;
  margin-right: 18px;
}
.m-for-customer .m-result .before-after-item:first-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -13px;
  margin-top: -8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #a39489;
}
.m-for-customer .m-anchor {
  margin-bottom: 12px;
  margin: 0 20px 40px;
}
.m-for-customer .m-anchor ul {
  *zoom: 1;
}
.m-for-customer .m-anchor ul:after {
  content: "";
  display: table;
  clear: both;
}
.m-for-customer .m-anchor li {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 1.2em;
  white-space: nowrap;
}
.m-for-customer .m-anchor a {
  padding-left: 15px;
  background-image: url(../../img/pc/sprite/arrow.png);
  background-position: 0 -1126px;
  background-repeat: no-repeat;
  color: #6d9dd0;
}
.m-for-customer .m-anchor a:hover {
  background-image: url(../../img/pc/sprite/hover/arrow.png);
  background-position: 0 -98px;
  background-repeat: no-repeat;
}
.m-for-customer .m-aftercare {
  margin: 0 40px;
  padding-bottom: 30px;
  border-top: 2px solid #7f7875;
  background: #efece9;
}
.m-for-customer .m-aftercare-title {
  box-shadow: inset 0 -1px 0 #d8cfc9;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
  text-align: center;
  line-height: 4.625;
  font-size: 1.6em;
  font-weight: bold;
  color: #7f7875;
}
.m-for-customer .m-aftercare-text {
  float: left;
  margin: 0 20px 25px 30px;
  width: 444px;
  line-height: 1.8333333333;
  font-size: 1.2em;
  color: #7f7875;
}
.m-for-customer .m-aftercare-pic {
  overflow: hidden;
  margin-right: 30px;
  border: 1px solid #c7bcb5;
}
.m-for-customer .m-aftercare-button {
  clear: both;
  text-align: center;
}
.m-for-customer .m-advantage-contents-text {
  margin: 0 40px 20px 50px;
}
.m-for-customer .m-advantage-contents-pic {
  margin: 0 40px 25px 50px;
}
.m-for-customer .m-advantage-contents-button {
  margin-right: 40px;
  text-align: right;
}
.m-for-customer .m-counseling-text,
.m-for-customer .m-fatinjectionamount-text {
  float: left;
  margin-right: 30px;
  width: 384px;
}
.m-for-customer .m-counseling-pic,
.m-for-customer .m-fatinjectionamount-pic {
  overflow: hidden;
  margin: 0;
}
.m-for-customer .m-related {
  margin: 0 40px 0 50px;
}
.m-for-customer .m-related-title {
  margin-bottom: 5px;
  font-size: 1.4em;
  font-weight: bold;
  color: #7f7875;
}
.m-for-customer .m-related-title::before {
  content: "\f0f6";
  display: inline-block;
  margin-top: -0.1em;
  margin-right: 0.4em;
  vertical-align: middle;
  font-family: fontAwesome;
  font-size: 1.4285714286em;
}
.m-for-customer .m-related-list {
  padding: 30px 0 30px 90px;
  border: 1px solid #c7bcb5;
}
.m-for-customer .m-related-item {
  margin-bottom: 12px;
}
.m-for-customer .m-related-item:last-child {
  margin: 0;
}
.m-for-customer .m-related a {
  padding-left: 15px;
  background-image: url(../../img/pc/sprite/arrow.png);
  background-position: 0 -806px;
  background-repeat: no-repeat;
  text-decoration: underline;
  font-size: 1.4em;
  color: #6d9dd0;
}
.m-for-customer .m-related a:hover {
  background-image: url(../../img/pc/sprite/ranking.png);
  background-position: 0 2px;
  background-repeat: no-repeat;
}
.m-for-customer .m-more-button {
  clear: both;
  text-align: center;
}
.m-for-customer .m-crfassociation-pic {
  overflow: hidden;
  margin: 0 auto 25px;
  width: 470px;
}
.m-for-customer .m-crfassociation-pic > div {
  float: left;
  margin: 0 6px 6px 0;
}
.m-for-customer .m-fatinjection-pic {
  overflow: hidden;
}
.m-for-customer .m-fatinjection-pic-item:first-child {
  float: left;
  margin-right: 0;
}
.m-for-customer .m-fatinjection-pic-item:last-child {
  float: right;
  margin-left: 0;
}
.m-for-customer .m-receiving-contents {
  margin: 0 40px 40px 50px;
  padding-bottom: 40px;
  border-bottom: 1px dotted #baafa6;
}
.m-for-customer .m-receiving-contents:last-child {
  margin-bottom: 0;
  padding: 0;
  border: 0;
}
.m-for-customer .m-receiving-pic {
  *zoom: 1;
  margin: 0 0 25px;
}
.m-for-customer .m-receiving-pic:after {
  content: "";
  display: table;
  clear: both;
}
.m-for-customer .m-receiving-pic-text {
  float: left;
  margin-right: 30px;
  width: 384px;
}
.m-for-customer .m-receiving-pic-img {
  overflow: hidden;
  margin: 0;
}
.m-for-customer .m-receiving-pic-img img {
  border: 1px solid #baafa6;
}
.m-for-customer .m-receiving .m-related {
  margin: 0;
}

/*----------------------------------------------------------------------
8.	#sub
----------------------------------------------------------------------*/
#sub {
  float: left;
  margin-bottom: 80px;
  width: 194px;
}
#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-image: url(../../img/pc/sprite/hover/sub.png);
  background-repeat: no-repeat;
}
#sub .medicallist-item.introduction {
  background-image: url(../../img/pc/sprite/hover/sub.png);
  background-repeat: no-repeat;
}
#sub .medicallist-item.drseminar {
  background-position: 0 -132px;
}
#sub .medicallist-item.introduction {
  background-position: 0 -182px;
}
#sub .medicallist-item a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#sub .info {
  margin-bottom: 20px;
  padding: 4px;
  background: url(../../img/pc/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:nth-child(2) {
  background-position: 0 -66px;
}
#sub .info li:nth-child(3) {
  background-position: 0 0;
}
#sub .info li:last-child {
  margin: 0;
}
#sub .info li:nth-child(2) {
  background-image: url(../../img/pc/sub_info_mail_h.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#sub .info li:nth-child(2) a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#sub .info li:nth-child(3) {
  background-image: url(../../img/pc/sub_info_counseling_h.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#sub .info li:nth-child(3) a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 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 > * {
  display: block;
  border: 1px solid #baafa6;
}
#sub .banner .clinic, #sub .banner #footer .kuchikomi, #footer #sub .banner .kuchikomi {
  margin-bottom: 20px;
}
#sub .banner .clinic li, #sub .banner #footer .kuchikomi li, #footer #sub .banner .kuchikomi li {
  margin-bottom: 5px;
}
#sub .banner .clinic-item {
  background: url(../../img/pc/sub_banner_clinic_bg.gif) left bottom repeat-x #f5f3f1;
}
#sub .banner .clinic-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  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-image: url(../../img/pc/sprite/arrow.png);
  background-position: 176px -791px;
  background-repeat: no-repeat;
  line-height: 1.2;
  color: #7f7875;
}
#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 {
  margin-bottom: 10px;
}
#sub .feature img {
  border: 1px solid #baafa6;
}
#sub .feature .feature-item img,
#sub .feature .tummy-tuck img,
#sub .feature .owo img,
#sub .feature .quality img {
  border: 0;
}
#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/pc/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 {
  box-shadow: none;
  left: 0;
  height: 227px !important;
  border: 0;
  background: 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/pc/index_relatedsites_arrow1.gif);
  background-position: center;
}
#sub .matome .s-matome-wrapper .bx-controls .bx-next {
  bottom: 0;
  background-image: url(../../img/pc/index_relatedsites_arrow2.gif);
  background-position: center;
}

#sub .menu a {
  padding: 5px 10px;
  line-height: 1.3333333333;
}
#sub .menu a span {
  font-size: 0.8333333333em;
}
#sub .menu li {
  padding-bottom: 1px;
  border-bottom: 1px dotted #baafa6;
  background: #f2efed;
}
#sub .menu li:last-child {
  border-bottom: 0;
}
#sub .menu li.active {
  background-color: #e4dfdb;
}
#sub .menu dt,
#sub .menu dd {
  display: table-cell;
  vertical-align: middle;
}
#sub .menu dt {
  padding-right: 9px;
}
#sub .menu dt img {
  border: 1px solid #baafa6;
}
#sub .menu dd {
  line-height: 1.3333333333;
}
#sub .menu dd .reccomend {
  display: inline;
  margin-left: 5px;
}
#sub .menu dd .reccomend img {
  vertical-align: text-top;
}

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

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

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