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

File Name:
Note:


New Creation:
Last Change:


Created By		Takumi Ouchi

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

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	main
8.	footer
9.	ページ別個別設定
10.	ブレイクポイント

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
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-size: 62.5%;
}

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

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

mark {
  background: none;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

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

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: none;
  vertical-align: bottom;
}

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

th, td {
  padding: 0px;
}

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

textarea {
  vertical-align: top;
}

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

/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  min-width: 990px;
  height: 100%;
  color: #444;
}

a {
  color: #0d1c4c;
}

a, a:before, a:after {
  transition: background-color 0.3s linear, background-image 0.3s linear;
}

a > * {
  transition: opacity 0.3s linear;
}

a:hover {
  text-decoration: underline;
}

a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  text-decoration: none;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
.container {
  background-image: url(../img/main_visual_bg.gif);
  background-position: left top;
  background-repeat: repeat-x;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
.m-title {
  padding-top: 16px;
  height: 74px;
  background: url(../img/title_bg.png) center top no-repeat;
  text-align: center;
}

.cv-area {
  position: relative;
  margin: 60px auto 0;
  padding: 0 0 130px;
  width: 850px;
  height: 392px;
  background-image: url(../img/cv_bg.jpg?v=2);
  background-position: left top;
  background-repeat: no-repeat;
}

.cv-area::after {
  content: '注）施術後には一定期間、痛み、浮 腫み、内出血、こわばり等の症状が見られることがあります。また、この他にも予期しない症状が現れる可能性がありますので、術後異常を感じた際には速やかにご相談ください。';
  position: absolute;
  bottom: 90px;
  left: 0;
  width: 850px;
  text-align: left;
  line-height: 1.4545454545;
  font-size: 11px;
  color: #4e4636;
}

.cv-area .recruitment-period {
  position: absolute;
  top: 244px;
  left: 459px;
  font-size: 16px;
  font-weight: bold;
  color: #2b5e98;
  width: 111px;
  text-align: center;
}

.cv-area .recruitment-period .day,
.cv-area .recruitment-period .last {
  font-size: 30px;
  font-weight: bold;
}

.cv-area .recruitment-period .last {
  padding-left: 15px;
}

.cv-area .button-list {
  *zoom: 1;
  position: absolute;
  top: 285px;
  left: 40px;
}

.cv-area .button-list:after {
  content: "";
  display: table;
  clear: both;
}

.cv-area .button-item {
  float: left;
  width: 278px;
}

.cv-area .button-item a {
  display: block;
  background-color: #fff;
}

.cv-area .monitor {
  margin-right: 10px;
}

.cv-area .tel-list {
  *zoom: 1;
  position: absolute;
  top: 391px;
  left: 30px;
  width: 790px;
}

.cv-area .tel-list:after {
  content: "";
  display: table;
  clear: both;
}

.cv-area .tel-item {
  float: left;
  margin-top: 16px;
  width: 371px;
}

.cv-area .tel-item:nth-child(even) {
  float: right;
}

.cv-area .tel-item:nth-child(1), .cv-area .tel-item:nth-child(2) {
  margin-top: 0;
}

.cv-area.sp {
  height: 665px;
  background-image: url(../img/cv_bg_sp.jpg);
}

.cv-area.sp .monitor {
  float: none;
  position: absolute;
  top: 262px;
  left: 30px;
  margin: 0;
  width: 572px;
}

.cv-area.sp .tel-list {
  top: 449px;
}

/*----------------------------------------------------------------------
6.	header
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
7.	main
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
8.	footer
----------------------------------------------------------------------*/
.footer {
  padding: 14px 0 13px;
  background-color: #4981ad;
  text-align: center;
  font-size: 10px;
  color: #fff;
}

.footer .f-copyright-list {
  margin-bottom: 5px;
}

.footer .f-copyright-item a, .footer .f-copyright-text {
  font-size: 1em;
  color: #fff;
}

.footer .f-copyright-item {
  display: inline-block;
}

/*----------------------------------------------------------------------
9.	ページ個別設定
----------------------------------------------------------------------*/
/*===================================
 メインビジュアル
===================================*/
.main-visual {
  height: 660px;
  background-image: url(../img/main_visual_bg2.png);
  background-position: center top;
  background-repeat: no-repeat;
}

.main-visual-inner {
  position: relative;
  margin: 0 auto;
  padding: 40px 0 0;
  width: 906px;
  height: 570px;
  background-image: url(../img/main_visual_bg3.png);
  background-position: 612px 15px;
  background-repeat: no-repeat;
}

.main-visual-inner .main-title {
  margin-left: -5px;
  padding-left: 27px;
}

.main-visual-inner .discount {
  margin-left: -30px;
  padding: 43px 0 0 16px;
}

.main-visual-inner .wanted-persons {
  margin: 30px 0 0 29px;
}

.main-visual-inner .recruitment-period {
  margin: 12px 0 0 29px;
  padding: 6px 0 6px 140px;
  width: 397px;
  background: url(../img/main_recruitment-period.png) left center no-repeat;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  color: #c51824;
}

.main-visual-inner .recruitment-period .day {
  padding-right: .2em;
  font-size: 30px;
  font-weight: bold;
}

.main-visual-inner .recruitment-period .last {
  padding-left: 20px;
}

.main-cv {
  position: absolute;
  right: 0;
  bottom: 0;
}

.main-cv .main-cv-period {
  padding: .5em .2em .4em;
  background: url(../img/main_cv_bg.gif) left top no-repeat;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .09em;
  color: #fff;
}

.main-cv .em,
.main-cv .last {
  font-size: 1.4em;
  font-weight: bold;
}

/*===================================
 ナビゲーション
===================================*/
.nav {
  padding: 6px 0;
  width: 100%;
  height: 60px;
  background: url(../img/nav_bg.gif) left top repeat-x;
}

.nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
}

.nav.fixed .navi:before {
  display: none;
}

.nav-inner {
  position: relative;
  margin: 0 auto;
  width: 848px;
  border-right: 1px solid #a7a7a7;
  border-left: 1px solid #fff;
  background-color: #90b9bf;
}

.nav-inner:before, .nav-inner:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #90b9bf;
}

.nav-inner:before {
  left: -3px;
}

.nav-inner:after {
  right: -3px;
}

.nav-list {
  *zoom: 1;
}

.nav-list:after {
  content: "";
  display: table;
  clear: both;
}

.nav-item {
  float: left;
  padding: 0 2px;
  border-right: 1px solid #fff;
  border-left: 1px solid #a7a7a7;
}

.nav-item.is-active a > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.nav-item.cause a {
  background-image: url("../img/nav_cause_h.gif");
}

.nav-item.treatment a {
  background-image: url("../img/nav_treatment_h.gif");
}

.nav-item.good a {
  background-image: url("../img/nav_good_h.gif");
}

.nav-item.comparison a {
  background-image: url("../img/nav_comparison_h.gif");
}

.nav-item.doctor a {
  background-image: url("../img/nav_doctor_h.gif");
}

.nav-item.clinic a {
  background-image: url("../img/nav_clinic_h.gif");
}

.nav-item a {
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
}

.nav-item a:hover {
  text-decoration: underline;
}

.nav-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  text-decoration: none;
}

.lead-text {
  text-align: center;
}

.side-link {
  position: fixed;
  top: 40%;
  right: 0;
}

.side-link .side-link-item a {
  display: block;
  background-color: #fff;
}

.side-link .mail {
  margin-top: 10px;
}

/*===================================
 リードエリア
===================================*/
.m-lead {
  position: relative;
  background: url(../img/lead_bg.gif) left top repeat-x #b9d2d6;
}

.m-lead:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: url(../img/shadow_bottom.png) left bottom repeat-x;
}

.m-lead .lead-title {
  padding: 85px 0 0;
  text-align: center;
}

.m-lead .trouble {
  position: relative;
  margin: 40px auto 55px;
  width: 752px;
  height: 312px;
  background: url(../img/lead_trouble_bg.png) center top no-repeat;
}

.m-lead .trouble-item {
  position: absolute;
}

.m-lead .trouble1 {
  top: 0;
  left: 26px;
}

.m-lead .trouble2 {
  top: 207px;
  left: 84px;
}

.m-lead .trouble3 {
  top: 60px;
  left: 325px;
}

.m-lead .trouble4 {
  top: 163px;
  right: -30px;
}

.m-lead .pic {
  padding-bottom: 60px;
  text-align: center;
}

.m-lead .improvement {
  background-color: #eee8de;
  background-image: url(../img/gold_bg.gif);
  background-position: left top;
  background-repeat: repeat-x;
  position: relative;
  height: 390px;
}

.m-lead .improvement:before, .m-lead .improvement:after {
  content: '';
  display: block;
  position: absolute;
}

.m-lead .improvement:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 45px;
  background-image: url(../img/lead_arrow.png);
  background-position: center top;
  background-repeat: no-repeat;
}

.m-lead .improvement:after {
  bottom: -45px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 45px;
  background: url(../img/improvement_arrow.png) left top no-repeat;
}

.m-lead .improvement .improvement-title {
  margin: 0 auto;
  padding: 95px 0 100px;
  width: 850px;
  background: url(../img/drohashi.png) right bottom no-repeat;
}

.m-lead .case {
  padding: 70px 0 40px;
  background: url(../img/lead_bg.gif) left top repeat-x #b9d2d6;
}

.m-lead .case .case-title {
  text-align: center;
  margin-bottom: 25px;
}

.m-lead .case .case-list {
  *zoom: 1;
  margin: 0 auto;
  width: 850px;
}

.m-lead .case .case-list:after {
  content: "";
  display: table;
  clear: both;
}

.m-lead .case .case-item {
  margin-top: 20px;
  float: left;
  width: 406px;
}

.m-lead .case .case-item:nth-child(even) {
  float: right;
}

.m-lead .case .case-item:nth-child(1), .m-lead .case .case-item:nth-child(2) {
  margin-top: 0;
}

.m-lead .case .before-after {
  *zoom: 1;
  position: relative;
}

.m-lead .case .before-after:after {
  content: "";
  display: table;
  clear: both;
}

.m-lead .case .before-after:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 3px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  background: url(../img/before_after_arrow.png) left top no-repeat;
}

.m-lead .case .before-after-item {
  position: relative;
  float: left;
}

.m-lead .case .before-after-item:before, .m-lead .case .before-after-item:after {
  content: '';
  display: block;
  width: 190px;
  height: 24px;
}

.m-lead .case .before-after-item:before {
  margin-bottom: 2px;
  text-align: center;
  background: url(../img/before_after_bg.png) left top no-repeat;
}

.m-lead .case .before-after-item:after {
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
}

.m-lead .case .before:after {
  background-image: url(../img/before_after_icon_before.png);
}

.m-lead .case .after {
  float: right;
}

.m-lead .case .after:after {
  background-image: url(../img/before_after_icon_after.png);
}

.m-lead .case .note {
  margin: 20px auto 0;
  width: 850px;
  line-height: 1.4545454545;
  font-size: 11px;
  color: #4e4636;
}

.m-lead .case .note em {
  font-weight: bold;
}

/*===================================
 原因
===================================*/
.m-cause {
  padding-top: 70px;
  background-image: url(../img/white_bg.gif);
  background-position: left top;
  background-repeat: repeat;
}

.m-cause .lead-text {
  padding-top: 50px;
  padding-bottom: 90px;
}

.m-cause .cause-inner {
  *zoom: 1;
  margin: 0 auto;
  width: 850px;
}

.m-cause .cause-inner:after {
  content: "";
  display: table;
  clear: both;
}

.m-cause .m-contents-item {
  width: 410px;
}

.m-cause .reduction-of-fat {
  float: left;
}

.m-cause .reduction-of-fat .m-contents-title {
  margin-left: -40px;
}

.m-cause .skin-aging {
  float: right;
}

.m-cause .point {
  padding-bottom: 100px;
}

.filler {
  background-color: #eee8de;
  background-image: url(../img/gold_bg.gif);
  background-position: left top;
  background-repeat: repeat-x;
  position: relative;
}

.filler:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: url(../img/shadow_top.png) left top repeat-x;
}

.filler:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: url(../img/shadow_bottom.png) left bottom repeat-x;
}

.filler .filler-inner {
  margin: 0 auto;
  padding: 100px 0 105px;
  width: 850px;
  background: url(../img/drohashi.png) right bottom no-repeat;
}

/*===================================
 治療法
===================================*/
.m-treatment {
  padding-top: 70px;
  background-image: url(../img/white_bg.gif);
  background-position: left top;
  background-repeat: repeat;
}

.m-treatment .lead-text {
  padding-top: 50px;
  padding-bottom: 50px;
}

.m-treatment .pic {
  padding-bottom: 30px;
  text-align: center;
}

.m-treatment .three-point {
  text-align: center;
}

.m-treatment .three-point .m-contents-title {
  padding-bottom: 40px;
}

.m-treatment .three-point-list {
  *zoom: 1;
  margin: 0 auto;
  padding-bottom: 100px;
  padding-left: 15px;
  width: 806px;
}

.m-treatment .three-point-list:after {
  content: "";
  display: table;
  clear: both;
}

.m-treatment .three-point-item {
  float: left;
  width: 250px;
}

.m-treatment .three-point-item:nth-child(2) {
  margin-left: 20px;
}

.m-treatment .three-point-item:nth-child(3) {
  margin-left: 6px;
  width: 280px;
}

.m-treatment .success {
  background-color: #e1eaeb;
  position: relative;
  text-align: center;
}

.m-treatment .success:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: url(../img/shadow_top.png) left top repeat-x;
}

.m-treatment .success:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: url(../img/shadow_bottom.png) left bottom repeat-x;
}

.m-treatment .success .m-contents-title {
  padding: 88px 0 26px;
}

.m-treatment .success .success-list {
  position: relative;
  margin: 40px auto 100px;
  width: 752px;
  height: 312px;
  background: url(../img/treatment_success_bg.png) center top no-repeat;
}

.m-treatment .success .success-item {
  position: absolute;
}

.m-treatment .success .success1 {
  top: -35px;
  left: 180px;
}

.m-treatment .success .success2 {
  top: 140px;
  right: 5px;
}

.m-treatment .success .success3 {
  top: 200px;
  left: 50px;
}

/*===================================
 こだわり
===================================*/
.m-good {
  padding-top: 70px;
  background-image: url(../img/white_bg.gif);
  background-position: left top;
  background-repeat: repeat;
}

.m-good .lead-text {
  padding-top: 50px;
  padding-bottom: 90px;
}

.m-good .pic {
  padding-bottom: 100px;
  text-align: center;
}

/*===================================
 比較
===================================*/
.m-comparison {
  background-color: #e1eaeb;
  position: relative;
  padding-top: 70px;
}

.m-comparison:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: url(../img/shadow_top.png) left top repeat-x;
}

.m-comparison:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: url(../img/shadow_bottom.png) left bottom repeat-x;
}

.m-comparison .lead-text {
  padding-top: 50px;
  padding-bottom: 90px;
}

.m-comparison .pic {
  text-align: center;
}

.m-comparison .bottom {
  margin-bottom: 100px;
  padding-top: 50px;
}

/*===================================
 比較
===================================*/
.m-doctor {
  padding-top: 70px;
  background-color: #fff;
}

.m-doctor .m-title {
  margin-bottom: 60px;
}

.m-doctor .profile {
  margin: 0 auto 100px;
  padding-left: 425px;
  width: 425px;
  background: url(../img/doctor_bg.jpg) left top no-repeat;
}

.m-doctor .profile .m-contents-item {
  padding-bottom: 10px;
  padding-left: 3px;
  width: 422px;
  border-bottom: 1px solid #a7a7a7;
}

.m-doctor .profile .text {
  margin-top: 10px;
  margin-bottom: 25px;
  line-height: 1.8;
  font-size: 14px;
  color: #666;
}

/*===================================
 クリニック紹介
===================================*/
.m-clinic {
  background-color: #e1eaeb;
  padding-top: 70px;
}

.m-clinic .m-title {
  margin-bottom: 60px;
}

.m-clinic .clinic-info {
  position: relative;
  margin: 0 auto;
  width: 850px;
}

.m-clinic .clinic-info-title {
  margin-bottom: 40px;
  padding-top: 20px;
}

.m-clinic .pic {
  position: absolute;
  top: -20px;
  right: 0;
}

.m-clinic .lead {
  padding-bottom: 70px;
}

.m-clinic .info-list {
  *zoom: 1;
}

.m-clinic .info-list:after {
  content: "";
  display: table;
  clear: both;
}

.m-clinic .info-item {
  position: relative;
  float: left;
  width: 415px;
  margin-top: 25px;
}

.m-clinic .info-item:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 155px;
  background-position: top center;
  background-repeat: no-repeat;
}

.m-clinic .info-item:nth-child(even) {
  float: right;
}

.m-clinic .info-item:nth-child(1), .m-clinic .info-item:nth-child(2) {
  margin-top: 0;
}

.m-clinic .tel a {
  display: block;
}

.m-clinic .address {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5714285714;
  font-size: 1.4rem;
  color: #666;
}

.m-clinic .tokyo:before {
  margin-top: -17.5px;
  height: 103px;
  background-image: url("../img/clinic_info_tokyo_bg.png");
}

.m-clinic .nagoya:before {
  margin-top: -23px;
  height: 114px;
  background-image: url("../img/clinic_info_nagoya_bg.png");
}

.m-clinic .osaka:before {
  margin-top: -28px;
  height: 124px;
  background-image: url("../img/clinic_info_osaka_bg.png");
}

.m-clinic .hiroshima:before {
  margin-top: -21px;
  height: 110px;
  background-image: url("../img/clinic_info_hiroshima_bg.png");
}

.m-clinic .fukuoka:before {
  margin-top: -24.5px;
  height: 117px;
  background-image: url("../img/clinic_info_fukuoka_bg.png");
}

/*----------------------------------------------------------------------
10.	ブレイクポイント
----------------------------------------------------------------------*/
