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

File Name:		repair.scss
Note:			他院の失敗の修正外来用SCSSファイル


New Creation:	2014/07/30 11:24:15.
Last Change:	2014/10/22 16:25:14.


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, #gnavi > ul > li.solution, #footer #fnavi > ul > li.solution {
  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, .ad #gnavi > ul > li.solution, .ad #footer #fnavi > ul > li.solution, #footer .ad #fnavi > ul > li.solution {
  background-image: url(../img/ad_nav_case_a.png?v=4);
}
.ad #gnavi > ul > li.price, .ad #footer #fnavi > ul > li.price, #footer .ad #fnavi > ul > li.price {
  background-image: url(../img/ad_nav_price_a.png?v=4);
}
.ad #gnavi > ul > li.campaign, .ad #footer #fnavi > ul > li.campaign, #footer .ad #fnavi > ul > li.campaign {
  background-image: url(../img/ad_nav_campaign_a.png?v=4);
}
.ad #gnavi > ul > li.doctor, .ad #footer #fnavi > ul > li.doctor, #footer .ad #fnavi > ul > li.doctor {
  background-image: url(../img/ad_nav_doctor_a.png?v=4);
}
.ad #gnavi > ul > li.access, .ad #footer #fnavi > ul > li.access, #footer .ad #fnavi > ul > li.access {
  background-image: url(../img/ad_nav_access_a.png?v=4);
}
.ad #gnavi > ul > li.qa, .ad #footer #fnavi > ul > li.qa, #footer .ad #fnavi > ul > li.qa {
  background-image: url(../img/ad_nav_qa_a.png?v=4);
}

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

.area-link {
  position: relative;
  transition: opacity 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;
}

#content {
  padding-right: 0;
  padding-left: 0;
  width: 988px;
}
* html #content {
  padding-left: 1px;
}
* + html #content {
  padding-left: 1px;
}

article aside {
  margin: 0 142px;
  padding: 0;
  border: 0;
}
#main {
  float: none;
  width: auto;
}

#topicpath {
  margin: 0 30px;
}

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

article a > * {
  transition: opacity 0.15s linear;
}
article a:hover {
  text-decoration: none !important;
}
article a:hover > * {
  opacity: 0.5;
}
article > aside {
  padding-top: 45px;
  border-top: 1px dotted #baafa6;
}

#main > .title {
  margin: 0 0 20px;
}

#index #main {
  margin-bottom: 0;
  padding-bottom: 45px;
  background: url(../img/repair_index_bg.png) 0 0 repeat-y;
}
#index #main > .title {
  margin-bottom: 60px;
}
#index #main .lead {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 27px;
  padding: 0 80px;
}
#index #main .lead .title {
  width: 100%;
  text-align: center;
}
#index #main .lead .text {
  margin-top: 40px;
  margin-right: 20px;
  width: 477px;
  text-align: justify;
  line-height: 1.7857142857;
  font-size: 1.4em;
  color: #7f7875;
}
#index #main .lead .pic {
  margin-right: -43px;
}
#index #main .trouble {
  margin: 0 auto 40px;
  width: 828px;
}
#index #main .trouble-item {
  padding: 40px 30px 20px 209px;
}
#index #main .trouble-item + .trouble-item {
  margin-top: 15px;
}
#index #main .trouble-item .title {
  display: flex;
  align-items: center;
  margin-bottom: 8.5px;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.6em;
  font-weight: bold;
  color: #7d3b6e;
}
#index #main .trouble-item .title::before {
  content: "";
  display: block;
  margin-right: 13px;
  width: 53px;
  height: 46px;
  background: url(../img/repair_index_trouble_title_bg.png) 0 0 no-repeat;
}
#index #main .trouble-item .title::after {
  content: attr(data-eng);
  margin: 0 0 0 auto;
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 0.4230769231em;
  font-weight: normal;
  color: #ba98af;
}
#index #main .trouble-item .text {
  margin-bottom: 16.5px;
  line-height: 1.7857142857;
  font-size: 1.4em;
  color: #7f7875;
}
#index #main .trouble-item .link {
  text-align: right;
}
#index #main .trouble-item .link a {
  display: inline-block;
  padding-right: 16px;
  background: url(../img/arrow/arrow2.png) right top no-repeat;
  font-size: 1.2em;
  color: #7f7875;
}
#index #main .trouble-item .link a:hover {
  color: #7f7875 !important;
}
#index #main .trouble-item.liposuction {
  background: url(../img/repair_index_trouble_liposuction_bg.png) 0 0 no-repeat;
}
#index #main .trouble-item.breasts {
  background: url(../img/repair_index_trouble_breasts_bg.png) 0 0 no-repeat;
}
#index #main .trouble-item.face {
  background: url(../img/repair_index_trouble_face_bg.png) 0 0 no-repeat;
}

.tab {
  margin: 0 auto 25px;
  width: 829px;
}
.tab.bottom {
  margin-bottom: 40px;
}

.tab-list {
  display: flex;
}

.top .tab-item {
  padding-top: 8px;
}
.bottom .tab-item {
  padding-bottom: 8px;
}
.tab-item.is-active {
  padding: 0;
}
.tab-item.is-active + .tab-item {
  margin-left: -1px;
}
.tab-item.is-active:last-child {
  margin-left: -1px;
}
.tab-item img {
  background: #fff;
}

.last-update {
  margin: 0 80px 25px;
  text-align: right;
  font-size: 1em;
  color: #7f7875;
}

.p-toc {
  margin: 0 80px 80px;
  border: 1px solid #dcd5cf;
  background: #fff;
}
.p-toc a {
  color: #6d98c2;
}
.p-toc__title {
  display: flex;
  align-items: center;
  padding-left: 22px;
  height: 55px;
  font-size: 1.5em;
  color: #584f4c;
}
.p-toc__button {
  margin-left: 8px;
  font-size: 0.8666666667em;
}
.p-toc__button a {
  cursor: pointer;
}
.p-toc.is-open .p-toc__button a::before {
  content: "非";
}
.p-toc__list {
  padding: 15px 20px 20px;
  border-top: 1px solid #dcd5cf;
}
.p-toc__item > a {
  display: flex;
  align-items: center;
  font-size: 1.3em;
}
.p-toc__item > a::before {
  content: "";
  margin-right: 9px;
  width: 20px;
  height: 20px;
  background: url(../img/arrow/arrow21.png) 0 0 no-repeat;
}
.p-toc__item + .p-toc__item {
  margin-top: 1em;
}
.p-toc__sub__list {
  margin-left: 40px;
}
.p-toc__sub__item {
  margin-top: 14px;
}
.p-toc__sub__item:first-child {
  margin-top: 9px;
}
.p-toc__sub__item::before {
  content: "- ";
}
.p-toc__sub__item a {
  font-size: 1.3em;
}

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

.details {
  margin: 0 80px 40px;
}
.details > .title {
  margin-bottom: 40px;
  padding: 41px 81px 0 210px;
  width: 587px;
  height: 146px;
  background-position: left top;
  background-repeat: no-repeat;
}
.details > .title .pic {
  margin: 0 0 19px 67px;
}
.details > .title .text {
  line-height: 1.5714285714;
  font-size: 1.4em;
  color: #7f7875;
}
#liposuction .details > .title {
  background-image: url(../img/repair_liposuction_title_bg.jpg);
}
#breasts .details > .title {
  background-image: url(../img/repair_breasts_title_bg.jpg);
}
#face .details > .title {
  background-image: url(../img/repair_face_title_bg.jpg);
}
.details .counseling {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -80px 40px;
  padding: 36px 80px 0 56px;
  background: url(../img/repair_liposuction_counseling_bg.png) 0 bottom no-repeat;
}
.details .counseling .link {
  width: 254px;
}
.details .counseling .link .lead {
  margin-bottom: 10px;
}
.details .counseling .link a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 2px solid #554c48;
  background: -webkit-gradient(linear, left top, left bottom, from(#91847b), to(#443b34));
  background: linear-gradient(#91847b, #443b34);
  vertical-align: middle;
  line-height: 1.25;
  color: #f5f2f0;
  box-sizing: border-box;
  transition: opacity 0.1s linear;
}
.details .counseling .link a .inner-text {
  margin-right: 10px;
  margin-left: 20px;
  text-align: center;
  line-height: 2.5;
  font-size: 16px;
}
.details .counseling .link a:hover {
  opacity: 0.7;
  color: inherit !important;
}
.details .counseling .link a:hover > *, .details .counseling .link a:hover::before {
  opacity: 0.7;
  color: #f5f2f0;
}
.details .counseling .link a::before {
  display: block;
  flex-grow: 1;
  align-self: flex-end;
  order: 3;
  width: 100%;
  border-top: 1px solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 10px;
}
.details .counseling .link a::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../img/qa_line_arrow.png) right top no-repeat;
}
.details .counseling .link a::before {
  content: "ドクターが全て対応します";
}

.box {
  margin: 80px 0 40px;
}
.box > .title {
  margin-bottom: 20px;
  padding-top: 35px;
  background: url(../img/repair_details_box_title_bg.png) 0 0 no-repeat;
  text-align: center;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.6em;
  font-weight: bold;
  color: #7d3b6e;
}
.box > .title::after {
  content: attr(data-eng);
  display: block;
  margin-top: 12px;
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 0.4230769231em;
  font-weight: normal;
  color: #c7bcb5;
}

#main .case > .title, #main .solution > .title {
  margin-bottom: 20px;
}
#main .case .lead, #main .solution .lead {
  margin: 0 0 19.5px;
  text-align: justify;
  line-height: 1.7857142857;
  font-size: 1.4em;
  color: #7f7875;
}

.case-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 40px;
}
.case-contents > .title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 32px;
  margin-left: 38px;
  width: 100%;
  border-bottom: 1px solid #d6d5d4;
}
.case-contents > .title::after {
  content: "";
  display: block;
  margin: 0 0 8px auto;
  width: 88px;
  height: 12px;
  background: url(../img/repair_liposuction_case_title_bg.png) 0 0 no-repeat;
}
.case-contents .title-text {
  display: flex;
  align-items: center;
  margin-bottom: -17px;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.1em;
  color: #7d3b6e;
}
.case-contents .title-text::before {
  content: "";
  display: block;
  margin-right: 13px;
  margin-left: -38px;
  width: 76px;
  height: 76px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.case-contents .item-inner {
  width: 463px;
}
.case-contents .summary {
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #b8aaa0;
}
.case-contents .summary th,
.case-contents .summary td {
  padding: 0 10px;
  height: 30px;
  border: 1px solid #b8aaa0;
  box-sizing: border-box;
}
.case-contents .summary th {
  width: 65px;
  text-align: center;
  font-size: 1.1em;
  color: #90877f;
}
.case-contents .summary td {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.5;
  font-size: 1.2em;
  font-weight: bold;
  color: #6d6663;
}
.case-contents .text {
  line-height: 1.7142857143;
  font-size: 1.4em;
  color: #7f7875;
}
.case-contents .pic {
  display: table;
  margin: 0;
}
.case-contents .pic figcaption {
  display: table-caption;
  background: #d5d5d6;
  caption-side: top;
  text-align: center;
  line-height: 27px;
  font-size: 1.2em;
  color: #584f4c;
}

.case-item {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  width: 100%;
}
.case-item > .title {
  display: flex;
  align-items: center;
  padding-left: 11px;
  width: 198px;
  height: 49px;
  border-left: 10px solid #d5d5d6;
  line-height: 1.4285714286;
  font-size: 1.4em;
  font-weight: bold;
  color: #6d6663;
  box-sizing: border-box;
}
.case-item .text {
  margin-right: 20px;
  width: 490px;
}

.solution {
  margin-top: 80px;
}
.solution .lead {
  margin: 0 0 19.5px;
  text-align: justify;
  line-height: 1.7857142857;
  font-size: 1.4em;
  color: #7f7875;
}

.solution-item {
  overflow: hidden;
  clear: both;
  margin: 0 0 25px;
}
.solution-item:last-child {
  margin-bottom: 0;
}
.solution-item .title {
  display: flex;
  position: relative;
  align-items: center;
  float: left;
  margin-bottom: 25px;
  padding-left: 29px;
  height: 45px;
  background: url(../img/repair_liposuction_solution_title_bg.png) 0 0 no-repeat;
  font-size: 1.5em;
  font-weight: bold;
  color: #574f4c;
}
.solution-item .title .em {
  display: block;
  margin-left: 4px;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6em;
  font-weight: bold;
  color: #7d3b6e;
}
.solution-item > .text {
  position: relative;
  z-index: 1;
  float: left;
  width: 607px;
  text-align: justify;
  line-height: 1.7142857143;
  font-size: 1.4em;
  color: #7f7875;
}
.solution-item .pic {
  overflow: hidden;
}

.m-operation-list {
  display: flex;
  flex-direction: row-reverse;
}
.m-operation-item {
  box-sizing: border-box;
  flex-basis: 359px;
  margin-left: 6px;
  border: 0;
}
.m-operation-item a {
  transition: opacity 0.1s linear;
  display: block;
  background: url(../img/arrow/arrow.png) right 10px center no-repeat;
  color: inherit;
}
.m-operation-item a:hover {
  opacity: 1;
}
.m-operation-item .item-inner {
  display: flow-root;
  position: relative;
  padding: 10px 0;
  min-height: 65px;
  transition: opacity 0.1s linear;
}
.m-operation-item .item-inner:hover {
  opacity: 0.5;
}
.m-operation-item .name {
  font-size: 1.6em;
  color: #6d9dd0;
}
.m-operation-item .pic {
  position: absolute;
  top: 10px;
  left: 0;
  border: 1px solid #d7d4d3;
}
.m-operation-item .text {
  font-size: 1.4em;
}
.m-operation-item a {
  display: block;
  background: none;
  color: inherit;
}
.m-operation-item a:hover {
  opacity: 1;
}
.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;
}
.m-operation-item .item-inner:hover {
  opacity: 0.5;
}
.m-operation-item .name,
.m-operation-item .text {
  margin-left: 76px;
}
.m-operation-item .name {
  margin-bottom: 12px;
}
.m-operation-item .pic {
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #d7d4d3;
}
.m-operation-item .text {
  line-height: 1.4285714286;
  font-size: 1.4em;
}
.m-operation-item .text::before {
  margin-top: -3px;
}
.m-operation-item .text::after {
  margin-top: -3px;
}
.m-operation-item .item-inner {
  height: 100%;
  border: 1px solid #d7d4d3;
  box-sizing: border-box;
}
.m-operation-item .notice {
  display: block;
  margin-top: 5px;
  text-align: right;
  font-size: 1em;
  color: #7f7875;
}

#liposuction .case1 > .title .title-text::before {
  background-image: url(../img/repair_liposuction_case_title_bg1.png);
}
#liposuction .case2 > .title .title-text::before {
  background-image: url(../img/repair_liposuction_case_title_bg2.png);
}
#liposuction .case3 > .title .title-text::before {
  background-image: url(../img/repair_liposuction_case_title_bg3.png);
}
#liposuction .details .counseling .title {
  margin: -36px 0 -15px -24px;
}
#liposuction .solution-item > .text {
  margin-right: -63px;
}
#liposuction .solution-item.point1 .title {
  margin-top: 17px;
}
#liposuction .solution-item.point2 {
  margin-top: -13px;
}
#liposuction .solution-item.point2 .title {
  margin-top: 13px;
}
#liposuction .solution-item.point3 {
  margin-top: -15px;
}
#liposuction .solution-item.point3 .title {
  margin-top: 15px;
}

#breasts .case-contents table td {
  width: 343px;
}
#breasts .details .counseling .title {
  margin: -31px 0 0 15px;
}
#breasts .siliconbag .case1 > .title .title-text::before {
  background-image: url(../img/repair_breasts_siliconbag_case_title_bg1.png);
}
#breasts .siliconbag .case2 > .title .title-text::before {
  background-image: url(../img/repair_breasts_siliconbag_case_title_bg2.png);
}
#breasts .siliconbag .case3 > .title .title-text::before {
  background-image: url(../img/repair_breasts_siliconbag_case_title_bg3.png);
}
#breasts .siliconbag .solution-item > .text {
  margin-right: -36px;
}
#breasts .siliconbag .solution-item.point1 .title {
  margin-top: 17px;
}
#breasts .siliconbag .solution-item.point2 {
  margin-top: -13px;
}
#breasts .siliconbag .solution-item.point2 .title {
  margin-top: 13px;
}
#breasts .siliconbag .solution-item.point3 {
  margin-top: -10px;
}
#breasts .siliconbag .solution-item.point3 .title {
  margin-top: 10px;
}
#breasts .hyaluronic-acid .case1 > .title .title-text::before {
  background-image: url(../img/repair_breasts_hyaluronic-acid_case_title_bg1.png);
}
#breasts .hyaluronic-acid .solution-item > .text {
  margin-right: -36px;
}
#breasts .hyaluronic-acid .solution-item.point1 .title {
  margin-top: 17px;
}
#breasts .hyaluronic-acid .solution-item.point2 {
  margin-top: -17px;
}
#breasts .hyaluronic-acid .solution-item.point2 .title {
  margin-top: 17px;
}
#breasts .hyaluronic-acid .solution-item.point3 {
  margin-top: -18px;
}
#breasts .hyaluronic-acid .solution-item.point3 .title {
  margin-top: 18px;
}
#breasts .fat-injection .case1 > .title .title-text::before {
  background-image: url(../img/repair_breasts_fat-injection_case_title_bg1.png);
}
#breasts .fat-injection .case2 > .title .title-text::before {
  background-image: url(../img/repair_breasts_fat-injection_case_title_bg2.png);
}
#breasts .fat-injection .solution-item > .text {
  margin-right: -36px;
}
#breasts .fat-injection .solution-item.point1 .title {
  margin-top: 17px;
}
#breasts .fat-injection .solution-item.point2 {
  margin-top: -17px;
}
#breasts .fat-injection .solution-item.point2 .title {
  margin-top: 17px;
}
#breasts .fat-injection .solution-item.point3 {
  margin-top: -18px;
}
#breasts .fat-injection .solution-item.point3 .title {
  margin-top: 18px;
}

#face .case1 > .title .title-text::before {
  background-image: url(../img/repair_face_case_title_bg1.png);
}
#face .case2 > .title .title-text::before {
  background-image: url(../img/repair_face_case_title_bg2.png);
}
#face .case3 > .title .title-text::before {
  background-image: url(../img/repair_face_case_title_bg3.png);
}
#face .case4 > .title .title-text::before {
  background-image: url(../img/repair_face_case_title_bg4.png);
}
#face .case-contents table td {
  width: 343px;
}
#face .details .counseling .title {
  margin: -36px 0 0 -19px;
}
#face .solution-item > .text {
  margin-right: -36px;
}
#face .solution-item.point1 .title {
  margin-top: 17px;
}
#face .solution-item.point2 {
  margin-top: -17px;
}
#face .solution-item.point2 .title {
  margin-top: 9px;
}
#face .solution-item.point3 {
  margin-top: -18px;
}
#face .solution-item.point3 .title {
  margin-top: 12px;
}
#face .re-operation > .title {
  margin-bottom: 20px;
}
#face .re-operation .lead {
  margin: 0 0 19.5px;
  text-align: justify;
  line-height: 1.7857142857;
  font-size: 1.4em;
  color: #7f7875;
}
#face .re-operation-item > .title {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 15px;
  margin-bottom: 25px;
  padding-left: 29px;
  height: 45px;
  background: url(../img/repair_liposuction_solution_title_bg.png) 0 0 no-repeat;
  font-size: 1.5em;
  font-weight: bold;
  color: #574f4c;
}
#face .re-operation-item > .title .em {
  display: block;
  margin-left: 4px;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6em;
  font-weight: bold;
  color: #7d3b6e;
}
#face .re-operation .pic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#face .re-operation .img {
  display: table;
  margin: 0 0 14px;
}
#face .re-operation .img figcaption {
  display: table-caption;
  background: #d5d5d6;
  caption-side: top;
  text-align: center;
  line-height: 27px;
  font-size: 1.2em;
  color: #584f4c;
}
#face .re-operation .case-info {
  padding: 5px 15px 13px;
  border: 1px solid #d5d5d6;
}
#face .re-operation .case-info > table {
  width: 100%;
}
#face .re-operation .case-info > table th,
#face .re-operation .case-info > table td {
  line-height: 1.4;
  font-size: 1em;
  color: #7f7875;
}
#face .re-operation .case-info > table th {
  width: 68px;
  text-align-last: justify;
}
#face .re-operation .case-info > table tbody th {
  vertical-align: top;
}
#face .re-operation .case-info > table tbody td {
  border-bottom: 1px solid #d5d5d6;
}
#face .re-operation .case-info > table tfoot th,
#face .re-operation .case-info > table tfoot td {
  padding-top: 8px;
}
#face .re-operation .case-info > table tfoot td {
  padding-left: 1em;
  text-indent: -1em;
}
#face .re-operation .case-info > table table {
  margin-top: 8px;
  margin-bottom: 8px;
}
#face .re-operation .case-info > table table tbody td {
  padding-left: 1em;
  border-bottom: 0;
  text-indent: -1em;
}

/*----------------------------------------------------------------------
8.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
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;
}
/*# sourceMappingURL=repair.css.map */
