@charset "UTF-8";
@font-face {
  src: url(../fonts/YakuHanJP/YakuHanJP-Regular.woff2) format("woff2"), url(../fonts/YakuHanJP/YakuHanJP-Regular.woff) format("woff"), url(../fonts/YakuHanJP/YakuHanJP-Regular.eot);
  font-family: 'YakuHanJP';
  font-weight: 400;
  font-style: normal;
}
@font-face {
  src: url(../fonts/YakuHanJP/YakuHanJP-Bold.woff2) format("woff2"), url(../fonts/YakuHanJP/YakuHanJP-Bold.woff) format("woff"), url(../fonts/YakuHanJP/YakuHanJP-Bold.eot);
  font-family: 'YakuHanJP';
  font-weight: 700;
  font-style: normal;
}
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:		pc.scss
Note:			PC インデックス用SCSSファイル


New Creation:	2013/03/04 18:08:40.
Last Change:	2018/09/19.


Created By		Yoshiaki Murakami
Update By       Kosuke Inoue

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

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

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
0.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
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;
}

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

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

small {
  font-size: 1em;
}

mark {
  background: none;
}

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

textarea {
  vertical-align: top;
}

iframe {
  border: 0;
}

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

header,
footer,
article,
section,
aside,
nav,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*----------------------------------------------------------------------
2.	HTMLタグ
----------------------------------------------------------------------*/
html {
  color: #505050;
}

body {
  font-feature-settings: 'pkna' 1;
}

a {
  color: #6d9dcf;
}

object {
  -moz-transition: opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
object.is-inactive {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
object.is-active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/*----------------------------------------------------------------------
3.	container
----------------------------------------------------------------------*/
.l-container {
  overflow: hidden;
  min-width: 920px;
  padding-bottom: 115px;
  background: #eae9e7;
}

/*----------------------------------------------------------------------
4.	共通部分
----------------------------------------------------------------------*/
.wow {
  visibility: hidden;
}

.sp {
  display: none !important;
}

.is-gsap .js-fade {
  transition: all 1.5s;
  opacity: 0;
}
.is-gsap .js-fade--top {
  transform: translateY(30px);
}
.is-gsap .is-show {
  opacity: 1;
  transform: translateY(0);
}

/*----------------------------------------------------------------------
5.	header
----------------------------------------------------------------------*/
.h-navi {
  height: 70px;
  background: #fff;
}
.h-navi-list {
  *zoom: 1;
  margin: 0 auto;
  width: 920px;
}
.h-navi-list:after {
  content: "";
  display: table;
  clear: both;
}
.h-navi-item {
  float: left;
}
.h-navi-item.is-active a,
.h-navi-item.is-active a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.h-navi a {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.h-navi a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.h-navi.headroom--not-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}
.h-navi .commitment.is-active {
  background: url(../img/navi_commitment_a.png) left top no-repeat;
}
.h-navi .factor.is-active {
  background: url(../img/navi_factor_a.png) left top no-repeat;
}
.h-navi .price.is-active {
  background: url(../img/navi_price_a.png) left top no-repeat;
}
.h-navi .qa.is-active {
  background: url(../img/navi_qa_a.png) left top no-repeat;
}
.h-navi .clinic.is-active {
  background: url(../img/navi_clinic_a.png) left top no-repeat;
}
.h-navi .application.is-active {
  background: url(../img/navi_application_a.png) left top no-repeat;
}

.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"])::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  margin-top: -10.78125%;
  padding-top: 21.5625%;
  width: 100%;
  background: url(../img/header_bg.png) center repeat-x;
  background-size: contain;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .h-inner {
  position: relative;
  width: 53.125%;
  height: auto;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 51%;
  left: 46.5%;
  z-index: 2;
  margin: 0 0 0 -22.9166666667%;
  background: rgba(255, 255, 255, 0.5);
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .h-inner::before {
  content: '';
  display: block;
  padding-top: 53.8636363636%;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .h-inner > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .h-contents-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10% 1.1363636364% 11%;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .h-logo {
  margin: -8% -3% 8% 0;
  text-align: center;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .h-price {
  margin-bottom: 2.0408163265%;
  text-align: center;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .h-feature {
  *zoom: 1;
  margin: 0 auto 2.0408163265%;
  width: 85%;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .h-feature:after {
  content: "";
  display: table;
  clear: both;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .h-feature-item {
  float: left;
  margin-right: -4.0816326531%;
  width: 35.3741496599%;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .h-feature img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .h-text {
  text-align: center;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .h-duration {
  display: table;
  width: 100%;
  border-top: 1px solid #696664;
  border-bottom: 1px solid #696664;
  background: rgba(215, 210, 205, 0.5);
  line-height: 1.5;
  font-size: 1.8vw;
  color: #575453;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .h-duration > * {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .h-duration .title {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 27%;
  background: url(../img/duration_bg.png?v=2) left top no-repeat;
  background-size: 100% 100%;
  font-size: 1.4vw;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .h-duration .contents {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .85% 0;
  width: 63%;
  font-size: 1.7vw;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .h-duration .note {
  position: absolute;
  left: 0;
  bottom: -.8em;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .h-duration .note small {
  display: block;
  line-height: 1.5;
  font-size: .8vw;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link {
  width: 100%;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-list {
  *zoom: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-list:after {
  content: "";
  display: table;
  clear: both;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item {
  position: relative;
  overflow: hidden;
  float: left;
  width: 50%;
  height: 50%;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #b84662;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item a::before, .l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item a::before {
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item a:hover::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=45);
  opacity: 0.45;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item a:hover .button img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item a::after {
  z-index: 2;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item .button {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item .button img {
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item:nth-child(odd) .button {
  left: 0;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item:nth-child(even) .button {
  right: 0;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item:nth-child(1) .button, .l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item:nth-child(2) .button {
  top: 0;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item:nth-child(3) .button, .l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item:nth-child(4) .button {
  bottom: 0;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item:nth-child(3) img, .l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item:nth-child(4) img {
  vertical-align: bottom;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item.face a::before {
  background-image: url(../img/face_bg.jpg);
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item.face a:hover .button {
  background-image: url(../img/button_face_h.png);
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item.face .button {
  position: relative;
  width: 28.0208333333%;
  height: auto;
  position: absolute;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item.face .button::before {
  content: '';
  display: block;
  padding-top: 80.6691449814%;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item.face .button > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item.upperarm a::before {
  background-image: url(../img/upperarm_bg.jpg);
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item.upperarm a:hover .button {
  background-image: url(../img/button_upperarm_h.png);
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item.upperarm .button {
  position: relative;
  width: 50.625%;
  height: auto;
  position: absolute;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item.upperarm .button::before {
  content: '';
  display: block;
  padding-top: 47.3251028807%;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item.upperarm .button > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item.thigh a::before {
  background-image: url(../img/thigh_bg.jpg);
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item.thigh a:hover .button {
  background-image: url(../img/button_thigh_h.png);
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item.thigh .button {
  position: relative;
  width: 50%;
  height: auto;
  position: absolute;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item.thigh .button::before {
  content: '';
  display: block;
  padding-top: 39.7916666667%;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item.thigh .button > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item.abdomen a::before {
  background-image: url(../img/abdomen_bg.jpg);
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item.abdomen a:hover .button {
  background-image: url(../img/button_abdomen_h.png);
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item.abdomen .button {
  position: relative;
  width: 38.9583333333%;
  height: auto;
  position: absolute;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item.abdomen .button::before {
  content: '';
  display: block;
  padding-top: 51.0695187166%;
}
.l-header:not(header[class*="p2"]):not(header[class*="p3"]):not(header[class*="p4"]) .m-page-link-item.abdomen .button > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-header.p1.p1.p1.p1 .m-page-link-item.face a::before {
  background-image: url(../img/p1_face_bg.jpg);
}
.l-header.p1.p1.p1.p1 .m-page-link-item.upperarm a::before {
  background-image: url(../img/p1_upperarm_bg.jpg);
}
.l-header.p1.p1.p1.p1 .m-page-link-item.thigh a::before {
  background-image: url(../img/p1_thigh_bg.jpg);
}
.l-header.p1.p1.p1.p1 .m-page-link-item.abdomen a::before {
  background-image: url(../img/p1_abdomen_bg.jpg);
}

.l-header.p2.p2 {
  position: relative;
  height: 912px !important;
  background: #eaebe9;
}
.l-header.p2.p2 .h-text {
  background: #bc576d;
}
.l-header.p2.p2 .h-text-inner {
  display: flex;
  align-items: center;
  padding: 0 40px;
  height: 40px;
}
.l-header.p2.p2 .h-mainvisual-pic {
  position: relative;
  height: 802px;
}
.l-header.p2.p2 .h-mainvisual-pic img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.l-header.p2.p2 .m-page-link {
  position: absolute;
  top: 611px;
  right: 0;
  left: 0;
  width: 100%;
}
.l-header.p2.p2 .m-page-link-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header.p2.p2 .m-page-link-item + .m-page-link-item {
  margin-left: 4px;
}
.l-header.p2.p2 .m-page-link-item .button {
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.l-header.p2.p2 .m-page-link-item a > * {
  transition: all .15s linear;
}
.l-header.p2.p2 .m-page-link-item a:hover > * {
  background: rgba(255, 255, 255, 0.7);
}

.l-header.p3.p3 {
  height: 914px !important;
}
.l-header.p3.p3 .h-mainvisual {
  display: flex;
  background: #e9e5e1;
}
.l-header.p3.p3 .h-mainvisual-contents {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}
.l-header.p3.p3 .h-mainvisual-contents .h-clinic-logo-wrapper {
  position: absolute;
  top: 28px;
  right: 38px;
}
.l-header.p3.p3 .h-mainvisual-contents .m-page-link {
  position: absolute;
  right: 40px;
  bottom: 30px;
  height: auto !important;
  padding-left: 107px;
  background: url(../img/p3_page_link_bg.png) left center no-repeat;
}
.l-header.p3.p3 .h-mainvisual-contents .m-page-link-item {
  text-align: right;
  width: 122px;
}
.l-header.p3.p3 .h-mainvisual-contents .m-page-link-item + .m-page-link-item {
  margin-top: 12px;
}
.l-header.p3.p3 .h-mainvisual-contents .m-page-link-item a {
  display: block;
  padding: 10px 0;
}
.l-header.p3.p3 .h-mainvisual-contents .m-page-link-item a:hover .button img {
  opacity: 0;
}
.l-header.p3.p3 .h-mainvisual-contents .m-page-link-item a:hover .button::after {
  opacity: 1;
}
.l-header.p3.p3 .h-mainvisual-contents .m-page-link-item .button {
  position: relative;
}
.l-header.p3.p3 .h-mainvisual-contents .m-page-link-item .button img, .l-header.p3.p3 .h-mainvisual-contents .m-page-link-item .button::after {
  transition: opacity .15s linear;
}
.l-header.p3.p3 .h-mainvisual-contents .m-page-link-item .button img {
  opacity: 1;
}
.l-header.p3.p3 .h-mainvisual-contents .m-page-link-item .button::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.l-header.p3.p3 .h-mainvisual-contents .m-page-link-item.thigh .button::after {
  background-image: url(../img/p3_button_thigh_h.png);
}
.l-header.p3.p3 .h-mainvisual-contents .m-page-link-item.abdomen .button::after {
  background-image: url(../img/p3_button_abdomen_h.png);
}
.l-header.p3.p3 .h-mainvisual-contents .m-page-link-item.upperarm .button::after {
  background-image: url(../img/p3_button_upperarm_h.png);
}
.l-header.p3.p3 .h-mainvisual-contents .m-page-link-item.face .button::after {
  background-image: url(../img/p3_button_face_h.png);
}
.l-header.p3.p3 .h-mainvisual-lead {
  margin-bottom: 90px;
}

.l-header.p4.p4 {
  height: 914px !important;
  background: #e9e5e1;
}
.l-header.p4.p4 .h-mainvisual {
  display: flex;
  background: #e9e5e1;
}
.l-header.p4.p4 .h-mainvisual-pic {
  width: 701px;
}
.l-header.p4.p4 .h-mainvisual-contents {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}
.l-header.p4.p4 .h-mainvisual-contents .h-clinic-logo-wrapper {
  position: absolute;
  top: 28px;
  right: 38px;
}
.l-header.p4.p4 .h-mainvisual-contents .m-page-link {
  position: absolute;
  top: 674px;
  right: 0;
  left: 0;
  width: 100%;
}
.l-header.p4.p4 .h-mainvisual-contents .m-page-link-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header.p4.p4 .h-mainvisual-contents .m-page-link-item + .m-page-link-item {
  margin-left: 6px;
}
.l-header.p4.p4 .h-mainvisual-contents .m-page-link-item .button {
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.l-header.p4.p4 .h-mainvisual-contents .m-page-link-item a > * {
  transition: all .15s linear;
}
.l-header.p4.p4 .h-mainvisual-contents .m-page-link-item a:hover > * {
  background: rgba(255, 255, 255, 0.7);
}
.l-header.p4.p4 .h-mainvisual-lead {
  margin-bottom: 50px;
}

/*----------------------------------------------------------------------
6.	content
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
7.	main
----------------------------------------------------------------------*/
.l-fix-cv {
  *zoom: 1;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  background: url(../img/fix_cv_bg.png) center top repeat-x, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiYjBhOCIvPjxzdG9wIG9mZnNldD0iNjglIiBzdG9wLWNvbG9yPSIjZThlNGUyIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: url(../img/fix_cv_bg.png) center top repeat-x, -moz-linear-gradient(#bbb0a8, #e8e4e2 68%);
  background: url(../img/fix_cv_bg.png) center top repeat-x, -webkit-linear-gradient(#bbb0a8, #e8e4e2 68%);
  background: url(../img/fix_cv_bg.png) center top repeat-x, linear-gradient(#bbb0a8, #e8e4e2 68%);
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: linear-gradient(#b6aba3, #bfb5ae);
}
.l-fix-cv:after {
  content: "";
  display: table;
  clear: both;
}
.l-fix-cv-wrapper {
  display: flex;
  justify-content: center;
  margin: 1px 0;
  background: linear-gradient(#ffffff, #d3cec9);
}
.l-fix-cv-inner {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.l-fix-cv-pic {
  margin-right: 10px;
}
.l-fix-cv-button.counseling {
  margin-right: 4px;
}
.l-fix-cv-button.counseling a {
  width: 235px;
  height: 82px;
  background: url(../img/button_counseling_h.png) right top no-repeat;
}
.l-fix-cv-button.monitor a {
  width: 235px;
  height: 82px;
  background: url(../img/button_monitor_h.png) right top no-repeat;
}
.l-fix-cv-button a {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  display: block;
}
.l-fix-cv-button a:hover img {
  display: none;
}
.l-fix-cv.is-hide {
  bottom: -150px;
}

.m-contents-title {
  background: url(../img/contents_title_bg.gif) left top repeat-x;
  text-align: center;
}

.m-anchor {
  text-align: center;
}

.m-case-wrapper {
  background: url(../img/case_bg.png) center top repeat-x, url(../img/case_bg_footer.png) center bottom repeat-x, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q3ZDJjZCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjNmMWYwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDdkMmNkIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: url(../img/case_bg.png) center top repeat-x, url(../img/case_bg_footer.png) center bottom repeat-x, -moz-linear-gradient(#d7d2cd, #f3f1f0 50%, #d7d2cd 100%);
  background: url(../img/case_bg.png) center top repeat-x, url(../img/case_bg_footer.png) center bottom repeat-x, -webkit-linear-gradient(#d7d2cd, #f3f1f0 50%, #d7d2cd 100%);
  background: url(../img/case_bg.png) center top repeat-x, url(../img/case_bg_footer.png) center bottom repeat-x, linear-gradient(#d7d2cd, #f3f1f0 50%, #d7d2cd 100%);
  padding: 40px 0;
  background-size: 100% auto, auto;
}
.m-case-inner > *:not([class*="m-photo"]) {
  width: 920px;
  margin: 0 auto;
}
.m-case-list {
  position: relative;
  overflow: hidden;
  height: 550px;
}
.m-case-list.is-open {
  height: auto;
}
.m-case-list__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
.m-case-pic {
  margin-bottom: 20px;
}
.m-case-more {
  margin-top: 10px;
  text-align: right;
}
.m-case-more.is-open {
  display: none;
}
.m-case .note {
  clear: both;
  margin-top: 25px;
  margin-bottom: 50px;
}
.m-case .note-inner {
  display: flex;
}
.m-case .note-inner:last-child .note-title {
  letter-spacing: .3em;
}
.m-case .note-title, .m-case .note-text {
  line-height: 1.4444444444;
  font-size: 12px;
  color: #726b60;
}
.m-case .note-title {
  width: 73px;
}
.m-case .note-title::after {
  content: '：';
  margin: 0 5px;
}
.m-case .note-text {
  width: 845px;
}

.m-reason {
  *zoom: 1;
  clear: both;
  margin-bottom: 70px;
  padding-bottom: 26px;
}
.m-reason:after {
  content: "";
  display: table;
  clear: both;
}
.m-reason-title {
  margin-bottom: 5px;
  text-align: right;
}
.m-reason-pic {
  float: left;
}
.m-reason-pic + .m-reason-pic {
  margin-left: 18px;
}
.m-reason .sp-offer {
  clear: both;
  margin-top: 70px;
  margin-bottom: 4px;
  margin-left: 0;
}

.m-photo {
  margin-bottom: 70px;
}
.m-photo__title {
  margin: 0 auto 20px;
  width: 920px;
  text-align: center;
}
.m-photo__pic {
  margin: 0 auto 27px;
  width: 920px;
  text-align: center;
}
.m-photo__details__inner {
  position: relative;
  width: 100%;
}
.m-photo__list {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
}
.m-photo__item {
  position: relative;
  overflow: hidden;
  float: left;
  width: 16.665%;
}
.m-photo__item img {
  width: 100%;
  height: 100%;
}
.m-photo__item .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all .4s ease;
}
.m-photo__item .mask > * {
  display: block;
}
.m-photo__item:hover .mask {
  opacity: 1;
}

.m-commitment {
  position: relative;
}
.m-commitment > * {
  position: relative;
  z-index: 2;
}
.m-commitment-wrapper {
  background: url(../img/commitment_bg_footer.png) center bottom repeat-x, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2Q3ZDJjZCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkN2QyY2QiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: url(../img/commitment_bg_footer.png) center bottom repeat-x, -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(215, 210, 205, 0.5) 75%, #d7d2cd);
  background: url(../img/commitment_bg_footer.png) center bottom repeat-x, -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(215, 210, 205, 0.5) 75%, #d7d2cd);
  background: url(../img/commitment_bg_footer.png) center bottom repeat-x, linear-gradient(rgba(255, 255, 255, 0), rgba(215, 210, 205, 0.5) 75%, #d7d2cd);
  padding: 65px 0 40px;
}
.m-commitment-inner {
  position: relative;
  margin: 0 auto;
  padding-top: 690px;
  width: 920px;
}
.m-commitment-pic {
  position: absolute;
}
.m-commitment .pic1 {
  top: 0;
  left: -106px;
}
.m-commitment .pic2 {
  top: 90px;
  left: 308px;
}
.m-commitment .pic3 {
  top: 179px;
  right: -47px;
}
.m-commitment.is-fixed::before {
  position: fixed;
  top: 73px;
}

.m-factor > * {
  position: relative;
  z-index: 2;
}
.m-factor-title {
  margin-bottom: 80px;
}
.m-factor-wrapper {
  background: url(../img/factor_bg_footer.png) center bottom repeat-x, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2Q3ZDJjZCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkN2QyY2QiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: url(../img/factor_bg_footer.png) center bottom repeat-x, -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(215, 210, 205, 0.5) 75%, #d7d2cd);
  background: url(../img/factor_bg_footer.png) center bottom repeat-x, -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(215, 210, 205, 0.5) 75%, #d7d2cd);
  background: url(../img/factor_bg_footer.png) center bottom repeat-x, linear-gradient(rgba(255, 255, 255, 0), rgba(215, 210, 205, 0.5) 75%, #d7d2cd);
  padding-bottom: 80px;
}
.m-factor-inner {
  position: relative;
  margin: 0 auto 120px;
  width: 920px;
  height: 1171px;
}
.m-factor-pic {
  position: absolute;
}
.m-factor .pic1 {
  top: 0;
  left: 0;
}
.m-factor .pic2 {
  top: 190px;
  right: 0;
}
.m-factor .pic3 {
  top: 392px;
  left: 0;
}
.m-factor .pic4 {
  top: 583px;
  right: 0;
}
.m-factor .pic5 {
  bottom: 0;
  left: 0;
}
.m-factor .appeal-wom {
  margin: 0 auto;
  width: 920px;
}
.m-factor.is-fixed::before {
  position: fixed;
  top: 73px;
}

.m-price > * {
  position: relative;
  z-index: 2;
}
.m-price-wrapper {
  background: url(../img/factor_bg_footer.png) center bottom repeat-x, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI2NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ViZTllNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q3ZDJjZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: url(../img/factor_bg_footer.png) center bottom repeat-x, -moz-linear-gradient(#ffffff 65%, #ebe9e6 75%, #d7d2cd);
  background: url(../img/factor_bg_footer.png) center bottom repeat-x, -webkit-linear-gradient(#ffffff 65%, #ebe9e6 75%, #d7d2cd);
  background: url(../img/factor_bg_footer.png) center bottom repeat-x, linear-gradient(#ffffff 65%, #ebe9e6 75%, #d7d2cd);
  padding-top: 70px;
  padding-bottom: 100px;
}
.m-price-inner {
  *zoom: 1;
  margin: 0 auto;
  width: 920px;
}
.m-price-inner:after {
  content: "";
  display: table;
  clear: both;
}
.m-price-table-text {
  text-align: right;
  line-height: 1.8;
  font-size: 10px;
  color: #343232;
}
.m-price table {
  margin-bottom: 50px;
  width: 100%;
}
.m-price table tfoot td {
  border-right: 1px solid #c5bab2;
  border-bottom: 1px solid #c5bab2;
  border-left: 1px solid #c5bab2;
  background: #fff;
}
.m-price table tfoot .option {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #c5bab2;
}
.m-price table tfoot .option td {
  border: 0;
}
.m-price table tfoot .option .name {
  border: 0;
  border-right: 1px solid #c5bab2;
}
.m-price table tfoot .option .price {
  text-align: center;
  font-size: 17px;
  color: #7e7774;
}
.m-price table tfoot .no-details {
  line-height: 20px;
}
.m-price table tfoot .no-details .small-text {
  display: inline-block;
}
.m-price table tfoot .cap {
  text-align: right;
  font-size: 12px;
  color: #a39d9a;
}
.m-price table tfoot .table-wrapper {
  display: flex;
  flex-direction: column;
}
.m-price table tfoot .table-wrapper > * {
  padding: 10px;
}
.m-price table thead th {
  border-right: 1px solid #c5bab2;
  background: #6c6561;
  text-align: center;
  line-height: 56px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.m-price table thead .empty {
  border-right: 1px solid #fff;
}
.m-price table tbody td {
  border-right: 1px solid #c5bab2;
  border-bottom: 1px solid #c5bab2;
  background: #fff;
  color: #7e7774;
  box-sizing: border-box;
}
.m-price table tbody td sup {
  line-height: 0;
}
.m-price table tbody td .small-text {
  font-size: 13px;
}
.m-price table tbody td.red {
  color: #b94160;
}
.m-price table tbody td.name {
  padding: 10px 17px;
  width: 337px;
  border-left: 1px solid #c5bab2;
  font-size: 15px;
}
.m-price table tbody td.name .small-text {
  display: block;
  line-height: 1.2;
  font-size: 12px;
  color: #a39d9a;
}
.m-price table tbody td.name.exo {
  padding: 18px 10px;
  letter-spacing: -0.1em;
}
.m-price table tbody td.price {
  padding: 10px;
  width: 151px;
  text-align: center;
  font-size: 17px;
}
.m-price table tbody td.price span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
}
.m-price table tbody td.details {
  padding: 10px 40px;
}
.m-price table tbody td.no-details {
  line-height: 20px;
}
.m-price table tbody td.no-details .small-text {
  display: inline-block;
}
.m-price table tbody td.cap {
  text-align: right;
  font-size: 12px;
  color: #a39d9a;
}
.m-price table tbody .details-title {
  position: relative;
  margin-bottom: 10px;
  line-height: 1.4285714286;
  font-size: 14px;
}
.m-price table tbody .details-title::before {
  content: '●';
}
.m-price table tbody .details-text {
  margin-top: 10px;
  line-height: 1.6666666667;
  font-size: 12px;
}
.m-price table tbody .details-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m-price table tbody .details .inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 1.6666666667;
  font-size: 12px;
}
.m-price table tbody .details .title {
  position: relative;
  text-align: left;
  box-sizing: border-box;
  white-space: nowrap;
}
.m-price table tbody .details .title::before {
  content: '●';
  font-size: 8px;
}
.m-price table tbody .details .text {
  text-align: center;
  white-space: nowrap;
  margin: 0 0 0 auto;
}
.m-price-tab-list {
  display: flex;
  flex-wrap: nowrap;
}
.m-price-tab-item {
  flex-basis: 222px;
  margin-right: 9px;
  border: 1px solid #c5bab2;
}
.m-price-tab-item.transportation.is-active {
  background-image: url(../img/price_tab_item_transportation_a.png);
}
.m-price-tab-item.anesthesia.is-active {
  background-image: url(../img/price_tab_item_anesthesia_a.png);
}
.m-price-tab-item.care.is-active {
  background-image: url(../img/price_tab_item_care_a.png);
}
.m-price-tab-item.loan.is-active {
  background-image: url(../img/price_tab_item_loan_a.png);
}
.m-price-tab-item.is-active {
  border-bottom: 0;
}
.m-price-tab-item.is-active img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.m-price-tab-item:last-child {
  margin-right: 0;
}
.m-price-contents {
  background: #fff;
  border: 1px solid #c5bab2;
}
.m-price-item {
  padding-top: 30px;
  padding-bottom: 30px;
}
.m-price-item > *:not([class*="__title"]) {
  padding-right: 30px;
  padding-left: 30px;
}
.m-price-item__title {
  padding-bottom: 8px;
  padding-left: 30px;
  border-bottom: 1px solid #c5bab2;
  margin-bottom: 25px;
}
.m-price-item-text {
  line-height: 1.7142857143;
  font-size: 14px;
  color: #7e7774;
}
.m-price-item.transportation {
  overflow: hidden;
}
.m-price-item.transportation .m-price-item-text {
  float: left;
  width: 512px;
}
.m-price-item.transportation .m-price-item-text .small {
  display: block;
  font-size: 12px;
}
.m-price-item.anesthesia {
  overflow: hidden;
}
.m-price-item.anesthesia .m-price-item-pic {
  float: right;
  padding-left: 0;
}
.m-price-item.anesthesia .m-price-item-text {
  float: left;
  width: 730px;
}
.m-price-item.care {
  overflow: hidden;
}
.m-price-item.care .m-price-item-title,
.m-price-item.care .m-price-item-text {
  float: left;
  width: 634px;
}
.m-price-item.care .m-price-item-title {
  margin-top: 5px;
  line-height: 1.7142857143;
  font-size: 1.8em;
  color: #7e7774;
  font-weight: bold;
}
.m-price-item.care .m-price-item-title::before {
  content: '■';
  color: #beac81;
}
.m-price-item.care .m-price-item-title + .m-price-item-text {
  line-height: 1.5714285714;
}
.m-price-item.loan .m-price-item-text {
  margin-bottom: 20px;
  padding: 0 35px;
}
.m-price-item.loan .loan-list {
  background: url(../img/price_loan_bg.png) right bottom no-repeat;
}
.m-price-item.loan .loan-item {
  display: list-item;
  padding: 5px 50px 5px 55px;
  border-top: 1px dotted #c7bcb4;
  line-height: 33px;
  font-size: 14px;
  font-weight: bold;
  color: #6c6561;
}
.m-price-item.loan .loan-item img {
  margin-top: 5px;
}
.m-price-item.loan .loan-item .item-inner {
  display: table;
}
.m-price-item.loan .loan-item .item-title,
.m-price-item.loan .loan-item .item-text {
  display: table-cell;
}
.m-price-item.loan .loan-item .item-title {
  padding-top: 11px;
  width: 130px;
}
.m-price-item.loan .loan-item .item-text {
  padding: 10px 0 9px;
  line-height: 1.4;
  font-weight: normal;
}
.m-price-item.loan .loan-item .item-text em {
  font-weight: bold;
  color: #cd8090;
}
.m-price-item.loan .loan-item .item-text dl {
  line-height: 1.2857142857;
  font-size: 14px;
}
.m-price-item.loan .loan-item .item-text li {
  margin-left: 20px;
  padding: 0;
  line-height: 1.2857142857;
  font-size: 14px;
  list-style-type: decimal;
}
.m-price-item.loan .loan-item .item-text li .small-text {
  display: inline-block;
}
.m-price-item.loan .loan-item .item-text li p {
  line-height: 1.5;
  font-size: 12px;
}
.m-price-item.loan .loan-item .item-text li p::before {
  content: '◇';
}
.m-price-item.loan .loan-item .small-text {
  display: block;
  line-height: 1.75;
  font-size: 12px;
}
.m-price-item.loan .loan-item:nth-child(1) {
  background-image: url(../img/price_loan_no1.png);
  background-position: left 30px top 12px;
  background-repeat: no-repeat;
}
.m-price-item.loan .loan-item:nth-child(2) {
  background-image: url(../img/price_loan_no2.png);
  background-position: left 30px top 12px;
  background-repeat: no-repeat;
}
.m-price-item.loan .loan-item:nth-child(3) {
  background-image: url(../img/price_loan_no3.png);
  background-position: left 30px top 12px;
  background-repeat: no-repeat;
}
.m-price-item.loan .loan-item:nth-child(4) {
  background-image: url(../img/price_loan_no4.png);
  background-position: left 30px top 12px;
  background-repeat: no-repeat;
}
.m-price-item.loan .loan-item:first-child {
  letter-spacing: .5em;
}
.m-price-item.loan .loan-item:last-child {
  border-bottom: 1px dotted #c7bcb4;
}
.m-price-sp-offer__title {
  margin-bottom: -12px;
}
.m-price-sp-offer__title img {
  margin-left: -11px;
}
.m-price-sp-offer__inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.m-price-sp-offer__column {
  position: relative;
  margin-bottom: 80px;
}
.m-price-sp-offer__column::after {
  content: '';
  position: absolute;
  right: 23px;
  bottom: -9px;
  height: 68px;
  border-right: 1px solid #af8140;
  transform: rotate(45deg);
  z-index: 1;
}
.m-price-sp-offer__column__movie {
  position: absolute;
  top: 36px;
  right: 12px;
  cursor: pointer;
  z-index: 1;
}
.m-price-service__title {
  margin-bottom: 35px;
}

.m-qa {
  padding-bottom: 100px;
}
.m-qa > * {
  position: relative;
  z-index: 2;
}
.m-qa-title {
  margin-bottom: 70px;
}
.m-qa-inner {
  *zoom: 1;
  display: flex;
  margin: 0 auto;
  width: 922px;
}
.m-qa-inner:after {
  content: "";
  display: table;
  clear: both;
}
.m-qa-list {
  flex-basis: 441px;
}
.m-qa-list:first-child {
  margin-right: 40px;
}
.m-qa-item {
  margin-bottom: 60px;
  height: 153px;
}
.m-qa-item:last-child {
  margin-bottom: 0;
}

.m-clinic {
  position: relative;
  z-index: 1;
}
.m-clinic-wrapper {
  padding: 80px 0 100px;
  background: linear-gradient(#eae9e7, #ffffff);
}
.m-clinic-logo {
  margin: 0 auto 45px;
  width: 227px;
  text-align: center;
}
.m-clinic-logo object {
  width: 100%;
}
.m-clinic-text {
  margin-bottom: 30px;
  text-align: center;
  font-family: "Ryumin Regular KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 15.5px;
  line-height: 1.8;
}
.m-clinic-pic {
  margin-bottom: 50px;
  text-align: center;
}
.m-clinic-message {
  margin-top: 75px;
  text-align: center;
}
.m-clinic-tab {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 920px;
}
.m-clinic-tab-list {
  *zoom: 1;
  display: flex;
}
.m-clinic-tab-list:after {
  content: "";
  display: table;
  clear: both;
}
.m-clinic-tab-item {
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px;
  border-radius: 8px 8px 0 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  overflow: hidden;
  height: 44px;
  background: url(../img/clinic_tab_item_bg.png) top left repeat-x;
}
.m-clinic-tab-item + .m-clinic-tab-item {
  margin-left: 1px;
}
.m-clinic-tab-item.is-active {
  background: url(../img/clinic_tab_item_bg_a.png) top left repeat-x;
}
.m-clinic-tab-item a {
  font-size: 18px;
  color: #584f4c;
  text-shadow: 1px 1px 1px white;
  letter-spacing: 2px;
}
.m-clinic-tab-item a:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.m-clinic-contents {
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 920px;
  background: linear-gradient(#e3ded9, #f1efec 25%, #ffffff);
}
.m-clinic-item {
  *zoom: 1;
  -moz-transition: opacity 0.25s linear;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 26px;
}
.m-clinic-item:after {
  content: "";
  display: table;
  clear: both;
}
.m-clinic-item-title {
  float: left;
  text-align: center;
}
.m-clinic-item.is-active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  position: static;
}
.m-clinic-data {
  float: left;
}
.m-clinic-data-item {
  color: #726b60;
}
.m-clinic-data-title {
  position: relative;
  font-size: 1.4em;
}
.m-clinic-data-detail {
  line-height: 1.2857142857;
  font-size: 1.4em;
}
.m-clinic-contact img {
  height: auto;
}
.m-clinic-contact a {
  color: #726b60;
}
.m-clinic-contact a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.m-clinic-contact .overseas {
  display: block;
  font-size: 0.8571428571em;
}
.m-clinic-map iframe {
  width: 100%;
  height: 400px;
}
.m-clinic-map-item {
  margin-bottom: 5px;
}
.m-clinic-map-route-item {
  float: left;
  padding-left: 25px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 1.6666666667;
  font-size: 1.2em;
  color: #726b60;
}
.m-clinic-map-route-item + .m-clinic-map-route-item {
  margin-left: 8px;
}
.m-clinic-map-route-item.hiroden, .m-clinic-map-route-item.astramline {
  margin: 0 8px 4px 0;
}
.m-clinic-map .hibiya {
  background-image: url(../mobile/img/logo_hibiya.svg);
}
.m-clinic-map .oedo {
  background-image: url(../mobile/img/logo_oedo.svg);
}
.m-clinic-map .jr {
  background-image: url(../mobile/img/logo_jr.svg);
}
.m-clinic-map .sakuradori {
  background-image: url(../mobile/img/logo_sakuradori.svg);
}
.m-clinic-map .nishitetsu {
  background-image: url(../mobile/img/logo_nishitetsu.svg);
}
.m-clinic-map .tenjin {
  background-image: url(../mobile/img/logo_tenjin.svg);
}
.m-clinic-map .hiroden {
  background-image: url(../mobile/img/logo_hiroden.svg);
}
.m-clinic-map .astramline {
  background-image: url(../mobile/img/logo_astramline.svg);
}
.m-clinic .has-doctor .m-clinic-item-title {
  width: 225px;
  height: 170px;
  margin-bottom: 28px;
}
.m-clinic .has-doctor .m-clinic-item-title::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.m-clinic .has-doctor .m-clinic-item-title img {
  vertical-align: middle;
}
.m-clinic .has-doctor .m-clinic-data {
  margin-bottom: 35px;
  width: 323px;
}
.m-clinic .has-doctor .m-clinic-data-item {
  margin-bottom: 20px;
}
.m-clinic .has-doctor .m-clinic-data-item:last-child {
  margin: 0;
}
.m-clinic .has-doctor .m-clinic-data-title {
  float: left;
  width: 68px;
}
.m-clinic .has-doctor .m-clinic-data-detail {
  -moz-box-shadow: inset 1px 0 0 #fff;
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  overflow: hidden;
  padding-left: 7px;
  border-left: 1px solid #a8a8a8;
}
.m-clinic .has-doctor .m-clinic-contact img {
  margin-bottom: 8px;
  width: 180px;
}
.m-clinic .has-doctor .m-clinic-doctor {
  float: right;
  width: 320px;
  color: #726b60;
}
.m-clinic .has-doctor .m-clinic-doctor-title {
  margin: 0 0 -1em 20px;
  font-size: 1.4em;
}
.m-clinic .has-doctor .m-clinic-doctor-profile {
  -moz-box-shadow: inset 1px 0 0 #fff;
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  margin-bottom: 13px;
  padding-left: 20px;
  border-left: 1px solid #a8a8a8;
}
.m-clinic .has-doctor .m-clinic-doctor-profile > * {
  display: table-cell;
  vertical-align: middle;
}
.m-clinic .has-doctor .m-clinic-doctor-name {
  width: 199px;
  font-size: 1.8em;
}
.m-clinic .has-doctor .m-clinic-doctor-sub {
  display: block;
  margin-top: 6px;
  font-size: 0.6666666667em;
  color: #a7a29b;
}
.m-clinic .has-doctor .m-clinic-doctor-text {
  margin-bottom: 11px;
  text-align: justify;
  line-height: 1.5;
  font-size: 1.2em;
}
.m-clinic .has-doctor .m-clinic-doctor-history-title {
  margin-bottom: 5px;
  padding: 5px;
  background: #b98c59;
  font-size: 1.4em;
  color: #fff;
}
.m-clinic .has-doctor .m-history-title {
  width: 50px;
  vertical-align: top;
}
.m-clinic .has-doctor .m-clinic-map {
  float: left;
  width: 510px;
}

.m-history-item {
  padding: 3px 0 4px;
  border-bottom: 1px solid #b9b5af;
}
.m-history-item .item-inner > * {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 1.2em;
  color: #726b60;
}

.m-privacypolicy {
  position: relative;
  z-index: 2;
  padding: 15px 0 60px;
  background: #fff;
}
.m-privacypolicy::before {
  content: '';
  position: absolute;
  top: 150px;
}
.m-privacypolicy-wrapper {
  margin: 0 auto;
  width: 920px;
}
.m-privacypolicy-title {
  position: relative;
  margin-bottom: 30px;
}
.m-privacypolicy-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  left: 450px;
  width: 26px;
  height: 14px;
  background: url(../img/privacypolicy_arrow.png) left center no-repeat;
}
.m-privacypolicy-title.is-open::before {
  background-image: url(../img/privacypolicy_arrow_a.png);
}
.m-privacypolicy-contents {
  display: none;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 1px 1px #dad9d9;
  color: #726b60;
}
.m-privacypolicy-contents-wrapper {
  padding: 70px;
}
.m-privacypolicy-contents-box {
  margin-bottom: 30px;
}
.m-privacypolicy-contents-box.last {
  margin-bottom: 0;
}
.m-privacypolicy-contents-box .title {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: bold;
  color: #c25f7c;
}
.m-privacypolicy-contents-box p,
.m-privacypolicy-contents-box ul {
  line-height: 1.8333333333;
  font-size: 12px;
}
.m-privacypolicy-contents-box li {
  padding-left: 2.5em;
  text-indent: -3em;
}
.m-privacypolicy-contents .reception {
  margin-top: 15px;
  font-size: 12px;
}
.m-privacypolicy-contents .reception-title {
  margin-bottom: 10px;
}
.m-privacypolicy-contents .reception-contents {
  padding-left: 12px;
  line-height: 1.5;
}
.m-privacypolicy-contents .reception-tel {
  margin-top: 5px;
}
.m-privacypolicy-contents .reception-tel > * {
  display: inline-block;
}
.m-privacypolicy-contents .reception-tel-contents a {
  color: #726b60;
}

.m-cv {
  position: relative;
  min-width: 920px;
  background: linear-gradient(#d7d2cd, #ebe9e6 30%, #ffffff 50%);
}
.m-cv-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 50px 0 75px;
  width: 920px;
}
.m-cv-wrapper::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  background: linear-gradient(#bbb0a8, #ddd8d4 60%, #ffffff 77%);
}
.m-cv-wrapper > * {
  position: relative;
  z-index: 1;
}
.m-cv-title, .m-cv-inner {
  width: 490px;
}
.m-cv-title {
  margin-bottom: 10px;
}
.m-cv-title::before, .m-cv-title::after {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
}
.m-cv-title::before {
  -moz-box-shadow: 0 0 10px 5px rgba(122, 51, 71, 0.5);
  -webkit-box-shadow: 0 0 10px 5px rgba(122, 51, 71, 0.5);
  box-shadow: 0 0 10px 5px rgba(122, 51, 71, 0.5);
  width: 488px;
  height: 389px;
  background: rgba(122, 51, 71, 0.5);
}
.m-cv-title::after {
  width: 709px;
  height: 399px;
  background-position: left top;
  background-repeat: no-repeat;
}
.m-cv-title img {
  margin-left: -2px;
}
.m-cv-pic {
  margin-bottom: 10px;
  text-align: center;
}
.m-cv-limit {
  position: relative;
  margin-bottom: 10px;
  width: 475px;
  height: 47px;
}
.m-cv-limit-text {
  position: absolute;
  right: 25px;
  bottom: 1px;
  width: 67px;
  text-align: center;
  line-height: 49px;
  font-size: 36px;
  font-weight: bold;
  color: #ab5874;
}
.m-cv-button-list {
  display: flex;
}
.m-cv-button-item a:hover img {
  display: none;
}
.m-cv-button-item img {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.m-cv-button-item.counseling {
  margin-right: 5px;
}
.m-cv-button-item.counseling a {
  display: block;
  width: 235px;
  height: 82px;
  background: url(../img/button_counseling_h.png) left top no-repeat;
}
.m-cv-button-item.monitor a {
  display: block;
  width: 235px;
  height: 82px;
  background: url(../img/button_monitor_h.png) left top no-repeat;
}
.m-cv-offer {
  position: relative;
  margin: 0 auto;
  padding-bottom: 75px;
  width: 921px;
  background: #fff;
}
.m-cv-offer__pic {
  position: relative;
  z-index: 2;
}
.m-cv-offer__movie {
  position: absolute;
  z-index: 1;
  right: 60px;
  bottom: 90px;
}
.m-cv-offer__movie video {
  width: 384px;
}
.m-cv.cv1 .m-cv-wrapper::before, .m-cv.cv2 .m-cv-wrapper::before {
  right: -80px;
  left: -100%;
}
.m-cv.cv1 .m-cv-title::before, .m-cv.cv1 .m-cv-title::after, .m-cv.cv2 .m-cv-title::before, .m-cv.cv2 .m-cv-title::after {
  left: 506px;
}
.m-cv.cv3 .m-cv-wrapper, .m-cv.cv4 .m-cv-wrapper {
  *zoom: 1;
}
.m-cv.cv3 .m-cv-wrapper:after, .m-cv.cv4 .m-cv-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.m-cv.cv3 .m-cv-wrapper::before, .m-cv.cv4 .m-cv-wrapper::before {
  right: -100%;
  left: -80px;
}
.m-cv.cv3 .m-cv-wrapper > *, .m-cv.cv4 .m-cv-wrapper > * {
  float: right;
}
.m-cv.cv3 .m-cv-title img, .m-cv.cv4 .m-cv-title img {
  margin-left: 12px;
}
.m-cv.cv3 .m-cv-title::before, .m-cv.cv3 .m-cv-title::after, .m-cv.cv4 .m-cv-title::before, .m-cv.cv4 .m-cv-title::after {
  right: 506px;
}
.m-cv.cv3 .m-cv-pic,
.m-cv.cv3 .m-cv-button-list, .m-cv.cv4 .m-cv-pic,
.m-cv.cv4 .m-cv-button-list {
  margin-left: 14px;
}
.m-cv.cv1 .m-cv-title::after {
  background-image: url(../img/cv_pic1.jpg);
}
.m-cv.cv2 .m-cv-title::after {
  background-image: url(../img/cv_pic2.jpg);
}
.m-cv.cv3 .m-cv-title::after {
  background-image: url(../img/cv_pic3.jpg);
}
.m-cv.cv4 .m-cv-title::after {
  background-image: url(../img/cv_pic4.jpg);
}

.cv-link-list {
  *zoom: 1;
  display: flex;
  height: auto;
  box-shadow: 0 -2px 10px;
}
.cv-link-list:after {
  content: "";
  display: table;
  clear: both;
}
.cv-link-item {
  position: relative;
  overflow: hidden;
  float: left;
  width: 25%;
}
.cv-link-item a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: none;
}
.cv-link-item a img {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  width: 100%;
  backface-visibility: hidden;
}
.cv-link-item a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.cv-link-item a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.vaser-cap {
  padding-bottom: 70px;
  background: #fff;
  font-size: 10px;
  color: #6a6e70;
}
.vaser-cap__inner {
  margin: 0 auto;
  width: 920px;
}
.vaser-cap__title {
  margin-bottom: 10px;
}
.vaser-cap__item {
  margin-bottom: 5px;
}
.vaser-cap__item:last-child {
  margin-bottom: 0;
}
.vaser-cap .inner {
  display: table;
}
.vaser-cap .title,
.vaser-cap .text {
  display: table-cell;
  line-height: 1.4;
}
.vaser-cap .title {
  width: 70px;
  text-align-last: justify;
}
.vaser-cap .text {
  padding-left: 10px;
  text-indent: -10px;
  word-break: break-all;
}
.vaser-cap .text a {
  color: #6a6e70;
  text-decoration: underline;
}
.vaser-cap .text::before {
  content: '：';
}

.m-safety {
  padding: 115px 0 70px;
  margin-top: -75px;
  background-color: #fff;
}
.m-safety-outer {
  width: 920px;
  margin: 0 auto;
  padding: 0 0 12px;
  text-align: center;
  background: url(../img/safety_bg2.png) left bottom repeat-x;
}
.m-safety-inner {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 66px 0 30px;
  text-align: center;
  background: url(../img/safety_bg1.png) left top repeat-x;
}
.m-safety-inner > * {
  display: block;
  width: 100%;
}
.m-safety-logo {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  z-index: 1;
}
.m-safety-headline {
  margin-bottom: 12px;
}
.m-safety-troubles {
  margin-bottom: 10px;
}
.m-safety-list {
  display: flex;
  justify-content: space-between;
}
.m-safety-list-item {
  position: relative;
  width: 165px;
  padding-bottom: 90px;
}
.m-safety-list-item .title {
  margin-bottom: 6px;
}
.m-safety-list-item .list {
  margin-bottom: 6px;
}
.m-safety-list-item .list-item {
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.5454545455;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.m-safety-list-item .list-item:before {
  content: '●';
  color: #d1d1d1;
  margin-right: .3em;
}
.m-safety-list-item .pic {
  position: absolute;
  bottom: 0;
  left: 0;
}

/*----------------------------------------------------------------------
9.	footer
----------------------------------------------------------------------*/
.f-copyright {
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
  background: #ac5974;
  text-align: center;
  color: #fff;
}
.f-copyright-item a, .f-copyright-text {
  line-height: 3.5;
  font-size: 1.1em;
  color: #fff;
}
.f-copyright-item {
  display: inline-block;
}

/*----------------------------------------------------------------------
10.	ページ別個別設定
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
	横浜院
	名古屋院
	大阪院
	福岡院
----------------------------------------------------------------------*/
.yokohama .m-lead-pic,
.nagoya .m-lead-pic,
.osaka .m-lead-pic,
.fukuoka .m-lead-pic {
  padding: 70px 0 15px;
  text-align: center;
}
.yokohama .doctor-introduce,
.nagoya .doctor-introduce,
.osaka .doctor-introduce,
.fukuoka .doctor-introduce {
  position: relative;
  margin: 0 auto 60px;
  width: 920px;
}
.yokohama .doctor-introduce-name,
.nagoya .doctor-introduce-name,
.osaka .doctor-introduce-name,
.fukuoka .doctor-introduce-name {
  margin-bottom: 10px;
  text-align: right;
}
.yokohama .doctor-introduce-inner,
.nagoya .doctor-introduce-inner,
.osaka .doctor-introduce-inner,
.fukuoka .doctor-introduce-inner {
  padding: 14px 11px 14px 262px;
  background: linear-gradient(to bottom right, #c6c0bc, #d2cdca);
}
.yokohama .doctor-introduce-list,
.nagoya .doctor-introduce-list,
.osaka .doctor-introduce-list,
.fukuoka .doctor-introduce-list {
  display: flex;
}
.yokohama .doctor-introduce-item,
.nagoya .doctor-introduce-item,
.osaka .doctor-introduce-item,
.fukuoka .doctor-introduce-item {
  margin-right: 9px;
  padding: 10px 10px 0;
  width: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.yokohama .doctor-introduce-item .title,
.nagoya .doctor-introduce-item .title,
.osaka .doctor-introduce-item .title,
.fukuoka .doctor-introduce-item .title {
  padding: 5px;
  background: #b98c59;
  font-size: 14px;
  color: #fff;
}
.yokohama .doctor-introduce-item .list,
.nagoya .doctor-introduce-item .list,
.osaka .doctor-introduce-item .list,
.fukuoka .doctor-introduce-item .list {
  overflow-y: scroll;
  padding: 5px 0;
  height: 135px;
}
.yokohama .doctor-introduce-item .item,
.nagoya .doctor-introduce-item .item,
.osaka .doctor-introduce-item .item,
.fukuoka .doctor-introduce-item .item {
  padding: 3px 0 4px;
  border-bottom: 1px solid #b9b5af;
  margin-right: 10px;
}
.yokohama .doctor-introduce-item .item-title, .yokohama .doctor-introduce-item .item-text,
.nagoya .doctor-introduce-item .item-title,
.nagoya .doctor-introduce-item .item-text,
.osaka .doctor-introduce-item .item-title,
.osaka .doctor-introduce-item .item-text,
.fukuoka .doctor-introduce-item .item-title,
.fukuoka .doctor-introduce-item .item-text {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 12px;
  color: #726b60;
}
.yokohama .doctor-introduce-item .item-title,
.nagoya .doctor-introduce-item .item-title,
.osaka .doctor-introduce-item .item-title,
.fukuoka .doctor-introduce-item .item-title {
  width: 50px;
  vertical-align: top;
}
.yokohama .doctor-introduce-item:last-child,
.nagoya .doctor-introduce-item:last-child,
.osaka .doctor-introduce-item:last-child,
.fukuoka .doctor-introduce-item:last-child {
  margin-right: 0;
}
.yokohama .doctor-introduce::before,
.nagoya .doctor-introduce::before,
.osaka .doctor-introduce::before,
.fukuoka .doctor-introduce::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.yokohama .m-commitment::before,
.nagoya .m-commitment::before,
.osaka .m-commitment::before,
.fukuoka .m-commitment::before {
  content: '';
  display: block;
  position: absolute;
  top: 150px;
  right: 0;
  z-index: 1;
}
.yokohama .m-factor,
.nagoya .m-factor,
.osaka .m-factor,
.fukuoka .m-factor {
  position: relative;
  z-index: 1;
}
.yokohama .m-factor > *,
.nagoya .m-factor > *,
.osaka .m-factor > *,
.fukuoka .m-factor > * {
  z-index: inherit;
}
.yokohama .m-factor-title,
.nagoya .m-factor-title,
.osaka .m-factor-title,
.fukuoka .m-factor-title {
  margin-bottom: 0;
}
.yokohama .m-factor-wrapper,
.nagoya .m-factor-wrapper,
.osaka .m-factor-wrapper,
.fukuoka .m-factor-wrapper {
  padding-top: 80px;
  background: none;
}
.yokohama .m-cv-title::before, .yokohama .m-cv-title::after,
.nagoya .m-cv-title::before,
.nagoya .m-cv-title::after,
.osaka .m-cv-title::before,
.osaka .m-cv-title::after,
.fukuoka .m-cv-title::before,
.fukuoka .m-cv-title::after {
  top: 28px;
}
.yokohama .m-cv.cv3,
.nagoya .m-cv.cv3,
.osaka .m-cv.cv3,
.fukuoka .m-cv.cv3 {
  background: #fff;
}

/*----------------------------------------------------------------------
	横浜院
----------------------------------------------------------------------*/
.yokohama .doctor-introduce::before {
  left: -31px;
  width: 252px;
  height: 391px;
  background: url(../img/doctor_introduce_pic_yokohama.png) right top no-repeat;
}
.yokohama .m-commitment::before {
  width: 569px;
  height: 494px;
  background: url(../img/commitment_bg_yokohama.png) right top no-repeat;
}
.yokohama .m-commitment.is-fixed::before {
  position: fixed;
  top: 73px;
}
.yokohama .m-factor-wrapper {
  background: url(../img/factor_bg_yokohama.png) right bottom no-repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2Q3ZDJjZCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: url(../img/factor_bg_yokohama.png) right bottom no-repeat, -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(215, 210, 205, 0.5) 75%, #ffffff);
  background: url(../img/factor_bg_yokohama.png) right bottom no-repeat, -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(215, 210, 205, 0.5) 75%, #ffffff);
  background: url(../img/factor_bg_yokohama.png) right bottom no-repeat, linear-gradient(rgba(255, 255, 255, 0), rgba(215, 210, 205, 0.5) 75%, #ffffff);
}
.yokohama .cap {
  margin: 20px auto 0;
  padding-left: 10px;
  width: 820px;
  line-height: 1.5;
  font-size: 11px;
  color: #7e7774;
  text-indent: -10px;
}

/*----------------------------------------------------------------------
	名古屋院
----------------------------------------------------------------------*/
.nagoya .doctor-introduce::before {
  left: -38px;
  width: 272px;
  height: 399px;
  background: url(../img/doctor_introduce_pic_nagoya.png) right top no-repeat;
}
.nagoya .m-commitment::before {
  width: 703px;
  height: 469px;
  background: url(../img/commitment_bg_nagoya.png) right top no-repeat;
}
.nagoya .m-commitment.is-fixed::before {
  position: fixed;
  top: 73px;
}
.nagoya .m-factor-wrapper {
  background: url(../img/factor_bg_nagoya.png) right bottom no-repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2Q3ZDJjZCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: url(../img/factor_bg_nagoya.png) right bottom no-repeat, -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(215, 210, 205, 0.5) 75%, #ffffff);
  background: url(../img/factor_bg_nagoya.png) right bottom no-repeat, -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(215, 210, 205, 0.5) 75%, #ffffff);
  background: url(../img/factor_bg_nagoya.png) right bottom no-repeat, linear-gradient(rgba(255, 255, 255, 0), rgba(215, 210, 205, 0.5) 75%, #ffffff);
}

/*----------------------------------------------------------------------
	大阪院
----------------------------------------------------------------------*/
.osaka .doctor-introduce::before {
  left: -38px;
  width: 273px;
  height: 392px;
  background: url(../img/doctor_introduce_pic_osaka.png) right top no-repeat;
}
.osaka .m-commitment::before {
  width: 703px;
  height: 469px;
  background: url(../img/commitment_bg_osaka.png) right top no-repeat;
}
.osaka .m-commitment.is-fixed::before {
  position: fixed;
  top: 73px;
}
.osaka .m-factor-wrapper {
  background: url(../img/factor_bg_osaka.png) right bottom no-repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2Q3ZDJjZCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: url(../img/factor_bg_osaka.png) right bottom no-repeat, -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(215, 210, 205, 0.5) 75%, #ffffff);
  background: url(../img/factor_bg_osaka.png) right bottom no-repeat, -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(215, 210, 205, 0.5) 75%, #ffffff);
  background: url(../img/factor_bg_osaka.png) right bottom no-repeat, linear-gradient(rgba(255, 255, 255, 0), rgba(215, 210, 205, 0.5) 75%, #ffffff);
}

/*----------------------------------------------------------------------
	福岡院
----------------------------------------------------------------------*/
.fukuoka .doctor-introduce::before {
  left: -21px;
  width: 255px;
  height: 391px;
  background: url(../img/doctor_introduce_pic_fukuoka.png) right top no-repeat;
}
.fukuoka .m-commitment::before {
  width: 854px;
  height: 481px;
  background: url(../img/commitment_bg_fukuoka.png) right top no-repeat;
}
.fukuoka .m-commitment.is-fixed::before {
  position: fixed;
  top: 73px;
}
.fukuoka .m-factor-wrapper {
  background: url(../img/factor_bg_fukuoka.png) right bottom no-repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2Q3ZDJjZCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: url(../img/factor_bg_fukuoka.png) right bottom no-repeat, -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(215, 210, 205, 0.5) 75%, #ffffff);
  background: url(../img/factor_bg_fukuoka.png) right bottom no-repeat, -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(215, 210, 205, 0.5) 75%, #ffffff);
  background: url(../img/factor_bg_fukuoka.png) right bottom no-repeat, linear-gradient(rgba(255, 255, 255, 0), rgba(215, 210, 205, 0.5) 75%, #ffffff);
}

/*# sourceMappingURL=pc.css.map */
